87f047fa92463a188a163b0a11cc436', '157.55.39.64', 1673566961, '__ci_last_regenerate|i:1673566960;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 ('5689b6942b85300fb42188b7f1ed1084539a53d7', '40.77.167.227', 1681931961, '__ci_last_regenerate|i:1681931961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('568a754d0c7cce5ee58086681e633023f1cd125d', '35.224.22.172', 1653396416, '__ci_last_regenerate|i:1653396416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('568a7a824ebcbc1c713e460c608209458b1e9c2a', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5690df6fb8b64be0c4eaddfe0e5f615cb432dc91', '207.46.13.230', 1656236269, '__ci_last_regenerate|i:1656236269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56932d9324fb72b7b1c57a98370aeb4c93575eab', '51.222.253.17', 1653730515, '__ci_last_regenerate|i:1653730515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56950720e596d182928cf21278c5c42f9f53f16c', '40.77.167.175', 1680178324, '__ci_last_regenerate|i:1680178323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56979f346b0e8f229c7d739fad196776b40a51fe', '190.56.55.113', 1673726323, '__ci_last_regenerate|i:1673726323;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673726205;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5698300cfe60f82da70bf2b3a93b4510825a2672', '66.249.66.76', 1650908718, '__ci_last_regenerate|i:1650908718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569bbd6bcb25620cbf58054668876a7f45df2f8d', '54.36.149.78', 1679010906, '__ci_last_regenerate|i:1679010906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569c34d8025f103d10b5e7df624e73d3252b44e2', '66.249.65.97', 1651332387, '__ci_last_regenerate|i:1651332387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569d35a5213b4174cc6c29e238b4dda08bdd6688', '54.227.32.154', 1652671647, '__ci_last_regenerate|i:1652671647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569d8645675f3eeabd61c21c93ca96c43fdb33e8', '114.119.139.44', 1686940986, '__ci_last_regenerate|i:1686940986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569e5434efd1888678988ea8e3f91352aca38697', '52.167.144.98', 1685077856, '__ci_last_regenerate|i:1685077856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569ea67d21c42441ed9fed292cc9811549428be7', '207.46.13.15', 1673821407, '__ci_last_regenerate|i:1673821407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569f594e82f6a87933e55a185ca4d892cc5e4b6e', '114.119.138.117', 1688535131, '__ci_last_regenerate|i:1688535131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a2329b4417a7b038966c0637f96bbe3fa297e7', '40.77.167.156', 1678782529, '__ci_last_regenerate|i:1678782529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a3df4c3443a84e12d7f09dce59aecbe91d8e06', '52.167.144.56', 1681292745, '__ci_last_regenerate|i:1681292745;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 ('56a49722794b4765fe3c297f33e56e4218bd20e0', '114.119.159.123', 1685807028, '__ci_last_regenerate|i:1685807028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a563f093b2366cd07b56b3af6b93726a43c8d8', '190.148.157.177', 1682005945, '__ci_last_regenerate|i:1682005945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682005918;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a862122e66798f35f78dcadf19a17c99d53034', '40.77.167.49', 1664157326, '__ci_last_regenerate|i:1664157326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56a872e7e502e5d81f7f16e17c0ec2fd8af98e74', '114.119.141.217', 1686581641, '__ci_last_regenerate|i:1686581641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56aa0f4fa2eb33aac188e2c8ef24ae78f3c97f6a', '51.195.90.229', 1650840384, '__ci_last_regenerate|i:1650840384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ab608f4d13ac11816b65d11749563d00cef5a7', '114.119.154.5', 1687606352, '__ci_last_regenerate|i:1687606352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ad9a70af19443cb86ffcdec03332537b74c9c4', '207.46.13.154', 1671610096, '__ci_last_regenerate|i:1671610096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56af213f1d7d93ecbbb0d24c137eec389da5afde', '190.148.157.53', 1684191640, '__ci_last_regenerate|i:1684191640;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('56b0f29aaf4460307912c79fad146e58200a0a82', '207.46.13.127', 1656512683, '__ci_last_regenerate|i:1656512673;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b1627e2de04f5f58567fbdaab413fe3f3cd197', '157.55.39.128', 1674073350, '__ci_last_regenerate|i:1674073350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b2ff13afb998e966eb104070d18b2df1734c3d', '35.215.64.28', 1680896457, '__ci_last_regenerate|i:1680896457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b3f01e8940c5e0dc8d6aebdc48f2d77c7ba696', '46.101.63.152', 1652762871, '__ci_last_regenerate|i:1652762871;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 ('56b40a34f52ec34c2a76a03c68eece0f47f59373', '52.167.144.76', 1681998514, '__ci_last_regenerate|i:1681998514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b5a7f3f3c3cfbc3e970d37d0ae0f2a23003d72', '52.167.144.70', 1688445252, '__ci_last_regenerate|i:1688445252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b8012bd821eba009465014d5abcefda5e5d148', '114.119.131.92', 1684081799, '__ci_last_regenerate|i:1684081799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b8056039b65ed1827c4e7d60261d7d6020ca3a', '52.167.144.164', 1686339253, '__ci_last_regenerate|i:1686339253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56b8702eacd14c343249a99ec5a8cb2e85416684', '52.167.144.171', 1685129288, '__ci_last_regenerate|i:1685129288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ba2f3d4f2cc6a8f4498e775e45d516900899e7', '51.222.253.6', 1662207662, '__ci_last_regenerate|i:1662207662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c0203fc06cd36f4cb7059cef77f128c789f904', '52.167.144.164', 1685975765, '__ci_last_regenerate|i:1685975765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c1d4699f6509d028d5207a3ced17d56f407c6f', '157.55.39.46', 1672387473, '__ci_last_regenerate|i:1672387473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c268a5d9e13f2ef4d25900036346f1ee35e3fd', '52.167.144.164', 1685743835, '__ci_last_regenerate|i:1685743835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c2b4a55cf47c03eb1d9c733fc057584bf87e13', '54.227.32.154', 1652698366, '__ci_last_regenerate|i:1652698366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c2e64b7e171c884e9fb67fbdbb580584192b4c', '66.249.79.195', 1688040482, '__ci_last_regenerate|i:1688040482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c3bdc1a1feaacc7971d99e8531ebe98d49ec48', '114.119.155.13', 1687615553, '__ci_last_regenerate|i:1687615553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c7163b1c956b4ceadf458c1ea6447c8298f677', '17.121.115.120', 1651594417, '__ci_last_regenerate|i:1651594417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56c8e76e0d270983004bb403e69a29142577a181', '51.222.253.4', 1653908379, '__ci_last_regenerate|i:1653908379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56cbe4b4dfb155f8bd932c1b4f4375ce65016de3', '51.158.114.214', 1682465648, '__ci_last_regenerate|i:1682465648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56cbe9dba02e5cab6cc674b2c7d3dc10c6afa190', '3.111.41.2', 1670738467, '__ci_last_regenerate|i:1670738466;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56cd4422dfdd25ae5bf2b86579cc21f64cf9b99a', '34.245.70.54', 1650678015, '__ci_last_regenerate|i:1650678014;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ce2914430ebceb0d8cb714b23baaf9bbca0eb1', '193.201.9.12', 1657473313, '__ci_last_regenerate|i:1657473307;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d062315290bdf1b141ed15b287402ab91e0bf4', '114.119.144.64', 1685555200, '__ci_last_regenerate|i:1685555199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d15d1843ee4a58a525c0bf0d62948a4e7a454c', '190.148.252.76', 1654185551, '__ci_last_regenerate|i:1654185551;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654174205\";last_ip|s:14:\"190.148.252.76\";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:\"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 ('56d183ba847183aaaacfc90fedee55f42c759b6f', '157.55.39.217', 1683275085, '__ci_last_regenerate|i:1683275084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d1c4f088a1a38360237fe93819cac0e3941ad6', '50.21.188.44', 1677541635, '__ci_last_regenerate|i:1677541635;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 ('56d1d763c55215a1fb6ba865d2c9b8420c847f83', '52.167.144.171', 1684539159, '__ci_last_regenerate|i:1684539158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d26103e93cc449b593e299a05a6f6268d1a6f8', '51.222.253.14', 1686907201, '__ci_last_regenerate|i:1686907201;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 ('56d417a23830a21a7474fd32ed8c2cb914a9bf7a', '149.28.135.154', 1652505740, '__ci_last_regenerate|i:1652505736;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 ('56d65ec64bdd37b6ea017dae193c123ded655784', '190.148.158.69', 1685902936, '__ci_last_regenerate|i:1685902936;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685902886;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d7b48b381ff551aed990a949ca5211a2334cd2', '190.148.157.147', 1673494183, '__ci_last_regenerate|i:1673494183;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d8255887ccae5eed066671bd22b6dc1d6bc7ea', '51.222.253.8', 1680514211, '__ci_last_regenerate|i:1680514211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d833fc63ecba07b65cb8f8ce25867c7d655a76', '157.55.39.46', 1672390048, '__ci_last_regenerate|i:1672390048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d88f7e4681654a585c9843e2e9598036ee8023', '200.119.170.30', 1660231719, '__ci_last_regenerate|i:1660231719;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660154718\";last_ip|s:14:\"200.119.174.72\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660231096;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d97f63080c67665d8509cb89e26362170e6ecf', '17.121.113.144', 1655752311, '__ci_last_regenerate|i:1655752311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56d991dbb787fcf0c6617a74bcc9849a7c99abc2', '190.148.252.76', 1654367740, '__ci_last_regenerate|i:1654367740;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654365312;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56da502bceb51ed0829a8f2463c4210e7cb1eb14', '54.36.149.22', 1673533142, '__ci_last_regenerate|i:1673533142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56da6d3366fbaae6069a68c7c584dabb67081e10', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56dbedb87da6fc692d0267c77d0ec354124c772d', '51.222.253.16', 1665040851, '__ci_last_regenerate|i:1665040851;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 ('56ddc4eb618c01fadd74f2cfcbee23b61d8fb5fd', '190.56.54.129', 1653659996, '__ci_last_regenerate|i:1653659996;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653659884;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56de7cbfe618295a0e1798ff6728ae4e08b13eed', '190.56.32.32', 1686147975, '__ci_last_regenerate|i:1686147975;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686088674\";last_ip|s:12:\"190.56.32.32\";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:1686147964;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56dfbfa8c9400564a826c119b1713a6877d592cf', '190.148.157.53', 1683723392, '__ci_last_regenerate|i:1683723392;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683723386;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e226f1bdefd1c6a6c36382c60bb5cdf5cbf7d5', '190.56.173.213', 1683319434, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683319434;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683318969;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e25126b2b4497d9aa7dc27b845b20ae725830b', '72.13.46.2', 1652649603, '__ci_last_regenerate|i:1652649600;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e25e449022fa5f0613a064399f26963bda8aab', '52.167.144.164', 1685009196, '__ci_last_regenerate|i:1685009196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e332450a90a6a3e4081da3c81600c63879b479', '5.188.62.76', 1659499808, '__ci_last_regenerate|i:1659499803;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e3f0c5d4eca4c7adb4d11cbfbd962bee3eb76d', '200.119.174.9', 1674173248, '__ci_last_regenerate|i:1674173248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674173245;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e7af474ee1e414893a13302c0cc0ccdb4b38d6', '190.56.50.32', 1655141548, '__ci_last_regenerate|i:1655141548;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655141544;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e9f5f06e961123451c7110da070e9461d731c6', '17.241.227.127', 1673389043, '__ci_last_regenerate|i:1673389043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ea68f83310c18b9bdc4d805252daf5e3708d23', '157.55.39.130', 1672989926, '__ci_last_regenerate|i:1672989926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ebbe5e1600be2c367bec93b5ec42bb7d3d27ec', '66.249.65.67', 1651091412, '__ci_last_regenerate|i:1651091411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56edc1000725ffa09c5400462f9f117760f80ef9', '66.249.79.195', 1687710452, '__ci_last_regenerate|i:1687710452;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 ('56ef5a0ef334f3fcee2bbc4aa2858f3b889b4730', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56ef8dd6943d5a11083a0198706f313b4eea1610', '40.77.167.205', 1680138016, '__ci_last_regenerate|i:1680138016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f0d8fedd288410261f6d4f744bafbf26daf9c2', '157.55.39.125', 1654961048, '__ci_last_regenerate|i:1654961037;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f0e427dbe1c25f62d5624e9eec02352f3c995e', '66.249.74.103', 1683125112, '__ci_last_regenerate|i:1683125111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f22d4a7514577c3b7d550faadf474cdb3b9df9', '200.119.173.177', 1685294320, '__ci_last_regenerate|i:1685294320;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685294150;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f588d0f3c6b70ae4769a4da0e9bee58f5c8ee9', '157.55.39.227', 1688491648, '__ci_last_regenerate|i:1688491648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f6911dda4592ac05ab8a83c2bed49112afaf57', '17.121.113.191', 1655491092, '__ci_last_regenerate|i:1655491092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f9a7c16f121ec48460c5c723696866ec16dbc5', '207.46.13.179', 1673079277, '__ci_last_regenerate|i:1673079277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f9b9e10b30c1a17ce4052f75ddbda7aba8c7ab', '190.148.252.56', 1663866209, '__ci_last_regenerate|i:1663866208;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663866081;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56fa6a8280e7ad633760cc0608550a541d66e3d7', '35.88.162.219', 1652708239, '__ci_last_regenerate|i:1652708239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56fd49bd4624d22c6c36ec69c19841a9a3e713db', '157.55.39.69', 1672431963, '__ci_last_regenerate|i:1672431963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5702207184fddecf01de6cc7e4a54e6a4c52fb9f', '190.56.32.35', 1671810684, '__ci_last_regenerate|i:1671810684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671810649;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5703d7f6b4df3cfcf6661f0b74a70bc3a2e08d60', '66.249.79.210', 1660012348, '__ci_last_regenerate|i:1660012348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57053675a5d3c6fcfbe2fb550c0ed242fac09855', '114.119.128.237', 1684251239, '__ci_last_regenerate|i:1684251239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57058e83d09f9416337167a6ff0ce91b7507302a', '190.148.157.80', 1669292234, '__ci_last_regenerate|i:1669292234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669236445\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669291312;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5705c3df1324c643c96d3553478fbd60b29a6886', '54.36.148.195', 1659002489, '__ci_last_regenerate|i:1659002489;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 ('57075ab346df0d88c7e20a54dcd192d147c951dc', '190.56.55.48', 1687439512, '__ci_last_regenerate|i:1687439512;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687439127;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57093becb9628b79279163b06bfdc00b265bcd62', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('570a757b1c1005f3c1b66dc2d4bf82abd854c0f0', '93.159.230.87', 1668516119, '__ci_last_regenerate|i:1668516119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('570ad19564761b55e9c7d3028fbb6d42554e54e4', '157.55.39.51', 1668178228, '__ci_last_regenerate|i:1668178228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('570e4e3fba3cde370623aee72b3dda4a2145b818', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('570fd2adb5a8bc30315cc7a98b0a64bf5f680ad2', '190.148.87.123', 1683489539, '__ci_last_regenerate|i:1683489539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683489016;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5710617e655947d23cf20da938e78e37af9ba5ba', '66.249.79.199', 1680914542, '__ci_last_regenerate|i:1680914542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57109c636f6cf431334b23b3f9f159b32c86be08', '207.46.13.44', 1673093180, '__ci_last_regenerate|i:1673093180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57149479648ef317e493c6f902d6acdb17fdc987', '137.226.113.44', 1655950511, '__ci_last_regenerate|i:1655950511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571622d96f912bf297baafe7aeb0ff3cc2b2da36', '208.91.69.20', 1679303897, '__ci_last_regenerate|i:1679303897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571739f42f958ac6aaca7ba4fbd6098feeda723a', '34.216.233.187', 1658065517, '__ci_last_regenerate|i:1658065517;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 ('5718028593f9d6a2064d739f9b44ea570aee5541', '66.249.79.177', 1664832344, '__ci_last_regenerate|i:1664832344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571ac6c500535fbe1eb767075ea45a2e9b6015f2', '40.77.167.63', 1671821600, '__ci_last_regenerate|i:1671821599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571b4738d7442a2c90a6009109b79520142c6fa6', '114.119.147.166', 1686268702, '__ci_last_regenerate|i:1686268702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571c128682c6be4cc0f1c9c196bbf64a61e5bd33', '207.46.13.11', 1669042833, '__ci_last_regenerate|i:1669042833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571ce70c165dc328e8d87ad5c37727e389892cec', '52.167.144.162', 1682111164, '__ci_last_regenerate|i:1682111164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571d2d522b9ef6d559593d0f8436addb943a7b28', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571df1bf803b1895560453575f9f8c6a781c3091', '104.198.148.17', 1652222938, '__ci_last_regenerate|i:1652222938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571ea503aca0b9656fe032b5134ae106e6f1f739', '114.119.151.179', 1685742288, '__ci_last_regenerate|i:1685742288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('571f3fe9bed494689a37fa569d4bfffbb58ab2ae', '20.211.46.21', 1658262005, '__ci_last_regenerate|i:1658261998;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 ('571ff43c8f94ce5ce30645b59a40ed9cffa4d391', '40.77.167.202', 1687481066, '__ci_last_regenerate|i:1687481066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5720a81e82b5a4773e485e39ddf116a671a79c42', '207.46.13.10', 1671232377, '__ci_last_regenerate|i:1671232377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5720bf2902322a28ed2176be6beb60d45f9cebb9', '40.77.167.63', 1671815529, '__ci_last_regenerate|i:1671815529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57217dbdd97cce35899211761ccc4e5ae6d83116', '40.77.167.37', 1668685433, '__ci_last_regenerate|i:1668685433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5721afd5407caeceefda1e7b8b41035c8fbdf803', '190.148.252.151', 1671209972, '__ci_last_regenerate|i:1671209972;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671209958;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5721bbbb49992616f4a51567fe24383dce34284d', '52.167.144.98', 1686406948, '__ci_last_regenerate|i:1686406948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('572363e5f4221bc0891c04d4350224ca74346d3f', '52.167.144.164', 1684566631, '__ci_last_regenerate|i:1684566631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5726c5a6997efa885942b9fd7e7d41d4df9db48b', '52.167.144.164', 1686510627, '__ci_last_regenerate|i:1686510627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5727d6a4ab94152c639f88137784ce909d1b262c', '114.119.132.218', 1687903224, '__ci_last_regenerate|i:1687903224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5728254d561a1f37d7dafcd746bc5c9297752fa7', '157.55.39.69', 1671944135, '__ci_last_regenerate|i:1671944135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('572a1c1b533b69ad0fa2d43c92c4bef13c9170ce', '190.148.252.183', 1681668946, '__ci_last_regenerate|i:1681668946;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681668622;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('572c199f698c57ebcb1acb7311a03cbf9d6c2750', '52.167.144.98', 1686411616, '__ci_last_regenerate|i:1686411616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('572c45760003186a42dbaf020a6b845a85bb63ae', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;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 ('572e1f27d8f667e05129187cd3dd5872f7bdf413', '46.101.63.152', 1652762865, '__ci_last_regenerate|i:1652762865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573105adfe89c84b1c1a8c4c78b9b68808cdea7c', '52.167.144.98', 1684109379, '__ci_last_regenerate|i:1684109379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5732663be4ad10db467698337ffc6af726c8fcd6', '190.56.54.156', 1665281289, '__ci_last_regenerate|i:1665281197;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665281288;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57346bc95d6974b5b611eee958b671a8c7afab34', '190.148.157.183', 1680300388, '__ci_last_regenerate|i:1680300388;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680300340;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5734e4ba89ef60e9cd3cf96f54561d65ba8ee4f5', '52.167.144.162', 1686321475, '__ci_last_regenerate|i:1686321475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57353460710d31b4f4023a44bb305a01e09e6344', '51.222.253.2', 1665351250, '__ci_last_regenerate|i:1665351250;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 ('57365bbd34ff41c54c579f67572ce2dd760d166e', '51.222.253.20', 1659378454, '__ci_last_regenerate|i:1659378454;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57376778d23b0a7a501535db8a985566d3dc83bb', '157.55.39.79', 1668934964, '__ci_last_regenerate|i:1668934964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57381e760aca5c3d767c4c2e6265ed824ae801ee', '52.167.144.154', 1687660279, '__ci_last_regenerate|i:1687660279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57383a09dcfec841e07ab78e60bf97b281b7dc38', '51.222.253.13', 1668338666, '__ci_last_regenerate|i:1668338666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57396ff324eb88f768cfe6fbf1ca4bc9ec8052d8', '114.119.148.60', 1686049980, '__ci_last_regenerate|i:1686049980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573a48f7aa81e9291d4ba0b38dcc8c75de0bce05', '51.104.39.111', 1651914316, '__ci_last_regenerate|i:1651914310;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 ('573bd60e916d0ea114f1fac4e799d6313a3e9e1e', '51.222.253.10', 1677395691, '__ci_last_regenerate|i:1677395691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573d333966bf0495fa679c05a81af6295bb9447f', '200.119.173.130', 1675953967, '__ci_last_regenerate|i:1675953966;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573e4ee69b1a92234db6d38ef610913499e74d8e', '51.158.66.220', 1682465639, '__ci_last_regenerate|i:1682465639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573ef8c00e82c6636f8c1ed71c73fb279cba9a38', '190.148.252.57', 1657839120, '__ci_last_regenerate|i:1657839120;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657811372\";last_ip|s:14:\"190.148.252.57\";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\";user_csrf|s:20:\"aMAHGNfEjLlIFPihO8Kp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('573f202c3c91fc7fccd5353ff2567ae8b3597ab4', '69.160.160.59', 1667400623, '__ci_last_regenerate|i:1667400623;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57400213db9eb9180a27b995859744eeda25e975', '52.167.144.171', 1685037191, '__ci_last_regenerate|i:1685037191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5743d82cb1ca96b27811de50482d8f970e77ebf5', '52.167.144.164', 1685350800, '__ci_last_regenerate|i:1685350800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5744e45d56a6fc72a526d228e3cf05d763e66646', '89.175.184.250', 1683766725, '__ci_last_regenerate|i:1683766725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57450ada8d3b9c82469c9c5709464e024b53338f', '190.148.157.103', 1666795409, '__ci_last_regenerate|i:1666795409;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666731325\";last_ip|s:15:\"200.119.170.113\";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\";user_csrf|s:20:\"Jg2V1oyHuQ6qxpbEXndS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57451d43fca89c6611cbf9687445d5dc20be7d78', '114.119.154.242', 1687619597, '__ci_last_regenerate|i:1687619597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5746aa8a102eb1324cecfb3396444bfb02593547', '190.148.252.236', 1656035120, '__ci_last_regenerate|i:1656035120;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656027950\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656035033;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5746b713fd4c1464b946d5731e2266e07ace728f', '157.55.39.69', 1671783504, '__ci_last_regenerate|i:1671783504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574a2701e3a64d9e315ceb7ebfd913cfb7901305', '190.148.158.151', 1677250895, '__ci_last_regenerate|i:1677250895;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677250612;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574abceb0681bda2418c2c98c2aee2356e04134d', '190.148.252.96', 1673225249, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673225249;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673225150;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574af18b8b7eb866b1dd5f88b06f53e9a0d3f470', '114.119.146.37', 1685522568, '__ci_last_regenerate|i:1685522568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574b411a2b10a142d52fd5a7c6e01eef62af283a', '51.222.253.13', 1651718388, '__ci_last_regenerate|i:1651718388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574d072626545603006e669bf91cddd2e978e849', '190.148.158.110', 1662056760, '__ci_last_regenerate|i:1662056760;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661989789\";last_ip|s:15:\"190.148.158.110\";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\";user_csrf|s:20:\"MNL95iAnOyZt4jJduz7B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574e58ff41cebb279f59b388c0733f6739a8d12a', '18.191.75.14', 1657171670, '__ci_last_regenerate|i:1657171670;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 ('574ee2944246b8cae8398238372c7a8ba3dd3ed3', '190.148.87.97', 1655937716, '__ci_last_regenerate|i:1655937716;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655907480\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655937716;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('574fb2e74771d68e006f804c53318ce28fe4d0e5', '190.56.49.83', 1687028721, '__ci_last_regenerate|i:1687028721;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687028713;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5750bbea117fec7920400a9e4fea1892d884a1cf', '190.56.32.35', 1672078136, '__ci_last_regenerate|i:1672078136;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672077771;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57519166beea325309298708b62e4f4e2965786b', '200.119.174.9', 1674133877, '__ci_last_regenerate|i:1674133877;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674133872;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5752a3b8478c9922a8e34e387fdc895391fe763c', '146.59.157.229', 1650749562, '__ci_last_regenerate|i:1650749561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('575307b9963e57b671c16b619526f5c8cc478121', '200.119.173.177', 1684890790, '__ci_last_regenerate|i:1684890790;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684890757;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57533c336c219ace381430910ba5d9935d1f123f', '207.46.13.51', 1662660346, '__ci_last_regenerate|i:1662660346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57540d6c0bd750016e856f67b53a40ace78761c6', '52.167.144.61', 1688113975, '__ci_last_regenerate|i:1688113975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57545ec2892ec6edbcf5fb7b4ade62badf0b4b24', '190.148.157.80', 1669383024, '__ci_last_regenerate|i:1669383024;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669383016;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5754841a4413ab846a3d6c40a4bb2c81e34e36e3', '40.77.167.49', 1665760992, '__ci_last_regenerate|i:1665760992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5754bd461419fbf3ef71f57697402c61fccf370f', '114.119.154.82', 1687737561, '__ci_last_regenerate|i:1687737561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57569c363fe9e252b6675aa68134265e50e13f44', '130.245.169.247', 1657277748, '__ci_last_regenerate|i:1657277746;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57592482ac6a21fb0bde4838f5befea5e09f6094', '5.9.106.204', 1656450995, '__ci_last_regenerate|i:1656450995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5759276858b7ff2d10e71818b8c71b51b351a0c0', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5759ff38e9ffd3ae288ca818ee78b108deceb1f2', '52.167.144.98', 1686542610, '__ci_last_regenerate|i:1686542610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('575b326039293e49b33e845b96d8557305fa048f', '207.46.13.52', 1662655019, '__ci_last_regenerate|i:1662655009;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('575dafc099dbcd9910dd791e0a2feff220e8c94f', '93.158.91.207', 1684584318, '__ci_last_regenerate|i:1684584318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576027970d0e5b240553b70822a858dcd00840de', '114.119.151.152', 1687713053, '__ci_last_regenerate|i:1687713053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57609bf92a31c9b4d89e408eb199072300965dff', '157.55.39.217', 1683265503, '__ci_last_regenerate|i:1683265503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5761d89b156ffa57d2beb512299f5a60d9c9c83f', '190.56.54.156', 1665164963, '__ci_last_regenerate|i:1665164856;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665156288\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"mXJIhgNlzKRtPETfYvAW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57664e5e143a0ba03e17e7189ce7b84a19c5b7af', '114.119.128.14', 1688221515, '__ci_last_regenerate|i:1688221515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5767b1ceccccba2885028f8490c5f2cd667c39b8', '82.80.249.158', 1668921146, '__ci_last_regenerate|i:1668921146;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5768306a3f448c2bb98fffed96c5e17daa377b52', '51.222.253.11', 1684813452, '__ci_last_regenerate|i:1684813451;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 ('576dfa6af14fc93478dd9ff8f608831c5fc8995c', '114.119.148.132', 1687625982, '__ci_last_regenerate|i:1687625981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576e22c9b17d2018ab0309198867a8c2962c39cf', '207.46.13.207', 1681353408, '__ci_last_regenerate|i:1681353408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576e54345db9a3cb1304a08a2b1d0b06681fb906', '200.119.168.48', 1668113827, '__ci_last_regenerate|i:1668113827;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"5JLi8IkQuqRp1rw7Vojy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576e77bda7b8cc318d17edd5c21e75532d2938cb', '51.222.253.11', 1677839499, '__ci_last_regenerate|i:1677839499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576e875efd028f120a3bd046c3a2527eebdd11d0', '51.222.253.17', 1664967437, '__ci_last_regenerate|i:1664967436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('576fe5d71026cca2a8e6f60aa1191803fc0528a7', '93.186.120.193', 1678471975, '__ci_last_regenerate|i:1678471975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577067ade73657993e693030fd96514e5827a51e', '190.148.87.96', 1678712003, '__ci_last_regenerate|i:1678712003;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678711598;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577070c1856b26a33c6f96f4795bc3f8214e7dc3', '52.167.144.82', 1687351052, '__ci_last_regenerate|i:1687351052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5770f5ec19d5c34155c50583d6934eed002d7395', '190.148.252.236', 1656033829, '__ci_last_regenerate|i:1656033829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577199cce987ceda27fca70d2c886964be72d552', '52.167.144.164', 1685754297, '__ci_last_regenerate|i:1685754297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5771edab7183017531f5a27a727a243190fbee63', '85.239.44.94', 1664742569, '__ci_last_regenerate|i:1664742569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5772266a75ad01ad384476d2719ca8d92cc3b55f', '190.148.157.53', 1683636133, '__ci_last_regenerate|i:1683636133;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683636127;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57735d6956571ba3e64e1b4aa21385ba6de0990a', '34.66.243.214', 1651526184, '__ci_last_regenerate|i:1651526184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57740138d6acfb81c5cb6db17c35ccd5b02af22e', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577486905aecb2438efa23f5cce69a34ec8323e9', '190.56.32.162', 1686448006, '__ci_last_regenerate|i:1686448006;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686447990;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57760cbf77e8440cb3ed4f3dc1e24ece78027a29', '54.37.233.116', 1650851895, '__ci_last_regenerate|i:1650851895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5776407d28018cfa0f447710d200337963666e40', '190.148.158.69', 1685891019, '__ci_last_regenerate|i:1685891019;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685891009;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57781fdb5cf01f42026d41b6eed8966e4f6ee8ff', '65.21.105.109', 1669425265, '__ci_last_regenerate|i:1669425265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57785a6175e2998754d43d62161aa49401a9b20c', '114.119.130.178', 1687724355, '__ci_last_regenerate|i:1687724355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577863c1385b5fc6e53a8dc179515c44247b22ae', '52.167.144.171', 1684593695, '__ci_last_regenerate|i:1684593695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577980f52e26d1f90e43428998e5f35b693407ab', '190.148.252.178', 1657312445, '__ci_last_regenerate|i:1657312445;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657229796\";last_ip|s:14:\"200.119.173.90\";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\";user_csrf|s:20:\"RZLD3hvsadK96iGTnbFV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577c036d6f6b191665b6ba1751cce36aa50e3ffe', '78.137.164.103', 1664296485, '__ci_last_regenerate|i:1664296485;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 ('577c3cb2d7decc76d0a79365932dd7664f216f41', '190.148.252.73', 1664641065, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664641065;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664640877;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577c71ee97953697391910f201c69e7e3b9ef361', '40.77.167.225', 1680307935, '__ci_last_regenerate|i:1680307935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('577f1f42e19bbf1d51bca697dc4fbd608f16dfa4', '40.77.167.123', 1683443493, '__ci_last_regenerate|i:1683443493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57814a82aca57f163f962d8b97b911f6fe391122', '114.119.141.40', 1686020758, '__ci_last_regenerate|i:1686020757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57831687e5c66071cf07024050ae16025d84e97a', '200.119.172.96', 1675381799, '__ci_last_regenerate|i:1675381799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675381793;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5783ed79b38b0c22c2a25d6a0cee79c139d122a7', '51.222.253.1', 1680514210, '__ci_last_regenerate|i:1680514209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57861818f4e98ff162333ed49ce2230bcc1a1c4e', '52.167.144.43', 1683842357, '__ci_last_regenerate|i:1683842357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('578676a1a5bce326b071dd18c1ba890c96ea3685', '190.148.252.223', 1658933911, '__ci_last_regenerate|i:1658933911;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658925530\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658933537;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57875d1ce50e7ede6310e5d1a0da2e75ba6e9ddb', '190.148.87.164', 1667909269, '__ci_last_regenerate|i:1667909113;requested_page|s:14:\"admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5788119a9ec5b1abf262aa20cdd5302bc2f70e3b', '190.56.55.27', 1662397256, '__ci_last_regenerate|i:1662397256;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662390461;register_id|s:2:\"95\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 09:02:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57890948a70d20f5994ad75b793eb1586d1044eb', '114.119.141.206', 1688406552, '__ci_last_regenerate|i:1688406552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57897f9fd4c4c8ebb1964b83324a845d65baf1e6', '66.249.74.107', 1685778132, '__ci_last_regenerate|i:1685778131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('578ab63da056bd8ccd6b41b59bb785b8a15e2e28', '200.119.173.130', 1676047471, '__ci_last_regenerate|i:1676047471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676045342;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('578cff874f931431635084b009fd8559c7152a72', '200.119.168.250', 1681177410, '__ci_last_regenerate|i:1681177291;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681177410;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('578f06007a3266d553c07848145dd0394f1f7a2e', '114.119.140.38', 1685439403, '__ci_last_regenerate|i:1685439403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57937c44cc6107e2c81a2f7087a4e5a6f4ada669', '190.148.252.81', 1658784402, '__ci_last_regenerate|i:1658784367;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658767912\";last_ip|s:14:\"190.148.252.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658784401;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579387137cf32bbbf47a49ab607041ecbac4cdc3', '190.56.50.15', 1667053326, '__ci_last_regenerate|i:1667053326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667053284;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57949d151f5995ea01eca18f026f2c8e9fbe8d9c', '200.119.172.96', 1675439292, '__ci_last_regenerate|i:1675439292;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675438851;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579779fd430fecf127862ecc9b6a492fb69f985a', '20.106.219.40', 1657981645, '__ci_last_regenerate|i:1657981644;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5797f55807184e6986bfda3d49acc40f81e2fc1b', '178.208.160.86', 1683876289, '__ci_last_regenerate|i:1683876289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57993c3395538c9cec7b85116a940a8d87a561e4', '152.89.196.102', 1660086153, '__ci_last_regenerate|i:1660086153;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57997ee612e52959774d16c6296fa458d8bf230e', '190.148.252.161', 1669997605, '__ci_last_regenerate|i:1669997605;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669997597;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5799998225f0d896682f5fd1d03bb7c8c0321556', '190.148.252.69', 1657635927, '__ci_last_regenerate|i:1657635927;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657589103\";last_ip|s:15:\"190.148.252.219\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657635260;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579cb974a2c9dec03bd919cf33fe6c55b47d6fec', '54.36.148.105', 1670079744, '__ci_last_regenerate|i:1670079744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579d11b250f0b6b43c37ae1d0d851c25d9a0b88e', '5.188.62.140', 1656382053, '__ci_last_regenerate|i:1656382050;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579d69d6f804d0d39ca5bc5e5ab667ea0740420c', '114.119.151.81', 1686655906, '__ci_last_regenerate|i:1686655906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579ddb8cf3620ab3eb6fe4ab08798ac3c537746c', '52.167.144.164', 1686035626, '__ci_last_regenerate|i:1686035626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579e313aa4cb2e8e98876361576f7e2e35f043d8', '209.160.115.40', 1682930802, '__ci_last_regenerate|i:1682930802;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 ('579e9f7a6975ce10fd152a111e9e72942aa683d7', '51.222.253.19', 1677667823, '__ci_last_regenerate|i:1677667823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579f61e3acc5f4ca61e615f05c0c9b7c1696ad65', '207.46.13.138', 1674846563, '__ci_last_regenerate|i:1674846563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579f6cc522617552e8fa6f9384f9b00a04425740', '66.249.79.195', 1687735149, '__ci_last_regenerate|i:1687735148;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579f7205727c7d917196eff8379411778b186cef', '190.148.252.55', 1675731125, '__ci_last_regenerate|i:1675731125;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675731104;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579fb732591f5b6fc9b18a393fab34ebb21cddcd', '190.148.157.98', 1679190555, '__ci_last_regenerate|i:1679190555;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679190487;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a0c69b6fcdb89d812c021c3c69dc50100cabb9', '36.99.136.142', 1650976202, '__ci_last_regenerate|i:1650976202;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a13531f12615621982ff3c429eda1a57c617f1', '74.125.215.33', 1653969584, '__ci_last_regenerate|i:1653969584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a166427dff1fe0e507a79d46d85ebc6c711fbe', '40.77.167.45', 1670345654, '__ci_last_regenerate|i:1670345654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a1712a9236bfe9472e18242602f804c295f8e3', '200.119.173.130', 1675876847, '__ci_last_regenerate|i:1675876847;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675875656;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a25413d415e2914e6187599e907da9215126ce', '134.122.99.98', 1686315236, '__ci_last_regenerate|i:1686315236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a5b0af3270b24b29576ca4c5335afe68b074e4', '40.77.167.166', 1676435958, '__ci_last_regenerate|i:1676435958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a79ed21c27ac7817dac48e221fdf1777bb891c', '200.119.168.250', 1680826838, '__ci_last_regenerate|i:1680826838;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680825987;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ab068bab7649566109a1e13eed11d871f03f07', '40.77.167.227', 1682039469, '__ci_last_regenerate|i:1682039468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ae0e96a7fdb4799f8acae9028c1a54e2bb2757', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ae1347f8f0830ac0e9e659a8625ed5cd95b4ce', '52.167.144.70', 1688527113, '__ci_last_regenerate|i:1688527113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57b353fffff6d2d8e6668bc7803fa0aa6b0f5691', '190.56.55.48', 1687610386, '__ci_last_regenerate|i:1687610386;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687610257;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57b3a8cedf6069fed4bdd3e7dd40383302f8c774', '54.36.148.58', 1668161473, '__ci_last_regenerate|i:1668161473;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 ('57b6fbd1fdb3b1c56a1d35ff67df5491b02a7ae1', '66.249.66.4', 1682875720, '__ci_last_regenerate|i:1682875720;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 ('57b7246a7fe2e2dd9f10e696878f46af1046ed12', '54.36.148.18', 1679353559, '__ci_last_regenerate|i:1679353559;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 ('57b77824e9f43658053882220109dc4327d22de1', '52.167.144.162', 1686635369, '__ci_last_regenerate|i:1686635369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57b81eba04bb07c5ed76a3f8b0abacb7db93d75b', '40.77.167.166', 1676485041, '__ci_last_regenerate|i:1676485041;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57b97b74333adcea8fce50712ea581b605ceb6b8', '114.119.156.33', 1687699667, '__ci_last_regenerate|i:1687699667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ba5ab77482ace160f6949519c9d735ce3401a0', '52.167.144.61', 1688243869, '__ci_last_regenerate|i:1688243869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bb298b2ee7b60e594981acbf8c8cf34a4c0f28', '207.46.13.217', 1684025453, '__ci_last_regenerate|i:1684025453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bb60921e8f49561d3c58e413ab664d50dc8153', '190.56.32.35', 1671663878, '__ci_last_regenerate|i:1671663878;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"oVFNdU5LtJ2OTp8YxhMw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bb9692cbf49de9f72bbe5647a4e89f4cd5bee9', '157.55.39.123', 1666422123, '__ci_last_regenerate|i:1666422114;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bc2688f90abacb810bc360e00735117806d764', '52.167.144.98', 1686589881, '__ci_last_regenerate|i:1686589881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bd3b2ee8b49490613844be4858f87fca1d4415', '40.77.167.241', 1686876129, '__ci_last_regenerate|i:1686876129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57bdf7dda808517d1881fdad9cf3f5e7814b5dba', '200.119.170.16', 1666821840, '__ci_last_regenerate|i:1666821840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666821780;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57beb69458ec0674238e10c4fb2aec3245631906', '34.142.124.111', 1660185278, '__ci_last_regenerate|i:1660185274;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 ('57bef991ee5e6a86be883916ed1a39f2719bd72b', '157.55.39.69', 1671858680, '__ci_last_regenerate|i:1671858680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c161a7b31b58e0573e76876afed3b7889a911d', '40.77.167.26', 1671123561, '__ci_last_regenerate|i:1671123561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c2476a1bebc0ed16edb60b01ffff883b021a73', '52.167.144.171', 1685518100, '__ci_last_regenerate|i:1685518100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c31f4f9ea09a3d14b892c43b57bcd47b51c45b', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c35973ff5b1788ec2422e972b6154abd052ceb', '190.56.49.187', 1688342379, '__ci_last_regenerate|i:1688315738;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688243383\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688342379;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c3bf5595760096c5121c6c33fe2b934d33bf5a', '51.222.253.6', 1656348982, '__ci_last_regenerate|i:1656348982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c42c831590cfe5bc3565d65467ef01208dc67e', '190.56.173.213', 1683226567, '__ci_last_regenerate|i:1683226567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683225137;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c4450380d748bfb41a15ce98698e5a51157bb8', '17.121.114.124', 1653661476, '__ci_last_regenerate|i:1653661476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c496a91774aa54db3b507c1ef6ca214d5a98a9', '190.148.252.76', 1654055135, '__ci_last_regenerate|i:1654055135;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653585132\";last_ip|s:13:\"190.56.54.129\";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 ('57c57aa3c057730f27cd5b64f5e50049ce952c0b', '114.119.159.19', 1686900122, '__ci_last_regenerate|i:1686900122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c5bc0750ae14596699027b5f402ffd78ed2b5e', '190.148.87.182', 1679698439, '__ci_last_regenerate|i:1679698439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679698431;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c6f4123139027d4c7586ca4ea18518725f5d2a', '52.167.144.171', 1684670543, '__ci_last_regenerate|i:1684670543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c77c48fb9e45a45bf7187dce3d2a3fd8d46f5d', '190.56.54.156', 1665427059, '__ci_last_regenerate|i:1665427059;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665422218\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"p0nhEb3uqjNaDxFKmoHA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c7c63d9f24b87e1f6e147a7c21dfa2e90ee209', '111.13.63.78', 1651072881, '__ci_last_regenerate|i:1651072881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57c8f7759a885fd4e98ba1da2e97286bdb9c3804', '190.148.252.76', 1654265788, '__ci_last_regenerate|i:1654265788;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654264459;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57cb1afc262caac0c5fe293289a674e34626b345', '157.55.39.253', 1681820532, '__ci_last_regenerate|i:1681820532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57cc064d13de6207ed073041104d3919f74e36a9', '40.77.167.49', 1667131432, '__ci_last_regenerate|i:1667131432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d02bdf2c56b56d10dd212b113f41c145b669ff', '40.77.167.123', 1683842352, '__ci_last_regenerate|i:1683842351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d0f3c4baac1be1befed9760ac23321d0dfb748', '207.46.13.10', 1671305540, '__ci_last_regenerate|i:1671305540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d2e0dffea1fbd025021f86d4dda319be6daff1', '207.46.13.230', 1658113497, '__ci_last_regenerate|i:1658113497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d3c33f4db14311fc1ac3e2e2cd2d143577b1f6', '200.119.173.177', 1685408479, '__ci_last_regenerate|i:1685408479;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685408475;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d3ee34433cbde70f223ba540779ebe13b58e56', '114.119.152.59', 1687347980, '__ci_last_regenerate|i:1687347980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d4921d9395d38aac2e3587493a448999eccfe8', '52.167.144.98', 1684339338, '__ci_last_regenerate|i:1684339338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d50aad4d51919aeea596b06b7b4231cf832880', '190.148.252.112', 1667853269, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1667852377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667822823\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667853269;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d6289ca2d012ed96a883fe9cdfb3f736a03219', '52.167.144.164', 1686568698, '__ci_last_regenerate|i:1686568698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d7acd8d3b4d67dc5a6ad2028c7d553365782ee', '114.119.137.94', 1687573309, '__ci_last_regenerate|i:1687573309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d82963f665bd955963de857394c16bec419e0b', '52.167.144.98', 1685951112, '__ci_last_regenerate|i:1685951112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57d848c97a52f7fdee6d99b56b83b45c702d9182', '35.90.248.222', 1674047618, '__ci_last_regenerate|i:1674047617;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 ('57d8c4043f07a27150124d59d429e5ee41483537', '114.119.145.129', 1686024502, '__ci_last_regenerate|i:1686024502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57db0ca872933d504c975310abf54beb9f3e53fa', '190.56.173.213', 1683313394, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683313394;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683312076;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e0c32f61ef95d7e66074606ce627f0c551b17c', '66.249.77.162', 1686498518, '__ci_last_regenerate|i:1686498518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e0f9ba483e991e4f172a15536d32b4d80c12d2', '40.77.167.49', 1666337815, '__ci_last_regenerate|i:1666337815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e45b9bbaf615c4c0da545c6bab79ab7ce705ad', '52.167.144.164', 1685241021, '__ci_last_regenerate|i:1685241021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e49110959849e95358c4750028be1c17f58349', '207.46.13.127', 1656457365, '__ci_last_regenerate|i:1656457354;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e89424307d08906947d71dcbf91a6e341ef881', '52.167.144.98', 1686573739, '__ci_last_regenerate|i:1686573739;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e8d3b348033ae803c29ff4f6b955302a500095', '114.119.152.69', 1684848909, '__ci_last_regenerate|i:1684848908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e90004987a3118ef77cb27bb4923816c4eec1e', '190.56.54.156', 1665428149, '__ci_last_regenerate|i:1665428149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665427684;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ea258246017eb7605b4fb2aa494d3196f2650d', '52.167.144.69', 1677080606, '__ci_last_regenerate|i:1677080606;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ec2b0085f5deb78a7cc26a54e5bcefbc72f487', '200.119.168.250', 1680832066, '__ci_last_regenerate|i:1680832066;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680831539;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ee42aedeb4867afe039c9028b4e76bed27a90f', '51.222.253.8', 1654511407, '__ci_last_regenerate|i:1654511407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ee8f9b1e902b5de5033dcd0b29395168f8ef88', '146.70.29.182', 1651735732, '__ci_last_regenerate|i:1651735727;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 ('57ef2be25fd607820f989a75e8eeef3d69c5a8d7', '178.63.66.151', 1677237516, '__ci_last_regenerate|i:1677237515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f107d7894073a1b7ac6af1649e3b61c518c773', '51.222.253.13', 1674900952, '__ci_last_regenerate|i:1674900952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f3a6904a395f418d5de00add32ac020b79d408', '207.46.13.113', 1676252520, '__ci_last_regenerate|i:1676252520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f45d53f4db1e06a9f6205710e75e029a3a5bec', '190.56.54.129', 1653610086, '__ci_last_regenerate|i:1653609143;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653609143;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f56af2cb04f440800f6837ebb55071e86e228b', '66.249.79.177', 1664325545, '__ci_last_regenerate|i:1664325545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f5a50c1d7e6a92c645d8f9e6ad6699b0eccf63', '40.77.167.191', 1682165551, '__ci_last_regenerate|i:1682165551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57fb40acc86e84200dfd9ae4fdfb81a18140c33d', '190.56.55.120', 1663344151, '__ci_last_regenerate|i:1663344151;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663340975;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57fc4388847f4f547e0d3b77b607f63c5fcb0ad8', '190.148.87.191', 1664206886, '__ci_last_regenerate|i:1664206886;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664206547;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57fc864f977ea3955796f3f8dd7bc9a2e73d49a6', '74.208.2.188', 1665904749, '__ci_last_regenerate|i:1665904749;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57fe6eaf860773b21d9f3528a21b9fb3bcfe6c47', '17.241.227.198', 1682680951, '__ci_last_regenerate|i:1682680951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57ff088f208db393d9db921a700fc66d299ca7ef', '200.119.168.250', 1680898014, '__ci_last_regenerate|i:1680898014;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680897768;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580098f59b6b3c6beaf99b3cc04c961d5f778b4c', '190.148.252.56', 1663960080, '__ci_last_regenerate|i:1663960080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663959977;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580166c714eb7066a8c9def5b5fc58a968c74996', '190.56.54.156', 1665194120, '__ci_last_regenerate|i:1665194120;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665194117;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580175d84346bcd7c953669067abd1534ae5d590', '200.119.170.210', 1669770360, '__ci_last_regenerate|i:1669770360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669770302;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5802f8f74f0264fc032c41c2d42f5ae5593a71e2', '52.167.144.98', 1684226012, '__ci_last_regenerate|i:1684226012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58035447f6f7ec69df18a87cf0bb70e90de06f20', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5804dc0860cdc48f0ba8106c82af005a73f845d2', '190.56.173.136', 1687969112, '__ci_last_regenerate|i:1687969112;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687969049;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580898148358dd9d276531069e757260bb4b6a1a', '193.201.9.12', 1658326317, '__ci_last_regenerate|i:1658326317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5808d49851fcd4d289832f137a847fa3d92d9f74', '190.148.158.69', 1685755265, '__ci_last_regenerate|i:1685755265;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685755128;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580962703e630735df3ad76643c196932e2b5c7b', '51.254.199.11', 1686876080, '__ci_last_regenerate|i:1686876080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580a1c39d5722d6f577e01704a4081a8f710332c', '54.36.148.87', 1670183620, '__ci_last_regenerate|i:1670183620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580a6e532d49ca823273bbd24a4619e8ac489fe5', '190.56.50.200', 1686868560, '__ci_last_regenerate|i:1686868512;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686862624\";last_ip|s:15:\"200.119.173.107\";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 ('580aef84d0b1fefe5f84505a5b5b4f16a21910da', '52.167.144.108', 1680261269, '__ci_last_regenerate|i:1680261269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580b55b06eab6879820cd4fb8f7b79e674b96849', '114.119.140.73', 1685434983, '__ci_last_regenerate|i:1685434983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580c445488ae5cae8b8bcaf747f0405dc4e43a23', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580c8e00fd1e557d47529d929818b48821b0c7cb', '207.46.13.51', 1663001409, '__ci_last_regenerate|i:1663001409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580e25b3782e6f345682cd0e871aa12838e168fb', '34.220.235.6', 1678714291, '__ci_last_regenerate|i:1678714291;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 ('580f3bdb1284780f381a5e372005c7f6105133e7', '40.77.167.224', 1686722337, '__ci_last_regenerate|i:1686722336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580fc078e56b8ef9f01444587aeaaf3d75a8c620', '157.55.39.221', 1662355817, '__ci_last_regenerate|i:1662355817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('580ffa07cbdd42d0141d2d3fd8b67aceefe02c85', '190.148.252.151', 1671064791, '__ci_last_regenerate|i:1671064791;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671063781;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58115bd0fe345329c2d7d4c47708f7640ac9c011', '51.222.253.18', 1688428047, '__ci_last_regenerate|i:1688428047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58134bafabc6e97875cf93fc8581b85a9d65412b', '130.245.169.139', 1657878928, '__ci_last_regenerate|i:1657878928;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5813702dc04ddd998d7e60ec09f4c33d62adc61f', '114.119.138.177', 1688273753, '__ci_last_regenerate|i:1688273753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58143166afbc224e2f36b743adde2d9eede49c39', '52.167.144.74', 1688427080, '__ci_last_regenerate|i:1688427080;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58146a9373d627dc39c6c5eb58c3850ba26496f6', '157.55.39.125', 1654294261, '__ci_last_regenerate|i:1654294261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5815c78954962cdab1a5cdc7f7b5a09a45e63f1a', '190.56.49.109', 1666134938, '__ci_last_regenerate|i:1666134938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666134862;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581979ad0af1f569f606925f393dcd5693847234', '52.167.144.171', 1684593695, '__ci_last_regenerate|i:1684593695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581a0be9e6722a6f20902a8aa73f8623843fce02', '114.119.154.63', 1683676732, '__ci_last_regenerate|i:1683676732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581a68244b30e146c7f173a068aed64c4ddab332', '40.77.167.114', 1678792296, '__ci_last_regenerate|i:1678792296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581a7a2fdab08847c86a0b99873ab34568520b4c', '190.148.252.112', 1667835033, '__ci_last_regenerate|i:1667835022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667835032;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581b59b5c2d8ea0f7f1f789f7f58e645df5d376c', '114.119.132.228', 1688246010, '__ci_last_regenerate|i:1688246010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581b96f59f75bfa5f4f296e82ac8464b2e26a952', '34.222.108.53', 1658236437, '__ci_last_regenerate|i:1658236437;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 ('581df9bdfe1f8780412713fe29747a1c2a5ce1be', '54.218.60.164', 1683070007, '__ci_last_regenerate|i:1683070007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581e4b5a08cd1dcc5667699c2b7d131e5633c5b7', '17.121.114.182', 1655821259, '__ci_last_regenerate|i:1655821259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581ff106662e511aaeec51bb7e721ff12dbd1e58', '74.125.215.36', 1680986627, '__ci_last_regenerate|i:1680986627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5821d56c02c88087f1d9fdacaffd88a16fa809f4', '52.167.144.162', 1682937908, '__ci_last_regenerate|i:1682937908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5823a92fae4d716676a3590dca9b1ec97b713820', '40.77.167.227', 1682115260, '__ci_last_regenerate|i:1682115260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58258934af1babec3accbfb335eb5da56661c239', '198.251.73.89', 1686693226, '__ci_last_regenerate|i:1686693226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582598fe89eddf97aedd10dc4f181b42999f31d3', '8.41.221.53', 1658710966, '__ci_last_regenerate|i:1658710966;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5828585fddb956bf48e0603967d80368d34c17cc', '190.148.87.51', 1676304820, '__ci_last_regenerate|i:1676304820;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676303128;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5829223837bff17ba8eb7dd3a9511cd66d88bfee', '190.148.252.96', 1673044440, '__ci_last_regenerate|i:1673044440;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673044425;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582bb8b198096062c4dc257db94993869f4bbba9', '190.148.157.98', 1678915008, '__ci_last_regenerate|i:1678915008;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678718621\";last_ip|s:13:\"190.148.87.96\";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 ('582cb521789f404428aaf4feac7cd199dfd2ff8a', '52.167.144.61', 1687962024, '__ci_last_regenerate|i:1687962024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582e99021447e6ee3253c8353de8130d6285ec6e', '114.119.155.13', 1688065849, '__ci_last_regenerate|i:1688065849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58325d7c8b41ee3555a239e23bcc2649c8dd5448', '190.148.252.102', 1681859909, '__ci_last_regenerate|i:1681859909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681859888;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58327dc4027193776d82b2b3c900fc43dbd9847e', '157.55.39.87', 1663583760, '__ci_last_regenerate|i:1663583760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58333e0260c810ffcc89f63ec51746e41184e7e9', '35.189.70.176', 1657245642, '__ci_last_regenerate|i:1657245637;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 ('5833f8cc959eb9bf731b1572bbc3f98b4ccb328a', '51.15.234.20', 1656192483, '__ci_last_regenerate|i:1656192483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5835e81a574bf25c4b2dc9202cf2344345b6e2e3', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360538;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5836537bb491070a7d8421560751d2b329ae9035', '34.220.84.202', 1652448408, '__ci_last_regenerate|i:1652448408;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 ('58366f6d23776d2242645537ad5e04a5f063e644', '219.78.228.211', 1665130145, '__ci_last_regenerate|i:1665130145;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 ('5837b4b66c8b4c2e4d2e22649511717ee772f52b', '207.46.13.230', 1656163059, '__ci_last_regenerate|i:1656163059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58396b3c43536a659133dcf5bc2de882794f065b', '93.159.230.83', 1654864630, '__ci_last_regenerate|i:1654864630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('583b9eba09622a4bdd051606b5cd37b59d110e7a', '190.56.50.6', 1667672774, '__ci_last_regenerate|i:1667672774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667672757;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('583c70b4de74e39c666086d20c2beee95c538067', '190.56.50.15', 1667170517, '__ci_last_regenerate|i:1667170517;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667170507;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('583f6515f5622fdd69e712b3a27205f07f4b65cc', '190.56.55.113', 1673698106, '__ci_last_regenerate|i:1673698106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673695255;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584064b86e3dc93463a35bee8424ccbdea0800b1', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5840910f4b7e504de9071d364f6ec8573d4590a9', '200.119.174.83', 1655846374, '__ci_last_regenerate|i:1655846374;requested_page|s:18:\"admin/pos/view/371\";error|s:94:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos/view/371\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5840fb03203aa760de53a8eaba01afc9117d2093', '190.56.50.8', 1658609278, '__ci_last_regenerate|i:1658609276;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658590980\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658609276;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584204829fc6b11041c15463cc0c4c3f75f1574d', '200.119.170.209', 1656939713, '__ci_last_regenerate|i:1656939713;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656939257;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5842abf5085240dd6737dd2022f0d7ac3db4c3a5', '54.36.148.69', 1688153950, '__ci_last_regenerate|i:1688153950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584304eb29b5fd7c28f808490b4dee191ad566b3', '114.119.154.41', 1686546501, '__ci_last_regenerate|i:1686546501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58440305146bfbb44a58d23b530983f4d1d3c4b8', '190.56.32.35', 1671655485, '__ci_last_regenerate|i:1671655485;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5846000930dbbdee1b0250d5c1dcf07b32dcecf3', '40.77.167.123', 1683285580, '__ci_last_regenerate|i:1683285580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5847dfa8980f66e5b2ef663de2909e437a408026', '40.77.167.39', 1656055331, '__ci_last_regenerate|i:1656055331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584821955dc5456fd43838d6a12c2bb0376e1363', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5848e8234859010c4681d0a1c25512774d09c98b', '190.56.173.175', 1652975711, '__ci_last_regenerate|i:1652975711;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";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\";last_activity|i:1652972735;user_csrf|s:20:\"imtArbU94L0SZuayNPMv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58492f30f910616fcca73873b5c7a5137be311e9', '223.29.254.89', 1660126379, '__ci_last_regenerate|i:1660126369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584af956c8524e6cb3cbbc948e875b083c3d4626', '40.77.167.170', 1675300533, '__ci_last_regenerate|i:1675300533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584f1eb72e36d7b7462f2a289496fc05f2120a84', '190.56.55.113', 1673738192, '__ci_last_regenerate|i:1673738192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673737959;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('584fab58c2ccdad6cf51d3690424ff639d426b32', '190.56.32.35', 1672100213, '__ci_last_regenerate|i:1672100213;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672100115;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58502a3fe1ab6250bb28fd08c7c4709b8bc20172', '52.167.144.164', 1685927720, '__ci_last_regenerate|i:1685927720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58505b0f9ff354946321f9c2f8569e94c613701a', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58532bdf23d2ac2ef1446d1c73eebd6f4649106b', '52.167.144.164', 1686100737, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58569a094007d10c12c6ddd53f2deae7ccfd40bc', '114.119.156.138', 1688195380, '__ci_last_regenerate|i:1688195380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('585969984ae8928dcd54d00d02536eb529a63af5', '200.119.172.60', 1674942631, '__ci_last_regenerate|i:1674942631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674942518;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5859b0c01f04d8c628a086b6c9359c309075e015', '190.148.87.244', 1654618025, '__ci_last_regenerate|i:1654618025;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654618022;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('585b64a8e7cbaaf2af4fe3b38bf913cc39991b09', '40.77.167.43', 1658225097, '__ci_last_regenerate|i:1658225087;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('585e1aa4ca91de797cc7682bbb3529f8fab9c8cb', '190.56.173.251', 1651940578, '__ci_last_regenerate|i:1651940578;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('585f9b6aa9c44bcef3b144dbb7865f4fa01c35c3', '52.167.144.98', 1685360984, '__ci_last_regenerate|i:1685360984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5860185dc16a293bbc8c0d1d7aded1ded0157868', '149.56.160.244', 1661469069, '__ci_last_regenerate|i:1661469069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58603f685e40f42081f13ce28d60815e94fbad6a', '52.167.144.76', 1681775087, '__ci_last_regenerate|i:1681775087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58613ce64cb77958b17e1c035aa2cf68b7fdc1bb', '138.68.180.18', 1658595816, '__ci_last_regenerate|i:1658595816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5863d5d37794caf2b7967a439378154d4cf44cb6', '66.249.66.3', 1682870867, '__ci_last_regenerate|i:1682870867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586574c527b2c6a074581696d7deede7e851a350', '190.56.55.113', 1673734878, '__ci_last_regenerate|i:1673734878;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673734873;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5865c474c51b0b9a9bd8f7573d5eca93ee51c728', '114.119.148.132', 1687684453, '__ci_last_regenerate|i:1687684453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58667c74628c20e434f37b9c1efd331b31b90851', '34.67.212.255', 1664171803, '__ci_last_regenerate|i:1664171803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5867fd0959d12f62a913541aa10bd6eb3c2c0a50', '17.121.114.199', 1658087422, '__ci_last_regenerate|i:1658087422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5869693c2571a3a32ac41ab2432d2a097034d5f0', '40.77.167.249', 1680676159, '__ci_last_regenerate|i:1680676159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5869804c479eac2c7865d57e65c400df67bca777', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586ab9ab3fba59e7fc512df5c8304b34e3a976a3', '114.119.159.234', 1687933632, '__ci_last_regenerate|i:1687933632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586aeb52f548e6be8075554a0e1a47ba1c844d1d', '190.56.32.32', 1686185368, '__ci_last_regenerate|i:1686185368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686185338;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586b288ae429b8831cbb217458fd4a26887ba792', '40.77.167.202', 1687268300, '__ci_last_regenerate|i:1687268300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586b89165894fcec1c14ca1af91d51db54cd7890', '165.232.105.81', 1688566183, '__ci_last_regenerate|i:1688566183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586be1ce4741e1633fdd79b2eac8c02f625ff43c', '114.119.155.92', 1686839080, '__ci_last_regenerate|i:1686839079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586d024f5893dcab40f43ca6c9ad28419f1e0dbd', '207.46.13.138', 1674659420, '__ci_last_regenerate|i:1674659420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586f0f4b4f52062b26e1760f998b7aa8d9c1c233', '52.167.144.98', 1685594556, '__ci_last_regenerate|i:1685594556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586f74b39aec31b9be11abb186ca72e9f9c9fd7f', '190.56.173.213', 1683237157, '__ci_last_regenerate|i:1683237157;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683237082;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5871611fa0f5871f1b02de1253829673f5397869', '190.148.157.183', 1680397085, '__ci_last_regenerate|i:1680397085;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680396966;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5871ce3fac4db43a760a848d366ac750fdbd07a2', '51.222.253.13', 1654464292, '__ci_last_regenerate|i:1654464292;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58736b5604bf67cf07778210e392032d0f981b2b', '52.167.144.162', 1686571692, '__ci_last_regenerate|i:1686571692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58743e3e59b77ca81cc5698184abcc5d296a617b', '40.77.167.156', 1679033264, '__ci_last_regenerate|i:1679033264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5874bb78a34c208d2497b3a178dcae882b3e34be', '114.119.145.198', 1687535508, '__ci_last_regenerate|i:1687535508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58752b8907af59d3f2e4122d6a8f4cc33e10ff8e', '54.36.148.165', 1678896594, '__ci_last_regenerate|i:1678896594;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 ('5876309e71a9b4b5e2f2ff7b2fc1a63918435a64', '200.119.170.10', 1655309999, '__ci_last_regenerate|i:1655309999;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655309866;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58778890dda5b8a175382c6425e7a3932b8f7ec2', '40.77.167.222', 1681501232, '__ci_last_regenerate|i:1681501232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587982e8834839ecc85d8db6ef81054386b800ed', '52.167.144.160', 1685927732, '__ci_last_regenerate|i:1685927732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5879c7379077fe103450ba098a9d2afd27a59cd3', '51.222.253.10', 1669532957, '__ci_last_regenerate|i:1669532957;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 ('5879f26bef21066aa15fb3c5ecc86601b2dba6ff', '190.56.173.213', 1683164662, '__ci_last_regenerate|i:1683164662;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683164212;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587a00231a5071cbbe934c1935806ddacbe1a5cb', '5.188.62.21', 1656410754, '__ci_last_regenerate|i:1656410751;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587a708f703b42f9f7de92d08507c931adaa0884', '93.159.230.87', 1671567597, '__ci_last_regenerate|i:1671567597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587bd1eae17884aece4e7e8f5e14330a7159121d', '14.116.184.240', 1663800599, '__ci_last_regenerate|i:1663800599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587c8e263959234b126e2d29263f9d0beb4592f3', '200.119.174.9', 1674250678, '__ci_last_regenerate|i:1674250678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674250639;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587d5da288bcbf8c5e9cf56009a7577b67b3eda1', '157.55.39.51', 1668935053, '__ci_last_regenerate|i:1668935053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('587fc5fd8e986630c386bdc512d5cb34d8f412b5', '65.154.226.166', 1657276203, '__ci_last_regenerate|i:1657276203;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('587ff012d87d331982f379395cf9911659136b3c', '190.148.157.80', 1669644825, '__ci_last_regenerate|i:1669644825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669644347;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58817faf1a38dafd43e6a3ee11fa9c2e769dff58', '51.222.253.10', 1658181169, '__ci_last_regenerate|i:1658181169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5881e49f1401f8cf34d00b578d8d17a46d5e4e6e', '207.46.13.230', 1656779894, '__ci_last_regenerate|i:1656779894;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 ('5884b3bb153f3085228161a8b54588a55031f804', '52.167.144.76', 1681775098, '__ci_last_regenerate|i:1681775097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58853da81ab250ff7bb05171bf9c0a2f8468aace', '66.249.79.195', 1687944752, '__ci_last_regenerate|i:1687944752;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 ('58860dc0b40408d882f704e55697dac239231211', '66.249.79.201', 1681421946, '__ci_last_regenerate|i:1681421946;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 ('5886b811a1bee9fdadf613a13f12999d5b2a1287', '52.167.144.164', 1679538631, '__ci_last_regenerate|i:1679538631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58877247ea9cec382d3c5c1199275b51a3e5b22c', '190.148.252.195', 1653691508, '__ci_last_regenerate|i:1653691508;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653655106\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653689687;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588933c4be1b5cb006754b4e14cd5eef5bb649b5', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588a0d6e7356c528791b4186e109eff0d91f20c1', '40.77.167.107', 1687205251, '__ci_last_regenerate|i:1687205251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588a243067b777fe86c6fa1f74db139c13a82477', '200.119.173.87', 1663018504, '__ci_last_regenerate|i:1663018504;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"GZNBdtCXA4jgT1rkPSYf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588bc33e23f9614ff9272a0cfc41ff7400b91352', '40.77.167.40', 1675198388, '__ci_last_regenerate|i:1675198388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588ccfc8061cf8d0921af1ad7ee655c2358943f0', '114.119.131.231', 1684150298, '__ci_last_regenerate|i:1684150298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588e2e3d626c86d6d2eb51a7e13970319492dd4f', '130.245.169.247', 1657277755, '__ci_last_regenerate|i:1657277755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588e9ed39eb2fc4fddc307ef9b1c5f3de4281507', '114.119.157.158', 1687662025, '__ci_last_regenerate|i:1687662025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588f0b0c81b4594dc9f5eac7ad53167fc655faba', '52.167.144.154', 1687701608, '__ci_last_regenerate|i:1687701608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588fea517911037343258e0f59b1b030098e2815', '40.77.167.13', 1672620112, '__ci_last_regenerate|i:1672620112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5890456f1b9cc3399ce0445212497cdc4eb551f1', '35.88.122.108', 1652621336, '__ci_last_regenerate|i:1652621336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5890cb8bb733b48dc422fa049f686a6540f5883e', '200.119.174.30', 1667563445, '__ci_last_regenerate|i:1667563445;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667563399;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5891359c8135c26e76de2319698cba0d94961d32', '66.249.79.199', 1680914541, '__ci_last_regenerate|i:1680914541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5892c097f800c915e62bfe244f9ec9fd38eec4c3', '74.208.2.198', 1665904589, '__ci_last_regenerate|i:1665904589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5894e34d443d4ddb75093793417cdd46ce3f2a1a', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('589532ad9d6663501cbee32edd5a6a3c47f2b13d', '209.160.115.40', 1682930804, '__ci_last_regenerate|i:1682930804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5895d1bddce5a45300ec4bd9a10b1417185595ae', '114.119.148.233', 1687896298, '__ci_last_regenerate|i:1687896298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58998dc1f4adc6c829c1655f4ef3c8eef6a39a56', '200.119.168.245', 1666467390, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5899fa6bdbc8132dab9208884898de00b90daab5', '190.148.252.85', 1666225114, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666225114;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666223528;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('589a874389c49f19e8ae8945b4a4ce48e85e8dae', '200.119.170.221', 1664473651, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664473651;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664473634;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('589c0b51b44309d3fc030b04a3d921929094d6d7', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('589c9fe30c63a10f33f2f88fe0f0f8ae2f4ef9f0', '52.167.144.171', 1685378153, '__ci_last_regenerate|i:1685378152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('589ebc0464abd0ebbc1c80e8d5c2daca6a943b31', '40.77.167.166', 1676657381, '__ci_last_regenerate|i:1676657381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a0b3196d2a94e34e54ac106b4a6903d490af70', '114.119.150.254', 1684883617, '__ci_last_regenerate|i:1684883617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a19e245a95620e749e0704ae013e190d2eb99a', '190.56.54.156', 1665235324, '__ci_last_regenerate|i:1665235324;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665235254;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a36469a76cafc62fceb563b0df6c4c60aa325e', '190.148.87.23', 1679433783, '__ci_last_regenerate|i:1679433783;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679433639;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a4137013e81c0eead2ae7c1af4dc5fcc8f2c59', '54.36.148.236', 1686932174, '__ci_last_regenerate|i:1686932174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a6266ec1d1bdfa83f72feec85efa862dcabe9f', '157.55.39.128', 1673654240, '__ci_last_regenerate|i:1673654240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a67427da7a102cb00b0cd35816735e18f11ece', '190.148.87.182', 1679871597, '__ci_last_regenerate|i:1679871597;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679871585;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a713bb1305ed571d2dfb090155dcbfe6cc0d82', '17.121.113.80', 1662006949, '__ci_last_regenerate|i:1662006949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a7936ec9442a18ba7a7017a18ebaccb027494a', '40.77.167.227', 1682061163, '__ci_last_regenerate|i:1682061163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a878ddfd688fda397fb4fc9998ec69e2d04e08', '200.119.168.250', 1681175639, '__ci_last_regenerate|i:1681175639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681174463;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58a87c02566a3f1f4853e72b900079fd23e3d1b9', '51.222.253.18', 1651586327, '__ci_last_regenerate|i:1651586327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58aa137fe7107746f8d94027ff687953c04dfc20', '40.77.167.11', 1658480706, '__ci_last_regenerate|i:1658480706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58aae361ef438e6d0f4ef1e051ec63da0261f9fc', '54.36.148.74', 1654699015, '__ci_last_regenerate|i:1654699015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58af7b3276363f81d2d58237852623e1993840f2', '52.167.144.98', 1685123940, '__ci_last_regenerate|i:1685123940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58b17226a841ed80e07f5823348dd4d9bdff94d1', '52.167.144.164', 1686510357, '__ci_last_regenerate|i:1686510357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58b27785a1295329a8fccd5a6f5f886be8b4e366', '200.119.173.177', 1685316798, '__ci_last_regenerate|i:1685316798;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685316782;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58b9a0b6636d878fe16d18e99571cded478b912e', '200.119.170.143', 1670178205, '__ci_last_regenerate|i:1670178205;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670178030;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58b9b0378106b7f1e7c8c43420f8e73e7509b0a0', '52.167.144.164', 1686740640, '__ci_last_regenerate|i:1686740640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58bb7cd8139d17292ff10e6eaa4010102f226ac8', '128.199.55.58', 1654673025, '__ci_last_regenerate|i:1654673025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58bc6b80bc3bacb20f0ad5c7d93adaa8c4c05b51', '51.222.253.15', 1680202454, '__ci_last_regenerate|i:1680202454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58bcb5499bc0c23df72157f0976f954b78d76c4c', '34.219.61.78', 1685924832, '__ci_last_regenerate|i:1685924832;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 ('58bf21e00f543d0135024370dc9ba88da376a603', '34.211.50.23', 1663684417, '__ci_last_regenerate|i:1663684417;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 ('58bfb69683845c0f92e53397a5ece0f5d2651448', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58bff18e4baf1f7236cce940385b6a7d32f4ea09', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58c17164e6476353d6d98899ffb855c4b4e6d1a7', '190.148.252.85', 1666203144, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666203144;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666203088;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58c1ea18577c5ff6533b44493b605a13b1c99da3', '5.188.62.21', 1653336943, '__ci_last_regenerate|i:1653336940;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58c5c8fb6e225ffcc7d1424f5d5e2f36a19d9a6a', '52.167.144.63', 1687144547, '__ci_last_regenerate|i:1687144547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58c82f73cdb7b29bbe7899293c1b3de5d5507803', '200.119.174.132', 1663786376, '__ci_last_regenerate|i:1663786376;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663781199\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"u3V4fsRME0P27qkjGNAl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58c8d200cb87b0a89f64a3f86c4833b48cf38c02', '51.222.253.4', 1659089242, '__ci_last_regenerate|i:1659089242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ca1e12308f024ad0b72d2a8e73c6e8ae5e16c7', '190.148.252.151', 1670980672, '__ci_last_regenerate|i:1670980671;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670980672;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ca5d45ee682e452fa600aed1967385f7b88120', '40.77.167.204', 1678234085, '__ci_last_regenerate|i:1678234084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58caffb677a1857fc26a00e308486a450cf8eb96', '114.119.136.254', 1688193936, '__ci_last_regenerate|i:1688193936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58cc0be82ba5719f336c08218faed64c77cb2308', '17.121.114.187', 1652028639, '__ci_last_regenerate|i:1652028639;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 ('58cc66c523b3c13fa4be2ce676ff8da33ed73aa1', '114.119.145.7', 1686930706, '__ci_last_regenerate|i:1686930706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58cfc1f156df4f82149911b851e001ed68e4d6ad', '114.119.129.167', 1684558994, '__ci_last_regenerate|i:1684558994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d29c93803f57367e7f00e3cceda318bdef4c5e', '40.77.167.166', 1676554509, '__ci_last_regenerate|i:1676554509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d321bf52a7d82442bb5b161396797ae5338fb6', '207.46.13.236', 1654526875, '__ci_last_regenerate|i:1654526875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d40716d01ae3ec942ed1e92fb62374e0f0759f', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d43de4811868b1a34004424440d0fbdd59d8e2', '40.77.167.97', 1655093931, '__ci_last_regenerate|i:1655093931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d56693bbe32d3f3c3f26f203b58f98a1d8a4a9', '114.119.158.125', 1684383389, '__ci_last_regenerate|i:1684383389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d5c35ef371312e663bc9ca1b5505bf913afa78', '5.188.62.21', 1656421362, '__ci_last_regenerate|i:1656421358;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d67efaab0d03f2c712005fc23119678b9a8ec1', '157.55.39.173', 1669785017, '__ci_last_regenerate|i:1669785017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58d938d65bef7780539ecc03075ff433dc5701e1', '190.56.55.120', 1663340207, '__ci_last_regenerate|i:1663340207;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663338506;register_id|s:3:\"107\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:28:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58da1d2eeea67f099c3eb1c35c30137fc3fcb51a', '114.119.152.60', 1687668906, '__ci_last_regenerate|i:1687668906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58dc393803b784321c732e4eeabfe85c8398b65f', '190.148.87.96', 1678553438, '__ci_last_regenerate|i:1678553438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678553134;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58dc3c99f8fee8df34e47d55350563fdec04dd56', '51.222.253.7', 1652991303, '__ci_last_regenerate|i:1652991303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58dc416d85e30b24191fc4b1af5b4fc1ca3c2e52', '52.167.144.171', 1685186509, '__ci_last_regenerate|i:1685186509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58dd0f8e3c8a8c51b3b7f2c212231c61f357eccb', '40.77.167.161', 1675324898, '__ci_last_regenerate|i:1675324898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58df3bd952d9c2596b0027b56b4cd944d3175f8b', '190.56.50.120', 1661808863, '__ci_last_regenerate|i:1661808862;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 ('58dff6d7a284f82e78d35bdda364380b43fdb743', '190.56.50.253', 1682697251, '__ci_last_regenerate|i:1682697251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682697049;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e2a11a14c2f02f6bb37710173ab4fe3c89971c', '51.222.253.20', 1681127803, '__ci_last_regenerate|i:1681127803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e387399227a7f5d4ff31acf52b3f413071d075', '157.55.39.206', 1673669198, '__ci_last_regenerate|i:1673669198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e5245ef9a9ddf8d37206087ebd94b7e4b0c01e', '17.121.114.20', 1656694346, '__ci_last_regenerate|i:1656694346;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 ('58e558d99484786e4e5f2de7862536b593343513', '190.148.157.99', 1662663375, '__ci_last_regenerate|i:1662659965;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662641576\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662660064;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e734efc4cbe7e766fcdffd1db210a96404144e', '51.222.253.17', 1668012401, '__ci_last_regenerate|i:1668012401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e8d53761964ae1ce59bf66c58700833bec63a5', '200.119.173.130', 1675895949, '__ci_last_regenerate|i:1675895949;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675895943;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58e97bd2ed9b7ee31bc51d47691d3eb6479a3c3b', '51.222.253.3', 1678021865, '__ci_last_regenerate|i:1678021865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ecccf6af0847d72cb63308232ba52091da7372', '40.77.167.43', 1654439805, '__ci_last_regenerate|i:1654439795;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ed33e8e193b34348dc2e5b563a6e2cc43b39b9', '38.109.245.204', 1664323437, '__ci_last_regenerate|i:1664323436;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58edae853160bbf587deebb559728cc959dfe75e', '190.148.158.151', 1677453940, '__ci_last_regenerate|i:1677453940;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677453934;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58edc1aa89ab58e533cfa167484c8f3f58a5475e', '190.56.32.32', 1686056203, '__ci_last_regenerate|i:1686056203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686056108;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ef3d3e2613a302a2d1473201917bfc7b28c2de', '52.167.144.164', 1686780253, '__ci_last_regenerate|i:1686780253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f1b8636825b54f1ea7bcd389a9bcdb943e3b15', '3.111.41.2', 1670738447, '__ci_last_regenerate|i:1670738447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f47a7af74b9dd5259ec63270281661577b6e79', '114.119.146.16', 1685095028, '__ci_last_regenerate|i:1685095028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f61a68aad33034a0148b6510b226565748e198', '200.119.170.129', 1658236181, '__ci_last_regenerate|i:1658236181;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658187685\";last_ip|s:12:\"190.56.50.13\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658235638;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f6845c22c2a7abf320fec9c59c58d17b7143f8', '190.56.50.52', 1659553444, '__ci_last_regenerate|i:1659553444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58f7024f54d872ba2ad5385567cf23f5da3db7a0', '54.37.233.116', 1650851733, '__ci_last_regenerate|i:1650851733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58fb7b57fc3d82cb50d2a0757f6e0a4affa139d1', '17.121.112.119', 1659911660, '__ci_last_regenerate|i:1659911660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58fb9a32c8ead6a768c33fa5e63aa25dcd0d87df', '157.55.39.87', 1662820987, '__ci_last_regenerate|i:1662820986;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58fbe44ce3cd16d5a0648bd8a48c9c1600cec4f7', '52.167.144.74', 1688519121, '__ci_last_regenerate|i:1688519121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58fc4568437fa237395492186a1453018e2d2f55', '114.119.132.250', 1686699619, '__ci_last_regenerate|i:1686699619;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ff35f6bfe2414517de41a87fba9074c45db808', '207.46.13.12', 1675895864, '__ci_last_regenerate|i:1675895864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ff585f98b243267d59303d8152298a545334cd', '190.148.158.110', 1661985774, '__ci_last_regenerate|i:1661985774;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 ('58ff8eef3a22f897e06565243c153822a07d60f3', '51.222.253.10', 1679899923, '__ci_last_regenerate|i:1679899923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5900e4c0e75ccc1d956676bd6ee60c152325f8fc', '207.46.13.41', 1665807276, '__ci_last_regenerate|i:1665807276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5901bd5fc8f6b1e0807bcd131cc3af7554098789', '130.245.169.247', 1657277751, '__ci_last_regenerate|i:1657277750;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590241368b895f1a15531162bccc8b1d682faf83', '51.195.216.255', 1650741964, '__ci_last_regenerate|i:1650741909;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59024fca27e38e03737fa339fc8b604405c0eb71', '200.119.168.250', 1681159598, '__ci_last_regenerate|i:1681159598;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681159581;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590478ba98d50be810b40e3e201bd6f1f5dd59a5', '190.148.158.151', 1677452743, '__ci_last_regenerate|i:1677452743;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677452735;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5905062e7a52f7fd727092e5a5bf15ff7c8f3d4f', '40.77.167.37', 1669006490, '__ci_last_regenerate|i:1669006490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590660eaafde5759f7d9d66c811dbfe1e253c440', '17.121.115.114', 1654686472, '__ci_last_regenerate|i:1654686472;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 ('59076c20265de623db1d111fc6506284afe4b9bb', '190.148.252.151', 1671404365, '__ci_last_regenerate|i:1671404365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671403989;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5908466fc6d9e8fa047d1c63836fddf6ea517d74', '200.119.174.9', 1674492780, '__ci_last_regenerate|i:1674492780;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674486232\";last_ip|s:13:\"200.119.174.9\";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 ('590bed0d74b730dc020bca487ddcdd3ad2ad68e3', '200.119.170.142', 1658453579, '__ci_last_regenerate|i:1658453579;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658450715\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658453020;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590d8d640f813fbdb540aef6d4eeb258671c3434', '114.119.142.243', 1688320044, '__ci_last_regenerate|i:1688320044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590dbf8112bca87aaf0fec5e2f0c25eb7f7b0665', '157.55.39.208', 1685950054, '__ci_last_regenerate|i:1685950054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59109f9a4911ab5a0a002b544b6a7f56a108578a', '190.56.50.6', 1667680973, '__ci_last_regenerate|i:1667680973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667680931;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59114277cdd61c58c069863ad62fcc147abc7348', '52.167.144.164', 1684476955, '__ci_last_regenerate|i:1684476955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59129c80241a9dc52fd460ca1bc0b845328acaa5', '17.121.114.254', 1651941761, '__ci_last_regenerate|i:1651941761;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 ('5913fafa3c5437ca51534b67e2e7b5756043aa90', '114.119.149.118', 1685913889, '__ci_last_regenerate|i:1685913889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5914fd64d5b951ff0f2d88860e2e389c9ea77dfa', '137.226.113.44', 1685007402, '__ci_last_regenerate|i:1685007402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5917611d691c68b734d75848356d2e58b856d38c', '157.55.39.80', 1670523726, '__ci_last_regenerate|i:1670523726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5917be8aa1089debfcf342a9456e37915f6a08d1', '207.46.13.10', 1671276355, '__ci_last_regenerate|i:1671276355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5917cc7c6ee1809a7832c1400b5c57b3ce843cc0', '52.167.144.162', 1686398325, '__ci_last_regenerate|i:1686398325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59184ee6f6ad410882f3531a61c40a4b9a6b0aec', '51.222.253.16', 1686530035, '__ci_last_regenerate|i:1686530035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5918d18ba5d95c100c6c4d27c063bffe088f7fcb', '54.37.233.116', 1650851717, '__ci_last_regenerate|i:1650851716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('591a07fca53ba73dc918586a3d3adcd001cce2b8', '40.77.167.13', 1672246879, '__ci_last_regenerate|i:1672246879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('591d6887391ab74268d20b4ecb0f3566d670aed2', '190.148.87.96', 1678458403, '__ci_last_regenerate|i:1678458403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678458400;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('591fcdfa716789ba97697f77f47c8c03e19b7268', '52.167.144.162', 1686249292, '__ci_last_regenerate|i:1686249291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5922133d8e96f24e536b6f4338d3e794495ba3fe', '74.201.72.172', 1652227261, '__ci_last_regenerate|i:1652227261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5922f7c7760581082e84a4079bb0da25594f0d3d', '114.119.159.254', 1685623229, '__ci_last_regenerate|i:1685623229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5923d5d1ebe5371744f0e26c19ab8b5c0bc76ede', '157.245.254.89', 1655520982, '__ci_last_regenerate|i:1655520981;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592413b0d0b9665d5d5eb4d65d1b8d30149f2c42', '157.55.39.51', 1668935053, '__ci_last_regenerate|i:1668935053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59257a0e63d3ad9071723904d7bbb6e331daddae', '207.46.13.6', 1671814353, '__ci_last_regenerate|i:1671814353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59264847bfad30f63e89e16dbb3ee7004eccecb6', '40.77.167.56', 1663749438, '__ci_last_regenerate|i:1663749428;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592742c7924885ba59dac8a111b8752606fef733', '190.56.55.0', 1687784800, '__ci_last_regenerate|i:1687784800;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687784764;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59284bb106b993af9210c5b02c5a93735797c4b2', '40.77.167.21', 1675204168, '__ci_last_regenerate|i:1675204168;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592942b843c44c6cdd3fc366e833895053b8faf6', '51.222.253.17', 1685306225, '__ci_last_regenerate|i:1685306225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5929e1b775d0718bda092afa894367b7637aeaab', '190.148.157.98', 1679156217, '__ci_last_regenerate|i:1679156217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679156209;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592a72bdf10a8dc324ba49830d2c3949582af1fb', '138.246.253.24', 1685200279, '__ci_last_regenerate|i:1685200279;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 ('592c42db549684d943dcde5b4b37af2d305b865b', '190.148.157.177', 1681948464, '__ci_last_regenerate|i:1681948464;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681948452;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592cc1056cfbacf9c460c4160ed0adc4f7877ccb', '207.46.13.11', 1669577857, '__ci_last_regenerate|i:1669577857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592cc978fb3206194341a47430b2a4c5d3f00d2d', '200.119.173.130', 1676125160, '__ci_last_regenerate|i:1676125160;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676121682;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('593223da357d5210fd6d2a7d052f54efd564c568', '40.77.167.80', 1686857006, '__ci_last_regenerate|i:1686857006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59340b5839c62e7108291b335690e0e52ca1e07c', '40.77.167.202', 1687707360, '__ci_last_regenerate|i:1687707360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('593425f5f92b22bc7296ced9c20152677dd8ffd4', '170.64.171.6', 1685801689, '__ci_last_regenerate|i:1685801689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5938a0c16e497dcabb09cd8f69d4267987799eae', '34.245.228.37', 1675373138, '__ci_last_regenerate|i:1675373138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('593ac11774bd2560b94200925ce6ae84d80f270f', '207.46.13.48', 1652991618, '__ci_last_regenerate|i:1652991608;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('593b772a6e3fb3146fa90c3c11c21e0cf4a6fb1f', '114.119.133.232', 1688236887, '__ci_last_regenerate|i:1688236887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('593c7ab094cdb4c39f6031b11c18cf4c7402ad82', '119.90.52.37', 1650878400, '__ci_last_regenerate|i:1650878400;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 ('593fdf76518c2a4308432453a2d60191788c3698', '114.119.159.62', 1686386516, '__ci_last_regenerate|i:1686386516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59414416fb19088dab06422a8e104d5b2e1dc6bf', '54.36.148.102', 1651701092, '__ci_last_regenerate|i:1651701092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5941b38bfce1cb930e1859b998a401f73f02e30c', '51.222.253.19', 1650931538, '__ci_last_regenerate|i:1650931538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59420d1c04675f51409f17a2c89b71e1b9772f70', '190.148.87.182', 1679776052, '__ci_last_regenerate|i:1679776052;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679776011;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59485c36f24ba64c6e8a2c8400e1ad645dca9631', '200.119.174.9', 1674425088, '__ci_last_regenerate|i:1674425088;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674425041;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59494e5f07e23c12df911bebeb0a5be22485ed59', '52.167.144.109', 1680185344, '__ci_last_regenerate|i:1680185344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5949a08bd654bc8be4d3e28429a103d24ff917a2', '52.167.144.74', 1688122068, '__ci_last_regenerate|i:1688122068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594a44e041f965560bce1c87b6950f72982d51ef', '200.119.172.95', 1659532010, '__ci_last_regenerate|i:1659532010;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659532006;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594c66de5f0a53af4cb42a6ece8fc7db9413ca92', '51.222.253.2', 1680130658, '__ci_last_regenerate|i:1680130658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594cfec8b469d90cd29d24232c90c25feeefc5af', '190.56.55.113', 1673627411, '__ci_last_regenerate|i:1673627411;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673610640\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673627407;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594dd7a21b26379af25d7402b72e0d732b3358e5', '157.55.39.173', 1669794938, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594ebff0fa0b740e209fca41253dc77688658cea', '40.77.167.123', 1682837226, '__ci_last_regenerate|i:1682837226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594f42aed2d6ebbae9851b936abebaa833a2446e', '190.56.32.174', 1676643070, '__ci_last_regenerate|i:1676643070;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676642962;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('595059cb82f40d682df5e8e64cd6b9eb7eaa15d8', '190.56.50.8', 1658693405, '__ci_last_regenerate|i:1658693405;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658690408\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658693401;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5950d18e85d574be5678b13d3af6951f1d168bc8', '167.94.138.60', 1660406779, '__ci_last_regenerate|i:1660406779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59510dbae030df2c43b475ddd321cf80757a65e9', '207.46.13.147', 1672603553, '__ci_last_regenerate|i:1672603553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('595273e545ade26f6b13217caefd0898aa313e9a', '190.56.49.187', 1688001485, '__ci_last_regenerate|i:1688001485;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688000107;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59543ff012ded96a890bfe2b8cf9e17c7a2e559a', '40.77.167.27', 1658487487, '__ci_last_regenerate|i:1658487477;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('595447c2d38a0e27ea9257fc2d34b546532ddd42', '54.36.148.127', 1662438622, '__ci_last_regenerate|i:1662438622;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 ('59557f7a466d2b433233ece0cd0bedae6bf66ff0', '138.91.110.15', 1651025526, '__ci_last_regenerate|i:1651025524;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 ('5957fc41cc6c4e0e9287926edac291efb6376f13', '190.148.157.98', 1679268674, '__ci_last_regenerate|i:1679268674;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679268668;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59589827746a79224decbe5ea2730ce893041e52', '130.245.169.247', 1657277735, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('595c305d5ae28cbf8236e48da0ee72defabbe227', '157.55.39.79', 1669577795, '__ci_last_regenerate|i:1669577795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('595cfff954ee78f0de0b564bde18059f8c061219', '200.119.172.95', 1659548889, '__ci_last_regenerate|i:1659548889;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659548863;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59602012ea98bcd5b9693d38bbe3f6c8ee2239dc', '190.56.50.253', 1682796598, '__ci_last_regenerate|i:1682796598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682796474;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59651a45e05c9df90d9298623c7cce4511efa40e', '207.46.13.41', 1666526954, '__ci_last_regenerate|i:1666526954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59657395deadd75bf23b1828127639d4d851107d', '157.55.39.216', 1676657377, '__ci_last_regenerate|i:1676657377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5967743ccc8b005ebd8e502a5212a0db472531eb', '52.167.144.154', 1687854227, '__ci_last_regenerate|i:1687854226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('596808b8afddaa3bbf7b8e7fb34dea63cd420dd3', '157.55.39.192', 1664463104, '__ci_last_regenerate|i:1664463103;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5969f408a40350826004683d11ed22006d493ad3', '190.148.157.173', 1652744848, '__ci_last_regenerate|i:1652744847;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652727360\";last_ip|s:15:\"190.148.157.173\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652744847;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('596b8fbea3cbefafd26d2f34d7ca148c9bdae18a', '40.77.167.191', 1681886717, '__ci_last_regenerate|i:1681886717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('596d8f5a21ee41d29a7243d1446831cf33e66df3', '106.75.101.43', 1686908306, '__ci_last_regenerate|i:1686908306;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 ('596eb2a9a46a302f26c34a70acc9558648834002', '205.210.31.10', 1660616839, '__ci_last_regenerate|i:1660616839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('596fa6b2827d8c6a160cf44a1c2084c520151dd0', '157.55.39.215', 1678816286, '__ci_last_regenerate|i:1678816286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597245244aab831c9ba984f78e19b817efc0e60b', '157.55.39.227', 1688574659, '__ci_last_regenerate|i:1688574659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597282b5b2b2ce391158954e97c35d082957fda3', '163.123.143.82', 1673574351, '__ci_last_regenerate|i:1673574351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5972b228610b06e5a62841d0d27139a0cc39be55', '200.119.168.250', 1680611406, '__ci_last_regenerate|i:1680611406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680611399;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59731cfb57819ba2d211bd1b3121e09e0974181d', '157.55.39.173', 1669167960, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597412df72975685417854ea660c0f373cafd468', '207.46.13.210', 1686946964, '__ci_last_regenerate|i:1686946964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597472cf53af2f4189ccf4e3e12d59f24dad36c4', '190.148.157.206', 1679509594, '__ci_last_regenerate|i:1679509594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679509402;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5974c87efc5bc77ddb50cc1e0e978700b3e26878', '149.28.132.74', 1651181241, '__ci_last_regenerate|i:1651181237;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 ('5975837c7fc4b42a5426d50249848704d4ac050a', '17.121.115.237', 1662544386, '__ci_last_regenerate|i:1662544386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59766f789180467fde57b907b90bf9234d7f107f', '130.245.169.247', 1657277748, '__ci_last_regenerate|i:1657277746;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5976d9804cecb280827ef0f238a2d70190094323', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59781266d7b137be076e3219f3c806941ec8da93', '130.245.169.247', 1657277746, '__ci_last_regenerate|i:1657277744;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59795a324c410a824be7ecb7fbd6975b70a93637', '200.119.170.168', 1670631362, '__ci_last_regenerate|i:1670631362;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670630820;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5979dc01e3ddfbbefd5437f75e3daac1d8318d61', '51.222.253.4', 1651005585, '__ci_last_regenerate|i:1651005585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597bd61bcf7a95388b6d1d136174ba615524bf08', '190.148.157.98', 1679066354, '__ci_last_regenerate|i:1679066354;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678987813\";last_ip|s:14:\"190.148.157.98\";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 ('597c36748a5caa04cd7ef8751ae7fc3d1dd6361c', '207.46.13.51', 1662851087, '__ci_last_regenerate|i:1662851087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597c51d13be325f8c6b67a719e863665aa91aad6', '207.46.13.211', 1678113666, '__ci_last_regenerate|i:1678113666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597c540f2d6044376eeb57e09bc1bb0b67045cee', '52.167.144.76', 1682239685, '__ci_last_regenerate|i:1682239685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597c69620fb1575f8b8d84cfc19c833affcda2a8', '51.104.39.111', 1651909694, '__ci_last_regenerate|i:1651909690;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 ('597edeef579793f3f4f16a6f9067aaee978a4dc7', '40.77.167.166', 1676841372, '__ci_last_regenerate|i:1676841372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597fb0a4fb1844ce69f3f82e1329e769bd4af4d2', '40.77.167.11', 1673186836, '__ci_last_regenerate|i:1673186836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59828da14897c69fd80b2bcebdfd42c683770f2f', '190.148.157.88', 1668551816, '__ci_last_regenerate|i:1668551816;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668547121;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('598659bcd25a5dea87e0ef917569cca172f551f0', '52.167.144.162', 1686291103, '__ci_last_regenerate|i:1686291103;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5986b55be2afa4ac2e663f074d6a25458f672a17', '190.56.55.48', 1687387224, '__ci_last_regenerate|i:1687387224;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687387222;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59884dbb0530d25d6945cbf7ed0bcfec4b325472', '40.77.167.191', 1682030690, '__ci_last_regenerate|i:1682030690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5988bdbe97565f899dc773bd2a87fd4a31ffb460', '190.148.252.183', 1681575277, '__ci_last_regenerate|i:1681575277;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681575187;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5988d6dce6abbaea1ff92257000002d97da49fd4', '114.119.132.16', 1685533858, '__ci_last_regenerate|i:1685533858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59898ad48de242984c4c98d52351920385b026e2', '190.56.173.213', 1683418587, '__ci_last_regenerate|i:1683418587;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683417777;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('598af37b8072316553a8211685e7500052dd85a4', '54.36.149.66', 1683482697, '__ci_last_regenerate|i:1683482697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('598b3a95f6c7bc0b5b2204d1bf828651b93a10bb', '190.148.158.151', 1677447542, '__ci_last_regenerate|i:1677447542;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677446583;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('598cf3accc33653926264e19a577e65f4e5cc76c', '190.148.157.183', 1680563768, '__ci_last_regenerate|i:1680563768;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680563337;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5990333b59498d7afe1ce3c58c2d1d1ad066c7a3', '190.148.87.23', 1679423877, '__ci_last_regenerate|i:1679423877;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679423873;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599088c2bc4fb337af6807d6f32264522e895d87', '114.119.160.248', 1685882282, '__ci_last_regenerate|i:1685882282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599161e010aeab48f6c56740ecc9daef023084da', '40.77.167.191', 1682072067, '__ci_last_regenerate|i:1682072066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59920d1dab730113432c980d9913dab779913720', '52.167.144.171', 1684835831, '__ci_last_regenerate|i:1684835830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5993e2654a5caffb06e27038a55f12523cfeb39c', '17.121.113.133', 1662008057, '__ci_last_regenerate|i:1662008057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5995e529a19d5c046582ae1f8e1cd6633ee77876', '51.222.253.5', 1681327557, '__ci_last_regenerate|i:1681327557;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 ('59963dcdc1f26cb8c7e1e3608057940a7eb97108', '5.188.62.140', 1653265688, '__ci_last_regenerate|i:1653265684;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5997b3fdb83efbb39d2eea7e4dece314005647f2', '52.167.144.76', 1682200732, '__ci_last_regenerate|i:1682200732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5997be33233e496ef1839643bcbef28b6f91cb10', '51.222.253.9', 1663571966, '__ci_last_regenerate|i:1663571966;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 ('599849238591f78c0aa2f1cff73730d5a50a8640', '52.167.144.95', 1680704532, '__ci_last_regenerate|i:1680704532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599a03ce0cd9f6a716c718c81ce6c77de97da3f1', '52.167.144.164', 1684315763, '__ci_last_regenerate|i:1684315763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599a1d78fa43b112d69a09f3dfe89e0ea8107819', '74.208.2.232', 1684500927, '__ci_last_regenerate|i:1684500927;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 ('599b0e1cd3b610accfdde13189affdfbf0c6ff53', '52.167.144.109', 1680289493, '__ci_last_regenerate|i:1680289492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599b5f573f8f0472d7539af2f722561412b0bea9', '207.46.13.154', 1670998754, '__ci_last_regenerate|i:1670998754;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599ca71067c56822d7a996b2df28ad96045f14b1', '200.119.174.9', 1674306142, '__ci_last_regenerate|i:1674306142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674306052;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599cc341728d969c2b33f0bb19e69ef89396fc28', '190.148.157.117', 1675620312, '__ci_last_regenerate|i:1675620312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675620303;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599ece6b10e34b477192caeb20efa3a45e42a2f7', '40.77.167.156', 1678582572, '__ci_last_regenerate|i:1678582572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('599f9ad4613fccc19005718672e0d83f9eacf251', '207.46.13.41', 1665399396, '__ci_last_regenerate|i:1665399396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a122db8c522fabcd3f5ed5e21fd4322d8e6e99', '190.148.158.110', 1662051722, '__ci_last_regenerate|i:1662051722;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661989789\";last_ip|s:15:\"190.148.158.110\";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\";user_csrf|s:20:\"MNL95iAnOyZt4jJduz7B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a1b399a76b14d61d8033a6434e49149bc25c89', '40.77.167.43', 1658010515, '__ci_last_regenerate|i:1658010505;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a1e15743bc9530f95bcbe58d84f23e3cdcac84', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a2b78cce4793e031e75fe7c69f5b6586b4f753', '40.77.167.123', 1683253091, '__ci_last_regenerate|i:1683253091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a478f0f9e4c63ecd4bb8d2973ea654d0d9d157', '52.167.144.162', 1682165542, '__ci_last_regenerate|i:1682165542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a618fb2c7a6d832eda311e6e30ef78f7e50f99', '190.148.252.83', 1666911139, '__ci_last_regenerate|i:1666911139;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666911097;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59a882588bb8483437079495d4e57a8d10259c7b', '17.121.114.242', 1653058955, '__ci_last_regenerate|i:1653058955;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 ('59a8e376d31a0ba2251506c341f2b2efcbab7893', '54.186.153.156', 1680183488, '__ci_last_regenerate|i:1680183488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ab7ed87f8de7370c217c121a1d9a26b04b00d9', '198.251.73.67', 1672881211, '__ci_last_regenerate|i:1672881211;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59abf46d2bbbecaf584e4151930c3673a11bbaa5', '51.222.253.4', 1672167423, '__ci_last_regenerate|i:1672167423;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ac938cbade0211194ca836a7933321bf6a7cb6', '200.119.168.250', 1680991109, '__ci_last_regenerate|i:1680991109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680991043;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59afd022bee74a1f40467fd6bb328f61f1f77faa', '40.77.167.191', 1682377643, '__ci_last_regenerate|i:1682377643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b10f6c4fd9582c882d21ff3e0b6d2b81621858', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b1ac764de22688fb7096153294b692b021197e', '66.249.79.199', 1681493874, '__ci_last_regenerate|i:1681493874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b38522e331c45c9cd13f0a6fe82dd7fa716c2f', '40.77.167.170', 1675463581, '__ci_last_regenerate|i:1675463581;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b489114db4dbd5cdc88d63a144d9b04a002f44', '114.119.156.102', 1684080656, '__ci_last_regenerate|i:1684080656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b587f7251a621c3c28e9500c3def346a2f4605', '114.119.140.221', 1688466183, '__ci_last_regenerate|i:1688466183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b667e7e7a4249ff2e57723fd015117b0a3820a', '5.188.62.140', 1653316880, '__ci_last_regenerate|i:1653316878;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b768c34a379b4cc070dfa1fed396964a68ffac', '200.119.174.9', 1674139331, '__ci_last_regenerate|i:1674139331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674139285;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b8941a2010a6290ebbb88b934f5bd14b6eb09f', '17.121.114.115', 1653322362, '__ci_last_regenerate|i:1653322362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ba647dfc0bf4f5a3260a85c7eb4d79571f75b0', '200.119.174.55', 1662556712, '__ci_last_regenerate|i:1662556610;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662554802\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662556708;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59be36d304635f1ebf10b4a1601dde56713120f7', '52.167.144.164', 1684975084, '__ci_last_regenerate|i:1684975084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c0b1d8275b153c74b7aaa4819278f7b190e22a', '42.236.10.93', 1651112663, '__ci_last_regenerate|i:1651112663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c2029f4893f6002e469e2c982e3ca3da9b9538', '205.210.31.19', 1652479618, '__ci_last_regenerate|i:1652479618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c2dc4a3922aeae1221419d6403e483eb58e7f9', '114.119.128.219', 1686875785, '__ci_last_regenerate|i:1686875785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c2f97bd97aade44a399e9e5cf608ae5110bf12', '190.56.54.156', 1665281197, '__ci_last_regenerate|i:1665281197;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665280911;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c3b28094be9c45759c1c9d27b47c8ce8a94969', '157.55.39.147', 1672390044, '__ci_last_regenerate|i:1672390044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c57ea44562510dcba6eac914394692553657aa', '50.21.188.4', 1677542061, '__ci_last_regenerate|i:1677542060;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c5f3f3ab4ce6c85be01714f85df7b6d49452b1', '190.56.173.175', 1653066959, '__ci_last_regenerate|i:1653066959;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653066376;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c8e1f3499aca7814f7771a421d595ac4453fcf', '74.208.2.193', 1672574071, '__ci_last_regenerate|i:1672574071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59c904351837593b74d0f5c9d199094d37f18d9e', '51.222.253.5', 1668716257, '__ci_last_regenerate|i:1668716257;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 ('59cacc5e764716b85a40ce9f16eb8ca89ad6de96', '157.55.39.213', 1681434809, '__ci_last_regenerate|i:1681434809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cacedbd405436d499cb3a51185378e1991857e', '198.244.152.59', 1682224093, '__ci_last_regenerate|i:1682224093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cb7b48b57f14d21697563ed46c231579ac2118', '40.77.167.192', 1681471164, '__ci_last_regenerate|i:1681471164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cc29abc4741cb420201cfcffe61cd0f76fc852', '190.148.158.151', 1677193704, '__ci_last_regenerate|i:1677193704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677193645;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cc82533e57530cb63d59f5efcee24cdd105cc5', '111.7.100.23', 1650976298, '__ci_last_regenerate|i:1650976295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cd2b85b78aece6010446fe6b0fa6ea79b4466d', '157.55.39.217', 1683512075, '__ci_last_regenerate|i:1683512075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cd5c05c420dc306f1e22a545dc3bd7f8859f1f', '190.148.87.6', 1668199899, '__ci_last_regenerate|i:1668199899;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668198672;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"xW7bv9zwsyGVqa2PBDMm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59cfc68dd4aa96488ea8c8954648f1acbb961b58', '40.77.167.27', 1659289312, '__ci_last_regenerate|i:1659289302;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59d02620d5e6121ba0a6cadd42817ee4c739401c', '190.56.173.213', 1683136326, '__ci_last_regenerate|i:1683136326;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683123416\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"NbMrwj1UaIg0fnlCE2sK\";last_activity|i:1683136156;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59d5d71695f2e6da1c556f2e111d5aaedf51b648', '157.55.39.69', 1672092729, '__ci_last_regenerate|i:1672092729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59d649fa30b190e0be8aafd840a5a9d653d27d75', '52.167.144.98', 1684519420, '__ci_last_regenerate|i:1684519420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59d82f9fdf522aa962af4d34384d4a8ef43f960b', '190.148.157.184', 1651860390, '__ci_last_regenerate|i:1651860390;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651786305\";last_ip|s:14:\"190.56.173.169\";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\";last_activity|i:1651857031;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59d84c401196a667aa6259efce59cc2ef855a363', '157.55.39.79', 1670998417, '__ci_last_regenerate|i:1670998417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59db071f986d8d3636c73e8c106b84fef6d055a1', '114.119.157.25', 1684512013, '__ci_last_regenerate|i:1684512013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59dba8b615e05231612cac8d7cddc84fe2b2c7c8', '51.222.253.7', 1657640509, '__ci_last_regenerate|i:1657640508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59dbaddd1e745ff26c6fc035e254efbcfbc9a34f', '200.119.173.177', 1685315201, '__ci_last_regenerate|i:1685315201;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685314455;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59dca896da439abc211f8010cd7165762b73c9cd', '200.119.173.78', 1682906179, '__ci_last_regenerate|i:1682906179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682906138;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59dcb9e86587c06ab5bed6a0315dee9c27244902', '52.167.144.98', 1684307515, '__ci_last_regenerate|i:1684307515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ddc8e04406a4cf45f83a78927edca8eae4a3e7', '40.77.167.123', 1683221778, '__ci_last_regenerate|i:1683221778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59de578c421550b30475854409654716d09553b7', '157.55.39.144', 1666188653, '__ci_last_regenerate|i:1666188643;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59dfb9610f24d2de53131ad0b289cbbea9116df4', '200.119.174.9', 1674254693, '__ci_last_regenerate|i:1674254693;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674245917\";last_ip|s:13:\"200.119.174.9\";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 ('59dfe87f9d75dd350cfa01d9b5acc8d71cc9e60e', '200.119.172.60', 1674602138, '__ci_last_regenerate|i:1674602138;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674601959;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e279659750045b6f443bd7a9ec6da8873353d1', '190.148.157.194', 1662043211, '__ci_last_regenerate|i:1662043211;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662043192;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e2ba5105d4cc1ad157e9e026204737b4c2a66f', '52.167.144.98', 1685123939, '__ci_last_regenerate|i:1685123939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e69ed416d978644b3e09eeed3d24972f3ec51d', '54.36.148.60', 1675631088, '__ci_last_regenerate|i:1675631088;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 ('59e6d50e5a6503087075d68106c6c38bd6a3835f', '207.46.13.236', 1655299178, '__ci_last_regenerate|i:1655299178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e74196000cfdea3b8febb616b89241da7f10d1', '190.148.158.151', 1677163540, '__ci_last_regenerate|i:1677163540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677163208;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e9479eade71ed2aac3203b7dc586ab1d723162', '162.142.125.212', 1650669587, '__ci_last_regenerate|i:1650669587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59e9d2a9e0f7b3cf6812af9a39012ff7223f54bf', '17.121.115.84', 1656517689, '__ci_last_regenerate|i:1656517689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ea57438ea77a2d3e2168c0c538d1da543a6118', '52.167.144.171', 1684480333, '__ci_last_regenerate|i:1684480333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ed4fed069e606a8be6165fddc4eff0e70dbd17', '190.148.252.73', 1664812659, '__ci_last_regenerate|i:1664812659;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";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\";user_csrf|s:20:\"vZzEnKTRoFD2JUhM4Afw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ed8ef2cec04a820b179db5c254cbe33b6e7613', '111.7.100.20', 1650686108, '__ci_last_regenerate|i:1650686108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ef6d5db14acb10eb04dbaf5a9fa7b52b2db109', '66.249.79.195', 1688170152, '__ci_last_regenerate|i:1688170152;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 ('59f050fd005d55760d1df97ddc0493ea90f739ce', '190.148.157.183', 1680189230, '__ci_last_regenerate|i:1680189230;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188482\";last_ip|s:15:\"190.148.157.183\";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 ('59f09f000ae8ffa061cc0500f728b7eea0d726cf', '207.46.13.206', 1681134279, '__ci_last_regenerate|i:1681134279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f1a144373156150cd90d978a86e6908f5744d7', '190.56.54.77', 1666304794, '__ci_last_regenerate|i:1666304794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666301241;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f2f5faf9d44fe13608719153a2235c4e2d1413', '190.148.157.183', 1680212982, '__ci_last_regenerate|i:1680212982;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680212979;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f39c2c8829b59063f2ffd9616e8fa125cda2eb', '200.119.171.24', 1665934544, '__ci_last_regenerate|i:1665934544;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665933903;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f3ebde8be0861dcd2630c044c8553e11185fa4', '200.119.168.250', 1680794752, '__ci_last_regenerate|i:1680794752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680793243;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f5be4ab99f4f8f0227b4869ea70b69022bee64', '157.55.39.143', 1667251988, '__ci_last_regenerate|i:1667251988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f6cce62c7783792b423b4be3e204c69a1bfc1c', '51.222.253.8', 1679100143, '__ci_last_regenerate|i:1679100143;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f7110a527b05e5ed8b586d0fde6bd9a7d6e5c6', '51.222.253.18', 1673087144, '__ci_last_regenerate|i:1673087144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f75816462d66bd9cda9a4b3ba19ce048d25252', '34.209.117.89', 1672060841, '__ci_last_regenerate|i:1672060841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f8c2cd5b9261b41a4e9085b0a8b374deab1289', '190.148.157.53', 1684014413, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684014413;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684014409;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59fa78c4b9d7b93dafc90ae449368438b13c8be9', '114.119.141.118', 1685128104, '__ci_last_regenerate|i:1685128104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59fcfc598886b3dc2cb3e8dec91286d8356a6baf', '51.222.253.1', 1679390019, '__ci_last_regenerate|i:1679390019;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 ('59fd113b7723331d3edfb87bfd8ece2b05d7e4bd', '167.248.133.118', 1651931988, '__ci_last_regenerate|i:1651931988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59fd6bc3881072f7bba55b6729367927691ee7c0', '167.71.10.53', 1687264199, '__ci_last_regenerate|i:1687264199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59fea41d433efaf9b282f1a1677098aede78a81b', '190.148.252.111', 1677795296, '__ci_last_regenerate|i:1677795252;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"Dwik75WTfxr1uU8omaOY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0163877774557f67f0e653ce6c0a6c6aa2e541', '190.148.158.175', 1672318523, '__ci_last_regenerate|i:1672318523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672318512;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a01dbd9f5164ded76b9394d05b1c3eafc919eee', '114.119.135.215', 1686997395, '__ci_last_regenerate|i:1686997395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0270d787945f5ab7c67ff2ae1304361337d65f', '190.148.252.223', 1659028589, '__ci_last_regenerate|i:1659028518;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659021946\";last_ip|s:15:\"200.119.174.176\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659028589;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a049b0b62f3e2a3ce2eedc306fa9d9bbd569143', '34.102.12.65', 1652130066, '__ci_last_regenerate|i:1652130066;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 ('5a07aceb8898117a1e7c7ee818b39b8e8418bd15', '190.56.50.253', 1682716475, '__ci_last_regenerate|i:1682716475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682716440;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a08b3f20d0d89d4b7fd0d419ed5af01d1c09216', '40.77.167.49', 1667069684, '__ci_last_regenerate|i:1667069683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a091ca30b5df7ebe9ec581c000a1c8b63ae39a5', '207.46.13.6', 1671519470, '__ci_last_regenerate|i:1671519470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0a848b328b10f8444fc9f139101af9840f4cf4', '40.77.167.207', 1681601174, '__ci_last_regenerate|i:1681601174;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0dee527929702f41722f9fb278174aa1b5c337', '40.77.167.146', 1687819223, '__ci_last_regenerate|i:1687819222;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0e81e8bc46fbc124525478007207878bfad12a', '40.77.167.37', 1669635423, '__ci_last_regenerate|i:1669635423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0f81c5d37e8ccea5c76a8cf0d885b5c2e485bb', '52.167.144.164', 1684653496, '__ci_last_regenerate|i:1684653496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0f9be824c13afa761afe05fc8b2b66af061597', '157.55.39.80', 1670128747, '__ci_last_regenerate|i:1670128747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a0fd734d74b8e19035e69a144b0c557b95426e6', '54.36.149.2', 1687118548, '__ci_last_regenerate|i:1687118547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1008bdbdd6260326d471127877b00eb1aac41c', '200.119.173.177', 1685236233, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685236233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685236171;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a11339f97110714febbaef59c979062bbd3daa0', '18.237.234.9', 1675950151, '__ci_last_regenerate|i:1675950150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a11d7c0dbd358afe21e1da6f7b7f26ca487c448', '17.121.114.3', 1660293583, '__ci_last_regenerate|i:1660293583;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 ('5a121f120c0ac75d72643aaf5ed97b701a6141c6', '40.77.167.182', 1683265877, '__ci_last_regenerate|i:1683265877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a12ae3e70df3ac4f346b594ddf6f7e08a4692dc', '157.55.39.118', 1656490898, '__ci_last_regenerate|i:1656490888;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a14aaa4b10ac9285b46085a579262bcd2776765', '51.222.253.12', 1662164830, '__ci_last_regenerate|i:1662164830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a18082c8c55236f5eda162ad389c849f04fc605', '40.77.167.123', 1683192180, '__ci_last_regenerate|i:1683192180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a18de94c5f571aab60771eecc7a38121fbb25fd', '190.148.157.53', 1684020620, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684020620;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684020616;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1a24ea5a076e9c958111f47b5d0d107afa14a3', '51.195.216.255', 1650895449, '__ci_last_regenerate|i:1650895449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1a78b5d91998c1029d82185b60f35797a0fe75', '45.77.6.171', 1650895611, '__ci_last_regenerate|i:1650895611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1ba21a919f8a2ef59769d1f9ec2653c4b4d525', '190.56.49.237', 1665762462, '__ci_last_regenerate|i:1665762462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665762457;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1bcd6c84b2b97e26c9a4019a33fb5cef6a4520', '45.63.18.23', 1688450082, '__ci_last_regenerate|i:1688450082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1c11588b5fcd9d9e7e433630c5d4e12c537b53', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1cd22c86500d7af672c848219247eff6661fff', '52.167.144.95', 1680666354, '__ci_last_regenerate|i:1680666354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1e030b14a94cc0eaa56208cb232e7a5811bb39', '114.119.153.131', 1688091589, '__ci_last_regenerate|i:1688091589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1f13aeec873e0070829c3c3745d71e9fa4f9f7', '17.121.115.200', 1656854812, '__ci_last_regenerate|i:1656854812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1f8afdc42c485d377870f860a258340c7a8229', '190.148.158.69', 1685727366, '__ci_last_regenerate|i:1685727366;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685727293;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1fbda7a6bbcaee249daf506ba9def444bb4132', '190.148.158.175', 1672235415, '__ci_last_regenerate|i:1672235415;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672234862;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1fd74431d0a61c4e00de4d862c26bde50d76e1', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a2196f17538851608b0d03e9ab00b92b8f61ca0', '207.46.13.41', 1670936385, '__ci_last_regenerate|i:1670936385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a23a2f65661fa4e65f9f62b58a7df6430c5f5ce', '52.167.144.164', 1686407484, '__ci_last_regenerate|i:1686407484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a23d3f68b1ca9e7e34ee3b2bb2b92da0a9851e6', '52.167.144.98', 1686581766, '__ci_last_regenerate|i:1686581766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a24ee957ffdec3caa4f5953bbcabadd86977ae0', '200.119.174.187', 1667436794, '__ci_last_regenerate|i:1667436794;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667436788;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a267eb1bb3a115cae923b11a189d0c1ae306a69', '192.36.109.104', 1686034150, '__ci_last_regenerate|i:1686034150;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 ('5a26dff291f4c51023271d938de2114224986578', '54.36.148.153', 1652711220, '__ci_last_regenerate|i:1652711220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a290403e559135ec332c1363b946a23105a9bc3', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a299e3a2406466c8e9be6b69d9fbfeef25f5d42', '190.148.157.192', 1655918767, '__ci_last_regenerate|i:1655918767;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655901273\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655917549;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a2a9bfc0aaa1e2add8a87e435822b030d67f586', '157.55.39.112', 1662920967, '__ci_last_regenerate|i:1662920967;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 ('5a2d61ef8aa5d8b0928ab1444fad79e337bf689a', '190.56.32.170', 1651081651, '__ci_last_regenerate|i:1651081649;requested_page|s:13:\"admin/reports\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651070783\";last_ip|s:13:\"190.56.32.170\";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\";last_activity|i:1651080982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a2e7c5482b9a5db9292c179318f81ca5cd1e94e', '200.119.173.177', 1684979625, '__ci_last_regenerate|i:1684979625;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684977813;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a2ef5770aa0caeba53f59745746eead6b128e27', '190.56.55.48', 1687311628, '__ci_last_regenerate|i:1687311628;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687311565;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a30ffd7af614301b36d4d2b9e2f4bb3a761c154', '40.77.167.182', 1683267258, '__ci_last_regenerate|i:1683267258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a329b5ccaecb46095dcd56b8593b36b39d2faff', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a330fbb5892ebd27a7c5aa8eb4f469495359781', '190.56.32.162', 1686417516, '__ci_last_regenerate|i:1686417516;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686417491;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a3587e7748ad01269bd09356bdac1be28ac4571', '114.119.148.161', 1686115591, '__ci_last_regenerate|i:1686115591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a366b87f49cbbd7e4507c946085c0c31395682c', '200.119.172.96', 1675451736, '__ci_last_regenerate|i:1675451736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675451449;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a37c85c0171fad11946c5651414b43f19e2e358', '40.77.167.30', 1657618909, '__ci_last_regenerate|i:1657618899;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a39b17f1af5d3378553fa6c3ddfa5511b33a72b', '114.119.135.32', 1688517845, '__ci_last_regenerate|i:1688517845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a3a416dc03c8dcaec4687f0f6499f59e0caab5f', '114.119.129.175', 1686676139, '__ci_last_regenerate|i:1686676139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a3dd365560c307201d024a2df44fbf34b9ed4ba', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4087e31c4cd11a974a919b395cd805758cd9f7', '17.121.114.58', 1655309633, '__ci_last_regenerate|i:1655309633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a430113eed11b16be01e917bd49253b36a09f72', '5.188.62.76', 1659506160, '__ci_last_regenerate|i:1659506160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a43b0b480c68912367bdeb8b61bcdf706db8825', '40.77.167.23', 1673827823, '__ci_last_regenerate|i:1673827823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a49508f059432ce76af614d14d3df710d1b0724', '190.56.49.187', 1687990417, '__ci_last_regenerate|i:1687990417;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687990406;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4bdcfb1402723acd84ba43a34f414e49b15471', '52.167.144.63', 1687074744, '__ci_last_regenerate|i:1687074744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4c5da1f39a3a08e652c3144ac353e4fb0feaf8', '200.119.170.143', 1670253454, '__ci_last_regenerate|i:1670253454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4de358284b0a9ccc1ded26ee2a383bfcaffe4e', '157.55.39.215', 1678289173, '__ci_last_regenerate|i:1678289173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4ec0638b444b874c9e306e3906aeaac4768d19', '114.119.128.20', 1688322801, '__ci_last_regenerate|i:1688322801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4f26b35e875a86445737aebbfdc9e697ae1d02', '114.119.156.9', 1685767992, '__ci_last_regenerate|i:1685767992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a4fbcae4a3cd034885c76f51094ee541d33692b', '52.167.144.61', 1688234857, '__ci_last_regenerate|i:1688234857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5022bd82f2a895fe520686992349ae9b4e7ff3', '114.119.143.82', 1687899859, '__ci_last_regenerate|i:1687899859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5117ad3ddc7757cd2f993c9d57c7dbdd97b5ff', '51.222.253.3', 1654659992, '__ci_last_regenerate|i:1654659992;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 ('5a514a140afcba4d3bed7d9f7d1bec5f6a50de5c', '157.55.39.79', 1669577793, '__ci_last_regenerate|i:1669577793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a517034dd361c0ae50928270230cd6fc48d28fb', '200.119.168.118', 1668026909, '__ci_last_regenerate|i:1668026909;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5288a62d92e4367958324f5c2b46c93c75a134', '114.119.148.163', 1688585930, '__ci_last_regenerate|i:1688585930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a53baae496d62e75a30bc644b7177ff59f70aa3', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a54b48e5b3b5e76aedde7786001297b99c6c88b', '40.77.167.191', 1681942335, '__ci_last_regenerate|i:1681942335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a54d6e978ff9bca121f969f636bef6f833705a4', '190.148.158.69', 1685991008, '__ci_last_regenerate|i:1685991008;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685990085;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a552cc7b7ff08c8e37a0506b1d208fd89b2393a', '173.249.31.237', 1659409312, '__ci_last_regenerate|i:1659409312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a579d6acfab79c0e7d713086a64f79842c554b7', '200.119.170.209', 1656950556, '__ci_last_regenerate|i:1656950292;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656938056\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656950502;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5953739d40aea8d5a666e136e4acb346f40b8c', '52.167.144.162', 1686170725, '__ci_last_regenerate|i:1686170725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5afa41bc74ca5c5091a28ebb192b20731a5b30', '40.77.167.13', 1672328241, '__ci_last_regenerate|i:1672328241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5b2910406580d97d8676c79d408f6df292a043', '35.184.66.49', 1652092078, '__ci_last_regenerate|i:1652092078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5b8efb1f24349e39fe80ea79566b2ce1f278fe', '66.249.65.171', 1673389322, '__ci_last_regenerate|i:1673389322;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 ('5a5b9c093caba489fdc2f60092ca23a14ddc1811', '114.119.139.112', 1688273226, '__ci_last_regenerate|i:1688273226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5e3eda6426529795ab33cd4f1f28b9ccdb4ed4', '52.167.144.94', 1687055969, '__ci_last_regenerate|i:1687055969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5e436adfd6b336cc7b59daaf4dcbed1e94b52a', '190.148.252.182', 1663799746, '__ci_last_regenerate|i:1663799746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a61472f881db5cd30ca09c1540d1d8069006378', '190.148.158.175', 1672152940, '__ci_last_regenerate|i:1672152940;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672152855;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a63508d00d7a65bb8371343ad8e06c6bfdf9c47', '190.56.173.175', 1653098546, '__ci_last_regenerate|i:1653098546;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653098533;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a63f181fa13fbc43bb13f7a840f2ceff4d1b0bb', '200.119.173.177', 1685118175, '__ci_last_regenerate|i:1685118175;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685118175;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a6518388bdabebf360749bb2f93f56c2e649957', '54.36.149.74', 1677984215, '__ci_last_regenerate|i:1677984215;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 ('5a669a2e599b5b01c876ba2fe77f74ee04eba855', '190.148.252.67', 1688517693, '__ci_last_regenerate|i:1688517693;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688517691;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a670717aa3ae970d5484a23a5ed4790295e4acf', '66.249.74.105', 1683192816, '__ci_last_regenerate|i:1683192816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a689e0b93f1d419d1c59c6f5f6e81ea69ae75d6', '190.56.50.253', 1682718989, '__ci_last_regenerate|i:1682718989;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682718780;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a68f76841092a3101bf30ebdbf4f77e121d0105', '114.119.130.13', 1687851822, '__ci_last_regenerate|i:1687851822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a697466af138f2fb1810a74d403c9e9c2e2ff85', '130.245.169.70', 1657360545, '__ci_last_regenerate|i:1657360544;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a6bd724563fef8098f5cdb4106a3d42b8de281f', '18.188.51.137', 1650669684, '__ci_last_regenerate|i:1650669683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a6f1eee86f65cc735c3894a9954fa7d95e607f4', '200.119.173.177', 1685055451, '__ci_last_regenerate|i:1685055451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a72963db1538aa9f64a90ae9a493881536c5499', '190.148.158.69', 1685972791, '__ci_last_regenerate|i:1685972791;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685972739;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a739a7f3daa2510f54dbfcc406e94689748d961', '190.148.157.183', 1680196109, '__ci_last_regenerate|i:1680196109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680196102;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a74a27355bb24fb7aabb785fdcbe6b926beadd7', '190.56.54.156', 1665426016, '__ci_last_regenerate|i:1665426016;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";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 ('5a7829148cee8c62131b2b98cae5583f4075574f', '52.167.144.109', 1680276299, '__ci_last_regenerate|i:1680276299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a78cbb3f840e418fc2677910586d2f5e326fb86', '207.46.13.51', 1662945558, '__ci_last_regenerate|i:1662945557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7a0159e2f318d88aad3076493ef38dab060200', '114.119.155.252', 1688230527, '__ci_last_regenerate|i:1688230527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7afa7d8b8e48eebccf1318a380c7b279fb47fa', '190.148.252.223', 1661182046, '__ci_last_regenerate|i:1661181920;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661172278\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661182046;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7dd55f049ba5ac910a0396a9def1b24a6b4edf', '190.148.157.40', 1669833241, '__ci_last_regenerate|i:1669833241;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669833224;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a7e7717ebc8521fa7525a869fd40926127190cb', '52.167.144.70', 1688219884, '__ci_last_regenerate|i:1688219884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a80947bd4fe215a0496e89145dd7f6b7525ec06', '190.148.158.69', 1685981202, '__ci_last_regenerate|i:1685981202;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685981140;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a84c088e81a973d573979006c37ef19e6137503', '114.119.149.131', 1688325402, '__ci_last_regenerate|i:1688325401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a85855d3c086e1946a1b03759e09ca4722b31db', '190.148.157.177', 1682077848, '__ci_last_regenerate|i:1682077848;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682077842;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a86023906a356a3cded3dbe0a9a4e66b5df90ed', '66.249.79.195', 1687536887, '__ci_last_regenerate|i:1687536887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a87357cb1254e4dea265ba60b25a3c103f61f35', '207.46.13.41', 1666406171, '__ci_last_regenerate|i:1666406171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a8837cfcfee3add0df1fb000ce33cbae3902037', '157.55.39.51', 1668935053, '__ci_last_regenerate|i:1668935053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a886a20fa1b00e07706622861155b0e89a4e455', '200.119.169.59', 1655299051, '__ci_last_regenerate|i:1655299051;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655299039;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a88a9362aa3b6d1d1aa9479e90e24b2a27ad5bd', '66.249.74.103', 1681648689, '__ci_last_regenerate|i:1681648689;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 ('5a88bc7d378f40ad001b6279a58260b6eceab6c9', '190.148.87.99', 1688424978, '__ci_last_regenerate|i:1688424978;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688424973;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a8933a5832b301eed6e90575dd82a1da4a6de75', '157.55.39.143', 1670186005, '__ci_last_regenerate|i:1670186005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a89ddfcdeca6f4e258dc6d4db757e6a85d7ad81', '18.117.223.160', 1667962385, '__ci_last_regenerate|i:1667962384;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a8a8e19a68ff70209d3710840e0b06d5911879c', '54.36.149.81', 1672902800, '__ci_last_regenerate|i:1672902800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a8c84112f288869498d2346668b99de87555fc8', '51.222.253.11', 1657948867, '__ci_last_regenerate|i:1657948867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a8ccc23869268967ab413e4aca840c56f4575be', '190.56.55.48', 1687567662, '__ci_last_regenerate|i:1687567659;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687567121;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a8ff6c442c354b30114c5a41b68a240e954d5dc', '190.148.157.99', 1662587274, '__ci_last_regenerate|i:1662587273;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a90f0c78f128193fe3a076115a5984e34e2e8bc', '66.249.79.203', 1682304422, '__ci_last_regenerate|i:1682304422;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 ('5a91b18ed2a6d0d14202c06a47d92c0b7c143909', '40.77.167.146', 1687774381, '__ci_last_regenerate|i:1687774381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a9208f9e62a9dea1363791a7c11f174ac768b14', '207.46.13.12', 1675771230, '__ci_last_regenerate|i:1675771230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a92291964bb71c17025ff393cd43d22439b0346', '207.46.13.154', 1670376841, '__ci_last_regenerate|i:1670376841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a94fe1219e6a6ba521d08d4181c409da1492ab0', '200.119.165.21', 1673569816, '__ci_last_regenerate|i:1673569816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a96b87fcdae3b96379413074225dc5871a83370', '52.167.144.98', 1686652785, '__ci_last_regenerate|i:1686652785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a971e568549afa9809aacd02bbab7ad13274298', '173.249.31.237', 1659409299, '__ci_last_regenerate|i:1659409298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a9a37e08c383e97fb6131e8b1d34416fb8f504d', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a9bda5e0d96e68791683540f79876f07c5c3c18', '190.148.252.76', 1652819957, '__ci_last_regenerate|i:1652819957;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652800395\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652819871;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a9da1f30032ec61020cde0bb2f5f16e7c68b93a', '157.245.254.89', 1655520988, '__ci_last_regenerate|i:1655520987;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a9da1febee8ad26e104eb2854ccd94798995213', '173.249.31.237', 1659409330, '__ci_last_regenerate|i:1659409330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a9fc122a56f81ebea4dd11d0fa79239267ded54', '34.212.178.151', 1655472229, '__ci_last_regenerate|i:1655472229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa04e9cb41ebccf3392b3098043febc8f9d6228', '157.55.39.125', 1654274439, '__ci_last_regenerate|i:1654274439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa093b5cd5e495e93b97006788e1414dfa12c6f', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa13691ede83032a6a196468baebff3581505a1', '114.119.151.0', 1688105773, '__ci_last_regenerate|i:1688105772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa49aad21e1c2d992c97e13e2e4e6f9cefe9f1e', '52.167.144.164', 1685975765, '__ci_last_regenerate|i:1685975765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa49d4ea3b054069769ab329e8cede6d857fe9d', '54.36.148.2', 1654550152, '__ci_last_regenerate|i:1654550152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa597efd3c475b2118d846c735bea65db534476', '17.121.112.50', 1652104343, '__ci_last_regenerate|i:1652104343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa613d57b1a95d874f1267df61370cd9dbed2c2', '51.222.253.13', 1686629987, '__ci_last_regenerate|i:1686629987;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 ('5aa7c781d9009016ab040e153dfb6c9daa43f06a', '114.119.128.219', 1688518262, '__ci_last_regenerate|i:1688518262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa8c4a9c49c7fab5fca1163999c35ce3ff5ef2d', '40.77.167.104', 1667490237, '__ci_last_regenerate|i:1667490237;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 ('5aa9477c07792275319d0993c51fb9a4f5d16e0d', '114.119.141.152', 1688166483, '__ci_last_regenerate|i:1688166482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa9b39a3f32534bbb4fd2d527f0a177b8f3ac57', '207.46.13.41', 1664966435, '__ci_last_regenerate|i:1664966435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aa9e1f8a66e57ca7e2dd0e9a78d826f3d033b38', '40.77.167.58', 1654382637, '__ci_last_regenerate|i:1654382627;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aaa9c08ef0c8b295c494b79efb89a1b7b46a80e', '207.46.13.217', 1684021885, '__ci_last_regenerate|i:1684021885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aaadbb0a26faf108b641d3cce2ab1e78bdc638b', '190.56.32.243', 1684770031, '__ci_last_regenerate|i:1684770031;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684755860\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684768443;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aab9a60c90c94ac7a8a3f9a538b2f35e04eeafa', '40.77.167.241', 1687333170, '__ci_last_regenerate|i:1687333170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aabd30db0a88186ca706d585648d2ee6ef7c2ac', '190.56.54.77', 1666308432, '__ci_last_regenerate|i:1666308432;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666308413;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aac8884d592d5a7b02818582683813083c77da7', '157.55.39.80', 1670686093, '__ci_last_regenerate|i:1670686093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aad2409c0184e2ffb543f5bfbdffc1e3f3c5b86', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;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 ('5aad3bec24f2084dc8a8bd1b0f93f79c60ae11da', '190.148.157.80', 1669645329, '__ci_last_regenerate|i:1669645329;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669645188;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab1767b97750cd4bb7e74559e6a05a96d7718ef', '40.77.167.189', 1680952881, '__ci_last_regenerate|i:1680952881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab295df7d0e928acc5abdecbf8205ac9da820c0', '52.167.144.95', 1680781935, '__ci_last_regenerate|i:1680781935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab4542e39e3c4cb9e2040e4180d412579448758', '200.119.169.55', 1667260487, '__ci_last_regenerate|i:1667260487;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667260462;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab4724a49f6303511d983ecafa9bffcd8e52c65', '51.222.253.4', 1679663304, '__ci_last_regenerate|i:1679663304;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 ('5ab58c106e41824e2e5a0c578f70f0c1203a8e3d', '111.7.100.27', 1650686215, '__ci_last_regenerate|i:1650686210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab68aa87396d6514dc08b803d4bc623f43f2237', '142.93.63.78', 1672334217, '__ci_last_regenerate|i:1672334217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab68ec529865d752b427128229ad09dd4916644', '114.119.155.225', 1687587997, '__ci_last_regenerate|i:1687587997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab7304a9a70c66ec561195eb1b10cb195513925', '157.55.39.69', 1672457276, '__ci_last_regenerate|i:1672457276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab82c0ef2c3c428ee6ef560d2fecf464d22ca3b', '107.178.231.240', 1672575115, '__ci_last_regenerate|i:1672575115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab8bc8314c8a6b5f419d251d4c0677c696cd584', '51.222.253.5', 1658835239, '__ci_last_regenerate|i:1658835239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab953dc908437799d3cf5ca15718d4d21fe8c6c', '157.55.39.217', 1683160271, '__ci_last_regenerate|i:1683160270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab9a79a8a91a93d54334a50efdd69446356afca', '190.148.252.195', 1653697687, '__ci_last_regenerate|i:1653697687;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653655106\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653697683;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aba5a1cfa3bf602167451e409298cb6f4773e29', '200.119.173.135', 1666383952, '__ci_last_regenerate|i:1666377043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666383952;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5abb8f3d4dbcf7a474e484150246879575c3f65f', '190.148.157.183', 1680547052, '__ci_last_regenerate|i:1680547052;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680546142;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5abd2fcfb772a7ad4dcd5af1112e2769938ba0ec', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5abd92f8e6f168d4f4336405258116098ae16f8f', '114.119.129.97', 1685739862, '__ci_last_regenerate|i:1685739862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5abef411f7f231e7bad1a6401ccadb37566e693b', '52.167.144.162', 1686726982, '__ci_last_regenerate|i:1686726981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5abf92f4355fd4c962ec2aac9ec16a5d6305633a', '190.56.32.170', 1651081326, '__ci_last_regenerate|i:1651081326;requested_page|s:13:\"admin/reports\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651070783\";last_ip|s:13:\"190.56.32.170\";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\";last_activity|i:1651080982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac16b707276260843228008c8711937cb71cd38', '52.167.144.98', 1685440268, '__ci_last_regenerate|i:1685440268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac42ad939f35237af24d3cd0cc305f78bd6480a', '190.148.157.117', 1675644594, '__ci_last_regenerate|i:1675644594;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675644015;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac434753188c92b0c64fa3ac0a260bfbf3dd61c', '190.56.51.158', 1655589147, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1655589147;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571580\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655588467;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac471457ccec9c554cb5b20c405c698b610a87e', '200.119.172.126', 1652824531, '__ci_last_regenerate|i:1652824531;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652800395\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652823008;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac4f9164a78a17a75f7a9aba6a355caa1ad1bff', '207.46.13.154', 1671266762, '__ci_last_regenerate|i:1671266762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac51635446c14c492e752ca7e1c3813f07aeedf', '51.222.253.4', 1652770781, '__ci_last_regenerate|i:1652770781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac55761e9b7c2badef5930b56bff0de3f2bad05', '128.199.60.194', 1660683513, '__ci_last_regenerate|i:1660683513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac56594918bc1d41491bc964d810b34d3cbd2d4', '190.56.32.174', 1676507838, '__ci_last_regenerate|i:1676507838;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676507835;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac5bbd89da416aec1ce7d69c6711ff23cbf17a8', '107.178.238.46', 1672575104, '__ci_last_regenerate|i:1672575104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac708a2ef8211534d5368e982467c07ce12770d', '51.222.253.3', 1669271044, '__ci_last_regenerate|i:1669271044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac7245f3c1207a0f2c85f29bbce8d0d94a13683', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac75e3483db13e4311cb00cd8d008dd2616dc75', '190.56.50.120', 1661822665, '__ci_last_regenerate|i:1661822665;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661808867\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661822648;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac986f82fafd58652971579f6d503e610b81359', '52.167.144.20', 1687076330, '__ci_last_regenerate|i:1687076330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5acc59e0ee00583710cb5588d0e9b632eeee90ad', '111.7.100.21', 1650686198, '__ci_last_regenerate|i:1650686186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5accec13d2fefbf417b9dc6f571432a19e22efbc', '114.119.145.233', 1688139963, '__ci_last_regenerate|i:1688139963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5acdc704f3d50ef9fc1bcc0673226149048bbabb', '190.148.157.177', 1682384962, '__ci_last_regenerate|i:1682384962;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682384954;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ace9b744a6f52cff3fd14e5d387f52065e8c751', '40.77.167.85', 1685267305, '__ci_last_regenerate|i:1685267305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5acee80012b93db82c998b57fc7f177aecf47839', '40.77.167.244', 1677466351, '__ci_last_regenerate|i:1677466351;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5acfdbe17721509fc88653d13ff530eb1a36d25d', '200.119.170.221', 1664476416, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664476416;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664476411;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5acfec3391afe356ff757f20f9a000a347272e0d', '190.148.158.69', 1685914844, '__ci_last_regenerate|i:1685914844;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685914840;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad29fb3a2a0ecdbe1c098d817a6ec5a86e68171', '51.222.253.4', 1659828894, '__ci_last_regenerate|i:1659828894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad322750395eff6c1c0a255444eccdb7010960f', '200.119.173.177', 1685130812, '__ci_last_regenerate|i:1685130812;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685130156;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad3550229d5ab77e821c2e058faa590bb7c63b1', '157.55.39.79', 1671382991, '__ci_last_regenerate|i:1671382991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad38b186d60710e7c19a33ec8402ba14887b419', '190.148.87.182', 1679586931, '__ci_last_regenerate|i:1679586931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679586925;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad59f3eab838b1952171ba0a92d3077109cd581', '52.167.144.171', 1685203557, '__ci_last_regenerate|i:1685203557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad65cd7d87e224515a80f744eb544ec529990f7', '52.167.144.98', 1686568284, '__ci_last_regenerate|i:1686568284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad6a759e672440a032a1b5154d110dddc953f72', '157.55.39.200', 1664632070, '__ci_last_regenerate|i:1664632070;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 ('5ad73fb526e959357c06ef7dacedfd233dbd28ff', '190.148.157.171', 1667417988, '__ci_last_regenerate|i:1667417988;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667417948;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad7d847e395a1ace399b0b085bfc2c5ba2511d4', '54.174.58.227', 1676751267, '__ci_last_regenerate|i:1676751267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad876a621e258dd10e123aa48234543ef2a6d9f', '190.148.87.182', 1679882008, '__ci_last_regenerate|i:1679882008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679881998;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad92b23a87a25becdcc612724f8d1d2eff69244', '51.222.253.5', 1673959171, '__ci_last_regenerate|i:1673959171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad9b061d0634aba3bfcbcdd5793d93fcbaf1744', '54.149.227.185', 1652880290, '__ci_last_regenerate|i:1652880290;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 ('5adfa58eec4b08bd9b31e48c3df99f028211a652', '74.208.2.208', 1672815372, '__ci_last_regenerate|i:1672815372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5adff65cbe898567424c4913224d2c8435f00cf1', '114.119.139.35', 1686875153, '__ci_last_regenerate|i:1686875153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ae03d9b35a2e739b05f9554ae7e514d92f623c2', '51.222.253.1', 1650926781, '__ci_last_regenerate|i:1650926781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ae1302fe3e7431ee158a523caea91a50391da7c', '68.183.75.40', 1657274125, '__ci_last_regenerate|i:1657274125;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 ('5ae28bee7b51e8c64304a81e04d612d588da2beb', '52.167.144.98', 1685412956, '__ci_last_regenerate|i:1685412956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ae2939605db0bac042af914b3f084c3b2a1f16e', '66.249.79.210', 1653003333, '__ci_last_regenerate|i:1653003333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ae2b5b9c7490c7d9e2eb58bc34ce076cdfef60f', '206.189.146.90', 1653465352, '__ci_last_regenerate|i:1653465348;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 ('5ae2c22d8c58e7e7143deb418fdbf4d6c8a7cb02', '157.55.39.253', 1682834305, '__ci_last_regenerate|i:1682834305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ae33bf7d34be2e51b9c6eae1534b287389921d6', '190.148.157.183', 1680193611, '__ci_last_regenerate|i:1680193611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680193519;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aea899469a8332769cc3d761316ee70086ceba4', '114.119.133.201', 1686168120, '__ci_last_regenerate|i:1686168120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aeaf11795dd56c08571cae7fb6e5edeb5f2d0ba', '54.36.148.100', 1666453643, '__ci_last_regenerate|i:1666453643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aee54eeaba46079decf2b5c3f1daaf1577e33d0', '193.235.141.150', 1681806323, '__ci_last_regenerate|i:1681806323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aeeefff313d24605cddc422443dd2fa468d554f', '157.55.39.149', 1651115197, '__ci_last_regenerate|i:1651115197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aef7061062f50108b5e85f28c55ea3c92e45dbc', '54.36.149.1', 1654131286, '__ci_last_regenerate|i:1654131286;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 ('5af11cce4435bab12ad64b97c01d4e6b94ae1332', '157.55.39.221', 1660769144, '__ci_last_regenerate|i:1660769144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af2d43b56622054605600c211062d69f3bd289e', '66.249.77.34', 1686627696, '__ci_last_regenerate|i:1686627696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af34e4f3d7559da351f900030967bdc6bc07a49', '190.148.157.177', 1681926219, '__ci_last_regenerate|i:1681926219;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681926129;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af3b6b66bd0a3f06f6d9bd210e5453cf0697a06', '190.148.157.183', 1680457004, '__ci_last_regenerate|i:1680457004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680456874;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af47a6ccfd894c8322d4a01ea9ad05d9c7f83a3', '52.167.144.164', 1686422807, '__ci_last_regenerate|i:1686422807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af5ecbca81a9174573de66c6c8d2472c0746556', '54.36.149.67', 1657954551, '__ci_last_regenerate|i:1657954551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af6e62d6c4c4ce2bbf4d99f1ae913d7cf3d976f', '104.237.147.188', 1659152472, '__ci_last_regenerate|i:1659152470;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 ('5af79f824e508c957c6eec66fd930ef0e52d4fbd', '114.119.133.42', 1687086709, '__ci_last_regenerate|i:1687086709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5af9d8d795199d5f58f67649bf6bcb70649b8f1c', '207.46.13.6', 1671956127, '__ci_last_regenerate|i:1671956127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5afaa6ea4582178331052599f46b84749591a5c4', '190.148.252.85', 1666214556, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666214556;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666214550;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5afb6e1a96356a9de5f9dc3d005dcb9c684a5a28', '190.148.157.80', 1686233786, '__ci_last_regenerate|i:1686233786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5afdafbe32ea732ff9f53645dd291c1ab35c8f4e', '40.77.167.102', 1671322272, '__ci_last_regenerate|i:1671322272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5aff01ba4416410788337c0e91d3622fe84e0e37', '40.77.167.37', 1670074389, '__ci_last_regenerate|i:1670074389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b00482e786cd2673a11c6c4b2a4dac66fd262e0', '200.119.174.9', 1674337189, '__ci_last_regenerate|i:1674337189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674337052;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b00c672953292e0735abd4fa3dc7faa85818cbc', '178.208.160.86', 1683876289, '__ci_last_regenerate|i:1683876289;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 ('5b015974e3eb85b402bd040738ae99569200eee7', '200.119.172.96', 1675354055, '__ci_last_regenerate|i:1675354055;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675184797\";last_ip|s:14:\"200.119.172.96\";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 ('5b030715c702a428ec0caf74b4e0f1aa20b2da47', '40.77.167.49', 1664556776, '__ci_last_regenerate|i:1664556776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b03ce6b9d1eaf9e9226be336ec85b53aa811db8', '190.148.158.175', 1672362378, '__ci_last_regenerate|i:1672362378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672362308;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b03e1a2188582e2faed47e4e2b79428b6b30977', '52.167.144.74', 1688055243, '__ci_last_regenerate|i:1688055243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b0465d24ea4f90ef5e0ef6ce427d5b94545d52d', '17.121.114.61', 1659774131, '__ci_last_regenerate|i:1659774131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b050b4c693b31c40145eecebd4aa86d52af640c', '52.167.144.73', 1679814895, '__ci_last_regenerate|i:1679814895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b053982edc6ac4ad8f2cde40bcd3d8924d170ac', '51.222.253.13', 1660235744, '__ci_last_regenerate|i:1660235744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b069363f23a0f293297ed4027196f8fcc3e9af7', '114.119.137.31', 1684612557, '__ci_last_regenerate|i:1684612557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b08e7ce4739701d03ebf76cf32066b8ec30f5a2', '54.36.148.55', 1674436037, '__ci_last_regenerate|i:1674436037;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 ('5b096932fa237f86411c4420c0a3a81b227f1cf0', '52.167.144.171', 1684484662, '__ci_last_regenerate|i:1684484662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b0a37231b6c36604bb7ace4c578e3ec3fa1c81e', '209.145.55.127', 1651068202, '__ci_last_regenerate|i:1651068202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b0f56ed70e0c415844754d392e578025ee070b6', '93.159.230.88', 1676485428, '__ci_last_regenerate|i:1676485428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b11be027a0ab0103445811a1df16dc6adadf4c5', '200.119.173.177', 1684847561, '__ci_last_regenerate|i:1684847561;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684847535;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b12acdba408dec22efbfb45d16ed1eb1ae2a81a', '190.148.157.183', 1680479998, '__ci_last_regenerate|i:1680479998;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680479995;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b155eceab1196ad581b90b5436516cae2c90fcc', '17.121.113.193', 1654181470, '__ci_last_regenerate|i:1654181470;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 ('5b175f455f9d8375d5e5747e9096e8c642df9e54', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1790f06ac54840e5da831a5538e9a13fa598bb', '157.55.39.69', 1672262251, '__ci_last_regenerate|i:1672262251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b18234650db4bfc280c7607c45d9572f02701bd', '35.88.168.141', 1652621314, '__ci_last_regenerate|i:1652621314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b19454e503f695342e02a45232fe2c3f0be16a6', '40.77.167.227', 1682150420, '__ci_last_regenerate|i:1682150420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b19cb2bd43d37b85fe377bb69b5ce4ffe155b8d', '190.148.87.96', 1678401823, '__ci_last_regenerate|i:1678401823;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678401607;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1bcb19c386a8bcae8f04856210e64786d45a45', '198.251.73.69', 1686693222, '__ci_last_regenerate|i:1686693222;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1c292f657c034cf0bbd82d1d77c72d7b3d622d', '52.167.144.98', 1685399506, '__ci_last_regenerate|i:1685399506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1d9324990913dd6818703674cd061f8d5a26f3', '114.119.155.70', 1687064065, '__ci_last_regenerate|i:1687064065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1da27e8e8a8cf97c7da8aa410974c9b38c1b96', '207.46.13.205', 1671875360, '__ci_last_regenerate|i:1671875360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1e425ce166cde0285891ec21a59c7adccd3ff4', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1f48164296c9bbf9e0ab61aae07a20ee28ca98', '114.119.153.214', 1686552675, '__ci_last_regenerate|i:1686552671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1fbb3e3b6a2b2628d30bb690c56c13fe3c2d33', '190.56.32.174', 1676818369, '__ci_last_regenerate|i:1676818369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676818250;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1fefe45c6f2282be09ac8ff33982bf923a06ea', '114.119.130.125', 1688411697, '__ci_last_regenerate|i:1688411697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b236cfcfadf83ea591d06baacbe00fe3b3f76b9', '17.121.114.50', 1654180407, '__ci_last_regenerate|i:1654180407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b24bd09def5fe0a6608f82caee2c2fcef24fc63', '40.77.167.37', 1668935069, '__ci_last_regenerate|i:1668935069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b2519bb2c4e7a2d3db84db1e97aa5c523b11b70', '190.56.55.48', 1687357262, '__ci_last_regenerate|i:1687357262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687356967;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b25274e71665cf88d0d829849c2c5f87186f188', '190.56.32.35', 1672064358, '__ci_last_regenerate|i:1672064358;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672064262;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b274b960911bbb8292d2db562c83acfd385c277', '17.121.113.12', 1658794841, '__ci_last_regenerate|i:1658794841;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 ('5b2b6dab27587412d7b6bf1715df0e22ceff8f36', '66.249.79.194', 1687732148, '__ci_last_regenerate|i:1687732148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b2bc8c24d6b9fbc2d0d8cec7c221edb0229a5bc', '52.167.144.61', 1688077398, '__ci_last_regenerate|i:1688077398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b2d42a56f631ebe962dc0c3594acfe89bcac5dd', '194.126.177.82', 1658879618, '__ci_last_regenerate|i:1658879616;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 ('5b2d59fba3acd1a1cc79683330c9b6fbf065f233', '114.119.129.179', 1686939022, '__ci_last_regenerate|i:1686939022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b30c9735b6eb7fc164b7eb21d612edcb0efdb7e', '200.119.168.118', 1668012791, '__ci_last_regenerate|i:1668012791;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b3126e1cfe35d8eec9636ae714deda3518b0a02', '190.56.173.213', 1683478711, '__ci_last_regenerate|i:1683478711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683477537;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b31dbddfece26647b23bd72807fe08dd336e26d', '40.77.167.169', 1675559922, '__ci_last_regenerate|i:1675559922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b32e685a6acb235e4c049f88ec96a1aef06f999', '200.119.168.250', 1680886270, '__ci_last_regenerate|i:1680886270;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680886215;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b33d984e16076fff6b1ac6afcb97626effd65dc', '190.56.48.81', 1666019806, '__ci_last_regenerate|i:1666019806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666019796;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b341511ca7013f93d40d2c45cfbc81d0eaf20be', '51.222.253.17', 1668012401, '__ci_last_regenerate|i:1668012401;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 ('5b34203d84e3f13505d9fcc593aab6bc22e8ac78', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b347ebbe9e2fc97e0b240330751a4ca42a2a380', '50.21.188.63', 1672704996, '__ci_last_regenerate|i:1672704996;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b3551997a86214374614a47f66b55ba82edeca2', '51.222.253.16', 1678941783, '__ci_last_regenerate|i:1678941783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b366205c036754c01206f3ca67465a1289a27e2', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b36a9bbda23e6c24b97a0c0777c2137c446b384', '190.148.252.85', 1666213670, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666213670;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666213085;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b36b1ef77624ff5c8aac3afdc1c1eda8007fa8b', '207.46.13.221', 1687073619, '__ci_last_regenerate|i:1687073619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b36cb248fa75e57a2fe8548632d3d98a060dae0', '120.35.11.210', 1651558286, '__ci_last_regenerate|i:1651558286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b374412dd519792ab5f2d9694e77c8fc5daec78', '40.77.167.178', 1676694617, '__ci_last_regenerate|i:1676694617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b3a58b5d6b823f1deac958194fe96788aeb0d83', '200.119.168.48', 1668100989, '__ci_last_regenerate|i:1668089849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668042329\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668100989;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b3b683244c4d6d3d9d23dbe63dcc77bcdd60fd4', '54.184.13.201', 1665753797, '__ci_last_regenerate|i:1665753797;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 ('5b3bda263bfebb2bb5d29d2d9734dcb164c0a360', '40.77.167.101', 1661074039, '__ci_last_regenerate|i:1661074039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b44f9c1527cd8b31d9efb96e103d42730362e66', '89.46.223.134', 1672280739, '__ci_last_regenerate|i:1672280739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b45298541fc0b3493ce7c3160785223877cc952', '45.55.135.165', 1660252974, '__ci_last_regenerate|i:1660252974;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4625aac573ad4daacc0903b5b83c3bf52e6c10', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b46b1bee56c3e5a71913bbc8a9ae3eac2612762', '52.167.144.171', 1684315726, '__ci_last_regenerate|i:1684315726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b49c2d6aa49c6f20743e3d8b214809846d698c8', '190.148.157.177', 1682186371, '__ci_last_regenerate|i:1682186371;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682186368;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4a8db38f3a25480d27d5d089cafe67bcc7376b', '157.55.39.100', 1671807010, '__ci_last_regenerate|i:1671807010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4b5a627893085805798b655b00b84841798169', '190.56.54.156', 1665071884, '__ci_last_regenerate|i:1665071884;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665071822;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4bf0878cd38613e31f9bc7d37c262da5a5cfeb', '54.37.233.116', 1650851974, '__ci_last_regenerate|i:1650851974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4c1d8fe6b602e4dbacb51cf44c30b6dc16ac21', '207.46.13.12', 1675142831, '__ci_last_regenerate|i:1675142831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4c2c6c3ea806c9abaf43f63c1a43bd9100d909', '52.167.144.73', 1679961175, '__ci_last_regenerate|i:1679961175;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4d5e1cb424bbd77942c08448da741bccb05bee', '190.56.50.106', 1652219675, '__ci_last_regenerate|i:1652219675;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652194102\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"QEZ7XfJx9o3eHLu4Yi6a\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b4e0f636959860a1bb696fa8d5c00799d8e1805', '190.148.252.161', 1669903265, '__ci_last_regenerate|i:1669903265;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669903212;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b50ff74a79f5aeebfff2b605a312b5a9c67277e', '51.222.253.17', 1652381840, '__ci_last_regenerate|i:1652381840;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 ('5b516365f1ba9c885117348d77fd1548540d2db4', '52.167.144.164', 1686578769, '__ci_last_regenerate|i:1686578769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5197445dfd0be3fd688508c29456ca8a7697eb', '190.148.157.53', 1684083228, '__ci_last_regenerate|i:1684083228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684082863;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b51f58033319680a8089729b67c8023638eff65', '207.46.13.211', 1679177684, '__ci_last_regenerate|i:1679177684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b53a2e656c0ab27d5abacd688e0d4d3df438772', '54.37.233.116', 1650851704, '__ci_last_regenerate|i:1650851704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b55a8c682acd0a2a153867b46d171d0c4985804', '114.119.142.97', 1686486470, '__ci_last_regenerate|i:1686486470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b55ca8a315cd066688992c6693847f2331d3acb', '52.167.144.98', 1684679653, '__ci_last_regenerate|i:1684679653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b59dbfe302d23025fe7449d1f00d3aecc89f842', '18.206.55.48', 1651508264, '__ci_last_regenerate|i:1651508264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5acd83c9e90e0688f364fca9d1b6919bd328fb', '66.249.79.193', 1653949855, '__ci_last_regenerate|i:1653949855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5c8f16a0265cd664edaa9623982a32332d375d', '93.159.230.83', 1660827907, '__ci_last_regenerate|i:1660827907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5d43064810b53ae96115503e153e39de757e36', '51.222.253.4', 1669161283, '__ci_last_regenerate|i:1669161283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5e82eaecb395d859d0a89e9232997fded157d6', '200.119.173.87', 1663006232, '__ci_last_regenerate|i:1663006232;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"tlFwp5D0EuTY8hSKaGQ9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b611250c87ece5bc85cfcf49975aa436f69e932', '193.235.141.142', 1675912393, '__ci_last_regenerate|i:1675912393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b6436ea533e92e09dd5dfeb4a336ea25f3b426e', '190.56.173.175', 1653098864, '__ci_last_regenerate|i:1653098864;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653098771;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b6495fbed93ee1bcf9d38f9a3ec87129c69bc20', '52.167.144.31', 1675324153, '__ci_last_regenerate|i:1675324153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b66a708dbf71dd8296d1bfea4b665b84b139f89', '190.148.157.183', 1680192924, '__ci_last_regenerate|i:1680192924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680192914;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b6a25833daa112d240984fe795c161b830e3c4a', '190.56.173.251', 1651939934, '__ci_last_regenerate|i:1651939934;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('5b6b9d8e0ed6fa71eff1fc5602c3f24d1d6ffb74', '190.148.158.69', 1685825926, '__ci_last_regenerate|i:1685825926;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685825880;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b6c7429617a1bb06e8919ffdd3326d93a2eba9e', '190.148.87.6', 1668179344, '__ci_last_regenerate|i:1668179344;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668122599\";last_ip|s:12:\"190.148.87.6\";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 ('5b6c8cdd25ab77f94e439dd3968f8ff5fc443215', '207.46.13.41', 1666300883, '__ci_last_regenerate|i:1666300883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b702ca6692f9b6bd6a0b8e184fa72bbdc31fdf5', '157.55.39.94', 1672603575, '__ci_last_regenerate|i:1672603575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b713936e2a66cfe6dd6d2660870f5a669bbc105', '190.56.32.35', 1671654080, '__ci_last_regenerate|i:1671654080;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"ICGjOoJi2KYZbU9AgHLl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b727d808a46b94def154d519fb3b8b2a3f84771', '190.56.49.109', 1666104859, '__ci_last_regenerate|i:1666104859;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666104514;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b739c8cb7fc41e9ec464e3a92ad58b484d97241', '74.208.2.213', 1668050333, '__ci_last_regenerate|i:1668050333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b77e75372a357b4fe3aa8f5138d90f37f74a2a2', '157.55.39.65', 1662071887, '__ci_last_regenerate|i:1662071887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b7883f85dcdc1857a7bb251ceb9c5baee3cc92b', '190.148.252.88', 1670853946, '__ci_last_regenerate|i:1670853946;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670853810;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b7be23838603e7d6e2e844bd6162703f83f879d', '17.121.113.24', 1655310472, '__ci_last_regenerate|i:1655310472;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 ('5b7c55dda35c1db7e5f7fb3692162af2945bb869', '167.88.63.96', 1651008285, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b7cb9d6867837c42ca215cff4085c54a38d6960', '200.119.173.78', 1682804141, '__ci_last_regenerate|i:1682804141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682804005;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b7e016d5fbc009f7ca5217cf6864854c25efe27', '200.119.168.250', 1680708947, '__ci_last_regenerate|i:1680708947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680708945;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b7eb2a6dcbd013f095a85fe309fc970b3b06b41', '40.77.167.133', 1683805867, '__ci_last_regenerate|i:1683805867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b801e3b082e579a1181644532053989fbe42486', '51.222.253.14', 1653908378, '__ci_last_regenerate|i:1653908378;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 ('5b82105dbef988075fb5874891e7f067919b0b95', '200.119.173.87', 1662763380, '__ci_last_regenerate|i:1662763320;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662754635\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662763379;register_id|s:3:\"102\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 16:35:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b8232c77785c08f0cff0d17bf89e7a59b85226d', '17.121.114.100', 1652362226, '__ci_last_regenerate|i:1652362226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b82a095d95c3b244f614a4f75d42b614f053dd8', '190.56.50.15', 1667222627, '__ci_last_regenerate|i:1667222627;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667130438\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667222618;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b831a4c2fd598fe19945474ace9df0afc7e0f50', '17.121.113.218', 1652478281, '__ci_last_regenerate|i:1652478281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b83b80a30027868418bbfb8e04ac5643789f48d', '51.222.253.17', 1680859705, '__ci_last_regenerate|i:1680859705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b841e6950d77492166dbd4d6f2414bfad2d9716', '111.7.100.26', 1650976213, '__ci_last_regenerate|i:1650976213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b848f44e9159ce0ce6807ed49337f3c47aa1363', '51.222.253.10', 1675169440, '__ci_last_regenerate|i:1675169440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b84dade707cf2bc48322d325618b618e6444d92', '114.119.158.181', 1688494802, '__ci_last_regenerate|i:1688494802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b852dd2bdba31f4b9cbb39ac3010082d577a11a', '207.46.13.173', 1664106013, '__ci_last_regenerate|i:1664106002;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b85a9ae70e6d5e5cf297cffa9c3155b925a64ed', '40.77.167.123', 1682997443, '__ci_last_regenerate|i:1682997443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b8cce481c44cb4f79fcd6f520774b8f81420498', '40.77.167.37', 1669117204, '__ci_last_regenerate|i:1669117204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b8e620f9763c6842e1ec85e1165d367a04bf5b9', '200.119.170.217', 1656364426, '__ci_last_regenerate|i:1656363721;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656363721;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b8ea20cd08c34f3b1d006c845a77bdd5afc7c87', '190.56.50.253', 1682774236, '__ci_last_regenerate|i:1682774236;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682774110;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b8f18539a84a646c875a2160dd7605ed9625377', '114.119.134.226', 1685052209, '__ci_last_regenerate|i:1685052209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b90b951101e72af2a941b0feb7ba26a2da274c0', '190.56.32.32', 1686073699, '__ci_last_regenerate|i:1686073699;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686073687;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b928681926c01bff46498a2abe95e209c3aabd4', '190.148.252.177', 1674081652, '__ci_last_regenerate|i:1674081651;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674074772\";last_ip|s:15:\"190.148.252.177\";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\";user_csrf|s:20:\"hSC18H9yTzEn67M0GOBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9430cf6466f1169de912bac6cab8cd260aa1a9', '157.55.39.253', 1682069413, '__ci_last_regenerate|i:1682069413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9990c860fef6237bba0fbfd7174f27f2be2202', '40.77.167.60', 1671750096, '__ci_last_regenerate|i:1671750096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b99b6054ff8218e09701b5125997fc828cb8224', '51.222.253.17', 1674829424, '__ci_last_regenerate|i:1674829424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9a093ec8af902f1c94fe6fbb43dfd096f68855', '52.167.144.26', 1682492280, '__ci_last_regenerate|i:1682492280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9b285fc0bf5a5375abf8e848b4bb25b2fe8fc7', '190.148.87.21', 1669836224, '__ci_last_regenerate|i:1669836224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669836138;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9b2d85bf24827b922d7f474b24525825a4fdad', '157.55.39.253', 1682594551, '__ci_last_regenerate|i:1682594551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9c5520bdeedb926b9b0b88a36976962852bb2e', '40.77.167.175', 1679975343, '__ci_last_regenerate|i:1679975343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9e94cacb383aae9035da7906c63794c98bf0a8', '207.46.13.209', 1681295816, '__ci_last_regenerate|i:1681295816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9f02081dddb7a5c021025be4754ace222d3e9f', '200.119.173.107', 1686792107, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686792107;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686792084;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9fcf38f416854398036600536e7f1493999642', '18.246.32.49', 1682988428, '__ci_last_regenerate|i:1682988428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba0068992e6f5b75b0589573781006a6afc1dc3', '114.119.150.140', 1686655936, '__ci_last_regenerate|i:1686655936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba04bdcd238ee620f2efa561a4a3d43ea809de7', '114.119.128.203', 1684108941, '__ci_last_regenerate|i:1684108941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba0a71ab8610587ed0f03ef8cb8d699143436a7', '52.167.144.28', 1679247998, '__ci_last_regenerate|i:1679247998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba1981541c2f83849c505aaf4d468180441b8a7', '165.22.53.146', 1653512154, '__ci_last_regenerate|i:1653512150;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 ('5ba3134aa22684e3cd35ee3935e2735a293f3747', '190.148.252.151', 1671240736, '__ci_last_regenerate|i:1671240736;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671240701;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba55456f7e055fc7a3a98339b9ae52059130d19', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ba5db8cf1a4c143ad567c30e76e26c5de080332', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bab21ef674ac9e696b75aa5b10f853da825165e', '128.199.90.83', 1652660668, '__ci_last_regenerate|i:1652660664;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 ('5bad204eb0636a40fb0b47718f962c1ff265e54f', '190.148.252.177', 1674088994, '__ci_last_regenerate|i:1674088994;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674088970;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bb0044884788687e10c41e8c4cb5b31edbe0cc2', '51.222.253.6', 1656546914, '__ci_last_regenerate|i:1656546914;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 ('5bb18c89e8c609bb3d031f56cf16159f15920242', '200.119.172.60', 1674562092, '__ci_last_regenerate|i:1674562092;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674561957;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bb40560e34a67e2cfbda922129bf51f2b887def', '54.190.36.117', 1650870257, '__ci_last_regenerate|i:1650870257;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 ('5bb445ca8f5a25b2f3c0831f6ef8baa3850cd1d8', '200.119.168.250', 1680831050, '__ci_last_regenerate|i:1680831050;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680830571;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bb6512236b32fbfbdd7a08ad4099f417d157b08', '114.119.136.78', 1686853398, '__ci_last_regenerate|i:1686853398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bbb208f2645d9034aaccc542bfd6114b7285b31', '51.222.253.8', 1664264933, '__ci_last_regenerate|i:1664264933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bbbfc4e01684ab246304be89b1d41fa17a2bcc0', '51.222.253.4', 1661879966, '__ci_last_regenerate|i:1661879966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bbc82fc192809719ab9bbe61650f4e9326c06ec', '17.121.114.121', 1651127344, '__ci_last_regenerate|i:1651127344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bbccf618e05d26ff1dfe4023b71fe5bff49d446', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('5bc1ae599d8e05a8a0c43239a7ac9afdbeea7081', '51.222.253.1', 1675743691, '__ci_last_regenerate|i:1675743691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc2115526f6c9af807b76141708b9c97e742a60', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc345529c2d4f8be56068d6db26c2435a6c34a5', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc47da29897f0a5272486879c80a20e2efbc9d1', '207.46.13.51', 1662615082, '__ci_last_regenerate|i:1662615072;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc4d723dbe9c62fd3da244448e3954f98fb5c1e', '200.119.173.78', 1682887547, '__ci_last_regenerate|i:1682887547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682887531;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc537ddf0c79a720a010aff82ed97a4390a594d', '40.77.167.102', 1670400839, '__ci_last_regenerate|i:1670400839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc9dd26a28029a70c859a80379af387f4a6f36b', '200.119.170.143', 1670103874, '__ci_last_regenerate|i:1670103874;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670103871;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bca0f2969c1e37812c0da54809b6d8f7c3d9361', '144.217.135.231', 1666782021, '__ci_last_regenerate|i:1666782021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bcaab9d6926fd475cdd5fcc61b8370d8d371688', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bcb033d727f70a0b415917a1fb737beca063d9d', '200.119.168.55', 1663077900, '__ci_last_regenerate|i:1663077900;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663077056;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bcc111286e6138ff90468f805b07ef887b5057c', '198.235.24.31', 1658528703, '__ci_last_regenerate|i:1658528703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bcc843250d5e6886e283ab1017f1059fabd6212', '190.148.252.57', 1657813625, '__ci_last_regenerate|i:1657813625;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";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\";user_csrf|s:20:\"lbfCHQEDXgOcehFzPyS9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bccd75bf49d3a28bb375d58818aeaf4c3368aed', '51.222.253.13', 1680505137, '__ci_last_regenerate|i:1680505137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd062f7bb732e79102ed29cb8e4cb5731f188bd', '190.148.158.151', 1677450719, '__ci_last_regenerate|i:1677450719;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677450346;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd153348fa4ac3d1f2e7913f217d9757c9c2967', '200.119.170.221', 1664297034, '__ci_last_regenerate|i:1664297034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664297012;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd5be181769c71eba51ea6d48619cd36240f0c9', '157.55.39.100', 1671848606, '__ci_last_regenerate|i:1671848606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd7062ee84f553994425ae32332b39173ebbd58', '54.36.148.252', 1654027032, '__ci_last_regenerate|i:1654027032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bda2df9811425f310bbfc488f6ddba67979154c', '52.167.144.154', 1687973038, '__ci_last_regenerate|i:1687973038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bdaab2e9799eabe556d3bf5f8020911c87d015b', '190.56.32.162', 1686324520, '__ci_last_regenerate|i:1686324520;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686324476;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bdbb9b9af839d541b928f3e81fed4dfb679d933', '114.119.134.220', 1688121718, '__ci_last_regenerate|i:1688121718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bdd1fbfa27af91fb99d1326df69451c5a81b014', '193.235.141.168', 1664685310, '__ci_last_regenerate|i:1664685310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bdec95b14e8dbb77d4ab4f470fe197ca5ff3f54', '52.167.144.171', 1684555315, '__ci_last_regenerate|i:1684555315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bdf468e177dee80d4ecabcf4ab6e26eba536b0a', '193.201.9.12', 1655872868, '__ci_last_regenerate|i:1655872868;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be1a4b30bf23425bca971e0dd0d0f4b0355d52f', '190.56.51.152', 1651705421, '__ci_last_regenerate|i:1651705419;requested_page|s:18:\"admin/sales/view/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be2ab72f5e2776355223850e7f415396ab1a504', '165.22.68.126', 1687256054, '__ci_last_regenerate|i:1687256054;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 ('5be356a04fe3ba69c99fd8fe663b7c8d410a1bf5', '54.70.25.169', 1661089041, '__ci_last_regenerate|i:1661089041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be42b871061a5579d88689fe5844e4bccc74354', '40.77.167.202', 1687530570, '__ci_last_regenerate|i:1687530570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be7c93546b2662c630d70e040e677850629956a', '190.56.50.15', 1666979581, '__ci_last_regenerate|i:1666979581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666978860;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be93a5d3c5d4cd9be98e6d93e55ea58231aea4e', '190.148.158.69', 1685921288, '__ci_last_regenerate|i:1685921288;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685921284;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be9bf9eeb1ee40509790fe5457fb7e8bda0e5f0', '82.80.249.158', 1668921128, '__ci_last_regenerate|i:1668921128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bea2dd52bb92e1eb1bb15cb2e1ac9839761a9ff', '157.55.39.69', 1672390056, '__ci_last_regenerate|i:1672390056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bec59674d8abfe64481ad198d71b60827cc2ffe', '157.55.39.171', 1675150301, '__ci_last_regenerate|i:1675150301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bef44616c7b738bcbf38a5aef78b8fd6e107725', '17.121.113.181', 1653921130, '__ci_last_regenerate|i:1653921130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf17eddaf9cfeee97f08a3f50c7d2b1bcb7a209', '52.167.144.154', 1687594703, '__ci_last_regenerate|i:1687594703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf35b9243dbdaadc4388fb67e44ccd0905f638f', '200.119.173.177', 1685221029, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685221029;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685221023;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf4363209e48015cec7d94a7e0f724be8555c65', '20.15.133.170', 1687252415, '__ci_last_regenerate|i:1687252415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf7a5cdd18fb7d9359fdb82b2d7ef26a307ca69', '51.222.253.4', 1660278171, '__ci_last_regenerate|i:1660278171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf86c877f0d40de545d145d1dfcceb60a068b26', '66.102.8.17', 1652212599, '__ci_last_regenerate|i:1652212599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bf8926c1c8c8a7852c655fc93b95ab9e80069f2', '66.249.65.95', 1651091410, '__ci_last_regenerate|i:1651091410;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 ('5bfb35304d0758d664e24033f9508868f63db09f', '200.119.170.212', 1665885707, '__ci_last_regenerate|i:1665885707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665885690;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bfd4766fa3f6bff37ba4b46a70602c06bd41f14', '200.119.172.55', 1661532851, '__ci_last_regenerate|i:1661532851;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661517893\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661531246;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bfeba5dccad4a4564223dbbe2eeb73453838360', '17.121.113.144', 1651253102, '__ci_last_regenerate|i:1651253102;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 ('5c038d8b323cc4b2211da761ed7e8e973fafdb1f', '114.119.145.192', 1685806661, '__ci_last_regenerate|i:1685806661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c040f5b255130767a5c51188a94ebf4b810a524', '51.222.253.3', 1652849263, '__ci_last_regenerate|i:1652849263;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 ('5c05ab4c570fa897be7239637d427007039ce99a', '45.63.18.23', 1688462698, '__ci_last_regenerate|i:1688462698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c08d2e8304c84ea0d9c26ee1e490dc85f5b78e5', '66.220.149.14', 1667172719, '__ci_last_regenerate|i:1667172719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c0a61b27a6da8ebc0d4cbed60106933c4f580da', '190.148.87.6', 1668199237, '__ci_last_regenerate|i:1668199237;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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 ('5c0d1c1738275274546316b1c5b01e795acc9771', '23.236.59.4', 1651917949, '__ci_last_regenerate|i:1651917949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c0f0698dbad492c348b242b016d3a5433ff34c6', '51.195.216.255', 1650742530, '__ci_last_regenerate|i:1650742530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c10b9bdaa5ee51fef89fce0bcccc927e09f3df6', '207.46.13.113', 1675308313, '__ci_last_regenerate|i:1675308313;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c115dd98e6117d29d0ac09db9bd9870b5f25a42', '52.167.144.172', 1687084661, '__ci_last_regenerate|i:1687084661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c13874f4e734878d270c6eab349d1de17757e98', '190.148.158.151', 1677462029, '__ci_last_regenerate|i:1677462029;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677461715;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c13b9ebe1f0b04edbcd1b1b43a279ca927b1998', '114.119.145.150', 1687145363, '__ci_last_regenerate|i:1687145363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c172610bffe27c5b59eef420d781d3d2c45e1b1', '40.77.167.182', 1683135068, '__ci_last_regenerate|i:1683135068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c177989499e55af7682de852cffebbda2d3aea8', '190.148.87.6', 1668199993, '__ci_last_regenerate|i:1668199993;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"p07X9TQM61qsuCZSIHe8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c19d27a414026af3821d40c3250bdce71e99497', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c19ff2315f7720e05b59c41330930214fa6eef4', '93.158.91.239', 1669912153, '__ci_last_regenerate|i:1669912153;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 ('5c1b7d28058dc15da88eb8658c57567e44619a03', '36.99.136.139', 1650686102, '__ci_last_regenerate|i:1650686102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c1c964b2742a6d6b6e4a4c72628d70d891f0159', '52.167.144.98', 1685685190, '__ci_last_regenerate|i:1685685190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c1f25bec12fb82c289bd240cf3a38af153df2b8', '190.56.55.67', 1686182990, '__ci_last_regenerate|i:1686182990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c20c8dddccd99266aee94203f811ade94d091d6', '52.167.144.98', 1686727011, '__ci_last_regenerate|i:1686727011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c222d2bd7f0ad7d6795a0265d73d14a6008e1d9', '200.119.172.60', 1674998835, '__ci_last_regenerate|i:1674998835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674998831;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2300117efca5c7d08ee75401f9d628c7a14857', '190.56.173.169', 1651704917, '__ci_last_regenerate|i:1651704917;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1651251052\";last_ip|s:12:\"190.56.48.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651704772;register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 08:49:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c25a9117c52e1d7d151ebce5eb338eb74964734', '49.37.154.217', 1653290377, '__ci_last_regenerate|i:1653290376;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2750757a85ed2104e984eecf451245b97290b0', '207.46.13.12', 1675572406, '__ci_last_regenerate|i:1675572406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2799b1b96184a5dc6ebffa792fe526536a30b2', '40.77.167.169', 1675584201, '__ci_last_regenerate|i:1675584201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c28449f5844e54689f4c837d737d4baf66f04cf', '114.119.146.120', 1685554548, '__ci_last_regenerate|i:1685554548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2873704a152f4408d3f6f656de5dbb8c6a103e', '190.148.157.183', 1680295538, '__ci_last_regenerate|i:1680295538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680295253;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c28abb84c16c7d8fd25c377c073db206630ef5a', '52.167.144.164', 1686091974, '__ci_last_regenerate|i:1686091974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c28b8c9d19961562995d5903a0b76c709687d82', '200.119.172.126', 1652833399, '__ci_last_regenerate|i:1652833399;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652819643\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652833390;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2a169d9de6e012989acb5fd949e7ebcd189225', '51.222.253.8', 1680061481, '__ci_last_regenerate|i:1680061481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2cc5abbf46f829288db1baa200eb55530cc691', '190.148.252.151', 1671138157, '__ci_last_regenerate|i:1671138157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671138152;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c2f1c83b817c5216d7416d89bd1a99a5a418635', '51.222.253.6', 1656331716, '__ci_last_regenerate|i:1656331716;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 ('5c2f4ac38cd413e73f480aa81ae900f8b6e2cf95', '114.119.156.71', 1688192976, '__ci_last_regenerate|i:1688192976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c31119c833f4a67c6d7a3a5fcf115970f37fbe5', '207.46.13.127', 1657463154, '__ci_last_regenerate|i:1657463154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c319dca0d16e230bc928bff2c7b40f37f676e63', '207.46.13.12', 1675645550, '__ci_last_regenerate|i:1675645550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c33f7066dbf02f78b47ccb2433baa22551935fb', '66.249.79.199', 1684834485, '__ci_last_regenerate|i:1684834485;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 ('5c354532aee12dfcc0882e989d2d4d9e4c9e6712', '114.119.150.196', 1686898444, '__ci_last_regenerate|i:1686898444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c35cf043dd2d76194251796f7725dfae6552937', '52.167.144.164', 1686242765, '__ci_last_regenerate|i:1686242764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c3939203abd03f14dda846be4979eb3c24221ac', '157.55.39.64', 1674114134, '__ci_last_regenerate|i:1674114134;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 ('5c3a6df52df3d135ea72d37ac0f6ed69780de414', '200.119.168.250', 1680646031, '__ci_last_regenerate|i:1680646031;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680645587;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c3b5b4c6b2f1c8be0aae7548f1997e25bbe19e4', '190.148.158.151', 1677001191, '__ci_last_regenerate|i:1677001191;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676999513;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c3e672c52c006d0c6a1c8959b8657d0c0615606', '40.77.167.182', 1683842379, '__ci_last_regenerate|i:1683842379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c3fb61ec8ac44010a98ca79ee16a8f2723d8d49', '114.119.167.129', 1688184595, '__ci_last_regenerate|i:1688184595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c3fc6bfa769931c35fa9361e556b110388468ae', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c400b962a0f9188bb61542bd6ad98c09c360f8a', '114.119.156.21', 1686181071, '__ci_last_regenerate|i:1686181071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4081488124331caec23beed44558fe92056b41', '52.167.144.171', 1684315736, '__ci_last_regenerate|i:1684315736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c409f6b2579218311faf825084af6da4eb722c0', '207.46.13.138', 1674751214, '__ci_last_regenerate|i:1674751214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4106ffbf1fcfdeb85135fdda4d7f34cfe6645c', '190.148.87.182', 1679869136, '__ci_last_regenerate|i:1679869136;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679869106;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4107e15c065a557a7e6582287e0bd34af02f45', '64.225.20.54', 1675413243, '__ci_last_regenerate|i:1675413242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c412cabe9f776f0d8b39a17cf1b9e95177296c9', '207.46.13.53', 1662709402, '__ci_last_regenerate|i:1662709402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c41bcf9227cf1cc74bd96c83de060c28f4353a8', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c43304f44be3bbc82c11a8c817f63ea46fa10a9', '40.77.167.115', 1681594630, '__ci_last_regenerate|i:1681594630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c443a4745e2baa9a13ec372a69e22566ed10dc2', '51.222.253.18', 1654047998, '__ci_last_regenerate|i:1654047998;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 ('5c44a5d1a88b780438958d572ccc6f6105217102', '207.46.13.236', 1654377363, '__ci_last_regenerate|i:1654377363;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 ('5c453f7b58fe552c8d590cbb8782b0aae68ecd51', '52.167.144.98', 1684835841, '__ci_last_regenerate|i:1684835841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c457e1fd7435d88acd5f8b1386266f2fe72c5a5', '178.62.85.196', 1688216144, '__ci_last_regenerate|i:1688216144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c469b6f414abcd18a9f327b3854296a6688006f', '200.119.173.177', 1685237733, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685237733;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685237733;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c498fa8803b544742fb32e4c7a2362e450e5e9e', '54.36.148.17', 1677229585, '__ci_last_regenerate|i:1677229585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4a5e588a697b0a54ff56f9343ed3c584b4a5bf', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4a972416dde4572fd7788f3ddc5522e2f65eb9', '190.148.252.73', 1664830516, '__ci_last_regenerate|i:1664830516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664830508;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4bacf49234009ad8e7d99ecbd6a5d799b965ed', '40.77.167.220', 1677538949, '__ci_last_regenerate|i:1677538949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4cf6254a344e0c8460bd23c77cd77bfcf31051', '200.119.173.78', 1682959405, '__ci_last_regenerate|i:1682959405;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1681856460\";last_ip|s:15:\"190.148.252.102\";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 ('5c4dcc162924ef32accc2fd95b7d7cb0a73daa2d', '114.119.148.120', 1687502131, '__ci_last_regenerate|i:1687502131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4de19235f06e6ed3c902b7a3f0b4ed5930a6d3', '157.55.39.123', 1673095843, '__ci_last_regenerate|i:1673095843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4ea06a2b669f2f994cdbd32667cf0368101e9b', '190.148.157.40', 1669834719, '__ci_last_regenerate|i:1669834719;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669834712;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4eb028bfd49a1f1df59915afb7c8b075085ae2', '157.55.39.123', 1673095843, '__ci_last_regenerate|i:1673095842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4eb524628a08e5a02493203805d1f4358f40dc', '190.56.50.6', 1667573478, '__ci_last_regenerate|i:1667573478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667572751;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4f74e9b2aa1cb0167f34e0ef5692bbcb6e9ebc', '52.167.144.164', 1685377963, '__ci_last_regenerate|i:1685377963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4fcd499035053852308c0f09bd866b77efb83a', '40.77.167.175', 1679928569, '__ci_last_regenerate|i:1679928569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c4fde48c9378afe3db515cee06f6126c1e6946e', '190.148.158.110', 1662051089, '__ci_last_regenerate|i:1662051089;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661989789\";last_ip|s:15:\"190.148.158.110\";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\";user_csrf|s:20:\"BKLjbMiNwl4oagzQRyPn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c5073eba513761a267608591298e54eeb19010a', '207.46.13.82', 1675243503, '__ci_last_regenerate|i:1675243502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c51cbb7ef684b691b4da493772cd54dadffc3d5', '40.77.167.101', 1682459850, '__ci_last_regenerate|i:1682459850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c52bd3de0bda40c618b05d096e9fa9a06bed181', '200.119.170.30', 1660228614, '__ci_last_regenerate|i:1660228614;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660222361\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660228317;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c556f9328517106be609d723f48e51210fafef6', '34.222.27.146', 1661089701, '__ci_last_regenerate|i:1661089701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c565953889a73ee4b898c37542a664dc67359b4', '190.148.157.233', 1655504827, '__ci_last_regenerate|i:1655504827;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655504824;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c57cad9274231ae7a83fee9d0aa85a1cf52bf7c', '51.222.253.11', 1668105201, '__ci_last_regenerate|i:1668105201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c58f51de66e3dabca4e1312059416f7fbc42717', '157.55.39.221', 1660622482, '__ci_last_regenerate|i:1660622482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c5c0b991f7f5b90df04b0c410637d886532068f', '114.119.136.155', 1685939726, '__ci_last_regenerate|i:1685939726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c5eae1b66abec770e7f41e7dccb963c9c1932b0', '54.36.148.21', 1686443018, '__ci_last_regenerate|i:1686443018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c5ef31b6b98cb95d91beb68dbbcb478c8cbff92', '114.119.154.161', 1688081981, '__ci_last_regenerate|i:1688081980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c606fa48eaa4da1bd7c6d8fd97dac470b40f68f', '190.56.173.251', 1651871910, '__ci_last_regenerate|i:1651871910;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651854512\";last_ip|s:15:\"190.148.157.184\";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\";user_csrf|s:20:\"rknYmcx4epdU6KPXNtGz\";last_activity|i:1651871710;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c60f26f986b36448b343d4238cc9240c829e440', '52.167.144.166', 1686923440, '__ci_last_regenerate|i:1686923440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c63e6be39c76cc6ada5f095902562b33038517d', '200.119.172.96', 1675426971, '__ci_last_regenerate|i:1675426971;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675426904;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c65866231bdd48c78864ce5df3909b4670d1ced', '114.119.161.89', 1688247338, '__ci_last_regenerate|i:1688247331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c6b4ffd20123987e7d66d6355b377898be49527', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c6c3c825f1db54a5ff12c56b8cd9e49c33c7d44', '45.63.18.23', 1688456596, '__ci_last_regenerate|i:1688456596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c6e4d37c1ed56f299f9d17c9e582ecec412401a', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c6e52f0fa87f804fba945085233c4c2fbcc2aec', '66.249.65.103', 1651297462, '__ci_last_regenerate|i:1651297462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c71ab027b38d9bf5a87d9f240d44d8a0ff0ff83', '3.21.158.231', 1684627129, '__ci_last_regenerate|i:1684627129;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c73886e12dd47b6870247e633751474ff8daf86', '190.148.158.72', 1669839840, '__ci_last_regenerate|i:1669839840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669839805;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c747cea00cc2fe9ad4c9679ece68ea022914bc7', '200.119.168.250', 1681042975, '__ci_last_regenerate|i:1681042975;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680954199\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681042968;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c773a151a9e60a890718375ca8413f4ac799acb', '190.56.173.213', 1683375216, '__ci_last_regenerate|i:1683375216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683372760;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c77ad209a6fcd71b59316b0dcbf1712134c2e8c', '190.148.158.151', 1676989691, '__ci_last_regenerate|i:1676989691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676989671;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c78551af91f1cbdd4a8e327973f0e65d352a0b0', '190.148.252.88', 1670886110, '__ci_last_regenerate|i:1670886110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670886101;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c7b647d6891d162932b3b00ef7fc6b910ef11e5', '207.46.13.12', 1675308977, '__ci_last_regenerate|i:1675308977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c7d50d4f15ec9e97d22dba1ad0956fe618b0526', '40.77.167.23', 1673955402, '__ci_last_regenerate|i:1673955402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8000802ba35c1356cb65e63350f705cd23b14b', '190.148.252.161', 1669907881, '__ci_last_regenerate|i:1669907881;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669907776;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c819c42a06d164242997842934062fe834be7a3', '190.148.157.194', 1662044338, '__ci_last_regenerate|i:1662044338;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662043192;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8246f89b63167ae272c8d091f8dc49c3f84ef3', '157.55.39.79', 1670669907, '__ci_last_regenerate|i:1670669907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c84e1acc198accb83ee680e308bea791ad20537', '51.222.253.9', 1654511408, '__ci_last_regenerate|i:1654511408;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8a5867d763603f0e96f9d45174f79a3496a8a3', '52.167.144.105', 1677953717, '__ci_last_regenerate|i:1677953717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8b382c379e39466dd2d7e4df4d33147864a8ca', '114.119.157.103', 1688176609, '__ci_last_regenerate|i:1688176609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8b3c9664853dc5bbfbb28acc7f54d9a4f01c0e', '149.57.16.7', 1653807064, '__ci_last_regenerate|i:1653807064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8d758479c43912c078e0dcb6fd59c125d3877e', '138.246.253.24', 1676010408, '__ci_last_regenerate|i:1676010408;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 ('5c8f0f25caaedab7ce3845431e6f09203dd503e7', '190.56.173.152', 1654912211, '__ci_last_regenerate|i:1654912211;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654912203;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8f77de3c81f7cd9241b708b723d6323b6d7168', '190.148.252.88', 1670796069, '__ci_last_regenerate|i:1670796069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670796028;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c8f9a136876a0aa11b62307beea1e08aec7742a', '190.148.157.98', 1679182452, '__ci_last_regenerate|i:1679182452;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679182431;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c900803c129e8676e0d2a4b733472a0587c72d1', '157.55.39.215', 1678434092, '__ci_last_regenerate|i:1678434092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c90bd22a209afdca31129195805e144833c5213', '165.22.68.126', 1688021409, '__ci_last_regenerate|i:1688021409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c916c0a3bb2d299f0d86d070209c6e20ad20882', '190.148.157.53', 1683672088, '__ci_last_regenerate|i:1683672088;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683669419;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c93afb7e4ec97765890f69af972f2dfdae96bb7', '74.208.2.223', 1668050321, '__ci_last_regenerate|i:1668050321;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c953879b65e9545188abfd62db4638cf974623a', '157.55.39.46', 1672844818, '__ci_last_regenerate|i:1672844817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9a31da23a485f31b3cca41dd7ae498564465c7', '207.46.13.16', 1663860193, '__ci_last_regenerate|i:1663860193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9abcfcc52ca66e32364a7a431346a812efb119', '17.121.113.4', 1655042020, '__ci_last_regenerate|i:1655042020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9d8edd36182185aab047e66a36a936f42922dd', '17.121.112.163', 1662946172, '__ci_last_regenerate|i:1662946172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9dfe02c964295d1d2a6a0f9a2d5442bb4d3f63', '114.119.138.111', 1685706945, '__ci_last_regenerate|i:1685706945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9e19af7298eacf61d4e9ff9be73da6363d8f1a', '52.167.144.171', 1685485660, '__ci_last_regenerate|i:1685485660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9f1ee7cf0fb4e3a8cb84c9311a9e1b8677a5ec', '190.56.48.81', 1666049682, '__ci_last_regenerate|i:1666049682;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666047873;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c9f42197f23b7db04854f9d6b81567a8dd3b84c', '190.56.54.129', 1653528632, '__ci_last_regenerate|i:1653528632;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653489551\";last_ip|s:13:\"190.56.32.200\";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 ('5ca0480eba74f0439e0b46eb07d70ae537513fb7', '200.119.173.87', 1663001300, '__ci_last_regenerate|i:1663001300;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca09c2ebe6ca4b0e75c4d72d3cc051ca10d0e56', '190.148.157.53', 1683836560, '__ci_last_regenerate|i:1683836560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683831889;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca29b367ef4cf615d9583b6f164ce938c7f20ee', '40.77.167.161', 1675486910, '__ci_last_regenerate|i:1675486909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca4625af78c6b062d86750b14c25f9de17881ff', '52.167.144.162', 1682547537, '__ci_last_regenerate|i:1682547537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca575bf3a2b4801c2de05f9f8f6778167e104ed', '190.56.49.109', 1666119812, '__ci_last_regenerate|i:1666119812;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666119426;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca621a15733fd031f2a629ce40272dbe449d707', '52.167.144.166', 1686862080, '__ci_last_regenerate|i:1686862080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca6a4728a7c20b72a770f3786c429d7fc0c8f6c', '190.148.252.56', 1663956962, '__ci_last_regenerate|i:1663956962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663956885;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca9429a4c13163eb587fcd4e4c7b691e015e639', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca96eecd2c1b89d2a784e47c4b2293f4b73a275', '17.121.113.212', 1651410912, '__ci_last_regenerate|i:1651410912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5caad5b8b3487fc4e683c7dfeec71611f550217a', '114.119.154.13', 1688178871, '__ci_last_regenerate|i:1688178871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cacc1138f4f7c7754ebe5107878c582bc3e9d1d', '190.148.157.117', 1675604169, '__ci_last_regenerate|i:1675604169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675604143;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cad4f1aea94d47fb1d4a5169b4fa97ddc03a92f', '190.148.87.182', 1679601912, '__ci_last_regenerate|i:1679601912;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679601383;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5caf0578aaa3ca81e92ee0f8381daee476d0b2d8', '200.119.173.130', 1675944985, '__ci_last_regenerate|i:1675944985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675944107;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5caf8fcdb30da307ae6476661252fa379a9a5d59', '207.46.13.53', 1660346848, '__ci_last_regenerate|i:1660346838;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb1a11298811c5f220e2d16fe49afa67ede2ad2', '157.55.39.79', 1670612444, '__ci_last_regenerate|i:1670612444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb2372bf42c51fbb385b9dabaeea457dc5c9079', '190.56.173.175', 1653152693, '__ci_last_regenerate|i:1653152693;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653095491\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653148896;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb3ec78363eadf942dbb550f94922f2f1dc1085', '190.148.87.182', 1679584083, '__ci_last_regenerate|i:1679584083;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679584079;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb6ad3e20838301e4d717f39ccb5bd633159bae', '52.167.144.164', 1685129226, '__ci_last_regenerate|i:1685129225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb6c49f3bddf3aab0c1edae206bd9a3498b9c23', '114.119.158.97', 1685003142, '__ci_last_regenerate|i:1685003141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb7d30d3df6fbe381c5f256bbcc34a10fa817e7', '207.46.13.217', 1681329819, '__ci_last_regenerate|i:1681329819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb9387b103fdca74c361611437b3f7a20a8c8bc', '200.119.174.137', 1654810211, '__ci_last_regenerate|i:1654810211;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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\";last_activity|i:1654809531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb977811426cee44fe8b0cc73d3255a90eefc11', '190.56.32.35', 1672076524, '__ci_last_regenerate|i:1672076524;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672076447;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb9a76afce8c409dd5f14629826b35949ba08b3', '52.167.144.98', 1685951112, '__ci_last_regenerate|i:1685951112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb9e47416c0184bb1a011e2088f3e5aeaff32e3', '207.46.13.6', 1672124263, '__ci_last_regenerate|i:1672124262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cbce2d2493fe97059a588c6a112373c44ce7b40', '200.119.173.177', 1684963325, '__ci_last_regenerate|i:1684963325;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684963305;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cbd147d703a614aa46343d5d48d0200e81b18e2', '185.113.141.65', 1656122730, '__ci_last_regenerate|i:1656122699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cc3dab0cfb46677e4e49b4104220f8fc36859f4', '51.210.182.66', 1650744760, '__ci_last_regenerate|i:1650744760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cc4b6a5455b4133067585fec6df0a62200c4664', '40.77.167.123', 1682681250, '__ci_last_regenerate|i:1682681250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cc57103286c0b6fbf21c1117e9dfc8517d2c40a', '52.26.99.204', 1673530958, '__ci_last_regenerate|i:1673530958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cc6a230ebbc9be4a58bcf66a06d4670cdd82a69', '52.167.144.164', 1685808924, '__ci_last_regenerate|i:1685808924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cc73cf16967c6b1540af5bced09b0c5a87bdb31', '200.119.172.60', 1674689734, '__ci_last_regenerate|i:1674689734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674689727;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cc79db98f86b1351958d6e7357cdb79e3cb436d', '51.222.253.5', 1687499768, '__ci_last_regenerate|i:1687499768;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 ('5cc8fc1afcea03a0af1755e61dc03389aae9de44', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cca2720963393dcc8f594c7efb60dba8d72ec02', '190.148.87.6', 1668348478, '__ci_last_regenerate|i:1668348478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668348316;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ccb4160c36c7518b4b04534e88118998c93d539', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ccbe11d404579c6fddaafe91ba5e7df9ea03ccc', '111.7.100.21', 1650686156, '__ci_last_regenerate|i:1650686156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd1867aabbeafd5ce95673b5217a5d917ac9fe9', '200.119.170.30', 1660594490, '__ci_last_regenerate|i:1660594490;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";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:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"eboldqAY40sxgZz7PtBw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd2703eb82c47e65c5c82937a8204d4fedb59f3', '114.119.149.228', 1685810251, '__ci_last_regenerate|i:1685810241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd68c64d075ad0e0a2f244a537439a9b5ad372d', '51.222.253.20', 1680923032, '__ci_last_regenerate|i:1680923032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd8d67b5dec5203c80e44e40c4430263a0c38a9', '157.55.39.147', 1672010039, '__ci_last_regenerate|i:1672010039;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cda6449971b1cdf29cba1d52d8219d6162f91d8', '151.106.120.184', 1650745811, '__ci_last_regenerate|i:1650745811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cde9d836014cbce64a00a28eff941e388efe285', '200.119.172.60', 1674930436, '__ci_last_regenerate|i:1674930436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674930433;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce12d9828fc7f908067eb1f67519d10db94d193', '40.77.167.79', 1653601180, '__ci_last_regenerate|i:1653601180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce1e021c426e1737ed816c960f39633b4017228', '114.119.146.77', 1686224345, '__ci_last_regenerate|i:1686224345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce76111626d2c9b77e700c560311a2b408ad7fe', '114.119.144.17', 1686888482, '__ci_last_regenerate|i:1686888482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce7b6a7062a04def36228c7280f54c8a9398910', '157.55.39.200', 1664330942, '__ci_last_regenerate|i:1664330942;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 ('5ce80b232f6b1c260a8c18c00af0f762afba9ee3', '207.46.13.6', 1672257758, '__ci_last_regenerate|i:1672257758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce88a3afbf0365bd22fba5d1ab1bb1e7901dc99', '52.167.144.154', 1687701607, '__ci_last_regenerate|i:1687701607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cea97ce0e60088e68f9db9aa9c50fb40833af5b', '157.55.39.51', 1667614072, '__ci_last_regenerate|i:1667614071;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cead43637da7fb4d704dbac8d89d9ca11b0bc08', '200.119.172.95', 1659714685, '__ci_last_regenerate|i:1659714685;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659662119\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659708354;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ceb89482ee4176c676f166cc92684124dd64a76', '192.99.18.122', 1652019448, '__ci_last_regenerate|i:1652019447;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf03f7a080b9ac67448a61d461620dd4af0f51b', '66.249.79.199', 1679300709, '__ci_last_regenerate|i:1679300708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf041ab7ec18d7a209c539059ab48da3ecfd5bf', '190.148.252.111', 1678113364, '__ci_last_regenerate|i:1678113364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678112661;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf2229d8f800433a2ded3edd7247edade07768f', '190.148.158.69', 1685480447, '__ci_last_regenerate|i:1685480447;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685480161;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf2d48edc454a421fc46d43763c81732bf7e75b', '190.148.87.182', 1679875689, '__ci_last_regenerate|i:1679875689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679875489;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf4ec76066955569de3f6162efdbdd87ee5b65c', '190.148.158.175', 1672359723, '__ci_last_regenerate|i:1672359723;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672359674;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf75e310fa898ffc451e91873651c762be38886', '114.119.158.28', 1687575719, '__ci_last_regenerate|i:1687575718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf807d4cbcec4044aa8b07828882f46a1aa0c4e', '157.55.39.217', 1683578911, '__ci_last_regenerate|i:1683578911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cfaacf3b6f71a76a4c46b2fa093a76b19e35c6a', '52.167.144.164', 1685179310, '__ci_last_regenerate|i:1685179310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cfc443b2a3c9376a9bad097aab39e45bb85e0fe', '52.167.144.162', 1682921585, '__ci_last_regenerate|i:1682921585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cfd1e77fefa5dc13f9898f7fe966ab01a5270fd', '40.77.167.182', 1683550856, '__ci_last_regenerate|i:1683550856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cfe8cc08092102fc23196d78bf41e94eba97e19', '54.36.148.183', 1652951298, '__ci_last_regenerate|i:1652951298;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 ('5d02fac4d90490944f9c369a746960ecb90900e0', '190.56.32.35', 1672105505, '__ci_last_regenerate|i:1672105489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672105504;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d035fc2e5356bcbfa6ea61c04ed696ac14055f9', '66.249.65.97', 1677728477, '__ci_last_regenerate|i:1677728477;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0418fdfe8d8fbcf6cbf635d73e788bf59a1fc7', '114.119.130.33', 1687188443, '__ci_last_regenerate|i:1687188443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0556e78fab6a459b60a84e0767eac929173595', '190.56.50.15', 1666987222, '__ci_last_regenerate|i:1666987222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666987180;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d07848250c67b997880fdf49aecedb055384dfd', '51.222.253.2', 1652049081, '__ci_last_regenerate|i:1652049081;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 ('5d07a2e1b83f3b9cf4f991232aca770c8972c234', '51.222.253.11', 1662196096, '__ci_last_regenerate|i:1662196096;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 ('5d0858329aaca2bd3cbee0e561bb01b6ae80e801', '165.22.44.243', 1671902901, '__ci_last_regenerate|i:1671902901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d09f826e48061faf9141ac43e99229a1af3dda4', '114.119.128.126', 1687617986, '__ci_last_regenerate|i:1687617986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0bcea433d34d4a7c55a4488bfd0685861aab80', '200.119.173.78', 1682895771, '__ci_last_regenerate|i:1682895771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682895765;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0da4adff922dddb931396aa1a275ad85495137', '190.148.158.175', 1672607717, '__ci_last_regenerate|i:1672607717;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672607676;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0e02e64876cd0fdb167ce65937f7c02f99034c', '200.119.170.221', 1664397024, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664397024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664391877;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0eb870d4603246de62f9ffd89698cf39a487de', '54.213.232.24', 1654003642, '__ci_last_regenerate|i:1654003642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0f2b50c63d14abfe8825c4e067939169790800', '114.119.154.5', 1688336386, '__ci_last_regenerate|i:1688336386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d103d5dd8a36dc890609e711f174d897f7b2e1b', '40.77.167.56', 1673444163, '__ci_last_regenerate|i:1673444163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1155c0d87613fd8c1e868c2b3b54a7c368e17b', '114.119.159.155', 1685737601, '__ci_last_regenerate|i:1685737601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d12c536a6288ad30cbe4a69a962cceba5a3dae6', '190.148.87.182', 1679671912, '__ci_last_regenerate|i:1679671912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679671701;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d12d2dec3f9c54f6a8b1315f992d0f55c0a8e8a', '40.77.167.13', 1672215475, '__ci_last_regenerate|i:1672215475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d13929209c5d162222c550e791857c9db9e7b36', '190.148.87.96', 1678412031, '__ci_last_regenerate|i:1678412031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678411689;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d14a95e601be460080a09ec9f2b6edc35ee4716', '34.69.40.121', 1653656832, '__ci_last_regenerate|i:1653656832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d150b0d107ed47a3a8f3d7e5efefa7975816a74', '190.56.50.15', 1667000012, '__ci_last_regenerate|i:1667000012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666999998;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d164822cafe350c35aeaf2aeb8c2dd28cea547a', '5.188.62.140', 1653304998, '__ci_last_regenerate|i:1653304998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d17f1bf5696c3e7494d3b7f6bdb4cff1944ab3c', '207.46.13.217', 1681385715, '__ci_last_regenerate|i:1681385715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1a02afd4dfe751cfea6d8d4c65b5f67a3fe814', '190.148.87.96', 1678216013, '__ci_last_regenerate|i:1678216013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678216003;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1b0c7cde68e587615daca5d74a109f4293fc26', '74.208.2.134', 1682136358, '__ci_last_regenerate|i:1682136358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1bcde6fcd5aeb77d583390c247b817646b165b', '114.119.143.158', 1686214162, '__ci_last_regenerate|i:1686214162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1c4197b8e8b1d57ff1d0675f833bab71606b67', '207.46.13.36', 1672822279, '__ci_last_regenerate|i:1672822279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1c82756fc8f159de98c41769266820c73aa66c', '40.77.167.182', 1683265878, '__ci_last_regenerate|i:1683265878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1ceac8d56f199cffec963579ad4c4060a977db', '51.222.253.6', 1656347202, '__ci_last_regenerate|i:1656347202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1d1051561ab9de822c06592350f84acced9f75', '51.222.253.7', 1653656441, '__ci_last_regenerate|i:1653656441;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 ('5d1d4b98158d96c1e5296964613c020fd79b32b6', '54.227.32.154', 1651803488, '__ci_last_regenerate|i:1651803488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1dd4813f2fcbf0f83fdb8254f104591f569dbc', '51.222.253.17', 1680561589, '__ci_last_regenerate|i:1680561589;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 ('5d1dd6a7a00cbddeecf06b28d8f2173e20ca5d87', '200.119.173.96', 1687178773, '__ci_last_regenerate|i:1687178773;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687178488;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1e91645b4d2906b51801f88c40daede5ef5a64', '157.55.39.105', 1676980406, '__ci_last_regenerate|i:1676980406;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d1eafa6efeb11d69fcbf5cebe682b579fb4eaf6', '200.119.168.250', 1680956726, '__ci_last_regenerate|i:1680956726;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680956216;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d20af2c4c3a93299c707dded46bdf320afbb5fd', '190.148.87.182', 1679928283, '__ci_last_regenerate|i:1679928283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679927549;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d21407862aafff1fffb42277a43f1a30240604a', '74.208.2.193', 1668049972, '__ci_last_regenerate|i:1668049972;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 ('5d21520a53b1ed6fbc16cac22e91bc810611fb1d', '17.121.114.7', 1661136709, '__ci_last_regenerate|i:1661136709;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d227a44bda490bbc0f90f56dcaf1f3cd26fd942', '157.55.39.79', 1671364832, '__ci_last_regenerate|i:1671364832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d24855d2693914997465b5be9052168ea45f113', '154.0.165.146', 1659280240, '__ci_last_regenerate|i:1659280240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2820fa66f93c68d9bfb9e8fae95b16ca55523c', '117.187.173.44', 1686907759, '__ci_last_regenerate|i:1686907759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2a9015498a1ecfb5b4e2e8286e0bed6172cf82', '200.119.168.3', 1660920676, '__ci_last_regenerate|i:1660920675;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660913814\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660920676;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2c8368c321cc492ede5d3705ecc343f5f93fcc', '157.55.39.79', 1668631643, '__ci_last_regenerate|i:1668631643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2cc0b55490312f1fc233c000b642839fcf771c', '190.56.32.243', 1684628077, '__ci_last_regenerate|i:1684628077;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684628072;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2d620c194a3a1972b613242275c24022b81047', '114.119.146.107', 1688403392, '__ci_last_regenerate|i:1688403392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2d7a3d208bd6f08378a8b5da75b612baec3f80', '190.56.32.162', 1686255171, '__ci_last_regenerate|i:1686255171;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686255160;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2d94add921fe592378860247582880bb55ba1e', '190.148.252.67', 1688493329, '__ci_last_regenerate|i:1688493329;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688493043;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2e7e376625ba22afa471e0781cf4bed10a4f78', '144.76.67.169', 1669883454, '__ci_last_regenerate|i:1669883454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2ef13a351deb1ab79d5f508b807c0cc27ba5c9', '114.119.139.118', 1688038316, '__ci_last_regenerate|i:1688038316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d33056f2243a8ca30462423623feb1ae4978e36', '54.36.148.23', 1687499763, '__ci_last_regenerate|i:1687499763;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 ('5d33aaaf1fa3c5239c93dd4112dac6e2b01705bc', '17.121.113.229', 1651208781, '__ci_last_regenerate|i:1651208781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d36ef5ed12eb3677a2ba097eb411cdf0f473fa7', '190.148.252.57', 1657906866, '__ci_last_regenerate|i:1657906582;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1657312595\";last_ip|s:15:\"190.148.252.178\";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 ('5d37888e2ec2e40a43ad682f7923e366c8f6164c', '114.119.130.125', 1684314408, '__ci_last_regenerate|i:1684314408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d39da58b8c88d44408c9e541a91c76d08795263', '52.167.144.162', 1682194845, '__ci_last_regenerate|i:1682194845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3a0312ac2b4b70e951a44ea320e2006eefdbff', '114.119.145.150', 1684551363, '__ci_last_regenerate|i:1684551322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3ad51d2d086d408123b897b139729244f274e9', '190.148.252.161', 1670019010, '__ci_last_regenerate|i:1670019010;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670004317\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"FlHTUi5e8jOmWyESZM6B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3bd2c3705d69b10f8c13070bf4063b10125b03', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3e8ad33f88d817af86592f5d6a3f3a599d1f8d', '200.119.173.96', 1687137995, '__ci_last_regenerate|i:1687137995;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687137496;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d3f15ef538d19baecdd5298cd9be113042bed30', '157.55.39.253', 1682161432, '__ci_last_regenerate|i:1682161431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d42922fa20187e9af74a354a99bf78967d29b6a', '190.56.50.253', 1682703540, '__ci_last_regenerate|i:1682703540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682703515;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d42a688d9e50b21c124f1192200394239367593', '50.62.35.246', 1656577157, '__ci_last_regenerate|i:1656577157;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 ('5d44271edf34b7b02f1dcb3cf1d3d35b533c93ef', '17.121.112.44', 1657830707, '__ci_last_regenerate|i:1657830707;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 ('5d44cfd3459702afd3432bc7f5138e5599a0bfd0', '52.167.144.162', 1686135599, '__ci_last_regenerate|i:1686135599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4583d10982eabdd955ca511cb81108b831a930', '157.55.39.118', 1658113502, '__ci_last_regenerate|i:1658113502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d468c6b7880dcfdba4db624c2444be26dd45896', '200.119.172.126', 1652828889, '__ci_last_regenerate|i:1652828889;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652812246\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"yNrObHw8PBzVq0axgiRW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d47d5a9867fe41517dc8ebd4b5ffc3904b809b7', '157.55.39.220', 1677173575, '__ci_last_regenerate|i:1677173575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d47fd3abbe5db4d96849b2d7349990095f0c6ca', '35.222.44.181', 1652701694, '__ci_last_regenerate|i:1652701694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4913b8a9cae82e67f464c91a411e8852471332', '40.77.167.170', 1676490097, '__ci_last_regenerate|i:1676490097;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d49b4a2c997d2995b2ce2c2e8e7604e36cc238b', '52.167.144.31', 1681151159, '__ci_last_regenerate|i:1681151159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4d3f891fc438102cd286e592a3f3d8a92748b1', '17.121.114.98', 1652890383, '__ci_last_regenerate|i:1652890383;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 ('5d4f3a04b81b61e685c19cb39a0665bfec741aeb', '190.148.252.161', 1669901377, '__ci_last_regenerate|i:1669901377;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669900942;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d4fe1f45a5a160ac616ee38fe483c545043962d', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d501f72daea7c9bb8bf9870b1aef0d205562468', '52.167.144.61', 1688180770, '__ci_last_regenerate|i:1688180770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d505f5063c44923da62f08c5f9c2dd850561ea9', '40.77.167.79', 1654762834, '__ci_last_regenerate|i:1654762834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d5082d80c221520b5daab8cc47a997ea1033117', '40.77.167.79', 1653931162, '__ci_last_regenerate|i:1653931151;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d524f213b9e7da271d4eca0128be08fed9a7e6b', '40.77.167.101', 1662442817, '__ci_last_regenerate|i:1662442817;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 ('5d535173e7f558eb397220e4d518643e5bb20948', '5.188.62.21', 1656400263, '__ci_last_regenerate|i:1656400260;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d553cfe4fc2c383ddd88e1cbb54ca83d0fc3aae', '190.56.32.174', 1676857778, '__ci_last_regenerate|i:1676857778;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676857775;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d56d101c1d11a61d7c87da6a6cd942afe3c65e9', '93.158.90.69', 1680576686, '__ci_last_regenerate|i:1680576686;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 ('5d589612b6ad4c8cac5d3ac64deef1fb9b32b2c4', '35.165.215.140', 1659021780, '__ci_last_regenerate|i:1659021780;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('5d5bc041970e3764a3a721db48ec5d925fe4a550', '130.245.169.139', 1657878936, '__ci_last_regenerate|i:1657878935;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d5bea8736a1d7470a802b4093a220e82c698743', '52.167.144.171', 1685817055, '__ci_last_regenerate|i:1685817055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d5f66112bac81dcadd80898c183a74737660318', '17.241.75.17', 1682005103, '__ci_last_regenerate|i:1682005103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d60c78a7d0966a6839d1a292d92314488204051', '190.148.252.161', 1669857114, '__ci_last_regenerate|i:1669857114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669857110;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6115d52122994949092a26275d874e87b0c64b', '52.167.144.98', 1686373276, '__ci_last_regenerate|i:1686373276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d62159f871dd163b5a9f86a03314c8414f51f28', '200.119.174.132', 1663784909, '__ci_last_regenerate|i:1663784909;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663781199\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"aQ7gUfBrPwyFRTL1iSbY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d64f1a03faed61c62c07f31593262a31ca33d87', '207.46.13.127', 1657869948, '__ci_last_regenerate|i:1657869938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d65dbae26075547f60da8934db0cae008ff634c', '52.167.144.43', 1683660786, '__ci_last_regenerate|i:1683660786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d66c6b0b6a48c7c479ea7bfc95b855ae79bc594', '5.188.62.21', 1653453963, '__ci_last_regenerate|i:1653453963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d69a97bee95b7cc9dcf4bf07f2bc0eebb0b910f', '128.199.204.109', 1651689188, '__ci_last_regenerate|i:1651689183;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 ('5d69c9714198caec01d42b84b26715a2277e9d27', '35.86.76.208', 1671889748, '__ci_last_regenerate|i:1671889748;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 ('5d6a50a26305573d47c29fb04dd94bcc5f21fc81', '190.56.54.156', 1665094044, '__ci_last_regenerate|i:1665094044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665094039;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6b01a5b033578086d083ae8b4c3f6daf94a38f', '34.132.163.13', 1655243560, '__ci_last_regenerate|i:1655243558;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6d8b97b52f12910fc3d9e32c7a2b46886630ce', '157.55.39.216', 1676435817, '__ci_last_regenerate|i:1676435817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6dcca26b5cdf0a754250b508856a92600e20ac', '190.148.158.151', 1677025608, '__ci_last_regenerate|i:1677025608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677025566;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6ecb3c41f2fe313e0a2cedc8b6c3c6583fee0a', '190.148.87.51', 1676298629, '__ci_last_regenerate|i:1676298629;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676298619;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d6f604733ce2ed1a47a5386091e0d332926f93a', '54.36.148.217', 1650934774, '__ci_last_regenerate|i:1650934774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d716b7a05cb4f90b795e13fef34bd8dd967a34d', '114.119.130.210', 1686885432, '__ci_last_regenerate|i:1686885432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d721d2a3e15d6ed15d089776a2a4ade61dc3cb1', '207.46.13.41', 1665115704, '__ci_last_regenerate|i:1665115703;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d72321ef5e9aa1c8208f44923b76f87ef8436af', '107.173.112.124', 1657218733, '__ci_last_regenerate|i:1657218730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d72a09221617d9a04b1b723ac335555f8c2ba3a', '200.119.173.130', 1675893716, '__ci_last_regenerate|i:1675893716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675893705;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d73406334f6a00df41d69b9de570eccf09a6bb5', '34.133.237.119', 1657040070, '__ci_last_regenerate|i:1657040069;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d740ffe0e5402918608cc8ee029640e82f080a3', '17.121.112.52', 1656696093, '__ci_last_regenerate|i:1656696093;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 ('5d76e50cf58f7acec4ef38fdbb893ce1e0409200', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7793efd715c8f549efbf769d03f11799eb7ddf', '157.55.39.217', 1683320687, '__ci_last_regenerate|i:1683320687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d78a60fa133217010a871f387371de4ff1706fa', '89.248.168.222', 1651084841, '__ci_last_regenerate|i:1651084841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d78d8b952a9a620d8535556ea34dd2b2dc05ecb', '5.188.62.21', 1659472038, '__ci_last_regenerate|i:1659472038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7a95728c3eb3dc8c7374eb2479a40929464273', '190.148.157.88', 1668536172, '__ci_last_regenerate|i:1668536172;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668536170;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7b70f47def452b4069e431f78e40cb8cf15e86', '161.35.23.44', 1687274464, '__ci_last_regenerate|i:1687274464;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7b79a8ec3adcf3b2bbc21578ac8475b69f1480', '157.55.39.20', 1673707200, '__ci_last_regenerate|i:1673707200;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7c331dbfd0f30c02263b322c0950453b1ff0a4', '175.196.127.111', 1650791341, '__ci_last_regenerate|i:1650791341;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7c41a4e74855d91ba6fb506c1235c20d5b22bf', '114.119.136.141', 1685254210, '__ci_last_regenerate|i:1685254210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7d4e99568e41eee97f6cb6dd3bda4d31b172ab', '52.167.144.164', 1686576225, '__ci_last_regenerate|i:1686576225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d7da68890fba4374075952f83b3d96b65e0d530', '190.56.173.251', 1651943017, '__ci_last_regenerate|i:1651943017;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('5d7e1233aff8c2ce15de4eb1160fb40f1187f6d4', '17.121.113.247', 1659996266, '__ci_last_regenerate|i:1659996266;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 ('5d801916994a6e1ffd3b8a49a0d02381ca2cf24b', '52.167.144.171', 1684357376, '__ci_last_regenerate|i:1684357376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d838a4551b3bfa534c5ea97edf8de504f4d51f3', '52.167.144.69', 1675780373, '__ci_last_regenerate|i:1675780373;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d8563c0562a5ea9ff75bc5a166f9620a3ec6f4a', '66.249.79.194', 1688555991, '__ci_last_regenerate|i:1688555991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d858d66710d342d93720ee7aad105c23c2526d2', '200.119.173.133', 1660914499, '__ci_last_regenerate|i:1660914499;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660914386;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d8bd2032c8783f716ef621acee2e67420c46a85', '40.77.167.166', 1676187505, '__ci_last_regenerate|i:1676187505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d8cac81a609c23143bc18924f9ee8c15756e2ea', '51.222.253.20', 1686642335, '__ci_last_regenerate|i:1686642335;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 ('5d8d202dca171ac1b36ff47668956e7e96782af8', '190.56.50.253', 1682467603, '__ci_last_regenerate|i:1682467603;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682467599;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d8fb401f7c7779235ec56565547d3e4fa8fecf3', '190.148.157.53', 1683657426, '__ci_last_regenerate|i:1683657426;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"xQmpHJ9l2dftijTGnYZ6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d90696c0c55b6e44bac45149260754c6df135cf', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d93fec98729013defe4e4abfb768db417836c07', '34.123.114.161', 1665053228, '__ci_last_regenerate|i:1665053228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d974a4bfdb7d3860330424a838f1de92c6de94e', '74.208.2.134', 1682135980, '__ci_last_regenerate|i:1682135980;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d9b22be45c86879e8fbe409674e84973165f7fc', '52.167.144.73', 1679758718, '__ci_last_regenerate|i:1679758718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d9e57526ae53ca8d1dfa7af5405ecf748b3987a', '51.222.253.2', 1684482574, '__ci_last_regenerate|i:1684482574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d9e5ab71f4a4095ad0e52a65af4c892fa414ec2', '207.46.13.221', 1687073619, '__ci_last_regenerate|i:1687073619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d9e5ab8ce05b00e3534874e9a0be18d7d4a221f', '157.55.39.253', 1682683153, '__ci_last_regenerate|i:1682683153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da3bce69906e51f992bca8277489de4462d12a9', '190.122.185.252', 1678833627, '__ci_last_regenerate|i:1678833627;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1669938144\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('5da3c0b55cac84f467baf265535fde63ae4b3885', '40.77.167.169', 1675772865, '__ci_last_regenerate|i:1675772865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da4b0aa5785018501cd89cb72a450ca474d9e09', '190.56.49.206', 1655476296, '__ci_last_regenerate|i:1655476295;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655422146\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655476296;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da52915f4fdf1619b852d724c61a6266c2252bb', '51.222.253.19', 1659713333, '__ci_last_regenerate|i:1659713333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da78651c41f67426f118d46a69a8a7627cecc9a', '40.77.167.241', 1686973995, '__ci_last_regenerate|i:1686973995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da8c5585b57cccc213c132695a7fd192edec47d', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dad135625e831c5a8381e8ee370c941cafcc0fb', '35.222.8.110', 1652005095, '__ci_last_regenerate|i:1652005095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dad1535a9d796920f0b704d220e12c3ed4f4ca0', '52.167.144.171', 1684776268, '__ci_last_regenerate|i:1684776268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dad69c9256b310a0dbf17209d2e4aeaef56d4a2', '190.148.252.111', 1678062604, '__ci_last_regenerate|i:1678062604;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678062601;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dae674cedcef4d546a436903615038f743ab104', '93.158.90.163', 1673525318, '__ci_last_regenerate|i:1673525318;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 ('5daf607a3fdf1a9d3c0976b91b6080d9230c89f6', '207.46.13.210', 1677249278, '__ci_last_regenerate|i:1677249278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db0101831bc7a5aa9852ff995a0d0ed44131f82', '35.93.76.185', 1681564785, '__ci_last_regenerate|i:1681564785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db0cef039fd99c83ca6b79ddc166a2006b91872', '180.70.253.165', 1650873748, '__ci_last_regenerate|i:1650873748;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 ('5db1e7098beb980057b7a4d775506c85f2a3f460', '190.148.252.151', 1671318440, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671318440;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671318349;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db23ebf23e679cf20a329af401f643523878e60', '190.148.158.151', 1677498439, '__ci_last_regenerate|i:1677498439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677498432;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db3fc68d4858868bab3deb6d38be39b62fa1fe0', '114.119.132.228', 1688270971, '__ci_last_regenerate|i:1688270971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db4f33be0a37778e5c76aa9ff26650ccfc2868d', '40.77.167.133', 1684132452, '__ci_last_regenerate|i:1684132452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db622efd15212ba8c0111f649a9aac29122bd54', '36.99.136.130', 1650686117, '__ci_last_regenerate|i:1650686117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db8c44fa0663982d5db11d9deee90843a1a28c3', '51.222.253.17', 1674259264, '__ci_last_regenerate|i:1674259264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dba670c7048011631aba7d0451f7738eeb6f3de', '17.121.112.229', 1650889515, '__ci_last_regenerate|i:1650889515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbb01dde2a9c5f4fd4d2f5d3474d235edba32ff', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbb437dbd02b007326e0403f8dc90ef9625dad1', '17.121.112.84', 1655148435, '__ci_last_regenerate|i:1655148435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbbadfb9583604b635a58dec8e9387f7bbf1ff4', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbd80ccff9584ed1131cece3846eaacd6b6e088', '40.77.167.175', 1680322590, '__ci_last_regenerate|i:1680322590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbdabac8958ae0fd05e1050a3c271aab472b89b', '114.119.139.48', 1687628867, '__ci_last_regenerate|i:1687628867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbf5e91f92a622185798d8f39e33652140ef4f4', '190.56.173.213', 1683569663, '__ci_last_regenerate|i:1683569663;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dbfda396868675858acbaf11d0eec25a49b00f4', '36.99.136.139', 1650976209, '__ci_last_regenerate|i:1650976203;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc1f58cf2b101e13960f70b2b7e5ef7f2114271', '190.56.32.174', 1676657774, '__ci_last_regenerate|i:1676657774;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676657733;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc28dd8005943e550d926d0dcad38ab07c48d1d', '190.148.252.112', 1667785656, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667785574;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667785656;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc2da7f78b3169760e8ee16644ba22fd21f2318', '52.167.144.171', 1685443544, '__ci_last_regenerate|i:1685443544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc3c8d3fb34d7f45a1fcb4f7d2ba7fcaeb8214e', '52.167.144.164', 1686069789, '__ci_last_regenerate|i:1686069788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc4efe54400f468be509b01b3d63885ec1c5f7e', '40.77.167.102', 1670932733, '__ci_last_regenerate|i:1670932733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc504639a513ef021d40109cf53d76e71d13fcd', '40.77.167.91', 1686993584, '__ci_last_regenerate|i:1686993583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc5e01c95be60e8ebb5c09c3da02e903061d006', '114.119.142.132', 1688516156, '__ci_last_regenerate|i:1688516156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc637ad4dc368bddca0fd22eb408b8769bb4262', '52.167.144.164', 1685077839, '__ci_last_regenerate|i:1685077839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc7240ef1fc6afd98ca38b02b27b4c416ea93fd', '200.119.175.15', 1658409912, '__ci_last_regenerate|i:1658409626;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658365936\";last_ip|s:13:\"200.119.170.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658409911;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc72b4ca0f9d068d72ecb45d533d10ecc8760b7', '200.119.173.130', 1676153654, '__ci_last_regenerate|i:1676153654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676153649;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc814b06adf06ddafa132aac474f8ae5fa52e86', '17.121.112.1', 1657919008, '__ci_last_regenerate|i:1657919008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc96950a9e4935002230ac5e19a051d0fc654db', '114.119.129.36', 1687720235, '__ci_last_regenerate|i:1687720235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dcaf8e9e3d417f3e278977eed075c9aba47b523', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('5dcafbd28ed39c698edb1dae86d5c4dd7d6031d7', '5.188.62.26', 1654942285, '__ci_last_regenerate|i:1654942281;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dcb8ba81729c6f68be711cfcaa18c7a94ee72c8', '157.55.39.79', 1671234169, '__ci_last_regenerate|i:1671234169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dcbcf1617ea6a5443264d753a9c9381b4766f22', '40.77.167.166', 1676296866, '__ci_last_regenerate|i:1676296866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dcd1c49ee96648ce7df34b29b346b60e27056df', '190.148.252.161', 1669913800, '__ci_last_regenerate|i:1669913800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669913793;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dce02204ec871a0c31edba4098102a73296f959', '66.249.65.161', 1670968475, '__ci_last_regenerate|i:1670968475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dce5ee8e0174f4328eb49795dacbffdbe0c85bf', '114.119.157.111', 1688093243, '__ci_last_regenerate|i:1688093243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd18200e4d038eba5fc60050f87d5d672d10076', '190.148.157.83', 1687697407, '__ci_last_regenerate|i:1687697407;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687696890;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd1fbff0ffbf48eb42d1df0b4f9ada70b48f3c9', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd32238ddbb296af369aa24d6e958eaeafa4cea', '116.96.28.99', 1678983082, '__ci_last_regenerate|i:1678983082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd34bb91570973d739534c23626ac27c86119d4', '51.222.253.16', 1652484149, '__ci_last_regenerate|i:1652484149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd39cbf79a42abd23d05f11fd56bc688eeeaa68', '51.68.136.107', 1666164789, '__ci_last_regenerate|i:1666164789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd4835008306fb62d0f39d2410f667f19e31d99', '52.167.144.98', 1685760626, '__ci_last_regenerate|i:1685760626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd4883a7ddab9bdb83550476050a87af6e44b6d', '114.119.137.82', 1685104209, '__ci_last_regenerate|i:1685104209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd7c6811e6fc2b91c236206c0776390e0ebb5ea', '114.119.136.208', 1687973648, '__ci_last_regenerate|i:1687973648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dd833b6ae1fbe98195b75cd4053b43c8c1bff20', '40.77.167.156', 1678711529, '__ci_last_regenerate|i:1678711528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dda176bb34043c9e5c18f0db9b89814ba53336f', '200.119.174.9', 1674307473, '__ci_last_regenerate|i:1674307473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674306934;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ddb4111669ba65dcb5885b60597e01c8ce59a18', '20.213.112.13', 1651109256, '__ci_last_regenerate|i:1651109252;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 ('5ddc49a8f0d077bd1baaea475bf1e9309e80be36', '40.77.167.101', 1681466558, '__ci_last_regenerate|i:1681466558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ddc7f1986b815018bb5fd016e56036307b02202', '208.91.69.20', 1679303896, '__ci_last_regenerate|i:1679303895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ddd7fc82791f106a8a132f2576128ac4878082a', '114.119.152.97', 1687722590, '__ci_last_regenerate|i:1687722590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dddab9f9a05b3aa1e340dc30464b880db879a01', '51.222.253.10', 1664840470, '__ci_last_regenerate|i:1664840470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ddf5dc78a405cef9cfb70e88fa9d424c3862c50', '190.56.32.35', 1672083145, '__ci_last_regenerate|i:1672083145;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672083110;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ddf6a313819d42e35b8e4214933cea748ce89ef', '40.77.167.49', 1666751511, '__ci_last_regenerate|i:1666751511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de09a048a2e87ac4de81da42159aa88d7462dd9', '114.119.159.246', 1686122114, '__ci_last_regenerate|i:1686122114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de1480e091e412801a3f69cea2d58dc80282640', '190.104.119.122', 1650735922, '__ci_last_regenerate|i:1650735922;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650733918\";last_ip|s:15:\"190.104.119.122\";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\";last_activity|i:1650734580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de17b7f64c4c84f6a43e36e138487f0b86893cc', '52.167.144.164', 1686443335, '__ci_last_regenerate|i:1686443335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de25f8e09c48a0683baab41cd8bc4f5e401ca87', '45.63.18.23', 1688468179, '__ci_last_regenerate|i:1688468179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de3fa3759feb8e1e53dde447d7291f0165e7c57', '114.119.146.158', 1684974735, '__ci_last_regenerate|i:1684974716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de5b240d09ee2fc1af6f67724bd6f3efad8218d', '200.119.174.9', 1674506974, '__ci_last_regenerate|i:1674506974;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674506915;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de5cf19ef502ce7468137b6f14a007ab95bd409', '51.222.253.14', 1678892161, '__ci_last_regenerate|i:1678892161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de6759288a2c744c8de34ee9e71143edf8639f2', '190.148.252.161', 1670019909, '__ci_last_regenerate|i:1670019841;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670004317\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"2AO4tG8E7NuayU3vQhSM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de8e6f21c0b2336e5cbe411b0e773cafee718c4', '5.188.62.140', 1656425690, '__ci_last_regenerate|i:1656425687;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de951ac5d6ff1f220da25e2b71e9aced542ab70', '157.55.39.79', 1670227755, '__ci_last_regenerate|i:1670227755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5de979c8375719862820bf547c04714353f9a6ca', '157.55.39.128', 1673959296, '__ci_last_regenerate|i:1673959296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5decd7f9f7fcf2d960c32ab91932687816da9505', '114.119.137.142', 1684348048, '__ci_last_regenerate|i:1684348048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dececa2313e109c973ebc58165542eff84c0b0c', '190.56.32.243', 1684707977, '__ci_last_regenerate|i:1684707977;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684707760;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dee12f5d9933e72140007ff518c23cd3a4ec858', '52.167.144.98', 1684394803, '__ci_last_regenerate|i:1684394803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5def265877759452d4abf51922e77b05430abc10', '146.59.157.229', 1650749478, '__ci_last_regenerate|i:1650749477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df144f0b62f506f411a0e31872788478c2f3fb2', '190.56.54.129', 1653424587, '__ci_last_regenerate|i:1653424587;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"pvjt95gelN4Mci0CxYRk\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df230fd99fc0da8e2c1d82c280bd5c929f50180', '114.119.149.137', 1688005982, '__ci_last_regenerate|i:1688005982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df38aee6f43d46bc942557e7f08b2a7b80bbf13', '114.119.137.8', 1683444580, '__ci_last_regenerate|i:1683444580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df3a3c1e29a0fc7c23d9c68986667fe6b0b5a4b', '51.222.253.4', 1680613561, '__ci_last_regenerate|i:1680613561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df5550ab76d7b5730ac990f0c1f4dd12278b625', '157.55.39.54', 1658544503, '__ci_last_regenerate|i:1658544503;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 ('5df79e1f5277dfd59fff208048a6cb7d4ea081ac', '114.119.159.86', 1687712881, '__ci_last_regenerate|i:1687712881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df84a5ad1e1678ae32279a25b407e7d935dfb27', '35.225.189.16', 1665004610, '__ci_last_regenerate|i:1665004610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df84c64bb79e1d6185062ee996b39fc0011fbab', '190.56.55.48', 1687440530, '__ci_last_regenerate|i:1687440530;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687440523;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df9756ffda894cc48993bf5ecbea4e1ad0ac4b9', '54.36.148.102', 1651701092, '__ci_last_regenerate|i:1651701092;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 ('5dfd38b61aa9ec723e530d8f8f48b6d76b551e51', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dfd711adabedd1cc0d8c9678498c62dbdc32cb8', '52.167.144.164', 1685707949, '__ci_last_regenerate|i:1685707949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dfd716bcdc4db0b7b57065637daa693fb096ba3', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dfd7d802171d628e660cf07649c42cfbe54a7eb', '114.119.132.59', 1688375172, '__ci_last_regenerate|i:1688375172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dff2a569ae2a71e904ef0c1465bcde18769a382', '157.55.39.51', 1669730294, '__ci_last_regenerate|i:1669730294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e01d3beccb688522143d08e6080e7fd7e6ddb5a', '114.119.134.220', 1685658354, '__ci_last_regenerate|i:1685658354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e01e92294b26c6b676dded3492c18b1082edad2', '52.167.144.98', 1685931798, '__ci_last_regenerate|i:1685931798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e03509e2e04ce42f8c8ce6d3ec52e417c7f78c1', '207.46.13.160', 1664244330, '__ci_last_regenerate|i:1664244329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e03b94c18397eae74798136c2a08c2d76f9c453', '66.249.77.33', 1675021954, '__ci_last_regenerate|i:1675021953;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e03d23a3d26c2bf509cc93a17a7bc08458f99dc', '54.36.149.18', 1675475465, '__ci_last_regenerate|i:1675475465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e064bbc39d00cef70ebf1b2e4ffdf43294487df', '121.4.238.122', 1659478134, '__ci_last_regenerate|i:1659478134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e069c74b55b1e988547471b86648facc04fde9a', '114.119.146.120', 1687555720, '__ci_last_regenerate|i:1687555720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e0c5c066a8beb8f0daa9e873310b66017990382', '157.55.39.51', 1668651956, '__ci_last_regenerate|i:1668651956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e0c8d6f9568323aff81cb5b68d4a452423bb02f', '40.77.167.182', 1683265507, '__ci_last_regenerate|i:1683265507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e0fcbea1f5d4c867afb0dab317bb8582a02139c', '190.148.158.69', 1685834022, '__ci_last_regenerate|i:1685834022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685834012;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e0fd07ce7988e1d42e605cf6f8bdada77d0fc2c', '40.77.167.227', 1682224717, '__ci_last_regenerate|i:1682224717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1022751ec4caf55d6821583157eb369673d7ef', '51.222.253.16', 1659279320, '__ci_last_regenerate|i:1659279320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e117a7fda47d42b188fe5a7889193b553c91c32', '200.119.173.177', 1685020314, '__ci_last_regenerate|i:1685020314;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685019003;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e13d7f4e6d655009b2d29ef3b33d38919b0f2ae', '52.167.144.162', 1686467779, '__ci_last_regenerate|i:1686467779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e14bfad4119afd22610f4d6089e210b39ddc14f', '52.167.144.171', 1684931994, '__ci_last_regenerate|i:1684931994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e15eb5379480c02f06dc6cfd4697382c2a852c3', '114.119.134.220', 1687892948, '__ci_last_regenerate|i:1687892948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e16129f8f14c1b50df3457422a15c4416e4c42b', '51.222.253.4', 1653506721, '__ci_last_regenerate|i:1653506721;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 ('5e1d2f4f436b9b36e965fd84a7064ffd1c6ea444', '52.167.144.164', 1679742804, '__ci_last_regenerate|i:1679742804;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1e7255ad988bc0cf30f387b89a1e8a11357a9c', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1ecd9c5a69b3d3fb03c37d862e1ebf7d067848', '114.119.130.14', 1686579250, '__ci_last_regenerate|i:1686579250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1f3ae45c666d4e002b1c14d0ac01136a36885c', '52.167.144.105', 1677962937, '__ci_last_regenerate|i:1677962937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1fbcc2c292e0c770d2ebddead60b48f2116647', '52.167.144.73', 1679463827, '__ci_last_regenerate|i:1679463827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e205a7a8904989fc898a69fabc4664cedc3e9d2', '54.36.148.166', 1668161462, '__ci_last_regenerate|i:1668161462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e216a97f6d117f741bcef3c7ece988d700c45fa', '178.208.160.86', 1683876290, '__ci_last_regenerate|i:1683876290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2193a170f2687f81443a0ea44f35ffb157cf34', '52.167.144.37', 1677647293, '__ci_last_regenerate|i:1677647293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e226131aad540a7f4a67c75f233844723d0b9c8', '157.55.39.171', 1675150301, '__ci_last_regenerate|i:1675150301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2534137a9d2bc7d0bc1e3baf76b4b99dc1d52d', '52.167.144.171', 1685018113, '__ci_last_regenerate|i:1685018113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e271f2c61629966935396506da3dc41babfab8f', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e27a8fba08a48943086bad3eaccc89f1bc816dd', '190.148.157.183', 1680399673, '__ci_last_regenerate|i:1680399672;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680399672;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e28feb1eb468e29328ba56829c5b9401f69ab59', '52.167.144.23', 1686859452, '__ci_last_regenerate|i:1686859451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2b0b88fcc9a6540cd65a0c1338cb3e2913c9e6', '40.77.167.13', 1674584565, '__ci_last_regenerate|i:1674584565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2b87fe4dfc018c6264fe434a089ef3e121f0ab', '69.160.160.59', 1667400624, '__ci_last_regenerate|i:1667400624;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2c36495560097119b9680393ae4f2692d9be9c', '49.12.224.61', 1679236945, '__ci_last_regenerate|i:1679236940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e2ddcd428978fac47821537aaa085a8799c7d18', '190.56.32.174', 1676502388, '__ci_last_regenerate|i:1676502388;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676502353;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3499d984b15cf7601be363ccf9deb6cafba750', '40.77.167.202', 1687707359, '__ci_last_regenerate|i:1687707359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e34c7a95b6d60415d169bc147a0bb9016405ef7', '51.222.253.6', 1670292121, '__ci_last_regenerate|i:1670292121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e34db1b50f794130c1a3a71c9de3d3e6e0cbb0d', '192.71.3.26', 1650734903, '__ci_last_regenerate|i:1650734903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3abe3b4a611ef496f85154d3311e9cd23fd1a0', '157.55.39.65', 1661986859, '__ci_last_regenerate|i:1661986859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3b9f42b12aeacc5752f196885c86f121183943', '190.148.157.183', 1680189968, '__ci_last_regenerate|i:1680189968;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188482\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"rBTD7yNsemIXg50ZV2PY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3bf4e71a9002df66f8479208f690ccf75d3461', '190.148.252.96', 1673214140, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673214140;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673213344;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3e2403f543b07fbac1ebf3beeee5b1baccbd6e', '17.121.113.131', 1660190050, '__ci_last_regenerate|i:1660190050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3ee2b58d13ddf34c60e80d7808563549dc69f7', '190.56.173.175', 1653099238, '__ci_last_regenerate|i:1653099238;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653099233;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3fa525cb8b2d33f295353d5d4c60bdc38f10ee', '190.148.157.80', 1669331149, '__ci_last_regenerate|i:1669331149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669331132;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e43cdf569676b37d0987bac133153eb9dc0f9a7', '114.119.129.97', 1687549478, '__ci_last_regenerate|i:1687549478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e43db544eda0bff41c0cc09b9f460913a76e1a7', '149.56.160.175', 1656119780, '__ci_last_regenerate|i:1656119780;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 ('5e480abd9d17c16a840c93f6e95c8597d591746f', '40.77.167.104', 1670214502, '__ci_last_regenerate|i:1670214502;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 ('5e4a2151cb362f1b050086887c63751f1ecf28a7', '40.77.167.123', 1683748363, '__ci_last_regenerate|i:1683748363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4cb0f03875b35b3004fa5e6fb2bcee0dd3ba72', '52.167.144.166', 1686880664, '__ci_last_regenerate|i:1686880664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4d808eebe4e08c7fc3cd72b641d58f55e6b3e9', '190.148.158.151', 1677191616, '__ci_last_regenerate|i:1677191616;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677188021;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4e8a4dd4df38f3d905b9973c652febcda028bf', '66.249.65.103', 1677835886, '__ci_last_regenerate|i:1677835886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4ed6371022bc8863e2a69390f9d52ba27bd915', '51.222.253.7', 1679501658, '__ci_last_regenerate|i:1679501657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4f783ef90b2b76d79f5ff81d6722253d2f22a5', '114.119.129.184', 1687850692, '__ci_last_regenerate|i:1687850692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4fbe33fead6c0c6d3341fd879128e113d52963', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e501b6013ff89723f3259ac75c246bacd7d9646', '3.17.140.79', 1667896426, '__ci_last_regenerate|i:1667896426;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e515bd08308d317b9e610650302c4e1a6badd5a', '190.148.87.6', 1668278960, '__ci_last_regenerate|i:1668278960;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"mfIqMjx2UeHOvoic9TSY\";last_activity|i:1668278951;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e5303ce75a9aa3fc0d71c277079ba64eed2370d', '52.167.144.89', 1679396424, '__ci_last_regenerate|i:1679396423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e549fe97478938c7122f8d46b67d17b400df013', '190.56.50.15', 1667094856, '__ci_last_regenerate|i:1667094856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667094851;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e54aa047b43aeb9ffaa808735df9552bb216a1f', '52.36.67.109', 1678627076, '__ci_last_regenerate|i:1678627076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e56fbdb6992b914c810218ecd761554f399e07b', '190.56.55.48', 1687380316, '__ci_last_regenerate|i:1687380316;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687380307;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e58d4242dcab4010723d99b08981c709b18fd45', '190.56.50.15', 1666983185, '__ci_last_regenerate|i:1666983185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666983081;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e59a5b8543dd7b050f9284a13447fdf1ff1cfe5', '66.249.79.199', 1681963810, '__ci_last_regenerate|i:1681963810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e5b50f20c2c87ee97cda8d5b9c0b14d8ada5e1b', '40.77.167.101', 1682459850, '__ci_last_regenerate|i:1682459850;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 ('5e5ca16ed477404e142fede902427232f39ef98a', '190.148.252.183', 1681736463, '__ci_last_regenerate|i:1681736463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681736457;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e5e773f6fcd479bc7d52b01c2dfb1e0c7107b84', '52.167.144.164', 1685629951, '__ci_last_regenerate|i:1685629951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e5f2b920aa331cf93d7413451aa784cdbc246d6', '114.119.137.8', 1688271291, '__ci_last_regenerate|i:1688271291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e60ea1b06486f17bbd20bf7b4aba1bebb0067cc', '190.56.32.243', 1684713323, '__ci_last_regenerate|i:1684713323;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684713312;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e64697e6f6b611430004e8f2543e371907f6ea8', '52.167.144.162', 1686400792, '__ci_last_regenerate|i:1686400792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e65c766cee1ee5820d67601610cbb5a97605c82', '137.226.113.44', 1651715968, '__ci_last_regenerate|i:1651715968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e65f7efa90c344a079c2fd16c042000c0a6e781', '54.203.19.188', 1679924125, '__ci_last_regenerate|i:1679924125;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 ('5e67a73d5c85edfe46a49585eca7cc0c6e4adb48', '190.56.54.201', 1681771904, '__ci_last_regenerate|i:1681771902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e6876be1c1d6ab53d01a0a58dc715f341bc8519', '207.46.13.154', 1671226839, '__ci_last_regenerate|i:1671226839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e69f92bb0bfe9d34521ba97ac90520f6b8c8ed2', '114.119.128.233', 1685734122, '__ci_last_regenerate|i:1685734122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e6d44b0dbe539ff2a7d889761d2eed53b4f0e57', '149.57.16.7', 1653807002, '__ci_last_regenerate|i:1653807002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e707a59533211a54d6c3b7fa834067ea82a91ed', '114.119.143.11', 1688393948, '__ci_last_regenerate|i:1688393948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e70fe09fa62662c178a7ce53b810859b34d229b', '52.167.144.69', 1675896183, '__ci_last_regenerate|i:1675896183;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e710cebedff4055be92eb0bc4f1ca08fae8f749', '181.174.89.46', 1650669987, '__ci_last_regenerate|i:1650669987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e7814aa9546b16ea6c0510748e4aa5bee0a8c23', '72.13.62.43', 1681608771, '__ci_last_regenerate|i:1681608769;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e7ba141971dfc522524229eb91592f64d0268bf', '54.36.148.152', 1672281045, '__ci_last_regenerate|i:1672281045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e7d5c5161d83bdbcbcbfed62a3a193cf4b096c8', '114.119.130.13', 1686811002, '__ci_last_regenerate|i:1686811002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e7e1fd7b6f0f9fb902afc2046bec7d332c9e4ce', '190.148.158.69', 1685885100, '__ci_last_regenerate|i:1685885100;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685885097;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e7ea5829bc63a784b51a9c6db64ce699a7b7e54', '192.36.109.94', 1686587403, '__ci_last_regenerate|i:1686587403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e82dff0721c6b651d1eddad58dda1c06c1e42b9', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e832b498d216d43e08998b9ab4efb57a78658ea', '54.184.225.94', 1671284200, '__ci_last_regenerate|i:1671284200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8740e2854426270ad22bf158c9b3e6ac4d8888', '54.36.148.132', 1678702549, '__ci_last_regenerate|i:1678702549;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 ('5e889337564155f22374547ecfed3be4f950d1cc', '139.59.117.147', 1651022632, '__ci_last_regenerate|i:1651022628;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 ('5e89734c0189f0addfc65ab16174b84e97be1aa4', '51.222.253.5', 1675006116, '__ci_last_regenerate|i:1675006116;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 ('5e89ab2f0048103f7abc76b5e7a455846ca55c38', '51.222.253.13', 1686829021, '__ci_last_regenerate|i:1686829021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e89cd48345be11e342ffeda5eea0119650e0507', '52.167.144.98', 1684948726, '__ci_last_regenerate|i:1684948726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8d37d9f21c087e36470ac1774a480e59a7dc7f', '172.190.108.112', 1683723360, '__ci_last_regenerate|i:1683723360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8e1b6b26f956febb21c8f3c438d0b8db9d7783', '181.214.218.36', 1656941627, '__ci_last_regenerate|i:1656941627;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8e92e54bb0ef87e9b6520c4ae6b309092091e3', '114.119.145.88', 1688312161, '__ci_last_regenerate|i:1688312161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e8f0bf846bdd1599771f3487775dc67f963c72e', '205.169.39.63', 1672578858, '__ci_last_regenerate|i:1672578858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e9155af79d307ce90519af530617cee7c8c4e53', '17.121.112.81', 1660885817, '__ci_last_regenerate|i:1660885817;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 ('5e91759a5fa39cc96ed77365414b605982a4c848', '40.77.167.56', 1673212030, '__ci_last_regenerate|i:1673212030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e923d2f482d3c99808b15f58501ca9956022bad', '157.55.39.215', 1678743273, '__ci_last_regenerate|i:1678743273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e9281eb73d6f9d8441c9bda000822bca2476043', '190.148.158.69', 1685971863, '__ci_last_regenerate|i:1685971863;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685971860;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e92b875b93d078a797bf30fc5809d050eb71598', '40.77.167.80', 1686862185, '__ci_last_regenerate|i:1686862185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e977b82f91cee7f8a2230f12eae32886e8a440c', '200.119.168.250', 1681170375, '__ci_last_regenerate|i:1681170375;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681170292;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e97edeaf1ec6a1b28640c98c12ce047869e8469', '190.148.158.110', 1662125584, '__ci_last_regenerate|i:1662125584;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662079139\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662125566;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e98357b04a4a45f99ab48a6aa270860cb19ec1b', '54.36.148.183', 1661890801, '__ci_last_regenerate|i:1661890801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e9aa97a79038d0c23f09a0cba5a9281b549eb00', '51.222.253.15', 1672508363, '__ci_last_regenerate|i:1672508363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e9b903b893988e436b78eff3f1bbb943c76843a', '51.222.253.4', 1656704380, '__ci_last_regenerate|i:1656704380;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 ('5e9db2e58ef1d337868d1b5285339503ae56eb31', '207.46.13.205', 1671807390, '__ci_last_regenerate|i:1671807390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea146c1e6199241ffca51ce05b67236792d4131', '190.148.87.96', 1678326608, '__ci_last_regenerate|i:1678326608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678326606;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea41ff9797ca815bf2da30210137a6df56606cd', '40.77.167.202', 1687916246, '__ci_last_regenerate|i:1687916246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea821e7d7b66a6fde3c0b346608a94012c5d057', '40.77.167.56', 1673322664, '__ci_last_regenerate|i:1673322664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea9a7a3047552d4cf603cf08d3b2e64361fefae', '52.167.144.82', 1687450624, '__ci_last_regenerate|i:1687450624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ea9b4c90f649e9d985b753eacb959b49afdc599', '52.167.144.162', 1687393075, '__ci_last_regenerate|i:1687393075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eaad1e77cca22dd0e4edbad3a445d3bc82efbb7', '35.87.46.170', 1668777576, '__ci_last_regenerate|i:1668777576;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 ('5ead54644c30f010c866725fba29448be904244d', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ead5904b0678dd9d33d5a1e44dae0cbdec5bf6b', '190.148.158.164', 1667325619, '__ci_last_regenerate|i:1667325619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667325615;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eaed87747d700336ff82c10ba052ecf00339151', '40.77.167.63', 1672092724, '__ci_last_regenerate|i:1672092724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb0aa69a91c0310b65a4e18d0f89b213b56274d', '52.167.144.63', 1687175327, '__ci_last_regenerate|i:1687175327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb288ca78fec68fb8f99021b2344a78251ab249', '190.56.55.113', 1673461653, '__ci_last_regenerate|i:1673461653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673461647;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb3b9f5baacfb578ea076246a3fef4d82c4612f', '17.121.114.91', 1655572430, '__ci_last_regenerate|i:1655572430;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 ('5eb4fb52a70febfbba0a697418ef231121b102f9', '114.119.139.25', 1687567867, '__ci_last_regenerate|i:1687567867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb52b50a80920ae5fdf3a3a5b2810f1b21c197d', '114.119.130.136', 1688173924, '__ci_last_regenerate|i:1688173923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb58e993da5a80d7b50e6a0c9d39603f9fd7054', '190.56.55.113', 1673827971, '__ci_last_regenerate|i:1673827971;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673826809;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb678557f530474275fef037bb58ad01c22a5aa', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb84282d42fb2dd033cc2205f3f01cd3f455dbb', '190.148.252.151', 1671216693, '__ci_last_regenerate|i:1671216693;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671216680;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebb82084aa6d0c815a884f497a03a6fffd3d10b', '40.77.167.182', 1682997261, '__ci_last_regenerate|i:1682997261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebbd0aa24ae2f818a4c93eb651d1fb260f47e31', '207.46.13.12', 1675851918, '__ci_last_regenerate|i:1675851918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebc5833212fa1a305e64db63a63c8f073d07419', '40.77.167.169', 1675556887, '__ci_last_regenerate|i:1675556887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebd11f6dcba376eff281c2868219931127298ed', '52.167.144.98', 1684509435, '__ci_last_regenerate|i:1684509435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebe7043785ea0b03387bad475d7cacecdb0f452', '114.119.134.216', 1683653801, '__ci_last_regenerate|i:1683653801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebfd0df82da6235194b4794fd0925e30b524c99', '198.251.73.111', 1672881329, '__ci_last_regenerate|i:1672881329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec00bb11cc96c1e9f4ed52e084d64053c72c120', '40.77.167.49', 1666012044, '__ci_last_regenerate|i:1666012044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec1e85ea0f0f5e8c72994b600e5728bc289da5b', '40.77.167.49', 1664859324, '__ci_last_regenerate|i:1664859324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec40e595af3129a38c06f86adce43aa14115ce1', '114.119.157.25', 1684413054, '__ci_last_regenerate|i:1684413054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec4bea5f840584e9a69eada124d34569cd2212e', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec5195edfe6dd608de89db3819da2b0a33dcd9b', '190.148.158.175', 1672239158, '__ci_last_regenerate|i:1672239158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672238990;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec67d2e093779097d3d8582ead28c433f199c1c', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec723e32c07d3780cd33439d969582506819e45', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec7989042ed49cd86598ded9dcb2bea54b9a22c', '51.222.253.13', 1681551859, '__ci_last_regenerate|i:1681551859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec7eec7abc10182296d93b1c279d84fb005565e', '207.46.13.209', 1685999837, '__ci_last_regenerate|i:1685999837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec822b9adcf8b0a2de435f4b08e4b30d44099ea', '190.148.252.67', 1688487689, '__ci_last_regenerate|i:1688487689;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688487675;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ec8303a7b8a808cdd9b34cc23b1f5fa21580c43', '200.119.169.44', 1663779811, '__ci_last_regenerate|i:1663779811;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eca1b2e7d2c2501cfe7b1a97321a0c200c4b326', '130.245.169.139', 1657878933, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eca9c13987fa425f014ff75173f65c8122d597e', '190.148.158.69', 1685896861, '__ci_last_regenerate|i:1685896861;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685896849;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ecb453aad5eef83e7594fe4cc12843ddfb76fd6', '114.119.158.211', 1687871895, '__ci_last_regenerate|i:1687871895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ecf10a8cc2019ae5563c13bcf6eac386206a7b9', '18.191.170.48', 1671375494, '__ci_last_regenerate|i:1671375494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed02c0b15c7868582105052e8e1c9edfb06c39e', '51.222.253.3', 1674097524, '__ci_last_regenerate|i:1674097524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed1ac4fc0f539b8177ec644afe4d55a8a67f66e', '35.88.111.143', 1670333468, '__ci_last_regenerate|i:1670333468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed38ed8cbb9f4f9134393b1ee90da9584d3a773', '190.56.32.32', 1686189433, '__ci_last_regenerate|i:1686189433;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686189384;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed3a9ce25747b57a573668ea96aee0f7677e772', '114.119.157.225', 1687972937, '__ci_last_regenerate|i:1687972937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ed68716247abf8fa45f3fe9b643f4251c5f7ff9', '52.167.144.162', 1686400793, '__ci_last_regenerate|i:1686400793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5edaf1d3e9b9afb576c85232e774a91daefd8974', '52.167.144.98', 1684122699, '__ci_last_regenerate|i:1684122699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5edb9f936400051e403f3de96db59754407cc85e', '207.46.13.6', 1671600516, '__ci_last_regenerate|i:1671600516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5edbdbb39c4263482bea80ebf11df2be3704b7d6', '51.222.253.6', 1669863778, '__ci_last_regenerate|i:1669863778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5edc88a70fb47dd7175e971574e7338108655dd7', '157.55.39.217', 1683445904, '__ci_last_regenerate|i:1683445904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ede14a033b944d469a4ac70b0f8feb156a1cb1c', '200.119.168.250', 1681147321, '__ci_last_regenerate|i:1681147321;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681147315;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5edf1fe75962397945dd287060975ff5e0391683', '51.222.253.14', 1671542671, '__ci_last_regenerate|i:1671542671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee06836d84acb41ff69c7a70c091390d3f8365b', '52.167.144.162', 1686578596, '__ci_last_regenerate|i:1686578596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee528546a642f638aae79f3123f96ee1614e3cb', '72.13.62.26', 1651191318, '__ci_last_regenerate|i:1651191318;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 ('5ee5f8e57dd6f5ec01ae674a57fb621144764872', '190.56.50.39', 1664988097, '__ci_last_regenerate|i:1664988097;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664898666\";last_ip|s:14:\"200.119.169.25\";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 ('5ee6502289da2fdf62c06a6feb0c77acf7940b08', '190.56.50.15', 1667235624, '__ci_last_regenerate|i:1667235623;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee70a7f0ebe2979fe47eb160d2b48d54d8e0018', '157.55.39.69', 1671832016, '__ci_last_regenerate|i:1671832016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee801104c23b80f1112b04a8fd8cd0833486c09', '40.77.167.13', 1674432057, '__ci_last_regenerate|i:1674432057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee9218e0cfcf5abd7d5bff293eea1cad333f790', '190.148.157.76', 1666741543, '__ci_last_regenerate|i:1666741543;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666741523;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eecb9f619e3d970ab7cd3a36f75f4c52ca5d1bb', '51.254.199.11', 1684684842, '__ci_last_regenerate|i:1684684842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eed0481107018ab62ac90f2160b22e38eb70dad', '51.222.253.18', 1668164144, '__ci_last_regenerate|i:1668164144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eed12e5b15e7fec4f85404428fb557f146ffbb9', '52.167.144.164', 1686769263, '__ci_last_regenerate|i:1686769263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eed38a2854f5d9dbc151902249dd8f782eb1b43', '114.119.143.18', 1687795006, '__ci_last_regenerate|i:1687795006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eefa66fccac5a13bb443ecf3cd78a2e1da5b312', '157.55.39.200', 1664978697, '__ci_last_regenerate|i:1664978697;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 ('5eefd4f885f56d9d15f2f2e8552810906b0351c7', '207.46.13.210', 1677347417, '__ci_last_regenerate|i:1677347417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef08fcd2ba91bea36ce66ad4721ea9bd65f82ce', '198.251.73.5', 1669808084, '__ci_last_regenerate|i:1669808084;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef0c61f19c0f0bd9252ff81cad486e9be3d39e9', '190.56.55.48', 1687551924, '__ci_last_regenerate|i:1687551924;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687551851;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef0d3a746cc52345ec3b5898432a16462fd7562', '35.92.24.175', 1673097913, '__ci_last_regenerate|i:1673097913;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 ('5ef21700e8319de9efb51ba86b2e8e0bd66446ac', '190.148.158.75', 1663194937, '__ci_last_regenerate|i:1663194937;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663168085\";last_ip|s:14:\"190.148.158.75\";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\";user_csrf|s:20:\"Xp9hLmx1UyIMnq5t0oBV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef270a326222b4dcaa469400c19cb0390072318', '52.167.144.98', 1685037704, '__ci_last_regenerate|i:1685037704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef49e761a7e27c6dbde35d6b1f32b21d46d07b5', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef6aa103f20eb2fd8a9663b89392a9011d4fa4b', '51.222.253.17', 1671316341, '__ci_last_regenerate|i:1671316341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5efa0cb15bfcf780460632a75fed9e0a2930ffa3', '40.77.167.220', 1677724869, '__ci_last_regenerate|i:1677724869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5efa1cf7e64c459bde13dff879120735469c6f70', '54.36.149.106', 1679700836, '__ci_last_regenerate|i:1679700836;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 ('5efa8ba2e84741cce64869962d73074f485e1d7f', '190.148.252.151', 1671292400, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5efdd8eebe0906dd5ed41a231193d43a8cf5070a', '114.119.128.244', 1684891736, '__ci_last_regenerate|i:1684891736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5efed18cc8f9e6115c7aef1b24fe24d76d2f61eb', '51.222.253.4', 1686450627, '__ci_last_regenerate|i:1686450627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5effbea0bdc8c55ba35798569ed718b5b2970c44', '51.222.253.15', 1687118553, '__ci_last_regenerate|i:1687118553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f02a77c1021f0eb961e14245cc1050eff3908a2', '40.77.167.30', 1656520917, '__ci_last_regenerate|i:1656520907;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f02ee72a13201abd72d70cb21e5a8c810a111bd', '190.56.173.175', 1652997797, '__ci_last_regenerate|i:1652997770;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652974102\";last_ip|s:14:\"190.56.173.175\";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:\"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 ('5f03a2a0c6583af821df9723037174eefe4c1c00', '114.119.130.60', 1688219597, '__ci_last_regenerate|i:1688219596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f04bb4c54c7ad163ba4b8302f5f81296954bc9b', '52.167.144.162', 1686628299, '__ci_last_regenerate|i:1686628299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f071343cb521465119be24d206792cd7e6213e3', '40.77.167.123', 1683470476, '__ci_last_regenerate|i:1683470475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f07571bc5d27ba64b3822513cc6510a369dc1d5', '190.148.158.175', 1672179014, '__ci_last_regenerate|i:1672179014;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672178966;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f079826df4330d95a9339a8532c13ff0002cb4c', '125.78.199.118', 1661237959, '__ci_last_regenerate|i:1661237959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f082fca5741536000d01da796acc45fd5ccb30c', '190.148.157.177', 1682356125, '__ci_last_regenerate|i:1682356125;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682356117;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0935e52734e6c49500a92e3123a569256e53e7', '40.77.167.225', 1680432378, '__ci_last_regenerate|i:1680432378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0a176e844194778bc1cf94dc667d888aaef461', '52.167.144.166', 1686837537, '__ci_last_regenerate|i:1686837537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0a6e7906ab5bc59111fb9ae883f6df43259093', '54.36.148.217', 1685117208, '__ci_last_regenerate|i:1685117208;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 ('5f0bd6933426cf9888077d769ee19ef0cf22f8d7', '40.77.167.43', 1658602141, '__ci_last_regenerate|i:1658602141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0be896096e3250f23c953b90e39dfdb6c123f1', '54.36.148.65', 1675320282, '__ci_last_regenerate|i:1675320282;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 ('5f0bed93c4a3037d67356c61b9d02dba828f79fc', '17.121.115.148', 1660121222, '__ci_last_regenerate|i:1660121222;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 ('5f0c517dc189e9dac05b640344608d415862e99f', '34.221.253.60', 1673269409, '__ci_last_regenerate|i:1673269408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0f8cd3c466ee758592a5f974b23c0f196b320c', '190.148.87.96', 1678403408, '__ci_last_regenerate|i:1678403408;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678403107;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f100641a08f0613a4abe921fde8640f30c3459a', '17.121.112.104', 1668632154, '__ci_last_regenerate|i:1668632154;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f101a974a6e1d66446c9f73c5b6a3bfc5316d07', '17.121.113.11', 1654601482, '__ci_last_regenerate|i:1654601482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f121160e47174f6eb026e89b4a868c095367e1d', '190.148.87.96', 1678473188, '__ci_last_regenerate|i:1678473188;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678473127;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f134eb7edc9d1aeaa5f45ba49d5be9eadf467d7', '190.56.173.175', 1652899705, '__ci_last_regenerate|i:1652899705;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652899333;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f149f2bf27877cab326803ad7ed37ffc7b1576e', '130.255.166.115', 1660829470, '__ci_last_regenerate|i:1660829470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f14f0f438bfc1efa843bf1784c2d7e3960970d6', '190.56.54.156', 1665367513, '__ci_last_regenerate|i:1665367513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665367208;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f18d525a27bf69ab173b98529c8c27b0e5fc518', '66.249.74.101', 1685902841, '__ci_last_regenerate|i:1685902841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f19b5d1a6d1f5559717f7e22acc72d158e43fad', '104.198.148.17', 1652222942, '__ci_last_regenerate|i:1652222942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f1a5a84f48501d40df385637e1de0adf7300d2d', '52.167.144.25', 1687351302, '__ci_last_regenerate|i:1687351301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f1b56d1e0caf3b8d375b7a5dc1a9ba59c62828b', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f1dbb59f872688e4267ae5b8a995155501f9a61', '40.77.167.64', 1674820086, '__ci_last_regenerate|i:1674820086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f1f289afe355e8c055c8cb59842056500dd62cd', '207.46.13.154', 1671355150, '__ci_last_regenerate|i:1671355150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f1f5762c0f10402e0787b9309954f0e635fa6c7', '157.55.39.69', 1671783503, '__ci_last_regenerate|i:1671783503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f23d117da71b9a31f55f579d082b06e013fb3d8', '40.77.167.222', 1680899753, '__ci_last_regenerate|i:1680899753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2426b4eb1504135f68ea2b4880a9fa4987a966', '157.55.39.217', 1683218042, '__ci_last_regenerate|i:1683218042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2582f3d6549a04c0756f84f6e055aa07954488', '190.148.252.76', 1654296701, '__ci_last_regenerate|i:1654296701;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"ansMuvr2lFz3EBfpjNI9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f265c27dff856e6788df9355c1cb76a1fbbfe45', '157.55.39.112', 1666177132, '__ci_last_regenerate|i:1666177132;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 ('5f286571f20ba32217f615dabe6a4569bee80289', '207.46.13.211', 1679757101, '__ci_last_regenerate|i:1679757101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f28edf5002ffb3389769f87fe8cc90dc0e2d715', '40.77.167.64', 1674649737, '__ci_last_regenerate|i:1674649737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2a8cd5ece8299f629036fcef9f9bdafe46cbae', '114.119.156.126', 1686541642, '__ci_last_regenerate|i:1686541642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2b1b4f0eac9fb06f40e7dae9da2c444a0c29c3', '40.77.167.185', 1677744814, '__ci_last_regenerate|i:1677744814;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2d2fe4d7c67b145c4ade9fae3b62442a84bf90', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934963;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f2e9c8e94f9444f60b647abf12cd911cb07223a', '207.46.13.51', 1662978345, '__ci_last_regenerate|i:1662978345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f3026c70ad0ed731ef958ae53063511ab71c74f', '173.249.31.237', 1659409292, '__ci_last_regenerate|i:1659409292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f32df3ce5ae80a1484ecc4ebdbf64d486ce0f32', '51.222.253.18', 1665570605, '__ci_last_regenerate|i:1665570605;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 ('5f34d70b5010fa3ad219a4646da880dd7fed3515', '190.56.50.106', 1652219675, '__ci_last_regenerate|i:1652219675;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652194102\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"QEZ7XfJx9o3eHLu4Yi6a\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f35eb6308b5a3c456ea0ce628fd6ac541f6714b', '114.119.129.81', 1686544161, '__ci_last_regenerate|i:1686544161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f366167cb3e8fe4bcd878c3a58429a7d24830c2', '40.77.167.85', 1686217296, '__ci_last_regenerate|i:1686217296;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 ('5f378d429a44d2681203f6d37716d48a02c37cca', '52.167.144.162', 1687355402, '__ci_last_regenerate|i:1687355402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f390145910354b529dd536b7f72cc2e318f1731', '52.167.144.31', 1681370028, '__ci_last_regenerate|i:1681370028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f3f8a887a28627fdf3878f91bd8d5d1481cfacd', '51.222.253.13', 1673184629, '__ci_last_regenerate|i:1673184629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f3fee5891abb8d98aa2ad318a2b8f2e994ca4bc', '51.222.253.9', 1657351433, '__ci_last_regenerate|i:1657351433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f41b80e51a08f44725d32e6ddc7ecbd128c58dc', '206.189.121.156', 1672029973, '__ci_last_regenerate|i:1672029973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f42060cd7c32581fb7e36f46f71f11801468339', '46.101.63.152', 1652762870, '__ci_last_regenerate|i:1652762870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f433867ee5de8527cee085658e89a596c20164d', '207.46.13.229', 1683618148, '__ci_last_regenerate|i:1683618148;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 ('5f44f63e9591fe54dc7e6626936c0ffa4c179f9a', '200.119.173.130', 1676056349, '__ci_last_regenerate|i:1676056349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676056334;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f45530b89be2988803d055bebff1a7ebc2184e3', '51.222.253.6', 1670944292, '__ci_last_regenerate|i:1670944292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f45af39dce2cec185f7f68848d6bfc231f93cfb', '207.46.13.217', 1684268856, '__ci_last_regenerate|i:1684268856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4703424fc977fb825cad6d09c9262245ca6853', '54.36.148.179', 1653175530, '__ci_last_regenerate|i:1653175530;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 ('5f47956b76eb672c1598713170b94ea8e0683ff3', '190.56.32.243', 1684765507, '__ci_last_regenerate|i:1684765507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684755860\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684765499;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f486875a4f9ffae213e5f32fd9dee204c5ca1a7', '52.167.144.162', 1686201614, '__ci_last_regenerate|i:1686201614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f49af7a5a6ac208b1466e7d4fdeeb901eae054b', '200.119.168.8', 1658082855, '__ci_last_regenerate|i:1658082855;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657977671\";last_ip|s:14:\"200.119.174.54\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658082831;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f49d93f877da56926a97b0d4a7805a58c5655df', '114.119.150.86', 1687554908, '__ci_last_regenerate|i:1687554908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4b1253fed4d489e609cadbb5bc4557495423a5', '17.121.115.205', 1654959242, '__ci_last_regenerate|i:1654959241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4e03892995c83cb44612c7b19d8aa34fb48ac8', '5.188.62.21', 1659471748, '__ci_last_regenerate|i:1659471743;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4e326ebdb0c27bd128aa421d61c3982ff2b56a', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4ee41e59b31a260540a041ec798c2fb8b4f1b7', '40.77.167.202', 1687895189, '__ci_last_regenerate|i:1687895188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4f0c1edde761c734ab1281e616bf910ff49df2', '40.77.167.85', 1684574424, '__ci_last_regenerate|i:1684574424;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 ('5f4f23c2c6b5609aca1161bae97448f9626fa4aa', '52.167.144.154', 1687450609, '__ci_last_regenerate|i:1687450609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4f4d77ed070f699c4350c3d534bfb780223779', '40.77.167.147', 1681276963, '__ci_last_regenerate|i:1681276963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4f92ac7739ea4e548312662c0d9143cdb22006', '18.206.55.48', 1651701814, '__ci_last_regenerate|i:1651701814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5323f9db001b5f3c073763da9460b7451ad7ce', '5.188.62.21', 1656428137, '__ci_last_regenerate|i:1656428137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f53b2b63e73107feeebfc53ddfd0ba53bbb1091', '52.167.144.98', 1684752385, '__ci_last_regenerate|i:1684752385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5458b984f4b7dafd64a9d8d3a0580e00a40db1', '40.77.190.6', 1662324338, '__ci_last_regenerate|i:1662324338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f548af009f25bad2cf20dc10e2a30a195621cab', '15.204.142.133', 1650724243, '__ci_last_regenerate|i:1650724243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f54ef6528ae70eee5af19a9b7bf4d5372107ff4', '51.222.253.7', 1674836305, '__ci_last_regenerate|i:1674836305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f59c7466a6fcd76a2d764842d96cf7d3ab71d84', '190.148.157.98', 1679227738, '__ci_last_regenerate|i:1679227738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679227666;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5a3e35dd87b4528a51ad166e05bca004692f33', '207.46.13.142', 1664107247, '__ci_last_regenerate|i:1664107247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5c4d087246e5e2f5c0a9dd0af5bee8677b50a2', '157.55.39.46', 1672828427, '__ci_last_regenerate|i:1672828426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5cbe8b0954eae189b443ad0f62dcdad0321d3a', '51.222.253.7', 1659273980, '__ci_last_regenerate|i:1659273980;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 ('5f5d8eef338dd830c345c9d767699ad4faf9e792', '190.148.158.69', 1685708705, '__ci_last_regenerate|i:1685708705;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685707922;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5db696e7a6830bb1e80ff40353b8933ecef7e1', '190.56.51.144', 1687092016, '__ci_last_regenerate|i:1687092016;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687091862;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5e14a7604837eff9e5069569135ef5b3f92378', '190.148.252.151', 1670936013, '__ci_last_regenerate|i:1670936013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670935981;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f5e41118d283ea8b392ff5f240c5e3661296873', '190.148.252.85', 1666225933, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666225933;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666225497;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f608bc03736ed7be86a08082430f36b5e7bde4a', '190.56.32.35', 1671655336, '__ci_last_regenerate|i:1671655336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671655128;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f610da885371c56bc0e65ead4d47607145002fd', '190.148.252.183', 1681736803, '__ci_last_regenerate|i:1681736803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681736758;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6157a4de453a343f2ae5caacc9f246599f9ffc', '200.119.174.83', 1661950319, '__ci_last_regenerate|i:1661950319;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661900274\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661950275;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6244fb43268ee28c2c3f88ae35a50bb21ff4ba', '114.119.158.217', 1687279557, '__ci_last_regenerate|i:1687279557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f65f2d41ba46fac5d786a68c5c2f930012f3263', '17.241.75.36', 1672753452, '__ci_last_regenerate|i:1672753452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f660341b98fd3674a542fa013c712f1b19cb1b5', '114.119.156.30', 1686672187, '__ci_last_regenerate|i:1686672187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6750efdcd3ba3124aabc0006f128c880a40264', '190.148.157.53', 1684015820, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684015820;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684015773;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f68732c798ab5cd1a093781a6e012a650350dc8', '52.167.144.164', 1685777403, '__ci_last_regenerate|i:1685777403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f69a351ee6d9ef7f954627a5c9288bed8d16e1b', '54.36.149.7', 1657351430, '__ci_last_regenerate|i:1657351430;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 ('5f69f79c4d867949cabc17be5278237be106e844', '52.167.144.164', 1686373004, '__ci_last_regenerate|i:1686373004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6a6e05444925ceaac1d61e3e05e2fac3a019de', '54.36.148.65', 1671113632, '__ci_last_regenerate|i:1671113632;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 ('5f6a9a683f23a9720d71242b83e03103c1f16c6f', '207.46.13.12', 1675379331, '__ci_last_regenerate|i:1675379331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6b8d66487f2193b08c9948ec75777a658d6b84', '157.55.39.221', 1661219858, '__ci_last_regenerate|i:1661219848;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f6da2ae0e4e18f300c10f83c484852a0170fcaa', '52.167.144.164', 1686321512, '__ci_last_regenerate|i:1686321512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f71540ebf56a9c3d5b06cd51150eebb4c9d2be9', '52.167.144.154', 1687927230, '__ci_last_regenerate|i:1687927230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f726708e83021487c30e06b6be07985b1add49b', '157.55.39.79', 1669577795, '__ci_last_regenerate|i:1669577795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f73f2b9c59c7368be91d73229ac9ba50fe9a0b7', '89.104.111.196', 1651006818, '__ci_last_regenerate|i:1651006818;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 ('5f751647a2cc3804ff46c98fa6f58299c0d52719', '40.77.167.182', 1683482037, '__ci_last_regenerate|i:1683482037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f769a85baa2d4375d6f3cee84f1768f10756eaa', '200.119.168.250', 1680807383, '__ci_last_regenerate|i:1680807383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680807381;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f772526a3bdef2da8611b60e6c04ee9bf7c0d2a', '114.119.142.85', 1688272078, '__ci_last_regenerate|i:1688272078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f7adcfc779e993857e041bc63a29b79c717fe4b', '54.36.148.156', 1676141786, '__ci_last_regenerate|i:1676141785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f7ffc47147cfb6ed52e21500e3588c18550b65c', '54.36.149.73', 1684225079, '__ci_last_regenerate|i:1684225079;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 ('5f810100f104002f06753522df801deafe628a52', '40.77.167.156', 1679112469, '__ci_last_regenerate|i:1679112469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f812cc60f968edca636b8a60ff0d5489f34c07f', '40.77.167.146', 1687876704, '__ci_last_regenerate|i:1687876704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f817120018b9e0fd13bfa773fdf55865b89f2d5', '52.167.144.171', 1685129290, '__ci_last_regenerate|i:1685129290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f8249889ae8989f86423479f4bdedcd7b59f87b', '207.46.13.211', 1678148422, '__ci_last_regenerate|i:1678148422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f84650a94ea7c7ea0517fc386185eaa17a1d35d', '54.36.148.20', 1660678062, '__ci_last_regenerate|i:1660678062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f852d0bc8ed7b8e8bfc263ad501bcd362e60996', '52.167.144.154', 1687644143, '__ci_last_regenerate|i:1687644143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f881d6a2374f1bae95f8a189671bf1eb2bc9241', '114.119.153.156', 1686250102, '__ci_last_regenerate|i:1686250102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f885a22ed598ff82d9bcaaa23b3b66b8a66693f', '149.57.16.7', 1653807053, '__ci_last_regenerate|i:1653807053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f8dfae38e1cdd1d277d77e588337af8124f8b5e', '190.148.157.99', 1662560017, '__ci_last_regenerate|i:1662559887;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662498578\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662560001;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f922898d96669bba3c0a446ea2c9d6b848e5663', '5.188.62.26', 1656353854, '__ci_last_regenerate|i:1656353854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f92b5432554d8bfd82533745683fc31b1708ad6', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f942ea5e1de38d765e243a5adc644008c6913c8', '200.119.173.107', 1686879563, '__ci_last_regenerate|i:1686879563;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686879218;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9649d5693395a70231364cff2000b92cbfe713', '200.119.168.9', 1656121973, '__ci_last_regenerate|i:1656121973;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 ('5f98816808bf308621cfb9dc4e241f3c8d873042', '190.56.50.6', 1686953895, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686953895;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686953888;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9921c34a5df0483fc50e4b846b2bdc9ad28a97', '190.56.32.35', 1672014378, '__ci_last_regenerate|i:1672014378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672014363;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f996a57efef8e9428d6875e1f0cdcb4b60fff99', '51.222.253.15', 1659596627, '__ci_last_regenerate|i:1659596627;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 ('5f9bc616c4a35de7764279bcd768529e058dddc7', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9c595921fc2250bb0e9b3520103c23eae929b6', '5.188.62.26', 1656354033, '__ci_last_regenerate|i:1656354029;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9e57cfb1ff7b199e1be1765c7b1af45a0a6bb5', '114.119.144.229', 1687935073, '__ci_last_regenerate|i:1687935073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9f1bd65f42f5da35893840da99f3cb0b94a971', '52.167.144.164', 1685121416, '__ci_last_regenerate|i:1685121416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f9f6b2049922ecefe6d486c1aab581cbe446996', '190.104.119.148', 1651089168, '__ci_last_regenerate|i:1651089168;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651080887\";last_ip|s:13:\"190.56.32.170\";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 ('5fa01b70e7b2b34cdb3d46381b46fa7b56ec3c31', '207.46.13.138', 1675047902, '__ci_last_regenerate|i:1675047902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa4f861130a520f3ce8d309de9bddbdbbeca58d', '190.122.185.252', 1678830791, '__ci_last_regenerate|i:1678830791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa5fc4640cacaa7c379434cf55cdac66e94e177', '190.148.252.183', 1681303379, '__ci_last_regenerate|i:1681303379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681303376;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa8188047b7e4cfb9f791a370dd8ee90d982b71', '207.46.13.138', 1675079383, '__ci_last_regenerate|i:1675079383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa8dcf3af6fd9ec7cecda2e1d15667580bb525d', '52.167.144.82', 1687478747, '__ci_last_regenerate|i:1687478747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa90fc663308450efa991d41e7622af1d9af98b', '190.148.252.151', 1671231109, '__ci_last_regenerate|i:1671231109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671230133;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fa951f4142615e82376b9f4c0576715e9952cfa', '66.249.79.232', 1681794088, '__ci_last_regenerate|i:1681794088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5facb186f17f518d6eb1f4c6cd4f4b0f3d7784eb', '207.46.13.53', 1662744135, '__ci_last_regenerate|i:1662744135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fb233f5f6a108680735b4bdd5346ca29a50b584', '51.222.253.9', 1652517128, '__ci_last_regenerate|i:1652517128;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 ('5fb26585a4d7bbb5bbb0f0c122ab339990c188d7', '40.77.167.123', 1683913331, '__ci_last_regenerate|i:1683913331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fb2d84df4f6ef5025e2c1f1a0b4bfbb7b570a10', '52.167.144.70', 1688527113, '__ci_last_regenerate|i:1688527113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fb47cc04f0053db4aa3a1706a3d7981abc2c2a8', '52.167.144.162', 1682837772, '__ci_last_regenerate|i:1682837772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fb80f1dafe2e1a1c1a0aed62372c6fbb196ed93', '20.108.170.239', 1653220132, '__ci_last_regenerate|i:1653220132;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 ('5fb84c6a581297f980e22a112f3c05d28d126d3e', '40.77.167.123', 1683265911, '__ci_last_regenerate|i:1683265911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fb8dd098caf60cd572621fab4ffd10c5dd259d4', '52.167.144.164', 1685077839, '__ci_last_regenerate|i:1685077839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbc3b8e37eb2177ecf5bf33f16c89ca9323e064', '82.80.249.158', 1668921157, '__ci_last_regenerate|i:1668921157;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbe13a0e00c02e411c95fb9eca6f5606931b829', '52.167.144.82', 1687513382, '__ci_last_regenerate|i:1687513382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbe7da366e8b26c7ee60f2da3c8d080e02b9b5d', '190.148.87.21', 1669835913, '__ci_last_regenerate|i:1669835913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669835881;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbf452faaec93112052f04c7ada1493110d1317', '52.167.144.26', 1682484449, '__ci_last_regenerate|i:1682484449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fbf8548f2c34ef924e993e2c60a7286e91d31ef', '51.222.253.10', 1662675566, '__ci_last_regenerate|i:1662675566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc0f46be9f9644ee4185a061820cc35b5cb0086', '148.72.155.248', 1655685208, '__ci_last_regenerate|i:1655685208;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 ('5fc1dd0e9cf845ceee20f7167d6f7c2c6fc2c4fd', '168.138.2.237', 1656355545, '__ci_last_regenerate|i:1656355542;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 ('5fc2864c4d7dde3f8d3baf65ecb529b2d19e4a3b', '52.167.144.63', 1687074745, '__ci_last_regenerate|i:1687074745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc39e8ab38dadafeffe70f43c9303b76364abcb', '200.119.174.9', 1674509663, '__ci_last_regenerate|i:1674509663;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674509656;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc49d91ae6904667c2d779b31450a6e1c70b712', '40.77.167.39', 1657045640, '__ci_last_regenerate|i:1657045640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc4ed674bfb4e17dd5aeaf8aeb4d234aa4c0364', '144.76.67.169', 1669883595, '__ci_last_regenerate|i:1669883595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc68b8a21ad31ff40df1d43fdffc393b5b37318', '17.121.114.123', 1657219198, '__ci_last_regenerate|i:1657219198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc703d7601abbafb89333b3eb6da7b8dc3f07fb', '114.119.136.160', 1687342221, '__ci_last_regenerate|i:1687342221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc72a726a645bab3d81be8c954cd2bdc103c0a3', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fce0373dc01518feaa780e581d4303f25acaec1', '200.119.168.9', 1656117492, '__ci_last_regenerate|i:1656117437;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656103152\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656117492;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fcf6104d90d092413020a2e72c9d063777f5c61', '207.46.13.209', 1681231218, '__ci_last_regenerate|i:1681231218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fcf6caaf333ce7685015f375202a4175f97cc95', '168.194.72.202', 1651250381, '__ci_last_regenerate|i:1651250375;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1651017148\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('5fd06e0b81dd878dddb289d76d1a23bf0d6982a4', '190.148.157.98', 1679002681, '__ci_last_regenerate|i:1679002681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679002507;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd074788302f68703d8c05336e086b19597f934', '51.222.253.20', 1662991776, '__ci_last_regenerate|i:1662991776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd0c977f873c205da00bad20707a2aa7c870af0', '190.56.173.213', 1683474692, '__ci_last_regenerate|i:1683474692;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683474215;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd1ccf1c963bf8cf75a2a4dd8ddcc4a723eea06', '114.119.147.205', 1688060259, '__ci_last_regenerate|i:1688060258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd402af1f14b2a0638e4406fceaff6d23a8571f', '114.119.141.77', 1687339380, '__ci_last_regenerate|i:1687339380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd50f7bd97677b910b2bb23c4f25d4315ccfe12', '190.148.157.183', 1680525626, '__ci_last_regenerate|i:1680525626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680525623;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd527df5212f51d9349719db0da516a01dfb395', '114.119.134.232', 1686118749, '__ci_last_regenerate|i:1686118749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd59756c2dae4a79946a7fc4a21cd52f4381eaa', '54.245.6.221', 1675689794, '__ci_last_regenerate|i:1675689794;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 ('5fd7ba6b850c7dcbe63a5ec21c2b5dd88c2ba2a0', '190.148.252.88', 1670859316, '__ci_last_regenerate|i:1670859316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670859288;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fdc06db73b102b101dcb776af96a93222803608', '144.76.67.169', 1661938469, '__ci_last_regenerate|i:1661938469;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fdc75cddb48fdebcc13f5bfe1846be3c444aeb3', '207.46.13.209', 1685975698, '__ci_last_regenerate|i:1685975698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fddb1b5213480f6993ca74a9d864a36bb115753', '45.63.18.23', 1688485853, '__ci_last_regenerate|i:1688485853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fddfc85df1d0d3272063cd99df5ff70fa3ebcf2', '207.46.13.12', 1676199725, '__ci_last_regenerate|i:1676199725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe0fff7a36a82a182c32eb4e126735abc29a4ba', '50.112.86.151', 1683679606, '__ci_last_regenerate|i:1683679606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe24a52d6f8641dc5cf3fdd4c82845d1a7cf1e2', '51.222.253.7', 1651103893, '__ci_last_regenerate|i:1651103893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe2971978e846b9c824ad5b6b0cf7f9e6208d40', '20.83.215.68', 1652683923, '__ci_last_regenerate|i:1652683921;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 ('5fe412428d648aae7dff91af6c9364036604183c', '51.222.253.17', 1675429777, '__ci_last_regenerate|i:1675429776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe931cccc11b38058ffd0d0ffb4de106b0098f5', '114.119.153.186', 1684316533, '__ci_last_regenerate|i:1684316533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe94ab0a080077251d76c6fdef7df7b96c83ce7', '51.222.253.15', 1650932554, '__ci_last_regenerate|i:1650932554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe9b07e47f0333fd0ed5a4b2456ca6e62cd24f5', '52.167.144.98', 1684776784, '__ci_last_regenerate|i:1684776784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fea3c128632b9aecc88f5f1a36ad355cb72a85a', '207.46.13.234', 1660652205, '__ci_last_regenerate|i:1660652205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fec0f02a1bdd578f8805263774257808b97a439', '5.188.62.140', 1653261741, '__ci_last_regenerate|i:1653261738;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fec4857cf7b15c4be3875f1fe350408a7a4d12f', '38.128.66.69', 1650759447, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fec95d0d1ed9455f790ee612ce50b21981ad3c0', '200.119.168.48', 1668118691, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668118691;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668118669;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff0918d0c05656a49ed08eaec5814b6fbf34555', '52.167.144.162', 1682608292, '__ci_last_regenerate|i:1682608292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff0963ca9f67d068a4b6b2db3fccb071bcc07ac', '51.195.90.229', 1650840566, '__ci_last_regenerate|i:1650840566;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff18cf836e0fd4af5d53b5ca328bbc6c636dc44', '34.220.218.32', 1655559019, '__ci_last_regenerate|i:1655559019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff2a5a62962b0c3b626730485390a9778c09795', '190.148.252.73', 1664831446, '__ci_last_regenerate|i:1664831446;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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\";user_csrf|s:20:\"F3RqLno9KfBr7YlHiyPz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff46d3c5545385e91c2199965f3c5d34d5d267a', '200.119.168.250', 1680962838, '__ci_last_regenerate|i:1680962838;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680962642;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff6b3ed490b7ce55aa42e7857c21be4ce1e9d8a', '190.148.252.151', 1671365754, '__ci_last_regenerate|i:1671365754;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671365676;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff6d777aea8ed3380a902592249c1e4567369cc', '114.119.136.155', 1686977055, '__ci_last_regenerate|i:1686977055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff71303dd5bc2b164aa407ce0902488221cf772', '207.46.13.180', 1653171931, '__ci_last_regenerate|i:1653171931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff76d668fc34054aee5292cccab620bc09522b1', '52.167.144.98', 1685723490, '__ci_last_regenerate|i:1685723490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ff9d41de45717136d62c3e45bc57ab9c1b6da4e', '34.68.102.46', 1666188913, '__ci_last_regenerate|i:1666188913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ffa0a28df076c09c5e81acefccd79a4278393d4', '51.222.253.1', 1670854858, '__ci_last_regenerate|i:1670854858;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ffaa29b1b51498c7b7d271c916f67d5166f7ad4', '18.206.55.48', 1658186808, '__ci_last_regenerate|i:1658186808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ffc2628418db24052bd1e1f05af20a4e312e47f', '200.119.172.55', 1661458891, '__ci_last_regenerate|i:1661458875;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661436067\";last_ip|s:15:\"190.148.252.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661458875;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ffcc01e03f449d7344ff3b516691151a525823b', '157.55.39.13', 1676354199, '__ci_last_regenerate|i:1676354199;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 ('5ffdef25f8e4e8e7243c4b07c7aba798ed49cb73', '152.89.196.13', 1661185851, '__ci_last_regenerate|i:1661185851;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 ('5ffebf8691b8ef780050dc924bada1960a8c0a94', '114.119.128.127', 1684868627, '__ci_last_regenerate|i:1684868627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60027046214f4a546fbd5e7e7fe4d117798ecf2d', '207.46.13.154', 1671597843, '__ci_last_regenerate|i:1671597843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6002cdec90a8dcf0dd7a2cf3a398788670a16f3b', '190.148.157.98', 1678971504, '__ci_last_regenerate|i:1678971504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678971498;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6007050910cf6bf972883c7409cc056d312fc28e', '52.167.144.98', 1686739327, '__ci_last_regenerate|i:1686739327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6007c15cbd79e799f1ffc525c46a666bb295c7d9', '52.167.144.162', 1686510245, '__ci_last_regenerate|i:1686510245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600ac5e7610675f52d54952b4ed0c57c2702056a', '157.55.39.216', 1676782438, '__ci_last_regenerate|i:1676782438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600bcbd8bab673bfeef7ff87fe81c9eef72ebd93', '114.119.142.93', 1687539753, '__ci_last_regenerate|i:1687539753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600e91c7453fec400c18241632b5353ad8c8f536', '51.222.253.20', 1664980494, '__ci_last_regenerate|i:1664980494;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60118b3d8c335fe9b66aed5c6b80a45b25ade427', '190.56.50.32', 1655160626, '__ci_last_regenerate|i:1655160626;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655124180\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655157318;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60138cc5ff0087a4a9dd4fce20dd3096466226fe', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6014e048198e85e6c44d75fdbfe8596d195c5c22', '200.119.172.95', 1659657512, '__ci_last_regenerate|i:1659657289;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659618297\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659657289;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60152b8e37a53535ce39d339c3cab9f686cb860a', '52.167.144.98', 1685369197, '__ci_last_regenerate|i:1685369197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60161af41ee85b7b40281e141e085a82968ba7ca', '114.119.159.17', 1687849914, '__ci_last_regenerate|i:1687849914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6016c42b99dd6d8756dc3822997a362103f271d1', '190.148.158.74', 1669036112, '__ci_last_regenerate|i:1669036112;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669035792;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6017082c6d9f813a8c989917d2a92b86ba1dda39', '40.77.167.191', 1681868965, '__ci_last_regenerate|i:1681868965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6017850706406b4175703f28bd01f1673b2601d0', '54.36.148.139', 1666450119, '__ci_last_regenerate|i:1666450119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('601c5b4b97f1d1911f2f24c5766501d57a042efd', '157.55.39.253', 1682679110, '__ci_last_regenerate|i:1682679110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('601dafbb9996cb0e86065f80411b5851f9e6c73f', '157.55.39.217', 1683134529, '__ci_last_regenerate|i:1683134529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('601dee7f59f2abfd42b8cfc35d5223f8345df44a', '190.148.157.88', 1668545486, '__ci_last_regenerate|i:1668545486;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668542725;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('601e73c6494c57a1f74a2d3b31c0a5064a9e1896', '190.56.32.243', 1684712601, '__ci_last_regenerate|i:1684712601;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684712489;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6020b5f434ff6be0e9a21bfeb838f4afdd948fff', '207.46.13.207', 1685876020, '__ci_last_regenerate|i:1685876019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6021e596b75544a78bdc8bd472e0490a90d4b462', '157.55.39.100', 1671783530, '__ci_last_regenerate|i:1671783530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6023812e3bb6ae9e75df3e8a8739cdbd67b531f3', '52.167.144.98', 1686406949, '__ci_last_regenerate|i:1686406949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('602529943f296d2e0bf926d95f1f912c919fc3e3', '51.222.253.15', 1686613970, '__ci_last_regenerate|i:1686613970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('602b5800cd58b96e817eac73153fa2d0aca5be08', '40.77.167.157', 1677962935, '__ci_last_regenerate|i:1677962934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('602c145cea0e9883fffd8280fbce5c1c8ffb66e9', '207.46.13.41', 1664880098, '__ci_last_regenerate|i:1664880098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('602e3bc74922b92e927c23077e0cc4502614c01a', '109.237.97.227', 1680003825, '__ci_last_regenerate|i:1680003825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60301cf4113544950881a57efa03607c908fce9d', '114.119.141.186', 1685938757, '__ci_last_regenerate|i:1685938757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6033e7d3433edd63eedb27321685a6959a8239cf', '199.244.88.220', 1671703146, '__ci_last_regenerate|i:1671703145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6036f18e4d6ced3f93e817da7c65d98c03baeb88', '52.167.144.164', 1685648042, '__ci_last_regenerate|i:1685648042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603728330c013da86686cbdbba0c05f3cb7f2a60', '52.167.144.164', 1685393616, '__ci_last_regenerate|i:1685393616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6037b0e54d95bdef375b567364cc343b4522d1c8', '157.55.39.123', 1666552589, '__ci_last_regenerate|i:1666552588;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6038ce4b93777294287160791ca08d8327b5880b', '62.210.173.73', 1688455578, '__ci_last_regenerate|i:1688455577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603982147d7e3f850b28e8b814961f97c059dde4', '45.79.187.101', 1655245065, '__ci_last_regenerate|i:1655245065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603ce9e44be397a6e2390d053c9491473be353c6', '207.46.13.211', 1679307492, '__ci_last_regenerate|i:1679307492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603f000f0c14431b1a9c9e79b869e1730ec88f3a', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603f1d4f5cb6ca9e1d25f09dc61e1c8163ea26f2', '40.77.167.227', 1679112477, '__ci_last_regenerate|i:1679112477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60422610fe489f0d74199d6fee6ff5f75b20d85a', '51.222.253.6', 1668018356, '__ci_last_regenerate|i:1668018356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6042b1662efbce0d5b9fb5b1567208c395e827db', '52.167.144.164', 1686190846, '__ci_last_regenerate|i:1686190846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604374abbb7af68d5bbe6121af57aa836748de90', '51.222.253.1', 1663236172, '__ci_last_regenerate|i:1663236172;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6045c0cd20a19804d5c88b66cc39b889acee66fd', '40.77.167.80', 1686857007, '__ci_last_regenerate|i:1686857007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604697f094f26796cd04550c8acbfa3986e546de', '66.249.79.195', 1687881880, '__ci_last_regenerate|i:1687881880;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 ('60474535e506903ada93544c970397802e22e3cd', '157.55.39.51', 1669377777, '__ci_last_regenerate|i:1669377777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60496f21162c0088f42ef06f95b0e62cd886af8c', '190.56.32.243', 1684716272, '__ci_last_regenerate|i:1684716272;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684716192;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6049ddf0d82c12f00f4d5d42a490dce69bac9b02', '157.55.39.208', 1685971801, '__ci_last_regenerate|i:1685971800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604a7c781edc3f22054fcddddbfe45879b8b400f', '40.77.167.123', 1683658306, '__ci_last_regenerate|i:1683658306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604b677d0e796d3301ebb7a824d10813f15e053d', '51.222.253.9', 1685198882, '__ci_last_regenerate|i:1685198882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604bd5918d1a9644a35df67b355f7999703ee61f', '40.88.21.235', 1681434374, '__ci_last_regenerate|i:1681434374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604decd12440d9b10bf33b415e2267e051198db7', '52.167.144.162', 1686411969, '__ci_last_regenerate|i:1686411969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604eaadd369df8206e1061aa9f59e67edb7db0e1', '51.222.253.17', 1669021246, '__ci_last_regenerate|i:1669021246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('604ef80da2c4a516bbd23142860f1e642315262e', '114.119.133.103', 1685288114, '__ci_last_regenerate|i:1685288114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6051d918a1ab69e484f965f597afb4d86ad6e2a8', '200.119.172.96', 1675472418, '__ci_last_regenerate|i:1675472418;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675472253;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605347175bd32bef159578bb399fa031b55d273a', '190.56.55.113', 1673372559, '__ci_last_regenerate|i:1673372559;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673372526;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605357ff471b58355f2394f91a990616f160e3cf', '207.46.13.199', 1660879235, '__ci_last_regenerate|i:1660879235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605408defd019c9c8594f7aea219963282317543', '40.77.167.123', 1683647598, '__ci_last_regenerate|i:1683647598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6054680e8e85324ee49dc08df070db25c09dd69c', '190.148.252.76', 1654178044, '__ci_last_regenerate|i:1654178044;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654088186\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654176140;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6055bd471f460b854b95bba7e709c51f2e3b0dc0', '54.213.41.86', 1665581222, '__ci_last_regenerate|i:1665581222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6056752d9c263a783d7036f1a0daba4225a15ada', '200.119.181.7', 1654801132, '__ci_last_regenerate|i:1654801132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6056e55ba62a40bcbb5090d2921a8c0e35977ac0', '103.141.91.201', 1650795355, '__ci_last_regenerate|i:1650795355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6056e7e7fd96ac766ff83078f2d6c6120e39dc5f', '66.249.65.161', 1671257203, '__ci_last_regenerate|i:1671257203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6057610da448b21c7a1dd61e300ffb3d34d7d130', '54.227.32.154', 1651386291, '__ci_last_regenerate|i:1651386291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6057a0525e06feebb9b5077478a1e75dcbe5262c', '207.46.13.12', 1676131439, '__ci_last_regenerate|i:1676131439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6057a18fc0e4f07ab4656a38c9d1bd0e9901e3fb', '54.36.148.116', 1687691536, '__ci_last_regenerate|i:1687691536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605969ac28adf2c7e0326a03886109f2357f53bc', '200.119.168.3', 1660927699, '__ci_last_regenerate|i:1660927699;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660913814\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660921213;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605ae612c17d928a8923e62537c1b4f357f10f61', '52.167.144.171', 1684484662, '__ci_last_regenerate|i:1684484662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605aec9586a7f48c34b53ed193105ad50aef4eae', '51.222.253.16', 1674868579, '__ci_last_regenerate|i:1674868579;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 ('605d4b8f69c441637a87ce9c405b22bef4727ebc', '52.167.144.74', 1688319451, '__ci_last_regenerate|i:1688319451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605d7803955018fbfbef5c269aac0e6255e2c6b6', '114.119.137.200', 1687529158, '__ci_last_regenerate|i:1687529158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('605ea15be757c32961c3585666fade29e29c2063', '52.167.144.61', 1688058579, '__ci_last_regenerate|i:1688058579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60618bab19722d5de3e8a5647b0db799ce33e9f3', '52.167.144.164', 1685974244, '__ci_last_regenerate|i:1685974244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6064ce9d793b9e1e9f7e5f86e81ee4b385abe787', '40.77.167.227', 1682002289, '__ci_last_regenerate|i:1682002289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('606539cfaed381618b970cfa68a7992ee3f087cd', '52.167.144.171', 1684653129, '__ci_last_regenerate|i:1684653129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6066aae4122607c006c515bf1ac64b18d07250c0', '190.56.32.35', 1671717094, '__ci_last_regenerate|i:1671717094;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671716078;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6067e54911e3ecd4b103669c1d5b505405f88e43', '114.119.135.152', 1685552410, '__ci_last_regenerate|i:1685552410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60694ed56f2bcaeb8622d608490f27e6a19fe9a1', '190.148.252.88', 1670858334, '__ci_last_regenerate|i:1670858334;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670858035;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('606b19a9e2a7103794270874aa517311898adfdf', '200.119.168.48', 1668117876, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668117876;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668117845;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('606c2321a6e5a5d0e277007fc091a42754b1c619', '18.206.55.48', 1651701814, '__ci_last_regenerate|i:1651701814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('606dd0a8f3527780ea4757fee9a357379fc384e9', '54.36.149.104', 1679124567, '__ci_last_regenerate|i:1679124567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60710bc03dbd681a8d431cdac6f354e4adf4c636', '200.119.170.221', 1664388692, '__ci_last_regenerate|i:1664388692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60715d5a3788a718b806c4b5b84811cde86a23c3', '54.37.233.116', 1650851784, '__ci_last_regenerate|i:1650851784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60717bb42b98c48152793a313a3c28bcf2e426a7', '52.167.144.164', 1685241021, '__ci_last_regenerate|i:1685241021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6072e05e8d5337e9ec19e3d2356cf85bf87e6bce', '190.56.173.175', 1653164016, '__ci_last_regenerate|i:1653152693;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653095491\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653159644;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('607377f3ee6073afff91687c1ee253280a517fdf', '200.119.172.60', 1674861473, '__ci_last_regenerate|i:1674861473;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674861154;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6074371148e477529bf7598713329172c8d1f223', '93.158.90.137', 1668516476, '__ci_last_regenerate|i:1668516476;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 ('60745f4bce97e9e6ee2ac038dcfe5a2788a65a89', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6076ac96cada802eee0b76f2e9b35a7c1012945f', '40.77.167.146', 1687686497, '__ci_last_regenerate|i:1687686497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60780d1dd521f64f59f662bc2f783359655a6337', '114.119.144.116', 1686500433, '__ci_last_regenerate|i:1686500432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('607ce329f084a98070dda16aeffb7dccf7ac21f2', '45.41.15.59', 1658299659, '__ci_last_regenerate|i:1658299658;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60801fdd7a4ca564e606495bb5196f2c70f384d5', '40.77.167.43', 1657716760, '__ci_last_regenerate|i:1657716760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('608047bdce7088e2fd09bd1809dc8819d2a17d33', '190.56.48.16', 1677623517, '__ci_last_regenerate|i:1677623517;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('60810ef0390d536b326592535eb6799bd7e903f4', '159.223.170.133', 1680960030, '__ci_last_regenerate|i:1680960030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60827d4a6794c1720f349aac09fd76ee34209e91', '89.187.164.135', 1665974063, '__ci_last_regenerate|i:1665974062;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60834803715f04cb3bd0a478df46a31e2254e116', '46.101.63.152', 1652762871, '__ci_last_regenerate|i:1652762871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6086d6ae55ffba4421534df03b7b9b75040b6f6d', '40.77.167.56', 1673322343, '__ci_last_regenerate|i:1673322343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('608721d127dedacc001b6659764dc58cd1704126', '40.77.167.63', 1672182467, '__ci_last_regenerate|i:1672182467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60879236f915219a30931f5ba38915f0a8db74a3', '207.46.13.36', 1672812010, '__ci_last_regenerate|i:1672812010;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6089b53eeeb7ba76739993977149f327167c1068', '144.76.67.169', 1669883259, '__ci_last_regenerate|i:1669883259;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 ('608b2b7933fcd0ecede9a07e90fd2135a31e5fe7', '17.121.115.161', 1658441542, '__ci_last_regenerate|i:1658441542;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 ('608b307cce01c44c7055a7e5a5f2bfd7b79d51ce', '52.167.144.69', 1675851908, '__ci_last_regenerate|i:1675851908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('608b88059603731f2db63fe0b3a390b6deecd7cd', '34.217.99.59', 1655384874, '__ci_last_regenerate|i:1655384874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60931bb630094c999e490f5075b1dea89dd74d2f', '34.217.116.65', 1679144914, '__ci_last_regenerate|i:1679144914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60943593faf0c5a4ae3f91d78f8e2a701f08f1c7', '66.249.65.103', 1652046092, '__ci_last_regenerate|i:1652046092;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 ('6094b4038dc21cc7082f1ab1798f31f6f2cb4b11', '200.119.170.30', 1660228614, '__ci_last_regenerate|i:1660228614;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660222361\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660228317;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609730dae31bf2f288b6ad1a259a213632b782a8', '157.55.39.51', 1669159138, '__ci_last_regenerate|i:1669159138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609988ff0f9d11d21dd6518cf43d1803a593a8ce', '190.148.252.88', 1670869069, '__ci_last_regenerate|i:1670869058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670869068;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609990c7dc161ddaa69133bd07528f35304eaeb5', '52.167.144.164', 1684315775, '__ci_last_regenerate|i:1684315775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609bc3bad73e0a1a98e88f9e20716140c727e747', '190.56.55.113', 1673739933, '__ci_last_regenerate|i:1673739933;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673739828;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609c18c67935bddbdce84daf9e236ae9cc5d6d0f', '157.55.39.253', 1682406708, '__ci_last_regenerate|i:1682406708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609c2d8b84c11a1cff5e2f764564c990e3b0f3c5', '51.222.253.12', 1687484683, '__ci_last_regenerate|i:1687484683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('609c62bb1809b58678f61b66ca79545f4f6b6885', '200.119.172.60', 1674783343, '__ci_last_regenerate|i:1674783343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674782353;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a1e0d0b733239eca1c4b467f313c51d6116c72', '66.249.79.203', 1681421946, '__ci_last_regenerate|i:1681421946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a2cc369e95af86f5ca617065fa1de5e1f8d7e4', '51.222.253.15', 1678584530, '__ci_last_regenerate|i:1678584530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a5b356cd1da47aece313da1722657f85b6f755', '17.121.115.16', 1657287846, '__ci_last_regenerate|i:1657287846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a5e33db18fa23fc400857328eff7c13dbc37d9', '114.119.136.203', 1686425077, '__ci_last_regenerate|i:1686425077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a8c34b0efacacc428f805e3bafddbcb5220a6d', '114.119.150.228', 1685773714, '__ci_last_regenerate|i:1685773714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a93a8d05a49d91d5efa881f4d571dcda3d5745', '190.56.50.253', 1682723038, '__ci_last_regenerate|i:1682723038;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"eNI5Un3pS0sVORHwqQEr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a995d4b7485bf70976a0fc59fbbbf19344d702', '190.148.158.164', 1667337482, '__ci_last_regenerate|i:1667337482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667337474;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a9bca55c6735915fc23071b8e545e9ea642cfd', '66.249.79.195', 1687500229, '__ci_last_regenerate|i:1687500228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ab3066fd868bb0cf25b71005cca1b98c0681eb', '52.167.144.93', 1678176800, '__ci_last_regenerate|i:1678176800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ab4ed0bff80915741a10ce3a6d13013c2dea22', '114.119.155.100', 1688418064, '__ci_last_regenerate|i:1688418064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60abc4f4394af58564aec78a8ec296f1e5b49771', '52.167.144.43', 1683658253, '__ci_last_regenerate|i:1683658253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60abf3f35bf0a7f1c29f24fd266da95ebfbeaaa9', '190.148.157.53', 1684028900, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684028899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684028899;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ac1cf5086ab0556dd25cc8d5248fc888215b58', '35.91.47.8', 1677590930, '__ci_last_regenerate|i:1677590930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ac719e5033e2eb3d89ef117f646858a5fce964', '207.46.13.12', 1676460810, '__ci_last_regenerate|i:1676460810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ae72c613bb8fc73c1dd23fefaad63e21ebf1e8', '146.148.68.183', 1664132404, '__ci_last_regenerate|i:1664132404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ae812746c6aaff3381e38ba3b692efa440cec4', '190.148.252.236', 1656083028, '__ci_last_regenerate|i:1656083028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60af175198cc18112c32ac36378aad276b22e8b3', '157.55.39.33', 1653044004, '__ci_last_regenerate|i:1653044004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60af513b260a952a7d9f33f7c91759521fd5b2d3', '52.167.144.162', 1686413252, '__ci_last_regenerate|i:1686413252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60af5e7257f1428a1b89695ed73226402b27afe3', '190.56.50.253', 1682688544, '__ci_last_regenerate|i:1682688544;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682688366;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b1244663ae2266394e31a10ea9f6e121e6241e', '52.167.144.164', 1686652322, '__ci_last_regenerate|i:1686652322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b1ec7d22d3081c1982804de04f4503a27b4062', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b37b59472686e88327f6bb4d0a987db3f80eed', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b5513f10186b19f77cfb551024607f217644af', '52.167.144.98', 1686581767, '__ci_last_regenerate|i:1686581767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b5ee433b56bb3d18e65f4e5c4827908ca3791e', '51.195.216.255', 1650897809, '__ci_last_regenerate|i:1650897809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b73e5c514a52c2a8c82a157beb332e62eb42eb', '40.77.167.241', 1687333533, '__ci_last_regenerate|i:1687333533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b8c4e1f9d5dbd1d6bae420bd534a87243d8234', '52.167.144.120', 1688063392, '__ci_last_regenerate|i:1688063392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ba0267d00bd60ad1d33a2224cdcfea9afdf624', '190.56.55.0', 1687815408, '__ci_last_regenerate|i:1687815408;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687815402;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60bbb66b1223fdb873e444d550245075fb80628f', '114.119.156.206', 1684069887, '__ci_last_regenerate|i:1684069887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60be744f8794a3673fe5b00c485ebf9144fa8093', '200.119.173.130', 1675993755, '__ci_last_regenerate|i:1675993755;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675992861;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c05707e3c37918a53a5cf616354f124e37bfd3', '207.46.13.132', 1673167959, '__ci_last_regenerate|i:1673167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c07d65be362e2f5db6fe9370afbedbf806c186', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c152b92a90b80d31edc5f278e5b1d9a4585de0', '52.10.246.100', 1668777168, '__ci_last_regenerate|i:1668777168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c27719f6a835df7969c5e1ba4f05e210e95497', '40.77.167.202', 1687209091, '__ci_last_regenerate|i:1687209091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c3bade27d46bc42ac7b42c58c91f2dfb7e0e50', '51.222.253.17', 1679238923, '__ci_last_regenerate|i:1679238923;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 ('60c90db0a34788c53742d8e0c721bd4d227fbca2', '114.119.149.118', 1687166982, '__ci_last_regenerate|i:1687166982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60c9b55ef5f918c4ae6e4b0b825cc78a8d5f02e3', '114.119.130.54', 1687565572, '__ci_last_regenerate|i:1687565572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60cbab45fc358398a8e62fe22e8e8a7ce0b16717', '185.213.154.213', 1670121227, '__ci_last_regenerate|i:1670121227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60d16005b50501617d92a5ccabf2decd0c47175a', '54.36.149.91', 1652306983, '__ci_last_regenerate|i:1652306983;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 ('60d2317845c36dfdb1558f5380e41e7b70a84099', '190.148.157.98', 1678990542, '__ci_last_regenerate|i:1678990542;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678990530;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60d3019d75052048bf923d5f697f70e76848a67e', '52.167.144.63', 1687178308, '__ci_last_regenerate|i:1687178308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60d7098f3b94723de71fa4810d614c9b405825db', '3.144.113.56', 1655174262, '__ci_last_regenerate|i:1655174262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60d8e78b2fb7e485168269c02a463bc06b82a476', '52.167.144.107', 1680606349, '__ci_last_regenerate|i:1680606349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60d99a7de324921e13fec41bcd1514c3e6e4a497', '52.167.144.154', 1687513397, '__ci_last_regenerate|i:1687513397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60da63e2c78be7f242c015100e70790b20faf24d', '157.55.39.51', 1668222659, '__ci_last_regenerate|i:1668222659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60da763f11e0b9c4d17c34f2ade753a19a321032', '200.119.168.250', 1680719355, '__ci_last_regenerate|i:1680719355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680719329;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60dbe5edd665111ec280a35ec304cdd333ad6b59', '200.119.168.250', 1681060014, '__ci_last_regenerate|i:1681060014;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681059957;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60dc5f675458c7f401da61bbfc776e5320937139', '52.167.144.61', 1688180771, '__ci_last_regenerate|i:1688180771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e0fcbcb1b59a9a1fcd92ba729a6b9e83373507', '52.167.144.164', 1679801236, '__ci_last_regenerate|i:1679801235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e1bdb34752131956bb92c6ce04b95d662db272', '52.167.144.162', 1686177907, '__ci_last_regenerate|i:1686177907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e20d527c7c1f69445b9a8e27d93312707d92d5', '114.119.134.123', 1688276748, '__ci_last_regenerate|i:1688276748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e31dc383d860a5aa9d2eda8e8f821747bce458', '40.77.167.224', 1686070873, '__ci_last_regenerate|i:1686070873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e34569940e7366c79c60393ae2892a81264852', '54.36.148.46', 1661445952, '__ci_last_regenerate|i:1661445952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e4505e541a7e0f0357567e179df9bc494f01ea', '114.119.143.14', 1687848797, '__ci_last_regenerate|i:1687848797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e540e75ed3602de3964d36fe703d9c2f87e285', '66.249.65.167', 1658981351, '__ci_last_regenerate|i:1658981351;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 ('60e5b06330cc638ecdf070cd50213dba822208c7', '114.119.140.250', 1684314261, '__ci_last_regenerate|i:1684314261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60e863990c9e6993578cc27b832e40ac232ad498', '114.119.139.19', 1684356609, '__ci_last_regenerate|i:1684356608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ea74b8dbc2f53afc41ac603c8a13e6b2bbf448', '114.119.131.112', 1688204250, '__ci_last_regenerate|i:1688204249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ef1d60ecc10114e72f09c8937995af8166a884', '46.101.63.152', 1652762874, '__ci_last_regenerate|i:1652762874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ef31f8adf82ea0a2152a9c9aa3230adb862714', '114.119.130.109', 1687313524, '__ci_last_regenerate|i:1687313524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ef3a70d27a598f79a8d8656ca6c7978cb9d67c', '40.77.167.202', 1687595160, '__ci_last_regenerate|i:1687595160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ef5066d54770f3874261bb15f662161e8f7923', '51.222.253.2', 1680061482, '__ci_last_regenerate|i:1680061482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f03d8e7979f9a322c6f5f668827f468a738169', '52.149.122.138', 1653430711, '__ci_last_regenerate|i:1653430708;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 ('60f099695b5d8a9b7f58b86edff2d30b5d0049dd', '200.119.172.65', 1659377454, '__ci_last_regenerate|i:1659377454;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f17686c2d4006ae5eafe7feac148e74886c65b', '190.148.157.177', 1682194858, '__ci_last_regenerate|i:1682194858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682194603;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f1f0c36ef036cce0df31a8e6d9baddac7428b7', '114.119.157.214', 1687629045, '__ci_last_regenerate|i:1687629045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f1f92521d24023d7bedc4d3f09382565bc1837', '5.188.62.21', 1653302140, '__ci_last_regenerate|i:1653302140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f2a37f762f69d63d8d9f68e0736fb9d143d93e', '137.184.93.142', 1687557876, '__ci_last_regenerate|i:1687557876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f365c233be4018ee0d5380bd9d83a52ed7d439', '40.77.167.191', 1682053719, '__ci_last_regenerate|i:1682053719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f48baf985291c30d9c3f6a48199278546391bc', '157.55.39.215', 1678276132, '__ci_last_regenerate|i:1678276132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f59f0dab071d3bc7862bbf4501f754ee720888', '114.119.135.130', 1688421056, '__ci_last_regenerate|i:1688421056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f7780a945f0b6b07defe3535b202b29543b389', '190.56.32.35', 1671661328, '__ci_last_regenerate|i:1671661328;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f946940ec7dffdeba9589cc046a510ba4563f3', '40.88.21.235', 1660585403, '__ci_last_regenerate|i:1660585403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f9ff97a90a21776ee422cf2f24407257752eb1', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60fac368e03ea7a4dd2390fb8d9e6d5e6d2e6535', '40.77.167.191', 1682359933, '__ci_last_regenerate|i:1682359932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60fd339a3eeb2b9d207c295f4d9e44622baf9bc0', '40.77.167.222', 1681459208, '__ci_last_regenerate|i:1681459208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60fdcf6f9135a4320eeb202606b427ed5d70c864', '190.148.252.183', 1681566622, '__ci_last_regenerate|i:1681566622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681566554;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60fe558f1bf4ddb8a5a4c884e1e06279f4ffcd00', '190.56.32.162', 1686595559, '__ci_last_regenerate|i:1686595559;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('60fee465b4dd9874b66bf47c1ac49123bce3c822', '114.119.142.72', 1687271653, '__ci_last_regenerate|i:1687271653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6101345cd7918f78f4b5a814675c975722abd32a', '17.121.115.37', 1652188067, '__ci_last_regenerate|i:1652188067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61038a7ce7a5511b9f4b27900ad2e1faf0aa0f95', '190.148.158.175', 1672348814, '__ci_last_regenerate|i:1672348750;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672238210\";last_ip|s:15:\"190.148.158.175\";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 ('61058d0bf93304bbf17b3b30599995fc69267a44', '190.148.157.53', 1683997381, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683997381;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683997376;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6105a53be0953873864048937fb520e80b3ccfcd', '200.119.173.177', 1684938936, '__ci_last_regenerate|i:1684938936;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684938588;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6106eddf4c34217a2146070cca7ac614fb09a150', '190.148.157.183', 1680452133, '__ci_last_regenerate|i:1680452133;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680452113;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610734035ad5aae21d50803682f9693e19d91294', '52.167.144.164', 1684446369, '__ci_last_regenerate|i:1684446368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610b2e678b29d5c4107659ab13825b83eb78a817', '200.119.169.59', 1655298047, '__ci_last_regenerate|i:1655298047;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655298042;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610b8d5197eff4d3894a6a18944cb3634e2d1968', '157.55.39.69', 1672273209, '__ci_last_regenerate|i:1672273209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610ee85fbf925761cddbe0628af687890533200f', '51.222.253.15', 1665570608, '__ci_last_regenerate|i:1665570608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6112f2f6175ffedf7c58badc2ccc199899375597', '51.222.253.10', 1663348086, '__ci_last_regenerate|i:1663348085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61143a7730bf61e319bda399ad8f38c7ed155499', '200.119.172.60', 1674682345, '__ci_last_regenerate|i:1674682345;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674572467\";last_ip|s:14:\"200.119.172.60\";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 ('6114b41e368c4435d3c1efdaf80e82a2cbb9ec62', '190.148.87.244', 1654616044, '__ci_last_regenerate|i:1654616044;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654616025;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611505f642e6e390ef7f2588951b8a4c0f204c6e', '17.121.113.170', 1656353851, '__ci_last_regenerate|i:1656353851;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 ('611549829f8b8448b8fa4944c80a59f72755c0f2', '185.27.99.140', 1659396435, '__ci_last_regenerate|i:1659396435;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 ('6115df5adac277d642e4695ea0cbf705cab12571', '64.246.165.170', 1660428991, '__ci_last_regenerate|i:1660428991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611651076c6752092de2a6be51827560b2a71e1e', '5.188.62.140', 1653269663, '__ci_last_regenerate|i:1653269663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61175180ae4c93c62e0c86e5eb1613efcf6826de', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6117ebaceb51ca62b22ad178344758d4fe2dc4b7', '157.55.39.148', 1671810241, '__ci_last_regenerate|i:1671810241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611a50f10d6576c788942e8d5694e0f8ecd7cf5a', '52.167.144.164', 1686165490, '__ci_last_regenerate|i:1686165490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611c3861c9d42725be6c40a033e06f325c91882a', '193.201.9.12', 1658217578, '__ci_last_regenerate|i:1658217577;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611cc519d61e46f31d3ad8a31fcf85e49782bd55', '130.245.169.139', 1657878936, '__ci_last_regenerate|i:1657878935;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611d839335482eb87cb5c1d634ac742cead0dddf', '34.219.49.187', 1667222890, '__ci_last_regenerate|i:1667222890;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 ('611edd603fda7c7fa43a6915e401a8bce4fe9fac', '157.55.39.212', 1677463588, '__ci_last_regenerate|i:1677463588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611f36e950e674960098e16067e6795c281496d6', '40.77.167.178', 1676772675, '__ci_last_regenerate|i:1676772675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6124a0aea347ed26c3aef0d84850d7a26ff4632c', '17.121.113.99', 1661064489, '__ci_last_regenerate|i:1661064489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61268fcb5ec86473f3bdb6a3bcb75031d7883c3b', '114.119.141.186', 1685590088, '__ci_last_regenerate|i:1685590088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6127fb0f7d1f8a99ae60426870ea242a5fc3966f', '114.119.151.208', 1687114683, '__ci_last_regenerate|i:1687114679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6128ca1cae2f62785dcd4f96da29c541243cabda', '40.77.167.2', 1668367022, '__ci_last_regenerate|i:1668367022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61292b4ac01cc4178bb72112065739ff2d3ecf4e', '190.56.50.52', 1657756182, '__ci_last_regenerate|i:1657756181;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6129cfcea085af19cfb396595230ff01dbaef88c', '190.104.119.212', 1654800394, '__ci_last_regenerate|i:1654800394;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654790377\";last_ip|s:15:\"200.119.173.111\";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 ('612a6a27f3a39f49b1ccab30f42c39ee27780973', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612abe6d98e5fce734538b0938bc76d979be9c57', '157.55.39.147', 1672379478, '__ci_last_regenerate|i:1672379478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612ac9ed237b4078e387ba24cc10b775ce999b75', '190.56.55.48', 1687305112, '__ci_last_regenerate|i:1687305112;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687304903;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612b70539ba8c887b726ad904fd6161da8ce83bd', '52.167.144.162', 1686312912, '__ci_last_regenerate|i:1686312912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612c187e23a54e9308aca9aeb939a787198ec85a', '190.56.32.162', 1686275005, '__ci_last_regenerate|i:1686275005;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686275001;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612e736fa803f8ec9e85712ff14a4233d8c30ec7', '149.57.16.7', 1653807009, '__ci_last_regenerate|i:1653807009;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612f6596efa3cb5da0df22103f714bd2e5e118b8', '54.190.160.47', 1651151650, '__ci_last_regenerate|i:1651151650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('612f878a3cb368d929d0cee5197243c90a3dd9a7', '17.121.113.219', 1653147838, '__ci_last_regenerate|i:1653147838;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 ('612f87a071c435505450766c29500e8c0341a77e', '207.46.13.142', 1665177874, '__ci_last_regenerate|i:1665177874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613004e163cd18ebf0883e022cbec78b52c5c060', '176.113.43.46', 1650833359, '__ci_last_regenerate|i:1650833359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6130ef0a98da109929f8f9e81b5d6886e62538b5', '64.246.165.180', 1653217878, '__ci_last_regenerate|i:1653217878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613248732da219f00e4974acdd5829580fd4ef7f', '52.167.144.166', 1686862078, '__ci_last_regenerate|i:1686862078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6132582346c8be78d152655ac05b14301369590a', '40.77.167.43', 1658840451, '__ci_last_regenerate|i:1658840451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6133cb01063e0faff5186bc526b7884f81f13557', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6133d34752e40a3cf0307d8af799ba3abf4eb5fb', '190.148.252.195', 1653958308, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653958308;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653934105\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653958297;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61341b78d3f81988a8c401f87cbd141606df0f03', '157.55.39.147', 1671924549, '__ci_last_regenerate|i:1671924549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613731007106c9614e1c2307e0af7be445653960', '190.56.55.113', 1673468086, '__ci_last_regenerate|i:1673468086;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673468081;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6137346921e176c4de5c50921465edc53fdc1366', '40.77.167.191', 1682109626, '__ci_last_regenerate|i:1682109626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6137df8ca6f0072eb4161a194fa92aaa8adf7ae4', '200.119.174.9', 1674143303, '__ci_last_regenerate|i:1674143303;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674143207;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6139ae2a506ddcad0a8878069daf1c0059d945be', '190.148.158.175', 1672591590, '__ci_last_regenerate|i:1672591590;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672591577;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613a149927cda06856844f9f63ab54b02c356803', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613bb885139cfa9d653deb42d4f04fe12ec333d7', '190.56.48.81', 1666037360, '__ci_last_regenerate|i:1666037360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666037307;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613ecfa3ff10922f44efa475e4681dc4349e513c', '200.119.173.67', 1679340169, '__ci_last_regenerate|i:1679340169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679340169;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('613edb7d412ce9f47c10f00c99ab638fc1556cbe', '130.245.169.139', 1657878932, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6146bee71f19856b487837030de4748aa72b0835', '40.77.167.161', 1676166024, '__ci_last_regenerate|i:1676166024;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614cb4897c2c304084fe7dc9c897197872c55ae8', '207.46.13.212', 1676921191, '__ci_last_regenerate|i:1676921191;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614d3ca215a8e69a973b5b512fca8ad6e3d510ef', '190.56.55.0', 1687831478, '__ci_last_regenerate|i:1687831478;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687831478;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614d706e9a01c8f229e7fe70fa67b53abdcd7e03', '109.248.139.155', 1683295732, '__ci_last_regenerate|i:1683295731;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614de9909666b337d2ff44bf8667bdcd36a08830', '114.119.134.212', 1686354746, '__ci_last_regenerate|i:1686354745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6150dde6fc6c893b104d58b6d3d1c8f78451ae27', '114.119.149.134', 1686512613, '__ci_last_regenerate|i:1686512613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6152b9017e15cf4e42e869cd28d70d00b8baa89c', '198.251.73.89', 1686693223, '__ci_last_regenerate|i:1686693223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6152d221ca3c3f9a3d94a06012ee64ce560ff278', '114.119.143.174', 1685013814, '__ci_last_regenerate|i:1685013814;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 ('6154deffec1241725bf6218896777a8e30cc03ae', '40.77.167.101', 1661431559, '__ci_last_regenerate|i:1661431559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615555d2c24282d643b70856436cc03b7cdc450e', '40.77.167.64', 1674542974, '__ci_last_regenerate|i:1674542974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61586f563cf4289077b3d9674df693c32c9e29b4', '52.167.144.98', 1684228886, '__ci_last_regenerate|i:1684228886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6159392f8cd3caee8b0ea6acd4a8cf6824e86062', '114.119.159.40', 1687647082, '__ci_last_regenerate|i:1687647082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6159de0639230bfad34af13f76c981d08833b1ed', '35.89.125.77', 1680788313, '__ci_last_regenerate|i:1680788313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615abe9607e4573f4906418f6b2f90da0bafa48e', '52.167.144.164', 1685546830, '__ci_last_regenerate|i:1685546830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615afc180b739c43cb911805af864e703ab218ef', '207.46.13.6', 1671667768, '__ci_last_regenerate|i:1671667768;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615b2be29619bae058609654019d35d091a84b79', '190.148.157.117', 1675526323, '__ci_last_regenerate|i:1675526323;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675526319;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615cc157d662fc12d1c356105dbcf2623d9a44b9', '17.121.112.202', 1655379875, '__ci_last_regenerate|i:1655379875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615d09b9d13a37d7869fa7a331f776908e06e675', '17.121.112.89', 1651856392, '__ci_last_regenerate|i:1651856392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615da05a01d23997e91b9e624ec5c1aadbb27fcb', '190.56.51.158', 1655589469, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1655589468;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571580\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655589468;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('615eef7c03eb818f9c55d033b9aaa35574aa01c9', '17.121.115.108', 1654318286, '__ci_last_regenerate|i:1654318286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6162f30f7642a45ce6df93e6f1879889508a184b', '207.46.13.234', 1658940646, '__ci_last_regenerate|i:1658940646;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 ('6163c3c030cd46f6873c8118320d9ed1e01d88ef', '40.77.167.166', 1677323713, '__ci_last_regenerate|i:1677323712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6165dc2555f23dc1248d7add7aff078e8add1473', '59.36.173.146', 1666327408, '__ci_last_regenerate|i:1666327408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61668162ec43dbdb30032c37da963d000ddcf75f', '190.148.157.50', 1668777137, '__ci_last_regenerate|i:1668777137;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668777010;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6166d7356e6257851aa537f3f68d9286ee44adfa', '52.167.144.120', 1688063391, '__ci_last_regenerate|i:1688063391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61678704d71615cb4a0312e7e2d6a2b61d8cb987', '200.119.173.225', 1654525720, '__ci_last_regenerate|i:1654525720;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654457478\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654525067;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6167a1d22711223b7f5a851d6684e501a0cc7217', '36.99.136.133', 1650976202, '__ci_last_regenerate|i:1650976202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6168825a5befe887724947762bd9b408a08020af', '51.255.62.12', 1680288329, '__ci_last_regenerate|i:1680288329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6168e65c6470aa05c042c17e43750df16bccc2f1', '52.166.174.122', 1658744469, '__ci_last_regenerate|i:1658744469;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 ('61691f6e1779c0671d0ac1ac1df7a648a76b8835', '200.119.173.177', 1685142591, '__ci_last_regenerate|i:1685142591;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685142588;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6169ade2c86dd6556e387ebe1801fa4242e21e44', '114.119.155.23', 1688365989, '__ci_last_regenerate|i:1688365989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6169aea55f53e2869bc62f69ae644b43f7ce21a4', '40.77.167.191', 1681626335, '__ci_last_regenerate|i:1681626335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616c48c02c1bc3899da84735a33c3a0646da722e', '5.188.62.140', 1656443373, '__ci_last_regenerate|i:1656443370;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616c4cb8aeb2a116757f6eb965d104d9b788b2ae', '114.119.159.152', 1688026461, '__ci_last_regenerate|i:1688026461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616c8371e3ece1b4462b352ca1848a8adbddfe0f', '51.222.253.1', 1664612612, '__ci_last_regenerate|i:1664612612;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 ('616e8aedef809617f74c2efef1d757e1723c2e39', '190.148.87.244', 1654612060, '__ci_last_regenerate|i:1654612060;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654191317\";last_ip|s:15:\"190.104.119.212\";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\";last_activity|i:1654611849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616eb6501649576d572ad08bd4fb53ad001c8b6a', '54.37.233.116', 1650851702, '__ci_last_regenerate|i:1650851702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616ed93acf70bd5065cfee79347840efea8bdca4', '190.148.252.96', 1673102626, '__ci_last_regenerate|i:1673102626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673102539;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616f0bd77347c2bfa44599956a3fc39f158f75b2', '157.245.254.89', 1655521010, '__ci_last_regenerate|i:1655521009;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617035b30eca6bab205f4eb79c346a8c405b8688', '114.119.140.44', 1688246468, '__ci_last_regenerate|i:1688246468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6173abb3e1b99339b957c0d53d6afb749d0cd86c', '47.104.68.94', 1656022712, '__ci_last_regenerate|i:1656022712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61757a06c33638f591e117ed1c9000bb1d2c8ba1', '190.148.157.183', 1680205490, '__ci_last_regenerate|i:1680205490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680205474;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6177b37da5631f2afa35cef56da6f68f896a9b3c', '190.148.157.53', 1684155081, '__ci_last_regenerate|i:1684155081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684154874;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617972b968dfc492af16cf55a1db65b3bd913c12', '52.167.144.109', 1680570160, '__ci_last_regenerate|i:1680570159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617991eb3c0feca74180365203bda02d0d5dd6f5', '192.64.4.26', 1680865990, '__ci_last_regenerate|i:1680865990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617bb5ff2118ab186fd5e5bc4a92a777af434769', '190.56.50.32', 1655065143, '__ci_last_regenerate|i:1655065143;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655058112;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6180a5f689539f3380938293b181e1cd06d12964', '190.148.157.183', 1680190532, '__ci_last_regenerate|i:1680190532;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680190520;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618474dd33a2a935a7e02f2e82d23d4e8a644051', '114.119.153.232', 1688137984, '__ci_last_regenerate|i:1688137984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618613f1e074d85f67241261e5121e8876f96098', '190.148.87.182', 1679584530, '__ci_last_regenerate|i:1679584530;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"NwoE4BSi76KvJzbt5Wem\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6187a62e0ceab5180c289741987840e2da90c799', '114.119.140.136', 1687632668, '__ci_last_regenerate|i:1687632668;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6188164e2d39cf29a1b6e0db764e9195243289bb', '190.56.55.113', 1673647626, '__ci_last_regenerate|i:1673647626;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673647472;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618834b76ecdc41f9a2909ddf197eafbd6802c6a', '190.104.119.148', 1651242356, '__ci_last_regenerate|i:1651242356;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";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 ('6188e572cc464ee6cfbd7a05b4813f6aa1dd80f4', '207.46.13.217', 1684154495, '__ci_last_regenerate|i:1684154495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618b0e69e3b86e367272bd48d4223b6217026130', '200.119.172.60', 1674697618, '__ci_last_regenerate|i:1674697618;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674696314;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618b20e395d067a075ff3e3b04c3b48c380092d6', '89.108.88.240', 1679727317, '__ci_last_regenerate|i:1679727317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618b830c64108a2bac452b5adcff23d4084f3475', '40.77.167.13', 1672035535, '__ci_last_regenerate|i:1672035535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618bf7c61b9a1780c839175ead8c10b5d68f0d51', '66.249.65.112', 1653271181, '__ci_last_regenerate|i:1653271181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618c61d2e36934076b448728db2af44d1d940c21', '40.77.167.219', 1676898774, '__ci_last_regenerate|i:1676898774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618cfc9451e5338a93445189573e7eb687e25670', '190.56.32.35', 1672100874, '__ci_last_regenerate|i:1672100874;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672100213;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618f960fbfb3a0da3302ab507c44b406c83991ee', '157.55.39.88', 1662540564, '__ci_last_regenerate|i:1662540564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('618fa616e46d5439ca8d4add88f2f62cc254059e', '190.148.157.233', 1655502908, '__ci_last_regenerate|i:1655502908;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655502903;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('619008fa7b224a1c46eb12c20bcf7656cc2ca997', '34.219.30.254', 1674480043, '__ci_last_regenerate|i:1674480043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61912db119a8f1fb40dc08d900df2a911a958650', '114.119.133.35', 1688187227, '__ci_last_regenerate|i:1688187227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6191d8cbfd623a9d18579ccd33fcced2a018ff94', '40.77.167.11', 1674458868, '__ci_last_regenerate|i:1674458868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6192f3b27d9c729b11621a10f87424574760824f', '190.56.51.184', 1658426978, '__ci_last_regenerate|i:1658426864;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658426978;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6193d7c8ea6e7eb1f8f3d81127613dccda05fdd5', '190.148.87.96', 1678714385, '__ci_last_regenerate|i:1678714385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678714358;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61947537d3ff51875a75301f8ad2a5bd2e2f0f70', '190.148.157.88', 1668542725, '__ci_last_regenerate|i:1668542725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668542701;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('619cddd4d0383cad834a13240146ebd232be799f', '51.222.253.8', 1683236813, '__ci_last_regenerate|i:1683236813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('619fbfa1587f44ec803965477b3f31379ad01590', '157.55.39.86', 1664993145, '__ci_last_regenerate|i:1664993145;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 ('61a0029bcd24a3b24af9647cb6b6f3a50bfbc557', '40.77.167.123', 1683091759, '__ci_last_regenerate|i:1683091759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61a0d5eb0a7e2f048c09f0765e1bec6a9a9fe8ad', '40.77.167.49', 1666192739, '__ci_last_regenerate|i:1666192729;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61a22aa9b3111349e0dc41ee1a45668d273178b0', '40.77.167.97', 1671352266, '__ci_last_regenerate|i:1671352266;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 ('61a2ef31275363615071a51565c950f47a9a5646', '144.76.67.169', 1676799051, '__ci_last_regenerate|i:1676799051;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61a2feea55018ceb17a30cfb5d20ff105a28207e', '52.167.144.63', 1687144548, '__ci_last_regenerate|i:1687144548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61a5d757fcb23073c3c727c60a51f4fbae7ea883', '51.222.253.4', 1686606240, '__ci_last_regenerate|i:1686606240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61a85669135b90b518884a04796a3d0a00c3e554', '40.77.167.191', 1681775103, '__ci_last_regenerate|i:1681775103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ac862e6df863ed2e726c21ad9ccaab8a0c9eea', '52.167.144.66', 1682156863, '__ci_last_regenerate|i:1682156863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b01868d40731d161645f496bd0b005e433f5bd', '157.55.39.218', 1681221384, '__ci_last_regenerate|i:1681221384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b30d89782b1953bb7037b6e665e214c46443e5', '40.77.167.63', 1672060440, '__ci_last_regenerate|i:1672060440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b8142d1ec107817eac2f377123cb4405048ca5', '51.222.253.20', 1681256749, '__ci_last_regenerate|i:1681256749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b98fcd23b5524812aa27a262da545227167b7d', '200.119.169.25', 1664899327, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664899327;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664897916;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b9d281f97b0bd7a57f9b8369467f554c5b22b4', '52.167.144.120', 1688067638, '__ci_last_regenerate|i:1688067638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b9dcdace7c97c88abe947bc39093d0397b5e1b', '173.249.31.237', 1659409221, '__ci_last_regenerate|i:1659409221;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 ('61bb8a0d3de87625d5872fdfc4cde27691a1133c', '200.119.174.176', 1659103914, '__ci_last_regenerate|i:1659103652;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659098804\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659103914;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61bfaa1b8b2275cf5d99e8b67767ebd180b12039', '51.195.216.255', 1650742032, '__ci_last_regenerate|i:1650742032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61bfae67bce4693aa3d7fb90977740fd936f14e2', '207.46.13.160', 1666272904, '__ci_last_regenerate|i:1666272894;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c0de3cc55b490462a975ae4c2e04e03145abf1', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c16fc9ea92344e4cebb60277caa812363392b6', '40.77.167.13', 1672603591, '__ci_last_regenerate|i:1672603591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c26d0a8d37be6e1ccc949860dffdd57db1dc7f', '40.77.167.91', 1686974036, '__ci_last_regenerate|i:1686974036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c5421276b5d7315824457bf9422c52da2a1526', '200.119.170.137', 1668637116, '__ci_last_regenerate|i:1668637116;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668637052;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c65efdd5bcad0fb8c442cab0457d8cc0b6641a', '52.167.144.82', 1687286800, '__ci_last_regenerate|i:1687286800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c75b3c4d5070fc0cb6a97365113483200202bf', '52.167.144.43', 1683652152, '__ci_last_regenerate|i:1683652152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c88db1e6d6c48bb9a0b92928e445af89bcd171', '190.148.157.80', 1669402742, '__ci_last_regenerate|i:1669402742;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669401622;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c9da7d49b43b3d1584a616c7c5d93b982a8b48', '51.222.253.3', 1682155101, '__ci_last_regenerate|i:1682155101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61c9ea9fe0f6be6d9a2849c9219af36eae974a05', '190.56.48.81', 1665937757, '__ci_last_regenerate|i:1665937757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665937734;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cb47c75fdc4db2cad6f74a86caa223314c2452', '200.119.172.96', 1675425697, '__ci_last_regenerate|i:1675425697;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675425689;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cbb0d3712ce0f19d3a2d19701ff5aa93cb3e5b', '114.119.145.169', 1688331531, '__ci_last_regenerate|i:1688331531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cbe108d3d6a8e435a96e2204fbf53d5553115a', '40.77.167.100', 1672524023, '__ci_last_regenerate|i:1672524023;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 ('61cbec04bdff20e0119215e58070b95400508bee', '35.203.252.146', 1669313114, '__ci_last_regenerate|i:1669313114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ccbc20e3d5192f351a9e1a5a431c4ad0d80e98', '144.76.151.42', 1650864865, '__ci_last_regenerate|i:1650864865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cdad6198d07eae355399406b8ba12b37fbf5b6', '190.148.158.151', 1677026444, '__ci_last_regenerate|i:1677026444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677026117;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cf9b875eeacd3bd218d2c1554da9913b4f5a2e', '190.56.49.237', 1665788887, '__ci_last_regenerate|i:1665788887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61cfb57fafbddd1790ee7f0c55b4c6e9c373e28f', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d3b42effdd067948773a96e34a4f1d2d32d6d6', '35.92.76.54', 1673705747, '__ci_last_regenerate|i:1673705747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d5c0290834f1564acc7cba222a836f67c28fa6', '114.119.133.130', 1688190356, '__ci_last_regenerate|i:1688190356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d7a6f2d54c598320770d0ee234cb1fd8850230', '51.222.253.15', 1652849266, '__ci_last_regenerate|i:1652849266;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 ('61d914a6aef2bcc35dac2dd76446a2ce5c67c46c', '114.119.145.3', 1685557981, '__ci_last_regenerate|i:1685557981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d9422fa49078d5c03343fd6ed34babaedaf808', '40.77.167.60', 1671409258, '__ci_last_regenerate|i:1671409258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e08bf9739f9f31f7e3032b144fe297aeb5f067', '157.55.39.123', 1666508978, '__ci_last_regenerate|i:1666508978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e0aa5cf5aabde93462ccc60661c4f13ad300ee', '52.167.144.154', 1688004830, '__ci_last_regenerate|i:1688004830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e0e1be78e8e2d66f3f03fca8307f069d0bfb59', '52.167.144.164', 1686172178, '__ci_last_regenerate|i:1686172178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e18c8459334e787d5e24d3b1e9e669161d41d0', '144.76.151.42', 1650866381, '__ci_last_regenerate|i:1650866381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e53ad317777dd55c7ac2a10fd65058b449cc58', '54.36.149.32', 1684804592, '__ci_last_regenerate|i:1684804592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e86df91aa1e037f6d590897677696e27192620', '104.144.45.189', 1664739559, '__ci_last_regenerate|i:1664739559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61e9b8fdaa508d9038dc015af8c745f477706fde', '200.119.173.177', 1685027015, '__ci_last_regenerate|i:1685027015;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685026769;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ea9c7734f25227d3e1e584506f96076b172476', '52.167.144.172', 1687104793, '__ci_last_regenerate|i:1687104793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ead264ab2cf60e901602def9c7565cb1b4bc00', '51.222.253.5', 1679238925, '__ci_last_regenerate|i:1679238925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ee77fbe971107f09c16dea39304aca44c51ab4', '157.55.39.192', 1665967684, '__ci_last_regenerate|i:1665967684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ef23cb5783d964671b45bf7cf88abc20ca1a49', '52.167.144.162', 1686769198, '__ci_last_regenerate|i:1686769198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ef5991059aeacd4414b919d19b3c99155ce3a2', '52.167.144.42', 1679274512, '__ci_last_regenerate|i:1679274512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61efbd1547914161e09c6eee451ceaf3ea7bc831', '40.77.167.39', 1656813870, '__ci_last_regenerate|i:1656813859;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f01c2568a53205740d5eb27dba1c27742598db', '146.59.157.229', 1650749883, '__ci_last_regenerate|i:1650749883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f12ca4c3c0febb112706ceba65358ca86d9c85', '114.119.145.151', 1688213288, '__ci_last_regenerate|i:1688213288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f240b512262aa6f2f5754cbee58ecdd7dc97e3', '200.119.170.15', 1655232261, '__ci_last_regenerate|i:1655232261;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655160414\";last_ip|s:12:\"190.56.50.32\";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\";user_csrf|s:20:\"7V93l16PaDAQwR2ujCmJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f4e4ae404916d031e67e6518d9b5823969d83d', '40.77.167.182', 1683611681, '__ci_last_regenerate|i:1683611681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f5fe3ef07fc4bf47dd29a317d9a086c8e17ce9', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f9d08b00f9a15d1a35c5cd6705380671aba24e', '190.56.55.48', 1687388306, '__ci_last_regenerate|i:1687388306;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687388282;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61fa8527c03aaf522d57be996dc6bc63a1f6bc7b', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;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 ('61fb8175f972075cd0e7d94dd2c2845821c1b28a', '68.183.152.60', 1662796099, '__ci_last_regenerate|i:1662796099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61fba89fe0c622646867b7cb091292b28d966ac8', '17.121.113.249', 1651776251, '__ci_last_regenerate|i:1651776251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61fd0ec223b5778df4fe2de3047f182a415647dc', '200.119.168.250', 1680742497, '__ci_last_regenerate|i:1680742497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680742421;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61fd8ce23e63db2b1e980ef6c09f5121d74bdd8d', '40.77.167.63', 1672215467, '__ci_last_regenerate|i:1672215467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ff23501e2ca15abbe1eefd568ec851ae6ec420', '51.222.253.12', 1683520276, '__ci_last_regenerate|i:1683520276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62057f2c53402cdc4c249149e43b2df7327e1147', '190.148.157.98', 1679082156, '__ci_last_regenerate|i:1679082156;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679082147;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62061203f26e84b56d3efc8bf01f138dece1b66d', '17.121.115.161', 1661706536, '__ci_last_regenerate|i:1661706536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62064d3e4430d9fbcb14136053335d4fd90ad814', '200.119.172.95', 1659805690, '__ci_last_regenerate|i:1659805690;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659802054;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6206ea63fbc8827946325d5f6e2033770fa1cb7e', '40.77.167.170', 1678950064, '__ci_last_regenerate|i:1678950064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6207b7af8f2106da3696d6325d03534f9fc2c04d', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6207cff8f4fc6378f10648539f9a8c5fc506cfe9', '157.55.39.102', 1658622611, '__ci_last_regenerate|i:1658622601;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6207eb0db66a3717c01a30ee149225fcc64e3524', '114.119.138.140', 1687799390, '__ci_last_regenerate|i:1687799384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6209819b5598d3f71111b58142f43505bbe57f1b', '190.148.252.183', 1681744632, '__ci_last_regenerate|i:1681744632;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681511284\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"LhBfrWs04pdMXegjFN7Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('620cbf1ea5863e13d8164cd1d6bdd8bd1829d1e2', '54.36.148.210', 1653624382, '__ci_last_regenerate|i:1653624382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('620e40f63b38b65ff3d40da43f30eff54b1bb291', '200.119.168.250', 1680716631, '__ci_last_regenerate|i:1680716631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680716581;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('620ede26eaec435dd1879125fd3be846e9fb781d', '52.167.144.171', 1685713720, '__ci_last_regenerate|i:1685713720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62120668216d1d35901742e6359c7a4493562021', '114.119.153.49', 1685590969, '__ci_last_regenerate|i:1685590969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62141e6ef735c40c04b8168c64896a14bed3f502', '52.167.144.98', 1685358369, '__ci_last_regenerate|i:1685358369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62159e8d4d0f0bcc379c78358a0703efe4c4c40e', '34.66.183.78', 1661096999, '__ci_last_regenerate|i:1661096999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6215c12a0f1ad8d1e4d1a639d3a5cc34112ab101', '193.235.141.11', 1676990548, '__ci_last_regenerate|i:1676990548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6216a424a331d7238ed2eb87fc61edebbd9706f0', '114.119.151.251', 1685288851, '__ci_last_regenerate|i:1685288851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6217a12639088ba7beafb86d57ba298b2885c35f', '17.121.112.129', 1653923782, '__ci_last_regenerate|i:1653923782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6217d5cdb03e9675e965b5d5bf66de4b245942fc', '40.77.167.60', 1671600541, '__ci_last_regenerate|i:1671600541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('621d5851bfaf229aac295ba0e4ca6c3375ed243b', '190.56.32.174', 1676839457, '__ci_last_regenerate|i:1676839457;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676839444;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('621e4a4f356e299e5a58a279b6bbe2593d1a872c', '149.56.160.175', 1656119781, '__ci_last_regenerate|i:1656119780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('621fcd4522d08ca7fc97f14375314ab24d30f354', '51.222.253.16', 1681732217, '__ci_last_regenerate|i:1681732217;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 ('6221451afdbc88f1a3449dca3ac76faf047eaeb0', '190.148.87.6', 1668450701, '__ci_last_regenerate|i:1668450701;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668450445;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62226075a71a41a984928aa2716f793d0bdbf359', '198.235.24.135', 1655564524, '__ci_last_regenerate|i:1655564524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6229bf1ab7fd61e03aafa3b6040879392706d3f0', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6229c76d73520986f9bf2d4cc042d293065e60e5', '114.119.149.108', 1687527997, '__ci_last_regenerate|i:1687527997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622a88723d4ebf1f8663c75bf876cb4b237b1259', '52.167.144.164', 1686069789, '__ci_last_regenerate|i:1686069789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622ab6f6dcf0c6a896be48b556697487dfb4c114', '191.101.41.122', 1685291605, '__ci_last_regenerate|i:1685291584;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 ('622ac402d24d13f6dd0adf58443358dff69034bd', '35.90.22.172', 1674739984, '__ci_last_regenerate|i:1674739983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622b0637a0ece4653cd19dec56722e6bff8ccf13', '175.196.127.111', 1650791328, '__ci_last_regenerate|i:1650791328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622ba61fbf89b95674378c10e375feb3e4efc2d4', '114.119.140.103', 1686353688, '__ci_last_regenerate|i:1686353688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622bde824e946199a817854a62c1066a9d5c3e4b', '51.222.253.11', 1658953108, '__ci_last_regenerate|i:1658953108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622c30baaa8d321d9c8fb99b1b4911ebd4706bfc', '200.119.168.250', 1680639254, '__ci_last_regenerate|i:1680639254;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680637975;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622cc1ce51cfa78459490dd686633b97a6e6aea0', '190.148.87.182', 1679576094, '__ci_last_regenerate|i:1679576094;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679576083;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622d3be024872b710109d9e2fe34f086d00d72b5', '200.119.174.9', 1674225742, '__ci_last_regenerate|i:1674225742;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674225734;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622dc8a839e2ae5a2a4b70ecc82bb346fddea5ac', '40.77.167.85', 1685715658, '__ci_last_regenerate|i:1685715658;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 ('622e78f1006beeae2b2841d1430953843db3e767', '157.55.39.143', 1669998800, '__ci_last_regenerate|i:1669998800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622e871e18ca1784833c048d4824ace154de032f', '190.148.252.183', 1681231344, '__ci_last_regenerate|i:1681231344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681230494;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('622eb3bd98c5bea32a4ac87c8aa34792a6f96889', '190.148.252.55', 1675693513, '__ci_last_regenerate|i:1675693513;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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 ('62300a1f34441323fcabb0a944e444edd41e193e', '52.167.144.162', 1686507881, '__ci_last_regenerate|i:1686507881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6231bee7498a1fe478aa1646da910a9eacd89a97', '114.119.149.43', 1686488992, '__ci_last_regenerate|i:1686488992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6233f7abd08fca045bdbb715285dd252ed5f527e', '66.249.79.199', 1681915580, '__ci_last_regenerate|i:1681915580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62355d6c7fc0973f287550f47a51c6c2a3d797ad', '52.167.144.74', 1687972913, '__ci_last_regenerate|i:1687972912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6235ff01c8b9db9bb1cf6ff0ba8277085f5d4d19', '114.119.142.3', 1687812915, '__ci_last_regenerate|i:1687812914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623797d8226b8493e0eeb48150263cc9290addaf', '52.167.144.162', 1687333379, '__ci_last_regenerate|i:1687333379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6237a0a40b2fae4208f0439da506780018eb9197', '51.222.253.5', 1678150757, '__ci_last_regenerate|i:1678150757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623855f950000051acbeb39de0bef6d2e3411f33', '5.188.62.76', 1659575730, '__ci_last_regenerate|i:1659575730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6239eef8a5cefc452bab347d619c913583c4dd8a', '74.125.212.199', 1682810686, '__ci_last_regenerate|i:1682810686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6239f847c67cdb50951e985af73c8de7d1d7a9a7', '52.167.144.171', 1685685207, '__ci_last_regenerate|i:1685685207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623a5630b6a3b844bf094e5193f6c027fd4b7c31', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623a7dae8ecf8417b3fa71cc814ff2dfddb1be77', '130.245.169.247', 1657277743, '__ci_last_regenerate|i:1657277741;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623aaad1003a6afddfb4c4da88bbdab2404c3015', '200.119.168.109', 1668881125, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668881125;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668880369;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('623dd05f751f90ff1d61de138c25db2bc945fb6c', '51.222.253.2', 1663077707, '__ci_last_regenerate|i:1663077707;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 ('624521c4a8e6469f70f49efed89fd64463a87ca7', '114.119.152.134', 1687604785, '__ci_last_regenerate|i:1687604785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6245b3a85ecbadf3db1f11a5313a012a7e20c7f5', '40.77.167.13', 1673089077, '__ci_last_regenerate|i:1673089076;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6245dc4134087644c79ca453d4f70903d7555efb', '40.77.167.23', 1673654259, '__ci_last_regenerate|i:1673654259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62488dd62aa81a131a4ebc92a6cc06f0884ed715', '190.148.252.178', 1657286879, '__ci_last_regenerate|i:1657286879;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657231854\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657286866;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624908606831611b2222227768b2599070b10e37', '40.77.167.49', 1664306411, '__ci_last_regenerate|i:1664306411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6249481c4e0ad89be30159248c14c7ea7a9a514d', '74.125.215.39', 1666617405, '__ci_last_regenerate|i:1666617405;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('624b2d97983d534bee1b521670144b368f396e4b', '40.77.167.37', 1669293254, '__ci_last_regenerate|i:1669293253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624b356a80707285ee41f77d3781dc03074db4d5', '200.119.170.158', 1661347460, '__ci_last_regenerate|i:1661347460;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661346576;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624d566e9b1d20626cbd5a7c5de4674f622a1084', '54.36.148.14', 1655084427, '__ci_last_regenerate|i:1655084427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624dbb3debc769f96f2c2104f5e32dafbcb114ba', '190.148.252.183', 1681737178, '__ci_last_regenerate|i:1681737178;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681737126;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624dc8fa67b94321c43584b1c55ce2f9b80e5b5e', '52.167.144.31', 1675744906, '__ci_last_regenerate|i:1675744906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624ef93b91c1b0fd0b3d7775d07981fd13cf5cb0', '51.210.182.66', 1650745713, '__ci_last_regenerate|i:1650745713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625046a4ff4363ca1628fdf15f19efc5da95cab3', '52.167.144.164', 1686208477, '__ci_last_regenerate|i:1686208477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625115732d85011ec1c8a7be8f966c26cf18c110', '40.77.167.169', 1688117430, '__ci_last_regenerate|i:1688117430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6251af93475ea0d1249ac1f56a96a3117fe7b173', '52.167.144.69', 1675896183, '__ci_last_regenerate|i:1675896183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6251bbad0060200207f740911f1b4cd867ea5480', '40.77.167.37', 1667631390, '__ci_last_regenerate|i:1667631390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625383fd081f5b3a51eba813b4d2735906beabec', '54.187.239.197', 1668346042, '__ci_last_regenerate|i:1668346042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62544ee70564518695be3d0efbe0bf0fb1333054', '34.211.50.23', 1663684418, '__ci_last_regenerate|i:1663684417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62548ea1fb80bfff3f5dd554c58aa9f5bd9e2568', '5.188.62.26', 1656354509, '__ci_last_regenerate|i:1656354509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6257f2318a9306d9d59aa701d2ba26c2ae6ac324', '157.55.39.144', 1666031034, '__ci_last_regenerate|i:1666031034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6259cb13f8f6d70bc3b2aec6f0a1ea7de3b0abb7', '54.185.107.9', 1663247705, '__ci_last_regenerate|i:1663247705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625a43f3783802efff24d47b5d5328fb692e4e3e', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625a80a53f0c63a34a3b41b36d564f10f02b1613', '5.188.62.76', 1659550667, '__ci_last_regenerate|i:1659550667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625ac1710bff8214f97acb9dce94535a43fb3811', '190.148.157.80', 1669662884, '__ci_last_regenerate|i:1669662884;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669662870;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625b5fb31f88e7109d90c284887ebb6d9706e9b2', '52.167.144.74', 1688519120, '__ci_last_regenerate|i:1688519120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625f4c76d830d841f82144885475f44da69fde0c', '51.222.253.18', 1662187935, '__ci_last_regenerate|i:1662187935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('625fec6006e1aff6955b2cb66998e7b44377437d', '66.249.74.107', 1683125109, '__ci_last_regenerate|i:1683125109;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 ('62600c23e9d8928f1a477ab9358cc4a5ec27c1d3', '52.167.144.164', 1684430583, '__ci_last_regenerate|i:1684430583;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6261fc77be88eda08ced89659b01c39cf988089d', '207.46.13.175', 1672943635, '__ci_last_regenerate|i:1672943635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62643e9605ae82e52a0edb0e2be45d820b2133ac', '52.167.144.63', 1687114056, '__ci_last_regenerate|i:1687114056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('626462be50d411038de01f55a8f953e01433b2e2', '111.7.100.20', 1650686098, '__ci_last_regenerate|i:1650686098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62647ecb5c2d2547bc0812fcc61c6ce20ad640e8', '157.55.39.217', 1683192233, '__ci_last_regenerate|i:1683192233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('626498d8ae8038ce9b488b35cefa21f414ee7f9a', '40.77.167.191', 1682109626, '__ci_last_regenerate|i:1682109626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62665e0fb47e1b0318fe1270d46c6799042b331d', '52.167.144.162', 1686510245, '__ci_last_regenerate|i:1686510245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6266878cf9b4e4db61ccf08ac50040e0e09fdde3', '190.56.54.77', 1666276065, '__ci_last_regenerate|i:1666276065;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666214068\";last_ip|s:14:\"190.148.252.85\";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 ('62691eff5e5235547cfd2d117f9f8df735fc57d8', '35.165.214.134', 1684713655, '__ci_last_regenerate|i:1684713655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('626a2cf04daf0a2dbd5358ecc62c2a3014e08ce3', '52.167.144.171', 1685372114, '__ci_last_regenerate|i:1685372114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('626a3fb13471d71909ee490cc81dc6d8a40ce40a', '34.209.117.89', 1672060840, '__ci_last_regenerate|i:1672060840;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 ('626a664de416720d00309611cd917c5b78609e2e', '64.246.161.30', 1656772288, '__ci_last_regenerate|i:1656772288;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 ('626c5b90f83b2e4311b139b9199eb1afa73d2aee', '5.188.62.76', 1656386333, '__ci_last_regenerate|i:1656386330;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('626c90585b046d297c087e5d4c2cce36a0af5b93', '52.167.144.98', 1686456474, '__ci_last_regenerate|i:1686456473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('626d4ef98e3d9dc45edb353be4e2fa40cdd03194', '51.222.253.7', 1658387988, '__ci_last_regenerate|i:1658387988;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 ('626e73fd4d69de6495877908c60535827cfc2eb2', '52.167.144.98', 1686456473, '__ci_last_regenerate|i:1686456473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62703a40e97e6962b99fe18a837b0318b3b8b000', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('62715d24e9481fba1157b065ba908aadc83a0f04', '52.167.144.162', 1686640814, '__ci_last_regenerate|i:1686640813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62717db1c1daec3b482349135aab1e5507a7a003', '52.167.144.171', 1685240970, '__ci_last_regenerate|i:1685240970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6272a1c21fe1b1f04b5b45140fae889149fcd2d6', '190.148.252.151', 1671137466, '__ci_last_regenerate|i:1671137466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671137198;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('627408329ad30f738bebff2157c6f6ccda572302', '52.167.144.120', 1688063389, '__ci_last_regenerate|i:1688063389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6274fa526c318894fad0dff731cea23f4a0cb3b2', '207.46.13.199', 1662006506, '__ci_last_regenerate|i:1662006506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62755b775757c1f21df3d2bae2c7aea6b4963b0b', '54.36.148.87', 1651325523, '__ci_last_regenerate|i:1651325523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62770919b6a85d402021abdda397c87520f84ae8', '54.36.148.22', 1675876130, '__ci_last_regenerate|i:1675876130;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 ('627763be39583d55557929600e00ff4f6cc2c94b', '196.0.87.234', 1652845876, '__ci_last_regenerate|i:1652845876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6277c7525d48e797b753710075de179c26582708', '52.167.144.98', 1685758214, '__ci_last_regenerate|i:1685758214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62783fbf64d2f5b529e77ccbe80e237faae96733', '40.77.167.182', 1683201972, '__ci_last_regenerate|i:1683201972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('627893c64f65db2ac776c59c2eb3f86c8cf02648', '207.46.13.17', 1673959301, '__ci_last_regenerate|i:1673959301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6278c36446b230362e4df7f9f28106008c55a089', '200.119.173.177', 1685376966, '__ci_last_regenerate|i:1685376966;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685376961;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('627973b295e32bfd1740e2c6f7db1b0bf2e2d48d', '51.222.253.13', 1650925044, '__ci_last_regenerate|i:1650925044;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 ('6279f319c6bc10c1eb7c68617969ec81f05a02af', '190.56.32.174', 1676940750, '__ci_last_regenerate|i:1676940750;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676940172;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('627bfbe00a0e79e62b54ded6b46852e0e5449b2d', '51.222.253.1', 1652157843, '__ci_last_regenerate|i:1652157843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('627ee43c03192be38a74d3a6b08030f07aa5f069', '128.90.117.196', 1676091627, '__ci_last_regenerate|i:1676091627;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 ('627f37f75816eac363879b37d5e8102835158d3e', '144.76.67.169', 1661940684, '__ci_last_regenerate|i:1661940684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('628239ad440b7b1eb78a452070e8c0534d624ca5', '114.119.155.210', 1688300935, '__ci_last_regenerate|i:1688300935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6286158c2d8f7a93f7afe49e14ab9731ef59be10', '52.167.144.74', 1688177238, '__ci_last_regenerate|i:1688177238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6286d49f7ad86d92850690d9c3ddb590c66c9bce', '114.119.135.204', 1687771591, '__ci_last_regenerate|i:1687771591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62872e06873fc70f37e2cf30239a47266ab94952', '69.167.36.21', 1681022752, '__ci_last_regenerate|i:1681022752;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 ('6287d68310f2639d43272ba49c6d1e5222623368', '190.148.252.208', 1660077854, '__ci_last_regenerate|i:1660076825;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";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 ('6289c4566823ffee58c0080eb059f4fcd791807f', '17.121.114.241', 1652181016, '__ci_last_regenerate|i:1652181016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('628cab18e6cd2a0f10262f03fc3a654a15609451', '190.148.157.99', 1662502924, '__ci_last_regenerate|i:1662502924;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"jNxKm13VMyZtSrlATwzD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('628e388722f98e06905e0fafd813526fc5ff60a2', '5.188.62.26', 1655130466, '__ci_last_regenerate|i:1655130466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('628f0596f24d0c074bce9f85705e457c4bbc4dbf', '51.222.253.4', 1658272064, '__ci_last_regenerate|i:1658272064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('629113ee131da2e803026e22b08a4056f8939b72', '114.119.128.67', 1687295017, '__ci_last_regenerate|i:1687295016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6293201f15f36724225b62b578dc0788f720120d', '200.119.168.250', 1680973159, '__ci_last_regenerate|i:1680973159;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680972678;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('629337e7f86ef943f1abd3a015508522ff6d7dc2', '52.167.144.89', 1679949030, '__ci_last_regenerate|i:1679949030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6293511e3ad522f2d38b9d7e2dfa6142642d3370', '190.148.252.151', 1671127805, '__ci_last_regenerate|i:1671127805;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671127769;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62952bb085db50f1bc9330354c5f9027b7674d98', '207.46.13.138', 1675063308, '__ci_last_regenerate|i:1675063308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62959557a2d6587af60e0042c5ff8963b1820dab', '190.56.54.129', 1653606033, '__ci_last_regenerate|i:1653606033;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653605412;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6297056db810c666e19b969ed1b0ebc35856f685', '185.181.60.189', 1686776861, '__ci_last_regenerate|i:1686776861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6298f235086e057a1125bf79b2abf3658efafe28', '54.36.148.138', 1684911551, '__ci_last_regenerate|i:1684911551;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 ('6299170f011210e11c3414d837e7b7149ba64394', '190.148.158.164', 1667392070, '__ci_last_regenerate|i:1667392070;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667392054;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('629dceadd01e9a0b17fd3de4f95eb8cd4ffc4c97', '157.55.39.253', 1682814733, '__ci_last_regenerate|i:1682814733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('629e663bf594a343ea79f2d18d1429a2591ea9cf', '157.55.39.118', 1657118194, '__ci_last_regenerate|i:1657118185;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a07915b723ff0c5eb81df65a02b5062ba7855f', '207.46.13.209', 1681077932, '__ci_last_regenerate|i:1681077932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a0af1d42fab7d40597b9429851ba3feba0925c', '190.148.157.99', 1662659433, '__ci_last_regenerate|i:1662658053;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662230604\";last_ip|s:15:\"190.148.158.110\";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 ('62a36cde9639dbbfc06576a1bbd7002bbccaa969', '40.77.167.49', 1664890358, '__ci_last_regenerate|i:1664890358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a3765be780c029ad4f422d46da90e1875c9719', '190.56.50.6', 1686954697, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686954697;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686954685;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a66b1e86f466a296fef6c92ccd3df3a551695f', '52.167.144.95', 1678034143, '__ci_last_regenerate|i:1678034143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a75aae88c775a9cde8809ba867d8eb9091d11c', '207.46.13.138', 1674538718, '__ci_last_regenerate|i:1674538718;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a9c232ebd147e054a46c2d0e7d7e574ad21c1a', '52.167.144.26', 1682444045, '__ci_last_regenerate|i:1682444045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62a9f9504ed954cca06f0b5a688a092602dae8e1', '111.7.100.26', 1650976282, '__ci_last_regenerate|i:1650976278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62aafc49788f237f98843fe1a70c931d799b4729', '178.128.223.213', 1657417002, '__ci_last_regenerate|i:1657417001;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 ('62ac95d5ee65750918003b465a64fbb80686383e', '114.119.133.213', 1684208558, '__ci_last_regenerate|i:1684208558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b0391cb406820fb7d2371e75c463a8daedcd8d', '207.46.13.179', 1673112059, '__ci_last_regenerate|i:1673112059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b043799674b986d5b78dcadf2ce15656d0ddfa', '190.104.119.212', 1654800398, '__ci_last_regenerate|i:1654800398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b636c6e9e38dc903613df49806108581f9e5ea', '190.56.173.213', 1683393269, '__ci_last_regenerate|i:1683393269;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683392023;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b7c2d59690d8064264c9dad27ea963c4644098', '207.46.13.210', 1686950063, '__ci_last_regenerate|i:1686950062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b81834421ca78aaa23e21d39fc60b404a33d62', '190.56.55.113', 1673571949, '__ci_last_regenerate|i:1673571949;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673570788;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62b888acb68eb642ac3464db843c2b1792c328a0', '190.148.157.98', 1679169310, '__ci_last_regenerate|i:1679169310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679169308;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ba888183abd592d057ed24d77948505fcb33b2', '52.43.248.161', 1677157894, '__ci_last_regenerate|i:1677157894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62be369e93989af0130faa2c25ddfa862c31ab1c', '190.148.157.206', 1656552863, '__ci_last_regenerate|i:1656552863;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656541208\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656552852;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62bf07908364fcb8834907ddc2ea82d8abbfa190', '190.148.157.53', 1684163924, '__ci_last_regenerate|i:1684163924;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684163229\";last_ip|s:14:\"190.148.157.53\";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:1684163373;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62bf7ef385e83becaa2829da279118b2f2e5cf97', '5.188.62.140', 1653332918, '__ci_last_regenerate|i:1653332915;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62bff1271cc1ce8105093f3aa445fc0106e12c3f', '52.167.144.98', 1685129059, '__ci_last_regenerate|i:1685129059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c0ea3aefa94dcfe67260d130b01acb057eb0e1', '5.188.62.26', 1656354677, '__ci_last_regenerate|i:1656354677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c1aa70e205b3282fdc7d8cd06d2620c72cb84a', '200.119.168.9', 1656334487, '__ci_last_regenerate|i:1656334487;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656334477;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c1f512f3b5d066a5ce6f31494361072c5ffd61', '190.56.51.241', 1661443035, '__ci_last_regenerate|i:1661443035;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661442701;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c3289dd69c82c2c60b3cc36ed78f6eaddb9ca2', '190.148.87.96', 1678718065, '__ci_last_regenerate|i:1678718065;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678557699\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"JXdZMCGakx4vWPfzOeBV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c3a564b649e5590b6055d23ef09dbd32824310', '52.167.144.162', 1686577682, '__ci_last_regenerate|i:1686577682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c3f7eb40afa6db7b368b1f0e52953b045e401a', '114.119.153.53', 1686708566, '__ci_last_regenerate|i:1686708566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c45d880299a9dcf1b96c3a107d9f441908b73d', '114.119.143.210', 1685233322, '__ci_last_regenerate|i:1685233322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c7ca04f9846cbb49ebecfa4435c907c8c719e1', '157.55.39.69', 1671806836, '__ci_last_regenerate|i:1671806836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62c9a86e6b3046d6773882efd80c37704e35627b', '200.119.173.90', 1657224827, '__ci_last_regenerate|i:1657224813;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657215792\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657224827;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ca2416357d6a57a1e2a62e759bff352ee935d4', '54.37.233.116', 1650851721, '__ci_last_regenerate|i:1650851721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62cad160da793bfccbe7b7eb10e414db7fb1a41f', '40.77.167.104', 1668587616, '__ci_last_regenerate|i:1668587616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62cad967685332700f52dc7d5de4910bd548155c', '40.77.167.37', 1667560584, '__ci_last_regenerate|i:1667560584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62cbc8c049342019fcce22f821e7a5a1159f0a14', '46.101.63.152', 1652762875, '__ci_last_regenerate|i:1652762875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62cbcc0414d294454e4a03148aa6e0eaa22bfda1', '198.251.73.45', 1669807894, '__ci_last_regenerate|i:1669807894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62cd66d036b96408494764625de01227ff1d801a', '40.77.167.192', 1681193821, '__ci_last_regenerate|i:1681193821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ce0f25c022fb7416615eab909b958e87ffe8d1', '157.55.39.194', 1674400863, '__ci_last_regenerate|i:1674400863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62cf21487375a622c9d72cfb8d34d27a747eab07', '114.119.133.125', 1685909285, '__ci_last_regenerate|i:1685909285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d11de2e69d4d1735f90421da6f9eccac8bac34', '200.119.170.143', 1670290721, '__ci_last_regenerate|i:1670290721;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670240468\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670288433;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d126cbbd5a56dce04798dc6829e81b30da056b', '190.56.50.15', 1667158468, '__ci_last_regenerate|i:1667158468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667158446;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d1ba0c580323fcb6badecea2020dc52ee1a9a3', '114.119.155.55', 1684555948, '__ci_last_regenerate|i:1684555948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d22dd45eb66def514fca62c813044614544b07', '200.119.174.9', 1674142799, '__ci_last_regenerate|i:1674142799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674142783;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d2f01ce6682545e723276894eaebdd3cb7d8ee', '157.55.39.62', 1660026360, '__ci_last_regenerate|i:1660026360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d3ce6a88342bcc09f921a42fe3b606820c11a0', '40.77.167.97', 1654732150, '__ci_last_regenerate|i:1654732150;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 ('62d4c0ddb8a88f271b932ee9a4e1c9fe68c43f47', '119.90.52.37', 1650878399, '__ci_last_regenerate|i:1650878399;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 ('62d584ff9067f27fdbfac67f332dda5433510d05', '40.77.167.202', 1687393063, '__ci_last_regenerate|i:1687393063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d71fe44560695c69b653be99bf7a3858a52b0c', '190.148.157.177', 1682382070, '__ci_last_regenerate|i:1682382070;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682382049;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d804ac1d0d19aa1789e10be952677a4e23d213', '157.55.39.147', 1671944132, '__ci_last_regenerate|i:1671944132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d85c47c1d4fc9566a1fa0bf249c0a1fa1f4764', '114.119.152.32', 1686543084, '__ci_last_regenerate|i:1686543084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62d9ed74e15a058f71c9d37dca2e370971407b55', '46.101.63.152', 1652762870, '__ci_last_regenerate|i:1652762870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62dbcf8b47e8f4f562d3c86cc421e71bf3bff9eb', '52.167.144.74', 1688180765, '__ci_last_regenerate|i:1688180765;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62dda449057148c0b0d4405e4958358dfc3b2bd5', '54.186.17.182', 1675689669, '__ci_last_regenerate|i:1675689669;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 ('62de25064375965ea420c7de583e7f57f4913021', '190.56.32.35', 1671759856, '__ci_last_regenerate|i:1671759856;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671759615;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62df410ea3b2045ed67cf7d70a961e77381b630c', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62df89a000af15cdce8140251a54508b441638d5', '200.119.170.143', 1670107711, '__ci_last_regenerate|i:1670107711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670107701;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e1a52edc9397fe900e0ece4adffe0529a72885', '54.36.148.55', 1674436038, '__ci_last_regenerate|i:1674436038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e1b32f6ee40b465fe8d1ea3f744563732bead0', '152.89.196.13', 1661093084, '__ci_last_regenerate|i:1661093084;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e2a142b43c1055fa0faca7e351f3bf29f4fd59', '190.148.252.219', 1657590137, '__ci_last_regenerate|i:1657590008;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657559158\";last_ip|s:15:\"190.148.252.219\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657590137;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e300b18e2daebd83641dddf04d23f15408653a', '190.148.157.53', 1684008163, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684008163;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684008127;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e62a4cfd2d091280fa449551efc9d264364528', '51.222.253.9', 1687385598, '__ci_last_regenerate|i:1687385598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62e91260d1c9d2dd592b8a9b6a4215e82c7a1e0b', '17.121.115.44', 1661064814, '__ci_last_regenerate|i:1661064814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ea498c04e826d20998fdc9359696e1c76fb809', '52.167.144.74', 1688113981, '__ci_last_regenerate|i:1688113981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ebc5ba5624767b6170aa011b863e7b5d07b027', '157.55.39.173', 1668780039, '__ci_last_regenerate|i:1668780039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ec0fad8b4758727f341e6cd41ce6c0a33a400a', '190.148.252.73', 1664835720, '__ci_last_regenerate|i:1664835720;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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\";user_csrf|s:20:\"F3RqLno9KfBr7YlHiyPz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ed2be84ca35b9681593629ffa59f6e9f97c21e', '52.167.144.49', 1677321409, '__ci_last_regenerate|i:1677321409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ef95553afaa46c28372e019761e1f9725443d3', '114.119.140.136', 1687770563, '__ci_last_regenerate|i:1687770563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f1133c437901994802895411bfd6edd881eff3', '40.77.167.123', 1683495857, '__ci_last_regenerate|i:1683495857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f21168b41da70a99be9d0bc5bff3b683dc3f3c', '40.77.167.43', 1655095770, '__ci_last_regenerate|i:1655095759;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f3efe0af422d55af6ef235fae3d615c279f1e6', '51.222.253.18', 1651366541, '__ci_last_regenerate|i:1651366540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f6ea8308980ab16dd3a4f873b005db3f71dc11', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f70beff78610db697340adf377d2ce2cc66654', '157.55.39.100', 1672047504, '__ci_last_regenerate|i:1672047504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f8ec62a605f9d56ddd6cf39364656edb49a97f', '207.46.13.6', 1671889206, '__ci_last_regenerate|i:1671889206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f9077a7e953966861976972243a6496075f8d2', '40.77.167.225', 1676600006, '__ci_last_regenerate|i:1676600006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62f9f6f025d701a4729ccb28d528fec44355b622', '52.167.144.164', 1685819582, '__ci_last_regenerate|i:1685819582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62fb221f7f1b1e3dca598c160fa065e580758ec4', '52.167.144.164', 1685608922, '__ci_last_regenerate|i:1685608922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62fb98324f84f430df8891c79f176a7281c03963', '190.148.252.96', 1673016658, '__ci_last_regenerate|i:1673016658;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673016514;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62fc02e1d0691201ab111947f02fe71fdff12566', '200.119.173.107', 1686833463, '__ci_last_regenerate|i:1686833463;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686832667;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62fc832a96b08657258377a62764f191e92d7adc', '52.167.144.162', 1686526335, '__ci_last_regenerate|i:1686526335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62fd54c371d2818aff25e8f6d181ede88f082fd4', '40.77.167.246', 1677301204, '__ci_last_regenerate|i:1677301204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62fdc4e4d5f8de7966e1c764713778b25e5bb201', '114.119.146.19', 1687609736, '__ci_last_regenerate|i:1687609736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ff234ba5173f707a6183f2d158e0c1b11444b6', '190.56.55.0', 1687797675, '__ci_last_regenerate|i:1687797675;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687797552;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ffbac830a4ca17fca20a76f8e57b6d6f1ddb8a', '34.68.212.90', 1652441421, '__ci_last_regenerate|i:1652441421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('630028786f45c3dd00fdc39fe056f7394fee3741', '94.142.141.236', 1666676247, '__ci_last_regenerate|i:1666676247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63002ee595909868dd79e1cce0a647b1f8bc1fb8', '190.148.158.151', 1677372468, '__ci_last_regenerate|i:1677372468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677371465;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6301d4a7f9364d17d5e7d83f6e288fbc10498ca0', '35.213.176.218', 1652160018, '__ci_last_regenerate|i:1652160018;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 ('63023ccaca1b6b1d5a7a6ba1c2352aa729cabbdc', '17.121.115.12', 1659587802, '__ci_last_regenerate|i:1659587802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6302a7b6414ba1a74de3c28608a7715539872cf5', '190.148.252.106', 1684236134, '__ci_last_regenerate|i:1684236132;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684162940\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684236132;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63032a77dd1110121a6a6cfdd4c9095b57e8ea63', '114.119.140.185', 1688283283, '__ci_last_regenerate|i:1688283283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6303beaf52021962dea17c0890da387e01c7d1fa', '190.56.173.213', 1683476193, '__ci_last_regenerate|i:1683476193;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683475344;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6304fd5a5ff24f3456115299af033aa35939cb59', '17.121.112.176', 1658262044, '__ci_last_regenerate|i:1658262044;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 ('630807b7d9115e089d308dd83cba96be0912ff2f', '157.55.39.46', 1672413673, '__ci_last_regenerate|i:1672413673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('630915de508df095783f702218e68664cf997e38', '162.142.125.220', 1655916860, '__ci_last_regenerate|i:1655916860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63092da5041392fd9a297d76bb239978ec1c4fbe', '52.167.144.164', 1685077839, '__ci_last_regenerate|i:1685077839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6309b51ffd116d6bcd48b3dbbc84703b59396121', '114.119.156.193', 1688224936, '__ci_last_regenerate|i:1688224936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('630ddea19058074c46bd8729b2bf17be89aba116', '52.167.144.164', 1686789466, '__ci_last_regenerate|i:1686789466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('630f0d5283db8fed4f50eb4acfe8d0f2c705230a', '35.91.27.15', 1663164262, '__ci_last_regenerate|i:1663164262;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 ('630f40dd4cf8757503b35f2c25c546e71f52d001', '17.241.227.8', 1679316318, '__ci_last_regenerate|i:1679316318;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 ('630f8543acc531ad31eff8e963435af25141df0a', '52.167.144.24', 1687927171, '__ci_last_regenerate|i:1687927171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('630fc31f5561a82e5c4a532dfd46a13237308d7f', '190.148.157.206', 1679512910, '__ci_last_regenerate|i:1679512910;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679510312;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6310cc8d469a0ea642e095ba4fa0276c04be6e00', '190.148.252.183', 1681342112, '__ci_last_regenerate|i:1681342112;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681341165;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6312e8d9d55ba036f409dec81e960388d0636cc7', '52.167.144.98', 1686726871, '__ci_last_regenerate|i:1686726871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6313b978f61b37ff91e52ce81a80d0bdccda2df8', '157.55.39.227', 1688527119, '__ci_last_regenerate|i:1688527119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6313da8c47693f03df313111231c4ece55b553f2', '190.148.252.151', 1671368140, '__ci_last_regenerate|i:1671368140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671368132;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('631525161d78b56c630c82c7863434655438392f', '157.55.39.79', 1668382200, '__ci_last_regenerate|i:1668382200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6316984fb873ad947979d8acf67d0d708c0a9b08', '52.167.144.98', 1686627294, '__ci_last_regenerate|i:1686627294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('631bba32708fab691e1165af0013f792e5cd2794', '157.55.39.123', 1666777129, '__ci_last_regenerate|i:1666777128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('631cb783b0a06bf0d06ae4cc642c24dab1fa2c1e', '190.148.158.74', 1669037958, '__ci_last_regenerate|i:1669037958;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669037886;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('631f2321a6173e1db182f490fd3b501536c8c811', '52.167.144.162', 1682948078, '__ci_last_regenerate|i:1682948078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('632328f6badac3f819058a4005f836bb07572f99', '51.222.253.4', 1668666805, '__ci_last_regenerate|i:1668666805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6323389c96d97bd8054071042cafbdcb03c6590e', '40.77.167.101', 1681967546, '__ci_last_regenerate|i:1681967546;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 ('632444218d7d3a201463db5c4d4401ff028f2463', '52.167.144.162', 1682825443, '__ci_last_regenerate|i:1682825443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6324d3c1423ef44e3be142cecbd4001321519be8', '54.189.29.68', 1653227470, '__ci_last_regenerate|i:1653227470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6326fe52ace9a116c6bf0b5e01c927fdfcd29731', '51.222.253.6', 1678702554, '__ci_last_regenerate|i:1678702553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63271668519689f6286909f9136ea10f46abcd6b', '190.148.87.23', 1679441611, '__ci_last_regenerate|i:1679441611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679441250;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6327de28ab42114265456959b5f72ac7bb6102a4', '66.249.74.100', 1687021533, '__ci_last_regenerate|i:1687021533;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 ('632822245c369beab7351171e0fc78cedd51e208', '200.119.170.168', 1670532839, '__ci_last_regenerate|i:1670532839;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670532463;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6329f1da89f45c3359b5e1a2ffa0d02fa9613e73', '190.148.158.151', 1677269069, '__ci_last_regenerate|i:1677269069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677268337;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('632a5564e4362d92326cbfb29a751ad7c6a3a604', '207.46.13.127', 1655872998, '__ci_last_regenerate|i:1655872998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('632d33a9db318d8b8326e80d39aa5fecb1a8406f', '66.249.74.107', 1683087377, '__ci_last_regenerate|i:1683087377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('632da3342322b143b9315b1fb0d61c1997c813c6', '114.119.141.73', 1687894935, '__ci_last_regenerate|i:1687894934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('632e73f1a58fe5414f7a2f9c55d4059537154a0e', '114.119.161.177', 1687612739, '__ci_last_regenerate|i:1687612738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6330ba6b89430c65b311279b3055b5eec98a1822', '190.56.32.35', 1671817786, '__ci_last_regenerate|i:1671817786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671817784;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6331cecae1a0351c366fe96e083d4419b13dde2b', '207.46.13.154', 1671783515, '__ci_last_regenerate|i:1671783515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6331e1b08103200a3e46d608b6cfd5401587e806', '114.119.146.55', 1684108847, '__ci_last_regenerate|i:1684108847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('633a2bbf05f25ae15ec19a6c88c147caf6665503', '40.77.167.115', 1681694777, '__ci_last_regenerate|i:1681694777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('633ace06fbcb366ee3de5b217438d64fad096d57', '52.33.27.62', 1679406522, '__ci_last_regenerate|i:1679406522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('633b3be15c40811813b6aaf37a2444835f4dc49a', '207.46.13.17', 1673654251, '__ci_last_regenerate|i:1673654250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('633d6e1b509a30d8ead92c767aa75b9c3568d826', '65.21.206.43', 1658803503, '__ci_last_regenerate|i:1658803503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63406cfeac4b2ded76f5a8e291399ec70375d985', '190.148.157.98', 1679264606, '__ci_last_regenerate|i:1679264606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679264550;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63411615298870f00926282502949e7135ea48a2', '200.119.168.9', 1656165832, '__ci_last_regenerate|i:1656165832;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656121973\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656162820;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6342c34059015c2a1cbdf3cdfb0e481c0d56e010', '190.56.50.253', 1682793780, '__ci_last_regenerate|i:1682793780;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682793731;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63442a99c4f5d5f5c805f96f181eb44ddd517825', '52.167.144.98', 1685130089, '__ci_last_regenerate|i:1685130089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634883838cb64da7c8142e41433aac31a7de33b8', '52.167.144.31', 1675446965, '__ci_last_regenerate|i:1675446965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6348bcbf7b460ad4ffdfa19865ab57d245ff68b1', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400626;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634a65d81a4e9c9b93125fc0357e1b43b7c80f20', '40.77.167.169', 1675957338, '__ci_last_regenerate|i:1675957337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634a7e5a715b2956b3b92e05cf3212d9d86d91b1', '200.119.172.126', 1652883530, '__ci_last_regenerate|i:1652883530;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652883529;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634a96bbb40fa6533e405834d9350e403929ad8e', '114.119.151.155', 1688419819, '__ci_last_regenerate|i:1688419819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634a9a02a3e05f2fd065258e9bfac0bef79326df', '114.119.155.121', 1687530020, '__ci_last_regenerate|i:1687530020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634b4f60876b9d0ad2fd3d693f84e174084b6ef5', '200.119.174.30', 1667567767, '__ci_last_regenerate|i:1667567767;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667567747;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634c9d707b5d3104500816e1b05132c8e6dbf5fe', '52.167.144.154', 1688036998, '__ci_last_regenerate|i:1688036998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634ebe404f6367ac4043912b4994018f9dfb380b', '190.56.50.15', 1667089577, '__ci_last_regenerate|i:1667089577;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667089491;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('634f4cb417ef59598cc6da8a6b27debddfa6f51e', '52.167.144.98', 1686635360, '__ci_last_regenerate|i:1686635360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63504a6d544255072110e44ffc79833e8fc2a40f', '190.148.252.235', 1666832299, '__ci_last_regenerate|i:1666832299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666832190;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6350a5e7eb7f14c1417a5144480bc490801566e3', '157.55.39.253', 1682314382, '__ci_last_regenerate|i:1682314382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63518bcd4c026677856a348a519dbb39d5252a51', '114.119.132.7', 1686394937, '__ci_last_regenerate|i:1686394937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63529e58629e20a9322c94acd5ed12648fa4c4d2', '190.148.252.96', 1673020476, '__ci_last_regenerate|i:1673020476;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673020399;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63534aa4b003030aabf70575c33951c60bce9316', '175.44.42.142', 1660648032, '__ci_last_regenerate|i:1660648032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63544ee2c43a85e87a783873580f9da1b223a018', '173.249.31.237', 1659409335, '__ci_last_regenerate|i:1659409335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63585527a1c13f092c55a1e6c28cfad58b939d93', '52.167.144.162', 1686603163, '__ci_last_regenerate|i:1686603163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63596c90f6bb9db552bea63c6b3a12680bacc570', '3.139.73.68', 1684425852, '__ci_last_regenerate|i:1684425851;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('635986f197e066bfcd14a1313457124e7212630e', '20.53.236.82', 1651387737, '__ci_last_regenerate|i:1651387733;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 ('6359f0f6642b1804998dfccc366db771586ae3ea', '190.148.252.76', 1654181844, '__ci_last_regenerate|i:1654181844;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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\";last_activity|i:1654181423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('635a7f4cc8489bbd7c7cb18cf4cbb9d331e79042', '52.167.144.98', 1686515212, '__ci_last_regenerate|i:1686515212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('635c80e28f11d3759c5ac08dc9c97cdbc2df2fc5', '114.119.143.152', 1688512947, '__ci_last_regenerate|i:1688512947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63606e00bd4c21387e01fdebabbe11080b7fa98d', '190.148.252.197', 1665612766, '__ci_last_regenerate|i:1665612766;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665612758;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636153ea157b4daf92ca2a9bc3dd724c59c91aa0', '207.46.13.230', 1657487533, '__ci_last_regenerate|i:1657487533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636271d7c2e23c15d73bc449c46a311b1ee51260', '52.167.144.164', 1686177912, '__ci_last_regenerate|i:1686177912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6365eb8ea223584152502c934bd9884c8bae83aa', '190.148.157.173', 1652378483, '__ci_last_regenerate|i:1652378483;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652375258;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63680f5e42bb60efc8be71b19b49e452ba2d8949', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6368bdc8a0f553f8a1c0cb90b02cbdec3e7cc829', '200.119.172.60', 1674605599, '__ci_last_regenerate|i:1674605599;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674605583;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636a52adcaab95ad048cd70798c4cb559e5360d5', '40.77.167.227', 1681047736, '__ci_last_regenerate|i:1681047736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636b0675d8a3696a6f7ee821f4e11f266002f4bb', '193.235.141.142', 1683903531, '__ci_last_regenerate|i:1683903531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636d2ae29638bbbb302da5b6386e30392c8c840a', '200.119.174.9', 1674512029, '__ci_last_regenerate|i:1674512029;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674512005;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('636e6ff55366cf06e09b2a5f59ee9aa2d1e22409', '114.119.132.183', 1684611372, '__ci_last_regenerate|i:1684611372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63711fd4318e2c5e68f815d7f73ca2f15a8c25b4', '207.46.13.209', 1685999836, '__ci_last_regenerate|i:1685999836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6371e20ec5570acd1e28f8a8f00a44d344c86d25', '51.222.253.6', 1664562169, '__ci_last_regenerate|i:1664562169;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 ('63728382a8069be2fe853e3c629f65ccf6d7b422', '190.56.50.120', 1661779370, '__ci_last_regenerate|i:1661778695;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661717251\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661778729;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63731fdcfff1bc4033d26d0489dc46c9c462d680', '17.121.113.218', 1652478281, '__ci_last_regenerate|i:1652478281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63732c88b623298e0ad0a465bc5d353fe9c18e46', '198.251.73.67', 1680407564, '__ci_last_regenerate|i:1680407564;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63741c703ec1646cfbff4859a0f0f8c66366db97', '190.148.157.62', 1656103063, '__ci_last_regenerate|i:1656103063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6374c353610c1b39fa4cd2fb42455caa223495cc', '200.119.172.126', 1652888533, '__ci_last_regenerate|i:1652888533;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652808979\";last_ip|s:14:\"190.148.252.76\";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 ('6375521b0ce1f67a8a542bea973a970c635af88c', '157.55.39.64', 1672428543, '__ci_last_regenerate|i:1672428543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6377155491bd0cfdb6d9379811a7ece1a09abe90', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6377388b045a21040300538c7ffedbadc2a4f3ab', '50.21.188.83', 1672704957, '__ci_last_regenerate|i:1672704957;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637a6cdaa672969711ed6d6096a433671a4ad845', '114.119.150.215', 1684075455, '__ci_last_regenerate|i:1684075455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637c0dbe1b76752b0b083bfca1c7656c1f410da2', '52.167.144.61', 1688055003, '__ci_last_regenerate|i:1688055002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637ca64ba9bfb30768e6c37fade031c1fef52b5e', '52.167.144.120', 1688067638, '__ci_last_regenerate|i:1688067638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637d60294f85f8cdb22df77349e50d5d968db4c7', '207.46.13.142', 1665454787, '__ci_last_regenerate|i:1665454786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637d8214d5ed00dd5e00dab89faa627355099320', '190.56.54.129', 1653528066, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653528059;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653483113\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653528065;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('637f2359bbd0c9a34bfcb1ec9b95198da656d9ab', '114.119.150.228', 1685433977, '__ci_last_regenerate|i:1685433977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6383984f0a32f3a531521e2f2039135bb5ef0f6d', '200.119.168.118', 1668027417, '__ci_last_regenerate|i:1668027417;requested_page|s:14:\"admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6384adf26158f7bea0a29893ad4c9f839525cd29', '138.246.253.24', 1668261163, '__ci_last_regenerate|i:1668261163;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 ('6384f6f2935b9135e7a0fd6952f2f4ede0668040', '40.77.167.101', 1682143506, '__ci_last_regenerate|i:1682143506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6387af5d81d6186a04999af3d75b85ae80f24bdc', '198.251.73.67', 1672881335, '__ci_last_regenerate|i:1672881335;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63882b93f040bcd7cda3bb92ff1ee007de30fc13', '157.55.39.69', 1672124178, '__ci_last_regenerate|i:1672124178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6389aa7bbe75235340c79edbad12455a5cc6d540', '114.119.142.188', 1685100438, '__ci_last_regenerate|i:1685100438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6389f8a7562cb8717e84855adbfa5433639c6340', '114.119.144.132', 1685185581, '__ci_last_regenerate|i:1685185581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('638a625b51fabf0e35dc2522bac66eb236745e07', '200.119.173.90', 1657231854, '__ci_last_regenerate|i:1657231854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('638b113b87f16499c938669127178aa93d3baf0b', '40.77.167.227', 1681830987, '__ci_last_regenerate|i:1681830987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('638b6fff2f2ebde8753e011052c7caf2b7690378', '207.46.13.154', 1670180115, '__ci_last_regenerate|i:1670180114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63915e159f88ae11ea315f638c3c2f0aa138d78c', '177.73.71.218', 1653290133, '__ci_last_regenerate|i:1653290132;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6391787579fef5918463f246746256f4e08006b2', '54.36.148.141', 1658533761, '__ci_last_regenerate|i:1658533761;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 ('6392366e612f7d95c6e6b343ea7550eb6f9196b7', '40.77.167.37', 1669747740, '__ci_last_regenerate|i:1669747740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639263c10c5a56974cc5ba930359337700a68d09', '40.77.167.43', 1654000784, '__ci_last_regenerate|i:1654000775;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6393f4cfb3330eaf815f6390d113f50bc8506297', '52.167.144.162', 1686769198, '__ci_last_regenerate|i:1686769197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639488fec77d3b7fd16f60e7adfe2386f62e8fdc', '3.16.78.97', 1668653798, '__ci_last_regenerate|i:1668653797;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639557354259cfa9aeb506701b3df5f96cc7fe4c', '190.56.54.156', 1665169036, '__ci_last_regenerate|i:1665169036;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665169019;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63956e94b350fa2fec122c85795e5fb32be2a7e5', '157.55.39.51', 1669692043, '__ci_last_regenerate|i:1669692043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63959d47ddf4cc18b60e2dafaadcca5037955499', '52.167.144.109', 1680471688, '__ci_last_regenerate|i:1680471688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6396b61c0a356f5c1718c9fceb3d72e4e2f3d367', '52.167.144.98', 1686175374, '__ci_last_regenerate|i:1686175374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6396da9dcabdc6a234a28fc496a42fca12190627', '190.148.87.182', 1679759762, '__ci_last_regenerate|i:1679759762;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679759758;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63983e7b0eda083c89f349113a9414e428bfc619', '190.56.173.136', 1687874335, '__ci_last_regenerate|i:1687874335;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687874335;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639a061a9613a23c7b20958ae67b04c90dea67cb', '200.119.173.130', 1675819960, '__ci_last_regenerate|i:1675819960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675819946;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639abd1f2b94e8e7083d7d446d4843a193d614f4', '190.148.157.177', 1682291970, '__ci_last_regenerate|i:1682291970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682291930;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639b1913b837017e4fca1ef2277e2a17e25cadf4', '200.119.174.30', 1667495039, '__ci_last_regenerate|i:1667495039;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667495008;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639c74eb2efb9501c81bac23a6f95ec40654b9c0', '40.77.167.58', 1654708165, '__ci_last_regenerate|i:1654708155;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639cb8528553b07a27eac612eeec02e67dbe61c5', '52.167.144.162', 1686692002, '__ci_last_regenerate|i:1686692002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639d655f2529b352f874a088905376c2d4735f86', '40.77.167.37', 1669211896, '__ci_last_regenerate|i:1669211895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639dbc1253b6a7fae97d8c405e4b113bd8497c7d', '190.148.157.203', 1664554517, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664554517;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664554512;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639dca76957489f9092de8971178dd7c735bda38', '40.77.190.16', 1659731061, '__ci_last_regenerate|i:1659731061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639e8885c07b5dd95e12e803d4b20dee6025bb87', '17.121.115.251', 1659934729, '__ci_last_regenerate|i:1659934729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639ed82f04bfaa0ed130900a4c4cbfd5609b168b', '190.148.252.111', 1677871217, '__ci_last_regenerate|i:1677871217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677870602;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a0f425e5c39a309d83453ff819087f9603e5dd', '200.119.174.9', 1674316307, '__ci_last_regenerate|i:1674316307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674316198;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a165bf5ace0b9c5fe2357e1efe5622a2485130', '114.119.144.229', 1686839440, '__ci_last_regenerate|i:1686839440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a31aeea1101446e2d71fe8b8be6a07cfba6ead', '40.77.167.202', 1687268299, '__ci_last_regenerate|i:1687268299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a380bb9b1589f1b6335a3f5e953efa92e63bec', '207.46.13.209', 1681272817, '__ci_last_regenerate|i:1681272817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a6898a21a5c46a0e46a24936d62229beff3b05', '40.77.167.2', 1668367022, '__ci_last_regenerate|i:1668367022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a9ef8114f4a385a11c140b4e2061b81dbdbae9', '51.222.253.16', 1656525276, '__ci_last_regenerate|i:1656525276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ab35d1394bff9b40c9cc22e5da90eed677d197', '51.222.253.1', 1670681395, '__ci_last_regenerate|i:1670681395;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 ('63ac0caf971eea7a01636835e9cf8c5ee2afe835', '157.55.39.253', 1682723433, '__ci_last_regenerate|i:1682723433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ac24dcdfcee57dbbea36aa6978ede17df36e41', '190.148.87.96', 1678285046, '__ci_last_regenerate|i:1678285046;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678284476;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ad2333e458c7e820cde61b617ba33ffdeab0af', '190.148.87.23', 1679422540, '__ci_last_regenerate|i:1679422540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679422538;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ad9639faa95e3a32686f0f6401c8045a099c2a', '114.119.155.96', 1687880096, '__ci_last_regenerate|i:1687880096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63af290c5aed20980fbfd2f858beeb0937486f8a', '190.148.252.56', 1663882426, '__ci_last_regenerate|i:1663882426;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663882277;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63af914c148b8d1a00a2cf1a10771a8299f3c923', '190.56.54.156', 1665365389, '__ci_last_regenerate|i:1665365389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665363675;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63af974dd22da845f6e78e8e7ebec821c05f384f', '40.77.167.13', 1674254120, '__ci_last_regenerate|i:1674254120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63afc51f6aa73106f6cace27137cedd42838ef96', '114.119.149.131', 1687702915, '__ci_last_regenerate|i:1687702915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b07e0cb5080ecf8f926ee7e1f28e7f303203ae', '157.55.39.79', 1668858807, '__ci_last_regenerate|i:1668858807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b498586f3c07b6410650f7d6034c83690f66bc', '207.46.13.1', 1671556792, '__ci_last_regenerate|i:1671556792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b5cfc6c859a58e8bdd58a1438beb8da149dd95', '190.148.157.177', 1682215625, '__ci_last_regenerate|i:1682215124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682215625;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b7f0cfbf515cf22fc1ce0153ebc84fae65a791', '207.46.13.160', 1673964053, '__ci_last_regenerate|i:1673964053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ba6b136d72dab7c4b44d12f0ba2d26eafdb2ca', '52.167.144.89', 1679214706, '__ci_last_regenerate|i:1679214706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63baa8044f1085fdcae1504aaa40dfc04634915d', '66.249.79.207', 1681140267, '__ci_last_regenerate|i:1681140267;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 ('63baf6fb0b451e3dba05a9342fe0752509f3a3f3', '190.148.252.96', 1664221787, '__ci_last_regenerate|i:1664221787;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664218572;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bb85286e6ff31b9be0e41edbb245f9989ed6fc', '54.36.148.129', 1654751792, '__ci_last_regenerate|i:1654751792;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 ('63bbb515acf2bd850abfca6af1718c9b90e7ad29', '200.119.172.60', 1674646378, '__ci_last_regenerate|i:1674646378;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674646369;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bbff772590dc2ef3177fbac56741c84a9c14f0', '190.148.252.197', 1665522661, '__ci_last_regenerate|i:1665522661;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665442203\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"H4O0i8frn6ouzZhTdx7Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bc66d48d90ba57da776d388240e3d32454e21b', '66.249.77.50', 1678221948, '__ci_last_regenerate|i:1678221948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bc8cf2d48675bb3e13a56d3da645caab84b4a9', '52.167.144.164', 1685475955, '__ci_last_regenerate|i:1685475955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bde5348c57841873e35e776ef33250a81c7480', '190.148.252.151', 1671204833, '__ci_last_regenerate|i:1671204833;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671204782;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c1785a11a5b7baa767cd1bb0f0a7b46af3c072', '54.36.149.17', 1651515797, '__ci_last_regenerate|i:1651515797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c27aa2fb54c4e8a1b8fb8069582f27d96333ea', '157.55.39.112', 1663237867, '__ci_last_regenerate|i:1663237867;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 ('63c31d4550c0699cd5e6a7ba0e34646abdfc0a31', '190.148.252.183', 1681256605, '__ci_last_regenerate|i:1681256605;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681256586;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c715a5a184871030535163ed5d3af8300defac', '190.148.87.96', 1678557517, '__ci_last_regenerate|i:1678557517;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678556245;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c7f2018fe7e988dac63730103a629a9bade60b', '190.56.50.253', 1682685721, '__ci_last_regenerate|i:1682685721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682685687;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63c85a3d9769ef3c60abbe2994e449cff9b655d4', '5.188.62.21', 1656423632, '__ci_last_regenerate|i:1656423629;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63cb7ca006f25d860218b0566fe6060511ef4045', '190.148.252.177', 1674086186, '__ci_last_regenerate|i:1674086186;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674086168;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63cdb1fadc3186a8fa092c3eb87e8d5352a7686a', '51.222.253.11', 1665001639, '__ci_last_regenerate|i:1665001639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ce17d0e1f144fcca1a454447161b271c689fdb', '52.167.144.70', 1688311805, '__ci_last_regenerate|i:1688311805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ceb3d5c37c8afe96abdb6009721a9fb67319f7', '34.146.15.103', 1660268498, '__ci_last_regenerate|i:1660268496;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 ('63d26561909dc0c7b4a41a6e13bf30f6f005f06d', '51.255.62.9', 1680288324, '__ci_last_regenerate|i:1680288324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d2833e0a13b299df43bf2562b809fff0059f65', '190.148.252.183', 1681483871, '__ci_last_regenerate|i:1681483853;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681403839\";last_ip|s:15:\"190.148.252.183\";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 ('63d381e6a0aac2bc4ec7fc5a4e882b77c1d4a8bc', '51.222.253.20', 1677790531, '__ci_last_regenerate|i:1677790531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d73b9f429494972a748410d180e96b54698526', '34.220.165.219', 1654867886, '__ci_last_regenerate|i:1654867886;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 ('63d7970ce04c71015078307c10ffac82ba78c653', '66.249.77.29', 1681614305, '__ci_last_regenerate|i:1681614305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d907019709ddee440ad33d8db0f80cce06736e', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d9625b41c4687017a5c17e6425295ba5a66685', '34.143.131.23', 1652789398, '__ci_last_regenerate|i:1652789392;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 ('63d9679141c3624c6075811df9381d26353d1853', '205.210.31.153', 1655620545, '__ci_last_regenerate|i:1655620545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d97d8791a22b778fdedbed9c2d8d20c244efd6', '40.77.167.37', 1668834605, '__ci_last_regenerate|i:1668834605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d9950bb98b1244266dc47137700e58c2e871b8', '52.167.144.164', 1685129224, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d9e376566dcf61a0a7f2655525b61c622729c3', '114.119.134.220', 1684989191, '__ci_last_regenerate|i:1684989191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63da315626ff54c8f239e3330338c47fa71f6749', '52.167.144.56', 1677357238, '__ci_last_regenerate|i:1677357238;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 ('63da37eda706f440d1c351ccdb9a6cd66ad672e2', '54.227.32.154', 1650909620, '__ci_last_regenerate|i:1650909620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63daecf4713d897c0cf2b1dc2b80a2b5cf931719', '114.119.157.195', 1687194061, '__ci_last_regenerate|i:1687194061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63dc44cf9e8e7af2201d46df1a57587a18f3f4ee', '190.148.252.57', 1657809400, '__ci_last_regenerate|i:1657809400;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657809400;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63dd97ca33e69049f0df7651696a5de19e972e27', '190.148.157.147', 1658845595, '__ci_last_regenerate|i:1658844883;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658784380\";last_ip|s:14:\"190.148.252.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658844993;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63dded6e7404de14cf0caa6b464709a46745256a', '114.107.225.150', 1665205769, '__ci_last_regenerate|i:1665205769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63def4d14b944bc5ff54ab6c6544298391fcac9b', '190.148.157.117', 1675614705, '__ci_last_regenerate|i:1675614705;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675614644;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63df0c89584c1d768c6eb8f290171229b86a3aee', '40.77.167.102', 1670755397, '__ci_last_regenerate|i:1670755397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e0170cabe727de5597d3ebe5bdb7203dcdac2c', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e0457aef6ba26d5e55b149904e78a8b549a92a', '157.55.39.144', 1665205624, '__ci_last_regenerate|i:1665204653;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e14cfe38b6ad903f8663edca82488315f3fa59', '200.119.172.60', 1674782263, '__ci_last_regenerate|i:1674782263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674781654;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e35926ea81ad536fbecb3d8e3bea87c0ed7c55', '190.56.32.162', 1686323568, '__ci_last_regenerate|i:1686323568;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686323533;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e49bf7bde26bdd789ad38d5fb6ad0c0929a467', '23.106.22.126', 1663704713, '__ci_last_regenerate|i:1663704712;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e5142752b66088855d5a330905de9cb925cf57', '190.148.252.151', 1671148537, '__ci_last_regenerate|i:1671148537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671148174;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e61e15c07495ee891c56c774f17148b835c853', '200.119.168.250', 1680716320, '__ci_last_regenerate|i:1680716320;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680716139;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e6d1d2874e1edf2eac72447e1723017ca3caac', '51.222.253.17', 1685565783, '__ci_last_regenerate|i:1685565783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e75407004d31b8b2cb4e0eed62e1bf578d1d63', '190.56.49.237', 1665663744, '__ci_last_regenerate|i:1665663744;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665663681;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63e97d01d94a6f1dc318813ae267bf12dc3b5644', '205.169.39.104', 1651729504, '__ci_last_regenerate|i:1651729504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ec66131a0c6a04c6f983aa2776b167494bdf49', '200.119.173.177', 1684951529, '__ci_last_regenerate|i:1684951529;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684951521;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ecb348640737314cdc229ba278d0aba0f2bf50', '17.241.219.72', 1675232389, '__ci_last_regenerate|i:1675232389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ed8d182fadd01430612d639ecdbefd6e6aa6f9', '40.77.167.13', 1659293061, '__ci_last_regenerate|i:1659293052;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63f35ce9f26c540d618a52d5104a0109d0f8dd1a', '200.119.170.137', 1668731655, '__ci_last_regenerate|i:1668731655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668730747;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63f3d12e2ddd5f59efe24befbddf4ef6e43c2397', '51.222.253.17', 1651488203, '__ci_last_regenerate|i:1651488203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63f51d44f0447d0a504cb01cf67502bacc725930', '54.202.188.89', 1674393575, '__ci_last_regenerate|i:1674393575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63fc7be9361b999054d8d10dad1c62d46fa2bcda', '51.222.253.5', 1662205292, '__ci_last_regenerate|i:1662205292;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6401034f9d115a3924d2c96b859e219cd22b139a', '51.222.253.10', 1653016013, '__ci_last_regenerate|i:1653016013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64010f7d593bba63524761775118e03172db4690', '40.77.167.249', 1680776109, '__ci_last_regenerate|i:1680776109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6401c22c973867a9d0bad12636b137bace0ad02d', '207.46.13.160', 1665821023, '__ci_last_regenerate|i:1665821023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640296e62a7e41ac85f750569b835e78c7916c96', '190.56.50.253', 1682636980, '__ci_last_regenerate|i:1682636980;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682636830;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640339757310e0b637b36591f927fbe19373c843', '190.56.55.113', 1673384049, '__ci_last_regenerate|i:1673384049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673384046;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6403a2559618cd113f59e7ba6025b99f57609dab', '190.148.157.80', 1669252889, '__ci_last_regenerate|i:1669252889;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669252631;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6406b8c3755f76d810cd514176a8f008676c7514', '24.199.84.191', 1681338460, '__ci_last_regenerate|i:1681338458;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64074176cf98de7393cdd169e8382e6c22a3323b', '54.37.233.116', 1650851705, '__ci_last_regenerate|i:1650851705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640799c5101d457066938c6d4642428cf326172f', '114.119.137.252', 1688477030, '__ci_last_regenerate|i:1688477030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6408128abb5e57373a08c4b3070ba74aa53cbdd8', '157.55.39.51', 1668042564, '__ci_last_regenerate|i:1668042564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64081291f3f81b43a8ce920ba81641192223cf95', '52.167.144.154', 1687930901, '__ci_last_regenerate|i:1687930901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64085158061aaccc334bb7b1c75488de1862470d', '200.119.172.95', 1659549411, '__ci_last_regenerate|i:1659549411;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1657906606\";last_ip|s:14:\"190.148.252.57\";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 ('64090c3f69ecf81d36b37ab7bbe6d09fa3c7986e', '111.7.100.26', 1650686049, '__ci_last_regenerate|i:1650686045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64092fbac582372f8613608090a05c5b1e3fc72d', '200.119.172.60', 1674937731, '__ci_last_regenerate|i:1674937731;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674937719;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640a168b5191bb3ff2deb47150fe4f762954dd02', '5.188.62.140', 1653257867, '__ci_last_regenerate|i:1653257864;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640a1d3572f43a858aa5ea65b6739fb13aacef04', '40.77.167.166', 1676485041, '__ci_last_regenerate|i:1676485041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640a2ba4b1d8714a06ee7cdee5d3c22d567049e6', '40.77.167.185', 1677726903, '__ci_last_regenerate|i:1677726903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640a73bec9f043595af09bd1205968f999c0ba20', '190.56.32.243', 1684775610, '__ci_last_regenerate|i:1684775610;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684775562;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640feb16e6568d3a0b76f5cca3fd71e9f0e93114', '190.148.252.96', 1672939985, '__ci_last_regenerate|i:1672939985;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672933899\";last_ip|s:14:\"190.148.252.96\";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 ('6418c0d71aa596ddd8d4e3a90567a7edc664a673', '114.119.128.6', 1685882756, '__ci_last_regenerate|i:1685882755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6418e5132e4dd5ddab74828e3f246964f145d0af', '40.77.167.227', 1678514421, '__ci_last_regenerate|i:1678514421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6418f62e001a0f041d3ecf4e6237fce151813c19', '157.55.39.148', 1671815575, '__ci_last_regenerate|i:1671815575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('641ebddd96d4806cb553339579bf26da040966a0', '54.36.148.77', 1671762130, '__ci_last_regenerate|i:1671762130;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 ('642158f91e7e2e155ed29349ca7396b8d32f5207', '51.222.253.11', 1684060322, '__ci_last_regenerate|i:1684060322;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 ('6422a2e2f69bf6df28c109d082d32a3e40f98751', '190.56.54.156', 1665160726, '__ci_last_regenerate|i:1665160726;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665155316\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665160723;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6422ab4082a683867aaae2f3c0c2c64178969e0a', '40.77.167.60', 1671597855, '__ci_last_regenerate|i:1671597855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6422e78c5d5935dbb6b14b75a49d5affc94077e9', '52.167.144.171', 1685540494, '__ci_last_regenerate|i:1685540494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6423b1dd004eabd0276a338a2b7b0ee89aa860e7', '190.148.252.183', 1681255808, '__ci_last_regenerate|i:1681255808;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681255757;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6423cc405d9697ca6acd18c347facc263b27ba10', '5.188.62.76', 1659506170, '__ci_last_regenerate|i:1659506165;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6424e0bc6038540c3c77a67772e9a292e25bcb11', '207.46.13.205', 1671604587, '__ci_last_regenerate|i:1671604587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6427775a0fe4f66fab9c666d97df1b5dfc99e605', '74.208.2.160', 1672659756, '__ci_last_regenerate|i:1672659756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('642882a0467a1f34f27dccdaada7bc128f8a1b9f', '34.219.144.9', 1654867992, '__ci_last_regenerate|i:1654867992;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 ('642d2437d44b053beba175e8c297c41f29bfdd8d', '200.119.173.177', 1685406783, '__ci_last_regenerate|i:1685406783;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685406754;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64302d03a3c1b8f25f657dceaa6addf016d1a8b0', '168.138.2.237', 1654606004, '__ci_last_regenerate|i:1654606000;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 ('64316655264d1c1564b624829fd94cb8bc2e7b8c', '207.46.13.154', 1670184551, '__ci_last_regenerate|i:1670184551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6431f270fdd61621efe5972d7e8607a21d9c4689', '52.167.144.54', 1678782514, '__ci_last_regenerate|i:1678782514;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 ('64341f8f3f9334c831ba47bb1c5c3e028826e40e', '52.167.144.98', 1685523609, '__ci_last_regenerate|i:1685523609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6435f796752316bde1e4fd488eb9a84b5bcebb57', '52.167.144.74', 1688177238, '__ci_last_regenerate|i:1688177237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64366a534f61d898707084711e8182466f83e1c6', '35.165.215.76', 1655639516, '__ci_last_regenerate|i:1655639515;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64373d7e2b4c8ca912901855c1fe20fcfeaaedd9', '207.46.13.211', 1679926948, '__ci_last_regenerate|i:1679926948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643824249f92757160ce746d0df75ad9da397afd', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6438ce86502cd46f17ad044e69c270644e160b52', '40.77.167.11', 1673931248, '__ci_last_regenerate|i:1673931248;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6438e1529ace63d7d6012a34e0a05329b5864d4b', '206.81.14.203', 1672399786, '__ci_last_regenerate|i:1672399786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643a502c9e0026c9be2eb64af6df66460ab352e0', '66.249.79.194', 1688356946, '__ci_last_regenerate|i:1688356946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643c3093194e98bb1c20b7a25daa990f13404f0f', '3.111.41.2', 1670738442, '__ci_last_regenerate|i:1670738442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643d9a44f83cb7e16430e7943cad03fe4ee7187e', '40.77.167.227', 1681937910, '__ci_last_regenerate|i:1681937910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643d9b90766bd51b7e7648d7729a9e7a1f506359', '52.167.144.98', 1686254327, '__ci_last_regenerate|i:1686254327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643e8c7dc891819b82910c569aca4b371cd1b31b', '190.56.55.32', 1657129405, '__ci_last_regenerate|i:1657129405;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657128688;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('643fd6d0c6b92407c315d08dfb41bd143ea9a408', '66.249.79.201', 1681938376, '__ci_last_regenerate|i:1681938376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644106e1e6e74ed640302dd631e17a4f35cbcd34', '114.119.154.229', 1688209401, '__ci_last_regenerate|i:1688209401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6441ec16901f394b7441c3c8d5deff5dba8ca94b', '198.251.73.67', 1680407337, '__ci_last_regenerate|i:1680407337;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6442459b96f982ae3565b013fe3c894709cdc736', '40.77.167.106', 1687178278, '__ci_last_regenerate|i:1687178278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64426118fb0d3ed998458952a89855c03e550856', '200.119.168.250', 1680996280, '__ci_last_regenerate|i:1680996280;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680993390;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644651153693ffb7f27416bdb4464f538738a31b', '190.148.87.6', 1668183743, '__ci_last_regenerate|i:1668183743;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668183537;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64467d34d5e6f2f3ed50c30f3c177adc3badb86f', '114.119.155.225', 1688302951, '__ci_last_regenerate|i:1688302951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64468d41537cc2603ca4132eabd569766e8d8958', '190.56.50.6', 1667678368, '__ci_last_regenerate|i:1667678368;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667678336;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6446b6fb126d0107e5905624226e5da429777043', '17.121.114.228', 1660336441, '__ci_last_regenerate|i:1660336441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64471a97d28ec0e13d516ce6ce0a688a0332b988', '52.167.144.98', 1686414267, '__ci_last_regenerate|i:1686414267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6447997e266935ddfeecfb5b5f6bcc3574be7ced', '114.119.140.50', 1684853353, '__ci_last_regenerate|i:1684853353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64486242e56a43a1d2bdb4757162043ab2a05ea5', '52.167.144.26', 1682405305, '__ci_last_regenerate|i:1682405305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644886f94e98144ff1e26c6e0bf0accd6a8aa30f', '200.119.173.212', 1667948319, '__ci_last_regenerate|i:1667948259;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6449b28af61b836d1e1807401c07bb8b617ffdeb', '190.148.87.96', 1678372025, '__ci_last_regenerate|i:1678372025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678372013;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644b08b360f6f21a2ea4b72f4bcac2d0abfae163', '190.148.252.151', 1671057414, '__ci_last_regenerate|i:1671057414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671057306;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644e94248fc6c9ac0805eb3b7f99cd0baf371a9b', '51.222.253.2', 1676254807, '__ci_last_regenerate|i:1676254807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('644f42e000a970e199956f3220b468eeceaf1255', '200.119.170.113', 1666710438, '__ci_last_regenerate|i:1666710438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666710130;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64506341b42975fa92659a9d998026290075fe43', '190.56.173.213', 1683580053, '__ci_last_regenerate|i:1683580053;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683579615;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6450fefbc731f0e0380b86b7493f954eebe61966', '190.56.49.83', 1687041205, '__ci_last_regenerate|i:1687041205;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687040837;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6451bc702b18cd770d1f9266eeb2183ef81bb913', '190.148.158.69', 1685742822, '__ci_last_regenerate|i:1685742822;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685742523;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64537974a8861065cd3a4cf0113d4ee61b29776c', '190.56.55.113', 1673739579, '__ci_last_regenerate|i:1673739579;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673739542;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64541c2a7ca9540abda441a0ef810c0acb2d8bfe', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('645570c9cbd01f1a50b8448be5573019906a84e0', '190.56.51.144', 1687090836, '__ci_last_regenerate|i:1687090836;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687090834;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6456d73ab23df8fb612f7196baf92a06615b925e', '190.56.173.136', 1687910168, '__ci_last_regenerate|i:1687910168;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687910122;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6457d0e834f6bb834218a9cf8dd6c7e1b05d2a51', '190.148.157.98', 1679173925, '__ci_last_regenerate|i:1679173925;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679173853;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6458549ad1b3e0dfe2b9889654b0953ba904bc89', '40.77.167.161', 1675798332, '__ci_last_regenerate|i:1675798331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('645a51a47b740d6902d6dc26a22d8da5e78f832b', '190.148.87.96', 1678379407, '__ci_last_regenerate|i:1678379407;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678379403;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('645e3a9d555a0ab518cc05e1847d485339c0cdaf', '190.56.32.162', 1686492997, '__ci_last_regenerate|i:1686492997;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686492992;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('645e4cb397389ca813d5a1984ffeb96d1b639650', '157.55.39.253', 1682090587, '__ci_last_regenerate|i:1682090587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64602dceba36f6cfd9ae106fec18ecd8327d1951', '40.77.167.102', 1671496064, '__ci_last_regenerate|i:1671496064;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 ('64613d5ba6045a402c6cd580cef0ca109c9f95fd', '190.148.252.151', 1671147755, '__ci_last_regenerate|i:1671147755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6465d735f10186f5e8e949ae912667ef1d96c926', '157.55.39.55', 1661391990, '__ci_last_regenerate|i:1661391979;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6465e80caa34ebf58c5b30ad06e8b85abbf57bca', '190.148.157.183', 1680527351, '__ci_last_regenerate|i:1680527351;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680526882;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64667344392114f0dece5322b49d46490697bdbe', '207.46.13.147', 1672956749, '__ci_last_regenerate|i:1672956748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646772f76bceefef4c3352d3d10ff61548bd7190', '190.148.157.183', 1680470150, '__ci_last_regenerate|i:1680470150;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680468951;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6468eccf6613209c16c16fd5a00cde665ed3aacb', '17.121.115.113', 1653219185, '__ci_last_regenerate|i:1653219185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646adf481494f4d004b978010814ed5b9e76b789', '157.55.39.54', 1660725020, '__ci_last_regenerate|i:1660725020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646aefbfd8d7e696a4e342da8e1212f528c983ba', '35.93.82.52', 1669296415, '__ci_last_regenerate|i:1669296415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646e5b014616e27b29243498508557e2e9cbe8d1', '190.148.252.182', 1663799416, '__ci_last_regenerate|i:1663799416;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663784692\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"rwteZ2z7PBpUyK6fjAdl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646f97ce2134aee189b9c2ba611308cb526bf5fb', '157.55.39.208', 1685965379, '__ci_last_regenerate|i:1685965379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6470b65990114a5f40d60abf3c69fe13fa694d82', '114.119.141.100', 1687215915, '__ci_last_regenerate|i:1687215915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6471bd76e612e507d7b62e7b30fa346c1d018eb6', '200.119.170.143', 1670190296, '__ci_last_regenerate|i:1670190296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670190290;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6472fb21f5a4976f31f13ef5cc581170e3974f4c', '17.121.114.115', 1661582797, '__ci_last_regenerate|i:1661582797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6476e04a4c7bbdc67bd6d192701e8dda5bea9fd3', '157.55.39.173', 1668834340, '__ci_last_regenerate|i:1668834340;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6476f8c7b1c61b3c7b19e5458a01114afba4499f', '200.119.170.209', 1656970608, '__ci_last_regenerate|i:1656970608;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656708580\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"eElu8goIkzn6JDBWYXs9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64774dccb2147bc331d31e8f07222f2c68681553', '200.119.168.96', 1666918569, '__ci_last_regenerate|i:1666918569;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666918568;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64791839a25660a58e96f9c19db6cc9e3b78499c', '190.56.49.206', 1655425579, '__ci_last_regenerate|i:1655425579;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655423458;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647b342d9daee0b84bc2d8a44176ed58e74d11b2', '54.36.148.27', 1675534076, '__ci_last_regenerate|i:1675534076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647c015341ac3d041fe6d19f6d803d42f5ab3966', '51.222.253.19', 1671333182, '__ci_last_regenerate|i:1671333182;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 ('647d46c6d6e02d36b4e3479e4724bf393b61878a', '77.74.177.119', 1662048664, '__ci_last_regenerate|i:1662048664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647d86c7cf89ba661d9438ba51e6450f87e54638', '190.148.157.183', 1680226849, '__ci_last_regenerate|i:1680226849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680226694;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647ec568e2ee3a4c1c3ba76655184716798f34d8', '190.56.32.37', 1670526033, '__ci_last_regenerate|i:1670526033;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670522535;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('647ee451c869ac62aed420cdc4c2e35e8b10506b', '146.59.157.229', 1650750660, '__ci_last_regenerate|i:1650750660;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64800fac3f698716c09c082ae745d0ff738457cc', '52.167.144.98', 1685804755, '__ci_last_regenerate|i:1685804755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6480e5aac203fac6cdf6c3baf69cbfd8fecee7d8', '190.148.158.74', 1669036478, '__ci_last_regenerate|i:1669036478;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669036394;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6480e8cd661985ca9b6fedcbcf1113354750314e', '190.148.252.111', 1678061019, '__ci_last_regenerate|i:1678061019;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678061017;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6482d47206bdef43b77dcd82394109fd84ce568c', '178.208.160.86', 1683876289, '__ci_last_regenerate|i:1683876289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('648308d4ac308dc154645eec2c22dec38caf8cf0', '20.213.112.13', 1651182187, '__ci_last_regenerate|i:1651182184;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 ('64839c5595e1d8d28c5da4b96ae3d2a1e54574f7', '51.222.253.17', 1667689928, '__ci_last_regenerate|i:1667689928;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 ('6483c79249bc052c5f17f9b54f0b463e227f3fe4', '17.121.113.218', 1651500899, '__ci_last_regenerate|i:1651500899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6483cef2112c8d97b416c63972e5b71accfce4f2', '190.56.50.3', 1660752416, '__ci_last_regenerate|i:1660752299;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660745113\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660752415;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64862b3daa7715d7518a8da5a3e30fae4f5f2116', '40.77.167.157', 1677740318, '__ci_last_regenerate|i:1677740318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6486cedfa153dc61b2812d261e9c5b4956fae829', '51.222.253.9', 1688159249, '__ci_last_regenerate|i:1688159248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6488de1cb498b94183dea525ca3a55b6a935745d', '74.208.2.174', 1682136344, '__ci_last_regenerate|i:1682136344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6489a86da3436473ff257bfe25f532e09abe3ef8', '190.56.50.15', 1667051419, '__ci_last_regenerate|i:1667051419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667051241;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('648aff1e9e3cea9f07d96705cc3bb2559c96146b', '190.56.50.15', 1667242325, '__ci_last_regenerate|i:1667242325;identity|s:7:\"roberto\";username|s:7:\"roberto\";email|s:24:\"robertoaguilon@gmail.com\";user_id|s:2:\"11\";old_last_login|s:10:\"1667240446\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:2:\"60\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667242325;register_id|s:3:\"137\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-31 12:21:19\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('648df5e58ebdf41ffaa4690c0640c1d6cdf6ae35', '207.46.13.211', 1678202568, '__ci_last_regenerate|i:1678202568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('648ed804fcfab1ad949b3e26ef0fc4c7207b8245', '207.46.13.211', 1679496886, '__ci_last_regenerate|i:1679496886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64901ea84e1037396a3f9e9f9509eb5a94f8c1a9', '198.251.73.53', 1669807729, '__ci_last_regenerate|i:1669807729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649029d85a570afbef16b69790e26b5b472e4a1b', '51.222.253.2', 1675361414, '__ci_last_regenerate|i:1675361413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649050d6d74150bda731ab66c954e847b8a42732', '40.77.167.49', 1665149962, '__ci_last_regenerate|i:1665149962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64905691135020cdb0e0c365968293df381684d4', '51.222.253.15', 1669838765, '__ci_last_regenerate|i:1669838765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64915a66cd5c229347ac9d069a1bb485004b2b61', '51.222.253.6', 1665022425, '__ci_last_regenerate|i:1665022425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6491a9209f2f9b70d850c0b4ee63f8979b3c954e', '114.119.151.1', 1688091218, '__ci_last_regenerate|i:1688091218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6492217deeb4ecbd36e196a7ec6d228281fc594d', '51.222.253.5', 1678827752, '__ci_last_regenerate|i:1678827752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6492612ec558cc8f547161ff400d61c25afdae0a', '114.119.143.55', 1687091032, '__ci_last_regenerate|i:1687091032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6492ba88050dc10640f683b673359f020034410c', '114.119.159.233', 1685839091, '__ci_last_regenerate|i:1685839091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6492d3d967428a90b2104e96440a580292afba38', '5.188.62.26', 1655438545, '__ci_last_regenerate|i:1655438541;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649320017aed6daea274efa7b8c8c8899b8ce675', '114.119.150.92', 1687624754, '__ci_last_regenerate|i:1687624754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64954b10c3001435918ae0ccc3bc857d6ca3a7fb', '157.55.39.54', 1659441213, '__ci_last_regenerate|i:1659441213;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 ('6496957e5083a0391b04b0e7bd51793177b71545', '52.167.144.69', 1676129430, '__ci_last_regenerate|i:1676129430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6498b7c6bcca1bd6942c645165925769f9dad6c7', '146.59.157.229', 1650749707, '__ci_last_regenerate|i:1650749707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6498d734dcd0717f592ddcc54343c48fdb686e76', '157.55.39.147', 1671858694, '__ci_last_regenerate|i:1671858694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649a4037372adf3ef7fd43eb2c6f45fb8d90f619', '157.55.39.253', 1682909267, '__ci_last_regenerate|i:1682909267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649b2708c87c01a26c5b85db5307e448dbf25080', '190.56.54.129', 1653528059, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653528059;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653483113\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653528054;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649b9835b4571e096f647c2f6fcd13568bd9b6b9', '114.119.158.167', 1684999746, '__ci_last_regenerate|i:1684999746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649c8bbb70d64f66418140d023f1687b4e24d394', '52.167.144.70', 1688366440, '__ci_last_regenerate|i:1688366440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('649e34c44e55af178874e7a1556b703c64a21d71', '114.119.129.34', 1688537141, '__ci_last_regenerate|i:1688537141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a063969a71d2880049892a9a23bfee32889e7e', '17.121.113.235', 1652132044, '__ci_last_regenerate|i:1652132044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a094d43a13bb5705f0b61f81635233cfdc064b', '190.56.32.243', 1684794700, '__ci_last_regenerate|i:1684794700;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684794687;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a0b5b27fb01b152c71d9b5bd7afd223b1eefa3', '200.119.173.177', 1685209021, '__ci_last_regenerate|i:1685209021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685208941;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a1a741acb4f3f775c2979447f1b5365fe80c4f', '17.241.75.166', 1687313378, '__ci_last_regenerate|i:1687313378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a28a0fcec100277714ac747afdb4328e752e99', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a45c8a21b3540a188852fd3a339902655cbb9b', '54.36.149.104', 1651636047, '__ci_last_regenerate|i:1651636047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a4b004d62f91e40b3144ba3815e6265dff822b', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a4e6519121cda1c8f4eb51f9a94048e1374505', '54.237.250.240', 1652845884, '__ci_last_regenerate|i:1652845884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a6362843f01c7f3571ada07056d2365313bdc2', '200.119.173.130', 1675780013, '__ci_last_regenerate|i:1675780013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675780012;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a679a141cbc88fd270fb8bd75a306278dd9426', '66.249.65.100', 1677906419, '__ci_last_regenerate|i:1677906418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a6e4e5fb294b9ab2413b09dd0f835754a3a82d', '190.148.252.183', 1681340805, '__ci_last_regenerate|i:1681340805;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681340137;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a90f111f56dda79c0c9ca365135a7cb9f87f43', '52.88.243.148', 1681912507, '__ci_last_regenerate|i:1681912507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64a9e0d9e465a873c2783f03ba28a8ea0f2ba47c', '207.46.13.217', 1684132457, '__ci_last_regenerate|i:1684132457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64adf63d4ba9306902d17603588ae82c29f70105', '52.167.144.42', 1680117594, '__ci_last_regenerate|i:1680117594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b15d43ad2232e893a539797069e88633254bd6', '190.148.87.182', 1679658103, '__ci_last_regenerate|i:1679658103;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b409ecdbde30352a962567f8c489bc1766cdc4', '149.56.150.60', 1672432589, '__ci_last_regenerate|i:1672432589;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 ('64b52f7c8ca9f51a2f9da8b1a2ccdd059ebe6f7d', '18.236.212.97', 1662383075, '__ci_last_regenerate|i:1662383075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b66233e92e91fb9f4dcecab5cebf6ad6f85ca1', '66.249.74.105', 1682482411, '__ci_last_regenerate|i:1682482411;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 ('64b81f74b9033609639f6d0fe6169b94335fe49a', '190.148.252.183', 1681662263, '__ci_last_regenerate|i:1681662263;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681662257;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b8c0993f304b60947d928847ca994503912364', '52.167.144.31', 1681132690, '__ci_last_regenerate|i:1681132690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64bcefaa751f267d22d42639db01ba5f4be20db1', '157.55.39.164', 1654182443, '__ci_last_regenerate|i:1654182432;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64bdff3eadab9c63665bbfb6b8dea0017a95e923', '51.222.253.10', 1669161285, '__ci_last_regenerate|i:1669161285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64bf23fc3b25ccda884596c716d68bee07211d68', '66.249.66.83', 1650908718, '__ci_last_regenerate|i:1650908717;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64bfb995e529716869e9bf2e65704de2f540a5f5', '51.195.216.255', 1650895459, '__ci_last_regenerate|i:1650895457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64bffa1e48747879aec0178ac9cc6493978fdb33', '52.167.144.109', 1680775623, '__ci_last_regenerate|i:1680775623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c03dc2769e87f0bf2f4d21b1336f4363e539d8', '3.111.41.2', 1670738465, '__ci_last_regenerate|i:1670738465;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c0e7efdb118b00eaebf197ed5a130f60263bd0', '157.55.39.80', 1670215514, '__ci_last_regenerate|i:1670215514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c11b162cc622d0281394b2114a3112458f0fcf', '157.55.39.173', 1669449222, '__ci_last_regenerate|i:1669449222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c21386464e901527aed03f4e6622232732d651', '190.56.50.15', 1667165198, '__ci_last_regenerate|i:1667165198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667165184;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c2ff5ca8cb0aee8f776101b9ab0560aa80cbc7', '190.148.157.177', 1681922512, '__ci_last_regenerate|i:1681922512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681922500;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c6fb5ceb069dcc7cc4586222eac381d42b20d5', '54.36.148.41', 1650946035, '__ci_last_regenerate|i:1650946035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c7af1af292793afb06dfa4c690b597f06a6c6f', '114.119.150.155', 1686857596, '__ci_last_regenerate|i:1686857596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c7fb5a0da2d66cfa1a1facb51310419c341bde', '66.249.79.199', 1682304422, '__ci_last_regenerate|i:1682304422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c8c7c71d66e869a19d0faa4448639078998745', '114.119.139.110', 1686428478, '__ci_last_regenerate|i:1686428478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c8ecc119e8541ae76e3e96a96257a416ebb4a2', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64cbb70c4b26a5dc2f10d5d1af09217fddb191eb', '114.119.136.184', 1685128545, '__ci_last_regenerate|i:1685128545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64cd494993d9f58733a8924f78b39293f754a58f', '51.222.253.6', 1686644469, '__ci_last_regenerate|i:1686644469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d0193662cf39161b404c5d71f5943aa20a38a5', '190.148.252.197', 1665506018, '__ci_last_regenerate|i:1665506018;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665502924;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d0a829c657a362d40035b82f3be3023122bac5', '207.46.13.11', 1668755299, '__ci_last_regenerate|i:1668755298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d3849d24d760c4fd6f9671bdd2d421aa4e3923', '40.77.167.157', 1677744805, '__ci_last_regenerate|i:1677744805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d5f23b6d839e46132bd23cb10f71e585d52301', '190.148.252.88', 1670894191, '__ci_last_regenerate|i:1670894191;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670893045;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d620023279670448a4a5edab9a52b14c9f7c88', '200.119.173.212', 1667943628, '__ci_last_regenerate|i:1667943628;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d66e6e698a031cd8c3b2842fe69deffd3af816', '190.148.157.173', 1652756095, '__ci_last_regenerate|i:1652756095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d720d00c7ecc749db49cb4e7a53004c4568349', '40.77.167.43', 1658581489, '__ci_last_regenerate|i:1658581489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64d8f025640a55b54af63f174bdf01dad2adc91b', '114.119.130.154', 1684108250, '__ci_last_regenerate|i:1684108250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64db01649f2cb50c9f56308d86d8d073bfede157', '40.77.167.202', 1687653155, '__ci_last_regenerate|i:1687653155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64dc20ae39f6faab8729f8a1e970e1690ff4c866', '34.126.142.33', 1652875107, '__ci_last_regenerate|i:1652875102;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 ('64dea23a40cac250a2573b8b4613d1c04a0c4d65', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64dee10a2c51ef59483de185a4e587b501869930', '40.77.167.85', 1686421236, '__ci_last_regenerate|i:1686421236;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 ('64df383f25a3833ac95a0c6f3934de6c1e6beb69', '51.195.90.229', 1650840962, '__ci_last_regenerate|i:1650840962;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 ('64dfa11cd99423d14705b8e49938c7107c1476c8', '40.77.167.156', 1678424033, '__ci_last_regenerate|i:1678424033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64dfd5a7fbf17a44a16bc8c7864f6600ab4f0776', '52.167.144.109', 1680621590, '__ci_last_regenerate|i:1680621590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e028bd89a2bf1be3ab6c72f41dbff0a3793b56', '190.56.173.213', 1683469057, '__ci_last_regenerate|i:1683469057;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683468227;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e41e2ca1340faf3052a636088d097fa3d580ae', '157.55.39.212', 1677314077, '__ci_last_regenerate|i:1677314076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e4931ef5e56a3372ae588377c4f8b1e1d6f017', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e49fb8cebfd2d277cddf655cf93dd7f8c9101b', '190.148.252.73', 1664837670, '__ci_last_regenerate|i:1664837670;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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\";user_csrf|s:20:\"tJmLiYInQAuaw1l2eskH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e4e8d59901d33fc7920490c20585cfb5d67bd7', '114.119.152.46', 1688329609, '__ci_last_regenerate|i:1688329609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e519d5253864102e36b059315157f2766fa383', '200.119.170.113', 1666723122, '__ci_last_regenerate|i:1666723122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666723097;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e6cbe11b25e3fb0710b87822df362f338ebdbe', '66.249.65.164', 1658703252, '__ci_last_regenerate|i:1658703252;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 ('64ec00220f81c5a2e5cb201785f7855316c7345c', '114.119.141.83', 1685191688, '__ci_last_regenerate|i:1685191688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ec5034d911d96b14f24796dfee05138c2f2884', '200.119.173.87', 1663003449, '__ci_last_regenerate|i:1663003449;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ecadee81c4c1e83349321aa64d05649d54f25d', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ed49845ab82385ef6ab57908451ccdbc1df5df', '190.56.49.109', 1666138258, '__ci_last_regenerate|i:1666138258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666138250;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64edc472e2d0f14d5021073c844c01a5b9524d90', '52.167.144.25', 1687255319, '__ci_last_regenerate|i:1687255319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ee0502130f58bc9b1c0090bedeecbb47109509', '200.119.172.60', 1674941700, '__ci_last_regenerate|i:1674941700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674941677;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64efb7ba0862c602dd64d6df417ed77dc3a959e3', '198.235.24.149', 1652027265, '__ci_last_regenerate|i:1652027265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64efe49f915bb4bb2b47363569027fd57af930e0', '52.167.144.98', 1686373275, '__ci_last_regenerate|i:1686373275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f0db2657d151ecdafd99718144a971cda0688d', '52.167.144.98', 1686665866, '__ci_last_regenerate|i:1686665866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f237fefeed35e45b97beb01ec482aec52a5e3d', '40.77.167.182', 1683265857, '__ci_last_regenerate|i:1683265857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f32defaf43c357d5bda15f6a64da6e330aba62', '40.77.167.207', 1681702204, '__ci_last_regenerate|i:1681702204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f4d33d1345b85c5ff99388ba3a3720bd8b9462', '190.148.158.151', 1677278181, '__ci_last_regenerate|i:1677278181;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677278133;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f554c94bf4e739e38a81e000a9b9e37d3bbc8f', '114.119.133.191', 1687168018, '__ci_last_regenerate|i:1687168018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f570fe2b7d4a5117c986945788a672d17d0e3b', '190.56.173.136', 1687903182, '__ci_last_regenerate|i:1687903182;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687903115;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f72dee13bc56bfae2fdee3dd48b3d826fb4ed0', '114.119.140.13', 1685687460, '__ci_last_regenerate|i:1685687460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f78666418fcc062cc093c58acb8f6b213664c0', '190.56.32.162', 1686236814, '__ci_last_regenerate|i:1686236814;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686236752;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64f96b348ad8fdecb1ccbf0bf2160fad2edcb2d5', '40.77.167.49', 1666644053, '__ci_last_regenerate|i:1666644053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64fbd77067b9ca1bede822cbdd301a417fc113e4', '66.249.79.196', 1687494438, '__ci_last_regenerate|i:1687494438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64fff04c475e7793782f23e1f7a6498e2edec9ae', '190.56.173.175', 1652992301, '__ci_last_regenerate|i:1652992301;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652913107\";last_ip|s:14:\"190.56.173.175\";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 ('6502401c0a0c9a25893313e5feac042e5fbd8d17', '52.167.144.162', 1682959429, '__ci_last_regenerate|i:1682959429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65044c5c72f98a9b3ea60c5b47aebd302c41866b', '74.208.2.193', 1672574069, '__ci_last_regenerate|i:1672574068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65053ab0236dd8d79dddacf7f48f408e6af9056f', '190.104.119.122', 1650733902, '__ci_last_regenerate|i:1650733902;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1648663108\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('650573f01d3517e25b05704a4e68290654c31add', '164.92.213.34', 1654673023, '__ci_last_regenerate|i:1654673023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650574ed53c5e36531c5a836e6552a6952c623c0', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650752a343baf0ee47cc41ee8f355da94cbf7d24', '40.77.167.49', 1665923134, '__ci_last_regenerate|i:1665923134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6507b53679baf3d62c1c207b6d8e827cc92b9928', '51.222.253.1', 1685322684, '__ci_last_regenerate|i:1685322684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65094689147e01f7a423d4ff482333a40e5779e0', '200.119.170.168', 1670604063, '__ci_last_regenerate|i:1670604063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670603964;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650bb749e1edff8ab7b7521a2ab590158d4906d2', '40.77.167.16', 1673444178, '__ci_last_regenerate|i:1673444178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650c33d7676888b05c80f1076efdae3963cca04b', '207.46.13.138', 1674961137, '__ci_last_regenerate|i:1674961137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650eb412012fc0ec2f9006edcf0943b3c15761a0', '157.55.39.105', 1676951701, '__ci_last_regenerate|i:1676951701;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650f9ab790de87090655e61f69600d8cd608214e', '52.167.144.164', 1685427195, '__ci_last_regenerate|i:1685427195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6511ee6776d4b88851737f50135d8986f4c2085e', '40.117.185.219', 1651535647, '__ci_last_regenerate|i:1651535647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6512556925baa7d43e1fa1d5da025fe72f108128', '190.56.55.251', 1658606167, '__ci_last_regenerate|i:1658606167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65167333605fb155892adc275e35a6dba65150af', '52.167.144.154', 1687701607, '__ci_last_regenerate|i:1687701607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6517bfabe7848ddbca03ee95d5643b7dab99c822', '190.148.157.177', 1682039399, '__ci_last_regenerate|i:1682039399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682039383;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65181e5526484d4444bc34fe7a1dece378d0cc1d', '114.119.142.39', 1686509187, '__ci_last_regenerate|i:1686509187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6518a080e637e39b0e70e69a74e5852432772cf9', '190.56.32.35', 1671832518, '__ci_last_regenerate|i:1671832518;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671830763;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('651a18ced035dedcf8743c786bd556f427fec68b', '114.119.135.36', 1686921045, '__ci_last_regenerate|i:1686921045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('651c7753ee6e171801aee64c9cf56584f61479b8', '18.117.223.160', 1667962350, '__ci_last_regenerate|i:1667962350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('651d81c5b6e979693cec49aa7607c287ecb48f37', '190.148.252.197', 1665583954, '__ci_last_regenerate|i:1665583954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665583943;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6520d4f51341026ca242b642374717c76bf59fc7', '8.210.8.100', 1651702932, '__ci_last_regenerate|i:1651702932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6524353b2bf305edaff136a1a74041141c85b31f', '207.46.13.17', 1674021764, '__ci_last_regenerate|i:1674021764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('652519bbaa6f6bf9836edaf0befe4742af72890f', '114.119.134.12', 1685705707, '__ci_last_regenerate|i:1685705707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65252be4e4fe0172e683ea286feffb23820f8f7b', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6528338f97d72639ae5543f6619ef5fa06257be8', '114.119.145.42', 1687544263, '__ci_last_regenerate|i:1687544263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6528f5a178b3f957085d7c3082b61102b9eed811', '190.56.55.48', 1687298228, '__ci_last_regenerate|i:1687298228;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687298149;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65294273b45d6cc9df94d8852c5e918f5682c2d8', '52.167.144.164', 1686769262, '__ci_last_regenerate|i:1686769262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('652f7930f33e7df0a9687ccc003b8a7f3b9e7480', '190.148.252.96', 1672937453, '__ci_last_regenerate|i:1672937453;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 ('6532b100fa0ead7c2669b49a323a7e2d44593b00', '190.148.87.96', 1678486064, '__ci_last_regenerate|i:1678486064;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678485806;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6532ef8ee49678cb98656a198760ca90b09cbacb', '124.220.24.137', 1659419138, '__ci_last_regenerate|i:1659419138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65349fbcdc48c04ed810cff79a34b7d96c32687f', '200.119.168.250', 1680655439, '__ci_last_regenerate|i:1680655439;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680654707;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65357adaecec8fb64177e381235e71b5080d2684', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6535f189e45f02251393bc77c10688cdd74c1e6a', '51.222.253.12', 1661435336, '__ci_last_regenerate|i:1661435336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6537a04dd803140b35d520718022113457a09616', '17.121.114.184', 1661393050, '__ci_last_regenerate|i:1661393050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65381cfb21f48b9ffce305a0716d4035a0c6f14d', '190.56.51.158', 1655763158, '__ci_last_regenerate|i:1655763158;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655733958\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655760386;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65384507535e5b3cb4eeeb80f2e7a6889c7d0458', '207.46.13.51', 1662687220, '__ci_last_regenerate|i:1662687220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653a80477e82d9b49f486eef899df5462e425361', '51.222.253.5', 1653776141, '__ci_last_regenerate|i:1653776141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653aeabd5d1ad18e50867393537171e762aef8cf', '190.56.173.175', 1652990841, '__ci_last_regenerate|i:1652990841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653bde8b07fc83c434dbe87b88b6a06baf378646', '40.77.167.249', 1680803072, '__ci_last_regenerate|i:1680803072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653beb69f78c9f330a23fe2bd120075fd0b0facd', '40.77.167.123', 1683841559, '__ci_last_regenerate|i:1683841559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653cfee3f6ee9bc69f6deefced1f4134d0c75bdd', '190.148.157.80', 1669335242, '__ci_last_regenerate|i:1669335242;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669335154;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653f03810651f83c5baa5dc4c92c2c3942d718be', '114.119.142.37', 1687628432, '__ci_last_regenerate|i:1687628432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653f5e45c44eded0a2782df34ba7f1b304ee9f98', '200.119.172.65', 1659389522, '__ci_last_regenerate|i:1659389309;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659359702\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659389521;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65408eebd8114226b4e45a5f48b737f069e459f0', '35.87.176.152', 1686349268, '__ci_last_regenerate|i:1686349268;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 ('654154ccd4165f9bc443b2f0ef897d7a44f188e3', '144.76.67.169', 1669883432, '__ci_last_regenerate|i:1669883432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6542b7a2b50c443dee4a56a238479a23d0ec8f68', '190.148.252.57', 1657893690, '__ci_last_regenerate|i:1657893690;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657893688;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6544342d4cb8423382f66200dd6b03363de3dd65', '52.167.144.162', 1687235509, '__ci_last_regenerate|i:1687235509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65444294cb4f3bd5c4b98c7c4398a3506bca6039', '157.55.39.125', 1654743062, '__ci_last_regenerate|i:1654743052;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6546e93377c9b57416f40d0519527efd10d62536', '207.46.13.210', 1677382434, '__ci_last_regenerate|i:1677382434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6547fe208674cd0e063bad5d00bd63c2de940e90', '17.121.114.48', 1655912931, '__ci_last_regenerate|i:1655912931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654896359b1e09e2accb4b00141bce164edcbca4', '52.167.144.61', 1688036823, '__ci_last_regenerate|i:1688036823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654969ddcc60d211098a190a88790eb46f13aca7', '199.244.88.224', 1672649446, '__ci_last_regenerate|i:1672649446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654a7a647866168790a4bc968bcabf228163faf8', '52.167.144.42', 1679757105, '__ci_last_regenerate|i:1679757105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654a97a91520e857cb6848904f0def6b540cafb7', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654ab81c66789432fde7a44dabcd04196e9b8668', '207.46.13.145', 1668223490, '__ci_last_regenerate|i:1668223490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('654d87b6eed9c39e4903ba646c7b252898eca660', '130.255.166.90', 1653700970, '__ci_last_regenerate|i:1653700970;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 ('6550008b6f658f6243af4f7ebb27f3536b90ec67', '18.191.170.48', 1671375498, '__ci_last_regenerate|i:1671375497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('655023738389f96b1302632a8bb970460f244612', '190.56.32.174', 1676825970, '__ci_last_regenerate|i:1676825970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676825556;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65519a78f851d07c585447ca87c294cee29da938', '51.222.253.1', 1681810738, '__ci_last_regenerate|i:1681810738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65531b7f78d82184c5231340fc0bdfa512f7797d', '190.148.252.102', 1681864975, '__ci_last_regenerate|i:1681864975;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681864967;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65544fa4df080254a73a06143393b3fb0ec15d4b', '157.55.39.64', 1672457107, '__ci_last_regenerate|i:1672457107;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('655466841c188d5d7ceeeeb59a32dfd83bd20109', '157.55.39.94', 1672853078, '__ci_last_regenerate|i:1672853078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('655668733deccf9b3451eb2ef5cb16c8ed433dbc', '190.148.158.164', 1667314879, '__ci_last_regenerate|i:1667314879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667314859;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65572a513896a05e01ee864b5a997b0cfc39a66e', '52.167.144.107', 1680729153, '__ci_last_regenerate|i:1680729153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65596b761a2c5c2512047f2e0362dc96b8a3273d', '157.55.39.208', 1685937249, '__ci_last_regenerate|i:1685937249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65598e80b45f06e7fefb4f4beea9d437ff47fe1e', '52.167.144.74', 1688058130, '__ci_last_regenerate|i:1688058130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6559a0a1d3d22e0f4c72c5f7101c43a31c7a5efe', '199.244.88.226', 1668101493, '__ci_last_regenerate|i:1668101493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('655f2b00cfac3eb779a77462970ff559b2e60647', '52.167.144.164', 1684790164, '__ci_last_regenerate|i:1684790164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('655f699e634b2a2ad9795516d85666b4c8a18d37', '114.119.144.117', 1685523039, '__ci_last_regenerate|i:1685523039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('656105b2a4c70fb21fc56dcd881c92e647fe7b08', '207.46.13.154', 1671637990, '__ci_last_regenerate|i:1671637990;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6562f353a25078188b966a7b74b3ffd212b0af18', '17.121.113.251', 1658977220, '__ci_last_regenerate|i:1658977220;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 ('6566b0c229295fe1ba1ddb34dee0ce14bfb97b49', '17.121.113.46', 1652273952, '__ci_last_regenerate|i:1652273952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6566f5f91d5e3ae51b2d50058eac5cbf7c7d8234', '207.46.13.12', 1676087511, '__ci_last_regenerate|i:1676087511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65683c4a3d29d1977d3e8e4098b33f0b4b202488', '114.119.162.80', 1688474413, '__ci_last_regenerate|i:1688474412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('656c3e3c383aad69ff5ad1d7ce9b63a6cbab4845', '17.121.115.31', 1668638621, '__ci_last_regenerate|i:1668638621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('656c4e465ca40e484d03cd1f6d32462a52e85adc', '186.151.17.97', 1677464454, '__ci_last_regenerate|i:1677464454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('656ca9f2a487b1002087047126a6c2bacebbf24a', '111.7.100.20', 1650686097, '__ci_last_regenerate|i:1650686097;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('656dc34647daff5251a1e329c138111c5f869def', '185.204.0.106', 1657440325, '__ci_last_regenerate|i:1657440325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65709fe0c5094a92c98427b37e730b21b7c89943', '40.77.167.13', 1672063276, '__ci_last_regenerate|i:1672063276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6573abdf0ff59ab08fe2c5884d751753f53a247c', '34.221.47.115', 1679924102, '__ci_last_regenerate|i:1679924102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6574a2a7ab6a18250e738b1572fe08f47a185cb2', '200.119.170.137', 1668645985, '__ci_last_regenerate|i:1668645985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668645978;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65758358f01ff663a4b1f813f14c2f356cf23d7d', '207.46.13.106', 1671009733, '__ci_last_regenerate|i:1671009733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65768ff9412b641990d5ed91dd3c468a3152a963', '40.77.167.181', 1687513521, '__ci_last_regenerate|i:1687513521;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 ('6578effd3b85fd17c2731ced89152866c2ced148', '51.222.253.17', 1656680457, '__ci_last_regenerate|i:1656680457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657db4070d4058f96fe6c3b35bc5f27837b5d086', '114.119.141.34', 1686673220, '__ci_last_regenerate|i:1686673220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657df003e8f7410f80104dcd385c290a8c047fcd', '54.36.148.119', 1652154928, '__ci_last_regenerate|i:1652154928;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 ('657df04ecd7997f1a80171b6c8ca10323ed4cc11', '35.213.176.218', 1652160017, '__ci_last_regenerate|i:1652160017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657e11306a05a3eab937d0d7418a8fff2cf964f4', '52.167.144.95', 1680561427, '__ci_last_regenerate|i:1680561427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657e1796006148c9f609bec336b4336bb43ae35a', '5.75.173.193', 1675001012, '__ci_last_regenerate|i:1675001012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('657e730f340b989c4903086d8ad5bb0a8f2df8fa', '52.167.144.98', 1686401321, '__ci_last_regenerate|i:1686401321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6582c55a207f2bbc47f34503e50f01a45bfe66b6', '190.148.158.175', 1672514944, '__ci_last_regenerate|i:1672514944;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672514792;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6584597ee60991012f9d6b8356eb257ca0b086ed', '200.119.173.67', 1679352716, '__ci_last_regenerate|i:1679352716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679352705;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6584c13347b429e21e3a99e4aac7559f262c2574', '54.36.148.43', 1662339078, '__ci_last_regenerate|i:1662339078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658615ec376dcdd61d955a4e4453f2f27108fbb2', '114.119.144.17', 1685529567, '__ci_last_regenerate|i:1685529567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65870beb41561d75b215b6fdb1da9e65136e45ff', '207.46.13.10', 1671234220, '__ci_last_regenerate|i:1671234220;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658945265e092a9e80faccc55a3b2ce170acee37', '200.119.174.9', 1674176535, '__ci_last_regenerate|i:1674176535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674176522;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658a85bf853ff4e8160a352a4ea0d81662662d85', '40.77.167.27', 1659926017, '__ci_last_regenerate|i:1659926009;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658ac864934969ee346dcaaeb1cfd550377aebf9', '190.148.158.151', 1677195136, '__ci_last_regenerate|i:1677195136;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677194462;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658b9323d18a1222d705c796d7ba122c0e3cc9d8', '52.167.144.98', 1684516826, '__ci_last_regenerate|i:1684516826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658be470818a23098349c86f548dd97ba0e8ca15', '190.56.50.6', 1667607609, '__ci_last_regenerate|i:1667607609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667607599;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658c31b1a04ea2edf20ec678060e53954753e3da', '114.119.148.56', 1688218373, '__ci_last_regenerate|i:1688218373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658c5675b72318abfda8adb9d0b9d2fdabd159b1', '114.119.136.146', 1686832386, '__ci_last_regenerate|i:1686832386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658cae01022b283fde97f25b038ca4184751168c', '183.192.229.42', 1651266155, '__ci_last_regenerate|i:1651266154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658d99007ab648826dae242130639835ecdeaf38', '114.119.130.240', 1687760833, '__ci_last_regenerate|i:1687760833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('658f99d798b6bd39e6c8f00c023c5017aa4c2f8b', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659151e3526a9217ba719bb3857e4d4338bfb0a6', '200.119.168.250', 1680976618, '__ci_last_regenerate|i:1680976618;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680976537;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65915db95a3803f57c5d9b2b8b56a95ea08038a0', '52.167.144.162', 1681663314, '__ci_last_regenerate|i:1681663314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65935bc5d569504a775b953d688c070e636e7dfc', '190.56.50.15', 1667083641, '__ci_last_regenerate|i:1667083641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667083560;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65961aa09dc500dac5aa59c103f7e05da9f37ee2', '190.148.158.151', 1676998719, '__ci_last_regenerate|i:1676998719;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676998712;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65973ba8e55af04209a94ce96464ebc3e0f77caa', '51.222.253.4', 1676436848, '__ci_last_regenerate|i:1676436848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6599e3acbcba87614df3f82700eb0dcae5e757f4', '200.119.172.126', 1652825744, '__ci_last_regenerate|i:1652825744;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652812246\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"YEGl0gJHbO7dxSf5wK6q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659a2a4476873d5241e7e5d87bb6ce3bea7ebb90', '40.77.167.202', 1687463740, '__ci_last_regenerate|i:1687463740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659abf5a669c087da067bc9babd8a512d63086bf', '157.55.39.46', 1672915261, '__ci_last_regenerate|i:1672915261;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659b4870b6fc4814d21edbf9f25c2c27fd13afc4', '207.46.13.41', 1671561143, '__ci_last_regenerate|i:1671561143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659c7e9510510efe3c81cf3034b5c28e3e52315a', '157.55.39.69', 1672157240, '__ci_last_regenerate|i:1672157240;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659e21e5cc43e75ab4316a27630bca2651412be4', '40.77.167.202', 1687798834, '__ci_last_regenerate|i:1687798834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659e26a81ebc9a401f312ee7d5fbc75996067ab1', '65.21.206.43', 1651296948, '__ci_last_regenerate|i:1651296948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659e29f5a582b6f565dc687a3642718b20ccc746', '190.148.252.57', 1657838614, '__ci_last_regenerate|i:1657838614;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657811372\";last_ip|s:14:\"190.148.252.57\";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\";user_csrf|s:20:\"swVyPOWQaKzZD0iqjTXN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659e3f4cdc41245a5eb32482cd743f7c12f18ad2', '52.167.144.109', 1680413695, '__ci_last_regenerate|i:1680413695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659f67c8fdadf5a39caef3e9e19604e3f62ed520', '190.56.55.113', 1673569553, '__ci_last_regenerate|i:1673569553;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673568898;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65a11417fbad259a195df6e14e4fda02859342ad', '200.119.174.187', 1667433077, '__ci_last_regenerate|i:1667433077;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667433069;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65a22ab42d195dd01cc7c80953405de285ad524d', '40.77.167.147', 1680941820, '__ci_last_regenerate|i:1680941820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65a587e35f8233deff205fbb24c3024c4e7c3161', '190.56.32.35', 1671836210, '__ci_last_regenerate|i:1671836210;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671836184;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65a633aa6254184f3946713c2144823fffa923f4', '40.77.167.192', 1681303853, '__ci_last_regenerate|i:1681303853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ab6daa391f3902a5169bb0ba2d82b0af5a7cea', '190.148.158.151', 1677105305, '__ci_last_regenerate|i:1677105305;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677105301;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65acc1fb0a5f722653f8b629947ee80d1d7efe4e', '207.46.13.113', 1676292960, '__ci_last_regenerate|i:1676292960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ada4556423541f04d4f5b9beed02cd4c266491', '190.148.158.175', 1672234801, '__ci_last_regenerate|i:1672234801;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672234794;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65aea62302d605622af161b28fde58215162c15a', '207.46.13.217', 1684052742, '__ci_last_regenerate|i:1684052742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65aeec4d60095b8d14295ed5f47d70a61ee0cf8d', '51.222.253.1', 1688530149, '__ci_last_regenerate|i:1688530148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65b196fe7ade5f96fb6e51798aee32c5f0ae3864', '200.119.170.168', 1670533513, '__ci_last_regenerate|i:1670533513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670533438;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65b471176a21e2d3deeb5f5987472a190e00879b', '52.167.144.82', 1687450623, '__ci_last_regenerate|i:1687450623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65b545c1081f5ebd14f724fe2f80a6a41c32b326', '114.119.155.203', 1687283179, '__ci_last_regenerate|i:1687283179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65bb26bc41c8b90322b61852d5807bc88ce70d28', '3.89.68.201', 1678126698, '__ci_last_regenerate|i:1678126698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65bbd75265ad68520a839b8fa8bb144330eae731', '52.167.144.74', 1688574664, '__ci_last_regenerate|i:1688574664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65bdc7f2065e5abb120ec93f69ac0f034e942764', '17.121.115.9', 1656853207, '__ci_last_regenerate|i:1656853207;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 ('65be272d96519f945614ec32514f8da7168fe736', '207.46.13.211', 1679132386, '__ci_last_regenerate|i:1679132386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c1039fffb8c91d938e9bbf747ec4cda08dc721', '5.188.62.21', 1656417126, '__ci_last_regenerate|i:1656417122;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c2d23e613dcfa21ae2a798245be883d9968219', '40.77.167.37', 1668771579, '__ci_last_regenerate|i:1668771579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c6308aaae30db4cccfd59a6231000c99efc775', '190.148.50.117', 1652396095, '__ci_last_regenerate|i:1652396067;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c6a2432f4c8b7e73ae8d74aff62be59bd93f58', '190.56.55.48', 1687455532, '__ci_last_regenerate|i:1687455532;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687455511;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c7015c262b018d4baf1c803993edded0722ce2', '207.46.13.10', 1671355842, '__ci_last_regenerate|i:1671355842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d12474de7573472b7b365e88710589000587cc', '190.56.54.156', 1665442650, '__ci_last_regenerate|i:1665442650;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665426168\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"BdDjC7ewW3KIkpx8ObLJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d2a49271d8e2a7287a65879ea7a47ba0ed816b', '173.249.31.237', 1659409248, '__ci_last_regenerate|i:1659409248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d42c12644705bb89630d7437f3830a6b8bba79', '17.121.115.208', 1658529165, '__ci_last_regenerate|i:1658529165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d5b8fdb7e65e12ae5e28d38ce1166fba61acda', '114.119.139.207', 1687002900, '__ci_last_regenerate|i:1687002900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d62ecc75009edaf4004fd86730a37deae1c860', '190.148.252.67', 1688492760, '__ci_last_regenerate|i:1688492760;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688492747;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d670aac7575325893cc7ed7832c9a5a10802dd', '52.167.144.164', 1685360776, '__ci_last_regenerate|i:1685360776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d6d9c11d29abb94cffeb86ee98086fba071fb0', '190.148.157.117', 1675540057, '__ci_last_regenerate|i:1675540057;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675539560;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d78e63bda6ca972325ba5e8c36a488c89f576f', '161.35.132.79', 1688406085, '__ci_last_regenerate|i:1688406085;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d9326f3fc6ad9d5b6471705f1c215d7a9addb7', '54.36.148.3', 1670963299, '__ci_last_regenerate|i:1670963299;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 ('65d97938225355d7a94fcfaad1aaf63d2189d948', '200.119.174.9', 1674347381, '__ci_last_regenerate|i:1674347381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674347367;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65de1459522f4f7e15b0aa1058027ce4d5abb7d1', '17.121.112.191', 1661392465, '__ci_last_regenerate|i:1661392464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65de83d339cae1a04bec480ca765e0468d582775', '190.56.32.110', 1669842930, '__ci_last_regenerate|i:1669842930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669842513;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65dea18a6b73fea97abd267b411838512efbb846', '17.246.19.148', 1673394229, '__ci_last_regenerate|i:1673394229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65def3231a7fef3479ecb7cdf9be4acc863db3f1', '40.77.167.255', 1687812477, '__ci_last_regenerate|i:1687812477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65dfdbdb5353228771928738d1f7378b010c1116', '52.167.144.154', 1687660279, '__ci_last_regenerate|i:1687660279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65e10b87ee5fb5af4530301aaa8c8c5308c2b128', '190.148.157.98', 1679164260, '__ci_last_regenerate|i:1679164260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679164258;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65e2abb4db13d1b0c50407d4c723b60ecdf7f4ac', '54.171.91.171', 1673521405, '__ci_last_regenerate|i:1673521405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65e411ad738b23b14f2758994d712a2f6b781b76', '190.56.32.35', 1671541715, '__ci_last_regenerate|i:1671541715;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 ('65e51b96a2f970f1cb6c13a0e7dfb617fba83c86', '114.119.149.89', 1686349169, '__ci_last_regenerate|i:1686349169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65e74efe569670fd1529ca64196ff2b22467c027', '52.167.144.164', 1686263921, '__ci_last_regenerate|i:1686263921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65eb30c3391eae9bda7b19239567627a7f3f4f55', '190.56.49.109', 1666103271, '__ci_last_regenerate|i:1666103271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666103232;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65eba28e240b7c930d5d73c63527fcf39f978ab8', '66.249.72.208', 1660061190, '__ci_last_regenerate|i:1660061189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ed77093f9ab39f0edec4e4b625eec539c51666', '52.167.144.98', 1684132426, '__ci_last_regenerate|i:1684132426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ef4a94a98520bf8c497da8d68cefc73917bf11', '144.217.135.181', 1653430253, '__ci_last_regenerate|i:1653430253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65f1c6a3283491a54ae0383d1c0916f720b582b7', '190.56.50.6', 1686955828, '__ci_last_regenerate|i:1686955828;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686868537\";last_ip|s:13:\"190.56.50.200\";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\";user_csrf|s:20:\"nxTKPhaWJlOi67t58Rs3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65f2c1924b9dcf16b636c0351b67f477e1175b27', '200.119.173.78', 1682899725, '__ci_last_regenerate|i:1682899725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682899718;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65f2daf795a04c7997e9b02313c850094cc238a5', '40.77.167.11', 1674432076, '__ci_last_regenerate|i:1674432076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65f3bfb135e485bc23a0180ae63fcb865f83855f', '17.121.115.52', 1652890910, '__ci_last_regenerate|i:1652890910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65f556dad3ebf26a09b902fd220427ef9f259bbb', '130.245.169.139', 1657878934, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65f72347b69ced3c4941b8eef26c274835915e1b', '114.119.132.163', 1685648334, '__ci_last_regenerate|i:1685648334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65fbdc61274ab929fe40c42295f918846f28651e', '157.55.39.112', 1662815609, '__ci_last_regenerate|i:1662815609;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 ('65ffe482998bfce8cdd5a9d022307cfcd0bac956', '40.77.167.133', 1684132295, '__ci_last_regenerate|i:1684132295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65ffea6c83d7cc20907e55b630cdcd29d97695f8', '190.148.157.210', 1672705983, '__ci_last_regenerate|i:1672683423;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672705983;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6600b05de3c59a69140c51a6dde39b1fb1dfcf32', '190.148.252.67', 1688522331, '__ci_last_regenerate|i:1688522288;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688522330;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660133347c96a9ce4295bda43b5501f4567fe0f2', '190.56.173.167', 1650904899, '__ci_last_regenerate|i:1650904581;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1650904144\";last_ip|s:14:\"190.56.173.167\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650904899;register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 08:49:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6602d6aa27f656908a33fccbccf70102859c49b0', '51.254.213.67', 1668549021, '__ci_last_regenerate|i:1668549021;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 ('660304faccf90139bdb691ea77f10933f9e5c869', '54.36.148.27', 1675534075, '__ci_last_regenerate|i:1675534075;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 ('66042da3bce2214d2a59911e10170d67ec3f52a7', '40.77.167.202', 1687268299, '__ci_last_regenerate|i:1687268299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6605cc8d46a8db49dfcb5c474eedfb771fd5a73a', '149.57.16.7', 1653806985, '__ci_last_regenerate|i:1653806985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66061e0cf76557fb4611fba6daa9b354e0a270a3', '200.119.173.133', 1660848323, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6607ea1e7ed9feb1df03ef3316bfefedfd6e440c', '35.91.124.247', 1680961207, '__ci_last_regenerate|i:1680961207;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 ('66093234f7253a6da23e68ce7c19a1d0150c36ad', '114.119.142.47', 1687935852, '__ci_last_regenerate|i:1687935852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66098fa1d920e7e9e92b4cb87847d2f5631cc8a2', '40.77.167.49', 1664086695, '__ci_last_regenerate|i:1664086695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660a4dccd74e691ba0279128417221ab9571a586', '190.56.48.81', 1666032469, '__ci_last_regenerate|i:1666032469;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666032462;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660a5ef2dfc651fded6378ef7e76175a1010c386', '52.167.144.74', 1688366445, '__ci_last_regenerate|i:1688366445;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660cf9a99bf0a55ed0534bd10a24af711e2d7eb2', '190.56.32.174', 1676501843, '__ci_last_regenerate|i:1676501562;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676492724\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"bY3cvdOtpJe6rXUkhKzi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660d895e673555baf7f9e8c12b08f1c7ee411e79', '40.77.167.123', 1682644212, '__ci_last_regenerate|i:1682644212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660ec2c726b18d4909b65dc9fa2ef8a9e398ef2c', '114.119.151.153', 1687509638, '__ci_last_regenerate|i:1687509638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660ef0d64a5a547ee8e2cb25e3af60ddb9053ced', '66.249.79.194', 1687617536, '__ci_last_regenerate|i:1687617536;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 ('660fcc897280197815fbecde9c87b7a06fc7c183', '51.222.253.18', 1663342052, '__ci_last_regenerate|i:1663342052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661025f7e3ffdc7ea573cdcdb11ac5e211f707de', '52.167.144.162', 1686073706, '__ci_last_regenerate|i:1686073706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66119d46a238ecfb4955ff7de3d067a2d08f078b', '40.77.167.246', 1676701685, '__ci_last_regenerate|i:1676701685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6611bb39189828f7f7a52e19c228ac8d425a4cf9', '207.46.13.207', 1685836776, '__ci_last_regenerate|i:1685836776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66126262487be63923fdd13ced9480a5c11c13e7', '106.75.101.43', 1686908298, '__ci_last_regenerate|i:1686908297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66146132e15218b4947845521542f6b710b4b711', '190.148.252.96', 1673210420, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673210420;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673209460;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6614df9fde175519367baa12ed7ecc1dd34847be', '114.119.152.34', 1686249831, '__ci_last_regenerate|i:1686249831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661580cf898ec6fc1949a9449a0f08f36f231681', '190.148.87.182', 1679768748, '__ci_last_regenerate|i:1679768748;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679767901;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6615cd15d8c957cc000e2f65be30c51d6b5c7f4d', '40.77.167.133', 1684132436, '__ci_last_regenerate|i:1684132436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6617bb119977acfdf5915d9d047a9307e70d89b7', '190.56.49.83', 1687019482, '__ci_last_regenerate|i:1687019482;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687018934;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661b35cd7c40f6333bacecd88bcc81793c50ad8e', '157.55.39.147', 1672490958, '__ci_last_regenerate|i:1672490958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661b6246dfe7c212574a61c7bbb01439142f92ef', '157.55.39.215', 1678283924, '__ci_last_regenerate|i:1678283924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661be9f7a8f0750872f3353f931118c28707d15f', '200.119.172.95', 1659572387, '__ci_last_regenerate|i:1659572349;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659572349;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661ec890664df2c8f319dc602e39546b4ba6839f', '207.46.13.12', 1675322993, '__ci_last_regenerate|i:1675322992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('661fdf5e36264680924a9a52bfa8f0b46f9dd198', '190.148.157.183', 1680360105, '__ci_last_regenerate|i:1680360105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680359824;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6621c3fe9247b9d439fc63563b10b8e356c8219f', '190.56.50.15', 1667240872, '__ci_last_regenerate|i:1667240872;identity|s:7:\"roberto\";username|s:7:\"roberto\";email|s:24:\"robertoaguilon@gmail.com\";user_id|s:2:\"11\";old_last_login|s:10:\"1667235421\";last_ip|N;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:\"0\";allow_discount|s:1:\"0\";biller_id|s:2:\"60\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667240608;register_id|s:3:\"137\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-31 12:21:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66233a60591900549fe1ded495f809202a9b7851', '190.56.32.35', 1671819045, '__ci_last_regenerate|i:1671819045;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671818981;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66233e788dcc0ac5faad3a38169aae95d142ce5a', '157.55.39.217', 1683285571, '__ci_last_regenerate|i:1683285571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66237d3d3a4b25281e3382e52ad0dccececaba3c', '190.148.87.182', 1679667900, '__ci_last_regenerate|i:1679667900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679667455;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('662388844602a96341a43e65f1a59ef372aae55d', '173.249.31.237', 1659409157, '__ci_last_regenerate|i:1659409157;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 ('6624f84b3a08b89461164bdfe515a15db88065d9', '52.167.144.162', 1687232727, '__ci_last_regenerate|i:1687232727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6627cc4a4e5563508ca4a22f855763332aec1d20', '200.119.173.130', 1675960369, '__ci_last_regenerate|i:1675960369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675959880;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6627cee3722386b3dfacab4155b4c72cbda2c75a', '66.249.74.100', 1688134042, '__ci_last_regenerate|i:1688134042;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 ('66288f839f4cd9f3dc50a8ffac9d20b81f741cf9', '52.167.144.178', 1683842371, '__ci_last_regenerate|i:1683842371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('662a93e89d53f19083a8bd7fbfc5955723bdac63', '51.222.253.8', 1679463344, '__ci_last_regenerate|i:1679463344;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 ('662c72e1218a511e22ea21c2a380cd693eaacf19', '200.119.171.24', 1665935142, '__ci_last_regenerate|i:1665935142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665934951;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('662d2ac596890e8318c44804ddbe9d62931ba3f0', '114.119.143.151', 1687642194, '__ci_last_regenerate|i:1687642194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6630f407dcad0e3ca119b52d2de5fe10bbf42157', '51.222.253.3', 1668015407, '__ci_last_regenerate|i:1668015407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66311095c8d56ef0ce3dd7a425771ccbed5cb293', '52.167.144.171', 1685480201, '__ci_last_regenerate|i:1685480201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663272905d33a48b598fc6115215926d64163163', '54.36.148.0', 1663320521, '__ci_last_regenerate|i:1663320521;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 ('663314649e76f2c02a52ca0aa083be43c5dbfdf4', '200.119.170.16', 1666824514, '__ci_last_regenerate|i:1666824514;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666824508;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66342f748d49f0741ffad0e314f5cabde39d7c32', '175.44.42.24', 1677310566, '__ci_last_regenerate|i:1677310566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6636c875a9ae07fcc2e3b588e44ef87dd44668f6', '114.119.136.99', 1685004341, '__ci_last_regenerate|i:1685004341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66390d29881cd223155f790109ce9662516759ef', '51.222.253.11', 1678825278, '__ci_last_regenerate|i:1678825278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66399a4ddf4f7e930aac70f23cda030ecfaf02de', '51.222.253.17', 1658092609, '__ci_last_regenerate|i:1658092608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663ad7073282034e2e57c280e2f8a43c3c915148', '51.222.253.7', 1672508367, '__ci_last_regenerate|i:1672508367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663b350964c43e12ec37a64dca461f9110da8425', '207.46.13.11', 1668631626, '__ci_last_regenerate|i:1668631626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663b808157a4388403b98201c1fe5695a0c21fd3', '190.148.158.74', 1668990856, '__ci_last_regenerate|i:1668990856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668948081\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668990855;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663c14933df219cb37069efe18ee28239398414f', '190.148.157.206', 1656616621, '__ci_last_regenerate|i:1656616621;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656616619;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663ed310483f9b583c65d7bcb640e1d53888b4f2', '157.55.39.51', 1667559729, '__ci_last_regenerate|i:1667559729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663ef940ea27d539d91556586d5c842dc0535b18', '114.119.157.57', 1684898699, '__ci_last_regenerate|i:1684898699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66404650cedf20d2a5c6169f9c34bebdb5d3a143', '157.55.39.194', 1674432082, '__ci_last_regenerate|i:1674432082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6640d47a9f90ff469d021ef591f34a40fa35f1d6', '114.119.156.182', 1686456832, '__ci_last_regenerate|i:1686456832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6640d9b26e3d005c3b550128158099800b31b6c2', '114.119.130.54', 1686223066, '__ci_last_regenerate|i:1686223066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66433965e248971baf33d323709d7fc09d55efef', '52.88.118.181', 1660050902, '__ci_last_regenerate|i:1660050902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66439431ad20efc8f4eae7205eeb3033ca8bd838', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664395f31b8f2016e233366e3de40c8cac3065e5', '207.46.13.6', 1672246894, '__ci_last_regenerate|i:1672246894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66440d34873de626ad23e81516e66601b3328aba', '190.56.50.253', 1682539502, '__ci_last_regenerate|i:1682539502;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66442cd0a0366bd86f4e933efb1edda6a0e9efb3', '167.248.133.191', 1679550633, '__ci_last_regenerate|i:1679550633;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 ('6648359a64557679ea0b87c5cffe29d7a2b1e9c9', '40.77.167.227', 1682233120, '__ci_last_regenerate|i:1682233119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664841c3d5d9ce06c7761c5d48397bc5320e8fd9', '114.119.132.7', 1685016289, '__ci_last_regenerate|i:1685016289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664ad55bb18f2d031fd57004e1f0d7c29aa1438b', '40.77.167.169', 1676212049, '__ci_last_regenerate|i:1676212049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664afd3f5bea199b1f1668439cf603ea2df93e9e', '5.188.62.140', 1653337102, '__ci_last_regenerate|i:1653337099;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664c4ccbfee83bee62f1403d0b6b5a807180c72d', '51.222.253.16', 1672048595, '__ci_last_regenerate|i:1672048595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664d8a8b33bfe35578a5413ca585617c5d3f00e8', '5.188.62.140', 1653281536, '__ci_last_regenerate|i:1653281533;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6650584ae260b56f58d6d2be7b2eb65a1defedc5', '138.246.253.24', 1685585732, '__ci_last_regenerate|i:1685585732;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 ('6651f519629b898f965276e5abb0de6f0be7bfcf', '114.119.155.217', 1687133516, '__ci_last_regenerate|i:1687133516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6653b2d6d1d7fabcb37fa42e072b248fb6daf956', '74.208.2.188', 1665904743, '__ci_last_regenerate|i:1665904743;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66543d588c710fc2ddcbb9b2591e3250c43644c5', '157.55.39.94', 1672765900, '__ci_last_regenerate|i:1672765900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6654670aafd7c9e72f9f19cdc7456cdcf53bbc2a', '190.56.49.83', 1687047685, '__ci_last_regenerate|i:1687047685;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687047682;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6655338b8b5697de6dea5114f4dc538bc45fb4f2', '190.148.87.99', 1688421434, '__ci_last_regenerate|i:1688421434;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688421341;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66574e06ef622f1d16982c5c3f1973e4f54d8b61', '40.77.167.182', 1683741397, '__ci_last_regenerate|i:1683741397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66576aa6a4d04532b19be7408706f0d4bbba6211', '114.119.156.71', 1688091903, '__ci_last_regenerate|i:1688091903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6658acd2fede41f902a85defc913a79b433af5ad', '52.167.144.162', 1682822578, '__ci_last_regenerate|i:1682822578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6658b3f776d0a9805474e98a76826a37d3b830a1', '54.36.148.62', 1654414229, '__ci_last_regenerate|i:1654414229;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 ('665a0f6914a48ad00817a16972959755bfa62629', '5.188.62.26', 1656353862, '__ci_last_regenerate|i:1656353858;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665a56e4f732baa594c0dd9314f87b1b8f9d652b', '190.148.157.177', 1682388660, '__ci_last_regenerate|i:1682388639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682388659;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665a852af1e310c7375bcd19e7c0a597e46215a5', '20.15.133.168', 1686163374, '__ci_last_regenerate|i:1686163374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665b9901295d135daeb2e412980a31539bfef2a0', '190.56.50.6', 1667599698, '__ci_last_regenerate|i:1667599698;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667599690;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665b99c4e7eebc33223b59a3dd3148dc9800508b', '190.148.252.88', 1670803408, '__ci_last_regenerate|i:1670803408;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670802639;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665c591b9798c617cb997e04505e981a9587adab', '52.167.144.162', 1687203716, '__ci_last_regenerate|i:1687203716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665da4d9abec5b6f8c3236961660508503891ae9', '157.55.39.94', 1672812040, '__ci_last_regenerate|i:1672812040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665e16be885351b06ab8cf263fba85e84bd9769c', '40.77.167.255', 1684890647, '__ci_last_regenerate|i:1684890647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665e9bd347bd9a26e7fd63c1e9c1b1daf004056d', '52.167.144.164', 1685125644, '__ci_last_regenerate|i:1685125644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665fc75d09f0456e13ceb283df410c537ca4f426', '200.119.173.133', 1661200291, '__ci_last_regenerate|i:1661200291;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661183348;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 09:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('665fec9e9c28cb58e52dd3d4c8f22cf9482336e9', '54.36.148.110', 1687312663, '__ci_last_regenerate|i:1687312663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666002baa92db10a7edb0b953e622e8a030af2dc', '52.167.144.164', 1686177911, '__ci_last_regenerate|i:1686177911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666177f6584b98893df3d04e0bc73756731e41f7', '52.167.144.98', 1686568282, '__ci_last_regenerate|i:1686568282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66622d3fdfe75ae733a3c0d5da717916f8a7e889', '35.164.225.24', 1661089070, '__ci_last_regenerate|i:1661089070;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 ('6666ad870595cb8897c048de4d9d30d2d352060a', '17.241.219.97', 1682307221, '__ci_last_regenerate|i:1682307221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66683555273e6e495ac6e461e56de9d8ad663f8a', '200.119.172.60', 1674648456, '__ci_last_regenerate|i:1674648456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674648430;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666bb13501e9661b530c38151bee3e5c3f570ac1', '157.55.39.173', 1668590641, '__ci_last_regenerate|i:1668590641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666cadfce550f1b510dae78d25ee52113def3f50', '52.167.144.98', 1686652785, '__ci_last_regenerate|i:1686652785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666e715ce58515893768da4b11996a0aa2823f8d', '40.77.167.170', 1675584095, '__ci_last_regenerate|i:1675584095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66704ed146717e6476556c01789b377cc94a239f', '157.55.39.217', 1683192185, '__ci_last_regenerate|i:1683192185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66719dc21531a79cef084e9c542e9a0165f93f19', '52.167.144.42', 1679685709, '__ci_last_regenerate|i:1679685709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66721957e981a7b30e8315da875f0c94a2c4045a', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('667494863dfee0879e203d14a92fd32a9c3a7507', '114.119.135.229', 1687011197, '__ci_last_regenerate|i:1687011197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6675e7396ba37f9205744fc581c7ac1a89f08c27', '52.167.144.154', 1687764686, '__ci_last_regenerate|i:1687764686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6676687b91c66ac800124d777c94aedbe22cd1e5', '17.121.114.40', 1654957942, '__ci_last_regenerate|i:1654957942;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 ('6679abacb1e511deeb1684cf93934e1a89961981', '190.148.158.69', 1685486877, '__ci_last_regenerate|i:1685486877;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685486828;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('667dfc27ff24a2c1cd13d753b51269446fe5c15a', '35.193.161.37', 1651787254, '__ci_last_regenerate|i:1651787254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668227d86a2e0d6e936baaad9715312f15060b3a', '52.167.144.154', 1687973036, '__ci_last_regenerate|i:1687973036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66867ef7b5cb04ceadbc2963afe0fcba8e1cb5c7', '207.46.13.17', 1652747552, '__ci_last_regenerate|i:1652747552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66869328348391db4a58ed662f46c84ef1c657db', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6687c0a0f51066804a27ac548c0986e1b0969219', '46.101.63.152', 1652762869, '__ci_last_regenerate|i:1652762869;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 ('66880e6b3aa7ea51ee434ac39240b4f2662b38a3', '200.119.170.143', 1670115198, '__ci_last_regenerate|i:1670109934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670115198;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668917be9d28295216782db3f1dac6b77e73d46e', '40.77.167.202', 1687858671, '__ci_last_regenerate|i:1687858671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668c2fd03ebe68f46b2e7e53dae9b7ce6338a466', '200.119.168.250', 1680727919, '__ci_last_regenerate|i:1680727919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680727704;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668dcc5d3153ff0c1ebff80e931e76ab9904758d', '114.119.148.165', 1685361651, '__ci_last_regenerate|i:1685361634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668f1fdc7077ab37f5f3df2b2f2b76b836579c69', '198.235.24.144', 1651696824, '__ci_last_regenerate|i:1651696824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668f67829b50fdbc7492a68dfc97b0474b0f50ee', '130.245.169.139', 1657878937, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('668fc712a3f9e7758adff46d5717ca47cd45581c', '51.222.253.16', 1673057441, '__ci_last_regenerate|i:1673057441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66941f57f786c0d6c8df34e82b29c3e037a2bdc5', '34.85.84.84', 1660621594, '__ci_last_regenerate|i:1660621591;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 ('6694238f93a4be0719aab5103d49e8e332ccec1e', '52.167.144.70', 1688296431, '__ci_last_regenerate|i:1688296431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66943c0fecdacbd5ef90e5180403388777ae1632', '114.119.140.153', 1686019981, '__ci_last_regenerate|i:1686019981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6695ab244a78338582f83b3ff657560b2d778f0d', '40.77.167.49', 1664296248, '__ci_last_regenerate|i:1664296248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66960870c8e2630d6bbacd6673d4b9dd290d2a12', '45.138.16.178', 1659041147, '__ci_last_regenerate|i:1659041142;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 ('669964bf3a7bca77b19cd3287dd47ff6cd8cf1fc', '66.249.74.101', 1681651304, '__ci_last_regenerate|i:1681651304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6699fa244e4f617394dafab2fee877d2518f1ed3', '51.222.253.1', 1673913855, '__ci_last_regenerate|i:1673913855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('669a0d248f4a385fceeabcb87bb0d10735694f94', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('669a97803f50d23bbdd470ed815d6783ec14d3d3', '66.249.65.161', 1668721388, '__ci_last_regenerate|i:1668721388;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('669d279ae6754f68be85d714afa6a7bc15dcc1f3', '207.46.13.229', 1677205910, '__ci_last_regenerate|i:1677205910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('669db382b17fddbf7fa40750e77d4442f39472ae', '200.119.174.9', 1674479223, '__ci_last_regenerate|i:1674479223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674479199;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('669dc4964734a87565a20eacbe87c0d90725574b', '165.22.244.88', 1651711656, '__ci_last_regenerate|i:1651711652;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 ('669fb67a331240ae8e6eb34c34c96f3745eea293', '190.148.87.96', 1678719001, '__ci_last_regenerate|i:1678719001;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1678718560\";last_ip|s:13:\"190.148.87.96\";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 ('669fe7c5f0530f8ab53bae5ad9a96400a31dbdc5', '190.56.32.170', 1651069986, '__ci_last_regenerate|i:1651069986;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651069031\";last_ip|s:15:\"190.104.119.122\";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 ('669ffb03df1990f69d173d39abe011d3977b7367', '52.167.144.171', 1685773944, '__ci_last_regenerate|i:1685773944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a017f1199cd426ad8b874e625d790ea75e74c4', '52.167.144.98', 1685129060, '__ci_last_regenerate|i:1685129060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a088978d050bbf8a8ceaa0190e171e974dbe2a', '114.119.148.4', 1684482477, '__ci_last_regenerate|i:1684482477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a241f7606cc50258f7b15b9dba8438fa7c9a5e', '5.188.62.21', 1653435750, '__ci_last_regenerate|i:1653435747;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a32dbc552374cc56437620d16487acaa6ea602', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a3f1707bd84f31f85e9c5b14c51ae25addba9a', '208.91.69.20', 1679303896, '__ci_last_regenerate|i:1679303896;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 ('66a4aaa51d07dbf2a14061df1b1d08b48d041d3d', '207.46.13.41', 1671544253, '__ci_last_regenerate|i:1671544253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a656a44c2e5ec3fa2e3c51231f1f6b36cedc2e', '74.125.212.209', 1669614880, '__ci_last_regenerate|i:1669614880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a806a96c5665cbdb3632a630f619726f0fbc75', '40.77.167.181', 1687811998, '__ci_last_regenerate|i:1687811998;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 ('66a888dcac3757ce19ea476eaf0acb643250da1c', '200.119.174.26', 1663706119, '__ci_last_regenerate|i:1663706119;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663689809\";last_ip|s:14:\"200.119.169.44\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663698971;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a893317b21de2ed22fc52c7a1cc5601c96fb23', '207.46.13.229', 1682705704, '__ci_last_regenerate|i:1682705704;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 ('66a893b1de96b57a8800cf6d47a8f2afba9d6dbd', '51.222.253.13', 1662019602, '__ci_last_regenerate|i:1662019602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a9b3d37910a6ae4dc367c0c094b00440d33f93', '190.148.252.235', 1666907032, '__ci_last_regenerate|i:1666907032;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666880343\";last_ip|s:15:\"190.148.252.235\";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\";user_csrf|s:20:\"L9TyAVXY4Z7t2KiJe3ms\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66aa003d0fca169c3ab21a01350f82c9a02665a5', '137.184.49.251', 1656809859, '__ci_last_regenerate|i:1656809859;error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>www.google.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66aa618173a1539628de4694ead34127d3b95620', '40.77.167.244', 1677538938, '__ci_last_regenerate|i:1677538938;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ab1cc822ef5992c96f254e0931268a5ce72d9b', '72.46.129.179', 1665673799, '__ci_last_regenerate|i:1665673799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ad26f444206d4a94f00e42a1f4793b396fd702', '190.148.252.111', 1677795066, '__ci_last_regenerate|i:1677795066;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782620\";last_ip|s:15:\"190.148.252.111\";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 ('66ad47b62374c974ba9d009e48d7400c4d1413a7', '190.148.252.183', 1681318214, '__ci_last_regenerate|i:1681318059;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681166279\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"QsOzec371AmZgdYtKMLw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ae29fc480bc30d80d6a9eaa5e793768678a318', '157.55.39.54', 1659724323, '__ci_last_regenerate|i:1659724323;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 ('66af5ba873cdbc1bfe17454e22da0f0c5fa7c4db', '40.77.167.91', 1686899969, '__ci_last_regenerate|i:1686899969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66b39ce126b541c335a183277498f42165c0a416', '54.189.25.129', 1652967427, '__ci_last_regenerate|i:1652967427;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 ('66b39fed9bde86b597ea04f0500427c7793f6a13', '54.36.148.236', 1686932173, '__ci_last_regenerate|i:1686932173;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 ('66b6015eb724734ff0c80111716a0c759577719c', '157.55.39.173', 1670600253, '__ci_last_regenerate|i:1670600253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66b74dfeff1d7e0fbf54fddcefd5480fb9591910', '114.119.132.25', 1688179558, '__ci_last_regenerate|i:1688179557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66b7c776998443587d196a162382bec01eead27f', '200.119.170.187', 1674224648, '__ci_last_regenerate|i:1674224648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66bc6b4948e4024deeba8afe96cd541873a215f5', '20.191.45.212', 1658535306, '__ci_last_regenerate|i:1658535306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66bc7ee8cd40cdef50553e17be7cc31388f5a399', '52.167.144.98', 1686209043, '__ci_last_regenerate|i:1686209043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66bde7ccdf94e5d5abb4ed1764c075feef98a1ec', '40.77.167.49', 1667201913, '__ci_last_regenerate|i:1667201913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66bf27c199cb13d3044a3e5b7b14b34616928aff', '51.222.253.2', 1680750926, '__ci_last_regenerate|i:1680750926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c0233cb27aefd0d08b2675971207759bf6b001', '17.121.114.98', 1658681816, '__ci_last_regenerate|i:1658681816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c03679f2300c4387cab5bd7c70e494e7bd3fe6', '54.37.233.116', 1650851947, '__ci_last_regenerate|i:1650851947;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c0cfe44160fbf40bcac4d0eb694fd6e34778f2', '51.254.199.11', 1670468755, '__ci_last_regenerate|i:1670468755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c0f526cb73d643901e9ba00bac5bfb7d3bd963', '40.77.167.227', 1678716407, '__ci_last_regenerate|i:1678716407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c47f0dae10f4617edd6a8fb2cf0e5c86d76b3e', '52.167.144.171', 1685469774, '__ci_last_regenerate|i:1685469774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c52cda9bf1f4a4fa180ce20792dba7c94a4820', '190.56.55.113', 1673735263, '__ci_last_regenerate|i:1673735263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673735192;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c57a817732c97ecf16c562565f068a8b2fcc8d', '51.222.253.13', 1660772405, '__ci_last_regenerate|i:1660772405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c62b665ca3310ffb6c4283b69401200dc6801f', '66.249.77.39', 1680581263, '__ci_last_regenerate|i:1680581263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c66d94f9b8ccf9d035b3ca1e90c01ec20ef4b0', '190.56.173.152', 1654899490, '__ci_last_regenerate|i:1654899490;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654899437;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c6b3b15765c146789b1c61b4b9b0d820b9769e', '51.222.253.8', 1682437582, '__ci_last_regenerate|i:1682437582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c72cfff8c98d9769367ebb15edff7b98aa7f98', '69.160.160.58', 1680641177, '__ci_last_regenerate|i:1680641177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c757ee8409ffae98f364bb9f4ba33412e09fcf', '40.77.167.43', 1658079312, '__ci_last_regenerate|i:1658079312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c87c4faa0b0d1d54b8170195f1e05548d88f80', '114.119.155.92', 1686813058, '__ci_last_regenerate|i:1686813058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c9264d60b1c2e8926e172616922e9e1f8dacd0', '157.55.39.164', 1654853534, '__ci_last_regenerate|i:1654853523;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66cd837b08497b0eea2f5e8db24f51a89b3e9bfb', '93.159.230.89', 1669708751, '__ci_last_regenerate|i:1669708751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ce96e12b4a7e96cc94862969da345b287a71f6', '200.119.169.59', 1661260147, '__ci_last_regenerate|i:1661260147;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661260118;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66cf9eb0e3ca07bbbc909ead8ff1383a4b2a52af', '157.55.39.253', 1682269787, '__ci_last_regenerate|i:1682269787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66cfc5b494ce186323e849c22b687338ff53c552', '50.21.188.42', 1663642264, '__ci_last_regenerate|i:1663642264;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 ('66d1ffcdf69b5a52e26ffadf6f1315dcc0fffff7', '35.92.79.7', 1675431131, '__ci_last_regenerate|i:1675431131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d39d5e006f8416dc66807286511cd29f940b48', '51.222.253.2', 1679008326, '__ci_last_regenerate|i:1679008326;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 ('66d4620a448a49192e291f47b3d6fe3acb70fdb2', '45.138.16.39', 1676301807, '__ci_last_regenerate|i:1676301807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d4c9318d06022491f6e71eacb68e78facf061e', '5.188.62.76', 1659499788, '__ci_last_regenerate|i:1659499788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d523e0fde0eb4b19e4fdb45a355730c72a3890', '190.56.50.253', 1682686605, '__ci_last_regenerate|i:1682686605;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682686587;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d53186583e4d6d5d97948f35369f0b5b6b0aed', '40.77.167.39', 1656799566, '__ci_last_regenerate|i:1656799556;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66da4490fbd7c3a3b522e348eb8ab8a328369353', '52.167.144.61', 1688296437, '__ci_last_regenerate|i:1688296437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66dae517ff51e5989bdf7ccf71aa282bd02e95df', '54.36.148.75', 1657488885, '__ci_last_regenerate|i:1657488885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66dd951e83a106bcb32b4033b67eef7820ddf24c', '93.158.91.245', 1669912154, '__ci_last_regenerate|i:1669912154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66de24c20fe3d125b0673cac9003cdce30c2ef9e', '114.119.151.206', 1688081602, '__ci_last_regenerate|i:1688081602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66df463312c941809034a1342d6654dca79a1c1d', '190.56.55.113', 1673628758, '__ci_last_regenerate|i:1673628758;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673628752;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e0bd9bbf4eb1e843633e28a1bd410e3a9c1e0d', '200.119.174.9', 1674245444, '__ci_last_regenerate|i:1674245444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674245414;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e6277952195857d76fd21a860ba269665b60d4', '114.119.133.201', 1688133410, '__ci_last_regenerate|i:1688133410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e64c71c5049f61edcaabe13288794cb2971121', '190.56.32.243', 1684547686, '__ci_last_regenerate|i:1684547686;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684547602;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e68bf4d594c64535c64d65ee91505483be07c9', '157.55.39.80', 1670707387, '__ci_last_regenerate|i:1670707387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e6ee9b53bb19575973a468b3fa0714c3a44601', '190.56.173.213', 1683321117, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683321117;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683319558;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e7b844acb54e04755c1d8778161a31479f56de', '190.56.173.175', 1653052491, '__ci_last_regenerate|i:1653052491;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653007530\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653052020;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66e80247446589d56ad6f71ec48b16d3dd25b6f3', '114.119.144.36', 1687609315, '__ci_last_regenerate|i:1687609314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66eea975eeb7f9b3f5ae33d4d7fa6369bc3161c8', '157.55.39.253', 1682803976, '__ci_last_regenerate|i:1682803975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66eebaa50157554e0db856255b29075f8e6031e3', '3.17.157.152', 1668808894, '__ci_last_regenerate|i:1668808894;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ef15d9b318f06fc0d0ce9968770b8cc4a0724e', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ef76838d824ad56fb8f09524e1886479ba30f2', '54.36.148.40', 1680167086, '__ci_last_regenerate|i:1680167086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f0fe5e1b8356bb7a43505ea9663fc9d7f9cf95', '51.222.253.16', 1684235031, '__ci_last_regenerate|i:1684235031;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 ('66f185aae270fc9de3d35c0382fb3fbf66f3b4e8', '190.148.87.96', 1678542168, '__ci_last_regenerate|i:1678542168;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678542151;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f4504dfb3f0786b6d5d5ae5be7bf0e5913e43c', '114.119.156.142', 1688427023, '__ci_last_regenerate|i:1688427023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f4545994f6969bd1de19905d4214afe8f6fd0e', '66.249.77.46', 1678284768, '__ci_last_regenerate|i:1678284768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f493a4ca19b889623439a2940b72f92eb1fa51', '66.249.65.97', 1653271185, '__ci_last_regenerate|i:1653271185;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 ('66f4f792523f6c192d5c03b59f5d6b417df62bb4', '209.170.91.202', 1680338245, '__ci_last_regenerate|i:1680338245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f6990f56b6b2643fc84300a217e674b06cf1da', '52.167.144.162', 1687246652, '__ci_last_regenerate|i:1687246652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66f6b9c22fb632d6a2d6b889a5361ac50b3f31e6', '207.46.13.205', 1671186903, '__ci_last_regenerate|i:1671186903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fa3852a9fb698b157d0d568b193586690d3c40', '190.56.49.237', 1665861444, '__ci_last_regenerate|i:1665861444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665861435;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fa936687a9d9d2eabea113457a2a731b0477c4', '190.148.252.161', 1670087304, '__ci_last_regenerate|i:1670087304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670086481;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66faf80d66e021e706692d06bf1927ce6d8153c8', '190.148.252.76', 1654296281, '__ci_last_regenerate|i:1654296281;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"E4FiuScsJqGv8t9Olm5f\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fc714ae85b5a327f8cd89c2ed3d4b0675e2423', '190.148.157.183', 1680391535, '__ci_last_regenerate|i:1680391535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680390676;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fd30534c86a1f081c7ab9a13d80cbd3e27b3f9', '190.148.252.111', 1677894329, '__ci_last_regenerate|i:1677894226;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677894328;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fe2478dd9418d809b911ddb64d2eefb5c5279c', '200.119.173.78', 1682894427, '__ci_last_regenerate|i:1682894427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682893874;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fee14c606817db6a151d05199e60808d4bcd1d', '40.77.167.133', 1684132436, '__ci_last_regenerate|i:1684132436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ffb5b8bde8444ca374a5c22620cb36aa5665e1', '192.64.4.26', 1680865991, '__ci_last_regenerate|i:1680865991;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 ('670083ab8bcb15684c95ef094f7218626b09be16', '54.37.233.116', 1650851664, '__ci_last_regenerate|i:1650851664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6700d1107e1d5a96f3a09741e8c51eae8954d372', '114.119.144.88', 1685552703, '__ci_last_regenerate|i:1685552703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6705c9b8ce07dd99ac8fd8a3fa522e2d6493a14b', '50.3.89.184', 1658236154, '__ci_last_regenerate|i:1658236152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670710598d147a1c658eb6604396def8e4ae9e2d', '52.167.144.70', 1688453101, '__ci_last_regenerate|i:1688453101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6707a27c19583fbe202df7bd48ac53120857e51d', '157.55.39.148', 1671783499, '__ci_last_regenerate|i:1671783499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6707d7423ffe6a8ba367d95ed0014004ec793c3e', '190.56.55.113', 1673877375, '__ci_last_regenerate|i:1673877375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673877327;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67084b3d510725faf7e13bb21036b45662f40c6c', '52.167.144.61', 1688243870, '__ci_last_regenerate|i:1688243870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6708bc95d8aa267f4978a31db550ebc2b6ced1d9', '114.119.138.183', 1684417582, '__ci_last_regenerate|i:1684417582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670996f4f4a26ca74925e6560170afae3b3e2cbb', '52.167.144.25', 1687246856, '__ci_last_regenerate|i:1687246856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670a5afc9f4bb40c9a96c0c08c9db84f27af5586', '190.148.157.80', 1669556812, '__ci_last_regenerate|i:1669556812;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669552635;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670bc9a451963c44fdb8ae438aa1c900eab39466', '51.222.253.1', 1668311360, '__ci_last_regenerate|i:1668311360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670d528f5edd74e199fe4e15e3233832f0e53c20', '52.167.144.76', 1682137956, '__ci_last_regenerate|i:1682137956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670d6f9978578de9e70d24428115400a8853ba6e', '52.167.144.43', 1683945362, '__ci_last_regenerate|i:1683945362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('670f3610069f1f8e3f6395a347ab74ca6601a51e', '52.167.144.74', 1688055434, '__ci_last_regenerate|i:1688055434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6711bdbdf9abd202f7d64e712c222aa23054ea2f', '157.55.39.217', 1683235591, '__ci_last_regenerate|i:1683235591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6711ccde1ffc739dfe4f2455224db3a6b41fd8fd', '52.167.144.76', 1681886703, '__ci_last_regenerate|i:1681886703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6712243551f81da2df2009dee9080c5335e2291e', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6716bac6895f528cf5d852b2f63aeca3d1b2ca68', '114.119.134.79', 1688524954, '__ci_last_regenerate|i:1688524953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6718884c8e3965daf1ba1a9796ed847a040d8f01', '3.237.104.7', 1654055396, '__ci_last_regenerate|i:1654055396;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 ('671979042d9a66491d48ec4e6710a1f96df98baf', '190.148.252.178', 1657292404, '__ci_last_regenerate|i:1657292404;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657231854\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657290521;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671995cc886c40a9aa7a8aaf232e44388284fd15', '52.167.144.31', 1675217468, '__ci_last_regenerate|i:1675217468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671aaccfd921e0fbb3f7bdaf7dfb296b14bc8187', '40.77.167.50', 1663913826, '__ci_last_regenerate|i:1663913826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671bce30388e1340d56a77bdd8841604793c91eb', '157.55.39.253', 1682512723, '__ci_last_regenerate|i:1682512723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671cce65211885495e8f04752fac58a21f58cd8f', '51.222.253.10', 1651568320, '__ci_last_regenerate|i:1651568320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671f6226e4fe90975f595bf1fa195fce5513dac0', '157.55.39.173', 1670236640, '__ci_last_regenerate|i:1670236640;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672041ba10c65fb036edb3923c3a6d6c05897cf1', '114.119.132.122', 1688141507, '__ci_last_regenerate|i:1688141507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6722e80bfa294cf839e451f870109ff7301405b1', '190.56.173.213', 1683588914, '__ci_last_regenerate|i:1683588914;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683588865;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67231bb902823c6bcb98fd0f549ad0ce62d1eaa7', '190.148.87.6', 1668278151, '__ci_last_regenerate|i:1668278151;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"nlSZaqhOMpN0oP5FeA7u\";last_activity|i:1668277781;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6726ce8adf69bddf1981f5e92377172c02b455d5', '190.148.157.147', 1658842016, '__ci_last_regenerate|i:1658841971;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658838941\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658842015;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6726da1b2c63ff758995c8d6a47ad6c5061a53fc', '40.77.167.63', 1672066009, '__ci_last_regenerate|i:1672066009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672781585a69f8e764302bf78337b62eff32f4f7', '190.56.32.162', 1686354594, '__ci_last_regenerate|i:1686354594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686354571;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6727dd0174b6c936d25d3b37f21c2e50bd0008f5', '66.249.77.163', 1686585539, '__ci_last_regenerate|i:1686585539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67293fa5f669555c22f32fc92436b0d6c1096482', '200.119.168.250', 1680881358, '__ci_last_regenerate|i:1680881358;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680881356;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6729fa7bd8b8e20ebb08673f8f8bd1066bc564ba', '54.36.148.114', 1680613559, '__ci_last_regenerate|i:1680613559;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 ('672a24c6482b04d849aa7e95edd3f543724f5683', '40.77.167.20', 1674432072, '__ci_last_regenerate|i:1674432072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672b5b073cffc3d04f90ff9e9932e2ded6ba90b6', '54.214.157.104', 1675864464, '__ci_last_regenerate|i:1675864464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672b8b0eed9959ea0de5b963b21bf2745019ef15', '190.148.157.53', 1684089272, '__ci_last_regenerate|i:1684089272;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684089270;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672bb09bbc577188b226b297b4f2eea5e375510d', '51.222.253.14', 1687218460, '__ci_last_regenerate|i:1687218460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('672f263e52792f628381a0efd62988b50cfeef27', '51.222.253.15', 1660819997, '__ci_last_regenerate|i:1660819997;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 ('672ff9897704cc2157e5a80f1acf2bedcc2357c8', '190.56.55.113', 1673820275, '__ci_last_regenerate|i:1673820275;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673819483;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673060af166ca20c01339a10c8b3ac3157dd2d6e', '176.120.118.83', 1650952848, '__ci_last_regenerate|i:1650952848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6731f9990c91351008587e99aeb625e950064189', '82.80.249.158', 1668921134, '__ci_last_regenerate|i:1668921134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6732b00086098d4e8c172538c4d8fb5704204293', '52.167.144.98', 1685422040, '__ci_last_regenerate|i:1685422040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6732bb5c81ded34e42922f16566665d77a1ea74b', '200.119.173.78', 1682811197, '__ci_last_regenerate|i:1682811197;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682811197;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673401aa84ee62ef8c80c221225bd48302a4ef22', '157.55.39.208', 1686035616, '__ci_last_regenerate|i:1686035616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6735e04aa068bd56618de24c8aa0c1c0432ac061', '54.186.17.182', 1675689669, '__ci_last_regenerate|i:1675689669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67366ad9e1c1ab56cd4c3063573d918f656b04f8', '190.148.252.96', 1673103585, '__ci_last_regenerate|i:1673103585;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673103438;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673899062bc27fd31551b0395e7cfab00d9db220', '200.119.172.126', 1652822490, '__ci_last_regenerate|i:1652822490;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"64hVxaL9cRXiJlApWSk8\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673d66ef8a258f0a390e285a31ee3e4aefcda0af', '5.188.62.76', 1659556983, '__ci_last_regenerate|i:1659556977;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673d9cd4a5f2522ce272e64f3f6e871f7b667e7c', '114.119.157.39', 1688248085, '__ci_last_regenerate|i:1688248085;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673dc155295cd74448d8874ed64791b5be268b28', '52.167.144.98', 1686667048, '__ci_last_regenerate|i:1686667048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673e4824369db59cfdc34b7edd3a1a17452848f1', '40.77.167.13', 1672316062, '__ci_last_regenerate|i:1672316062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673fa34bf15857406715e80badd5a4d8890326e5', '51.195.216.255', 1650896025, '__ci_last_regenerate|i:1650896025;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673fb2137331ba29b30eb25860c6a0b61b80fb72', '190.56.32.35', 1671715714, '__ci_last_regenerate|i:1671715714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671715696;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6741265d45c6308966c5454d2b543a8035f7ce57', '190.56.32.162', 1686335713, '__ci_last_regenerate|i:1686335713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686335687;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6743086cff4baace00f865582833dfbbb16342af', '205.210.31.149', 1651308676, '__ci_last_regenerate|i:1651308676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6743453d4aac4674095185b731aea1e4f77abcc2', '142.93.180.66', 1671950582, '__ci_last_regenerate|i:1671950582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67434b52296d259d763d004299f7ba5d22078b0d', '157.245.71.172', 1687709129, '__ci_last_regenerate|i:1687709129;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67438fd36588170b2dbc3e781f0aa2bded78aff4', '200.119.170.16', 1666811108, '__ci_last_regenerate|i:1666811108;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666811079;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6743d41cb9264de57dcc03c600f8c7bb9d2fcabf', '75.119.132.189', 1675096110, '__ci_last_regenerate|i:1675096110;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('6743dafcad2e8e73f87beb41cc31987ac829f7b1', '190.148.157.53', 1683730918, '__ci_last_regenerate|i:1683730918;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683730916;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674524b8bcb1d7e8f54c4e7e571a5b5980bce75d', '198.235.24.35', 1658462771, '__ci_last_regenerate|i:1658462771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6746c2812d5905c5ba65e0ed2882c314a07eeb25', '52.167.144.162', 1681663313, '__ci_last_regenerate|i:1681663313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6747c1baec7fd3acf527015d48e47675ffdd6f7b', '190.148.87.99', 1688402304, '__ci_last_regenerate|i:1688402304;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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 ('674827a146e754c74ebeac46a26dacc2193d3507', '190.56.54.156', 1665164856, '__ci_last_regenerate|i:1665164856;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665156288\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"IRHcvefV5kSwb0r7FtLm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674923b1561f44db2fd6b330715441fd7854e34e', '114.119.144.188', 1685980565, '__ci_last_regenerate|i:1685980565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67499ae39b02b702cc50c235256d9294f068a840', '200.119.172.60', 1674596366, '__ci_last_regenerate|i:1674596366;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674596356;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674a3b99d8e5a0d29f7c53be5ad8b77ea7bea7b6', '114.119.135.120', 1688172198, '__ci_last_regenerate|i:1688172197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674cebbf39f5a32d291130591fd652ae1c4127f1', '157.55.39.79', 1668934964, '__ci_last_regenerate|i:1668934964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674d4e14cd0d4e43aaa6324b34978d65cf14f38c', '207.46.13.142', 1666373191, '__ci_last_regenerate|i:1666373191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674d6922bae219c59410fc2d9bed5a0576558c97', '190.56.50.15', 1667233153, '__ci_last_regenerate|i:1667233153;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";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\";last_activity|i:1667232641;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674dd6d01a03db018b995a48c8031f6b3590c610', '190.148.158.175', 1672525846, '__ci_last_regenerate|i:1672525846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672525818;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674f3d707fc30c484a0414623b55ef9368d33a82', '52.167.144.89', 1679599739, '__ci_last_regenerate|i:1679599739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674f597ba74df95c48fbcb97130838a7a4b1bd24', '200.119.172.96', 1675436654, '__ci_last_regenerate|i:1675436654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675436590;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674fd30de3b0dc647591a967f809ec842b6e2d0c', '157.55.39.69', 1671997856, '__ci_last_regenerate|i:1671997856;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6750a2ca896ecf72af2241c7e9477c4345272a49', '157.55.39.100', 1672390029, '__ci_last_regenerate|i:1672390029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6752dc4736a55c0334a3e508168ad5ac4d79ba47', '54.36.149.32', 1661547823, '__ci_last_regenerate|i:1661547823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6752e84b70f94b5261221e048eaeb9aa215afcdf', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67548f22746f288b76d953c67ba89d8ccbad6072', '190.148.158.175', 1672181768, '__ci_last_regenerate|i:1672181768;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672181743;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67554dfdf13f3367010c240d394769034abeafe5', '190.56.32.35', 1672002057, '__ci_last_regenerate|i:1672002057;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672002050;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67564de34cdd2f1baa74d531716ef4f36da3ecf4', '173.252.127.9', 1651369423, '__ci_last_regenerate|i:1651369423;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('67570fc501fd26186987ffcc31c84ddad1d6c00e', '200.119.172.60', 1674692809, '__ci_last_regenerate|i:1674692809;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674692797;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675804fee2608bb9c590fc28dbc6cba37584cb94', '52.167.144.162', 1687306379, '__ci_last_regenerate|i:1687306379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675d3b10e926964b2645d144e5f2eef6b4cfed11', '144.76.67.169', 1669883229, '__ci_last_regenerate|i:1669883229;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675e03154616d2e9e5c22618fd11eb093aa23d0a', '40.77.167.85', 1686310085, '__ci_last_regenerate|i:1686310085;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 ('675e373ed0f538b359c3e94649795e06d5d49f00', '17.121.113.165', 1652120851, '__ci_last_regenerate|i:1652120851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675eeab950b9cb18cf54b3027cb5d30824f34b0c', '40.77.167.220', 1677793952, '__ci_last_regenerate|i:1677793952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675fe4f68b4b4f3c98c94e02562ba14df1fa3702', '114.119.148.56', 1688570101, '__ci_last_regenerate|i:1688570101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6760f77523ba4624aaf4313c1f6cc0632f9c254f', '200.119.169.5', 1654826705, '__ci_last_regenerate|i:1654825802;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654793848\";last_ip|s:15:\"200.119.173.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654825802;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67615585f85b55d03d739e5c7b59c46d6f1f6cc0', '52.167.144.61', 1688003730, '__ci_last_regenerate|i:1688003730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6761a816e1626f16e8e2b90aa73196b45c7fea68', '190.148.157.98', 1679226561, '__ci_last_regenerate|i:1679226561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679226552;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6762ce0e6b64ed3c3140dc00472cd46b0b0d6704', '200.119.170.143', 1670180340, '__ci_last_regenerate|i:1670180340;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670180340;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('676354f18b2e1c0d79bc68174df8cf34e35485d9', '190.148.157.177', 1682363669, '__ci_last_regenerate|i:1682363669;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682363657;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6763b509aaab84629b42a6eecc5964943ae4870b', '190.56.32.174', 1676672639, '__ci_last_regenerate|i:1676672639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676672636;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6764f513f19e1b78d486353c4cc98359ad973684', '190.148.157.122', 1666658953, '__ci_last_regenerate|i:1666658953;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666658789;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('676cc6a1f6f65e42a8ec3a88d07a52b91f7e040a', '40.77.167.91', 1687033677, '__ci_last_regenerate|i:1687033677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('676d9ead865d43051021a68fb456be4412c62a83', '173.249.31.237', 1659409178, '__ci_last_regenerate|i:1659409178;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 ('676ebd7830a09c48e79e40c22fa629f1ed85db2e', '200.119.172.60', 1674672107, '__ci_last_regenerate|i:1674672107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674672046;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67707e4d41bf4f4c4548b9225776ef4b16beaac6', '45.63.18.23', 1688491239, '__ci_last_regenerate|i:1688491239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6771a12a09b8df2e23e9c26293849bc742e53c42', '190.148.158.151', 1677331570, '__ci_last_regenerate|i:1677331570;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677331521;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6771fec69eafb35fc41ed562144d7182c599bb0a', '114.119.143.51', 1687285606, '__ci_last_regenerate|i:1687285605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6774b372785ac4480e0c7f77423a455bc85612d3', '51.222.253.20', 1680426158, '__ci_last_regenerate|i:1680426158;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6775244d06ff823c30e19265c7af537c05fb80ea', '178.208.160.86', 1683876289, '__ci_last_regenerate|i:1683876289;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 ('677550e785b29a8c303dc003c989bab39de55ffa', '52.167.144.74', 1688243879, '__ci_last_regenerate|i:1688243879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67760a5db370389bcf3a7cfbb78a071aa3589906', '190.56.49.237', 1665771416, '__ci_last_regenerate|i:1665771416;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";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\";user_csrf|s:20:\"mQLp634TxPWMrvehiGnC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('677655b32b608a1256889cbbb8cd26a890b4e3d8', '51.222.253.4', 1665351255, '__ci_last_regenerate|i:1665351255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('677669fa280196b05bf28dd443ed5660d0ac39c7', '200.119.173.78', 1682900634, '__ci_last_regenerate|i:1682900634;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682900633;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6779254cf80542f2158eebc72a80ace75c6330f3', '17.121.114.34', 1655645173, '__ci_last_regenerate|i:1655645173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67793749cf8e697092ff38e293d3a242334baaed', '200.119.172.60', 1674863055, '__ci_last_regenerate|i:1674863055;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674863037;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('677a6f8ce10b8604086807181b82fc51b5699606', '207.46.13.41', 1671433299, '__ci_last_regenerate|i:1671433299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('677ccb173ae7b648c470ea2810b6dabb18c91a75', '52.167.144.171', 1684544086, '__ci_last_regenerate|i:1684544086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('677d54d9fb7a57e7dd13dd3c3ec32bba62bdb681', '34.68.235.5', 1656858713, '__ci_last_regenerate|i:1656858713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67809130bd442c3116a08aac05bc190436cdef03', '207.46.13.236', 1654704753, '__ci_last_regenerate|i:1654704753;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 ('678261faa11c315d8bd13290269e7fe98ecce86b', '40.77.167.222', 1681017627, '__ci_last_regenerate|i:1681017627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67830cccbe5022909c4648b57fab951481fa7277', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6783de41ba86933708180171352b289ceaf61d43', '51.222.253.4', 1666941914, '__ci_last_regenerate|i:1666941914;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 ('6784697961a585dabd2f17ea3bc960193ed24f4d', '200.119.173.130', 1675778727, '__ci_last_regenerate|i:1675778727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675778666;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6784fc78f3bf532aebf5ec6c99f381bc78028866', '114.119.143.39', 1687275891, '__ci_last_regenerate|i:1687275891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67863572b0129ec0cf0a02a1ed2cc8dadd081d39', '200.119.172.96', 1675454903, '__ci_last_regenerate|i:1675454903;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675454553;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('678938174e17c153696aedfb26c1be8f0430322b', '51.222.253.17', 1678782772, '__ci_last_regenerate|i:1678782772;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 ('6789586990407dbfbdbd445095123eaefec4f31c', '157.55.39.90', 1663427079, '__ci_last_regenerate|i:1663427069;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('678968bf77210b9af87b9217be55498d47c5a07d', '190.148.157.147', 1673494185, '__ci_last_regenerate|i:1673494184;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('678b61aab6db2cff0750dea6f67521477efa7b59', '114.119.141.119', 1684962992, '__ci_last_regenerate|i:1684962992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('678b9b8877a6de036c66db373f0975ae33bff033', '130.245.169.139', 1657878934, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679113d14ba09fe3dc864b0dc6df492044e4f9d8', '190.56.32.174', 1676585498, '__ci_last_regenerate|i:1676585498;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676585338;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67917dec2ab6a542794d973d893820969b1a0827', '114.119.155.250', 1685226005, '__ci_last_regenerate|i:1685226005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6791ab17acb67421f0f86f9281bf2e4f11a54c25', '52.167.144.164', 1685100552, '__ci_last_regenerate|i:1685100552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6791fa4df21fbc9e0e2d035edb440a256e866387', '5.161.105.47', 1682606350, '__ci_last_regenerate|i:1682606350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67927611aa5821ba24908b0c953e2c84a7af763b', '190.56.32.162', 1686319759, '__ci_last_regenerate|i:1686319759;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686319755;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679595c565ae93758c372ebf1d86eed6a1882aa9', '54.36.148.23', 1669561368, '__ci_last_regenerate|i:1669561368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6798d9399bd6f5f6b05b775006c3dfd12b43477c', '207.46.13.221', 1687033599, '__ci_last_regenerate|i:1687033599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6798e45d05cfa308437bd0bbc798cdb4e54cb1f6', '190.148.158.175', 1672448336, '__ci_last_regenerate|i:1672448336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672448334;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679af120556ec0c4493bcb72db53467743fc3f43', '207.46.13.6', 1671524268, '__ci_last_regenerate|i:1671524268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679b98638badd66009ad148d83fd7f2835735907', '144.76.67.169', 1661940945, '__ci_last_regenerate|i:1661940945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679bff707b59be9159c2e8a7bf0707523e5e5d46', '114.119.136.224', 1687921494, '__ci_last_regenerate|i:1687921494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679cd41e6a4f589a9e93fe5e6ea491f61c88438e', '130.245.169.247', 1657277739, '__ci_last_regenerate|i:1657277738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679d66a1c2cc33c24337a6dbf68f1526d50d64dd', '40.77.167.66', 1674182335, '__ci_last_regenerate|i:1674182335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679da0807802016e121ef69bf940abf3cbf69b95', '190.148.252.76', 1654272821, '__ci_last_regenerate|i:1654272821;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654267555;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679e5afbd4b229cda9282d244f279f5a31703da7', '157.55.39.200', 1667222616, '__ci_last_regenerate|i:1667222615;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 ('679eff55904d3556ea1a02464c8aedb7110305b9', '200.119.173.177', 1685238406, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685238406;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685238353;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('679f2e0c73d8318046181a84217e8711d05295f0', '190.148.157.98', 1679150359, '__ci_last_regenerate|i:1679150359;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679150352;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a194882d95ce0be08cc37088ed908f4d393162', '54.219.93.172', 1654743778, '__ci_last_regenerate|i:1654743778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a229350d84392bd6d1b819805140dbda323037', '190.56.51.158', 1655669749, '__ci_last_regenerate|i:1655669749;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655646158\";last_ip|s:15:\"190.148.252.141\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655669744;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a4d237478ce1eaba898185faf56a10ba7e5fad', '114.119.133.14', 1688000523, '__ci_last_regenerate|i:1688000523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a53e7db868f8566e104d7ff08a6cf3b1ab0a55', '207.46.13.130', 1660538052, '__ci_last_regenerate|i:1660538052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a608abaa567c6842eeee50c349812698354404', '190.148.157.98', 1679175399, '__ci_last_regenerate|i:1679175399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679175397;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a740c1ef0323f26cce96278753f591bd295078', '190.56.50.15', 1667083115, '__ci_last_regenerate|i:1667083115;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667083095;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a7905ee19d777399d37a8f641b76a816476f3c', '40.77.167.133', 1684248136, '__ci_last_regenerate|i:1684248136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67a8ea7f01b052f8da3ed8d598a01c46abc00b07', '207.46.13.213', 1678839389, '__ci_last_regenerate|i:1678839389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ab2d98bc15923c4369fe3bfa4a91acb3f5b2a2', '66.249.74.99', 1688055332, '__ci_last_regenerate|i:1688055332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ab33cfa84b3b43f3c10a8631ae4e3eb0fd906a', '40.77.167.192', 1688366452, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ad1a09aec5851727b02d5f6e637996ae7f2ae0', '190.56.55.113', 1673707711, '__ci_last_regenerate|i:1673707711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673707704;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b00f7f7331de64598dc29e30b91cbb3ab5828c', '66.249.79.196', 1653743286, '__ci_last_regenerate|i:1653743286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b03b329a229120e77139bde60adc327b6210f1', '51.195.216.255', 1650742653, '__ci_last_regenerate|i:1650742653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b0b78af6960efbfb4a5e9c3256b2ba74cff763', '190.56.55.113', 1673728440, '__ci_last_regenerate|i:1673728440;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673728412;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b0d3816b564c8ad7b278038251ba0fd793c317', '190.148.157.206', 1679503196, '__ci_last_regenerate|i:1679503196;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679502955;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b2a5db8cfad5fff6b9d4af7e0ec2b72f4d6b8d', '187.188.154.147', 1674683133, '__ci_last_regenerate|i:1674683133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b40eab4849af57fae38c8aa9d5a58be4555776', '5.188.62.21', 1656441695, '__ci_last_regenerate|i:1656441695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b4dc31b11e08947348c18fd2f5578cf9afc430', '114.119.150.27', 1688198463, '__ci_last_regenerate|i:1688198463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b7b37c8452a477a1333984209edbed616cf1d8', '200.119.173.78', 1682950257, '__ci_last_regenerate|i:1682950257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682950090;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b833e3f3e9e103f0765277639d601be178d33a', '190.148.158.108', 1676389878, '__ci_last_regenerate|i:1676389878;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('67b950403f97dc04d822ebe753f7404735d3ecf0', '114.119.133.220', 1683809562, '__ci_last_regenerate|i:1683809562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67bb1eaec25e79db06f9a7f57beab22ef43bf409', '52.167.144.98', 1686414267, '__ci_last_regenerate|i:1686414267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67bbe2f861698995baebc823034cebf7b7648b61', '114.119.157.185', 1688060462, '__ci_last_regenerate|i:1688060462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67be7a1b3b28f777e441549e1b7ca4bfd50fc492', '54.184.190.211', 1654780283, '__ci_last_regenerate|i:1654780283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67bea8748e1ed2712db9042e9bc74b043ed7c583', '190.148.252.151', 1671451497, '__ci_last_regenerate|i:1671451497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671451369;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c087f9cbd98fbad7301250ca2f6536a07766b4', '198.251.73.69', 1679118417, '__ci_last_regenerate|i:1679118417;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c0de13431dce21389a2a41ac4dbdd71bde94b4', '190.148.252.76', 1654461203, '__ci_last_regenerate|i:1654461203;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654446172\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654461198;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c155e7b4a596fc2e16201a19d8d577d09967cc', '50.21.188.12', 1663642577, '__ci_last_regenerate|i:1663642576;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c23bfd1a31afc9d14cb95c5d20357a52ebd18c', '190.148.157.183', 1680532940, '__ci_last_regenerate|i:1680532940;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680532478;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c333e5e3d2b3bb580881fe7ac50a2f6eae1469', '190.56.55.48', 1687285153, '__ci_last_regenerate|i:1687284186;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687186900\";last_ip|s:14:\"200.119.173.96\";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 ('67c5d21f8bb1bff857ae12e30eb0db955e816f4e', '200.119.173.107', 1686863019, '__ci_last_regenerate|i:1686863019;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686862985;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c66f4f743366bf5fa16986ae21f90620fb4f1b', '52.167.144.98', 1685348305, '__ci_last_regenerate|i:1685348305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c72a1a16dc85cdec405e0a2ea700d12ccd15c5', '190.56.32.32', 1686233959, '__ci_last_regenerate|i:1686233959;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686150069\";last_ip|s:12:\"190.56.32.32\";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\";user_csrf|s:20:\"D81OLiArSulHfc3nZpe2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c7bf591266fbb20c6e49e9a0f0f83136054ce2', '74.208.2.188', 1665904746, '__ci_last_regenerate|i:1665904746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c839a5ea7e694f2ed5f4717e4eca62f7f2abfa', '40.77.167.123', 1683496556, '__ci_last_regenerate|i:1683496556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c9016dfe3e67c9f272f752429a55abe5ffd5e3', '51.222.253.20', 1658760834, '__ci_last_regenerate|i:1658760834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c933293248450734ab79e04cb25d8f438999bd', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67caa0bceec72c59423c6d06ef4f67155087d5c4', '52.167.144.171', 1685375448, '__ci_last_regenerate|i:1685375448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67cbac92b488ec54e38c913e644c01a45d7fad08', '190.148.252.183', 1681389986, '__ci_last_regenerate|i:1681389986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681389978;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67cbe1317496bf5593d853b9978a1616200686b4', '51.158.73.152', 1656192289, '__ci_last_regenerate|i:1656192289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ce86f80c120dae6247c6edf53602bfd2340a45', '74.125.215.21', 1663506287, '__ci_last_regenerate|i:1663506287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67cee537c2360ae65b87f969a088dcc933fe263a', '190.148.157.177', 1682276495, '__ci_last_regenerate|i:1682276495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682276490;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67cf59c3feadfdf2bcebc2da10556965655e42f0', '200.119.174.56', 1664227779, '__ci_last_regenerate|i:1664227779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664227752;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d063f9bead419f4918beeecc41d74cb31b9dcb', '40.77.167.97', 1654333306, '__ci_last_regenerate|i:1654333306;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 ('67d1bb02fbef7df9bd65e94de783d0211fbe7d45', '114.119.133.26', 1686240868, '__ci_last_regenerate|i:1686240868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d2380f18efd1fd5634dddc324d9e15a40848a6', '157.55.39.143', 1667364576, '__ci_last_regenerate|i:1667364575;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d3e41b827ad0497c5db06192e51323fd6666f2', '200.119.173.177', 1684934391, '__ci_last_regenerate|i:1684934391;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684934380;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d43a3651f6cc1265ffcb5c9a1e1fab1440040d', '200.119.168.196', 1660682873, '__ci_last_regenerate|i:1660682873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d56a320dfc7c2e3eb857977e34c22673905762', '114.119.136.11', 1684314564, '__ci_last_regenerate|i:1684314564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d64ae1e570c0a0faa8ad685222147a632716bc', '114.119.132.65', 1684417723, '__ci_last_regenerate|i:1684417723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d763548d3cccdac4f89ca05e48acdff9fb59ac', '17.121.114.50', 1658883525, '__ci_last_regenerate|i:1658883525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d9cfef2323dc5d54f27a2dd24d658545d186fc', '190.148.158.69', 1685897998, '__ci_last_regenerate|i:1685897998;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685897796;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67da9725d82e5ea0fcdf8ef75cb7213987f5b8b5', '200.119.170.137', 1668645198, '__ci_last_regenerate|i:1668645198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668643010;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67db4cfdef7465cdd709308205da7a0579c3ca7a', '51.222.253.5', 1653513621, '__ci_last_regenerate|i:1653513621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67dc059b0db5eb1d78f915b2abd57f30146dfd7b', '200.119.174.9', 1674523808, '__ci_last_regenerate|i:1674523808;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674523773;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67dc5c9661b3e72ca187435a063fe998771df36a', '114.119.150.155', 1688191387, '__ci_last_regenerate|i:1688191387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ddc1a77da7eebd39a86abbb730161a3cc763b2', '46.101.63.152', 1652762874, '__ci_last_regenerate|i:1652762874;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 ('67ddf6883fab8f6fbcf1a7c5cd64f863118c38a7', '200.119.173.67', 1679350810, '__ci_last_regenerate|i:1679350810;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679350807;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ded80b27b6f9e58a30b961c1f35e0bc81059bc', '190.56.49.83', 1687036779, '__ci_last_regenerate|i:1687036779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687036770;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67df570941433cff48decebb2090146ba7fe7ae7', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e2a782488f53630f055ae44ca2196c54ed50db', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e3cd326911ac3c5dfadffb87083a03873c8f83', '52.167.144.171', 1685758200, '__ci_last_regenerate|i:1685758200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e5174201b99d75521bdf1d5b09024ea5eb5d70', '50.21.188.87', 1672492737, '__ci_last_regenerate|i:1672492737;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e530d56bfd1f4fdb2df84c70b04fda8211806f', '198.251.73.117', 1686693223, '__ci_last_regenerate|i:1686693223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e60b6ecfa309c55a50a5b2e5b1e20f9389f152', '40.77.167.146', 1687862590, '__ci_last_regenerate|i:1687862590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e69d4dd574a448b1e27cb5f5dde2f0e9328a88', '134.122.44.168', 1688340815, '__ci_last_regenerate|i:1688340815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e73f933586486c3788a6856548a41938098940', '149.57.16.7', 1653807036, '__ci_last_regenerate|i:1653807036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e7bc1e3d6847196514399ebb94b28827b75a2d', '51.222.253.2', 1665351251, '__ci_last_regenerate|i:1665351250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e82357e373169d616b2879371e89d747ee7303', '17.121.112.169', 1657126554, '__ci_last_regenerate|i:1657126554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e9976ad4b9cceb5429ac4e5dca66d674cbea25', '190.148.252.55', 1675722278, '__ci_last_regenerate|i:1675722278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675721422;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e9b0f82a847a8895ee0964de58c73e923b3087', '200.119.168.9', 1656180628, '__ci_last_regenerate|i:1656180627;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67eb06152b208c05162a0ed3079f268cf5827f42', '46.101.63.152', 1652762863, '__ci_last_regenerate|i:1652762863;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 ('67ee12a0e785e20c2955fed6260cdbabda33a394', '157.55.39.192', 1666177143, '__ci_last_regenerate|i:1666177142;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f0ca17fd7ee5378b25af76985859cd6664af22', '190.148.157.98', 1678987924, 'requested_page|s:31:\"admin/purchases/add_payment/528\";__ci_last_regenerate|i:1678987806;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678976058\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"OZi2RmFvoYsWJC74khN6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f0f57a7ae6104ae3e6a051cf58b6f9b17d7d50', '190.56.55.113', 1673796149, '__ci_last_regenerate|i:1673796149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673795583;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f3665f6f16e770f1dceb906da55e2f3405b3a0', '17.121.114.74', 1651500898, '__ci_last_regenerate|i:1651500898;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 ('67f5e584cba8b1ab4b32ae6c55c279f6bf532783', '200.119.173.137', 1661877174, '__ci_last_regenerate|i:1661877174;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661822071\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661876611;register_id|s:2:\"89\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 08:40:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f77219c5940aee2bc3941d7e5ab6e53eefc373', '114.119.132.211', 1687998973, '__ci_last_regenerate|i:1687998973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f875a3775bbc4af2c73548c7a10d292be521ea', '40.77.167.170', 1678893160, '__ci_last_regenerate|i:1678893160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f8c3a75180e69d0471f13c167771d554afdc92', '5.188.62.26', 1656354836, '__ci_last_regenerate|i:1656354836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f9a3bba2f9232f65feb9563bf8af2e4663054a', '207.46.13.211', 1679258350, '__ci_last_regenerate|i:1679258350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67fac2e0ffb610caff33d76467232637a9a17603', '34.217.103.50', 1658065502, '__ci_last_regenerate|i:1658065502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ff0692e37aac0b3479ebd7b1f6569bbbfeb389', '93.158.91.189', 1664364909, '__ci_last_regenerate|i:1664364909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6802af246fa0115213a1b570c3b1257ebca83b58', '114.119.147.116', 1688247614, '__ci_last_regenerate|i:1688247607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68050ab980b4759fc9fa2e6ec5d8a017243c48b0', '54.36.148.217', 1659713331, '__ci_last_regenerate|i:1659713331;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 ('680695b39242fa7d5852286af563bb20b9a05b08', '200.119.169.59', 1655239487, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1655239487;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655227868\";last_ip|s:14:\"200.119.170.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655239487;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6807525349b7613215168dd8f9a402dfa60c40c3', '190.56.49.109', 1666097761, '__ci_last_regenerate|i:1666097761;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666097099;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6808461e1eeefff6a08ddd5da764d4ab4c1acd68', '114.119.128.244', 1686354491, '__ci_last_regenerate|i:1686354491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680adc7d97dc691012b22567c3cf3ab51eca5856', '66.249.65.100', 1651258850, '__ci_last_regenerate|i:1651258850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680b4e8cee44e0cc38f641847d20da506d1cd578', '46.161.27.204', 1653459628, '__ci_last_regenerate|i:1653459628;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 ('680c3698dfda05f27993b930961b2a0cd1f62b76', '40.77.167.39', 1656700064, '__ci_last_regenerate|i:1656700064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680e31b6748aeda211bf88026dc0319776263ff1', '40.77.167.202', 1687332894, '__ci_last_regenerate|i:1687332894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680fdf3faecd56a8313154c36a2028326ac8fb2f', '51.222.253.11', 1671799003, '__ci_last_regenerate|i:1671799003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68103ed49b286be458aa88767aacb872840b1ea5', '207.46.13.209', 1685975698, '__ci_last_regenerate|i:1685975698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6810c328b41d16a0497be37da0076ec65448f19f', '207.46.13.127', 1656400224, '__ci_last_regenerate|i:1656400214;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6811ddc099713d2bd7f69e3e38ffa6bee6febe63', '190.148.158.175', 1672157017, '__ci_last_regenerate|i:1672157017;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672156982;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681322b592ec83cbe5c9d17de98fcd3ce58863ec', '20.221.219.40', 1651106676, '__ci_last_regenerate|i:1651106675;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 ('681500dd41dfb72a2530d7c87f66450b9ba94a36', '157.55.39.227', 1688527119, '__ci_last_regenerate|i:1688527119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681581ae8a5b3107196756b1074a59d09a006dbf', '200.119.173.107', 1686876425, '__ci_last_regenerate|i:1686876425;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686874902;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68181b9aea86824aec85485f589b73e094ea19bc', '190.148.158.145', 1680991708, '__ci_last_regenerate|i:1680991702;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991317\";last_ip|s:15:\"190.148.158.145\";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 ('68187d459f1eb66e157b5f69d5903d593677c638', '5.188.62.21', 1653390777, '__ci_last_regenerate|i:1653390777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681a2d47725b37a70dd5ef2b811eae44b8b6ce45', '65.21.206.43', 1660817576, '__ci_last_regenerate|i:1660817575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681a9413014782f8b2df32166ead7bf8eac86998', '52.167.144.162', 1683008375, '__ci_last_regenerate|i:1683008375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681bb385ef8ff0615fe3d3aa96c1132fcec90e18', '40.77.167.30', 1656410419, '__ci_last_regenerate|i:1656410409;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681c26ace296f2e9ee89f22245b44d47b9d0dd84', '40.77.167.222', 1681528103, '__ci_last_regenerate|i:1681528103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681e3b5415342dca1acfb23b6c49a0e73211eaeb', '200.119.174.9', 1674255103, '__ci_last_regenerate|i:1674255103;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674245917\";last_ip|s:13:\"200.119.174.9\";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 ('681f5194d462295ce453933939830822bfd5b045', '190.56.173.251', 1651959618, '__ci_last_regenerate|i:1651959618;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('682151718d5ec95b697faf6d5e04b2d5f5ae2e4f', '54.36.148.252', 1674947955, '__ci_last_regenerate|i:1674947955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682184082d5e3e9f3a81fb12b7fe6fbac4528d18', '52.167.144.171', 1684373423, '__ci_last_regenerate|i:1684373423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6823fd0ffba23f68a8c239fe958e01d11163eec1', '190.56.54.129', 1653590360, '__ci_last_regenerate|i:1653590360;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";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 ('682581ef6148f1b7e874755f0d85d46fbf1c11f5', '200.119.173.96', 1687140352, '__ci_last_regenerate|i:1687140352;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687140259;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682835ef57638baa76491b196e7adece8d332575', '52.167.144.63', 1687121194, '__ci_last_regenerate|i:1687121194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682a22f0a57110cc937ded0279f8d7edd050f617', '54.244.107.36', 1677503556, '__ci_last_regenerate|i:1677503556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682c5fb90b89a4224b2132dc7500dfdfa1e79b1c', '114.119.155.13', 1686852185, '__ci_last_regenerate|i:1686852185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682eef6d6cb41c58b59832b3be4c0062deab3851', '190.148.157.98', 1679068439, '__ci_last_regenerate|i:1679068439;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679068313;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682f3c53f01d82aa67d14f35896d9c810ebfd463', '54.227.32.154', 1652846913, '__ci_last_regenerate|i:1652846913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682f7823116d91e1b0ca05a0502650b787627565', '54.36.149.64', 1650920628, '__ci_last_regenerate|i:1650920628;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 ('683038430432aa57e1a9e3755a39d3f26a943158', '114.119.157.166', 1688483198, '__ci_last_regenerate|i:1688483198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6831697942271e93533670756047edbaa60c8322', '17.121.113.125', 1653572578, '__ci_last_regenerate|i:1653572578;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 ('6831c74f881c9c5415e94b40d65f8573baefad1c', '17.121.114.245', 1654531617, '__ci_last_regenerate|i:1654531617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68337fb52cd31baafabf394218049560db3d8bd0', '52.167.144.42', 1679919875, '__ci_last_regenerate|i:1679919875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6834064766cf01b1977a43b05d5363f82fcfad1b', '34.70.33.198', 1664877667, '__ci_last_regenerate|i:1664877667;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('683420899df9c3d33f66ae781520ed74d1d24627', '157.55.39.54', 1660345523, '__ci_last_regenerate|i:1660345523;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 ('6834e42303654a3e8d0f18635d496d7976fa1a63', '157.55.39.121', 1674970562, '__ci_last_regenerate|i:1674970562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683595f9eadbf35033e426d250ec8a7235084116', '51.195.90.229', 1650840568, '__ci_last_regenerate|i:1650840568;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6835a007bf3a1b67c2093693f06151cd32de0ebf', '35.165.215.76', 1655639516, '__ci_last_regenerate|i:1655639516;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6837a9be70a5884901383199a832eaa2d113dd8c', '173.249.31.237', 1659409275, '__ci_last_regenerate|i:1659409275;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 ('6837f22b0aceda7f290e8e9b761ae3f5e246c6bc', '52.167.144.98', 1684248142, '__ci_last_regenerate|i:1684248142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68391b35cc88e76c8c3012edce022f3f493193ba', '200.119.169.82', 1656457704, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656457703;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656420319\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656457703;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68397903aa9312e8f9d6fd33848063bd2e161980', '114.119.156.182', 1686216508, '__ci_last_regenerate|i:1686216508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6839a23c9d973e588d83e5f9d096995ac0b7c57a', '78.137.164.103', 1664296486, '__ci_last_regenerate|i:1664296486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683a08fc4085b43e3157bdd6679219c15f396fa6', '17.121.115.219', 1652790346, '__ci_last_regenerate|i:1652790346;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 ('683cf9f16d3414ba71bd731d943cb53ac1286936', '34.210.94.139', 1682168745, '__ci_last_regenerate|i:1682168745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683d92b8b50f22967dddf5e85eac69061b953ef5', '52.167.144.74', 1688182995, '__ci_last_regenerate|i:1688182995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683d9546cf94880bea0c74ac0587d0bda1686607', '190.148.87.6', 1668358216, '__ci_last_regenerate|i:1668358216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668357868;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683ec4ea406d9e792d8dbc4f408a355a9403d465', '157.55.39.112', 1663283185, '__ci_last_regenerate|i:1663283185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683fa18e584c273ef81bc43d24c6bc24f07d03de', '200.119.172.123', 1657639061, '__ci_last_regenerate|i:1657639061;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657636050\";last_ip|s:14:\"190.148.252.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657639047;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683fd0100654328e002d5389ccd12def7787d9b6', '190.148.252.56', 1663954213, '__ci_last_regenerate|i:1663954213;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663954063;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6841fb90058eec45b879b84212ecec106485f909', '114.119.139.251', 1684978723, '__ci_last_regenerate|i:1684978723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6842ada34bea7f36e40b880e877a33fd343300f3', '35.89.150.239', 1667829804, '__ci_last_regenerate|i:1667829804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68444a4300e6d1e61a531d9648c9c60c9a20cdd2', '200.119.168.250', 1680658869, '__ci_last_regenerate|i:1680658869;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680657632;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684493b451e9f23162f40ca7820b6a31cfffd489', '52.167.144.74', 1687948973, '__ci_last_regenerate|i:1687948973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6844bdad1c0962051c3b30835c8010b0f8e257a2', '207.46.13.12', 1675337722, '__ci_last_regenerate|i:1675337722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68473ea1d1868d2353721eeb3b6a92279e59268c', '5.188.62.21', 1656437223, '__ci_last_regenerate|i:1656437220;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6848b35eae79efdc3e378c51a98f2fcc7d7bb6e4', '51.222.253.5', 1681525734, '__ci_last_regenerate|i:1681525734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6849be618ac4aa7d1c26ad086d9a5f70a178db81', '114.119.129.22', 1688019225, '__ci_last_regenerate|i:1688019225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684a4eca0e97dc77a30847412783d7525bac032f', '40.77.167.169', 1676085877, '__ci_last_regenerate|i:1676085877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684b726abbdff347804fa405d83cae01f17f95eb', '40.77.167.123', 1683381318, '__ci_last_regenerate|i:1683381318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684c02e65be00b564d139cbb28ffe1b91b7911d1', '50.21.188.6', 1675140750, '__ci_last_regenerate|i:1675140750;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684cbd20c46597ae8b7348ac4daeb33437572501', '190.56.50.15', 1666994560, '__ci_last_regenerate|i:1666994560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666994495;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684d2781d8d52fc85e48015996e8a76c6e977f92', '40.77.167.156', 1679075536, '__ci_last_regenerate|i:1679075535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684d867efc9ac3541c2fe6c923d89818cc8c2b33', '130.255.166.69', 1660829471, '__ci_last_regenerate|i:1660829471;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 ('684d881bd5ba484d7cf9896b406618a7bc49f998', '190.56.50.15', 1667068160, '__ci_last_regenerate|i:1667068160;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667068155;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684dcf625987170a580025a242e89fef122a7cdb', '190.148.252.76', 1654218098, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654218098;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654218095;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684e46749b72631c3e7185a7051f2f4e903b5a17', '51.222.253.16', 1660538361, '__ci_last_regenerate|i:1660538361;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 ('684f210eefdbeaf8a4e22daac0c5f98c86c72898', '157.55.39.216', 1676585641, '__ci_last_regenerate|i:1676585641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68558ae41126ace12bd815ae6677c21264b37214', '40.77.167.221', 1680604645, '__ci_last_regenerate|i:1680604645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685820f0e9e7b73abae61903f2463d6d942bf61b', '190.56.50.6', 1686942398, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686942398;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686941988;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685a3bc0bf9b69166dd8964305457be074b2db84', '34.214.87.73', 1670766027, '__ci_last_regenerate|i:1670766027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685afd98f57d878e21feeddf8035b9bc6e722611', '200.119.174.9', 1674397903, '__ci_last_regenerate|i:1674397903;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674397835;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685c92aa0cca3ee6c250d613ebba8a0312461681', '190.148.157.98', 1678976772, '__ci_last_regenerate|i:1678976772;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678923381\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"UrLy4h1qRK5WxPickCwJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685d690088afe7aed6589d366f5f5c18e262d03c', '54.213.41.86', 1665581222, '__ci_last_regenerate|i:1665581222;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 ('685e50fe612981fd4cf64db69bc0afd98f0160b8', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685edaee38861352085baaa3fce40c54a1d73169', '52.167.144.70', 1688234846, '__ci_last_regenerate|i:1688234846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685ee98be0fc74708e5d91fa10ddd153ec5ec032', '52.167.144.171', 1685685206, '__ci_last_regenerate|i:1685685206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685f7af92e5440e68742595ae62a61aa76fbe0d9', '114.119.140.60', 1686644857, '__ci_last_regenerate|i:1686644857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('685fa785892ace3ce0f266d13e3d5d2b7587854f', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686134dc90b251531a9fe841de6758d13b1eb3fc', '190.148.158.69', 1685493788, '__ci_last_regenerate|i:1685493788;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685493785;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68615e8484ba7e4b36cb86a1fa82710f4ca91264', '51.222.253.4', 1679700832, '__ci_last_regenerate|i:1679700832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6861bf8261d57d93f427b28756ca855d3cebd67f', '52.167.144.49', 1677347408, '__ci_last_regenerate|i:1677347408;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6861ce7e14fcf373d610be27059fac8abbd88973', '40.77.167.133', 1683902150, '__ci_last_regenerate|i:1683902150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686262a6588477b82c8caae5c1d01ecb663f0585', '40.77.167.49', 1663943078, '__ci_last_regenerate|i:1663943078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6862b1c2d4a6438e8d5f8a0d9563953dbdff32cf', '190.148.158.69', 1685719938, '__ci_last_regenerate|i:1685719938;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685719755;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686384cd481c456ce23e7ae07e116fa28bfc6e6e', '190.148.87.6', 1668188438, '__ci_last_regenerate|i:1668188438;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"iBmH04WRgbNSkCZpdFEI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6864454ce9845e4be3d6b9617bf2674aa799595d', '66.249.79.193', 1654390141, '__ci_last_regenerate|i:1654390141;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 ('6865aeacb044dc03aece55bcf98919d8df365bed', '51.222.253.20', 1651586326, '__ci_last_regenerate|i:1651586326;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 ('68669c0d80890c6800d1f2a2f564b0c2cc45f87d', '146.59.157.229', 1650750148, '__ci_last_regenerate|i:1650750148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68695f88edc7fef21ab85237b40147cf0df92b75', '66.249.65.161', 1668519228, '__ci_last_regenerate|i:1668519228;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 ('686974c62a4d88f5eb5e48c699c4800c97bf0859', '200.119.170.209', 1656951596, '__ci_last_regenerate|i:1656949451;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656951594;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686a32de37bd7a2ec135ec06998b432fc94f5cd9', '51.222.253.17', 1659009834, '__ci_last_regenerate|i:1659009834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686a8be471a01c9506c0dc8899e6207e208fe9ac', '190.148.252.183', 1681429464, '__ci_last_regenerate|i:1681429464;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681429389;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686befa74d274b8a02ce041a9bab59dab25c0d94', '190.148.87.96', 1678466714, '__ci_last_regenerate|i:1678466643;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678460123\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"dVHvy8BWMe95Ag1nsDxu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686c7fb21d699491d028286c09fc08c8ddce8864', '190.56.32.243', 1684778552, '__ci_last_regenerate|i:1684778552;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684764798\";last_ip|s:13:\"190.56.32.243\";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 ('686cc0dbdd8aeb2bf5365bdf3e023610746b28a6', '190.148.87.96', 1678407269, '__ci_last_regenerate|i:1678407269;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678406860;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686d6f98a9b4f2938e3ec0f454608b1f529845e7', '66.249.74.105', 1683192816, '__ci_last_regenerate|i:1683192816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686ddbf74cfee292889a34770f2be21e7de719b7', '74.208.2.164', 1682136368, '__ci_last_regenerate|i:1682136368;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686eafafcc1d5af84e05458b9994b49de8a87306', '190.56.32.174', 1676905893, '__ci_last_regenerate|i:1676905893;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676905862;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('686f279bbff510165bd062fcd666dda45d9c7a78', '198.23.254.123', 1687447707, '__ci_last_regenerate|i:1687447707;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 ('687009be7d1d7b9f641b77c72205d0855a5e6dd0', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6872a25a8d69a30fceec9e789ece4820012aa35a', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687346a980a5882b7cd75e1b19d0b54dcd51a938', '207.46.13.51', 1662773201, '__ci_last_regenerate|i:1662773201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6874e35bff2345cede88dcfa564395be6807a653', '190.148.252.195', 1653961797, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653961797;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653934105\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653961794;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68768db722b6729c8dadd7471acb26784bbf7393', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687716c4fb5579de9b4b18e432c7c6563a77d534', '52.167.144.162', 1687372381, '__ci_last_regenerate|i:1687372381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68774af493fa91c3065cd4f5fc10420b167fcfe8', '114.119.151.233', 1688512180, '__ci_last_regenerate|i:1688512180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6879e8d15071dd1a6aec7329e2ecef21da68aea5', '190.148.252.111', 1678044119, '__ci_last_regenerate|i:1678044119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678043970;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687c1982e6f735d456fc72796f4e8f2ef31f7fc4', '190.148.87.6', 1668210911, '__ci_last_regenerate|i:1668210911;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668210495;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687c24aacaed510ac455997dde7467fb99673d38', '114.119.140.60', 1688085060, '__ci_last_regenerate|i:1688085060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687c80c50647599c9f875a70029034c95e834bf4', '54.36.148.186', 1688530151, '__ci_last_regenerate|i:1688530151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687cb20acc1951e82bad58a99d52c11f4718f597', '17.121.115.200', 1654868714, '__ci_last_regenerate|i:1654868714;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 ('687cfb7947e19e68e6c2a78b05e16a9654a427a3', '114.119.132.34', 1688421207, '__ci_last_regenerate|i:1688421207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687d3cf5d1f06f4b8fd12813f113ed6505aa2f0f', '54.36.148.70', 1682256405, '__ci_last_regenerate|i:1682256405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687dd566dc3b42baa1d8ed66884a3e270f70fd25', '20.70.148.91', 1652550057, '__ci_last_regenerate|i:1652550053;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 ('687e9a9d105916038590b2231ea5e9952ee6f095', '157.55.39.130', 1673056521, '__ci_last_regenerate|i:1673056521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687efce778801cae55a74f26d3b0ba6e46e28b70', '114.119.140.136', 1684245123, '__ci_last_regenerate|i:1684245123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687f1600fadeae6e165d3174dd355853b0eaab2d', '190.148.157.177', 1682349004, '__ci_last_regenerate|i:1682349004;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682348722;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68814a19d70b197b68269e9fa2f66cbd7f3d49c1', '40.77.167.37', 1667796622, '__ci_last_regenerate|i:1667796621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68816ffacc82a0642a1e6a70e0f5b3187f1cfe9e', '114.119.138.178', 1688129352, '__ci_last_regenerate|i:1688129352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6882a4c29ba804fa4354471381b76e58c1a8bb3a', '190.148.157.177', 1682269054, '__ci_last_regenerate|i:1682269054;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682269047;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6884ded5a5813838247a0b4e13c3de7b429309c5', '51.222.253.18', 1681327559, '__ci_last_regenerate|i:1681327559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68867721283cd1441b70cbd791a57d9496ec0384', '190.56.51.169', 1684529048, '__ci_last_regenerate|i:1684529048;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684164272\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"SZ5qQtnRDOlra9Eb7UPL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68874c70106f34e25242691167a48060f2f64858', '114.119.159.19', 1688382446, '__ci_last_regenerate|i:1688382446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688829d663e97e87be068ea878bf59c338254920', '207.46.13.224', 1677162862, '__ci_last_regenerate|i:1677162861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6889ff2860a1d068b844a1f723529feab8905cee', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688a2eb92d0568d0e472d37eaea86f0291dc9720', '52.167.144.162', 1686577122, '__ci_last_regenerate|i:1686577122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688c9ca84b9e79862d00faf14ac73bc9b3b11c18', '52.167.144.162', 1682538823, '__ci_last_regenerate|i:1682538823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688dbc72a4d4f5f50a42ef60a239c3653d00f467', '114.119.150.203', 1685553089, '__ci_last_regenerate|i:1685553089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688ffead0995420767a62c21d87098cf2a14fd34', '66.249.77.46', 1651748481, '__ci_last_regenerate|i:1651748481;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 ('6890112f4783dc801a0eddf63d5caf92a7822cf9', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68915c5a6edd9e618a30ffe548f5f0594e3827e1', '190.148.252.178', 1657549954, '__ci_last_regenerate|i:1657549954;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657549031;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68942f11ea633cceeb78a63678a7308afc218c40', '17.121.114.184', 1652538953, '__ci_last_regenerate|i:1652538953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689435e102fbef0ddbef6641998729dc4d507c52', '190.56.50.6', 1667651477, '__ci_last_regenerate|i:1667651477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667651128;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6897cfc6c16f12f9dfdfbde3f0eb104ec7614af2', '40.77.167.175', 1680265710, '__ci_last_regenerate|i:1680265710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6899465339e8b43b44819f1975297a8515b5654b', '66.249.74.100', 1686364706, '__ci_last_regenerate|i:1686364706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68995757c488198502690cf7943c1d4dbf1577d8', '190.148.158.175', 1672162906, '__ci_last_regenerate|i:1672162897;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672079705\";last_ip|s:12:\"190.56.32.35\";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 ('689971cae1b79aa0c9b97f693db608ec6cca8d0d', '190.148.157.53', 1684025860, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684025860;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684024981;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689ab0e1cb26ae490011061fcde56c6e8aab7e1e', '157.55.39.217', 1683486599, '__ci_last_regenerate|i:1683486599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689bb91f2636972e7f8c36fb17c5814a1c6fb9b4', '51.195.216.255', 1650895510, '__ci_last_regenerate|i:1650895510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689cd01923ea1c0dd15e108260e40bd0af0688b7', '54.36.148.72', 1658293391, '__ci_last_regenerate|i:1658293391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689e42be0b24e7e956052d76ba2f807c64d44d6a', '52.167.144.98', 1684132486, '__ci_last_regenerate|i:1684132486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689f56aef4106f724b5d4f5811914b162f2ac97e', '207.46.13.215', 1680226209, '__ci_last_regenerate|i:1680226209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('689f7c6f8ce1a2f2c197ffcdce389058715456e9', '200.119.168.250', 1680653772, '__ci_last_regenerate|i:1680653772;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680653057;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a3088defb3701c8141203e0dae2dd69472e966', '93.158.90.66', 1680576687, '__ci_last_regenerate|i:1680576687;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 ('68a4ba366d7fb840ac51e08422d0335105c6e014', '40.77.167.49', 1665589887, '__ci_last_regenerate|i:1665589887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a50f46b4cdf39f8454986f47e99806749052e8', '52.167.144.171', 1685594530, '__ci_last_regenerate|i:1685594530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a575184bf066ed13af968e2829e6f1f075719a', '200.119.173.130', 1675771766, '__ci_last_regenerate|i:1675771766;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675771307;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a68c5b864e2fcbc308f79e8ccba7bc8d473a42', '54.36.148.149', 1661951090, '__ci_last_regenerate|i:1661951090;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a7a3c976d453d4df5fb332b146afa739f28fb2', '190.148.158.151', 1677351941, '__ci_last_regenerate|i:1677351941;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677351937;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68a8bdeb01743e10fd2ea1ae2db1adde657f2b42', '50.21.188.107', 1672492279, '__ci_last_regenerate|i:1672492279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ade41d5e19d5081cb9748cf247e3551c7ba6ab', '190.148.252.223', 1659018271, '__ci_last_regenerate|i:1659018270;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659018270;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ae455802cb6878a9d955a3258fc426fbdaa53e', '51.222.253.3', 1654517733, '__ci_last_regenerate|i:1654517733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68af392fc8683e55740698420f87d184c8a0e962', '52.167.144.98', 1685019611, '__ci_last_regenerate|i:1685019611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68af60adaebfaedee8148840e831ba543d6c0902', '51.222.253.13', 1680786477, '__ci_last_regenerate|i:1680786477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68af6418ad220ac24d3d7c96d12a052a95f8ead6', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68afc59350f0006ab072888bba8440d2ab14310d', '207.46.13.230', 1657985147, '__ci_last_regenerate|i:1657985147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b16ed68577ac2c1451a39e8bc7eb3a23ccdf73', '207.46.13.53', 1660248599, '__ci_last_regenerate|i:1660248599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b246ef1a972f861f0e289d2e6fa92622ced6b9', '51.222.253.13', 1653624383, '__ci_last_regenerate|i:1653624383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b35adf53f222480ea3389cd98d284189ac1354', '190.148.252.111', 1677947477, '__ci_last_regenerate|i:1677947477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677946646;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b3d911d24131ba348bec4e74e3ffe98541666d', '190.56.51.156', 1663685489, '__ci_last_regenerate|i:1663685489;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663682931\";last_ip|s:12:\"190.148.87.1\";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\";last_activity|i:1663684011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b567f367e34b99343351968d15d62ecbcda756', '200.119.174.137', 1654811853, '__ci_last_regenerate|i:1654811853;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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\";last_activity|i:1654809531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b885c03f711efa2a6936287027b40e2114fbee', '51.222.253.14', 1664472921, '__ci_last_regenerate|i:1664472921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68b9db827398379ad66a99af0d52fbff5d645362', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('68bf1a108586e20c292e1fb9948a797459a77add', '190.148.252.151', 1671144566, '__ci_last_regenerate|i:1671144566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671143344;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c30a3a583eeaa5c688ad53246e33d09731889b', '52.167.144.162', 1686372983, '__ci_last_regenerate|i:1686372983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c45a5fe7eae8f288f7cdebca8e1045de90dbf8', '114.119.155.235', 1684851273, '__ci_last_regenerate|i:1684851273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c58d45b8b8b5293211cdf3a0f49c8fd7765d18', '34.102.12.65', 1659997662, '__ci_last_regenerate|i:1659997662;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 ('68c827902f053bb6d54f5b4ed45325bc8065b92e', '114.119.136.15', 1687900253, '__ci_last_regenerate|i:1687900253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c891f3dc9a57632139c9c01d6f6609032f71a1', '190.56.32.174', 1676675477, '__ci_last_regenerate|i:1676675477;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676675469;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68cb77e55be45bc9d670b7db4aec8281ad6ff1da', '190.56.54.156', 1665408639, '__ci_last_regenerate|i:1665408639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665407856;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ccfc192ae353218467f53b7af8927d565bc09c', '40.77.167.176', 1677962947, '__ci_last_regenerate|i:1677962947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68cea8fa2ed256398672dadba20b334dc7da6d8b', '190.56.49.237', 1665769239, '__ci_last_regenerate|i:1665769239;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665764507\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665768556;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68cee70d66686bcf020da98fdd4bf9f49784a93f', '114.119.151.126', 1688396792, '__ci_last_regenerate|i:1688396792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68cfc73fbb72bc42a3e11900b61146821a2b4e2e', '190.148.157.177', 1682375065, '__ci_last_regenerate|i:1682375065;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682374741;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68d1ed69aa6869d0fb78bea8a7f60d406116c82d', '54.36.148.14', 1683249314, '__ci_last_regenerate|i:1683249314;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 ('68d4160a03ad70bb3cac345d6bac2f94398c8751', '40.77.167.161', 1676657372, '__ci_last_regenerate|i:1676657372;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68d5fb1ea61d86fcfa91d04eba9ba2b5419c6adb', '52.167.144.164', 1686074084, '__ci_last_regenerate|i:1686074084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68d749c1f5ff17a15abecad6b0abd80c7f0b3053', '51.222.253.14', 1677395690, '__ci_last_regenerate|i:1677395690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68d9478d734259ba836e462bf0f4878f59983e02', '40.77.167.13', 1672413137, '__ci_last_regenerate|i:1672413136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68d99f3d3789c09730249a7c9a933cb8e688ec23', '49.12.4.253', 1661672489, '__ci_last_regenerate|i:1661672489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68da382ceafb1601cdfe2fe3300d9ea3f9bb9d0d', '3.17.210.127', 1650954494, '__ci_last_regenerate|i:1650954494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68dfddb8f765ce8fde22df25bc2ba0bd6fe54132', '200.119.173.130', 1675947350, '__ci_last_regenerate|i:1675947350;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675947195;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68e1fca6375d3f398f2df30a31bb11d5e5341e1a', '52.167.144.154', 1687481071, '__ci_last_regenerate|i:1687481070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68e3fc38db03695f46c88f337950c7d47fa66dc6', '157.55.39.46', 1672570005, '__ci_last_regenerate|i:1672570005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68e66174be27d96b1c6afd1dc3ed31209bf244c6', '190.56.50.6', 1667673094, '__ci_last_regenerate|i:1667673094;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ea4eeb08f76ce5c6921ec5feea2c77fa2b37b7', '40.77.167.20', 1674461405, '__ci_last_regenerate|i:1674461405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68eb11c7810013e62d5813b47266b930a59b9711', '190.56.32.35', 1671745378, '__ci_last_regenerate|i:1671745378;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671745020;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ec9d40fbd3aaa40d922ae71f3a6760b9387d0b', '207.46.13.6', 1672092720, '__ci_last_regenerate|i:1672092720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ee1ed9614e2e051684cb5d6ddaf6b96aa18bd6', '114.119.137.105', 1684646266, '__ci_last_regenerate|i:1684646266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ee2c96cb83022d24b90318ffc7c86ff1e54d22', '114.119.153.122', 1687673000, '__ci_last_regenerate|i:1687672999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68ee827c87707aee7fcbad5c4807886babf2099e', '149.57.16.7', 1653807004, '__ci_last_regenerate|i:1653807004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68eeae806fcb6a94a3ae8000eed0c5b8d273ac6b', '207.46.13.12', 1675772874, '__ci_last_regenerate|i:1675772874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f029429affebb61b19863e572ffeac85af1c00', '130.245.169.70', 1657360529, '__ci_last_regenerate|i:1657360528;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f499c7f6d02b7a6f81980a66bae1222dc13784', '198.251.73.109', 1679118203, '__ci_last_regenerate|i:1679118203;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 ('68f533c6861aedc5de9939c5a6333f209772f62c', '207.46.13.17', 1652801081, '__ci_last_regenerate|i:1652801081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f59ea041aa9ea4bca3c30960b9356023bd4e6d', '51.222.253.18', 1674859209, '__ci_last_regenerate|i:1674859209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f7029fdb78fe13ae827609f2eab7d66aca35ba', '190.148.252.178', 1657548312, '__ci_last_regenerate|i:1657548312;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657548308;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f7ec9b6369e1f84fb9c99441379e7ce00e88e7', '51.222.253.1', 1651435799, '__ci_last_regenerate|i:1651435799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f97c662d367ca5b7a1b237cc13fdde0ec3fad7', '52.167.144.82', 1687286801, '__ci_last_regenerate|i:1687286801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68f9fbe2e4b861c93b599bc6cb3736f40ee8a1e2', '200.119.174.9', 1674521359, '__ci_last_regenerate|i:1674521359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674521350;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68fb42ab97d6f135334c4477d0c47b9d133f8acb', '114.119.137.184', 1687627928, '__ci_last_regenerate|i:1687627928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68fb79c1e202a2d2f24b8ae401906304a7a25c94', '190.148.252.56', 1663943409, '__ci_last_regenerate|i:1663943409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663943046;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68fc582ec32d39b31893d0022f086f77eb6a6d26', '157.55.39.118', 1667701080, '__ci_last_regenerate|i:1667701080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68fed48fbc01d78b520434997895b47e5c331f63', '192.36.109.82', 1688459086, '__ci_last_regenerate|i:1688459086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69007da0a4655757eaa1451233c90dc1e320e13d', '114.119.150.6', 1687858342, '__ci_last_regenerate|i:1687858342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6901869ff96bbfe41942506bc611cd5a556fb6b6', '51.222.253.20', 1655025378, '__ci_last_regenerate|i:1655025378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69044ba2fad1c3abd994b8152a375eae465165eb', '40.77.167.207', 1681673189, '__ci_last_regenerate|i:1681673189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6906948d07c03b971c837b0b5c017690a52af4fa', '114.119.135.57', 1685881612, '__ci_last_regenerate|i:1685881612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6907c8dab06195cacabeac02e4f4a1734b704540', '54.213.235.226', 1654436455, '__ci_last_regenerate|i:1654436455;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 ('6909a693933f139729924ea4d098279baa8d9f4b', '40.77.167.202', 1687332894, '__ci_last_regenerate|i:1687332894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6909e4f74b32c6bdeaf36170f0cd82a1c412dd6b', '66.249.79.196', 1688291941, '__ci_last_regenerate|i:1688291941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690a17dc1a642db87b9a4a5e06952c7fdf8dcd0b', '66.249.66.221', 1676001408, '__ci_last_regenerate|i:1676001408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690b147366bc0268ad0d72296d705267fa16fecd', '51.222.253.4', 1680426155, '__ci_last_regenerate|i:1680426155;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 ('690b2e00d52c4906228e6124ddb69e3df7da5d26', '52.167.144.171', 1684315727, '__ci_last_regenerate|i:1684315727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690b373f806edf65fc6cbd82a7cef59497b37cee', '52.167.144.154', 1687835846, '__ci_last_regenerate|i:1687835846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690c338ab8327cfa328e60ea6d6b7d5eda19f02f', '200.119.173.177', 1685377590, '__ci_last_regenerate|i:1685377590;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685055199\";last_ip|s:15:\"200.119.173.177\";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\";user_csrf|s:20:\"f2tn86Zu5S9dcjyp4eUa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690cbca9c21e96e53db459c03291e630fd1eb440', '190.148.157.53', 1683991896, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683991896;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683991620;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690e1bb7eb5f8fb6458b79b6bef74a89a9c2953f', '190.56.54.77', 1666311354, '__ci_last_regenerate|i:1666311354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666311343;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690e418a2d2053d9f0af4ed4a3c34734d2d0034d', '17.121.112.91', 1663108844, '__ci_last_regenerate|i:1663108844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690ef135dea2b94e82706be230e0f4efcd3b980f', '54.36.149.93', 1663251443, '__ci_last_regenerate|i:1663251443;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 ('691637dbf5bdf469dc3f84257a313031d3e2649b', '52.167.144.162', 1686100750, '__ci_last_regenerate|i:1686100750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69169c33011b306fe165340158b6bfe89ce76d17', '190.56.173.213', 1683507845, '__ci_last_regenerate|i:1683507845;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683506777;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6917e7b028905a97bc8072e3b4c62b9647b7588b', '49.12.224.61', 1679236890, '__ci_last_regenerate|i:1679236884;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69195f0555cb2958a470f06c05ea5fb64dc98d39', '40.77.167.27', 1659361309, '__ci_last_regenerate|i:1659361299;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6919a3de1ccfe1f76fdf6b3d9bab1e784a7d36f4', '40.77.167.202', 1687665163, '__ci_last_regenerate|i:1687665163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6919b7a31eadab321590e2ff3383a2734ff5b1fa', '130.245.169.247', 1657277755, '__ci_last_regenerate|i:1657277755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('691abd16b7162956be3caa70dadc306ccfb7a4d7', '40.77.167.49', 1666325587, '__ci_last_regenerate|i:1666325586;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('691cc535265d56079033e9ff7c4903b2fcac3e39', '74.208.2.230', 1684500935, '__ci_last_regenerate|i:1684500935;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('691fa4d102a3b1cb4cb7982338daf555068a1542', '51.222.253.19', 1662655729, '__ci_last_regenerate|i:1662655729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6920151090cd5b054f27aabc58f09ee534641900', '157.55.39.62', 1660369083, '__ci_last_regenerate|i:1660369073;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('692515dbfe97ff0f1be3d75792327358da7903a5', '52.167.144.164', 1685355239, '__ci_last_regenerate|i:1685355238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6926548d5be3e0bd10b6d4198cf838fe14c1697a', '114.119.128.34', 1686184865, '__ci_last_regenerate|i:1686184865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69269efd15dac145fc6dd039a91786f08b66c643', '190.148.252.102', 1681910457, '__ci_last_regenerate|i:1681910457;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681910449;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6926c4ec2ea09d6c7c9c5fbe3c62b08dff42bdf0', '207.46.13.224', 1680477933, '__ci_last_regenerate|i:1680477933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6928363e9feddd7f009d38bda463fa18fa03d19d', '190.148.87.182', 1679860481, '__ci_last_regenerate|i:1679860481;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679859710;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69293d87b5eb8013f6018f0fb4b12fd241a3c6d9', '190.148.87.96', 1678230096, '__ci_last_regenerate|i:1678230096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678229994;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('692a97df8397646ad199fa0173acf24af51bbccc', '114.119.157.190', 1685587904, '__ci_last_regenerate|i:1685587903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('692b2ea9747c2eed6f6a63e6f5201f2da160b0a5', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('692d89325f47183b7bb91668055091719d30b6c4', '52.167.144.164', 1686312928, '__ci_last_regenerate|i:1686312928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69303b8304bbd7fe65434a9e575f7670e9ae4223', '17.121.112.104', 1668632154, '__ci_last_regenerate|i:1668632154;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 ('6931f5d7b6a5620d6310970be0c9aa08a82b004e', '185.46.197.27', 1653289740, '__ci_last_regenerate|i:1653289739;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693317d76be77b4e8f08225132b1fc5e11fc8dfc', '190.148.157.173', 1652727159, '__ci_last_regenerate|i:1652727159;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652104692\";last_ip|s:14:\"190.56.173.251\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652726665;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693374d85d97ae2d4652a7ad1f2e07cf79b95f02', '200.119.170.158', 1661365499, '__ci_last_regenerate|i:1661365499;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661292470\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"mSFuXDQZVeqc5zo7PEJr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6933d1730f28e645f01ca2dfaf2398df4f6e8bf8', '114.119.146.41', 1683679066, '__ci_last_regenerate|i:1683679066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69343a9031240026495efacac84a5ba2080c3447', '190.148.158.175', 1672533383, '__ci_last_regenerate|i:1672533383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672533319;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693509673a45d4c3751ac96b7423cf5c467bc170', '207.46.13.154', 1671188867, '__ci_last_regenerate|i:1671188867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693788dd2f014ccdbd987763f3cdf41c83c108d5', '40.77.167.91', 1687033105, '__ci_last_regenerate|i:1687033105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69380b2c83935d66fa0b08c2622100823c4f3529', '190.56.55.113', 1673534959, '__ci_last_regenerate|i:1673534959;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673534939;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6938de3b33407764216a0545ec106b30207b84b6', '114.119.142.208', 1684544037, '__ci_last_regenerate|i:1684544037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69392e0d9129bf541d21629b16eda6c6b0da649b', '190.148.252.96', 1673213344, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673213344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673213341;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693a33fab7c1af1fdacbd79aebd9e7129fa96a82', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693a44a4947855248e0d9e89a5ff0fdd1c5b2951', '51.222.253.2', 1656873718, '__ci_last_regenerate|i:1656873718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('693ca8d391355dff41a1eaf29bcfd4b9d8a7e84a', '52.167.144.98', 1685055817, '__ci_last_regenerate|i:1685055817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69404f5485821b8623926cf7548366ea565e076f', '52.167.144.171', 1684756657, '__ci_last_regenerate|i:1684756657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6940cdabe9178628461123f5cd8b579d99e7afd6', '190.56.54.156', 1665418184, '__ci_last_regenerate|i:1665418184;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665414341\";last_ip|s:13:\"190.56.54.156\";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 ('69438467d80aefa54ef296b837a276ff70c23934', '54.36.148.149', 1681025465, '__ci_last_regenerate|i:1681025465;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 ('6944a394c032a3dfdd9402998694a2010cb1d544', '164.68.96.236', 1650720950, '__ci_last_regenerate|i:1650720950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6944ba61882fdde08922aa81a8c12a499db36105', '74.208.2.213', 1668050101, '__ci_last_regenerate|i:1668050101;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 ('6944f7a4414ffd7208073cfee381750fecacf4f5', '190.148.87.248', 1660788362, '__ci_last_regenerate|i:1660788361;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660783603\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660788361;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6945ffac57fd0e7d56d3df8d3f7d9ecfbb9d5e63', '157.55.39.94', 1672834494, '__ci_last_regenerate|i:1672834494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6946b7ea445676fe718092c3f188e70e9689d6e5', '52.167.144.98', 1685383120, '__ci_last_regenerate|i:1685383120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6946e4419a63d62a0aa96663d09d2414a681f2cf', '137.184.38.179', 1687876941, '__ci_last_regenerate|i:1687876941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6947bd86f1180ac0e6bc0ecf8afbfb2ab28de88f', '51.222.253.5', 1667700427, '__ci_last_regenerate|i:1667700427;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 ('694a9d90fd66b2e8d053fd7a04dfaa0399168b3f', '190.56.32.35', 1671713106, '__ci_last_regenerate|i:1671713106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671712845;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694a9dbd7350e43a4d17469995394c6cbf7ca112', '199.244.88.224', 1674730250, '__ci_last_regenerate|i:1674730249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694b1c138dfcdd0ff0dff62a0c255700608e73cb', '40.77.167.182', 1683192152, '__ci_last_regenerate|i:1683192152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694c8dddcb9411e9cea4aeb98ebd40ef18200eed', '157.55.39.54', 1659221065, '__ci_last_regenerate|i:1659221065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694cb330bee9dc34678d2539530c585d6ec9a510', '51.222.253.6', 1652951294, '__ci_last_regenerate|i:1652951294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694d8fed41d44dd5eb19e96c32b9a89f6b34141b', '40.77.167.45', 1670375201, '__ci_last_regenerate|i:1670375201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694e5aeb19c32942697183df9b33f645ad2ad656', '52.167.144.109', 1680227102, '__ci_last_regenerate|i:1680227102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('694ee1a9c889c641a39d274737c04236f75b1af1', '34.209.142.142', 1671369838, '__ci_last_regenerate|i:1671369838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69515366ed0d50aa086df182211272c0cb739d45', '157.55.39.79', 1668141104, '__ci_last_regenerate|i:1668141034;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69516cd85df4cefae73fc0ebe18032139146cf8b', '157.55.39.69', 1671964605, '__ci_last_regenerate|i:1671964605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69528f4a8508c4b7cfa50de131d22f2f8816deb0', '54.37.233.116', 1650851720, '__ci_last_regenerate|i:1650851720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6952b4199b620c9943a648ca22b0a6e5a6400c8e', '200.119.168.250', 1680808361, '__ci_last_regenerate|i:1680808361;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680808030;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6953aa7519140d655035266f0db0cead0ffbb8bd', '35.88.143.232', 1680961224, '__ci_last_regenerate|i:1680961224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6953e00a71258788a34a42e49858f2537a73ea12', '54.36.148.97', 1654653516, '__ci_last_regenerate|i:1654653516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69547eec95f0e56b46bae9a908579261ba25665b', '40.77.167.35', 1662047344, '__ci_last_regenerate|i:1662047333;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('695522c06b520fb3405f688b951761638a089f27', '114.119.139.226', 1684955344, '__ci_last_regenerate|i:1684955344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('695715133306ac65a8aa66604be1de08876e0d7a', '40.77.167.182', 1683140257, '__ci_last_regenerate|i:1683140257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69575805e7d19ea4996ff95513ddcfecdeb0dea4', '157.55.39.212', 1677504838, '__ci_last_regenerate|i:1677504837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69599aff6839ea5bad842f045fb3ad95e98cae23', '190.148.157.53', 1683683553, '__ci_last_regenerate|i:1683683552;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683683552;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('696155e6760dd2829525cbc01e3950395522f95c', '144.76.67.169', 1661938598, '__ci_last_regenerate|i:1661938598;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69616377ee14226e6144c5d16784f6540fe65ab6', '34.214.186.199', 1659792604, '__ci_last_regenerate|i:1659792604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69630b00c24029011002201512d63a0d5666460f', '114.119.142.20', 1688585230, '__ci_last_regenerate|i:1688585230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69644ad708bc4969867a7ae323455a3be3ebe4c2', '114.119.138.154', 1686244863, '__ci_last_regenerate|i:1686244863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69645debed3a933d90864551fb0f00c849e80a45', '52.167.144.171', 1684376709, '__ci_last_regenerate|i:1684376709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6964a849e53fbce3e5910c3d8e2729826ec4bbbe', '93.158.91.196', 1664364907, '__ci_last_regenerate|i:1664364907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69689448eb7029e7fae3292b1cee3bcd5c05dba2', '190.56.51.241', 1661442694, '__ci_last_regenerate|i:1661442694;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661439156;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6968b9e5b7de712134ca0eab76d5e079829bd79f', '200.119.172.96', 1675389311, '__ci_last_regenerate|i:1675389311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675389287;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6969e82b093cd1200d3333e34ec12c306ae200b4', '54.36.149.76', 1654286021, '__ci_last_regenerate|i:1654286021;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 ('696b18c0ca45d9f0ac946f764b2df3f3dcaa1556', '66.249.65.165', 1669934457, '__ci_last_regenerate|i:1669934457;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 ('696b2e9ba927bb42bb429c4da4dbf5d418ab203c', '200.119.173.133', 1661173018, '__ci_last_regenerate|i:1661173018;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661172985;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('696bb2510666ac6a4f2da82b9a9cca0f9f1526df', '114.119.138.130', 1686478765, '__ci_last_regenerate|i:1686478765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('696d4fd203fa506944dfb31b8de5661e4aa9037e', '173.249.31.237', 1659409052, '__ci_last_regenerate|i:1659409052;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 ('696eeb19bb7260fc2a8b63408e438c631b3a24df', '114.119.160.84', 1687726765, '__ci_last_regenerate|i:1687726765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6970bc76d6d82ddb6812af1fed60b3b8a8f06c0e', '190.148.252.76', 1654294889, '__ci_last_regenerate|i:1654294889;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"ihegPVpsM8GrHwTIDkzx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69729017d48939353a23a673d904639ebeadb8e0', '190.148.87.182', 1679670638, '__ci_last_regenerate|i:1679670638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679670066;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6973b6fad50a04178e1c31abc01269d6c691a9df', '190.148.252.112', 1667829730, '__ci_last_regenerate|i:1667829730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667829725;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697478a679892d5b8bb9e88341501d5f3651aa35', '175.196.127.111', 1650791349, '__ci_last_regenerate|i:1650791349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6974cb667abac86e065082817294b4405b7d9e65', '144.76.151.42', 1650866379, '__ci_last_regenerate|i:1650866379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6975ae83a1f60006f43c4c55806cbfc101381ea6', '190.56.54.156', 1665418627, '__ci_last_regenerate|i:1665418527;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665414341\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"r49L2kNAyC75IXWfRwzg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69761c17b32c4cddef0713eed9a12c846eb35cbb', '40.77.167.133', 1684159873, '__ci_last_regenerate|i:1684159873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6976cf4aa8abd26d3254838991e17591ffe72837', '52.167.144.98', 1685899045, '__ci_last_regenerate|i:1685899045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69793d78e17088f8097a5efbfba6aacdfb5e506f', '190.148.157.88', 1668555376, '__ci_last_regenerate|i:1668555376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668553724;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697ad9e5f404ea7e26c43b6b1ffb24c1774c6958', '190.148.158.175', 1672441639, '__ci_last_regenerate|i:1672441639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672441573;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697b361b232fd5850e645172819b476de256c4fb', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697b607c7e6a8a4e0496513606c4f22728c6449d', '17.121.112.48', 1655570200, '__ci_last_regenerate|i:1655570200;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 ('697e03a8ca679efc56e1274a33d1c7df6c8f50e3', '40.77.190.108', 1680471857, '__ci_last_regenerate|i:1680471857;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697e7477b3f3a8cb46153f067bc3b93e52b591ed', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697eb67c775399ac758577d48b7e40ea141774f6', '40.77.167.43', 1654244876, '__ci_last_regenerate|i:1654244867;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697f5005f6e9abd4742763ae7f5552a105aed6ad', '51.222.253.5', 1660405429, '__ci_last_regenerate|i:1660405429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697fe299e5a03781353488b8366b4ffb9ca02b86', '52.167.144.162', 1686769198, '__ci_last_regenerate|i:1686769198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('698036ae26ac86e63013dea1452d23663307b16c', '114.119.139.26', 1687348240, '__ci_last_regenerate|i:1687348240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6980e3f11edf480acc9caeb0a2d1e30612376fbd', '52.167.144.164', 1685773948, '__ci_last_regenerate|i:1685773948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6983f7e4c984f8c2370cf348e6d3ff5d48d6d62a', '207.46.13.207', 1685882410, '__ci_last_regenerate|i:1685882410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69854ba5747f4f18aee48c2f867c6e1e68076c9b', '52.167.144.171', 1685467131, '__ci_last_regenerate|i:1685467131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6985f96250fde2830aa0629db5ceca4ca73b0e86', '40.77.167.27', 1659211845, '__ci_last_regenerate|i:1659211835;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6988f1fa2197d0e148e22c3a4cb4e2f7dc3acc23', '190.148.252.111', 1678040774, '__ci_last_regenerate|i:1678040774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678036319;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('698c835bf1ab190540db7db93c466fee7e1eb0c6', '52.167.144.162', 1682749063, '__ci_last_regenerate|i:1682749063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('698d63e1f40961a821099893133e5e89471e05f4', '51.222.253.7', 1668786512, '__ci_last_regenerate|i:1668786512;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 ('698deb40558ee501abcbca0bd48043b4b7702715', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699184804afe96c79ffc84b84c85959cba8413cb', '114.119.153.67', 1687085366, '__ci_last_regenerate|i:1687085366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6991c6abf7e5ff30bc6eb3b9c659d88a59c43b9b', '40.77.167.192', 1681230729, '__ci_last_regenerate|i:1681230729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69923ada036956609f07a118ec301de3f91649e6', '50.21.188.67', 1672492432, '__ci_last_regenerate|i:1672492432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69930ca48fb1b4e2475c32c6bc15f6d3a9ecfc5c', '66.249.79.195', 1687710452, '__ci_last_regenerate|i:1687710452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6993cebd047191b15bcd85c35bb126a8575c014a', '190.148.157.177', 1682359560, '__ci_last_regenerate|i:1682359560;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682359508;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6994c39dc0af398bf75f581cd4d67f033cd61d0f', '200.119.174.9', 1674334704, '__ci_last_regenerate|i:1674334704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674333753;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6996dc691a93d5b6249cf5161809dbcf1ee16fda', '157.245.79.247', 1687917198, '__ci_last_regenerate|i:1687917198;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69983823c02465dae402dbe40ce3800a735e1657', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699a607d7df68199edefb9a8bfa13fe8eede99b2', '190.148.252.111', 1677778375, '__ci_last_regenerate|i:1677778375;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677623520\";last_ip|s:12:\"190.56.48.16\";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 ('699c7e4058faaf3215a9f24dcf7536e717996ebc', '114.119.147.2', 1687713723, '__ci_last_regenerate|i:1687713722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699d93de1a2be718e12d1cf836cd7d0e384a3fd1', '157.55.39.51', 1667798843, '__ci_last_regenerate|i:1667798843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699d9cce34c625158a4fb5fcdfe6554bd0da621b', '222.235.221.228', 1651580922, '__ci_last_regenerate|i:1651580922;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 ('699ef5286797b7a9d98f3f6678654c7644b302c4', '40.77.167.23', 1673782583, '__ci_last_regenerate|i:1673782583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a2036aa3c97be408f204bbce653c094d1d9644', '190.56.50.253', 1682527256, '__ci_last_regenerate|i:1682527256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682527216;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a215e74398cfb65763cc6df7c522178acb37e6', '200.119.174.9', 1674266047, '__ci_last_regenerate|i:1674265585;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674266047;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a25e519b3dd74c2923ffa926ec02e978c62d67', '190.148.157.177', 1681993811, '__ci_last_regenerate|i:1681993811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681993783;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a3298315c861e6738b8e96c4e9d110dc43d858', '51.222.253.10', 1687767616, '__ci_last_regenerate|i:1687767616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a3d98902ce73e68ea434019e688d8f80258b5e', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a560fbd0dc0cda2f94d41a9208f93930999fb5', '190.148.252.111', 1678116354, '__ci_last_regenerate|i:1678116354;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678112014\";last_ip|s:15:\"190.148.252.111\";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 ('69a62d7ed4d12dff5e072a9812eaf0a923001c15', '190.56.55.32', 1657136722, '__ci_last_regenerate|i:1657136722;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657120628\";last_ip|s:15:\"200.119.173.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657136472;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a649e2988437acf9eb93c6a6f5154fa94181e3', '190.148.252.183', 1681246782, '__ci_last_regenerate|i:1681246782;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681246748;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a99f963491aecc0ac63788ffdbdf50d9b9a45a', '74.208.2.134', 1682135808, '__ci_last_regenerate|i:1682135808;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a9d565b32d3eaf011cc3c2e606241144fd1336', '190.148.252.183', 1681493475, '__ci_last_regenerate|i:1681493475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681493410;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a9f4bebeedc7e18691919eff41c7a4e5bcc093', '200.119.173.212', 1667938510, '__ci_last_regenerate|i:1667938510;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ab0c885af88709230a4e32d7a3030a521e921c', '40.77.167.227', 1682047162, '__ci_last_regenerate|i:1682047162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ac4a5e850d90a7a37cbb07f42c4737f78e3780', '54.200.11.115', 1682813561, '__ci_last_regenerate|i:1682813561;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 ('69acee7143a09be420bf4f2f74f49a214a5d2f78', '51.222.253.2', 1664840469, '__ci_last_regenerate|i:1664840469;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 ('69ad405502a48a6c21d6441d55493b70f43f2f86', '190.148.157.53', 1683852151, '__ci_last_regenerate|i:1683852151;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683851870;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ad81e144b9ffce9ade7e731be06ff060063ad3', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69adb3c97ea69d8bc0923b82c9da7af500bf5c2e', '17.121.114.37', 1660119837, '__ci_last_regenerate|i:1660119837;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 ('69ae00b50c267b610d15c50fe85f6621f7aaf079', '51.222.253.12', 1685225408, '__ci_last_regenerate|i:1685225408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69aec8cb9fe6775bbce21bd477c14b93dc4e8b10', '157.55.39.65', 1661778721, '__ci_last_regenerate|i:1661778721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69af4cf457c91d6e0542402f0019aa440db5f73e', '51.222.253.4', 1653208350, '__ci_last_regenerate|i:1653208350;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 ('69b1eea9114465ed8ebdfa21ae1d3eda6ea9992b', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;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 ('69b5aa3cce1c4ddd1d123d7aa79e0dc6c1ecc8be', '190.148.157.177', 1682285399, '__ci_last_regenerate|i:1682285399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682285082;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69b5c516e853181c48a35ea88facf78cfac01493', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69b6ca17bafe280cf22ac0121779065d860a5c72', '200.119.172.95', 1659745305, '__ci_last_regenerate|i:1659745305;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659734240\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659742412;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69b9d61eb39886dc515f2efaa522f4ccb6f9903e', '34.70.33.198', 1664877670, '__ci_last_regenerate|i:1664877670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69bc027336e6399d7c2ba3829d579e997de26ec1', '54.36.149.63', 1679800722, '__ci_last_regenerate|i:1679800722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69beab671a7b6543522a340e16894b0121a86a27', '52.167.144.98', 1684781771, '__ci_last_regenerate|i:1684781771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69beebd6974e2b28c654865bb8375f57df3cff91', '52.167.144.98', 1684378887, '__ci_last_regenerate|i:1684378886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c089e2b81200f3126a11fa29825b1cb88da3e6', '114.119.139.183', 1686285555, '__ci_last_regenerate|i:1686285555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c139f8c03263f67b4fd598675fa93baf637b2b', '190.104.119.118', 1670369921, '__ci_last_regenerate|i:1670369921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c21ff7c476565b31488c6b3e6230f057240253', '114.119.156.95', 1686828973, '__ci_last_regenerate|i:1686828973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c40eafeefb48d03dacd06fdb3c398e13b23f12', '190.56.173.213', 1683481248, '__ci_last_regenerate|i:1683481248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683481241;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c50e83b90bec034d7e6a79979f576ddd56969a', '190.148.158.151', 1677251538, '__ci_last_regenerate|i:1677251538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677251506;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c7a2e29885785758991219da734e96b336c03d', '40.77.167.182', 1683693682, '__ci_last_regenerate|i:1683693681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c7a78830034394a6bd10feac8adb3aee51e734', '144.76.68.17', 1683713074, '__ci_last_regenerate|i:1683713074;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c844f7ff536b3b9c94261f414f097ec8353028', '52.167.144.98', 1685884550, '__ci_last_regenerate|i:1685884550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69c91d30a0b46451309696fbfebc6df4a4a9fc85', '40.77.167.191', 1682196557, '__ci_last_regenerate|i:1682196557;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ca6c9183aceaba6ddd94a1cf901e148498944e', '52.167.144.164', 1686190845, '__ci_last_regenerate|i:1686190845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ccfb07d7a1765add1260b9edadf2bc7f24f125', '130.245.169.145', 1657274131, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69cd3933d7980be717bc8a47597401d5d070bd65', '193.201.9.12', 1657809670, '__ci_last_regenerate|i:1657809657;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ceb786130d4700e3a0500af6982b8c5bb16bf6', '190.148.158.69', 1685479205, '__ci_last_regenerate|i:1685479200;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685478862;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69cf6031ae79e030524f45f6fc851af50c27ed58', '51.222.253.12', 1685110892, '__ci_last_regenerate|i:1685110891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69d339d083274a3ff2d1d08e1b2cc11f2841a725', '40.77.167.104', 1669677307, '__ci_last_regenerate|i:1669677307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69d85401e84021a813a94758526b13d72fe386da', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69da24581a087543240f5686d3761eb187f592c4', '157.55.39.46', 1672603576, '__ci_last_regenerate|i:1672603576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69dad187da11f8ab3a75d63cb022da0c9a179f27', '200.119.173.78', 1682878599, '__ci_last_regenerate|i:1682878599;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682878518;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69dca779a6a9a00d49214024285004d7e6ddf4b5', '157.55.39.9', 1675068913, '__ci_last_regenerate|i:1675068913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69de5d9ef76907339bc807095d409563b7a00c87', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69de61a16eb612cbf418d1a7fcfe169d3e880c6a', '54.36.149.35', 1685334622, '__ci_last_regenerate|i:1685334622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69dea1088d69d406f407bdfb5e911fe1d2fe1c7f', '167.172.56.36', 1653241345, '__ci_last_regenerate|i:1653241345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69dfb3fde051f1d9f3e1faf3437c28fe32b2a0a2', '52.167.144.164', 1686100736, '__ci_last_regenerate|i:1686100736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69dfbfa1140a84c8345829c0ecf38ef793f439c5', '176.53.219.211', 1650751326, '__ci_last_regenerate|i:1650751326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e08cdb059c7ffea016324ba052e69b35c58e12', '207.46.13.217', 1684233690, '__ci_last_regenerate|i:1684233690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e109163f3a9b92256ba121c96e79bb33b12b37', '17.121.114.7', 1655821633, '__ci_last_regenerate|i:1655821633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e211f6f4802789c98ef6ed72905291638670c7', '40.77.167.60', 1671603972, '__ci_last_regenerate|i:1671603972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e2659863d5b05c54231ac38fc2dbcbac281ab0', '40.77.167.123', 1682652777, '__ci_last_regenerate|i:1682652777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e2c9fa3ac101fdf2ecd9942f82ccf3d0c9d1dc', '52.167.144.74', 1688472087, '__ci_last_regenerate|i:1688472087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e3341d255600d6733878b25dac51de5e5e5c99', '114.119.151.192', 1687738248, '__ci_last_regenerate|i:1687738248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e473c697f7b6eaafac6c592bf71da552357efe', '114.119.148.242', 1684516423, '__ci_last_regenerate|i:1684516423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e490854d1b88d4b001d38a97ea2efa216bb4ce', '17.121.112.197', 1652889478, '__ci_last_regenerate|i:1652889478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e5d8bc0f71a0a2f932a63ace34fb4d5f27db0d', '131.153.142.170', 1677652519, '__ci_last_regenerate|i:1677652519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e73d5a90e7fbd52f4e1437ccbd89c9a9446592', '114.119.128.219', 1688062726, '__ci_last_regenerate|i:1688062726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e786525253b953c181ceea907b37cd9fc500a3', '157.55.39.51', 1669827347, '__ci_last_regenerate|i:1669827347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ea490450c7bbf7cee201b47ca589e913fbdb2a', '200.119.173.130', 1675965715, '__ci_last_regenerate|i:1675965715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675963413;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ec876083978386359152074b28275019d20e56', '200.119.173.212', 1667937780, '__ci_last_regenerate|i:1667937780;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69edfda571f3416126ac0aba69b4792ec6ffe8b4', '66.249.66.75', 1650908717, '__ci_last_regenerate|i:1650908717;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 ('69eeaf3de5b48f3a7777e6b1cad100e10f03f319', '35.87.101.147', 1684795108, '__ci_last_regenerate|i:1684795108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f1c1c80ca75bce4d2a10b1ad35fbb3232d5f2e', '52.167.144.98', 1684593709, '__ci_last_regenerate|i:1684593709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f20c7e916b8d7620cbadc8fcd0ea1a6a4071eb', '121.79.135.146', 1650940150, '__ci_last_regenerate|i:1650940150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f2f8c8e483ec45fe2004ce408373ac968edd69', '52.167.144.98', 1684481661, '__ci_last_regenerate|i:1684481661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f31ddbb8fa318084da1229b2fb68170e545faa', '51.222.253.10', 1687967814, '__ci_last_regenerate|i:1687967814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f35c9591465356679c2df2f264ed21c259f16b', '40.77.167.227', 1681749644, '__ci_last_regenerate|i:1681749644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f594391b89186b374e3850e727add5c18da7e2', '52.167.144.154', 1687774380, '__ci_last_regenerate|i:1687774380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f9efd965e84fd54f82ad5a75db3fbf06a7cf62', '200.119.172.55', 1661530969, '__ci_last_regenerate|i:1661530969;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661517893\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661530225;register_id|s:2:\"86\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:10:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69fada52861e7c71a80dcd762cc13d48ea462d4b', '114.119.132.36', 1687522980, '__ci_last_regenerate|i:1687522980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69fe62b2f14f79b903fae0608a429ff82d2bbc5f', '200.119.173.130', 1676041047, '__ci_last_regenerate|i:1676041047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676041034;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a006df8c1e0f8b57e007799c52a8633e9daf9b4', '114.119.135.32', 1686113568, '__ci_last_regenerate|i:1686113568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a007b2765623b18d9336b671637ad392fb2a584', '51.222.253.10', 1687543845, '__ci_last_regenerate|i:1687543845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a00d76a7b18c0877ea2bae056bdd2abca88e436', '190.148.87.182', 1679697706, '__ci_last_regenerate|i:1679697706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679697634;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0182e0f64aa5b62b5591fb31b3cdbd6e538c92', '50.21.188.87', 1672492708, '__ci_last_regenerate|i:1672492708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a01afa1b9d821a7641e088be44cb6084a4e9bd3', '5.188.62.140', 1653341236, '__ci_last_regenerate|i:1653341236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0285405b00099524f433abad14214f928b3a41', '52.167.144.98', 1685473982, '__ci_last_regenerate|i:1685473982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a036a134fee51ef59d8283b49421d9203aaca60', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a041d7b74fb9d8599137bde00e4b52be3e6ba54', '194.163.134.40', 1658220488, '__ci_last_regenerate|i:1658220487;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a059cd2552abbe35f9fc95d666f83331548adf7', '51.222.253.15', 1670753079, '__ci_last_regenerate|i:1670753079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a063d35014b6f4b5f1b566dcd30f8933e4ec2c2', '51.222.253.11', 1683520274, '__ci_last_regenerate|i:1683520274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a067eb10f55e451018f92ae71acb9630712066b', '190.148.157.214', 1669749702, '__ci_last_regenerate|i:1669749702;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669749663;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a08c35913354f6a30cdf790af63e093b7c7491c', '200.119.173.177', 1684863497, '__ci_last_regenerate|i:1684863497;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684863491;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0bf82db174e8cf02f5f33f278ec33228f52546', '40.77.167.58', 1654627348, '__ci_last_regenerate|i:1654627339;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0c83e313cbb7400e2fd8a4af0a8bc4715ce765', '157.55.39.173', 1669794938, '__ci_last_regenerate|i:1669794938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0d1e81f7e71562e48419422dcfe0007e730ec3', '52.167.144.98', 1685372721, '__ci_last_regenerate|i:1685372721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0d58ef7af0806f1b3ee183c9175d11ef0c7611', '190.148.87.96', 1678386316, '__ci_last_regenerate|i:1678386316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678385363;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0fc9196574c619f4a734f761b2b3988349f35d', '66.249.79.197', 1682291261, '__ci_last_regenerate|i:1682291261;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 ('6a11cedbe8b054a91fe316be03911242cd399beb', '52.167.144.28', 1678881320, '__ci_last_regenerate|i:1678881320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a147cdae3b37e990d94570d9181a8da734d0a96', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a1495bd9104f79510bf5e6f85a32c3b86ed1a44', '51.222.253.14', 1682495374, '__ci_last_regenerate|i:1682495374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a14acdcb82d15ef1a045f7e632b7a1df63ffbca', '190.148.158.69', 1685493092, '__ci_last_regenerate|i:1685493092;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685492802;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a16fe5f26c2c15d18179ec3ab71eedffd9e3c12', '52.167.144.171', 1685358002, '__ci_last_regenerate|i:1685358001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a18aed3042ea89725cf6ca4c90a5c8c59607b2e', '207.46.13.224', 1680327056, '__ci_last_regenerate|i:1680327056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a1a8e50c9d7d97de147b9ada24ade1755a4aa75', '114.119.134.12', 1688110813, '__ci_last_regenerate|i:1688110813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a1b1481f1ed4b514b2186c615d4ff8e900ac906', '190.148.87.96', 1678290372, '__ci_last_regenerate|i:1678290372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678288209;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a1c4f27cfd2bbcda37a06e70a23bf5fd79a9817', '40.77.167.133', 1683937805, '__ci_last_regenerate|i:1683937805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a1c6c69665757e1704b61a3e41ae99c0badd0be', '200.119.174.9', 1674437799, '__ci_last_regenerate|i:1674437521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674437797;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a21bea6d29feab7093f33ea2ac9edcc87ffc0c7', '114.119.128.23', 1684419315, '__ci_last_regenerate|i:1684419315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a21d7f0421789daa446829f9e7dc2cbf0e8bfc6', '157.55.39.25', 1663316415, '__ci_last_regenerate|i:1663316414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a223f9f0113bb0ab69361950baaf54ef95cf8db', '190.56.49.83', 1687043465, '__ci_last_regenerate|i:1687043465;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687043357;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a23c6c50d659cc1b720a140208e557b6bfa86f3', '54.36.148.88', 1681698728, '__ci_last_regenerate|i:1681698728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a25109c62d76fe9ef7007719096b04bd29bb790', '114.119.142.121', 1687208241, '__ci_last_regenerate|i:1687208240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a2a07c1fd919cbd614b3e4d9969e7ea7251b82f', '17.121.115.113', 1661743287, '__ci_last_regenerate|i:1661743287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a2acc3f260e827c40d5306059fe88978a050bc3', '207.46.13.41', 1671595007, '__ci_last_regenerate|i:1671595007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a2be1920b7fa71cd1cba4144585cbb6520ff737', '40.77.167.161', 1676587161, '__ci_last_regenerate|i:1676587161;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a2be3850685e25ab1f4dc1db016c87713bf17b0', '192.71.225.127', 1675892696, '__ci_last_regenerate|i:1675892696;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 ('6a2d28021ba933daa5464d7b5fabb06eaf1dc304', '52.167.144.164', 1685077837, '__ci_last_regenerate|i:1685077837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a31d600ed9f2d13fb12e907a2051b1d33748bb8', '51.222.253.4', 1678575443, '__ci_last_regenerate|i:1678575443;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 ('6a34611007a602b879da5b73bb96eb58094e452b', '114.119.142.85', 1686047883, '__ci_last_regenerate|i:1686047883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a34f7347b32ddc9839a394d0ff9c4624423ebd9', '52.167.144.98', 1685350807, '__ci_last_regenerate|i:1685350807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a35092bedf7173d1975bc67d1863d0e457bb52f', '190.148.158.23', 1687213562, '__ci_last_regenerate|i:1687213562;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687213559;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a3519dd9b98bde86b84c6f68cfccbc725e19f08', '190.148.157.53', 1683724757, '__ci_last_regenerate|i:1683724757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683723795;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a3669ad591ddafe873aa7e6997063d33c905f89', '103.145.50.162', 1656091398, '__ci_last_regenerate|i:1656091398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a37838de299c4365f91551032a47887290c3c82', '35.88.231.172', 1662038576, '__ci_last_regenerate|i:1662038576;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 ('6a3a4da9eb473394965b9e3560a89972b4e034d6', '198.251.73.97', 1680407569, '__ci_last_regenerate|i:1680407569;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a3ae8a252f82c13e4134aa170ff5d443a9e50b5', '165.232.41.156', 1687870733, '__ci_last_regenerate|i:1687870733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a3b0a890ebe5e1a4125738885453735c68a9ea7', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a3b264f5269b533ae8ec05a60faf86b88c55b4e', '190.148.158.23', 1687198312, '__ci_last_regenerate|i:1687198312;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687198307;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a3bfb1409e08fac643a23dd6090390ddf00dc2b', '114.119.134.155', 1686931575, '__ci_last_regenerate|i:1686931575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a40e67a92e30f9eb7cb81646cdb035389a422fd', '190.148.252.111', 1677971489, '__ci_last_regenerate|i:1677971489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677971266;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a41020fa10f70c5a1b4af445266b7c3cf16e4b7', '190.56.32.243', 1684763538, '__ci_last_regenerate|i:1684763538;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684763445;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a45c507d3b0343efb2adaf56e2ed3e3bb38c5a0', '190.56.55.113', 1673651159, '__ci_last_regenerate|i:1673651159;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673642231\";last_ip|s:13:\"190.56.55.113\";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\";user_csrf|s:20:\"RP0a7fbontku8v3ZA15S\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a471e5c6b15320fee42bb1e42bce8087bac4490', '207.46.13.236', 1655043483, '__ci_last_regenerate|i:1655043483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a47afdff6d8c3a154c2326b82760e4e2cf183de', '190.148.158.175', 1672623488, '__ci_last_regenerate|i:1672623488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672623419;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a486e746569ce1972ab81a8323aa0522d3f3e7b', '190.148.252.85', 1666209752, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666209752;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666209726;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a4a05392802be8c8d795fad0f2dbe3831a4a2a3', '52.167.144.162', 1686726832, '__ci_last_regenerate|i:1686726832;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a4a7042276b0984bfeaf7fd54b7ee4775ed18a6', '40.77.167.101', 1661369893, '__ci_last_regenerate|i:1661369893;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 ('6a4b1f03196764bb57b0f6085a73605742655da8', '66.249.79.196', 1687099317, '__ci_last_regenerate|i:1687099317;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 ('6a4c00dfdfd7ccc3ec47832e353df7d5f8b6bda6', '207.46.13.230', 1656990320, '__ci_last_regenerate|i:1656990320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a4c0aaaa48fe82c1142a2fcb22cf5ba60457a1b', '74.125.212.209', 1673762626, '__ci_last_regenerate|i:1673762626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a4dc07ad38701e859a63825bdf6aeaa3079a03b', '40.77.167.182', 1683658276, '__ci_last_regenerate|i:1683658276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a502547ae22cf7a1dc42c7d993b93fb5609de14', '17.121.115.224', 1661393216, '__ci_last_regenerate|i:1661393216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a50c05f691d4361c27bd9b63b8ecf8c46d93b52', '51.222.253.16', 1688169054, '__ci_last_regenerate|i:1688169054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a515e66106e16f45caec7ca20f18f10162d701f', '52.167.144.162', 1686257815, '__ci_last_regenerate|i:1686257815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a51bf70c74491dac61275897e895ecebb4de6bd', '114.119.151.185', 1685736058, '__ci_last_regenerate|i:1685736058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a51d3117fd2f9886c5fd71b86f52b31fd98de14', '190.56.49.187', 1688240110, '__ci_last_regenerate|i:1688240110;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688123518\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688240022;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a527c38242e8242adcdd88dffa31d8f1fb06b57', '40.77.167.192', 1681357227, '__ci_last_regenerate|i:1681357227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a53b5de6b9cefa54d832190113f86dbb1acf32e', '200.119.173.130', 1676133132, '__ci_last_regenerate|i:1676133132;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676133130;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a540501b2f5a12e514ec9412a7ad24f61869656', '114.119.131.181', 1688438054, '__ci_last_regenerate|i:1688438054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5496b2c7e5958e1500981acc471ead31225b24', '54.36.149.78', 1662807463, '__ci_last_regenerate|i:1662807463;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 ('6a561cc12990f34c71dc7561e9154d56537304dc', '54.183.185.50', 1676751273, '__ci_last_regenerate|i:1676751273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a57e8fe41a771de51381f6cd7d90cc9f657d38b', '200.119.170.168', 1670630820, '__ci_last_regenerate|i:1670630820;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670630762;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5a9d5420dfb34017f3679baa6dc7e8740ac758', '40.77.167.134', 1680045713, '__ci_last_regenerate|i:1680045713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5aab2d4a0911220d086e4fbfdc74fe18dec493', '190.56.55.115', 1667488953, '__ci_last_regenerate|i:1667488953;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667488932;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5c05f829170ba05257090d916eb6a765432304', '190.56.173.136', 1687881759, '__ci_last_regenerate|i:1687881759;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687881648;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5c5946649e74a6f69fba5f22e6acb44b20b701', '114.119.144.31', 1685782098, '__ci_last_regenerate|i:1685782098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5f4a1d6068b33848e1dda5bd5cac0f39957a76', '35.85.223.68', 1679837308, '__ci_last_regenerate|i:1679837307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a5ff70e76cbf6bf64382de6ebd7e6f0908ae25f', '40.77.167.102', 1670580362, '__ci_last_regenerate|i:1670580362;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 ('6a6007c2e2ca36fdfe0072db574c1f7262105b5a', '111.7.100.20', 1650976303, '__ci_last_regenerate|i:1650976298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a62414e18b2892a47c8bce33fd462f326d2c328', '190.148.157.98', 1679243749, '__ci_last_regenerate|i:1679243749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679243697;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a62e817020fddd4db1d4a472c6ee53abbbd278a', '17.121.112.61', 1651501558, '__ci_last_regenerate|i:1651501558;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 ('6a638dba8331b3926433c476150159c831cdac1d', '205.210.31.32', 1655170553, '__ci_last_regenerate|i:1655170553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a63e1d828ccedbaa1b6aeee7d354f99969a6ba5', '52.167.144.166', 1686899924, '__ci_last_regenerate|i:1686899924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a67bfe23673c34d08becb7bc968ea37fd0d6f86', '40.77.167.49', 1666690517, '__ci_last_regenerate|i:1666690516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a68168c2d9986661d0df4f687aa7b3ec51dbb97', '114.119.140.217', 1688036727, '__ci_last_regenerate|i:1688036727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a68860f662926d2176658d8c6aff05f9923419a', '114.119.136.168', 1684860022, '__ci_last_regenerate|i:1684860022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a6b6b46e3bcd18b4b50d4d4876d00bb67de5bd0', '190.148.157.50', 1668776013, '__ci_last_regenerate|i:1668776013;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668776010;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a72bf033a4674496056cda9ba733a44d7ffce13', '207.46.13.205', 1671908546, '__ci_last_regenerate|i:1671908546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a730dd7da94c94d28ca50eb77a9b6184e623943', '89.248.168.222', 1651063821, '__ci_last_regenerate|i:1651063821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a78c55ea3f0b1fe125972f237d8274e7c9c00c6', '190.56.32.243', 1684705908, '__ci_last_regenerate|i:1684705908;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684705901;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a796145cb68ec1261664abc6067668dd83ecd58', '114.119.166.63', 1686702466, '__ci_last_regenerate|i:1686702466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a7acd876a55ff8438a7ad5f20327a4c3adc3c70', '17.121.115.158', 1662542833, '__ci_last_regenerate|i:1662542833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a7c264c59276969f5037bb56b7e58525e3eef78', '54.36.148.132', 1659540649, '__ci_last_regenerate|i:1659540649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a7e498baa48b55da18e07bb95d23eca53a0a859', '66.249.74.105', 1683380108, '__ci_last_regenerate|i:1683380108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a800befb05eff5f37eb42421daf09a86bf93a6a', '51.222.253.12', 1659023589, '__ci_last_regenerate|i:1659023589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a8185fc5799e43a12779d623fe538bf56002242', '18.206.55.48', 1652386623, '__ci_last_regenerate|i:1652386623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a8211c9f5d223bd46af42ee2bc821abeb630b99', '52.167.144.164', 1686069789, '__ci_last_regenerate|i:1686069789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a84dad61735b17c1bb7942661bd9cac7ba86b76', '40.77.167.166', 1676600010, '__ci_last_regenerate|i:1676600010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a84ed0201b777a9d00b58395d86a6e8988fefaf', '34.102.12.65', 1652130063, '__ci_last_regenerate|i:1652130063;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 ('6a8593a92b57d0955d733a81243fa3182cd9d3f1', '157.55.39.225', 1678271712, '__ci_last_regenerate|i:1678271712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a86a979649ddded7df84b7f68427aef1403d352', '190.148.252.76', 1654446173, '__ci_last_regenerate|i:1654446159;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654365289\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654446173;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a88b2e6844fadfce1291a2f41d93f9aebcd0841', '190.148.157.53', 1683979889, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a8afc1435cefdf1c1827b4c7452c398fea68c4f', '207.46.13.41', 1671106475, '__ci_last_regenerate|i:1671106475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a8c4ebdd17a99b263ced752e98c861c4cd66078', '52.167.144.164', 1686726971, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a8e2a617ed30043fc2f3a3a8198ba2ef0eb2b33', '190.56.173.213', 1683421406, '__ci_last_regenerate|i:1683421406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683420586;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a8f683ce3ba65cdcc0899a8dbea6fd4da9f0f08', '157.55.39.69', 1672334326, '__ci_last_regenerate|i:1672334326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a90139936790914365b18e58fcd107b9832203e', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a90a32b87b79e20fe3446576ed437eab3472d1f', '40.77.167.79', 1654137512, '__ci_last_regenerate|i:1654137502;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a90d4d2322434ae50128f15a7d6e8819a8d3c3f', '52.167.144.164', 1685491609, '__ci_last_regenerate|i:1685491609;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a9178fae0a7fa6051f5c52ea99852b898fe2030', '66.249.74.105', 1683360930, '__ci_last_regenerate|i:1683360930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a93478ad348cec5d5247c2d406001d2bc22d47c', '167.99.118.52', 1671079498, '__ci_last_regenerate|i:1671079498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a94572d83d299d6f33fa62c281de1a6af6e31e4', '157.55.39.69', 1672180108, '__ci_last_regenerate|i:1672180108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a9527541d1124d8fefc49ddf9cc120ffc46c5f5', '200.119.168.250', 1681049403, '__ci_last_regenerate|i:1681049403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680954199\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681046749;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a96d0f68272f8b5653e3ce3162f99df1be3daf1', '54.36.148.188', 1670849244, '__ci_last_regenerate|i:1670849244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a979b2ad7b17b80cd828706721edb3533a7d2c0', '114.119.158.34', 1686907409, '__ci_last_regenerate|i:1686907409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a981565bc025843285abe021d794f3fa9246b92', '35.165.215.76', 1655639518, '__ci_last_regenerate|i:1655639518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a9a1e4ced847eace094fa954e17c083e1953ec9', '51.222.253.9', 1684557287, '__ci_last_regenerate|i:1684557287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a9a4d55a00b191be6b727b9d1fc78e0f34a4de8', '40.77.167.13', 1672023876, '__ci_last_regenerate|i:1672023876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a9b5e46da8eb96f8fa68c39abe177f80ad81d17', '157.55.39.227', 1688563611, '__ci_last_regenerate|i:1688563611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aa0659c3a5d2997c7abcefd8d4653d7e30803b7', '190.56.32.174', 1676672053, '__ci_last_regenerate|i:1676672053;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676671956;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aa5dc349f119d60c92d4dcf42d8baf7d134df99', '157.55.39.125', 1653935061, '__ci_last_regenerate|i:1653935061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aa7c1ba713d2cec9402f2758f0b8afccf8f1e15', '34.70.214.170', 1667348080, '__ci_last_regenerate|i:1667348079;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aa819827846aaa45b218ab59a840955cb5788b9', '35.226.107.215', 1656253620, '__ci_last_regenerate|i:1656253620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aa825813f10f612e3f46297b595a474b9477927', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aab82ddcecc4f369d1ea317b382c99901ca8d95', '114.119.145.130', 1687531455, '__ci_last_regenerate|i:1687531455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aabb39b3ce718f1c1333776dfb30e039989cb11', '190.148.87.96', 1678405674, '__ci_last_regenerate|i:1678405674;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678403730;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aac63a4aa950203839bd64e92443a88816f6c7d', '54.37.204.35', 1675847361, '__ci_last_regenerate|i:1675847361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab02fe78453d53ca5e86a2d011c2cfe50867e3d', '143.198.141.218', 1686060974, '__ci_last_regenerate|i:1686060974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab472e60a0fdb4e7cfb68763ef64f2754587396', '200.119.174.104', 1666612723, '__ci_last_regenerate|i:1666612278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666532017\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666612682;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab579737fd7680f070fb8a12075be4100b3bf55', '207.46.13.209', 1685975698, '__ci_last_regenerate|i:1685975698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab6d916226b77819e07144689578f01c5793188', '34.221.104.191', 1680183459, '__ci_last_regenerate|i:1680183459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab83b4dd6077b00db7a0b366f7fa23c1e150096', '200.119.173.177', 1685400580, '__ci_last_regenerate|i:1685400580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685400575;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab87561eb6d25f15d42db3487ca7c5599f70d95', '52.167.144.63', 1687151035, '__ci_last_regenerate|i:1687151035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6abd95d8f117e3a561d43f8974bc04430058dc22', '200.119.173.130', 1675981373, '__ci_last_regenerate|i:1675981373;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675979940;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6abe796fcb3dca3bbd97e959e6f533850604a233', '52.167.144.164', 1684481664, '__ci_last_regenerate|i:1684481664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac0bdea15d76fa702164930b4492e1cc9257869', '66.102.8.5', 1653025978, '__ci_last_regenerate|i:1653025978;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('6ac10cdd70040e26ddc43931e05b7929e3c29d6d', '35.215.64.144', 1676808932, '__ci_last_regenerate|i:1676808932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac1778d7ad926b8fe8bedf0e992dc075fdb842e', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac1d4cc40a7043398528d60dd6aa5c746e1cb62', '207.46.13.207', 1678540416, '__ci_last_regenerate|i:1678540416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac23d83f18fcf7287834182cde340e8299d37de', '17.121.114.7', 1661136709, '__ci_last_regenerate|i:1661136709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac25f404e3fa04362764a4652156d501b5a2e69', '40.77.167.219', 1676947921, '__ci_last_regenerate|i:1676947921;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 ('6ac5f05996901fd7c24c4de04954216150e74f3b', '40.77.167.182', 1683543226, '__ci_last_regenerate|i:1683543225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac7b44f67de061396b99d18b11770573c7d2296', '157.55.39.64', 1673444151, '__ci_last_regenerate|i:1673444151;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 ('6ac7e2fc185f26c565e6d4774684705ca2c2be80', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ac7e9749eb4f1d9c0c250814ea76b88313e8a93', '119.238.213.210', 1655592287, '__ci_last_regenerate|i:1655592287;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 ('6acabeaf32e1ae22ef535ab1f6c163c5042b03bc', '190.148.157.173', 1652379051, '__ci_last_regenerate|i:1652379051;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652375258;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"bmaUxR7JGs5Fh0lNtVHT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6acb4421d0af2cf29cc88d361f19457042f8f95c', '51.222.253.12', 1668908869, '__ci_last_regenerate|i:1668908869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6acb78221879d04cceab3e559e6fb6bf5a0f1b4c', '52.167.144.61', 1687927165, '__ci_last_regenerate|i:1687927165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6acb99ea1935c985b42a20ef868af3981b1a7753', '114.119.138.179', 1685654633, '__ci_last_regenerate|i:1685654633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6acbb169b4a0b6be5306fff3c51051cd0840bd76', '104.57.46.13', 1654523685, '__ci_last_regenerate|i:1654523685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6acd76a3aa90ebf688360de1f00fdf240bf8804e', '190.56.48.81', 1665957328, '__ci_last_regenerate|i:1665957328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665957318;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ace78e751fc4f57ef9ff752e9f015fc0fef15b3', '40.77.167.23', 1674193586, '__ci_last_regenerate|i:1674193585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad1110a137d4d9f437432b517f5765c6ada5a20', '190.56.32.174', 1676837632, '__ci_last_regenerate|i:1676837632;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676837514;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad1fbe1509cdfb3abac9bec38107dbb99fdc51e', '52.167.144.162', 1686163333, '__ci_last_regenerate|i:1686163333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad34decbc4123c72683b0a027f63f4f788fcfca', '200.119.169.5', 1654814549, '__ci_last_regenerate|i:1654814549;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654804943\";last_ip|s:15:\"200.119.174.137\";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\";user_csrf|s:20:\"TGf9Rz7HNo8BYPZW2k6K\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad3cb9f1accb14febc1ba8f031e8545509e773c', '40.77.167.182', 1683253087, '__ci_last_regenerate|i:1683253087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad4652db1a708d1a9f90b93e30ffeb8848acdd5', '200.119.174.9', 1674393740, '__ci_last_regenerate|i:1674393740;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674393612;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad56c5633043a2031691b1e010808fd87553d2a', '190.56.173.213', 1683115878, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683115830;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683027149\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683115878;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad7763029e8b357f47fb2deed4f4a4ffdad948e', '40.77.167.156', 1679112481, '__ci_last_regenerate|i:1679112481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad7dc2db14789c8218bc0d7427781fe99066b95', '52.167.144.98', 1685679482, '__ci_last_regenerate|i:1685679482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad8844e92b98442ec1ad242517d2c4cb5bb43f3', '40.77.167.227', 1680993733, '__ci_last_regenerate|i:1680993733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad9a6a3c34637ba8797cfd39741f9e7f6f7c216', '200.119.170.143', 1670167786, '__ci_last_regenerate|i:1670167786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670167588;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ada01e613406805adbebd0b0a0438787d8369b9', '190.148.157.83', 1687714990, '__ci_last_regenerate|i:1687714990;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687714982;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6adb11e96ac4e28462b4af723ff2b15a4ea2ae7b', '54.212.97.54', 1670850920, '__ci_last_regenerate|i:1670850920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6adb8ae111bb82d5fcdd8790554326273b850737', '190.148.158.106', 1672253317, '__ci_last_regenerate|i:1672253317;requested_page|s:14:\"admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6adc9dea1af13e78e78c46f0f666d042f7195392', '207.46.13.113', 1675466781, '__ci_last_regenerate|i:1675466781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae14c661e441994166d0b1a77c7cc32feafa296', '3.235.154.65', 1655278907, '__ci_last_regenerate|i:1655278907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae4aa1e8e6959328fa6fe82ba178d632267c622', '17.121.114.44', 1659892953, '__ci_last_regenerate|i:1659892953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae51f48a3605688704329f6243d7b61187848a6', '200.119.168.250', 1680962164, '__ci_last_regenerate|i:1680962164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680961969;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae543f593ff4279c90b030b74bff02f760361b8', '157.55.39.100', 1672390030, '__ci_last_regenerate|i:1672390030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae5d99c3a92cb3c922154739bef499538c847fe', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae6e0551ffd4f3ca2cc699f6035e79816db19f8', '40.77.167.191', 1682088240, '__ci_last_regenerate|i:1682088239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae913ef3beb24e245ca13d1d87e099f665998b9', '52.167.144.171', 1685019606, '__ci_last_regenerate|i:1685019606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ae934c13e1a5cda6585525666ac63eae79d573e', '200.119.170.137', 1668635277, '__ci_last_regenerate|i:1668635277;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668635273;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aea8f9c3ef5a5621b1ab6c566475e0a3e55d70f', '190.56.55.113', 1673714800, '__ci_last_regenerate|i:1673714800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673714781;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aec239aaf08c9d1a9a7b56eba244c90e3071559', '190.56.173.175', 1653083207, '__ci_last_regenerate|i:1653083207;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653072792\";last_ip|s:14:\"190.56.173.175\";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:1653080599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aee897ae64ca86e9f221d4a523d25aa0e83c9e6', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;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 ('6af0ff78ce9916eac62ffecbe96a9f5b67b57ee4', '35.224.43.9', 1665528428, '__ci_last_regenerate|i:1665528427;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af2a34080efaea72c089f3d481ebf05e51dc968', '190.56.173.167', 1650902754, '__ci_last_regenerate|i:1650902754;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650900506\";last_ip|s:14:\"190.56.173.167\";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\";last_activity|i:1650902429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af50979666b5039d3290f4e0c0b7caa5266849f', '54.36.148.183', 1678440512, '__ci_last_regenerate|i:1678440512;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 ('6af7ee06fb81abd3c9276b96cf46b4bc1e31d5a7', '192.71.38.71', 1675892698, '__ci_last_regenerate|i:1675892698;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 ('6af818b3de3a48de09a4a5c13408b2cc51fa083b', '157.245.254.89', 1655520999, '__ci_last_regenerate|i:1655520998;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af8c4a0907657c044096a191da2066335a4ce6d', '198.251.73.121', 1679118696, '__ci_last_regenerate|i:1679118696;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af8e523707d7fb829c33e3192723cfb6580b924', '40.77.167.49', 1665663163, '__ci_last_regenerate|i:1665663163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6af980da0744d2a5361c6c5c5a12c811c158f1fe', '5.188.62.21', 1659471439, '__ci_last_regenerate|i:1659471439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6afc9f7aff325a913853add9f2ff448a7e68df3b', '114.119.136.238', 1688278829, '__ci_last_regenerate|i:1688278829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6afdd8861328af109601e1d534ac7efe9ad408c7', '207.46.13.1', 1671505467, '__ci_last_regenerate|i:1671505467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6afe8a17ae7d91dbb8518c2a855d79a8746ee733', '66.249.65.161', 1669443372, '__ci_last_regenerate|i:1669443372;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 ('6afec8d45bef1f6eaeaad10252928a01be02c2d1', '190.56.50.253', 1682632042, '__ci_last_regenerate|i:1682632042;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682631673;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aff3a585a3e80ee3dd7492cab2ebb52575bbfe7', '54.36.149.103', 1651103891, '__ci_last_regenerate|i:1651103891;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 ('6b00baa7e2c514cb77d5adf72b7baf6284b370aa', '52.167.144.98', 1685931798, '__ci_last_regenerate|i:1685931798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b010e733b905e0a759580c84905166a73bf34f5', '114.119.148.13', 1684612980, '__ci_last_regenerate|i:1684612980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b03f225c9062476fc9281d1f7f751a5114909b0', '157.55.39.64', 1673965487, '__ci_last_regenerate|i:1673965487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b04a8f11362cefc921d7fc79bef6fed8a114158', '193.235.141.135', 1677447703, '__ci_last_regenerate|i:1677447703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b07a7f672b3e247381d822d02c9f45d6291d201', '204.48.19.78', 1671976227, '__ci_last_regenerate|i:1671976227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0972ace11b194d681c0d75d52dd688a62d322b', '40.77.167.222', 1681374644, '__ci_last_regenerate|i:1681374644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0bd146addfe2ec7433f72f208805ba057bff70', '190.148.158.175', 1672624966, '__ci_last_regenerate|i:1672624966;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672624901;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0c0ebdbe29b35db65d8d600dc63d154d81d93e', '51.222.253.10', 1664223061, '__ci_last_regenerate|i:1664223061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0cb97320dc64ce2755bfc59c872f1672067090', '190.56.32.174', 1676590513, '__ci_last_regenerate|i:1676590513;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676590421;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0e5da91401f0bee1ad0d617ca11b03e65b45ec', '190.148.252.151', 1671366430, '__ci_last_regenerate|i:1671366430;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671366418;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b10c9362872002908ed02fff9f3469e7c824ab8', '51.255.62.4', 1684519484, '__ci_last_regenerate|i:1684519484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b10f7769f8c574cd0b4ac0f35369dacf4c406e0', '207.46.13.211', 1679322594, '__ci_last_regenerate|i:1679322594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b11838aea0acef12d3408e3d7e59d1a5078d814', '40.77.167.123', 1683345684, '__ci_last_regenerate|i:1683345684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b12d2981fb0bd4a3a9c8090b6dda63536876929', '51.222.253.6', 1662471642, '__ci_last_regenerate|i:1662471642;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 ('6b131ac4c2f516b0def7cef1aad663ace9723d2c', '114.119.134.159', 1684936528, '__ci_last_regenerate|i:1684936528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b14b064fd65de08e6abe74a9f096d69aca644f9', '18.117.223.160', 1667962400, '__ci_last_regenerate|i:1667962336;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b14dd32bc3930b435faa163b266698aa9931541', '200.119.173.78', 1682877324, '__ci_last_regenerate|i:1682877324;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682877295;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b15e4ced9bc3e88dd1de557570ee64dec791038', '104.154.92.6', 1664804043, '__ci_last_regenerate|i:1664804043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1908b117f9d412586475f65622cdbb5571cb5e', '114.119.140.190', 1687589620, '__ci_last_regenerate|i:1687589620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1a06474611c357086e120c8b5c8bb64a15193d', '51.254.199.11', 1680080775, '__ci_last_regenerate|i:1680080775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1c3fa770d308551eb4f783dc7ba2656a5d4e9b', '114.119.144.200', 1685294975, '__ci_last_regenerate|i:1685294975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1d3802b5e5a43ffbb5e1088682ee836e330edd', '106.75.134.172', 1687154890, '__ci_last_regenerate|i:1687154890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1db95c17ff45668a4ca341dd658b8712dd91b2', '159.203.176.82', 1654201541, '__ci_last_regenerate|i:1654201541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1e1311e223fafb8997d7678745d703662e4eb9', '40.77.167.85', 1685825853, '__ci_last_regenerate|i:1685825853;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 ('6b1e26826897e3872676242a9323e360ff29d6f2', '40.77.167.101', 1681466558, '__ci_last_regenerate|i:1681466558;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 ('6b1eba42119b4b73430ce6af35fe5f82fb653539', '134.122.44.189', 1687700540, '__ci_last_regenerate|i:1687700540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1f50613e809830e95c767680c71e552a0c7ad0', '52.167.144.82', 1687232717, '__ci_last_regenerate|i:1687232717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1feb639db491d35c6a7cc5e12a18e8ad328445', '190.56.55.48', 1687480423, '__ci_last_regenerate|i:1687480423;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687480420;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b20f0e6e3cfe7537dd07d150aefd0af6d733974', '176.53.222.30', 1650779568, '__ci_last_regenerate|i:1650779568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b21b39aed9c3b0146933f30824cdf525f6580e2', '163.123.143.82', 1673574422, '__ci_last_regenerate|i:1673574421;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2343aa40df94558c45e8dd879a17968cab1656', '208.91.69.20', 1679303897, '__ci_last_regenerate|i:1679303897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b24976acb1b146ac5803b77ad2642d6d4fb4fc1', '52.167.144.166', 1686834432, '__ci_last_regenerate|i:1686834432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b25876566a375753cf4e813eefde8e6ef816753', '200.119.168.250', 1680918356, '__ci_last_regenerate|i:1680918356;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680868670\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680916320;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2622fe5fca24803dc85278e33eac542d222c03', '51.222.253.19', 1684892565, '__ci_last_regenerate|i:1684892565;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 ('6b2892b9ee8f048cf5df11f11a4b586bd2fe6751', '54.36.148.113', 1664980493, '__ci_last_regenerate|i:1664980493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b292ce76a0132fedbb002e734972d7701c814f0', '52.167.144.76', 1682053690, '__ci_last_regenerate|i:1682053690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2a02ef76fb86283fc0745c0046c90a2c8a7500', '65.21.206.43', 1662018504, '__ci_last_regenerate|i:1662018504;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 ('6b2aaac21bc3b562a5e82fa9a1ff57a9215b43b0', '5.188.62.140', 1653289412, '__ci_last_regenerate|i:1653289410;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2b1d45349d7748ae2ce1d6f7436ccce47e6fcb', '121.4.238.122', 1658925837, '__ci_last_regenerate|i:1658925836;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2dcb3b4680f538190da001181427be06f13834', '40.77.167.37', 1668065940, '__ci_last_regenerate|i:1668065940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b2f5a7471aa48bcc12bc6a0730018c7c5c868fc', '200.119.173.212', 1667947938, '__ci_last_regenerate|i:1667947938;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b308537b75c451f287b13c19f67434612bfb31d', '190.56.32.243', 1684698915, '__ci_last_regenerate|i:1684698915;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684698865;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b32a61fe973605eadc97d0aafe95f558b91212f', '200.119.169.82', 1656422528, '__ci_last_regenerate|i:1656422528;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656381927\";last_ip|s:15:\"200.119.170.217\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656422388;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b34f586dce6cf7044cfac5533ac73316febb3f2', '51.222.253.8', 1682437581, '__ci_last_regenerate|i:1682437581;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 ('6b35d0962544f69752d4e26cfe1a9a3e97bdf465', '52.167.144.162', 1682743183, '__ci_last_regenerate|i:1682743183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b36a5474454eded6ee8ca7f4d3aa3384b209dd3', '34.77.225.232', 1671081176, '__ci_last_regenerate|i:1671081176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3a740523342cc73d9a4b4277c99e86a9d883f6', '190.148.158.69', 1685734884, '__ci_last_regenerate|i:1685734884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685734858;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3aaf40925d0e901c7bb11117093588f3dd1920', '54.237.250.240', 1651390070, '__ci_last_regenerate|i:1651390070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3b7c3a10b9c2ede856e008de4e2581b7f06ba6', '69.160.160.58', 1680641186, '__ci_last_regenerate|i:1680641186;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3c81d3d1b1fc46dd7c412be6a597e424614f2c', '157.55.39.206', 1677650665, '__ci_last_regenerate|i:1677650665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3cf878bd68f1b653a93024fad4a291fc988971', '190.148.157.183', 1680298556, '__ci_last_regenerate|i:1680298556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680298442;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3dbae61918e2e7445a5121ce8719000621d225', '190.56.55.27', 1662418660, '__ci_last_regenerate|i:1662418660;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662050557\";last_ip|s:15:\"190.148.158.110\";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\";user_csrf|s:20:\"TRqiOIVmcUH4NFaEwBLG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3dcf5c9c89f0877f65d5eec74f272347a690b5', '200.119.174.72', 1660156539, '__ci_last_regenerate|i:1660156539;requested_page|s:18:\"admin/pos/view/645\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660135451\";last_ip|s:15:\"200.119.168.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660156536;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3e8c887c5c989c273b6f31b6f81efcf69070c8', '200.119.170.30', 1660396338, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3e8d621a59b33911862242075e2a08c0aa65a4', '52.167.144.63', 1687157112, '__ci_last_regenerate|i:1687157112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3fa18c9d7e0a9ab5bbb5fb45067bb752b3feca', '40.77.167.225', 1680413700, '__ci_last_regenerate|i:1680413700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3fd582ad3bdf1b8642a8986ab49c9e8fba92e7', '40.77.167.170', 1675271477, '__ci_last_regenerate|i:1675271477;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b4099a541eedb62c97f522bc38728811dc5d6c9', '207.46.13.52', 1663732701, '__ci_last_regenerate|i:1663732690;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b4220b846e8bd5d3b5a8a05e7e82d7782662683', '194.124.52.29', 1651812512, '__ci_last_regenerate|i:1651812512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b426cad54e4698b8dfc5d9f2a996d148c03b7ce', '35.184.149.160', 1652135774, '__ci_last_regenerate|i:1652135774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b43419666c071c8bce09f1ea64f96c7e6872005', '157.55.39.51', 1668228257, '__ci_last_regenerate|i:1668228207;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b43dc2c29f7d09c33d7d7739f93b534b30a0d3e', '40.77.167.156', 1678843704, '__ci_last_regenerate|i:1678843704;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b44cb3bd574e7a923273878fd47840cf5658e19', '114.119.129.205', 1688397406, '__ci_last_regenerate|i:1688397406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b461b379146511a086b2d862975bab7cf4df0e1', '62.197.136.188', 1655939830, '__ci_last_regenerate|i:1655939830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b46b6ba2939a7129a4d9e44ad3a74f81f041df9', '190.148.158.145', 1680991318, '__ci_last_regenerate|i:1680991318;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('6b47bc863b4e775bb7b4bef2aa5ae1de26d87ec6', '52.167.144.28', 1679305788, '__ci_last_regenerate|i:1679305788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b48bfeb5ba70057bd715b4c866756aa2d467fad', '165.22.68.126', 1687322407, '__ci_last_regenerate|i:1687322407;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b496a58781c9e69b947f9b7c87a05dd530a1e78', '190.148.157.80', 1669320739, '__ci_last_regenerate|i:1669320739;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669320731;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b4bda1e5777f5cbc0afd350e5e4d21704eb60f2', '52.167.144.164', 1679454790, '__ci_last_regenerate|i:1679454790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b4ca2990c596d09f831b81da08c51b9e0196e38', '51.222.253.17', 1678156797, '__ci_last_regenerate|i:1678156797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5049e044c843e806c9e9a095649e3265cffc8e', '40.77.167.207', 1681647076, '__ci_last_regenerate|i:1681647076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b50fbb5af9937e25d155055c7aad0ba8e2afc5b', '190.148.87.23', 1679450311, '__ci_last_regenerate|i:1679450311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679447423;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5442ea619b4a321763c591e02c01a3b96df2ba', '190.56.173.213', 1683506114, '__ci_last_regenerate|i:1683506114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683505742;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b573698b3df356dbb8221b0299c39acd24f433d', '200.119.172.95', 1659545294, '__ci_last_regenerate|i:1659545294;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659464807\";last_ip|s:14:\"200.119.172.95\";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\";user_csrf|s:20:\"0LjtOBis28T1felxZFGQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b573de90a62a0954e3bc51e6940cbbc12f1a9f2', '114.119.140.84', 1685553275, '__ci_last_regenerate|i:1685553274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5994c068b720c721a095fe2d08f7c60e731d8d', '208.80.194.41', 1654469345, '__ci_last_regenerate|i:1654469345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5a391640331f299aa62ead5fd2d8e49c6bd181', '18.206.55.48', 1658929711, '__ci_last_regenerate|i:1658929711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5db1c49bd7271b75adf83fdcfdf03d54788e05', '190.148.158.151', 1677345370, '__ci_last_regenerate|i:1677345370;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677344820;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5e5d13d1a2fd39514bcadae456cde6cc013616', '40.77.167.11', 1673273247, '__ci_last_regenerate|i:1673273247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b5ea8a331072d53ed9a37e6be71a67b625763bb', '200.119.170.209', 1656969340, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b61d7b1833fef43df1a122599cb2432a8fc7425', '54.36.148.1', 1668496472, '__ci_last_regenerate|i:1668496472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b66339cd99285aa6cacf7304ca99797cda1cfd1', '51.222.253.17', 1685730524, '__ci_last_regenerate|i:1685730524;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 ('6b69b67d8007e33165f5a0ab44b6c86bb22b886e', '40.77.167.202', 1687333369, '__ci_last_regenerate|i:1687333369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b6c5da38bcda209f54a105f14ee0ae9c02b1272', '200.119.170.30', 1660249606, '__ci_last_regenerate|i:1660249606;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660239168\";last_ip|s:14:\"200.119.170.30\";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 ('6b717979945d7fac354a1309f0f8df9a2c31446f', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b719e4a5a8a9f77a095d86fe61e99c7150efd30', '17.121.114.18', 1662177071, '__ci_last_regenerate|i:1662177071;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 ('6b71cd9e6f3adf0c4ad6dec9c8a0ba6bf84a5545', '40.77.167.49', 1666030954, '__ci_last_regenerate|i:1666030953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b730442b3ffb8fdfaebe9ea376c211d1df4c434', '114.119.131.92', 1687724029, '__ci_last_regenerate|i:1687724029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b74ad8c892155a43b26a8d3b624e784629536a6', '40.77.167.58', 1654445217, '__ci_last_regenerate|i:1654445207;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b74d385cc602bceed590eb2f5ac6202119c2ccd', '51.222.253.10', 1657660450, '__ci_last_regenerate|i:1657660450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b75e9e67f20d8d006cb32f8095b50977f39ec77', '51.222.253.10', 1653175532, '__ci_last_regenerate|i:1653175532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b77f128af2187f2200c75e01350167e5561a5e6', '52.167.144.70', 1688177249, '__ci_last_regenerate|i:1688177249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b7b4015963267c711930c4129bf00f9d80caad7', '190.148.158.175', 1672276860, '__ci_last_regenerate|i:1672276860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672276706;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b7b4bd757d5158b7d7180351e443b2b83747fbb', '54.36.148.127', 1664172855, '__ci_last_regenerate|i:1664172854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b7d0b99467f86a800cd2905b9e508dfebc75fef', '200.119.173.87', 1662754649, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1662754604;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662739825\";last_ip|s:14:\"190.148.157.94\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662754649;register_id|s:3:\"101\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 08:43:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b7e62f0d170759b9d1ab8ea96802ac583847643', '52.167.144.98', 1685608926, '__ci_last_regenerate|i:1685608926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b7f3e87b6f6bd3b6224924cbffa11bea8410194', '144.217.135.203', 1675113017, '__ci_last_regenerate|i:1675113005;requested_page|s:13:\"cart/checkout\";error|s:89:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>cart/checkout\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b7faf7afc21cb334789e9b4d501d031aa1de14d', '34.211.130.94', 1675950129, '__ci_last_regenerate|i:1675950129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b804450b9ebf6448a94cb9b3ac51caf70863a66', '190.56.32.243', 1684546383, '__ci_last_regenerate|i:1684546383;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684546298;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b80b5700d5f692c42ea92d86408028253961aea', '114.119.151.74', 1687770378, '__ci_last_regenerate|i:1687770378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8175c8d93a520ff0fbb592ee89a752b0528d36', '3.237.104.7', 1654055395, '__ci_last_regenerate|i:1654055395;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 ('6b8184c695a3e60b491c6db2cdb0d67dcf34c11f', '200.119.168.250', 1680792306, '__ci_last_regenerate|i:1680792306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680791970;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b838a1b8da64fa52d0c705c8ccf56d262735e30', '200.119.173.177', 1685410950, '__ci_last_regenerate|i:1685410950;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685410940;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b838e251a228f0544ab0b7064123f255ebe5f62', '40.77.167.106', 1687159827, '__ci_last_regenerate|i:1687159827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b83a004df660d430b00a75cdaf2d13674ffeff5', '200.119.169.82', 1656426355, '__ci_last_regenerate|i:1656426355;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656381927\";last_ip|s:15:\"200.119.170.217\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656426094;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b85fa857279f39b5ec331ef2b0c7b4b23de81da', '40.77.167.202', 1687895191, '__ci_last_regenerate|i:1687895190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b86461ebbbbe425efbff199e547b9add192b60c', '207.46.13.15', 1673820240, '__ci_last_regenerate|i:1673820240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b86f7539559cf6747a26b3a78a2825ca0b99867', '52.167.144.82', 1687390394, '__ci_last_regenerate|i:1687390394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b871243871754b67c3f1b61219429e097f25c1e', '54.36.148.8', 1651300409, '__ci_last_regenerate|i:1651300409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b87c5963d8e31b4b58ada54d896b7150d770410', '50.21.188.103', 1672704640, '__ci_last_regenerate|i:1672704640;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 ('6b883ab033e48955b2537d6891568b908b364c5f', '51.91.125.152', 1650735749, '__ci_last_regenerate|i:1650735749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b89d14c67b272d16aa9057d6fc96b5c3ff667d2', '190.148.252.151', 1670970298, '__ci_last_regenerate|i:1670970298;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670970295;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8b5ee3d3bdb0225e931c9862671e43a96754d0', '40.77.167.182', 1683842361, '__ci_last_regenerate|i:1683842361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8b66668b6894e14a8901deccd657a06f7d2d30', '190.56.48.81', 1665937403, '__ci_last_regenerate|i:1665937403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665937391;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8d81d12ee99f2bc6a348047fb29d10827b7535', '190.148.87.6', 1668304951, '__ci_last_regenerate|i:1668304951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668304927;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8f209042d13bf1aa693d3cbe57c5ec4a4b7510', '17.121.113.110', 1656261846, '__ci_last_regenerate|i:1656261846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b8f7cde540305b3eacbf1a88d5c6705ee970bc5', '52.167.144.162', 1682090438, '__ci_last_regenerate|i:1682090438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9017b8dbdb90b232825f141fde5567d88feb70', '51.222.253.17', 1668667873, '__ci_last_regenerate|i:1668667873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9049fbbb386255cc7b4c185aaff2a057458009', '207.46.13.10', 1671172692, '__ci_last_regenerate|i:1671172692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9060aed23d9ff204fcdd408c6f2594eec21f4c', '40.77.167.182', 1683474945, '__ci_last_regenerate|i:1683474945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b908455028397e731ee38d4d66760be886d68f5', '54.36.149.77', 1673416682, '__ci_last_regenerate|i:1673416682;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 ('6b90c30181b4d0c2d53733b546e61390acdf170a', '64.225.58.164', 1657654307, '__ci_last_regenerate|i:1657654307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9157bb87f076a5d0baa92361137e1708b7c47f', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b915a1f8757e4a37fe3979dad0c924b5703f4e3', '114.119.152.64', 1687543792, '__ci_last_regenerate|i:1687543792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9358baacd6ed645ccc3b160125f40557d641a6', '40.77.167.56', 1673213615, '__ci_last_regenerate|i:1673213615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9368f1b451c62135295444d491269c29b0897b', '40.77.167.63', 1672172500, '__ci_last_regenerate|i:1672172500;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b976038991099c577ed6ffd8eb924b63d6771eb', '40.77.167.13', 1672620112, '__ci_last_regenerate|i:1672620112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b98c54461eeacc8c5f40e787d596967e1c978e1', '40.77.167.49', 1665751488, '__ci_last_regenerate|i:1665751488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b98d5c28f3cbd8de062cc1d31c86dcfa0ad6670', '40.77.167.220', 1677468147, '__ci_last_regenerate|i:1677468147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b99e4c1e644e8a3739671477bac6dcb4998437c', '40.77.167.156', 1678807106, '__ci_last_regenerate|i:1678807106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9a7a373071a50195d26dbea86fa2afe04ff504', '190.148.157.53', 1683930833, '__ci_last_regenerate|i:1683930833;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683929565;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9b481faba1efbdd7b6d6dc9c529c1c58709b35', '114.119.148.127', 1684417430, '__ci_last_regenerate|i:1684417430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9b8d5094bc0859a06c9f98084046120fa22788', '207.46.13.236', 1654377363, '__ci_last_regenerate|i:1654377363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9bcaeb6e267b37440152922214bd5b1bdda4ce', '207.46.13.12', 1675405217, '__ci_last_regenerate|i:1675405217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9bd82b271275130e490daf87ae586fe08307a5', '5.188.62.21', 1653463324, '__ci_last_regenerate|i:1653463324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9be186b04a5d82a13c30df34f5eeb9f62c3e14', '40.77.167.225', 1680803085, '__ci_last_regenerate|i:1680803084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9c00b6a96705fe24c24ad8e3a45c956ccd43b5', '52.167.144.98', 1684720075, '__ci_last_regenerate|i:1684720075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9cc0f4ecec8ed5e5714ea89dbefc46936d53d6', '121.4.238.122', 1659478137, '__ci_last_regenerate|i:1659478137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b9d35e332c0cb9102d633c26bc2acfe6b1c8cee', '40.77.167.182', 1683373425, '__ci_last_regenerate|i:1683373425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba4d677eb155b4de46d5bc5af320bb8054e4bc6', '52.167.144.98', 1685951112, '__ci_last_regenerate|i:1685951112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba5bf1a4f40e933e3ca5a0f0e7fb9b20f5bb9ec', '190.148.87.6', 1668460027, '__ci_last_regenerate|i:1668460027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668460021;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba63aaad16ba78a9c13144e30fa66f67fc4c9bf', '114.119.143.50', 1688269562, '__ci_last_regenerate|i:1688269562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba6b142cf5ce6bb22b0e70b632f86ac395c93cb', '149.57.16.7', 1653807029, '__ci_last_regenerate|i:1653807029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba6f81a4b9ae39574936d6cf3bc4cdb86f23ef0', '190.56.50.6', 1667584993, '__ci_last_regenerate|i:1667584993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667584964;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba7496ef1a20d5f97fe8625f90936aaa370e56c', '190.148.252.76', 1654093151, '__ci_last_regenerate|i:1654093151;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654041933\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654092844;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba7e77cd778c70fee6f17d5821145850049bf9d', '54.36.148.223', 1686550268, '__ci_last_regenerate|i:1686550268;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 ('6ba85e266d511ebd3fcdce79b8d39094105ffe00', '114.119.152.12', 1688211025, '__ci_last_regenerate|i:1688211025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba8b32dd45d0558dd6f72f818b692644e20e4a5', '190.56.55.48', 1687442497, '__ci_last_regenerate|i:1687442497;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687442459;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba8dc7ed3ba2ae5ea93074118d3d5a05ed007aa', '157.55.39.87', 1663496812, '__ci_last_regenerate|i:1663496812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba9fe622b24036683526e3cf7645d1fd6800d74', '190.56.32.174', 1676510706, '__ci_last_regenerate|i:1676510706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676510686;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6baa0b9a900de2f141a5a8d23e7650f81c26e03f', '54.36.149.48', 1660360723, '__ci_last_regenerate|i:1660360723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6babeaea7812e6eabc701df7a1ddb61d0f7bcbf5', '52.167.144.98', 1685758214, '__ci_last_regenerate|i:1685758214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bae42dd068b121421f5781b58496c75975a7bde', '66.249.65.65', 1651091411, '__ci_last_regenerate|i:1651091411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6baee944260b6930635a9c8911fff58f28ed4f33', '114.119.138.178', 1686813941, '__ci_last_regenerate|i:1686813941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6baf19019ae36ca74ff8a12231031dfa44fe5615', '114.119.135.132', 1685436815, '__ci_last_regenerate|i:1685436815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb16a399aaaa47c3e370015b3fea52f8c358d2f', '161.35.27.185', 1687309233, '__ci_last_regenerate|i:1687309233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb22a409d5ed2e57cbe58ffcb784ffa6407eabe', '52.167.144.164', 1686373004, '__ci_last_regenerate|i:1686373004;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb4bf7c8dcc10be605659798e852a0663b75e78', '190.148.158.75', 1663338415, '__ci_last_regenerate|i:1663338415;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663337665;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb695613c2257a827f259296040f4a919e6ef97', '66.249.79.196', 1654782250, '__ci_last_regenerate|i:1654782250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb6c9338d3d4a428853e25acd7ec91c3e51c5c8', '52.167.144.43', 1683786263, '__ci_last_regenerate|i:1683786263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb6ed6707227cf6780dae8a2c663011a8733e7f', '52.167.144.98', 1686025306, '__ci_last_regenerate|i:1686025306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb7af7b191e5817ab4f4d7f1cff7d02fdcd1fd3', '190.148.252.112', 1667831563, '__ci_last_regenerate|i:1667831563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667831538;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bb85ac287b5b185600be665f3bbae35d17c0822', '157.55.39.147', 1671858682, '__ci_last_regenerate|i:1671858682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bbca2bf4dbdaf4ebf5da8bd045bb5980af2e6bd', '200.119.172.126', 1652824276, '__ci_last_regenerate|i:1652824276;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"hCIHOuPFKgbadU742TLZ\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bbd5632f24387dc220f324332ce30d7bdaf0c3c', '114.119.145.65', 1687349665, '__ci_last_regenerate|i:1687349665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bbfb72c86ccabbad21f129985d8c037adf1540e', '40.77.167.225', 1676622835, '__ci_last_regenerate|i:1676622834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bbfc8aebfabc02e3d3f47b542c0cbe6a96b3429', '66.249.79.195', 1687696334, '__ci_last_regenerate|i:1687696334;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 ('6bbfee6e2c6406c3b8a568f5895ceb7a7595c491', '190.148.252.161', 1669934614, '__ci_last_regenerate|i:1669934614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669934608;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc210fe4b7d3895eae63ac4b3e3c99ee86f1fc7', '114.119.143.119', 1687833114, '__ci_last_regenerate|i:1687833114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc2865bb876431adddb6185c945df5f3de2ac73', '5.188.62.140', 1656390525, '__ci_last_regenerate|i:1656390522;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc33c26fd9ad57e883477d49b1b7b56bbf7354a', '54.36.149.70', 1684071204, '__ci_last_regenerate|i:1684071204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc3e50ca9e6b7670303f15c0b3f0dc51b126ee4', '52.167.144.171', 1684559680, '__ci_last_regenerate|i:1684559680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc7a4d966f87831ee65bb6e583bbfdcae1799c9', '190.56.48.81', 1666024274, '__ci_last_regenerate|i:1666024274;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665785359\";last_ip|s:13:\"190.56.49.237\";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:1666023878;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"PLJ2opFXci1MN03CfIsv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc7d8bf2e4933ccbecd9508e11898c840ccddf2', '114.119.151.153', 1686389484, '__ci_last_regenerate|i:1686389484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc9af809c72776a01a54917222b2f657e5f7a83', '52.167.144.74', 1688162348, '__ci_last_regenerate|i:1688162348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bc9c80fa3deb48dcfc2d34dd2d4834cfc4ef1ee', '51.222.253.17', 1669557977, '__ci_last_regenerate|i:1669557977;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bca80ce261ec1f1220c6e0d00daff9caa8806fa', '114.119.138.239', 1688301088, '__ci_last_regenerate|i:1688301088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bcaaf2fc18c141f7360e90db264cc4ffee06d64', '52.167.144.164', 1685950063, '__ci_last_regenerate|i:1685950063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bcb54fb95fd77698625850560435211d83d388b', '198.244.142.178', 1650754649, '__ci_last_regenerate|i:1650754649;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 ('6bcbdafd2b90842e329f3bb9d3c531df537906ea', '207.46.13.1', 1671347522, '__ci_last_regenerate|i:1671347522;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bce11a6489ad232c930a0b410c9d8ab299b6dd3', '190.56.54.156', 1665192716, '__ci_last_regenerate|i:1665192716;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665192708;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bcf8d3c5bcf89e0f5727b50774352340e7be8b8', '52.167.144.162', 1686769198, '__ci_last_regenerate|i:1686769198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd01c5a5c8eb22a51902a397f61537b33232c0d', '190.56.32.243', 1684772086, '__ci_last_regenerate|i:1684772086;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684771919;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd33896b0a4128a6adc73cfc35110ce69feb1a4', '51.222.253.13', 1660150409, '__ci_last_regenerate|i:1660150409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd51e099c3e9d4050bc3f2430a2dfff6d015adc', '40.77.167.169', 1675379336, '__ci_last_regenerate|i:1675379336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd55b126d4a3fb090ee63a772c690ffc61c16d3', '51.222.253.14', 1664083358, '__ci_last_regenerate|i:1664083358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd71d8aa7db5dcff993f10e7ca2e9b4d1c4d7e7', '200.119.173.212', 1667943272, '__ci_last_regenerate|i:1667943272;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bd996a48b1e6887fa82173de0f79221c98dc1de', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bda085a65908d3346e0d18d2c14698ac2d3f0b0', '34.217.211.64', 1667829453, '__ci_last_regenerate|i:1667829453;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 ('6bda28f13ea0c63a26ca4e4dbca656792b92b8a6', '17.121.115.202', 1660047694, '__ci_last_regenerate|i:1660047694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bdb1da0433de97de38125ea1a4507e57b538e4f', '157.55.39.209', 1679987560, '__ci_last_regenerate|i:1679987560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bdcc625f8d25f4a462d20db4bca89d3c882bfaa', '157.55.39.69', 1672410168, '__ci_last_regenerate|i:1672410168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bdff0c318f84994fd4067143ca513dd7f609a7e', '190.148.252.111', 1677953007, '__ci_last_regenerate|i:1677953007;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677952991;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be28b126cc99c8e8854bcced27ddf6f573787ae', '52.167.144.43', 1683842385, '__ci_last_regenerate|i:1683842385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be3a0c2e1bcf165b4e2f7fe6e92fe63f532cfc9', '114.119.133.213', 1686065738, '__ci_last_regenerate|i:1686065738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be40edcc60f9667c60104df69bc55d8dcdeca3c', '52.167.144.154', 1687930902, '__ci_last_regenerate|i:1687930902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be518d211ebe09ca8e0f473fd8a2ba6b0fa51e9', '52.167.144.164', 1686202653, '__ci_last_regenerate|i:1686202653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be535bb27334fc620c1dfcedbc0713fb942bdae', '40.77.167.106', 1687157103, '__ci_last_regenerate|i:1687157102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be88665fedc3b5b4e112dc1366d5837c4075651', '5.188.62.76', 1659537985, '__ci_last_regenerate|i:1659537985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be8d6a90e4a9f6b9cf9618df6fb6933a7644abf', '157.245.254.89', 1655521002, '__ci_last_regenerate|i:1655521002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6be8f529820674d0cf50a44f3179ec55dcc98429', '157.55.39.173', 1669998591, '__ci_last_regenerate|i:1669998591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bea89afe6fbcaf8eebbcf6d873fcfa20bc140a6', '190.56.49.83', 1687039967, '__ci_last_regenerate|i:1687039967;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687039940;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6beab7779affcbc94b86f8f98339918e3e600d15', '114.119.144.188', 1685335767, '__ci_last_regenerate|i:1685335767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6beb33a06820234de90664af41d6be40db40a3b3', '52.167.144.63', 1687159835, '__ci_last_regenerate|i:1687159835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bebd108b2f11dec6d1b76ae2937a15bd92950a3', '149.56.160.175', 1656119779, '__ci_last_regenerate|i:1656119779;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 ('6beead2b40c87969c8ffd9be6cb1c2806d7e3670', '190.56.54.156', 1665321502, '__ci_last_regenerate|i:1665321502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665320866;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bef80cd29480f73aadb86a6f35c1eb186ba7f25', '5.188.62.140', 1656390531, '__ci_last_regenerate|i:1656390528;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bef9fe7f138e34954f0463e6c143753d7cd45bc', '93.158.91.241', 1657964420, '__ci_last_regenerate|i:1657964420;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 ('6bf3147bcb9b0650ac6825bcf22e2e3ca68ae0ed', '207.46.13.6', 1671858689, '__ci_last_regenerate|i:1671858689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf453cc220ba1657daa970d0649c8562f6f38de', '190.148.87.96', 1678310882, '__ci_last_regenerate|i:1678310882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678310399;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf6cac0bb49c61ee1a0f8275d69214c94c1b4b5', '190.56.32.243', 1684702303, '__ci_last_regenerate|i:1684702303;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684702208;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf729fd47bb99fb849e90cc19528aa846b8146b', '51.222.253.9', 1668665658, '__ci_last_regenerate|i:1668665658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf7ec021f236ccc906cec07ebb6d24a818cd7a4', '52.167.144.162', 1686455226, '__ci_last_regenerate|i:1686455226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf99a38776d87fde9504cb21560942f2e10bac1', '200.119.174.9', 1674156377, '__ci_last_regenerate|i:1674156377;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674156315;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf9a4edc79192b79f0d133ba576d3e8d9a57703', '51.222.253.12', 1654312219, '__ci_last_regenerate|i:1654312219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bfa0cfb14c3b97b306bb19aacfcc7ad62684206', '52.167.144.154', 1688022838, '__ci_last_regenerate|i:1688022838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bfad01654493c8f0ad1a9655622b42f394184b5', '200.119.172.126', 1652886474, '__ci_last_regenerate|i:1652886474;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652885886;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bff0639810ec806193ba7aa773adc58addceb6b', '114.119.156.95', 1687622936, '__ci_last_regenerate|i:1687622936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c01b5145df5aabb3bf430080b2ac707da4d03c7', '200.119.173.177', 1685018073, '__ci_last_regenerate|i:1685018073;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685018002;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0282addc441096ff9154a01f4f8d83c59e3c1c', '40.77.167.85', 1685593711, '__ci_last_regenerate|i:1685593711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c058a652b1b1b71ea69c2c94d4025300cdc968d', '200.119.168.9', 1656275468, '__ci_last_regenerate|i:1656275462;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656261512\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656275468;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c060e7b1404df109af84794e92b8fa4cb3e812b', '54.184.175.190', 1665754266, '__ci_last_regenerate|i:1665754266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0e3c091267f4e297d74279493f6ce8e63bf7e6', '190.148.252.36', 1661784498, '__ci_last_regenerate|i:1661784498;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661777200\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661784491;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0ee7efeea450c44dfb3d56aabe403b1f33f89e', '207.46.13.11', 1669419438, '__ci_last_regenerate|i:1669419438;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0fa8051bdab85a76f0d36bc821d5be3917e49a', '17.121.115.238', 1657923938, '__ci_last_regenerate|i:1657923938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c11fb0f37bccecf38661ae9d323a43bac2ec99b', '190.148.157.183', 1680266250, '__ci_last_regenerate|i:1680266250;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680265686;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c127a7f5c0edc4fdf258a0860bbac93c71e6024', '190.56.32.35', 1671828069, '__ci_last_regenerate|i:1671828069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671828062;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c150166b8366425a56c4c74502746acaeedb80f', '114.119.159.254', 1687511310, '__ci_last_regenerate|i:1687511309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c15f87f4eb4ae01d919b9ff44fe3819ad435573', '52.167.144.28', 1679576965, '__ci_last_regenerate|i:1679576965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c180b5d19204361486cf1f2f1d10bdc449f6569', '157.55.39.253', 1682171897, '__ci_last_regenerate|i:1682171897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c19d3565e4d96f2740a6b724609e87ee4e16219', '40.77.167.39', 1656616662, '__ci_last_regenerate|i:1656616662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1a4618ce0fed6dc6e7808cb43f90be39d2597a', '200.119.170.221', 1664485888, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664485888;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664485807;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1b2867fd47c84aa0e9d910d8da9652fb04de31', '190.56.173.175', 1653079687, '__ci_last_regenerate|i:1653079687;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653079664;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1b55d3677268e33ef34392c677688cfa274fb0', '54.36.149.7', 1659902321, '__ci_last_regenerate|i:1659902321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1cbb99688a014e1b2a272971940a559dca7578', '52.167.144.162', 1681837040, '__ci_last_regenerate|i:1681837039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1cc5d1c54972dbb40620b73d7ae4eaa0ee8c40', '190.148.157.177', 1682260008, '__ci_last_regenerate|i:1682260008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682259975;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1fee3fbde312346232e2f85d08ca54a40b9d43', '66.249.79.193', 1656814943, '__ci_last_regenerate|i:1656814943;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 ('6c214515141919201a678febebc03a8bc8a7a044', '66.249.79.193', 1654404466, '__ci_last_regenerate|i:1654404466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c24bf4636ebe6d83b6b441e2e24d27b4ae8d690', '190.56.32.35', 1671895051, '__ci_last_regenerate|i:1671895051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671894199;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c28ebb90917aa5d76999ca681b0c9bf949ee6db', '66.249.77.29', 1681562542, '__ci_last_regenerate|i:1681562542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c2a25c9d377249a8eb30c34c0b8134e611a389a', '54.36.148.62', 1673959170, '__ci_last_regenerate|i:1673959170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c2a56a1b1d148d9b1b80de3b375e6cf072c3a5c', '165.227.226.102', 1687255467, '__ci_last_regenerate|i:1687255467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c2a638555b4929815df31f9e8e2594a00e2a3e8', '40.77.167.182', 1683554922, '__ci_last_regenerate|i:1683554922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c2dcb9f1823eb45e31ba70cb6721274bd7c4cf5', '51.222.253.3', 1653279180, '__ci_last_regenerate|i:1653279180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3093bc154f28b7702e344a79a4e3724e3eb7f8', '190.56.32.174', 1676763062, '__ci_last_regenerate|i:1676763062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676763001;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3160a26c42c86d06ab6056a6808f783e3fc175', '200.119.170.168', 1670691335, '__ci_last_regenerate|i:1670691335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670691272;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3396d0c24d70cf5f6ca790bd3e02373f67c009', '52.167.144.74', 1688003736, '__ci_last_regenerate|i:1688003736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c341156b643101a472d88973cf43525770cf45a', '114.119.130.40', 1687794465, '__ci_last_regenerate|i:1687794465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3554639b373b0f23d24062e3422ef7919c8b1f', '52.167.144.154', 1687735032, '__ci_last_regenerate|i:1687735032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3917208116ce6226e50c40f34312e354fb7173', '200.119.172.96', 1675441524, '__ci_last_regenerate|i:1675441524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675441296;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c39862d5bf62b6421189ddd4e6fc7c4752c77ca', '199.244.88.223', 1677171974, '__ci_last_regenerate|i:1677171974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3a9ddf3c5113ad6fd8c5bfe901569c94ad90b4', '52.167.144.164', 1686536293, '__ci_last_regenerate|i:1686536293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3b0eb5ac663f66f14c7e34d7ac093d26424fe6', '190.148.158.69', 1685996330, '__ci_last_regenerate|i:1685996330;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685974918\";last_ip|s:14:\"190.148.158.69\";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 ('6c3b62d2482ab6dd1ec29558662930ab5f22099c', '190.56.173.175', 1653221980, '__ci_last_regenerate|i:1653221979;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3bb96a42ee5d72ccbc59037f6bcc12cc1f175e', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3bbee27aa31a53129b11575274735c88ee32fe', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c3e717a6c1a6ab160d659dc3b50ade3c6ee2396', '17.121.112.17', 1655931489, '__ci_last_regenerate|i:1655931489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c4447c09a2ec4a1bb4c1ed976b66b7601c83cf1', '173.249.31.237', 1659409061, '__ci_last_regenerate|i:1659409061;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 ('6c455b5f957999df800c0419201082ae8dce66d3', '200.119.170.159', 1667235230, '__ci_last_regenerate|i:1667235230;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667231546\";last_ip|s:12:\"190.56.50.15\";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 ('6c47c12baf69f1a1838b35e7a4f945d0fa99183b', '190.148.252.55', 1675703021, '__ci_last_regenerate|i:1675703021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675700800;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c4a622c2f38c5c0b3c769005836aa0a983df565', '157.55.39.80', 1670264082, '__ci_last_regenerate|i:1670264082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c4b787a02b1b8c02f02b14aace55d93a97c94ae', '114.119.159.236', 1688227525, '__ci_last_regenerate|i:1688227525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c4c7a09d132074fb5af531464d11b9c9075f9b0', '52.167.144.162', 1686413134, '__ci_last_regenerate|i:1686413134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c501b3d541ca095974e7cdd8e2f7142b469a2dd', '17.121.113.218', 1652478281, '__ci_last_regenerate|i:1652478281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c50a424c370829f89d3e39081218fb68b10ddef', '114.119.149.232', 1687039243, '__ci_last_regenerate|i:1687039243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c510136af21826def9e8453969dcd47fe4dd85a', '17.121.113.192', 1658615410, '__ci_last_regenerate|i:1658615410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c55ca60f2b61d12a88c50bd71b4198e517ce0b1', '157.55.39.125', 1654882732, '__ci_last_regenerate|i:1654882723;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c57a3a7afe33cd2e83446503c668499b770dbf6', '157.55.39.46', 1672796532, '__ci_last_regenerate|i:1672796532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c58450b56c714a65a8876760119e8c15acf5636', '51.222.253.13', 1659412262, '__ci_last_regenerate|i:1659412262;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5965d16c0d9bffd8dc024e8ee6f3ffb5aaa87e', '114.119.158.45', 1685457505, '__ci_last_regenerate|i:1685457504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5b2b6f395a92fe009b0ed85397a3391659f3e4', '40.77.167.123', 1683520526, '__ci_last_regenerate|i:1683520526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5bc4d9cc2c46bbc540d2d54fd8c071adad95d6', '190.148.157.80', 1669378205, '__ci_last_regenerate|i:1669378205;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669378194;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5c51e51b3f4d90612e6264cc323726190b9a71', '203.198.207.253', 1665130193, '__ci_last_regenerate|i:1665130193;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 ('6c5c5eef71fcbf7568c5204efe705894d908dce7', '207.46.13.106', 1670998536, '__ci_last_regenerate|i:1670998536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c5fcc22d645d6b1a379bc351c426f3f550f6d6f', '190.148.157.233', 1655500233, '__ci_last_regenerate|i:1655500233;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655500225;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c60f0ae0e17926c85ac3f73049191246674fae7', '114.119.159.134', 1687518465, '__ci_last_regenerate|i:1687518465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c610349c8f5132dc1d0a43fe23887a642a2620a', '40.77.167.241', 1687707498, '__ci_last_regenerate|i:1687707498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6259d1e9881acdbe10a051720346ddb025c63b', '51.222.253.4', 1656881856, '__ci_last_regenerate|i:1656881856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c632206b7285f9d36d84f7939abd2151f3778cc', '114.119.136.137', 1685976541, '__ci_last_regenerate|i:1685976541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c653c4323f0550e9a491ba8363b467af85b60b6', '200.119.173.111', 1654800020, '__ci_last_regenerate|i:1654800020;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c65456a2206c3dbbb420f8131659966a33b281a', '114.119.130.177', 1684480647, '__ci_last_regenerate|i:1684480647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6568598c06b29fb818dcb27abe791647ab6948', '114.119.152.64', 1686146269, '__ci_last_regenerate|i:1686146269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c67666a327938578ff63540a9a93e5c2f7dfed9', '52.167.144.166', 1686862081, '__ci_last_regenerate|i:1686862081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6bee056e836b3e91195bb6885c7dd0483155bc', '52.167.144.98', 1685051688, '__ci_last_regenerate|i:1685051688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6c51cb07f71227d3d4b8f27b13e34aa8bd2543', '207.46.13.12', 1676142187, '__ci_last_regenerate|i:1676142187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6c5ea6dc2ab97351a53fee265f94a7b4cdcb96', '18.206.55.48', 1650917191, '__ci_last_regenerate|i:1650917191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6c758b562e4170b5bed9e7bd788dfa66997fde', '114.119.148.94', 1688179335, '__ci_last_regenerate|i:1688179335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6cebf3a3cc206ff50316da10cf91e5b61b94c6', '114.119.136.66', 1687838254, '__ci_last_regenerate|i:1687838254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6e606b676cce45f8ac8b6bc7d30cef32977ee2', '200.119.173.130', 1675774532, '__ci_last_regenerate|i:1675774532;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675774527;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c712721c84768d54bcaf9808c693454d3d8f099', '190.148.157.177', 1682355912, '__ci_last_regenerate|i:1682355912;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682110649\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"RsehCFA9X20tJc8fMpIP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c72fad1ee7009c2cd0a7afb0c2df856e270b988', '190.56.32.35', 1671818151, '__ci_last_regenerate|i:1671818150;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671818150;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c741f788d0777bd69f413bffe66bc97635e94b8', '190.148.157.214', 1669732090, '__ci_last_regenerate|i:1669732090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669730500;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c742f1a6edc0bf2f0e059dfb9a69179caa5532e', '17.121.112.244', 1663042965, '__ci_last_regenerate|i:1663042965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c763197f8306f638668221251dd6ba52657f73a', '52.167.144.98', 1686542611, '__ci_last_regenerate|i:1686542611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c76de28bc0d9006aa2f3f9990506c586d5c39c9', '190.56.173.167', 1650900885, '__ci_last_regenerate|i:1650900885;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650899306\";last_ip|s:14:\"190.56.173.167\";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\";last_activity|i:1650900547;user_csrf|s:20:\"vBu7S6V2EbRG8mKacCxn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c776270f93706f86afc171489115a0330e3adf1', '52.167.144.171', 1685594529, '__ci_last_regenerate|i:1685594528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c79345724fddc41be590d17eae5fc946ad5099d', '190.148.157.206', 1679490760, '__ci_last_regenerate|i:1679490760;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679420575\";last_ip|s:13:\"190.148.87.23\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679490023;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c79ee52e309d49a115bbadc10a423b9bfd76955', '114.119.145.56', 1688317511, '__ci_last_regenerate|i:1688317511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7a7b5e144447da551378531b82bfd718191b12', '3.251.237.125', 1683167316, '__ci_last_regenerate|i:1683167316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7ac0d51e60b88ddede97a0887a721ebe3593dc', '40.77.167.254', 1685753888, '__ci_last_regenerate|i:1685753888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7e08351f2769ae85170714d6f075ba11d66ac5', '66.249.79.196', 1688551697, '__ci_last_regenerate|i:1688551697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7e284da227d1ee9bc2eb48d9e5660209291d84', '40.77.167.2', 1668304946, '__ci_last_regenerate|i:1668304946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7e39be8a65e6b8d4d9bf9c83d5c8511631a4c5', '190.148.157.98', 1678926422, '__ci_last_regenerate|i:1678926422;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678926327;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7f18467c829ac5ac03eecd66026ebea74a2385', '114.119.160.195', 1687724239, '__ci_last_regenerate|i:1687724239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7f50dc960b9c69bf48b923f8c019cca8cec212', '157.55.39.164', 1654950697, '__ci_last_regenerate|i:1654950687;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7fef602ff96e86fbb91bcb717569dc27f244b7', '190.56.32.35', 1672072223, '__ci_last_regenerate|i:1672072223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672072216;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c80106cb8d7656583927a999430c98f02f8b139', '46.101.63.152', 1652762862, '__ci_last_regenerate|i:1652762862;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 ('6c8041d73d8bc6c880144a77ee38db8da85c9bb4', '66.249.79.196', 1688040482, '__ci_last_regenerate|i:1688040482;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 ('6c81a59303d6a7757c36edbbbf4f75e42b00ec45', '54.36.149.25', 1651968285, '__ci_last_regenerate|i:1651968285;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 ('6c81ceb78333fb67170f75c4fa147fbcce35aa4d', '52.167.144.74', 1688241769, '__ci_last_regenerate|i:1688241769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c82563bd68d140a78757196b4ded6aef4131c2d', '190.148.252.177', 1674052737, '__ci_last_regenerate|i:1674052737;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c82ea6684b3a73264fcdb6fea2d0ac0dae3cc2e', '114.119.141.84', 1685233866, '__ci_last_regenerate|i:1685233866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c847a63577e1c27cc92155b093c5995a03932b8', '190.148.87.23', 1679444837, '__ci_last_regenerate|i:1679444837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679444831;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c847d794ea455c600b67f35273923da2923c786', '40.77.167.102', 1671672273, '__ci_last_regenerate|i:1671672273;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 ('6c84abb23cd7af1197ea0731c111ab37071398ea', '40.77.167.146', 1687781344, '__ci_last_regenerate|i:1687781344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c84c3f930f88430d81b9a5ac39ff72e3bcddb7b', '200.119.173.107', 1686874870, '__ci_last_regenerate|i:1686874870;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686874862;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c879118071608f38cf0ef84934bd6be674f8c3e', '52.167.144.164', 1686575613, '__ci_last_regenerate|i:1686575613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c88db7ea5cc129bad120c7b8e2720dde2ed04ef', '66.249.65.179', 1668525866, '__ci_last_regenerate|i:1668525866;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 ('6c8b2cf39b6fbae2a2cb1b2d99678e0c9f0a76ad', '52.167.144.98', 1685690098, '__ci_last_regenerate|i:1685690098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c8c858c05835b2a52c0936046e66b5fcbbf0605', '54.185.215.157', 1686627656, '__ci_last_regenerate|i:1686627656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c8d0a77e6312eb3ded8446eed057f125b681624', '192.36.109.127', 1686587402, '__ci_last_regenerate|i:1686587402;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 ('6c8de16faa93a50237d5f54f08490d806ce7512f', '190.56.55.48', 1687618748, '__ci_last_regenerate|i:1687618748;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687618744;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c8e8c6ec43a4f7c3aaf3732fce7d2eb58e1658d', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c8e9abbe78a7940ba5796b0b93a04c31a879c5a', '134.19.179.179', 1651029626, '__ci_last_regenerate|i:1651029626;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 ('6c8ea5acb9f0ec4804979ed48562793460507317', '157.55.39.221', 1661531407, '__ci_last_regenerate|i:1661531397;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9018efe1016c726ff048882c9e5c8e28fc6c82', '114.119.159.8', 1685005410, '__ci_last_regenerate|i:1685005410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c92c150fc660a8695f5f304595b1e1671fd3514', '114.119.155.2', 1685688469, '__ci_last_regenerate|i:1685688468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c93897c588923456f00b910f273cdc85d7ace8b', '52.167.144.98', 1684151083, '__ci_last_regenerate|i:1684151083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c94682bc67d7203426aaa470aca053ebddd05af', '66.249.79.195', 1687746489, '__ci_last_regenerate|i:1687746489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c95ed632d4cb697dd54aa3d6d6c069a57440cb8', '211.72.215.56', 1652353223, '__ci_last_regenerate|i:1652353209;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 ('6c969f821f3757c8904162fc6aa365254b82ae04', '51.222.253.12', 1687484685, '__ci_last_regenerate|i:1687484685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c99a777aaabbb68ba8d750d6300a4411c7e0cba', '114.119.156.60', 1688330413, '__ci_last_regenerate|i:1688330413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c99c8ca4943f3e06ba62343ef14976b5cde5bbd', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c99fb44df5399c6440eeba1b77a5d83017442fe', '46.161.11.199', 1660418657, '__ci_last_regenerate|i:1660418655;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9a58c6129960d45662bd817544963232a8b789', '54.36.148.94', 1678150761, '__ci_last_regenerate|i:1678150761;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 ('6c9a5ca84199133e5c559a2bdf688426bd4fd2df', '52.167.144.31', 1681136716, '__ci_last_regenerate|i:1681136716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9a67bb052fb7f9d9c9634210ccf08d76a48d66', '74.208.2.213', 1668050337, '__ci_last_regenerate|i:1668050337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9b14712b248dd8bec8af8d5fb556df1f7eecc4', '157.55.39.128', 1673654240, '__ci_last_regenerate|i:1673654240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9bc48bce985b007ce28ef80a91f189c9d37564', '200.119.173.78', 1682802334, '__ci_last_regenerate|i:1682802334;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682802240;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9be6697677e131ffd18de20ead148b89297cdb', '200.119.173.67', 1679352406, '__ci_last_regenerate|i:1679352406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679352397;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9cbd00374cb2ce9a3c1a1dcf56a00709a11665', '40.77.167.100', 1672200037, '__ci_last_regenerate|i:1672200037;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 ('6c9ee503a1f8593ecc0ca2684c531d2f6486584e', '190.56.32.174', 1676501562, '__ci_last_regenerate|i:1676501562;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676492724\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"LKpEixGtIuJeRmjSHC17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca0cb38b40b5a6a31cafddb18b56fadcc13a99f', '190.148.252.67', 1688485135, '__ci_last_regenerate|i:1688485135;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688484988;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca2fa36deac369558482a5fb11deee4d0ecf0aa', '114.119.133.232', 1687292256, '__ci_last_regenerate|i:1687292256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca31e97c8e78708d99f10f769b43cb0302f4253', '207.46.13.12', 1675406913, '__ci_last_regenerate|i:1675406913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca555e9468be2e0f4c5f7b7d12b89a2963df716', '51.195.90.229', 1650840857, '__ci_last_regenerate|i:1650840857;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 ('6ca646eaf85b6bdef9d9870b934a78b369a4dcf6', '190.56.51.158', 1655734398, '__ci_last_regenerate|i:1655734398;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655734396;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca67d85f87ce515a512a36d6f066348c4d513c2', '50.21.188.42', 1663642573, '__ci_last_regenerate|i:1663642573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca71ee0084f28747a24b558ee46d148fbc57557', '190.148.158.151', 1677337841, '__ci_last_regenerate|i:1677337841;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677337776;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca8d336e4623b5e9e4a7c959a9415e40f5c655b', '52.167.144.171', 1684832486, '__ci_last_regenerate|i:1684832486;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cace0a94ccc72885481ecb170017a2e408e2a63', '52.167.144.70', 1688366441, '__ci_last_regenerate|i:1688366441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cad73b4a2b2db20d8fcf74096c3004a108b709e', '190.148.157.98', 1678926753, '__ci_last_regenerate|i:1678926753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678926746;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cad8fb764e3b08b0d40e4d35e252bf802927d37', '220.70.226.108', 1651949410, '__ci_last_regenerate|i:1651949410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cadc679ac7ca3818c9c158b1ae32168a40314c6', '5.188.62.140', 1653301135, '__ci_last_regenerate|i:1653301132;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cae7d8e07171d5155e3a487f8171d4d25f36d88', '74.208.2.232', 1684500654, '__ci_last_regenerate|i:1684500654;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 ('6cb2223a4e4f0a022516b619cb51f3edbac0dbb4', '51.222.253.8', 1664985966, '__ci_last_regenerate|i:1664985966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb38b3590bdfb78ea35a26ee730ec7c82a50918', '52.167.144.98', 1685129061, '__ci_last_regenerate|i:1685129061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb3a6879773aaf65078e94e5c2aa3dea5400490', '114.119.156.85', 1687585921, '__ci_last_regenerate|i:1687585921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb3ecbce7c780433d6e377af81128ccd9f37c42', '212.83.186.254', 1660603139, '__ci_last_regenerate|i:1660603138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb4734607cbaee61dbb8cd4cc4b74944c53d40a', '190.148.252.111', 1677946645, '__ci_last_regenerate|i:1677946645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677946495;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb4d18647dce40834b6aa0cfb036ffbd6f9ecce', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb4ff5e1c6298b24292094478905cccbfaf562b', '207.46.13.209', 1681378263, '__ci_last_regenerate|i:1681378263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb503354c11ebe119b221d9a4b421e4686ba03f', '51.222.253.10', 1658764973, '__ci_last_regenerate|i:1658764973;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 ('6cb9c5f0000efbef03b167da829a9473e6afed34', '51.195.216.255', 1650742116, '__ci_last_regenerate|i:1650742050;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cb9e6434657b2e39badd94d82b351f874ad1f43', '146.59.157.229', 1650749489, '__ci_last_regenerate|i:1650749489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cba14e7ec39d32a517eeae43694299557a17140', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;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 ('6cbb3a4e15ab0e42bdffc43c880c502aadb6d28e', '51.222.253.3', 1654159982, '__ci_last_regenerate|i:1654159982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cbde39f4c613fe83394043a04df00dea57b4e73', '190.148.252.96', 1673093079, '__ci_last_regenerate|i:1673093079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673091903;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cbf41534b3a8604b1946ad681e08fd98e736637', '207.46.13.12', 1675471730, '__ci_last_regenerate|i:1675471730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cbf4b16d2632f7280bf0ebcb13fc6a5a4800172', '52.167.144.98', 1686103216, '__ci_last_regenerate|i:1686103216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc0c1d71ac214caec413de864e615011ebfdfbd', '207.46.13.210', 1686934727, '__ci_last_regenerate|i:1686934727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc11b967f6ca980cd48d18fd250be36cc349de3', '40.77.167.30', 1656937132, '__ci_last_regenerate|i:1656937122;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc2eac90244791bceaabf90ab3af252397af12c', '114.119.128.22', 1687284876, '__ci_last_regenerate|i:1687284876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc363dc9d33b62dd2d3078d27cf5998552f36ed', '157.55.39.51', 1667929650, '__ci_last_regenerate|i:1667929649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc3e942656fc931fad62a3e9b0e5588d66fa4ec', '52.167.144.66', 1682091581, '__ci_last_regenerate|i:1682091581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc611f404e7b69d51dfbb1646b1da04122a6949', '40.77.167.102', 1661387830, '__ci_last_regenerate|i:1661387830;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 ('6cc774ef5305696750bf6e14a438d90b0fdac054', '190.148.252.233', 1669046741, '__ci_last_regenerate|i:1669046741;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669046739;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc7b1eb28e15f36645c556f04a1b60a1a42a397', '200.119.172.96', 1675463959, '__ci_last_regenerate|i:1675463959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cc7b9078cca265fe816bfd880c684f13f267171', '173.249.31.237', 1659409332, '__ci_last_regenerate|i:1659409332;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 ('6cc9ddd4001e899736392d3466b3375be23e6f9a', '40.77.202.69', 1666578682, '__ci_last_regenerate|i:1666578682;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 ('6cca570decc200c7c04fda6e920d219d090f7a61', '17.121.112.224', 1657829559, '__ci_last_regenerate|i:1657829559;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 ('6ccabdb41d8a635be340620580b2a5d8daeb5a4f', '52.167.144.171', 1684931513, '__ci_last_regenerate|i:1684931513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccb01209932415d2db6fabf9f60ae25b0fc1f32', '17.121.113.67', 1661475550, '__ci_last_regenerate|i:1661475550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccb50d270a91f6c9accb8d17dc454c966748329', '40.77.167.104', 1670040729, '__ci_last_regenerate|i:1670040729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccd0ea2bc50e9caf9580c2d550b32e85bdfb113', '190.148.252.183', 1681584747, '__ci_last_regenerate|i:1681584747;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681584087;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccd9674e875103197ea7da501a1117e4bc7687c', '156.146.51.86', 1683800199, '__ci_last_regenerate|i:1683800198;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cce5f62ee280f68bf5d7f6819dde27e88c8c1b3', '200.119.169.82', 1656425022, '__ci_last_regenerate|i:1656425022;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656381927\";last_ip|s:15:\"200.119.170.217\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656422570;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cce6b05195ab8569a57a097a56f8ce5080e99d1', '114.119.147.32', 1688319163, '__ci_last_regenerate|i:1688319163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccebce80962633ba3f840f601b4a996d277b2e0', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccf1002657daa2b5de1a3003175a558a580b543', '190.148.252.235', 1666878993, '__ci_last_regenerate|i:1666878993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666878873;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cd018eaf67659fc9bfca2d5e80d6f1559c5605a', '157.55.39.54', 1659989664, '__ci_last_regenerate|i:1659989664;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 ('6cd1fc323bdfd6eacf9d242c2dc36871b5097cd1', '17.121.114.161', 1650890729, '__ci_last_regenerate|i:1650890729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cd351daffb8ce3ec471eea1b1870cb31593fb38', '200.119.172.60', 1674580889, '__ci_last_regenerate|i:1674580889;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674580849;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cd361576a20beb955b0d1a848b86db33fd56e79', '114.119.128.34', 1688230895, '__ci_last_regenerate|i:1688230895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cd915efd304ae05e19d521e11c5ba7f58500a5a', '52.167.144.73', 1680131980, '__ci_last_regenerate|i:1680131980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cd925b4558ac706c14bdcf05a7c87827b95dd17', '200.119.170.30', 1660241724, '__ci_last_regenerate|i:1660241724;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660237202\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"bqNrYKXE6a7fILe3u2xz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cda4717bbb76c17b487885c80b16522298df39d', '40.77.167.182', 1684156930, '__ci_last_regenerate|i:1684156930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cdc29cb2162b15e2675d6c0a2b50bed92d4dfa7', '190.148.157.53', 1683644196, '__ci_last_regenerate|i:1683643002;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683585722\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"lxGsCTYELU90QrnHpRhc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cdc31e1a643be960b5e112ad0ddbc81c77e67d4', '52.167.144.162', 1687246651, '__ci_last_regenerate|i:1687246651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cdca5ba6b511977ec872c0ed2c852bd846a18b2', '207.46.13.212', 1676990884, '__ci_last_regenerate|i:1676990884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cdcb75369bd5cdb88b928be3c3576ddf01129b6', '51.195.90.229', 1650840527, '__ci_last_regenerate|i:1650840527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce0c7b6e99dcb1b3d286fd44a9514c4c85fadfe', '200.119.173.177', 1684954429, '__ci_last_regenerate|i:1684954429;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684954385;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce1600d09cf32adc691b54a4289b707f4f3cc9a', '40.77.167.147', 1681144068, '__ci_last_regenerate|i:1681144068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce179fd651928e8a723dbc36aa06c0640c5f122', '54.149.167.190', 1671368990, '__ci_last_regenerate|i:1671368990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce2fa1d2e3bcab2ee7238a9532beb583e5d1ccb', '114.119.152.64', 1687657143, '__ci_last_regenerate|i:1687657143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce349f5d0baf8e7401b0d7064c16b2580bf75bc', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce43e30cc5bece716bddf7532f165283de336b8', '35.164.72.32', 1671196866, '__ci_last_regenerate|i:1671196866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce7c8e0cbba4dfeff1756268fedf2845880acad', '40.77.167.107', 1687202830, '__ci_last_regenerate|i:1687202830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ce8fd45f79630583eeb54df04d57261a568a864', '190.56.173.213', 1683546602, '__ci_last_regenerate|i:1683546602;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683510031;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cea2738611e920dbb579b3cbee9b7502b355e5c', '66.249.79.199', 1680965773, '__ci_last_regenerate|i:1680965773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ceae00cd846ef7ebce69794c90db64b2f50405a', '190.148.252.162', 1667313171, '__ci_last_regenerate|i:1667313171;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667313156;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cec6b905608cef3a4fde083b66e194da26ca580', '114.119.158.211', 1688165796, '__ci_last_regenerate|i:1688165796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cecdd50b8e0b39f5fda1d88644be869c198af0e', '207.46.13.207', 1685876662, '__ci_last_regenerate|i:1685876662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ced9bd9017966dcf5a5f02288fe609164dfdb6e', '190.148.252.76', 1654377692, '__ci_last_regenerate|i:1654377629;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654377691;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cee20409073fe805bafc35f9078dc69d1936391', '157.55.39.143', 1667381854, '__ci_last_regenerate|i:1667381854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf13762ca0fc8c199327bb2011efb8433dc15ec', '51.222.253.8', 1681936633, '__ci_last_regenerate|i:1681936633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf1bce6c27bd62d277b0af92a4e04e730897a43', '52.167.144.74', 1688381658, '__ci_last_regenerate|i:1688381658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf3b7a24cb347bde97907feb3aeacfd9a5124cc', '40.77.167.182', 1683456461, '__ci_last_regenerate|i:1683456461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf48c1f6dd893159e1e8fbb59c3e81b462d4f0f', '40.77.167.79', 1653632037, '__ci_last_regenerate|i:1653632027;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf5d8420d3f4f1668d23857700ae05235435eed', '200.119.172.55', 1661532857, '__ci_last_regenerate|i:1661532851;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661517893\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661532857;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf63d2a425f8dc6d3e58e1f3cd065fffd9c7a4c', '178.208.160.86', 1683876291, '__ci_last_regenerate|i:1683876291;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 ('6cf6a4d8d636e2e28f4e7851307d3de1492b5544', '190.56.32.162', 1686580395, '__ci_last_regenerate|i:1686580395;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686579255\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"SUzlDE82BkqCmWG3ZXO6\";last_activity|i:1686580366;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf8fe0d75bc9f5d966061b3f0dcb0201f862ae5', '114.119.142.85', 1687769233, '__ci_last_regenerate|i:1687769233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf9064587d843c7d8966bd4a63a4e55b5dc7e0c', '190.148.158.151', 1677083942, '__ci_last_regenerate|i:1677083941;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677017888\";last_ip|s:15:\"190.148.158.151\";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\";user_csrf|s:20:\"DeaTkK1jNmngpSWCAcIX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cfb4e05975a4cd10c62b9b85c9bbc71daed8509', '207.46.13.17', 1674220254, '__ci_last_regenerate|i:1674220254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cfc7351f9a2bc1fd77ce6084ad3e8e4ebe90129', '114.119.157.132', 1686670791, '__ci_last_regenerate|i:1686670791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cfe253d1e906270d9bca71b126c6fa905801693', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cff1ddc6f10912caa88ddf550b6d939085f7799', '40.77.167.227', 1680974763, '__ci_last_regenerate|i:1680974763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cff1f339aac1706f2b3584df2dd2ba01b19ccea', '157.55.39.118', 1667716506, '__ci_last_regenerate|i:1667716506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d01a8b53cc822858786e1e03b2a2d1daa6f71ef', '40.77.190.220', 1653047354, '__ci_last_regenerate|i:1653047354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d01f45dd20130b6889248d3d1215f51d2e4b1ba', '207.46.13.106', 1670757703, '__ci_last_regenerate|i:1670757702;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d067945539e8f6422b00c433050303275b23625', '52.167.144.98', 1686573739, '__ci_last_regenerate|i:1686573739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d09179806c5631f80b7ee8f0e2f39b489de15a1', '52.167.144.42', 1679322593, '__ci_last_regenerate|i:1679322593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d0eefc83c671dfcec39cc9d35b98838e0a7d300', '114.119.136.175', 1686729667, '__ci_last_regenerate|i:1686729667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d105fba71c551147c73e7f7e95579748aae58c2', '40.77.167.191', 1681937082, '__ci_last_regenerate|i:1681937082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d12145ca792638286370d999934498c7647fcac', '190.56.32.32', 1686103266, '__ci_last_regenerate|i:1686103196;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686103266;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d12efae720b826c3f4cbf2d3211d0c6be3e319c', '52.167.144.98', 1686209043, '__ci_last_regenerate|i:1686209043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d133060f4e0aeddf587b5f230b61aa8c6200e51', '190.148.252.111', 1677674272, '__ci_last_regenerate|i:1677671142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677621445\";last_ip|s:15:\"190.148.157.135\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677674272;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d13a7ed79b8416ea7b7a2f70de42348bf6b6394', '46.161.11.199', 1660314780, '__ci_last_regenerate|i:1660314778;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d15343c0f4d86efbc2911d7bab800158c78fd26', '157.55.39.192', 1666738554, '__ci_last_regenerate|i:1666738554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d17026cd451f9cab809f01733205fa9a16f8f8a', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d18aa5e93aa91b6d758c3bac2c35937d0873ad6', '200.119.170.113', 1666713009, '__ci_last_regenerate|i:1666713009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666712036;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d1b03109a0b893f1e8b2621e9a4fb6e41e9d937', '40.77.167.102', 1670580363, '__ci_last_regenerate|i:1670580363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d1e706dde5a0d8f9c8ed1c199b66d145ac976d5', '190.56.173.213', 1683551010, '__ci_last_regenerate|i:1683551010;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683550974;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d1f71da527cc684a7d3276def76c54973535c57', '64.246.165.170', 1654973331, '__ci_last_regenerate|i:1654973331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d20ecba7460535cc25c625851995d7387f33c99', '40.77.167.106', 1650829380, '__ci_last_regenerate|i:1650829380;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 ('6d212e976813f4d0898a148af1871b54dec198b6', '173.249.31.237', 1659409292, '__ci_last_regenerate|i:1659409292;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 ('6d2331892db98318b52d57dc08498de873c7b83a', '54.36.148.167', 1679336158, '__ci_last_regenerate|i:1679336157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d23ca3cdfe44d2a7061fdf2525b07dd166d7341', '40.77.167.202', 1687810737, '__ci_last_regenerate|i:1687810737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d23f5befe015ea41ef87f344939ad2abe85c51e', '190.148.252.96', 1673282298, '__ci_last_regenerate|i:1673282298;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673282289;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d2865af21cb37cf078eef9e8b9feb0291286dfa', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d28ebbb5e09ee51a95616e448d63180fef818e9', '190.148.87.96', 1678573868, '__ci_last_regenerate|i:1678573868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678573406;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d29dd51f6e9575005200c2e878666103ae42cc6', '51.158.104.74', 1656194651, '__ci_last_regenerate|i:1656194650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d29f8847a4f096500a28ea299b0a3720894ef08', '157.55.39.54', 1659265635, '__ci_last_regenerate|i:1659265635;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 ('6d2a10f0435fc4611bb5fa7262c61580b341ba59', '52.167.144.98', 1686769229, '__ci_last_regenerate|i:1686769229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d2ac7f474b7ba285c9b06813887de1a1e348ff8', '18.206.55.48', 1650917191, '__ci_last_regenerate|i:1650917191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d2d7fbc3d5b632aabf1a688ed54c8f98f8c6485', '35.89.110.118', 1670333362, '__ci_last_regenerate|i:1670333362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d2f05e9d54ea85fd7d37fd3b1fbe3c3aef2c4a3', '40.77.167.91', 1686929625, '__ci_last_regenerate|i:1686929624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d303ff50a72ebbcafc992dcf26e70bdbcb5db00', '207.46.13.230', 1657914880, '__ci_last_regenerate|i:1657914880;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 ('6d30bf16f1b3453dabfe44b04cf186806baea969', '190.148.157.53', 1683754859, '__ci_last_regenerate|i:1683754859;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683754450;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d31209205cf43620f786c15a21c84d75753d1f4', '200.119.173.177', 1685284150, '__ci_last_regenerate|i:1685284150;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685284142;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d31435d494d2ecc60a0ea92c005ded75cff0255', '5.188.62.174', 1659444769, '__ci_last_regenerate|i:1659444769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d337a1c94233f490280e33be25188133b1092a5', '190.148.252.161', 1669992870, '__ci_last_regenerate|i:1669992870;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669992255;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d342dda2a563163aae41cdd1b2e510dcf89a95b', '52.167.144.154', 1687547832, '__ci_last_regenerate|i:1687547832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d343ebdaab95899cc6ff6a04c3039cea6228fe9', '114.119.136.109', 1685202009, '__ci_last_regenerate|i:1685202008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d35b333ce315a682cd6de81a46075ddc248c64d', '165.22.68.224', 1687810064, '__ci_last_regenerate|i:1687810064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d390010470f71d56d95fe56634a6883edfd6ca7', '200.119.174.9', 1674484345, '__ci_last_regenerate|i:1674484345;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674484344;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d39471223b93275b9014994ba8a58b4cedf81cc', '40.77.167.191', 1682116706, '__ci_last_regenerate|i:1682116706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d3a31d5a47fc67b5de007532ee7961700d65e41', '200.119.174.129', 1666360871, '__ci_last_regenerate|i:1666360871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d3e133dede037a769d6aeaa07affb7eaa451dd3', '17.121.113.90', 1654443744, '__ci_last_regenerate|i:1654443744;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 ('6d3fa81b90af08f2367b5995921443dce68ae5e1', '52.167.144.162', 1686127306, '__ci_last_regenerate|i:1686127306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d402fc6eba4fa2b2305a47e254a7b89b5eef47d', '51.254.49.107', 1657377761, '__ci_last_regenerate|i:1657377761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d40abcd301849b18e50fa2b2085d7c742088f41', '200.119.173.130', 1675871083, '__ci_last_regenerate|i:1675871083;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675810213\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"spkKuRGDjaOwJrCx4MUA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d40e7dd550c20fb6e00f9e8efe083a618554852', '190.56.173.152', 1654893544, '__ci_last_regenerate|i:1654893544;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654887112;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d42372421a54a36d68717cf080adb9df927f801', '114.119.150.208', 1688402787, '__ci_last_regenerate|i:1688402787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d42f68431733d47bc3f9d7cb83eae5ca0e0397d', '114.119.154.252', 1688079002, '__ci_last_regenerate|i:1688079002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d48298b961e9d6a26321d33b6f4c08c2ee7c39b', '34.222.100.129', 1662557619, '__ci_last_regenerate|i:1662557619;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 ('6d487790e5e4851650bb0109e08211e71eb53a78', '5.188.62.21', 1653277473, '__ci_last_regenerate|i:1653277470;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d48789c910373a776f6997ce13c1d55fde4cb3c', '190.148.252.183', 1681350518, '__ci_last_regenerate|i:1681350518;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681348422;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d490ae828cc584c339c37ab51bb87df3a1021a4', '114.119.139.112', 1688384364, '__ci_last_regenerate|i:1688384363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d4a8e9b482ba2ae3e43c0b671379ae6c4543a3e', '51.222.253.9', 1670963303, '__ci_last_regenerate|i:1670963303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d4c3df486b4edc4417ff2c1be9e8196e002034b', '189.175.17.251', 1678821712, '__ci_last_regenerate|i:1678821712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d4d3c10a4e6dbe31672385fff6d325b0ebbc74b', '157.55.39.209', 1680000255, '__ci_last_regenerate|i:1680000255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d4dd8ce98e5e6630c014fb3960027026ea22069', '190.148.87.96', 1678280865, '__ci_last_regenerate|i:1678280865;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678280638;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d52a93ae787db0a119ee3733e05d03a1e4cb449', '114.119.145.68', 1687677676, '__ci_last_regenerate|i:1687677676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d53fe34b58c77814c815783a32e312e094a04ae', '114.119.151.93', 1687502885, '__ci_last_regenerate|i:1687502885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d5727746f57806e8ad82a497efc66ab61bf9258', '66.249.65.110', 1653271191, '__ci_last_regenerate|i:1653271190;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d5ce06f729738ad8d24867e6d3d07b8f4ce4375', '190.148.252.236', 1656034727, '__ci_last_regenerate|i:1656034676;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656005155\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656034727;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d5e698aca5eaed66e8dadb66f8d1f1a4590583c', '40.77.167.43', 1654425342, '__ci_last_regenerate|i:1654425332;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d5e6d8b4e3a82c2c32f83b9c3f9a18ed18bd620', '190.148.157.233', 1655508503, '__ci_last_regenerate|i:1655508503;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655507138\";last_ip|s:15:\"190.148.157.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655507282;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6199892a9838e30276a1f07e45266eb90f689f', '200.119.173.177', 1684941369, '__ci_last_regenerate|i:1684941369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684941257;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d632c7c420c5ae10fb18ab79d6b6eb1ae75e406', '66.249.79.199', 1681453157, '__ci_last_regenerate|i:1681453157;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 ('6d63ce6dd087e5941b31c32730a8d972e9693d4d', '52.167.144.98', 1686515213, '__ci_last_regenerate|i:1686515213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d65b52527f9079bed96c4da0490bcabf2eb4fae', '200.119.173.67', 1679350064, '__ci_last_regenerate|i:1679350064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679350062;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d66fe02e915920be03219419a2deaa396aa6406', '40.77.167.40', 1675149966, '__ci_last_regenerate|i:1675149966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d692129eaf0d6cd81d8a3416f69cd1827840c83', '114.119.129.22', 1687039579, '__ci_last_regenerate|i:1687039579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d695e3adbf99b2f7d8860106375a257eb42db30', '198.251.73.117', 1686693215, '__ci_last_regenerate|i:1686693215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6ab081cc19362b88ead7dde31c908687d8a545', '40.77.167.13', 1672844808, '__ci_last_regenerate|i:1672844808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6add00cc21b1971c0888d5c5c63ba84525b151', '40.77.167.85', 1685020931, '__ci_last_regenerate|i:1685020931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6bcd33493da63a216eaaa499d3de0bfd90a01c', '207.46.13.236', 1653490217, '__ci_last_regenerate|i:1653490217;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 ('6d6c645fcb70ff94d8fc5d16a26da082cd4e06a2', '34.68.233.123', 1654438103, '__ci_last_regenerate|i:1654438103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6d996ad0d3e9d1ac55358bfa8ed6ddaf90c89c', '114.119.155.223', 1687617238, '__ci_last_regenerate|i:1687617237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d6eab527727d0f3f6c505e2810221c4e8ef1fe5', '40.77.167.170', 1676268200, '__ci_last_regenerate|i:1676268200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d70eb3e70f653e12946413a5320f8cc273188af', '190.148.157.98', 1679244485, '__ci_last_regenerate|i:1679244485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679243943;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d7191b1ba9cd88a610256a5c853e29107c4a6b9', '190.56.32.35', 1671720700, '__ci_last_regenerate|i:1671720700;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671720699;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d71e42a7750492ee1969d11bfd3b34723e3a424', '52.167.144.74', 1688053108, '__ci_last_regenerate|i:1688053107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d73b765fbf582a92b7ab2f5cf9d3ac661ea9995', '200.119.169.82', 1656436065, '__ci_last_regenerate|i:1656436065;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656419997\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656436065;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d73bc998aebd193121272a6aa61a1280ef5ab15', '190.56.55.48', 1687611511, '__ci_last_regenerate|i:1687611511;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687611452;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d75ad78450c9a4c4603ae888379118e480bbe39', '190.56.54.77', 1666278663, '__ci_last_regenerate|i:1666278663;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666278658;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d775f2277d9b8f866aad52a65b1d02234b3a7bf', '52.167.144.98', 1686581768, '__ci_last_regenerate|i:1686581768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d77cc1d5e3e560aa15d74d4b89becc12c0c44b4', '114.119.140.27', 1685655504, '__ci_last_regenerate|i:1685655504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d788c61777576a079cb7c169c512dd51016567e', '35.224.35.78', 1651700326, '__ci_last_regenerate|i:1651700326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d7a32156968ec8c567b53d7ec14063d4d0b2aee', '190.148.157.233', 1655485576, '__ci_last_regenerate|i:1655485546;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655422146\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655485575;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d7cd311e7d745cccaca6938e2530ec23d22c72a', '207.46.13.41', 1664974550, '__ci_last_regenerate|i:1664974550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d7f42c34a9636e33c982183aa6026bbf338f0bc', '17.121.114.202', 1658517715, '__ci_last_regenerate|i:1658517715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d82e30046d53adb125517a24b4a7a1eba4863e8', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8427f11a325cd7fd1faa221ee53c7663be612f', '200.119.172.60', 1674600943, '__ci_last_regenerate|i:1674600943;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674600917;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8585205d26e039aebd5949b3f9bc6e79a8abf9', '157.55.39.217', 1683281773, '__ci_last_regenerate|i:1683281773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d86a2ed81605c0f191f851b39003d65957ce275', '52.167.144.63', 1686931968, '__ci_last_regenerate|i:1686931968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d86d9551646aabebd24e59419d3d828c7a654ad', '190.148.252.32', 1650748273, '__ci_last_regenerate|i:1650748273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d88d9da602e8ab5043c31cd239d0e0b9c34d3e7', '190.56.32.162', 1686514093, '__ci_last_regenerate|i:1686514093;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686514072;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d891fc54b14a2729f281c4d62517ee1dacd78e7', '190.56.32.35', 1671716078, '__ci_last_regenerate|i:1671716078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671715905;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8acfb5b81f92c9cd1ab1d5e4c1258e6c324bdd', '51.222.253.16', 1654505266, '__ci_last_regenerate|i:1654505266;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 ('6d8b58ec62fa99c254c393d52e252f07ec6e1599', '52.167.144.63', 1687144548, '__ci_last_regenerate|i:1687144548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8d0e3e312c945d07871351babbc16bb83ddfc9', '66.249.74.101', 1686418069, '__ci_last_regenerate|i:1686418069;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 ('6d8d7412409138328189e8c5f0535df5eb694173', '52.167.144.164', 1685950062, '__ci_last_regenerate|i:1685950062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8ec52435f22fa81c29eae663ab2dc72cc25143', '52.167.144.98', 1685773956, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8edb9230de90a3ac4e05bc2ef47a3548715685', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d8f6547f83da32dd1366d8f31ae6ea67b0385f7', '190.148.87.6', 1668205973, '__ci_last_regenerate|i:1668205973;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"OMZ5l1jYo3ULGrJnctBq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d910cb51d2f195a7b2384efdaaee25276ec6ad2', '157.55.39.65', 1661259618, '__ci_last_regenerate|i:1661259618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d92f403491f086b74484943db4990e53215510a', '52.167.144.171', 1684948721, '__ci_last_regenerate|i:1684948721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d98031bcb33e32fa9aa97362512f027ad3e6d70', '207.46.13.106', 1670726362, '__ci_last_regenerate|i:1670726362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d987d278e6b6eb7251447bcb92175a19ada7a6c', '190.148.252.151', 1671403617, '__ci_last_regenerate|i:1671403617;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671403525;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9a5069c14dc554b10ee33faa7bcece9b6cf67d', '52.167.144.98', 1686456474, '__ci_last_regenerate|i:1686456474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9b79e2b233817c5f492818d06db8b0c0888b30', '52.167.144.95', 1678100921, '__ci_last_regenerate|i:1678100921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9c5f20072a3853f9d7e3c6e85cfec90d0320d3', '157.55.39.164', 1663396237, '__ci_last_regenerate|i:1663396236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9d122850a014e4b1940b2a957a19c667373c66', '157.55.39.55', 1661407255, '__ci_last_regenerate|i:1661407255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d9dd34896dc47cf294fa9ea688b428a63574def', '207.46.13.216', 1653104587, '__ci_last_regenerate|i:1653104587;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da11a611163138e26e0876a3c790ef7260d4443', '190.148.158.175', 1672355108, '__ci_last_regenerate|i:1672355108;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672355072;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da152c277d46d96bb800865e931093486b4eef9', '51.222.253.3', 1679054356, '__ci_last_regenerate|i:1679054356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da73409ef32d8aca024c2a6a6f12273343d906b', '42.83.147.53', 1680299158, '__ci_last_regenerate|i:1680299158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da75d1d7dd395977bd712f3b1f27fe6b1be1ce9', '190.148.157.53', 1684018085, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684018085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684018083;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da7d0d468cd83427326edd1961957b4b5a0a11e', '114.119.151.153', 1687806218, '__ci_last_regenerate|i:1687806218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6da89feecd795165350cd9c6dae6f5987c4ee59a', '52.167.144.171', 1684768385, '__ci_last_regenerate|i:1684768385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6daa655d6a460023ab9b6afeb10319487d1053bd', '200.119.174.9', 1674491643, '__ci_last_regenerate|i:1674491643;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674473067\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674491632;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6daab48b1ee0ec736036d774cb6f6afab7d9ca3a', '190.148.252.60', 1660668176, '__ci_last_regenerate|i:1660668176;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660653887\";last_ip|s:13:\"190.56.50.105\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660667280;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dab3b770b214ef9534f7fe325caaac2854ab97e', '54.213.182.173', 1686959448, '__ci_last_regenerate|i:1686959448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dab99fefb9ee48eccf5e48b75d7c1f0bc0f890e', '114.119.137.122', 1688198635, '__ci_last_regenerate|i:1688198635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dac736569ac8af2a104538e6db47fa98ba17c6c', '207.46.13.210', 1686964195, '__ci_last_regenerate|i:1686964195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dae34d2e4ae687b7076b98945d307c1622c9c44', '5.188.62.21', 1656408630, '__ci_last_regenerate|i:1656408627;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dae6bfcf14fc38619f108fcbca72d8a6e5a3083', '52.167.144.162', 1683011369, '__ci_last_regenerate|i:1683011369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6daed32c058755d43f711b7f2f2063b3a31d2f9c', '207.46.13.210', 1677296208, '__ci_last_regenerate|i:1677296208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6daf4c5c88bb60ed249ff2aa6f254543a39d0971', '52.167.144.55', 1680942756, '__ci_last_regenerate|i:1680942756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6db1c60adad1b88e62ced3ad3d72c604d426a7e0', '200.119.170.221', 1664317663, '__ci_last_regenerate|i:1664317663;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663972368\";last_ip|s:14:\"190.148.252.56\";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\";user_csrf|s:20:\"MZxjwiOcnAGuWyS7rTE3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6db1dd16d848a9b3b91ba95ee834fe407e630d4d', '52.167.144.107', 1680527968, '__ci_last_regenerate|i:1680527968;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6db2f9c2b160d6c2f93ea1dd7315aea50379a5d3', '190.148.252.161', 1670012264, '__ci_last_regenerate|i:1670012264;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670010353;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";csrfkey|s:8:\"SRh5bHU0\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"jMDBY2yUOF4GNnJHl03z\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6db42ec657c2bb91bc72c7a632e6861878d2a7de', '52.167.144.66', 1677674488, '__ci_last_regenerate|i:1677674488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6db608fab6f3fb211fccd5c9045fb5240c238122', '18.206.55.48', 1651213085, '__ci_last_regenerate|i:1651213085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6db83ccfaca4c21dc21c26e864f9781cf32ca2f7', '34.222.250.172', 1654782068, '__ci_last_regenerate|i:1654782068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dbb4ce59ca3d933d2e901c5767c534ded42b9c1', '40.77.167.102', 1661926780, '__ci_last_regenerate|i:1661926780;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 ('6dbf7c87ca654bac53821044a77a2441284c5a1e', '40.77.167.222', 1681557369, '__ci_last_regenerate|i:1681557369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dbf94ef5708734c204cbc94d1bd14cca7632b4e', '52.167.144.162', 1686213673, '__ci_last_regenerate|i:1686213673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc04d743577d2ec3a5430dff86bfdfb1e98c3db', '200.119.173.131', 1657072249, '__ci_last_regenerate|i:1657072249;requested_page|s:18:\"admin/pos/view/486\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657060960\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657071725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc0d97791ab71be49cc77f7beafe460e20c7cf6', '52.167.144.42', 1679300879, '__ci_last_regenerate|i:1679300879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc0e68281923b7e7c42671f8706bf133ebd560d', '52.167.144.171', 1685714121, '__ci_last_regenerate|i:1685714121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc25899b248b205e3aeb91d035a63a774190f89', '190.56.51.169', 1684531191, '__ci_last_regenerate|i:1684531191;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684531190;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc25d62dceedbd41f040fecced21d0e37de7c21', '190.148.158.69', 1685478177, '__ci_last_regenerate|i:1685478177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685478171;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc33f97e95afaf9d02db23555fc8fba03bd69a2', '114.119.157.190', 1688097070, '__ci_last_regenerate|i:1688097070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc5cdca6b5e492b8d85faccb34109b4b7d4213b', '114.119.151.156', 1687900144, '__ci_last_regenerate|i:1687900143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc6d684c0d8c29e77dd69cfd4a0e707caa3c300', '190.148.157.173', 1652726053, '__ci_last_regenerate|i:1652726053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc9344f642340fae0da1ad8a24296d4b05a52ea', '40.77.167.185', 1677739121, '__ci_last_regenerate|i:1677739121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc9ff5f2e879791f613e16f9b2dd124f3618841', '157.55.39.217', 1683443507, '__ci_last_regenerate|i:1683443507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dca8038675cb08316f1b32b39c7f6524ef7ce54', '208.72.22.233', 1671215620, '__ci_last_regenerate|i:1671215620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dcb02929c65e1ee36e142f768c1479609be1b97', '190.56.173.152', 1654901925, '__ci_last_regenerate|i:1654901925;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654901923;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dcbff7568fd53f85a89c34cde038f81cf190008', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dcc151f8d5ba92a1d5234b172cce9625bc5fc71', '207.46.13.11', 1668935010, '__ci_last_regenerate|i:1668935010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dcc7916b8ed3e0615d0158d3b82e96ccdcd0160', '52.167.144.66', 1682077127, '__ci_last_regenerate|i:1682077127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dd0c40faa0cf509ac54658624a3538f7c96229b', '51.222.253.6', 1686839353, '__ci_last_regenerate|i:1686839353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dd1cfa551d7519c498ec08c2004df5ef6b035b2', '207.46.13.41', 1664189018, '__ci_last_regenerate|i:1664189018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dd4693ffc6d702482a3fc9aab577fbb550f9e59', '207.46.13.17', 1674306893, '__ci_last_regenerate|i:1674306892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dd90a99eabc0aa8258304922df5660109730579', '51.222.253.2', 1679008327, '__ci_last_regenerate|i:1679008327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dda809a53032e2c15358ca192427e3ac9bd9df0', '54.36.148.95', 1681428950, '__ci_last_regenerate|i:1681428950;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 ('6ddb602f37d91c9f1200ac9a4ea638e35a424342', '93.186.120.193', 1678471976, '__ci_last_regenerate|i:1678471976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de09bfb1507d1df8893e7188e80655a825fcbb1', '51.222.253.7', 1662818675, '__ci_last_regenerate|i:1662818675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de2479a307a7dfb29a906dfc1f02e7611874381', '17.121.113.30', 1660190050, '__ci_last_regenerate|i:1660190050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de46d9c6040f3df39785f61701e37f555522757', '190.56.32.174', 1676484722, '__ci_last_regenerate|i:1676484722;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676480517\";last_ip|s:13:\"190.56.32.174\";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 ('6de48eb4e4c73da6f11b3a94d572dc981c5d6d1a', '40.77.167.106', 1663663345, '__ci_last_regenerate|i:1663663345;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 ('6de648f5793504fc94d29f6ad771082e9cfc0c28', '190.56.32.243', 1684713901, '__ci_last_regenerate|i:1684713901;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684713708;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de838327ad8af1c1a748d9acfa069f33c5b860d', '190.56.51.158', 1655669627, '__ci_last_regenerate|i:1655669627;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655662461\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655669029;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de8e0da9a9841ed7f62a9dcf35759976644cb42', '157.55.39.217', 1683192213, '__ci_last_regenerate|i:1683192213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6de973ab51c0d853fe3a2465ccf1b10a98998db1', '200.119.172.60', 1674765259, '__ci_last_regenerate|i:1674765259;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674764336;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ded4078f810c28c72fe5dbfed7965d034144492', '190.148.252.76', 1654179450, '__ci_last_regenerate|i:1654179450;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654088186\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654179345;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dee8990b47d36a8a80cb94d6fa1cb0d0ffa81c4', '52.167.144.70', 1688162344, '__ci_last_regenerate|i:1688162344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6deeab115d6da945da1792be1f7e1b3b7c76b89e', '190.148.252.96', 1672936127, '__ci_last_regenerate|i:1672936127;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672932959\";last_ip|s:14:\"190.148.252.96\";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 ('6df00b9a7261bad1050c3f6508f0454f65a9d200', '51.222.253.16', 1687975950, '__ci_last_regenerate|i:1687975950;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 ('6df10e7fb1dbd9ad13eaf85d4810e4c826e4b156', '138.199.21.243', 1678527945, '__ci_last_regenerate|i:1678527945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df1e2bf5ebbe5c2117fb4096b6d4b1891ad5365', '17.121.114.192', 1654774309, '__ci_last_regenerate|i:1654774309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df220dce61de4410ebf49d5f8a9be492cc275f9', '190.56.51.158', 1655758988, '__ci_last_regenerate|i:1655758988;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"xKS57doIOzCmv6BZyhVr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df46a4a05c3ec928cef01fc702d219054fda64a', '200.119.168.250', 1680704660, '__ci_last_regenerate|i:1680704660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680704558;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df6a71c434ff629217e5a58534fd7ce7b58d129', '5.188.62.140', 1656461249, '__ci_last_regenerate|i:1656461249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df72d487c76b4cf3b03ac4ba4d6e63b9f371bb0', '190.148.252.151', 1671301237, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671301237;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671301161;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df82168e850d881f25129b7a3c51903170b2ff4', '52.167.144.69', 1675744897, '__ci_last_regenerate|i:1675744897;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df846a2d2a7cb53f622151a62c9aad665b48d10', '200.119.174.9', 1674516987, '__ci_last_regenerate|i:1674516987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674516971;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6df87cd8b08f5e48b6f9ce16960be6699d8c358f', '66.249.77.39', 1663189433, '__ci_last_regenerate|i:1663189433;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 ('6dfb39a06c746433cd56280e406e81807266d086', '190.148.157.183', 1680456488, '__ci_last_regenerate|i:1680456488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680456192;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dfc70e769a34627019f3eea265086399755f3d7', '190.56.50.39', 1665000230, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1665000230;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665000162;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dfe3ac4032660a21e227fc879f30ec3b3867039', '52.167.144.171', 1685594531, '__ci_last_regenerate|i:1685594531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dfe5ed6e10c8853cdc708baeeebe1a74d7dba11', '200.119.172.60', 1674571577, '__ci_last_regenerate|i:1674571577;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674570984;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dfef0169487bbd87c0661f96910a2edb2ff2343', '200.119.173.67', 1679340846, '__ci_last_regenerate|i:1679340846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679340704;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dffccee74ec27b596a4ba6ad1d785a2af645d6e', '174.170.172.11', 1685394067, '__ci_last_regenerate|i:1685394067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dfff08458e323d7e85d896b1a46208fa18a53bf', '207.46.13.10', 1672603561, '__ci_last_regenerate|i:1672603561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e004579175c354a63c82631d2fe243b5993257a', '52.167.144.171', 1684645365, '__ci_last_regenerate|i:1684645365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e00643256879b2e7fa282026c83139d16ee000f', '52.167.144.166', 1686862080, '__ci_last_regenerate|i:1686862079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e023018f4e1aa0cfd8856ecaf343dce0bf4f324', '40.77.167.35', 1662021145, '__ci_last_regenerate|i:1662021144;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e0658fda58f7bcf856dc07acce0846dbb180a17', '52.167.144.74', 1688453109, '__ci_last_regenerate|i:1688453109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e09026d367202d9253aba59b56e19611e79ea89', '40.77.167.13', 1672186237, '__ci_last_regenerate|i:1672186237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e091bfcfbdaaf0065314f40aad736ec55e84198', '93.158.92.13', 1658679431, '__ci_last_regenerate|i:1658679431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e097245edd3a0f856dedbd0e2f897ee8df85578', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e099406de7c906e0a4e871896c2516e6e311340', '54.171.91.171', 1673521383, '__ci_last_regenerate|i:1673521383;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 ('6e09c207c9454f40a11f1488c7356631ed7d06b1', '200.119.173.78', 1682869405, '__ci_last_regenerate|i:1682869405;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682869144;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e0ae29c6e117c867557536141093906f4af9a2f', '193.201.9.12', 1654595416, '__ci_last_regenerate|i:1654595416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e0af2a42662d02509e8c977316cf4ac1fbeef0e', '40.77.167.207', 1681599572, '__ci_last_regenerate|i:1681599572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e0d6e2ab802f77280a2b75fc8a49af2a6cbe4d3', '190.56.51.169', 1684509978, '__ci_last_regenerate|i:1684509978;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684355643\";last_ip|s:15:\"190.148.252.106\";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 ('6e0e4f826e7ad88a09b63fc9fd6d4bf933cce992', '114.119.144.178', 1687619301, '__ci_last_regenerate|i:1687619301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e0feff50a10dc26c90b862fe3eb279d5214c6c5', '114.119.142.121', 1688201827, '__ci_last_regenerate|i:1688201826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e107745b5e84770b4ad432025d44d1a79da03b6', '157.55.39.208', 1685971801, '__ci_last_regenerate|i:1685971801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e126b83b3bf141740a5cf5baf2510a818687f3f', '52.167.144.28', 1679313841, '__ci_last_regenerate|i:1679313841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e1298ecec2fa8a70cb3d3bb08c44c0cd19f60af', '157.245.254.89', 1655520986, '__ci_last_regenerate|i:1655520985;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e1480733c7fc3dbfa6181a1c68907bde3f1f02f', '52.167.144.67', 1677356225, '__ci_last_regenerate|i:1677356225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e183a449f4503cb38d019e4f78ac8addae32c77', '190.56.50.52', 1657731238, '__ci_last_regenerate|i:1657731219;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657716582\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657731237;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e18e92c2bc17ce473effb1fd9a5aac7a8168962', '40.77.167.146', 1687835819, '__ci_last_regenerate|i:1687835819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e196ced02ebe6904bd42626925c3130ba2de6a0', '190.148.157.177', 1682028031, '__ci_last_regenerate|i:1682028031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682028014;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e1985349168795b13ff1972583301c39f3b0440', '114.119.139.48', 1686510553, '__ci_last_regenerate|i:1686510553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e19cf9e5f3516ecc0c7932456bbd82055b23e80', '190.148.157.98', 1679175802, '__ci_last_regenerate|i:1679175802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679175799;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e1d83b279df95c1412e21858c759873b534393a', '200.119.172.95', 1659465662, '__ci_last_regenerate|i:1659465662;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659048084\";last_ip|s:15:\"190.148.252.223\";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\";user_csrf|s:20:\"3xvbqINThE2ZW5pFUoOm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e22ab6f1901aae3ae1ba8ce60bfd5c7eb9aa790', '34.217.60.196', 1682988223, '__ci_last_regenerate|i:1682988223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e22ba7503a254e103b2a410246e95f7e625af4f', '114.119.135.37', 1687530297, '__ci_last_regenerate|i:1687530297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e2520410aade72ae08115ffe9bdf803a3d5f98d', '40.77.167.161', 1675324074, '__ci_last_regenerate|i:1675324074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e2677401348458ef24b0cc13a4309c3fb4820bc', '52.167.144.162', 1686289785, '__ci_last_regenerate|i:1686289785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e26877c6aa5c368f91394d28c33b2a4ad4e34dd', '50.21.188.46', 1675140689, '__ci_last_regenerate|i:1675140689;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e26c5b6914cd104a28d2117a28c6ed31a96f942', '190.56.49.206', 1655415943, '__ci_last_regenerate|i:1655415943;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655410143\";last_ip|s:13:\"190.56.49.206\";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:\"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 ('6e277780d7f0a446b2cabba940469ba7731edaee', '190.56.32.174', 1676642499, '__ci_last_regenerate|i:1676642499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676642199;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e28293fea306cc0feaa980c0739497a7cba2e4a', '114.119.132.74', 1686852545, '__ci_last_regenerate|i:1686852545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e29304d8682f1c2510c66fd6069ed0e41995f45', '40.77.167.64', 1674543113, '__ci_last_regenerate|i:1674543113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e2ab5cdb7e3500405303b196722abedcad6b3fd', '200.119.173.111', 1654693828, '__ci_last_regenerate|i:1654693803;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654648007\";last_ip|s:14:\"190.148.87.244\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654693828;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e2bbb4ac95c967621f252795935d1af9271241b', '200.119.174.9', 1674506321, '__ci_last_regenerate|i:1674506321;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e2cdf3778a99ee0287408e319f8ec594a6df2d0', '114.119.128.6', 1684109469, '__ci_last_regenerate|i:1684109469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e30dc53755661c9e324ae335cfaad79b5dfac7e', '157.55.39.253', 1682751526, '__ci_last_regenerate|i:1682751526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e31d1816d86006e90ebafac05e37a1d66b1c58f', '211.206.180.41', 1651856173, '__ci_last_regenerate|i:1651856173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e31d3a5e4aa06ce9ffde93daa5dc2427e2ff004', '190.148.87.97', 1655994061, '__ci_last_regenerate|i:1655994061;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655934067\";last_ip|s:13:\"190.148.87.97\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655994042;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e3207191c503be477187d9f31d9aeaba964ad18', '50.21.188.46', 1675140688, '__ci_last_regenerate|i:1675140688;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e33a514172c87af34cf1d02cd7533a220e28edc', '17.121.114.168', 1655477934, '__ci_last_regenerate|i:1655477934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e352d0b75c56672d9e22eb089dfbacab2bf4128', '190.148.252.96', 1673022554, '__ci_last_regenerate|i:1673022554;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673022452;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e368f51977e295f1dd19280b56c413546be6b2a', '34.219.75.46', 1683679605, '__ci_last_regenerate|i:1683679605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e396258986450b76c541417f2c3f04a042177c7', '51.222.253.19', 1651986217, '__ci_last_regenerate|i:1651986217;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 ('6e39657c584aecc631719e83fa72505bc91bdad5', '200.119.172.60', 1674856792, '__ci_last_regenerate|i:1674856792;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674856770;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e39b38c62e2ada337431715c5a2a73a6efdd4b4', '114.119.130.104', 1688334098, '__ci_last_regenerate|i:1688334098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e3a23a49ddc34da5ecd84846498702c819f383c', '52.167.144.162', 1687286795, '__ci_last_regenerate|i:1687286795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e3e23fb0df0f2234eee3db280521a83870d5eb9', '207.46.13.179', 1673056526, '__ci_last_regenerate|i:1673056526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e40dbff75f1e4214c3a04116eaf66010f23402f', '54.36.148.121', 1675814986, '__ci_last_regenerate|i:1675814986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e415bea0d51a383c144f6445be8edfd14ee9bd0', '52.167.144.164', 1684679657, '__ci_last_regenerate|i:1684679657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e44769e57736f7bdf1caa0cff9c53f02c7adfb0', '114.119.155.153', 1686942714, '__ci_last_regenerate|i:1686942714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e46c9f1f0e3c7645294463dd13ba7254fa02338', '200.119.173.177', 1685108745, '__ci_last_regenerate|i:1685108745;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685108168;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e47eb5e5e572f15adb079e97152c053a3fb7720', '157.55.39.253', 1681816383, '__ci_last_regenerate|i:1681816383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e48c50fafb28fd7bd896465461c8105fb5b482b', '190.148.252.151', 1671033467, '__ci_last_regenerate|i:1671033467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671033460;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e49d629711240b55ff2a1a2caaf56068d73c2b9', '17.121.115.149', 1651856392, '__ci_last_regenerate|i:1651856392;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 ('6e49f3e5805b6ddf36e42a82f968fce3628d417f', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e4a6f69d0753db78987437d65e785852854010d', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e4c66a8ab5830e44a07b2c477187e6964307c5c', '40.77.167.64', 1675009475, '__ci_last_regenerate|i:1675009475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e4f559e05e39979b7e509983e0013883afab8c1', '190.148.158.110', 1662125269, '__ci_last_regenerate|i:1662125269;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662079139\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662124405;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e5035043cb4d75257ae3724d04697c5363f40d1', '66.249.73.230', 1652844386, '__ci_last_regenerate|i:1652844386;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 ('6e5337d13974163e27ac1864d1026f5e11642aba', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e57dbb6792f3a171508ba2c6445481dc1a8ce6f', '207.46.13.44', 1673095838, '__ci_last_regenerate|i:1673095838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e590982a5f68d6263b6dab6840eb9848cc457b4', '161.35.184.107', 1672672811, '__ci_last_regenerate|i:1672672811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e59181ee2568d7af904dec45c4524500469f51a', '52.167.144.162', 1686594891, '__ci_last_regenerate|i:1686594891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e5aa8ea203802a5dbe2c356c6643e11960c2bd1', '114.119.146.29', 1687626280, '__ci_last_regenerate|i:1687626280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e5b61221e831b985fb5e3f1a536a0986e0c3eba', '17.121.112.68', 1654686998, '__ci_last_regenerate|i:1654686998;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 ('6e5debca03ba131d96b138d349c5c3f0ef7bf213', '40.77.167.115', 1681663289, '__ci_last_regenerate|i:1681663289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e623ac2779298aa34f92fbc425057c1aa2af32e', '74.208.252.140', 1651394688, '__ci_last_regenerate|i:1651394688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e66330a6d8ad65614619cf23322d162168a3b77', '52.167.144.74', 1688505784, '__ci_last_regenerate|i:1688505784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e69acc7857bb5c59a1d5dbb94c3a24e38b0e530', '114.119.151.153', 1686019584, '__ci_last_regenerate|i:1686019584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6a875ac466b6eeb3b32e54f4ff475d19791541', '54.36.148.35', 1673195700, '__ci_last_regenerate|i:1673195700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6babc7a437c755f5fc45d4978e989dba1f7582', '52.167.144.98', 1684545680, '__ci_last_regenerate|i:1684545680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6c7ff253c27acc50f16a6b600f5f1f9dc0e354', '40.77.167.39', 1656122967, '__ci_last_regenerate|i:1656122967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6e78874321b033ca404a3bf4db66cdba0bbb2b', '114.119.137.91', 1686556606, '__ci_last_regenerate|i:1686556605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e6faeaa0141776d936a5cdf5e43c714906a68ad', '207.46.13.236', 1655299178, '__ci_last_regenerate|i:1655299178;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 ('6e705c344602739e623860d9ed7bf179520c54fd', '52.167.144.31', 1675150316, '__ci_last_regenerate|i:1675150316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e70a184809c36ffa9c3257d82e7750171e441f9', '190.56.32.162', 1686260075, '__ci_last_regenerate|i:1686260075;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686260065;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e70aca101c56047151da172f3740d42ff7838de', '114.119.132.42', 1686922672, '__ci_last_regenerate|i:1686922672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e722e039bbb9b9e821dc847951625b2ad3b35cd', '190.148.252.88', 1663422333, '__ci_last_regenerate|i:1663422265;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663338506\";last_ip|s:13:\"190.56.55.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663422333;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e72a4fc57fe14308f1924fce2cbdd4752a4da61', '190.148.252.177', 1673976295, '__ci_last_regenerate|i:1673976294;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7595b5a600abccdf18ef05d568a1bb57b42fb3', '200.119.174.9', 1674522444, '__ci_last_regenerate|i:1674522444;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674522332;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7a81861e122a55ed763a69bc8787d32bbc1d9c', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7ac3f17d15eaadddfa9f5ad657d4ae0f8c5236', '51.222.253.2', 1663073398, '__ci_last_regenerate|i:1663073398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7b8df050c3d8b400c513f17d7c993e67c5a3a7', '54.36.149.17', 1651515796, '__ci_last_regenerate|i:1651515796;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 ('6e7c07affc138900ca7099c6d0db3b15cd75a8f7', '190.56.32.35', 1672016904, '__ci_last_regenerate|i:1672016904;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672016900;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7e63759da9f56c5442b339f3ebe90c1f92b78c', '190.148.252.183', 1681350538, '__ci_last_regenerate|i:1681350518;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681350538;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7f0b6967ada4ed44aaa56ed8562f5e376977c4', '52.167.144.164', 1686401693, '__ci_last_regenerate|i:1686401693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7f2141eae7957b16373a7db0a8d7b25e324c63', '40.77.167.101', 1681967546, '__ci_last_regenerate|i:1681967546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7f6dcbfe32343272b579810ade32085a753ec7', '190.56.32.243', 1684715671, '__ci_last_regenerate|i:1684715671;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684715539;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e82b1a9607e8e3096db7ffa7cc33f3a8cc8a172', '40.77.167.202', 1687513389, '__ci_last_regenerate|i:1687513389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e84aadb4fa9d8aea1decef5671dd346ab4fe939', '190.56.32.170', 1651069550, '__ci_last_regenerate|i:1651069550;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651069031\";last_ip|s:15:\"190.104.119.122\";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 ('6e85be6d4f1af01a791981904ce40ea15e938083', '190.56.50.15', 1667242325, '__ci_last_regenerate|i:1667242325;identity|s:7:\"roberto\";username|s:7:\"roberto\";email|s:24:\"robertoaguilon@gmail.com\";user_id|s:2:\"11\";old_last_login|s:10:\"1667240446\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:2:\"60\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667241162;register_id|s:3:\"137\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-31 12:21:19\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e87d62c0507467d8d2ac188329023fc6537cf0f', '40.77.167.123', 1682831477, '__ci_last_regenerate|i:1682831476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e89bb93817a4901211777da0fda6052ecb67e15', '51.222.253.2', 1665806410, '__ci_last_regenerate|i:1665806410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e8b0d760eec99ceb8c5ead1581f8894362516db', '52.167.144.164', 1685363140, '__ci_last_regenerate|i:1685363140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e8c74a212b3fce868149db225b0cdb6631bb60e', '190.56.54.129', 1653589729, '__ci_last_regenerate|i:1653589729;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";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 ('6e8cb09469934204b0808c72c14683eaf39995f5', '190.148.252.183', 1681589441, '__ci_last_regenerate|i:1681589441;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681589434;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e8d0cb5e7a552b4239f309fc3d55c4e9767846a', '66.249.79.193', 1653885979, '__ci_last_regenerate|i:1653885979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e8f66a752b70c02f4b0fb897b9eec0de46e9c20', '40.77.167.202', 1687810736, '__ci_last_regenerate|i:1687810736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e8fa7f298b4ddba23c34ce2f7776bc6fcec84ec', '51.222.253.8', 1678034982, '__ci_last_regenerate|i:1678034982;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 ('6e90af415da39307117e3e878ce744296a3bd84a', '52.167.144.61', 1688003731, '__ci_last_regenerate|i:1688003731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e90dc980335ecd043a0199c21a1e4ca5c8d6430', '114.119.138.37', 1687329684, '__ci_last_regenerate|i:1687329684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e90ecb79a436b1c0b730c8379c65a8f8b3ec309', '157.55.39.200', 1665910583, '__ci_last_regenerate|i:1665910583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9230281a68a80b57c7f8156024328421e80a84', '40.77.167.169', 1676166026, '__ci_last_regenerate|i:1676166026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9248bb0f6cb0dd90f83ea367e74877c693020f', '66.249.79.199', 1662601094, '__ci_last_regenerate|i:1662601094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9371826cc901c859fae147ab8b6b5f62cfc43a', '51.222.253.13', 1679163004, '__ci_last_regenerate|i:1679163004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e941cd7079ac42107ffcfae384a02e56aa7fd8b', '190.56.32.35', 1671733355, '__ci_last_regenerate|i:1671733355;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671733348;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e948861040eab5b76e18c0d7136ee75db2edade', '52.167.144.98', 1686727012, '__ci_last_regenerate|i:1686727012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e95a90403185f51c12ef51bd3e4fab43a1cf543', '114.119.157.177', 1688000073, '__ci_last_regenerate|i:1688000073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e96eec0c35d8d80873d9e19a03d8662ebec9f6d', '193.235.141.177', 1666020683, '__ci_last_regenerate|i:1666020683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e972f2d77bb6a892befef690430bee15ec51b4a', '40.77.167.197', 1678356883, '__ci_last_regenerate|i:1678356883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9b6777faa3259cbec63e09dcdc74094c9f3dda', '190.148.252.96', 1673206879, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673206879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673206459;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9be23cbcb414aca87ffcd3587874e9dbdb518e', '51.222.253.15', 1681364357, '__ci_last_regenerate|i:1681364357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9bf2b5a9558f25d48b1f0d2fdc849cb22367dd', '200.119.173.130', 1676077102, '__ci_last_regenerate|i:1676077102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676077093;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9ebe6f62d0a453168fb60a41f26ed99a2e3152', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e9f746962eaef6c2a40d79ec394246050d1710a', '35.213.223.219', 1662905858, '__ci_last_regenerate|i:1662905858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea06a340d6548b31d970f32f1caf233b281d122', '52.167.144.74', 1687930796, '__ci_last_regenerate|i:1687930796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea1011211537f2f29d6ddabea2c49a1651755c3', '40.77.167.43', 1654965914, '__ci_last_regenerate|i:1654965904;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea55ea261c0976797aa5736816ad0ba227ce1b2', '69.160.160.59', 1667400625, '__ci_last_regenerate|i:1667400625;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea59aa79c27c51099a19db610b0b7f800ac551b', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea698e41f5562d16eb1d928c0ea14c7736f2441', '190.148.157.80', 1669246996, '__ci_last_regenerate|i:1669246996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669246908;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eaa3708971acf89d6e45cdb6d349bb4bb1b11ca', '200.119.172.60', 1674600214, '__ci_last_regenerate|i:1674600214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674600124;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eac9cfffaedb59964bbbb56c2204b119c2da192', '40.77.167.123', 1683186148, '__ci_last_regenerate|i:1683186148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ead43a8158b4a4e15ef264eb4640a9e6c04dff7', '157.55.39.149', 1652941587, '__ci_last_regenerate|i:1652941587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ead692eba73080320b1422bf1adf153b8421896', '51.222.253.19', 1676030522, '__ci_last_regenerate|i:1676030522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ead6aa11cd730a7c2664db676ce41fad3683f30', '52.167.144.31', 1675150316, '__ci_last_regenerate|i:1675150316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ead7e5e36f8d1f6fc30a97860c8bff2a7068060', '190.148.157.183', 1680477034, '__ci_last_regenerate|i:1680477034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680475214;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eadfbdec7a8f5e3e9bf28113e579d3332396803', '114.119.139.94', 1687217245, '__ci_last_regenerate|i:1687217245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eaf9052cf8b7411333f5bda6efce0c8fe9f1b66', '51.222.253.13', 1659499887, '__ci_last_regenerate|i:1659499887;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 ('6eafde535224144625f4fe60eb3aa69156a0a270', '190.148.252.235', 1666835368, '__ci_last_regenerate|i:1666835307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666835367;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb29c8d643d2f16eff7e255557b578c96f1c739', '5.188.62.21', 1653399669, '__ci_last_regenerate|i:1653399666;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb344b0cce171b77fbf333a73d2aeb1f63083f3', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb413b1930ddd59495943a2aa45517d1f4fec2e', '190.148.87.244', 1654621159, '__ci_last_regenerate|i:1654621159;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";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\";last_activity|i:1654620946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb42358daaab64206f2d3a9d2a28b19d557a5a3', '74.208.2.208', 1665904741, '__ci_last_regenerate|i:1665904741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb5629bb8a649bea9916cddccf9d98f24058b9c', '207.46.13.17', 1674261278, '__ci_last_regenerate|i:1674261278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb6b8bf514a2daa6512d17bbf6b2b1b0d4536b3', '198.235.24.9', 1657868877, '__ci_last_regenerate|i:1657868877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb7af1488af47d2c6938fb31178a3c154c36674', '190.148.87.6', 1668192184, '__ci_last_regenerate|i:1668192184;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668191877;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb8acb9d719e909021b411dcc803e1a666f3be8', '51.222.253.9', 1651366542, '__ci_last_regenerate|i:1651366542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eb9c6f422f8881c950232e44e46935618045b74', '52.167.144.98', 1685884552, '__ci_last_regenerate|i:1685884552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ebecb681efbd037ba195dac61642247dc25a209', '74.208.2.213', 1668050101, '__ci_last_regenerate|i:1668050101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ebfac9ec6a91e6684d384b4fa68d81fc2a42522', '114.119.130.33', 1685043885, '__ci_last_regenerate|i:1685043857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec06e4f6d16ee27319f6d06e6c6bb26c664c6cb', '114.119.133.34', 1686244401, '__ci_last_regenerate|i:1686244401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec10aa8b137817b34eeed920a87c4d91663bd21', '190.56.32.35', 1671758817, '__ci_last_regenerate|i:1671758817;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671756201;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec11deb5675cb3d2eab04ca970dff8694d47a42', '200.119.172.60', 1674676421, '__ci_last_regenerate|i:1674676421;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674676382;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec28fefe1055db2c548e087bdea911cc871e35e', '52.167.144.98', 1685594554, '__ci_last_regenerate|i:1685594554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec4430df5b73c8f1d1969fef6996762dc67c4b5', '52.167.144.162', 1686312913, '__ci_last_regenerate|i:1686312913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec4781d4566dcc0146a245c334893fbac80b32a', '207.46.13.160', 1674140169, '__ci_last_regenerate|i:1674140169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec52ed555e2b5e0cdccf3a9fffbad9425d8ed91', '52.167.144.164', 1685629953, '__ci_last_regenerate|i:1685629953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec58467b3853b4e1ff8f737d3d54320c1c24c89', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec6a6870b71a712f98d7d4b92bd53fde5f0f050', '52.167.144.164', 1686580517, '__ci_last_regenerate|i:1686580517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec798b65ab3ef51de9cabc3cfe77cad6eb1e1b1', '52.167.144.74', 1688346763, '__ci_last_regenerate|i:1688346763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec79f956d1ed9152df68d7397dcaf922453015c', '137.226.113.44', 1660781385, '__ci_last_regenerate|i:1660781385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec90d4036115e42d33d2cd915839cb1a932c64e', '40.77.167.219', 1676882329, '__ci_last_regenerate|i:1676882329;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 ('6ec96da1f4ee8a9143507293e39aacfb89ebed7f', '207.46.13.210', 1686974660, '__ci_last_regenerate|i:1686974660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec98c7a2ff00381460f734155476474c53881c4', '190.56.50.253', 1682529687, '__ci_last_regenerate|i:1682529687;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682529681;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eca2640efba83879938ad123384e89f5fe954d4', '190.148.87.96', 1678286264, '__ci_last_regenerate|i:1678286264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678285832;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ecad4c2639baf20f15384e38b4464553f72ca5f', '54.36.148.167', 1679336157, '__ci_last_regenerate|i:1679336157;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 ('6eccf3774bb63f9dc36825d42ebeb5292946b0e7', '52.167.144.162', 1686726391, '__ci_last_regenerate|i:1686726391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ece63d24abb127f7058cd5cfbaf3e4c2f7ef765', '173.249.31.237', 1659409112, '__ci_last_regenerate|i:1659409112;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 ('6ececf4fe399792ac621276aabee6d16c3173678', '157.55.39.79', 1668631643, '__ci_last_regenerate|i:1668631643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed163d78529e40c70e87142347020e04d0ddfcf', '114.119.142.186', 1687532353, '__ci_last_regenerate|i:1687532353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed2399290c3f651620c1cbfe0528dccedb371cd', '51.195.216.255', 1650895622, '__ci_last_regenerate|i:1650895622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed28a27c13edb552ad7799795ba976df5699d40', '52.167.144.162', 1686636457, '__ci_last_regenerate|i:1686636457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed28d9f5fac87d80a41f703e0d8d41ca9423608', '40.77.167.49', 1666463803, '__ci_last_regenerate|i:1666463802;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed30c2c81faead8f0571728a6e7ef7b3c397353', '74.208.2.140', 1672659937, '__ci_last_regenerate|i:1672659937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed3a143de3078dde4d1e1086c1f9b4a87cb5d6c', '40.77.167.166', 1676208633, '__ci_last_regenerate|i:1676208633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed4576a025599aaf3297bfeff283a180e8ba9ea', '190.56.50.15', 1667230144, '__ci_last_regenerate|i:1667230144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667130438\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667229254;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed5a35e1956410c2f1f0c0bedfd6dbe313c4029', '190.56.32.35', 1671834400, '__ci_last_regenerate|i:1671834400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671832959;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed63837dcbf4b480f29fc256aa14a33890596cf', '200.119.173.177', 1684944230, '__ci_last_regenerate|i:1684944230;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684944070;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed7d093dbc41e7e461a236da337a2637403c558', '51.222.253.15', 1670283676, '__ci_last_regenerate|i:1670283676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed8a3c5bd0852def0e5426670635a974b017e63', '52.167.144.164', 1686398275, '__ci_last_regenerate|i:1686398275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed9bdfadef3c64c618cf29b170561ceb71954a1', '66.249.79.199', 1676218585, '__ci_last_regenerate|i:1676218585;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 ('6eda4b0c60bdecdb4bc69fdaf0764f66f28bf9bf', '35.92.192.126', 1662212505, '__ci_last_regenerate|i:1662212505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6edabb53bb26422ef59dda50fbff258c4b6135da', '52.167.144.76', 1682059379, '__ci_last_regenerate|i:1682059379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6edbd04748fb6dc4ab6fcc82ee05c9e9f7a89723', '52.167.144.164', 1685999841, '__ci_last_regenerate|i:1685999841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6edcb8e33ba120e1ea6cbc6c8199c49cacb8a68e', '114.119.153.208', 1686373290, '__ci_last_regenerate|i:1686373290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6edd4656c4e82a36757140f66e553e59555dc40e', '190.56.55.48', 1687482904, '__ci_last_regenerate|i:1687482904;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687482892;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6edd8e683fb39d2ce26fd4673e26748b7997fec6', '54.36.148.215', 1674719555, '__ci_last_regenerate|i:1674719555;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 ('6eddf60a60bd05385513b1f9e6125b28d8d643b0', '190.148.157.177', 1682299593, '__ci_last_regenerate|i:1682299593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682299567;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ede387f5ca3f0e8dfb5308874ea6af40b461d1f', '190.148.158.75', 1663162917, '__ci_last_regenerate|i:1663162917;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663092439\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663160323;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6edfee8c7bda357d7457fa517043ac76fce0360c', '114.119.155.224', 1687836035, '__ci_last_regenerate|i:1687836035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee03ce8eb815c407573870d7924c8b79b23ca51', '207.46.13.6', 1671769656, '__ci_last_regenerate|i:1671769656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee0e7e2dba230d9fed28dcaf824a6411ac2bfe7', '207.46.13.41', 1671529552, '__ci_last_regenerate|i:1671529552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee1f961e41d33e488b319b34f31b38a02de7afa', '190.148.157.98', 1679074900, '__ci_last_regenerate|i:1679074900;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679074335;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee32a3684dad894f105818ab3bb637c1eac33cf', '114.119.131.14', 1688499521, '__ci_last_regenerate|i:1688499521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee42f88281d50cdc352d98556cf39caa88f5352', '157.55.39.221', 1662297885, '__ci_last_regenerate|i:1662297885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee59cc6bf53f3613f03a51220bbcbd62fb0a088', '51.222.253.16', 1658293392, '__ci_last_regenerate|i:1658293392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee7f13b9db75e9c03de40814969f27e980805f3', '40.77.167.91', 1687007552, '__ci_last_regenerate|i:1687007552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee9193e6472ad8a80692f876870fe9e3f26ead1', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ee94c08e6a13f180da46161337bbfcebdad6f4b', '190.148.252.233', 1668823015, '__ci_last_regenerate|i:1668822831;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668823015;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eece2933ce534f48dc243f5fe7e9f1646d25614', '40.77.167.35', 1660935449, '__ci_last_regenerate|i:1660935439;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eee7ff8a15de1bbda787c88ee31daa0ea98447b', '190.148.252.96', 1673202872, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673202872;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673202075;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eef7a4fbfdedf4b42e52c6af2359405e11d7141', '190.148.252.183', 1681254939, '__ci_last_regenerate|i:1681254939;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681254583;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ef1006be422b97af41569d1a6b6565f2f90ef30', '52.167.144.98', 1686767642, '__ci_last_regenerate|i:1686767642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ef5184aa47b493be216c10ca3a192ea8e6022e1', '52.167.144.164', 1685876657, '__ci_last_regenerate|i:1685876657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ef67982e9b7816a132f6ef1dcda2898b20a1527', '190.56.50.253', 1682458148, '__ci_last_regenerate|i:1682458148;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682458138;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ef8db93d5a25b0229f606ef57a8ddfd1212e3a9', '52.167.144.162', 1686726832, '__ci_last_regenerate|i:1686726832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6efb73cd3a8f9ab045da06a94474a80ef5ebe601', '157.245.79.247', 1687991117, '__ci_last_regenerate|i:1687991117;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6efc363e93e6fc9e946ef0930df31806163a45c5', '52.167.144.162', 1687387385, '__ci_last_regenerate|i:1687387385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6efcce7768f42836482ca6ec56486a5c479083f4', '165.232.97.210', 1687275118, '__ci_last_regenerate|i:1687275118;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6efddb2b75b7e4c335a945e1d966707c56b3c729', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0182b4e66ad98234b6bd5b48da50856d7b73e9', '190.56.32.162', 1686313990, '__ci_last_regenerate|i:1686313990;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686313978;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f01b743bac2369feb52988b5d3b579e8205842a', '157.55.39.217', 1683265905, '__ci_last_regenerate|i:1683265905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f03eca4d97048ba2fe96ab98dcd5684ffaa59fb', '190.56.50.15', 1666978806, '__ci_last_regenerate|i:1666978806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666978794;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f04f0cb1709e6ceead51519d038d4ef6b8c05dd', '200.119.173.130', 1676066154, '__ci_last_regenerate|i:1676066154;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676066150;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f06c4745d3a286e519fe32ccea2883d2f9ef130', '190.148.158.75', 1663340160, '__ci_last_regenerate|i:1663340160;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663194639\";last_ip|s:14:\"190.148.158.75\";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 ('6f071f8948ea799dbae988ab9021cdc249166a87', '157.55.39.253', 1676905994, '__ci_last_regenerate|i:1676905994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f072eb347736fefb9b27507aac971cf52e8f077', '17.121.114.121', 1651127344, '__ci_last_regenerate|i:1651127344;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 ('6f08abb0cc2970e7e945bff038b0344432f4f86e', '190.148.158.69', 1685822550, '__ci_last_regenerate|i:1685822550;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685822511;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0b2c9a0094e6aa8d7803c7602e88aad189746d', '40.77.167.170', 1676049441, '__ci_last_regenerate|i:1676049441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0c03322af7e7b7b3a0b6e23e80dc4d8f585bb7', '179.43.169.180', 1651047336, '__ci_last_regenerate|i:1651047336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0cbfeae969bc5b0e262b5b1cecec4d487a0a0f', '114.119.141.249', 1688228829, '__ci_last_regenerate|i:1688228828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0cf6add5ffb4e0de655b9a976746b0ad33432e', '114.119.128.218', 1687671062, '__ci_last_regenerate|i:1687671062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0d6b9f630a86473b5da6a40279d4b0c3a74e9f', '111.7.100.23', 1650686203, '__ci_last_regenerate|i:1650686186;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f0eb47cac282a0d31218bc1705505d2d017fbbe', '190.148.158.151', 1677069843, '__ci_last_regenerate|i:1677069843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677069827;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f11b1502f812c1b3f945bcb43862af9e894fa7f', '157.55.39.194', 1674351647, '__ci_last_regenerate|i:1674351647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f11f6103e5f3f3581ee175e46b3971662e0bba9', '35.222.8.110', 1652005099, '__ci_last_regenerate|i:1652005099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f12b9e0cc5bcfd962be7eb60a01bb74c76d8f9e', '17.121.114.182', 1652211145, '__ci_last_regenerate|i:1652211145;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f12eb62a1732746ac34421c51bc05aeaad7cc6b', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f13ac230523d0f6351bba3c784058f315dfdb53', '52.167.144.74', 1688042497, '__ci_last_regenerate|i:1688042496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f149f3063b8c3e2917505cb6e2019eaeb334c76', '111.7.100.20', 1650686126, '__ci_last_regenerate|i:1650686126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f153529958a8b814ce1303f3e9539a508f452aa', '212.102.57.92', 1659247815, '__ci_last_regenerate|i:1659247814;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f15a707e29801e1c558ca1e7efffd278e8ecc95', '157.55.39.125', 1653674237, '__ci_last_regenerate|i:1653674227;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f16181ec590f8186dbee2fe3e4532cf6321a1fc', '66.249.70.112', 1675720914, '__ci_last_regenerate|i:1675720914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f193d9a7a3fc0dd022da6c58de60074c9530754', '200.119.172.95', 1659802054, '__ci_last_regenerate|i:1659802054;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659801625;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f195d44caa1bf4937b76c3077b35745d34c1e8c', '52.167.144.154', 1687660278, '__ci_last_regenerate|i:1687660278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f1a0fa871846a7bb045545b25e35c3d146d14e4', '66.249.73.9', 1658401064, '__ci_last_regenerate|i:1658401064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f1b23fd3aacc5025b6ba80502fbeb2aaffc7869', '190.148.158.69', 1685813876, '__ci_last_regenerate|i:1685813876;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685813854;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f1c2f0f22080ab96a086e965b89a48dd047f1f1', '200.119.173.111', 1654799191, '__ci_last_regenerate|i:1654799191;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f1e23a1cf6c4c92d3046008a956e6f05cf0680d', '64.235.231.20', 1651769443, '__ci_last_regenerate|i:1651769443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f20ccd2e0a087e9b1d09fe797758c81f9d99542', '18.206.55.48', 1657404591, '__ci_last_regenerate|i:1657404591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2286c9c485d184325a9be8433f9a8ed3c3c638', '200.119.170.15', 1655233308, '__ci_last_regenerate|i:1655233308;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655160414\";last_ip|s:12:\"190.56.50.32\";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\";user_csrf|s:20:\"7V93l16PaDAQwR2ujCmJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f22e297120acaf9aa15a2ca5c037ae36d68d823', '54.37.233.116', 1650851768, '__ci_last_regenerate|i:1650851768;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f23d2e782146f38fba576f032ae73fd46e12efe', '114.119.132.228', 1687615710, '__ci_last_regenerate|i:1687615710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f24543adafa570f3cf33e44fb5b50e832972b1f', '40.77.167.91', 1686999497, '__ci_last_regenerate|i:1686999497;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f24f0e86f5e3cac7aae4e959d3f3d214ef8e559', '40.77.167.202', 1687835823, '__ci_last_regenerate|i:1687835823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f274c958bfff4238bc7b83dec9e9f18fecb6d43', '157.55.39.79', 1669419458, '__ci_last_regenerate|i:1669419458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2838f1dae81d36d58e4d5f335c34efe43380f9', '190.56.173.175', 1653142683, '__ci_last_regenerate|i:1653142683;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653095491\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653137016;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f28a03b68ebec1fd3f1647ad303ac131cfa5a83', '51.195.216.255', 1650895574, '__ci_last_regenerate|i:1650895574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2d68a8c79a9c05ead6190061ce74b7d5a35d2a', '18.206.55.48', 1651390387, '__ci_last_regenerate|i:1651390387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2db9e4393e77a87d4c5be6b0bdadab940684b3', '207.46.13.224', 1680544321, '__ci_last_regenerate|i:1680544321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2f237d4885870967950513f44e470b81a06d10', '114.119.158.212', 1687617640, '__ci_last_regenerate|i:1687617640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f30dd3fd345240520bac0aff1a4adb1793bc260', '51.222.253.13', 1662999251, '__ci_last_regenerate|i:1662999251;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 ('6f32c2cefce0edfc43d5ce874fd25e10a9690ba3', '157.55.39.147', 1671956135, '__ci_last_regenerate|i:1671956135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f332dba73a00548443b62cc16849134729341d7', '35.87.251.171', 1673443220, '__ci_last_regenerate|i:1673443220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f336735b4fdbc235e5a6272a8adbfc097fbce82', '114.119.138.199', 1686115085, '__ci_last_regenerate|i:1686115085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f33edda966b53970b43b311ae6301ec9dc24c0b', '190.148.252.76', 1654204410, '__ci_last_regenerate|i:1654204410;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f37f56f5c398ef9c1126329ab5ccf43c1ed4d77', '190.148.252.151', 1671037720, '__ci_last_regenerate|i:1671037720;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671037644;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f383a2f5e96ed65d7eb0886fbf43e921c458953', '207.46.13.53', 1660344847, '__ci_last_regenerate|i:1660344836;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f38ec96cc5871ff202a6ea34e40e0f59bbcef5c', '17.121.115.134', 1655912855, '__ci_last_regenerate|i:1655912855;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 ('6f3926f64f75b184ac2f088cd49600c592006db7', '190.148.87.6', 1668263618, '__ci_last_regenerate|i:1668263618;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668261606;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f3c4ced137a71ff09a67c497e1e3bfef1c43354', '190.56.32.32', 1686155964, '__ci_last_regenerate|i:1686155964;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686155941;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f40da67a38110429a4d8da4e5e4d7e214beb135', '190.148.252.81', 1658764955, '__ci_last_regenerate|i:1658764955;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658755706\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658764948;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f47b4cd6d8b18675a79505b75caad41aa1bc5e1', '190.148.158.74', 1668990539, '__ci_last_regenerate|i:1668990539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668948081\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668990539;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f48a6f9d91110e712c6eb83b9ec2aeef1f8473e', '207.46.13.134', 1673322677, '__ci_last_regenerate|i:1673322677;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f4e7787bf0704f6b09c00fe75631ff4a0b871b2', '40.77.167.182', 1683658256, '__ci_last_regenerate|i:1683658256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f4edb014abd45572e6ed8b109c4e4b9cc47f40b', '190.148.252.96', 1673269174, '__ci_last_regenerate|i:1673269174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673269162;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5156bffc53f76a1b8bdb72bedf0b75072c6ee1', '51.222.253.6', 1657355246, '__ci_last_regenerate|i:1657355246;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 ('6f535fe92d1f9375ffa6bec56d03c13c3d460852', '190.56.32.174', 1676583567, '__ci_last_regenerate|i:1676583567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676583168;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f53d46945f952c565c416b654da84d85cfd1b0a', '190.148.158.164', 1667346149, '__ci_last_regenerate|i:1667346149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667345882;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5425d556d5f3547a86ad182e80065801708937', '114.119.144.36', 1687099393, '__ci_last_regenerate|i:1687099393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f550c8bfbf10ea3ada63007c893dd79a9cd8f06', '51.222.253.4', 1664215615, '__ci_last_regenerate|i:1664215615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f562a237f8d552c4c21baf5847357a1d273fbfc', '54.36.148.34', 1650924627, '__ci_last_regenerate|i:1650924627;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 ('6f564d4785a468e861534418cdd3527dd1a1160b', '89.248.168.222', 1651084419, '__ci_last_regenerate|i:1651084419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f581b4d5d0bea8c63d46802c40aa8333ac2653d', '34.216.125.7', 1681825503, '__ci_last_regenerate|i:1681825502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5a1481e85d8c73bad7934b70b1d2ce806a58d3', '157.55.39.64', 1672390023, '__ci_last_regenerate|i:1672390022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5bc93e11e3ee175bae0efb6d2d2810626c41a9', '190.56.32.174', 1676758051, '__ci_last_regenerate|i:1676758051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676757929;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5c20805934394eaeb4f8e9e21c9575dc9f5913', '51.195.216.255', 1650895551, '__ci_last_regenerate|i:1650895551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5ea91a71fc699b93edd423d2fd50d9d1d046d3', '51.222.253.3', 1674869907, '__ci_last_regenerate|i:1674869907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5eb0179481376f01e8e35efc0c34cddbbf08fb', '40.77.167.222', 1681494751, '__ci_last_regenerate|i:1681494751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5ec4bf3937359d255e44f6398dc480200e407c', '52.167.144.47', 1678202841, '__ci_last_regenerate|i:1678202840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f5ee5b352007b83e2e96bfcb2ed34ad2d27faa7', '190.148.252.161', 1670004298, '__ci_last_regenerate|i:1670004298;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670004238;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f605d25d99fd288cfc46b1025ef977f410ddfe8', '3.145.28.38', 1664946801, '__ci_last_regenerate|i:1664946801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f626cf43aec9a879ef10a0f20c1bfdcc119543a', '190.148.252.85', 1666219191, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666219191;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666219185;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f63c2217a7852639c2f54a8ca995356e0df93c1', '114.119.152.12', 1684986640, '__ci_last_regenerate|i:1684986640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f64af599f965d7be459b67701b1bc8841f97771', '114.119.152.32', 1684510916, '__ci_last_regenerate|i:1684510916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f6519111325fa1ca45f65b12032176d6627f19c', '5.188.62.26', 1655265763, '__ci_last_regenerate|i:1655265759;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f6608a088b131a0a449478286588cfd2cd8e70c', '200.119.170.221', 1664310456, '__ci_last_regenerate|i:1664310456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664310456;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f66dfc99473115826f2e2449f8e7afabbb7cdf8', '144.217.135.181', 1653430258, '__ci_last_regenerate|i:1653430258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f66f31fd8ce35b4df445e748aaa8e66f075f5a8', '114.119.145.151', 1687171714, '__ci_last_regenerate|i:1687171714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f697c4c88e9c0a9a1b6bb4aa144b818c7a6a82f', '51.222.253.13', 1650997690, '__ci_last_regenerate|i:1650997690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f69acb5449964b8d9aa550188bf491a94371650', '52.167.144.98', 1685773956, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f69c54e56a4e7d2a5b15b252712a772ee3b90f9', '51.222.253.13', 1686829021, '__ci_last_regenerate|i:1686829021;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 ('6f6c791d07c3514a0f96a98386c1613fc1caa3dc', '114.119.131.202', 1683653743, '__ci_last_regenerate|i:1683653743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f6e3d5dac04e560d34c062ecfbbd93c3e45493a', '51.222.253.20', 1673304390, '__ci_last_regenerate|i:1673304390;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 ('6f6e9d6bc1c0ff740fa674a9371b9880faed308d', '190.148.87.99', 1688401184, '__ci_last_regenerate|i:1688401184;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 ('6f70354ba6e9240116fb3efc307dfa36e474561c', '114.119.157.191', 1687581850, '__ci_last_regenerate|i:1687581849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f755befcd68a98aaea5da4f6400bb6f4b9f1e3f', '114.119.130.240', 1688303355, '__ci_last_regenerate|i:1688303355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f760b6b794dcbe97a7c4e5096fbe7c3f3b6e2f6', '190.148.157.83', 1687735762, '__ci_last_regenerate|i:1687735762;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687735757;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f763c222edc44fe59e8c8ff8a09aa125634ef64', '200.119.173.107', 1686792428, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686792428;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686792416;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f782cbf5ede54e93a3de916c1ac1aff63448d74', '200.119.174.9', 1674479553, '__ci_last_regenerate|i:1674479553;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674479479;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7a08e73f19a069c161d100cd3370a82b6135c4', '5.188.62.21', 1656434945, '__ci_last_regenerate|i:1656434945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7a09e0638e17d93c36ab78bb68b7c621ca5594', '198.251.73.113', 1686692561, '__ci_last_regenerate|i:1686692561;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 ('6f7aa2c90c1a04b89f5cacd488237ff5a6204ca9', '54.36.148.119', 1652154929, '__ci_last_regenerate|i:1652154929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7abf447b056595daa647e0fd16a4a9e8e7524a', '130.185.152.94', 1652128945, '__ci_last_regenerate|i:1652128945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7b608afdec52bc193513b8d14c3809ed2d386c', '52.167.144.164', 1685882418, '__ci_last_regenerate|i:1685882418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7b9031864689dbde90f6ee84e2445bc5b0362a', '114.119.132.76', 1685807915, '__ci_last_regenerate|i:1685807915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7bf68d3135c2f020381d7cd35a5dc128fc4aba', '205.210.31.22', 1651277432, '__ci_last_regenerate|i:1651277432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7cc8626eec93eb3795783bcaea4a984e7631f0', '52.167.144.164', 1686412771, '__ci_last_regenerate|i:1686412771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f7e36ff077908740ed18393c383434eb6d7f23c', '207.46.13.207', 1678451964, '__ci_last_regenerate|i:1678451964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f80007b21c55ab3bf5fb0cebfdb6ec2d0f237aa', '190.56.32.35', 1671719256, '__ci_last_regenerate|i:1671719256;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671642056\";last_ip|s:12:\"190.56.32.35\";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 ('6f80055f6e81f9cefb10a49701f30a90395e3330', '51.222.253.14', 1673634547, '__ci_last_regenerate|i:1673634547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f80592951d0defed156b4621335a44a7ce872b3', '51.158.126.144', 1656197945, '__ci_last_regenerate|i:1656197945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f81c3e25f4db42a8baefafcc72ca6453b131444', '157.55.39.147', 1672716186, '__ci_last_regenerate|i:1672716186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f82d9067e6ff91932b501b4825db75ee1eff05a', '52.167.144.98', 1685649700, '__ci_last_regenerate|i:1685649700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f85cc395dca55b3ee8d7fe47303940fbf2361d7', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;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 ('6f862e87c4bdb5bcad1df10e1ce4fece86520512', '190.148.157.80', 1669299563, '__ci_last_regenerate|i:1669299563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669236445\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669299507;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f86cec7a9a2d653c064bab906f44e1dfae2a940', '157.55.39.54', 1658717641, '__ci_last_regenerate|i:1658717641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f86e6767defc30e99a24f6b583e72616ca75d10', '190.148.252.223', 1658931902, '__ci_last_regenerate|i:1658931902;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658931313;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f89dd3f4956497b4e69d3cd8ba5bcce1cc7e9ed', '207.46.13.41', 1671125656, '__ci_last_regenerate|i:1671125656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f8a0b0df263464b7f2defcb53e031e56496270d', '188.166.15.115', 1671934415, '__ci_last_regenerate|i:1671934415;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f8b039d6ea6f8527ac1efafbaaa74cf739e84d1', '114.119.135.204', 1687515812, '__ci_last_regenerate|i:1687515812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f8c12dea8006a50be0ce53ed858be10b8a4a52f', '93.158.90.168', 1679809059, '__ci_last_regenerate|i:1679809059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f8e2fadb0b7bcefde3bc988a8cf3d6803b8ccfd', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f8e94d51da5bac36ef41da0ca99639416018158', '35.162.237.80', 1686870617, '__ci_last_regenerate|i:1686870617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f8f3821809214bfe328e47a19759e703cc0be08', '114.119.153.15', 1687816523, '__ci_last_regenerate|i:1687816523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f905550f0ee9c52f5b63b95db042e40d39bee58', '190.148.157.98', 1679077688, '__ci_last_regenerate|i:1679077688;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679076498;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9072097f3458da38dcae07cf42201db1b369f6', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f908794618281de26569031ea9ecac0880f7a7e', '190.148.252.55', 1675732689, '__ci_last_regenerate|i:1675732689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675732489;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9262e64785427d25a7cbc91b1f7fb0a1b5cca8', '51.222.253.8', 1680443090, '__ci_last_regenerate|i:1680443090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f92c6e8115e264ad7afdcb158cf48cfc4a12e30', '40.77.167.224', 1687463746, '__ci_last_regenerate|i:1687463746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f96f9bda595e1671c8a1aa1a1b83e8c41b7df09', '51.222.253.3', 1686929620, '__ci_last_regenerate|i:1686929620;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 ('6f993b669a7d222f4a8df20dc2516f4310f4a7ff', '207.46.13.11', 1669577857, '__ci_last_regenerate|i:1669577857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f99a24dbbf98b7c661582f812d83f3da0e984db', '190.148.157.183', 1680482161, '__ci_last_regenerate|i:1680482161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680482157;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9a3c56e714553a384adf1976da43ff4e2989ef', '52.167.144.43', 1683658262, '__ci_last_regenerate|i:1683658262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9a85b68efd1e483cdb08686af40432c84b7c6d', '40.77.167.97', 1654445211, '__ci_last_regenerate|i:1654445211;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 ('6f9afe7028912c239b7825b56712b121a3182cec', '42.83.147.34', 1659603344, '__ci_last_regenerate|i:1659603344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9c9f047c83b439ca881b5e000efef45071c17b', '157.55.39.194', 1674394214, '__ci_last_regenerate|i:1674394214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa1d3cb2931525d00ab516877ea7c1fa8eff093', '200.119.172.96', 1675448092, '__ci_last_regenerate|i:1675448092;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675448007;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa1f0af0e1f89a26d8f6f55ac8512ea441cdbf1', '190.104.119.148', 1651085195, '__ci_last_regenerate|i:1651085195;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651080887\";last_ip|s:13:\"190.56.32.170\";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 ('6fa21d3f07f9e186dbfaf0efa2ce5b86d6aa89ed', '114.119.134.116', 1688238299, '__ci_last_regenerate|i:1688238299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa2c7ba73810a4a7e6a74f533eb3ad3249907ad', '190.56.32.35', 1671995746, '__ci_last_regenerate|i:1671995746;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671995701;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa42e2bcb18793eda0d2fef4d5426e345b47913', '167.71.10.53', 1687296655, '__ci_last_regenerate|i:1687296655;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 ('6fa51a334ecc1b133628e7d7cec6c8e3c2e571a9', '114.119.148.70', 1686321866, '__ci_last_regenerate|i:1686321866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa52af9a8a15303065da15c88336fd0b34733f3', '66.249.73.228', 1652017674, '__ci_last_regenerate|i:1652017674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa53e1c604ce81977f56c06aef7494e6e4383f8', '157.55.39.79', 1671325435, '__ci_last_regenerate|i:1671325435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa5b83515c00e984448a182816bfc0d9c85b45f', '17.241.219.97', 1682307220, '__ci_last_regenerate|i:1682307220;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 ('6fa77d8fd7f00644c43bef301e6392d255f8898c', '35.222.224.245', 1652179400, '__ci_last_regenerate|i:1652179400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa78b33c6d190cefc4f583d8ea917bf8eb8702b', '200.119.172.65', 1659363911, '__ci_last_regenerate|i:1659363911;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659363093;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fa796917db0b7889e823e5ddfc68c6a93668fc8', '5.188.62.140', 1656447767, '__ci_last_regenerate|i:1656447764;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6faa920d3fa11eb211aa424db7fe209f8a771623', '52.167.144.162', 1686144885, '__ci_last_regenerate|i:1686144885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6faaa35b7fbfbe64fc876c02131b49bda30033cf', '190.56.173.213', 1683390048, '__ci_last_regenerate|i:1683390048;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683389995;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fab74549e8cdaf2b47334682e38a624a55d96bc', '114.119.134.3', 1687918827, '__ci_last_regenerate|i:1687918827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fab88ec9a4dffbee6d32907bc77e7416e147e5a', '190.56.32.32', 1686225257, '__ci_last_regenerate|i:1686225257;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686150206\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686225249;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fae643df28fb8444940ca7cb14b5007b2cfc168', '40.77.167.222', 1681378411, '__ci_last_regenerate|i:1681378411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fafc6097571a57683515cb137adcc8cfbc18636', '52.167.144.74', 1688036815, '__ci_last_regenerate|i:1688036815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb088a72a30b0ebc494cf4b460e661ede573106', '66.249.79.201', 1681447757, '__ci_last_regenerate|i:1681447757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb1b1a7972ff9ac2ef796e3070747a7a0356b25', '154.83.237.106', 1684885124, '__ci_last_regenerate|i:1684885123;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb1f6d8ca8d4eaefdb97e53dccea55c81d2dc95', '5.188.62.21', 1653463332, '__ci_last_regenerate|i:1653463329;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb54eb2ce188e81c86e09197fe8bb767c9840da', '190.56.51.158', 1655581154, '__ci_last_regenerate|i:1655581154;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571268\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655580145;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb69f6c4e4ebc20894756f72619a2d8d017468e', '52.167.144.164', 1684976489, '__ci_last_regenerate|i:1684976489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb80455502c770de7561a425795397bb3e7cdaa', '51.195.90.229', 1650840461, '__ci_last_regenerate|i:1650840461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb99fe9e6ef3c83d65f9fa8fc93a7f29deecccf', '190.148.252.233', 1669046852, '__ci_last_regenerate|i:1669046852;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669041768\";last_ip|s:14:\"190.148.158.74\";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\";user_csrf|s:20:\"HFg8t72DL3z14M6hRbvc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb9ebeb676b0ba1f6747a2dcbb8c0cc4bfd8f5f', '207.46.13.12', 1675639292, '__ci_last_regenerate|i:1675639291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fbb9fecfac44d39e7be1b84bde0e11a16c6b220', '190.148.157.53', 1684160596, '__ci_last_regenerate|i:1684160596;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684023229\";last_ip|s:15:\"190.148.252.109\";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\";user_csrf|s:20:\"wmXdbFBt63vNSDrnslcq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fbc0de18ff1042a6a127dea4906f1633054d269', '200.119.173.130', 1676045342, '__ci_last_regenerate|i:1676045342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676045165;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fbf63693bcaf767989ae6345dc08acf6880f4d0', '51.222.253.2', 1664710975, '__ci_last_regenerate|i:1664710975;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 ('6fc01cff7dcc13ce6ceefa845dda2336ac89b958', '17.121.115.189', 1659073751, '__ci_last_regenerate|i:1659073751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc056504d8893ce778306b286167d21f808f114', '18.237.240.247', 1666829550, '__ci_last_regenerate|i:1666829550;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 ('6fc2e7ec33a9b81438b00cf95ba6d3f2cbbbf0b5', '190.148.252.57', 1657811590, '__ci_last_regenerate|i:1657811590;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";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\";user_csrf|s:20:\"4U26rcj7NQTXvG5OPiSY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc5270c7800f386a69510e6cbe361501a01e14c', '114.119.131.211', 1685745983, '__ci_last_regenerate|i:1685745983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc5ac38bcf3d50f8fa7632c0d25bd2af391b4a5', '200.119.173.225', 1654531925, '__ci_last_regenerate|i:1654531925;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654457478\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654525720;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc5f2c4d523639b57f5c28b33002bf5529cee51', '114.119.155.100', 1686930265, '__ci_last_regenerate|i:1686930265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc73b9621396820479c6782182c7620b4052941', '190.148.157.53', 1684095475, '__ci_last_regenerate|i:1684095475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684091683;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fca2909e4a7abe329b5bf6f14636f3d5b7b6536', '51.222.253.6', 1653523326, '__ci_last_regenerate|i:1653523325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fcb966a9ab7bef7f52844822898dc60650048e7', '190.148.87.182', 1679835014, '__ci_last_regenerate|i:1679835014;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679835011;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fcc2f559952a724b4114e4f2b274e53e8d12fbd', '207.46.13.138', 1674873479, '__ci_last_regenerate|i:1674873479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fcf12ae890ec49d970adf905a4a7d4a5a7783cf', '190.104.119.122', 1651068888, '__ci_last_regenerate|i:1651068888;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651067467\";last_ip|s:15:\"190.104.119.122\";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\";last_activity|i:1651068873;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd14deae2d16a7064d84dc75b80bcdea989511e', '52.167.144.70', 1688180760, '__ci_last_regenerate|i:1688180760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd3dee59724aa18546cb70caee1b7dbeb1fa4c5', '207.46.13.51', 1662795638, '__ci_last_regenerate|i:1662795638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd502bb9b184f2f114324ea46caf74958558442', '109.239.58.107', 1667550836, '__ci_last_regenerate|i:1667550836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd55ca0d29f88d298c4ca5693f270889c0b2d0f', '5.188.62.21', 1656430418, '__ci_last_regenerate|i:1656430415;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd5c41e24640eb4dd849e45067fc96ccc8eaa10', '207.46.13.12', 1675616774, '__ci_last_regenerate|i:1675616774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd65235d4c24ec4570d7fbfe2ead477f2fcdace', '52.167.144.162', 1686405103, '__ci_last_regenerate|i:1686405103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fdb077346ee4af29ecc3373e65fb578d091ec4f', '51.222.253.18', 1665033684, '__ci_last_regenerate|i:1665033684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fdbd4a235d045ce8927f7e3be639e251a450b44', '93.158.91.193', 1667128764, '__ci_last_regenerate|i:1667128764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fdd82831fcd444ed6ad20a4b651c99a0a1599b8', '135.148.195.6', 1665785598, '__ci_last_regenerate|i:1665785598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fdfe8e090b8d354829bcb2545b64c5094d69858', '51.158.116.110', 1682465749, '__ci_last_regenerate|i:1682465749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe10a2943d591e65f2190e8ca23146d1e298206', '52.167.144.164', 1686100738, '__ci_last_regenerate|i:1686100738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe1a9373ec2f97e6dba996ccd0eaabcfc776af3', '120.41.45.194', 1665128589, '__ci_last_regenerate|i:1665128589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe20405248f9fc0e7f4e81c0da889676d5e05fb', '190.148.157.117', 1675648520, '__ci_last_regenerate|i:1675648520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675648503;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe47bd9f7a2da1c73d9bb7efe874db44c7d40ce', '200.119.170.209', 1656685322, '__ci_last_regenerate|i:1656685321;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656636165\";last_ip|s:14:\"190.148.252.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656685321;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe4f987abf85eff2303f9927392823e08ae3bd1', '157.55.39.105', 1676951701, '__ci_last_regenerate|i:1676951701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe648141c1318c1238a694996e9263770f2a576', '40.77.167.166', 1676177409, '__ci_last_regenerate|i:1676177409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe737639a0af5bc3b43f15ba745160f3188a3b2', '69.167.12.35', 1681555076, '__ci_last_regenerate|i:1681555076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe85bf9ffece0e5136d09f6b5e2e6a79bcab952', '114.119.158.83', 1687879853, '__ci_last_regenerate|i:1687879853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe8764c34b4af50c791a98be59a1308d0f25e39', '52.167.144.90', 1680958199, '__ci_last_regenerate|i:1680958199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fe9cb672e4b43e7c3468b604c80880c5c1d1a54', '40.77.167.157', 1677929474, '__ci_last_regenerate|i:1677929473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6feb7929e8a7a7d892a2e8a3ab4b7f917f6336e1', '198.235.24.154', 1658352826, '__ci_last_regenerate|i:1658352826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6febfc8182aa1bd6b7a9b9e352be4a6ca2b839d5', '34.123.114.161', 1665053185, '__ci_last_regenerate|i:1665053185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fecd43f60b48c4648bf52ead3d0f4f8bf48cf33', '52.167.144.162', 1686368786, '__ci_last_regenerate|i:1686368786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fecf76e0bcf9591d03ee19bb4f2dd906c266888', '200.119.173.130', 1675866304, '__ci_last_regenerate|i:1675866304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675865004;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fedabdd8f5f9e7488d5e4629b1c50ae23d34fc9', '157.55.39.208', 1686021037, '__ci_last_regenerate|i:1686021037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fef3ee7dcf375bf5b15bb1b0d87264073d8eb6e', '34.214.120.59', 1672665732, '__ci_last_regenerate|i:1672665732;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 ('6fef40a4c84a52a070094ca7b7fe81286e0d24b7', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fefdb2632237ef3910567d21910ee5bbf9a514d', '40.77.167.63', 1671794636, '__ci_last_regenerate|i:1671794636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ff1871cedc7b6528307b0aed323af1f35609e6f', '200.119.172.60', 1674824326, '__ci_last_regenerate|i:1674824326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674824161;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ff7eb78de0a330dc88a6ac82e8fb0c88ea9e8fe', '17.121.115.99', 1662543101, '__ci_last_regenerate|i:1662543101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ffad3fd32b2e95a37e9951001bb1be55453cbd3', '190.56.55.113', 1673873346, '__ci_last_regenerate|i:1673873346;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673873308;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7000fdec3cc7b7ec679849ed8de447a0ef17f8e7', '42.83.147.34', 1657556014, '__ci_last_regenerate|i:1657556014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7002c1dfa1bdf675a52622a9dd124e7c8cea483c', '87.115.231.249', 1654742179, '__ci_last_regenerate|i:1654742179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7004c398dc1cd3af53058a6af46640a07a095237', '114.119.146.251', 1687669106, '__ci_last_regenerate|i:1687669106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7006454da7296e6f0ce04926bb20fa2cbe46a36c', '66.249.79.199', 1683200107, '__ci_last_regenerate|i:1683200107;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 ('70079e062af297aa641363d6aeb529845c932f73', '17.121.113.126', 1651027878, '__ci_last_regenerate|i:1651027878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7007f9844210e1bcf92a9282e7ae652e350a2ffb', '190.148.252.233', 1668952642, '__ci_last_regenerate|i:1668952620;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668868588\";last_ip|s:15:\"200.119.168.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668952620;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70087bd7210ac77a646b5b102951c1a2980186ab', '114.119.131.46', 1687989075, '__ci_last_regenerate|i:1687989075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7008f5b41ae3b94d719706378f11e8e429ee8cd0', '18.206.55.48', 1651400285, '__ci_last_regenerate|i:1651400285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7009f3d0131e74c15745e61078627e3e8a6a0d3f', '52.167.144.162', 1686432639, '__ci_last_regenerate|i:1686432639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('700b4ca1dff6bc6bcffe567792360551539cd8e1', '54.36.148.107', 1680514213, '__ci_last_regenerate|i:1680514213;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 ('700df09b6743c9875ce3229a4f530c90bfbc717b', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('700ed340e4a36597e7cabb65e9d97dfd57986682', '34.219.135.198', 1681564749, '__ci_last_regenerate|i:1681564749;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 ('700ff2bb2dabda10a73b38de1e79ee5af936a8cc', '54.36.148.143', 1674557398, '__ci_last_regenerate|i:1674557398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701135d77a9e33da69630273c2b1c05302776113', '52.167.144.98', 1684132486, '__ci_last_regenerate|i:1684132486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70116615fd121a402faa8ad511048a2878e75e03', '138.91.110.15', 1652062420, '__ci_last_regenerate|i:1652062418;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 ('70150b20e19ffed387183695917e452f2c2ddb0d', '114.119.136.13', 1684888492, '__ci_last_regenerate|i:1684888492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701677d9bb977792d21f5829fb1cdf395e6a88d8', '51.222.253.18', 1675392259, '__ci_last_regenerate|i:1675392259;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 ('701704035abb672e594fce68d74e96a2c3b9b7b3', '42.236.10.114', 1665172888, '__ci_last_regenerate|i:1665172888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701ae51d3f665466e1f094522ee688380549676e', '54.36.149.72', 1675923015, '__ci_last_regenerate|i:1675923015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701b10a9980d3cb931c5fd0dc3e9981b3286349b', '93.158.91.180', 1664364910, '__ci_last_regenerate|i:1664364910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701ba19d1e5cb37f559960a72ba56e18a6bab79b', '144.76.151.42', 1650866384, '__ci_last_regenerate|i:1650866384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('701bfb6ff9e3ea9d2b2e73651e3ccbd21d58fca6', '190.56.173.251', 1651955365, '__ci_last_regenerate|i:1651955365;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('701c00a68f434742380b5cf80a33996fa0b3f5b3', '157.55.39.51', 1669292260, '__ci_last_regenerate|i:1669292260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70226c9fa8dc05019ea5b50aaff2bc340ed212dc', '52.167.144.164', 1679496345, '__ci_last_regenerate|i:1679496345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70235f855555becee23231999a00e21fd7966517', '149.56.150.59', 1682409117, '__ci_last_regenerate|i:1682409117;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70242d580fa5283323a83af6fbabfa41c204a939', '190.56.54.129', 1653667945, '__ci_last_regenerate|i:1653667945;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653661336;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70260ab189a26c413c38e07a73d8e67136093afd', '54.36.148.17', 1685574900, '__ci_last_regenerate|i:1685574900;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 ('7026b8f17ee26cc057d2af0c5711517f271f91c7', '52.167.144.98', 1685685190, '__ci_last_regenerate|i:1685685190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7027ecdfbc00911451df0bf04e1a873218adc245', '52.167.144.98', 1686269318, '__ci_last_regenerate|i:1686269317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702807cb0a809654958fc3ee788f118ec4ee4363', '190.104.119.122', 1650734564, '__ci_last_regenerate|i:1650734564;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650733918\";last_ip|s:15:\"190.104.119.122\";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 ('7028d656d902fc3cf814ba3326cbfde7d6e0ea73', '46.101.63.152', 1652762862, '__ci_last_regenerate|i:1652762862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7029c02f4c932e0284f75c8efcbc34e6911e0cfb', '114.119.133.119', 1685287821, '__ci_last_regenerate|i:1685287821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702a0e92bcdf0bc72a2185b05c1ca0adc604bb8f', '114.119.132.248', 1688016383, '__ci_last_regenerate|i:1688016383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702b48ba8eb26b202d88d8e265c443a921a210c5', '207.46.13.217', 1684132431, '__ci_last_regenerate|i:1684132431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702c1947316a21d29f3bfbb4c04f2485e14ce304', '52.167.144.73', 1679862710, '__ci_last_regenerate|i:1679862710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702d52f32932c98ba87d55c0fa265ebcaae5307c', '130.245.169.145', 1657274140, '__ci_last_regenerate|i:1657274140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('702eb0a67ee1f9e72506092f24a219f7876bf8f3', '52.167.144.171', 1684622940, '__ci_last_regenerate|i:1684622940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7030145061edfcf50fdc9a4e180d069fca285b31', '66.249.73.71', 1685733119, '__ci_last_regenerate|i:1685733119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7030bc8feda478187c2401d8fc6304f02f619c98', '190.148.87.182', 1679679127, '__ci_last_regenerate|i:1679679127;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679679042;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7030d97f66e85850a0ae50ee8b546ec7201e83a0', '106.75.76.244', 1686908264, '__ci_last_regenerate|i:1686908264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7032175051e3213915363f4d45c527243526251f', '114.119.134.18', 1685949445, '__ci_last_regenerate|i:1685949445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703286c4ceecc4818b4c9339d1c3b45d25d6429f', '52.167.144.164', 1685628901, '__ci_last_regenerate|i:1685628901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7032d25ca30a896734c3f631c59f3531f8019876', '17.121.113.123', 1659452124, '__ci_last_regenerate|i:1659452124;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 ('7034b628390241df521806ec32f51ebdf113815f', '157.55.39.253', 1682208958, '__ci_last_regenerate|i:1682208958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703713be445eaa2be889f41a598164b94187df44', '40.77.167.192', 1681433636, '__ci_last_regenerate|i:1681433636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70374ebc8398d24037d859795cb9c2f5e73531e4', '17.121.114.108', 1657372079, '__ci_last_regenerate|i:1657372079;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 ('7037e1f2a012044f5ccd4b1e01e8e9e8f813dccb', '52.167.144.164', 1686263920, '__ci_last_regenerate|i:1686263920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703975b1bb718614b9f386db49330bbcd37703d5', '114.119.138.220', 1685438954, '__ci_last_regenerate|i:1685438954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703b29b345c26b7618b3ec66024a897df37412de', '114.119.159.101', 1688063820, '__ci_last_regenerate|i:1688063820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703bd2152e0509413ddd87f8673bd397b5d8ad15', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703c80352a5456337b04d40b6d501ed93437ceb0', '200.119.168.1', 1655342609, '__ci_last_regenerate|i:1655342478;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655297363\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655342609;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703d13f70b49ab3754c3450b961df67789f80e44', '200.119.173.78', 1682904798, '__ci_last_regenerate|i:1682904798;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682904571;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('703ea92bbaf2cc7a94ecd9636c63b71e5c8f866c', '52.167.144.162', 1686455227, '__ci_last_regenerate|i:1686455227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70405aa7999d80fed65852115cf2f92fe396f5fb', '190.148.157.177', 1682204031, '__ci_last_regenerate|i:1682204031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682203940;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704141f107066572e10b5edc34f3f660765f2779', '200.119.170.30', 1660233627, '__ci_last_regenerate|i:1660233627;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660165219\";last_ip|s:15:\"200.119.170.131\";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 ('704231e94aacdc6f05b71e1d8b2c3fd1af4f953d', '200.119.173.90', 1657215843, '__ci_last_regenerate|i:1657215786;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657202456\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657215812;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7044403763374b87b001230e697c6eb6015521c3', '52.167.144.164', 1685760655, '__ci_last_regenerate|i:1685760655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704552160c4fb65e34c857d21947626e7de1867c', '114.119.151.185', 1685881762, '__ci_last_regenerate|i:1685881762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70457ab1c926b168f524a61dfb4e032627803888', '173.249.31.237', 1659409069, '__ci_last_regenerate|i:1659409069;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 ('7046afd98e3dbc1c6451c1cf7585f08295e20823', '190.56.50.253', 1682686979, '__ci_last_regenerate|i:1682686979;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682686938;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7048e3430a8101c610b59e5451f95c33b42ade35', '144.76.67.169', 1676799027, '__ci_last_regenerate|i:1676799027;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7049fcd9d6ae753079c0b75314d83ecc0c1f77fa', '104.248.242.243', 1672715654, '__ci_last_regenerate|i:1672715654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704b5ea9abb6b7778ffb2780bd8b2ba30b72246f', '114.119.138.100', 1687531158, '__ci_last_regenerate|i:1687531158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704ba87a7ceac15cf20a32d85feb9a0503a0ec13', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704bd95e4d90b614cfb4389736aad3a9f2098e09', '54.36.148.92', 1664471685, '__ci_last_regenerate|i:1664471685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704d51f099b493dd0949aa5faecdf926ecb06b67', '52.167.144.162', 1686718931, '__ci_last_regenerate|i:1686718931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704ecc78c7887d3bb390de27093df5c424ef2019', '40.77.167.182', 1683463420, '__ci_last_regenerate|i:1683463420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('704f35ccceadc59050d8f7282247ae7fca012971', '54.36.148.102', 1663946542, '__ci_last_regenerate|i:1663946542;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 ('70506d79da8281b3655aad218b63470141fd566e', '51.104.39.111', 1651240644, '__ci_last_regenerate|i:1651240641;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 ('7050b28c23f23d064ac773d0b5b2e2b93a2f63a6', '52.167.144.107', 1680775743, '__ci_last_regenerate|i:1680775743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7050b880f1e9a31195c2718629bfd50adf0df0e2', '54.36.149.81', 1669418097, '__ci_last_regenerate|i:1669418097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7051a2d53d81811c73834e1e8ae2bd0e8e4ed6e5', '66.249.79.208', 1660012348, '__ci_last_regenerate|i:1660012348;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 ('7051df211f3056f1d9cca5b270318416bb8cdf7c', '114.119.156.124', 1688220565, '__ci_last_regenerate|i:1688220565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70526f970cd01658455e2d5ed6f970b83e060d9e', '40.77.167.37', 1668367161, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705572509e69f8c3c5bf6702ff3783adaeffbf49', '200.119.173.107', 1686840474, '__ci_last_regenerate|i:1686840474;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686829206\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686840004;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7056655ed8ee97a8f1d7e8fd67c75bbd963da923', '52.167.144.43', 1683678052, '__ci_last_regenerate|i:1683678052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7056ee77a9f8f53a044e91a5ea282501953dfb90', '138.246.253.10', 1656899799, '__ci_last_regenerate|i:1656899799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7057e751c3d7be6d6515745e3a68498675975840', '200.119.174.3', 1663087052, '__ci_last_regenerate|i:1663086873;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662824316\";last_ip|s:14:\"200.119.173.87\";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 ('7059af1950ec057d4c6ea4baa7bdda75b8fc55a8', '190.56.32.162', 1686402205, '__ci_last_regenerate|i:1686402205;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686402202;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705a7550e095718e40a3b69e98834592b0d7de40', '82.80.249.158', 1668921151, '__ci_last_regenerate|i:1668921151;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705aa0484fe29f3ad5c7e2c5db78317172cdb59c', '52.167.144.154', 1687478733, '__ci_last_regenerate|i:1687478733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705b47f43b65f2dbbb0fabad238bfc5fc097ac9d', '52.167.144.98', 1684980344, '__ci_last_regenerate|i:1684980344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705bcfce03ef1ecd2bac0c9085b182f4c25fae3a', '157.55.39.65', 1662499499, '__ci_last_regenerate|i:1662499499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705c44cda38d4235d4e0911c77e740958348c8f0', '200.119.170.168', 1670535377, '__ci_last_regenerate|i:1670535377;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670533839\";last_ip|s:15:\"200.119.170.168\";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 ('705d4e7f9a0944fd85c79d1cfeca7f5385db1775', '93.158.91.206', 1667821669, '__ci_last_regenerate|i:1667821669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('705eadeccdb52f300b4e03781f3237185bbaf75f', '35.184.149.160', 1652135772, '__ci_last_regenerate|i:1652135772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7060bf695038c8bc87ac00c4243301a175846553', '114.119.131.50', 1688298066, '__ci_last_regenerate|i:1688298066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70616bc9c48ef1b22353e11ee1732e0a2a8deb5a', '190.148.252.85', 1666221461, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666221461;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666220569;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706488028b4fd6964f1bc5b794465a70d73f5a44', '190.148.87.165', 1657927452, '__ci_last_regenerate|i:1657927452;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 ('70649f0ba02b1959860e069811bdb4d33d55f20a', '114.119.134.212', 1685710066, '__ci_last_regenerate|i:1685710066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706504173cbbde5145c06f920ce0670fa8d81b15', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70664393af527165ec2fa674dda9865f7c68197a', '8.36.86.63', 1682471964, '__ci_last_regenerate|i:1682471961;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706678822932f30ec989a5cb1dd1bf3b9a9f1a95', '114.119.137.237', 1685687298, '__ci_last_regenerate|i:1685687298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706782c2f9ae4ec9afb66534006098e1ddb2a9be', '190.56.50.253', 1682438085, '__ci_last_regenerate|i:1682438085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682438081;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7068477410152eb1442f8a787f24a20879bb354b', '207.46.13.41', 1665058463, '__ci_last_regenerate|i:1665058463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706909192667fd79279f020fce2064482f756db6', '190.148.157.53', 1684067420, '__ci_last_regenerate|i:1684067420;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684066982;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706d238f9e1212c1dd895859d226c56a9a6c11fd', '40.77.167.182', 1683501873, '__ci_last_regenerate|i:1683501873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706dc808ca56c0972fc1b400b72f7d40920eb591', '114.119.135.107', 1687888875, '__ci_last_regenerate|i:1687888875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706eb2f5b9ef0d767ae3c3253d93aa1db2407f64', '46.4.33.48', 1663463333, '__ci_last_regenerate|i:1663463333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706ece75d8106b7eafc03d8eec4bedcc46ce60d3', '52.167.144.164', 1686769263, '__ci_last_regenerate|i:1686769263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706f53ea235b673764ccb6945882586d832a24cf', '40.77.167.97', 1654916498, '__ci_last_regenerate|i:1654916498;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 ('707061d255ff932b7ee14acd0ffe56dd33e0b39c', '207.46.13.234', 1660445165, '__ci_last_regenerate|i:1660445165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7071785aa926c08315efba9f04328ba833c81a75', '51.222.253.1', 1684333053, '__ci_last_regenerate|i:1684333053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7075d322d78c011e266ae65fdd5f3787230a44c0', '54.36.148.69', 1688153949, '__ci_last_regenerate|i:1688153949;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 ('7075ec69ea009ff67b223d75455744ea22e90807', '5.188.62.21', 1653319428, '__ci_last_regenerate|i:1653319428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7078c86d4b1c461913b6ab7eb62f9ef3e6027fea', '114.119.138.249', 1686402876, '__ci_last_regenerate|i:1686402876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('707a7985cc8f173419f74766daf06c94a249002a', '190.148.157.183', 1680459570, '__ci_last_regenerate|i:1680459570;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680459085;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('707b771dc0cd72d692dd96bd6b15d8461d1dcd1b', '114.119.139.107', 1688323348, '__ci_last_regenerate|i:1688323348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('707b8b9d394776df3454248d672c16360ab84f38', '157.55.39.54', 1660164025, '__ci_last_regenerate|i:1660164024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708129465c806f6d13b50d3032e4f5a21752c23d', '114.119.132.52', 1688173297, '__ci_last_regenerate|i:1688173297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7082617644957e153cc3033f590549025fe2ec06', '52.167.144.70', 1688574669, '__ci_last_regenerate|i:1688574669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708387b6207561fed744a81401e537f847807b7e', '190.56.55.48', 1687637458, '__ci_last_regenerate|i:1687637458;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687637453;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7084543abc7f5fbfd30b4e048c62872d05ed2e3a', '51.222.253.17', 1652167642, '__ci_last_regenerate|i:1652167642;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7086d06ef1656e619c5969503e4fd694b051b9b9', '200.119.170.158', 1661365885, '__ci_last_regenerate|i:1661365885;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661292470\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"loUcWgJGySOBeInFEM4Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7087b6a430a0d139f6667152bba835c166a57372', '5.188.62.26', 1656354192, '__ci_last_regenerate|i:1656354188;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7087d870610d3fb9e71e8f41a761141494f5f234', '40.77.167.75', 1659944544, '__ci_last_regenerate|i:1659944544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708a54a917f943f38983368704a828d5ab805d10', '35.225.189.16', 1665004587, '__ci_last_regenerate|i:1665004587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708acafbfe0ee687b28c6f79c0a4afed44e61d26', '40.77.167.39', 1656101153, '__ci_last_regenerate|i:1656101143;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708bed0b2a5ec0839d3e36b9f93b0f438f23f518', '207.46.13.147', 1672603553, '__ci_last_regenerate|i:1672603553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708bf54eda79b9cf8dfe1d6006a7ae6a65dd086d', '52.167.144.109', 1680454088, '__ci_last_regenerate|i:1680454088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708d4a37331f8753f38bbb56330f2e50edcae356', '40.77.167.114', 1678799610, '__ci_last_regenerate|i:1678799610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708d7f56d8c15db2d8ee7b8d01af78e891092b30', '190.148.157.53', 1683921666, '__ci_last_regenerate|i:1683921666;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683921204;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('708d8ae648dfa22dd13129062b8212872535e2bb', '51.222.253.20', 1652929522, '__ci_last_regenerate|i:1652929522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709074f3e0fc03df3e4f6d8d3ae6a347f7c6c060', '114.119.148.189', 1686906179, '__ci_last_regenerate|i:1686906179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70935c2670b0b28d539c262b167106106e7e870e', '51.222.253.17', 1679663306, '__ci_last_regenerate|i:1679663305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70962da932bab2645b9e0c7bbecfeffa4251db00', '17.121.114.115', 1661582797, '__ci_last_regenerate|i:1661582797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709a09909b425bf2abea279879f6824060a57dad', '74.208.2.183', 1668050333, '__ci_last_regenerate|i:1668050333;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709a6deaada28193992fbbad834bddf007a853dc', '114.119.133.194', 1686577081, '__ci_last_regenerate|i:1686577081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709b19cfa2a196758a028319eb5c76abdc809639', '190.148.252.177', 1674092574, '__ci_last_regenerate|i:1674092574;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674092542;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709b8fc4498887507ebb3b25e236f97540e8e5b2', '190.148.157.53', 1683818550, '__ci_last_regenerate|i:1683818550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683817701;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709c4c120fb49971d4b700bb57745c18453ee296', '40.77.167.49', 1665638825, '__ci_last_regenerate|i:1665638825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('709c95f149408636d8b315cd383a2eacd307b912', '18.206.55.48', 1651508264, '__ci_last_regenerate|i:1651508264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a0a0d4e64c081e28da1e95d8856d1384e3e42f', '35.93.76.185', 1681564785, '__ci_last_regenerate|i:1681564785;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 ('70a16e79e62b58f38d90b822c37e98896e385f9a', '146.59.157.229', 1650749248, '__ci_last_regenerate|i:1650749248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a289893c7595bf11c489b9838716d66b8b9e0c', '42.236.10.106', 1665172670, '__ci_last_regenerate|i:1665172670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a2bea4c4fb3e3a8d2fead69286c72e623166d9', '66.102.8.5', 1652210526, '__ci_last_regenerate|i:1652210526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a2f78f37819ac02efbd9fccab34ecfdf67a2a3', '157.55.39.79', 1670374514, '__ci_last_regenerate|i:1670374514;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a453e8e09a9ecf2cc443c17691cc6d12c430d8', '190.56.54.129', 1653659353, '__ci_last_regenerate|i:1653659353;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653655934;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a56df62d79509217e2bda267f555901695aa03', '190.56.32.162', 1686338743, '__ci_last_regenerate|i:1686338743;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686338652;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a7d065b1a244001c0de068335ebd620e8e75cd', '65.154.226.169', 1669316773, '__ci_last_regenerate|i:1669316773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70a901aa2f6bc451f6d6c5114771659ee01cffad', '114.119.146.38', 1686292497, '__ci_last_regenerate|i:1686292497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ac2648ae8c9e4e13fd48df50daa39bfb78df0e', '200.119.173.177', 1685110546, '__ci_last_regenerate|i:1685110546;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685110452;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ac3ba67252f303ed87b9da5fa329ff7eff98da', '66.249.79.203', 1681742899, '__ci_last_regenerate|i:1681742899;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 ('70b061e972b4737fa02543264ea897f5c376665a', '52.167.144.164', 1686291099, '__ci_last_regenerate|i:1686291099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b1392c9562053931237f1bfc6aae0aef53d5a2', '40.77.167.175', 1679831247, '__ci_last_regenerate|i:1679831247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b26292d33ba5ae23291b4ca12a8729ccb23623', '190.148.252.112', 1667768356, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667768356;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667768348;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b34c34470dc90a0a46d699a2a9900e97a0e7cb', '111.13.63.99', 1650949423, '__ci_last_regenerate|i:1650949423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b55f453909e40ef5080a48972d2ffd82d38413', '190.122.185.252', 1678833860, '__ci_last_regenerate|i:1678833627;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1669938144\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678833783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b5bb5b5d5fefb5c609fe7f7f973a7a2e58c23a', '40.77.167.100', 1672026291, '__ci_last_regenerate|i:1672026291;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 ('70b95d33bfab29db4114b95f0021dedeb3509988', '200.119.173.130', 1676067901, '__ci_last_regenerate|i:1676067901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676067898;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ba2f722f25b13d3967753d3e1fc968eaf2b4c7', '190.148.252.183', 1681675522, '__ci_last_regenerate|i:1681675521;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681675521;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70babebec9591757772ed810cfb7c0f1c36108ff', '114.119.153.152', 1687305966, '__ci_last_regenerate|i:1687305966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70bb121b54f12e4b6d2df235cdba43f9ff060c94', '40.77.167.205', 1680052224, '__ci_last_regenerate|i:1680052224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70bdab6da36197dd7ff58621c3ed36390f0edb88', '157.55.39.179', 1671960638, '__ci_last_regenerate|i:1671960638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c036c1a158c5449f2c4aa686560047c3915237', '52.167.144.164', 1685276063, '__ci_last_regenerate|i:1685276063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c0e027b652e451aa299dd71e9482708c52838e', '157.55.39.147', 1672157234, '__ci_last_regenerate|i:1672157234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c0edaaee9888c5e1f10992c536026f681e0222', '40.77.167.189', 1680962366, '__ci_last_regenerate|i:1680962366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c189caa0686641c436c66fe288a6ba6329be3a', '114.119.145.65', 1685188590, '__ci_last_regenerate|i:1685188590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c2a64385746449830588ecf520778b79b9435d', '114.119.156.154', 1685809293, '__ci_last_regenerate|i:1685809293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c3f91ca59c9d54a1a96081f4ce3446a1bfe726', '35.184.109.66', 1651961529, '__ci_last_regenerate|i:1651961529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c5d5200e333c6a67d0a993a958832d5689de1d', '200.119.168.55', 1663079580, '__ci_last_regenerate|i:1663079580;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663078641;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c6b8ee99de752b4ab47e74b9b20e54c822ac79', '114.119.151.108', 1686126464, '__ci_last_regenerate|i:1686126464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c6d2e4ac7af084cb38cf1e42f413622316f02e', '157.55.39.217', 1683534314, '__ci_last_regenerate|i:1683534314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c6dffac1fb827fda16e356255aab33c12ff3a3', '40.77.167.133', 1683805447, '__ci_last_regenerate|i:1683805447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c7741e20e922eb3e85ef094c122c8d5e66853b', '51.222.253.9', 1659425330, '__ci_last_regenerate|i:1659425330;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 ('70c84d9207cc97ff51253b946ffd69116cb6271b', '207.46.13.41', 1670877842, '__ci_last_regenerate|i:1670877842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70c8686f057fbccfd075460f573af3c3bdd218ae', '157.55.39.253', 1682083164, '__ci_last_regenerate|i:1682083164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70cc55a7d5eb396b861cea4957b415693838ba0a', '20.37.12.186', 1651416179, '__ci_last_regenerate|i:1651416179;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 ('70ccb2399b85a3b8f0ebc8ba8af03413b3733c20', '52.167.144.98', 1685720094, '__ci_last_regenerate|i:1685720094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ce2473a9efd44b9946277264ba9e08d40bf20d', '190.148.252.177', 1674085160, '__ci_last_regenerate|i:1674085160;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674085141;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70cffbdbcb1fe23573ac0a7a3aade06c22ad8582', '52.167.144.98', 1686612457, '__ci_last_regenerate|i:1686612457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d1c3d4e4755437243dcde3f22957461f431f56', '114.119.157.26', 1688442040, '__ci_last_regenerate|i:1688442040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d2b724d49d489d3d7fe7cdea5a32c0df60e52d', '173.252.83.1', 1687687305, '__ci_last_regenerate|i:1687687305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d3a23cb8cc4ea1878e553edd2183f33100338e', '190.148.87.182', 1679783246, '__ci_last_regenerate|i:1679783246;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679783240;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d3c078f184c1f025d4d0f37afc5f7a0fe560cd', '17.121.113.53', 1659987529, '__ci_last_regenerate|i:1659987529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d896c3f7e38318e722523711d7fca7be879c7d', '3.111.41.2', 1670738461, '__ci_last_regenerate|i:1670738461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70da991975e6b99d86a00f4cc2994ab80477c6fb', '157.55.39.79', 1668367220, '__ci_last_regenerate|i:1668367220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70dfc0330928963699fe11c5421ce667c179c9c2', '114.119.143.1', 1687708356, '__ci_last_regenerate|i:1687708356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e20886985e20c8457f8a014c5438076c360f3c', '200.119.168.250', 1681164547, '__ci_last_regenerate|i:1681164547;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e5553f201876f1007b5dea3578f066a95db1af', '118.107.40.179', 1655220922, '__ci_last_regenerate|i:1655220922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e6034ff7732f89921c0d879a8282883abe861c', '94.240.217.236', 1652842366, '__ci_last_regenerate|i:1652842366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e622cd24ecea914e76ae9ef4db1ea36b2b494e', '190.148.157.177', 1681994992, '__ci_last_regenerate|i:1681994991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681994991;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e9ebd9e71295649c5b995e250579ccd20bb3ae', '205.210.31.142', 1652537721, '__ci_last_regenerate|i:1652537721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70ebc22fbff79f89966a75ca2e7ff29ca1ad5ed1', '207.46.13.41', 1671474545, '__ci_last_regenerate|i:1671474545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f203e8650ec2ef0867096a293de1c4aac2fc41', '114.119.140.234', 1687328535, '__ci_last_regenerate|i:1687328535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f2a2ce74a57ca675d694d685e538bf3eed3c1a', '190.56.49.159', 1653357807, '__ci_last_regenerate|i:1653357807;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653339509\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653357804;register_id|s:1:\"9\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-23 12:00:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f34cef62cc7122f22bc14bdc97e585351fa59d', '190.148.158.74', 1669038913, '__ci_last_regenerate|i:1669038913;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669038892;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f3665aaaed4c7db8e13b9db920cede8655af20', '190.56.54.129', 1653486240, '__ci_last_regenerate|i:1653486240;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653483118;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f3b0770e995e81285b92a696dafbec0764362e', '200.119.169.52', 1664920423, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664920423;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664919516;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f4431abfd24c44c77790dfaf6531890243adea', '192.36.109.86', 1688459084, '__ci_last_regenerate|i:1688459084;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 ('70f67d9441f5d474b16bd82b2541ad2fc0fbfcf9', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f6d890fea4f07e3b13587d8f7e2193564703ba', '3.16.78.97', 1668653790, '__ci_last_regenerate|i:1668653790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f7791a1daec6689af38afc42c393b7db42ffda', '157.55.39.125', 1653925715, '__ci_last_regenerate|i:1653925715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70f7a63cf97a164796e898ee99eca66b8cc17713', '190.148.157.53', 1683736433, '__ci_last_regenerate|i:1683736433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683736402;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7101f8cd95df364b643f18b22a6228688049aed3', '185.181.60.39', 1656183554, '__ci_last_regenerate|i:1656183554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7102a9f4aff17b2841a7639119b737c61735faeb', '40.77.167.114', 1678582449, '__ci_last_regenerate|i:1678582449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710342b6fadfe189fb85261dfda7398f44bcbd88', '200.119.168.250', 1680615437, '__ci_last_regenerate|i:1680615437;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680613917;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7106c8b734eb5916dc94484471f41cf16d51ce03', '200.119.174.182', 1667740419, '__ci_last_regenerate|i:1667740419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667740091;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71080cdfecf51c26b897c69d85d69f8defddc568', '157.55.39.253', 1681795669, '__ci_last_regenerate|i:1681795669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7108df9e8108ccc888ab0a0bf644f270fabe6ae5', '51.222.253.17', 1664991191, '__ci_last_regenerate|i:1664991191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710a42fe2eeed76b70ecf2e53d392ed272a559b8', '17.241.227.127', 1673389042, '__ci_last_regenerate|i:1673389042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710c0f79bcd6a6e0f4213779aaab541baa0e2887', '150.158.130.59', 1660213110, '__ci_last_regenerate|i:1660213110;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710ecbf2687b2214069ad51ef163d9e31a31122e', '165.22.205.13', 1688161122, '__ci_last_regenerate|i:1688161122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7111bedcbd04ea9963e1f50d3f6599636660b34e', '157.55.39.65', 1660807828, '__ci_last_regenerate|i:1660807827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7111dea2627134782a5e1b45b54e5129c59ff349', '52.167.144.43', 1683867089, '__ci_last_regenerate|i:1683867089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7112932565bbcdaac649ec8e2ebe2ce7ef89fe91', '51.195.216.255', 1650898614, '__ci_last_regenerate|i:1650898614;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 ('7112ee1a74758181acb50b1215c0be364c78f63e', '200.119.170.10', 1655304358, '__ci_last_regenerate|i:1655304358;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655304347;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7113bbce12b52e396fc03f564652f4ee0a06773a', '207.46.13.11', 1668935008, '__ci_last_regenerate|i:1668935008;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7113db8c11caeb57c420e009e24f6433a37c78d3', '114.119.146.230', 1687540755, '__ci_last_regenerate|i:1687540755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711594c0bbdfe2770fbfffabde29d4f17e770ccd', '114.119.136.234', 1688390985, '__ci_last_regenerate|i:1688390985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7118413d3b635c6ebfa1790f4be1f47c843e5fec', '190.148.252.96', 1673027892, '__ci_last_regenerate|i:1673027892;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1672932464\";last_ip|s:14:\"190.148.252.96\";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 ('7118e729f4a8e57c5263ccaea8aa2cbfd2d5b2a2', '157.55.39.208', 1685950054, '__ci_last_regenerate|i:1685950054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711987b7b068702d1ea18dc4a7d1c44b32a474af', '52.167.144.162', 1686510564, '__ci_last_regenerate|i:1686510564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711a507b21d6b2f45c4011f4058516fab5e6de22', '174.111.45.243', 1682194381, '__ci_last_regenerate|i:1682194380;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711a90680e31e8d028d4b5d5f49935b09f606a2e', '200.119.170.30', 1660585169, '__ci_last_regenerate|i:1660585169;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";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:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"hsMYZwAjzTU59pcngqdk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711ba139a17d1d8a5b12885f7e48e02a3f132304', '114.119.135.229', 1688243547, '__ci_last_regenerate|i:1688243547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711d16a7f4b97bf9e2892479248858c69efe6b7a', '134.122.44.126', 1687972139, '__ci_last_regenerate|i:1687972139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7121b4eafa5010c5589a46b62403c666b10c2dbb', '157.55.39.51', 1669346496, '__ci_last_regenerate|i:1669346496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71227029181ddef90f0ae61db0a23bc23e5c7994', '190.56.173.251', 1651945436, '__ci_last_regenerate|i:1651945436;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('71279a425c6795557e45c4751e056b0445ef6c17', '114.119.142.125', 1684614893, '__ci_last_regenerate|i:1684614893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71286e8a24bb639a8eaf451bc24022534a03be09', '51.222.253.20', 1659789287, '__ci_last_regenerate|i:1659789287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71289023ec5333bd21ad770d7762be522964a84a', '52.167.144.98', 1684315731, '__ci_last_regenerate|i:1684315731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('712950f03c865e30ade7f6e49084b5090aaafba3', '157.55.39.239', 1681081935, '__ci_last_regenerate|i:1681081935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('712ac4b08168da77ed9974131193a1c2caf9b406', '46.101.63.152', 1652762863, '__ci_last_regenerate|i:1652762863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('712c7e57e0a68fc23e711ed36eea3b5d6f0f9654', '114.119.152.50', 1686217343, '__ci_last_regenerate|i:1686217343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('712e20f7ed2c1a8cefd2825e4999e6f47820c081', '52.167.144.98', 1684553837, '__ci_last_regenerate|i:1684553837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('712e472b88277e8964d8425a72b7e1e4e7850137', '200.119.168.48', 1668092862, '__ci_last_regenerate|i:1668092862;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667918842\";last_ip|s:14:\"190.148.87.164\";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 ('713127fd7ce7f9f5d595acb2138f6b1adb0ecf54', '190.148.252.161', 1669852962, '__ci_last_regenerate|i:1669852962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669852960;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71326017dea4969041872cfb34ddf06b194e0d57', '190.148.157.117', 1675638356, '__ci_last_regenerate|i:1675638356;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675638304;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7132726994a80691533dfc589b00d04c88ac8d5a', '190.56.50.6', 1667661004, '__ci_last_regenerate|i:1667661004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667660703;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7132a3d79f2e7c9fff528d1a91f7fc6d7a789169', '190.56.32.174', 1676938698, '__ci_last_regenerate|i:1676938698;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676938675;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7132c88adf43467bf12a917cecbeec61197d1627', '51.222.253.4', 1679663304, '__ci_last_regenerate|i:1679663304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7135e944d1b582097370d6b4f4ea36e1b6d32284', '65.21.206.45', 1660765843, '__ci_last_regenerate|i:1660765843;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713789910e6ce06c016f6afd124884aefb7200ec', '40.77.167.49', 1666392659, '__ci_last_regenerate|i:1666392659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7137ae611d52d8b0ed4252c2bad73efa33908295', '190.56.32.35', 1671812565, '__ci_last_regenerate|i:1671812565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671811885;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7137e444cd7d7f0eebbe277b831555c18197fd69', '190.148.157.103', 1666793268, '__ci_last_regenerate|i:1666793268;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666793256;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7137ecc0dcc9314bbb2afaa6e316a3a5aba41187', '52.167.144.98', 1686542611, '__ci_last_regenerate|i:1686542611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713908845b476e4aeadb042ecf1724e0d8c1fc2e', '157.55.39.69', 1671711173, '__ci_last_regenerate|i:1671711173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713a03413860e5de89c027e7ba3d1057ee896b00', '157.55.39.173', 1670755401, '__ci_last_regenerate|i:1670755401;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713ab9f3cc4b485ca41cd9f77b92cbfece09f529', '190.148.252.112', 1667834129, '__ci_last_regenerate|i:1667834129;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667833812;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713ac7227b57cca12dd59d3df96754bf777a5c90', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713b45a990a982f0fd055f8f76c216275213c048', '114.119.151.119', 1684290211, '__ci_last_regenerate|i:1684290211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713bf7a33ef6bf51407ca9d9041f16a3583f94a8', '54.36.148.26', 1683503201, '__ci_last_regenerate|i:1683503201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71425377047dc22fe1d8678497a0b91a5cea0d20', '40.77.167.161', 1675324074, '__ci_last_regenerate|i:1675324074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7142659235a2a8464dca139c58ffa14eae6176c5', '40.77.167.43', 1658887035, '__ci_last_regenerate|i:1658887035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714394351f439ea5a77b6d04571a7e9ef2c69bef', '190.148.158.108', 1676389882, '__ci_last_regenerate|i:1676389882;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('714690a0369466ebd7f8b09b6825bdf645e5257e', '190.148.158.175', 1672608373, '__ci_last_regenerate|i:1672608373;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672608371;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7146f52620c53ee7a9a7f94dbb1dbb67d30cb894', '52.167.144.74', 1688055434, '__ci_last_regenerate|i:1688055434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71470b797b79a837aba3967e02dd7b4ca4b94c57', '52.167.144.61', 1688234857, '__ci_last_regenerate|i:1688234857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71477e31370b8d7fded86af7d7a28445ac1da37d', '52.167.144.74', 1688180765, '__ci_last_regenerate|i:1688180765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714976ccbb346410c7b1121ccf8865ee15db8809', '52.167.144.164', 1684947194, '__ci_last_regenerate|i:1684947194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7149e5972693e56a5551a3147050fa8beaf8b391', '18.206.55.48', 1659436362, '__ci_last_regenerate|i:1659436362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714a9ae65c57b4d7f6bf4b634cc7b9740736ac37', '54.37.233.116', 1650851946, '__ci_last_regenerate|i:1650851946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714daadccb74d2b997e35b0f293ef229c070d7dd', '40.77.167.202', 1687702726, '__ci_last_regenerate|i:1687702726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714e1dd9f4d5b8b468f0be8ab3c7e4d739c3524a', '114.107.225.150', 1676307044, '__ci_last_regenerate|i:1676307044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('714f85cd3cb2bb93f2d38edca56227a5f631ae00', '190.148.157.214', 1669739282, '__ci_last_regenerate|i:1669739282;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669739278;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7151008d2b6487851f7bd71fae7fc226b24e638b', '190.56.173.152', 1654899325, '__ci_last_regenerate|i:1654899325;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654813839\";last_ip|s:13:\"200.119.169.5\";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\";user_csrf|s:20:\"PX2rpo9lIS7gFsUHwkKY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7152fee34937904bd33ab12d80fd67f4ef884e87', '190.148.252.183', 1681602807, '__ci_last_regenerate|i:1681602807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681602395;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7153d86b1d18f5825c895c2997d1d08265262bae', '40.77.167.44', 1670747830, '__ci_last_regenerate|i:1670747830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7153f05d7eebdeeee9009298905f3828218aaa7b', '66.249.73.135', 1675661139, '__ci_last_regenerate|i:1675661139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7154a767fb931f2755a071e133f2660fd8710041', '52.167.144.162', 1686726981, '__ci_last_regenerate|i:1686726981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71563305706e9da067b5932aa4b7873a6600dc2a', '207.46.13.209', 1686035761, '__ci_last_regenerate|i:1686035761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71570b00e7abf59d5691c743dd9d251cbaa8d9b7', '40.77.167.43', 1654405401, '__ci_last_regenerate|i:1654405391;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71580ff44352903e9e81fa3c513c8710006c7f06', '190.148.158.175', 1672161185, '__ci_last_regenerate|i:1672161185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672160952;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7158209982c0370ddb250bdaccde98fa872ff520', '52.167.144.56', 1677409019, '__ci_last_regenerate|i:1677409019;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 ('7158d98f4a6f818908b32c4b4b3bc287e799c31e', '52.167.144.98', 1685685190, '__ci_last_regenerate|i:1685685190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('715934f43425afac4e663d1a6f8796ea941df894', '52.167.144.98', 1685884550, '__ci_last_regenerate|i:1685884550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('715ac8e4166aa30aa755e7ff227a0cada3881ec4', '54.36.148.232', 1669411642, '__ci_last_regenerate|i:1669411642;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 ('715b9e7d8ae46196276bdd31071359f47c28f265', '114.119.142.72', 1687972189, '__ci_last_regenerate|i:1687972189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('715e56e97cf2ff53b06c716aafc750555fd13c3b', '190.148.157.53', 1683721008, '__ci_last_regenerate|i:1683721008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683721006;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('715e5aa84e1097852b4845d088b5fda358bbdc18', '190.148.158.175', 1672237196, '__ci_last_regenerate|i:1672237196;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672235478;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71607b35a210801d0892599334d4378a1fda8109', '185.181.60.39', 1663604237, '__ci_last_regenerate|i:1663604237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71621a50b5bb1c9901901b1a25afd3662511ee1f', '114.119.138.28', 1687593029, '__ci_last_regenerate|i:1687593029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7165d818701c649756ee68ea4750d4b623d1062d', '190.148.252.73', 1664836289, '__ci_last_regenerate|i:1664836289;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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\";user_csrf|s:20:\"wXQkYaJUtfVZOKCMjFAv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71671a7ef709832b6c12b4f07177e6915a8a1ffa', '200.119.170.237', 1658323919, '__ci_last_regenerate|i:1658323919;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658248955\";last_ip|s:12:\"190.56.50.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658323911;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71672c3f9b4e3b26dac148509f44e7808a16f271', '200.119.169.35', 1670531018, '__ci_last_regenerate|i:1670531018;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670530962;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71677e5a9c0c6285a0b0f8a123c40024b00b0f24', '114.119.156.30', 1686837367, '__ci_last_regenerate|i:1686837366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7169a086269a17874349ab41af970206b1d2fd17', '114.119.134.159', 1688136903, '__ci_last_regenerate|i:1688136902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716c40290d59db0167d89e4754cf2f19cc65849c', '157.55.39.209', 1679998913, '__ci_last_regenerate|i:1679998913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716d704695e1b2059f550c84fbbc5ccd01065ced', '93.158.91.241', 1658679432, '__ci_last_regenerate|i:1658679432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716dd5aae2ca38fe838d24bfcebe9989e23753fc', '51.222.253.15', 1686929616, '__ci_last_regenerate|i:1686929616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716de257af0ccb1cfd8d33e6547121d09579741f', '200.119.173.130', 1676063505, '__ci_last_regenerate|i:1676063505;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676039210\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"RmoaInBjbZ6MfxJOA81s\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716e2440454af3b14d3f630369909b6ee0323874', '54.36.149.78', 1684571780, '__ci_last_regenerate|i:1684571780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716e731b8581ae0d70da9d7ed299b07d9c185f3a', '40.77.167.49', 1666072259, '__ci_last_regenerate|i:1666072258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('716fb9915535d3a7c9e59e563fbdac54b61491b1', '157.55.39.69', 1672056149, '__ci_last_regenerate|i:1672056149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71745945a14e771023ef32146db9a623f63a9c53', '51.222.253.8', 1657948866, '__ci_last_regenerate|i:1657948866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71747e8f9a8c11b7e2c77ed3786df22c3ac2dee2', '190.56.55.27', 1662386255, '__ci_last_regenerate|i:1662386255;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662386194;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7176255efbc735eeb8e7a201e85d55af2b1aec9e', '66.249.73.131', 1675630535, '__ci_last_regenerate|i:1675630535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7176ad8544db7d76ccdbc3fbbc6f2cba2f2d08fe', '190.56.173.251', 1652133407, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652133407;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"G1d9EqgUuIa0VeP5i6zo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7176cf36986e8cb03873828df53ba5dd18622f4a', '40.77.167.133', 1683994746, '__ci_last_regenerate|i:1683994746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7178a35ec5c9530e35175ab675f33ffdecb568d4', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71799aace66fd3d91d755d44fe86d92e23220065', '52.167.144.162', 1682583603, '__ci_last_regenerate|i:1682583603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717a5840d6fa7098090b0a9f8e806878f1b2fe8f', '54.149.44.166', 1651151654, '__ci_last_regenerate|i:1651151654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717ad48a314a61712c0ecac4f96e1957619c8039', '17.241.227.197', 1674545046, '__ci_last_regenerate|i:1674545046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717d78312c783a3e04563e966c6e3afc7e001310', '114.119.158.38', 1688575960, '__ci_last_regenerate|i:1688575960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717e2a6e0d48d74b638ad2ff75c35f38f28122e8', '40.77.167.27', 1659368753, '__ci_last_regenerate|i:1659368752;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71818c98c4460b3b7bfb778aab4d37d40e41a7ab', '66.249.79.195', 1688291941, '__ci_last_regenerate|i:1688291941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718399bf039b4dafd1e2585fc6c27c4161af421c', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419420;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7183f0cdd90998cc00658f0955a83a97e2938ba8', '17.121.115.120', 1651594416, '__ci_last_regenerate|i:1651594416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7184d58fd912d80b83c7f7f21d81f88926525630', '35.86.224.86', 1650870943, '__ci_last_regenerate|i:1650870943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71870fffbc265ac6ab310f7962c050c9c40f2918', '52.167.144.98', 1684198959, '__ci_last_regenerate|i:1684198959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718731de412b6e1f08b1f9eb3f25fb6bb2f052b5', '114.119.128.62', 1688365294, '__ci_last_regenerate|i:1688365294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71874133961c34142cd7c527e76b4fb459b71703', '51.222.253.14', 1650988030, '__ci_last_regenerate|i:1650988030;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 ('7187d2c1a925452a28bc950e9168f7898558e967', '51.254.49.111', 1680294270, '__ci_last_regenerate|i:1680294270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7189733b21ffc84050777d29324e582a82ff8100', '185.54.228.45', 1651276126, '__ci_last_regenerate|i:1651276121;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 ('718afde06a6e3a0b56c0fe6ca44dda3e16007d1f', '52.167.144.76', 1681979564, '__ci_last_regenerate|i:1681979564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718b8c9c3d0126ceb03cecb8c01cd74fff4f5723', '200.119.173.130', 1675871083, '__ci_last_regenerate|i:1675871083;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675810213\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"spkKuRGDjaOwJrCx4MUA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718c6daed1508533aac9934e447d985c7792354e', '51.15.212.124', 1682465746, '__ci_last_regenerate|i:1682465746;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718c9a98dcc3fd145b269170bda0addad2bca1e0', '34.203.202.73', 1654851161, '__ci_last_regenerate|i:1654851161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718d4e1cf39fd872ce95078fda273a2721a20c64', '52.167.144.171', 1684564017, '__ci_last_regenerate|i:1684564017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718ea01d2514cf15848f47356ebcbe23c5c28f85', '65.21.206.44', 1652639797, '__ci_last_regenerate|i:1652639797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('718eb7198ba1434c2879a060599fd584db720e8e', '200.119.173.177', 1684970258, '__ci_last_regenerate|i:1684970258;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684970167;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719073efb1d6054bf1e01c03ac726debf6335e13', '18.206.55.48', 1651586860, '__ci_last_regenerate|i:1651586860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7193e546ad5d8b38f4e4e2bd267ce60c3efbd3ef', '66.249.73.73', 1685733119, '__ci_last_regenerate|i:1685733119;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 ('71946a6b04129d06a4261babf70a4d2506bf33f2', '157.55.39.128', 1673495465, '__ci_last_regenerate|i:1673495465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7194a942b24daf16d5d0738893d9477c7a0f2817', '190.148.157.80', 1669340722, '__ci_last_regenerate|i:1669340722;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669340604;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7195e0dc0be91dfdbe99b095d3ae1a99efc8b388', '66.249.79.194', 1687732148, '__ci_last_regenerate|i:1687732148;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 ('71960664f77a59bc160a0e45f562ca451cf65664', '200.119.170.210', 1669759001, '__ci_last_regenerate|i:1669759001;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669758986;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719679503c4ec9244a9522293994c379b9476dfa', '52.167.144.95', 1680477942, '__ci_last_regenerate|i:1680477942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7198537c232bbfafd440caab6455e4cde74d53fe', '200.119.168.250', 1680808807, '__ci_last_regenerate|i:1680808807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680808362;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719a3e3e8850b22ae3ae1ed29c76fe83bca97b11', '51.222.253.17', 1658370156, '__ci_last_regenerate|i:1658370156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719c5590924e829231b647fb4af310c5ea5ccf8d', '157.55.39.46', 1673088819, '__ci_last_regenerate|i:1673088819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719f799b8c7864d812d5b3c446ea414530271ec1', '144.76.67.169', 1676798972, '__ci_last_regenerate|i:1676798972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719fb80317e4d730fc2047f3b8fe124ccf79769e', '207.46.13.217', 1681350351, '__ci_last_regenerate|i:1681350351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719fe460e9c6c21b4692579d6e2fb191715472aa', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a031b3d46fa20798512ac71a77cec6405b8777', '207.46.13.179', 1673213635, '__ci_last_regenerate|i:1673213635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a0ce8eb51da026e413d11a0313e1673d6dffed', '190.56.32.162', 1686425495, '__ci_last_regenerate|i:1686425495;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686425492;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a1b8b0a3c6f5fd4ea9893eb8c3c27dd97fc9b6', '206.189.123.243', 1687257398, '__ci_last_regenerate|i:1687257398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a1fd96d3b3508a0ddf72558a334cacee5c735b', '40.77.167.63', 1671841080, '__ci_last_regenerate|i:1671841080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a2876dd3a43edb08b6b8cbb8d48daa09f916ae', '157.55.39.253', 1676922443, '__ci_last_regenerate|i:1676922443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a6ad0a754b5f3cbdb194ef62959564986d30f6', '200.119.172.60', 1674943834, '__ci_last_regenerate|i:1674943834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674943801;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71a9b425ad9cb23c236971462cf9f77787159826', '74.125.215.39', 1680159597, '__ci_last_regenerate|i:1680159597;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('71aa5d221d3241baad1592def090ad101d2d0616', '52.167.144.164', 1686652928, '__ci_last_regenerate|i:1686652928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71aa63d3a5cbb8aa38ffd3287c8408b694cb2597', '52.167.144.162', 1687268528, '__ci_last_regenerate|i:1687268528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71aaaddde0698bcf914cbb97aa341b5f907897df', '40.77.167.79', 1654169462, '__ci_last_regenerate|i:1654169452;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71ab0c72d2a12ae5dd37bf741166b8f453b896b3', '200.119.173.177', 1685300266, '__ci_last_regenerate|i:1685300266;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685300195;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71abe745443c78d78c3d65eddc2c01566d4d75da', '40.77.167.63', 1672174455, '__ci_last_regenerate|i:1672174455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71acfb10c2cf1a2175facafd2aafb70c5a15c744', '190.148.157.183', 1680394558, '__ci_last_regenerate|i:1680394558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680393601;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71aee1117648c9eecba93742e5e5944477f7e36d', '157.55.39.253', 1681830992, '__ci_last_regenerate|i:1681830992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71afaec3553ba53529d75fca87350fde60d3a659', '190.148.252.151', 1671379027, '__ci_last_regenerate|i:1671379027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671379026;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71afe0a6aeba8b0d261f1a7489656a0ca2449bb0', '190.56.55.113', 1673572305, '__ci_last_regenerate|i:1673572305;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673572303;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b0f07823ebe4b4c6dc2f9facdc8231e67cface', '190.148.157.233', 1655556761, '__ci_last_regenerate|i:1655556737;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655507157\";last_ip|s:15:\"190.148.157.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655556759;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b1bde44133048067557e54e3d1e998476951bc', '51.222.253.9', 1670968011, '__ci_last_regenerate|i:1670968011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b2143eb3b646f5fbc31e7c1f2d089e66a3d6f0', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b63c07b3b8958718c5d6b015c35b1def724375', '52.167.144.76', 1681942336, '__ci_last_regenerate|i:1681942336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b7289eb8387b7f9e6f37325e123710ae4258d2', '190.148.157.80', 1669253193, '__ci_last_regenerate|i:1669253193;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669253192;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b78f31a13508bac3eafb5ebc982a5a0f013e47', '52.167.144.164', 1686410350, '__ci_last_regenerate|i:1686410350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b8a0de12e3d46124f9c64f2ab9e87cfd762615', '40.77.167.13', 1672246879, '__ci_last_regenerate|i:1672246879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71bd04f8b767ca0ec7f75784aaf698558efaeb0f', '114.119.132.12', 1686746346, '__ci_last_regenerate|i:1686746346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71be5dbed905568ad0e04a9bb8cdff8570f377e5', '52.167.144.61', 1687962024, '__ci_last_regenerate|i:1687962024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71bfa43fe1266f815a1a0b7244abbc8003fa7e3e', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c10ca5ed6a9cc3e5bb649d154f4371b749963d', '207.46.13.41', 1665008513, '__ci_last_regenerate|i:1665008513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c192b13ec7ac03f09a3994e8b6618dda6ad931', '40.77.167.202', 1687389148, '__ci_last_regenerate|i:1687389148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c2ef0ccc38e63b1e5c3a0668fb499554f37842', '200.119.173.177', 1685125303, '__ci_last_regenerate|i:1685125303;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685125011;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c317e127d0a67464eb2300b00e3ca56ff023a5', '40.77.167.227', 1678686469, '__ci_last_regenerate|i:1678686469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c354a0925aa4d38255a742fff0f5b8b6386038', '17.121.115.57', 1657464513, '__ci_last_regenerate|i:1657464513;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 ('71c3dba7109e4b108bd8af9d17316dc36f0c9bac', '37.44.193.187', 1664742653, '__ci_last_regenerate|i:1664742653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c730203f6b87a767bf2b152344ca55c0901e6e', '207.46.13.12', 1675721819, '__ci_last_regenerate|i:1675721819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71ca1ce1d07d315c6602606fa4a61142c2aaca6c', '190.148.252.76', 1654094866, '__ci_last_regenerate|i:1654094788;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653662148\";last_ip|s:15:\"190.148.252.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:1654094855;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"UkONYPCJ975yToWdawRh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71cc1bd353982beee292c388980332709adc1166', '114.119.131.234', 1686219881, '__ci_last_regenerate|i:1686219881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71cd4818dbe4c0e19485c361f2279a2b00692b94', '52.167.144.31', 1681225062, '__ci_last_regenerate|i:1681225062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d0e849977fb4ca51a00e847b8fa651fe36239a', '190.148.157.50', 1668736229, '__ci_last_regenerate|i:1668736228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668736228;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d18331adc27dbf01d9367eb79d8950ad0b9498', '157.55.39.144', 1664389955, '__ci_last_regenerate|i:1664389955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d1bd53a84eb4c5949c94af683b6fd26fe6307d', '52.167.144.42', 1680020707, '__ci_last_regenerate|i:1680020707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d2526690e7ebd5527d03597aab3ba2a923a1ba', '5.188.62.21', 1659472357, '__ci_last_regenerate|i:1659472352;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d2bb69da70ef8c0b77d8c4520b3ddf462b4050', '52.167.144.98', 1686515214, '__ci_last_regenerate|i:1686515214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d378ed45a06fb7cf5c485c4d29ecffce3b4073', '52.167.144.171', 1685355246, '__ci_last_regenerate|i:1685355246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d6d9ad9eb03d6b2a33b4d70aa22c0b9b718597', '190.148.252.161', 1670030238, '__ci_last_regenerate|i:1670030238;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670030190;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d721d8d04e2effe392af48ac6ba57c6fd1dbe4', '52.167.144.31', 1681102792, '__ci_last_regenerate|i:1681102792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d858e2de9cd931d2be0f185d99f1e317ca4b4e', '114.119.150.140', 1685937097, '__ci_last_regenerate|i:1685937097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71dbf4b8a16406511d8992e029d58f960945f75b', '200.119.168.1', 1655394179, '__ci_last_regenerate|i:1655394179;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655384992\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655390842;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71dd8adfb21b1229cfcece7b66955a7c6e0357bd', '52.167.144.98', 1686581770, '__ci_last_regenerate|i:1686581770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71de707b9bc0521b8e684bba49f3a132b34e4726', '200.119.170.30', 1660252681, '__ci_last_regenerate|i:1660252681;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660239168\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"KZW3qXIAQzpPV9vJoSku\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71de8223eeccb9e44a5f3920dd7f0c797a4b86fd', '40.77.167.27', 1658302255, '__ci_last_regenerate|i:1658302255;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71de972e72eb4a633b181dc00216ea17406d4a5d', '40.77.167.166', 1676130316, '__ci_last_regenerate|i:1676130316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71dfe6707905f2bd2448e866f48a5f94282a4ab5', '40.77.167.202', 1687590303, '__ci_last_regenerate|i:1687590303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e43f672eddb2a2ba6aa8e3bdf4470080901bc3', '45.71.19.128', 1672209403, '__ci_last_regenerate|i:1672209401;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e623796fa27ac87f3327494f1c3dccca7d4008', '114.119.146.133', 1686116397, '__ci_last_regenerate|i:1686116397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e660e7ec7e1f8038b09a3e5792a8ea5abf39a6', '157.55.39.100', 1672124196, '__ci_last_regenerate|i:1672124196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e6c8624a7f0dd0901977ee5a33038e17087399', '40.77.167.123', 1683870595, '__ci_last_regenerate|i:1683870595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e6ea6cda0e89b8ecde66b18250e9ae147a5b66', '74.201.72.172', 1652227264, '__ci_last_regenerate|i:1652227263;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e8dc3a2841b875572b4ec2b4fe2c71e300214a', '52.167.144.98', 1686039686, '__ci_last_regenerate|i:1686039686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71ea85fd7e25fbdbc6e2b72867d7263321b808c3', '17.121.115.178', 1651594834, '__ci_last_regenerate|i:1651594834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71eb1cb1364cd824b04463be16077ffe823a5099', '52.11.254.87', 1671716283, '__ci_last_regenerate|i:1671716283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71eb30d2c3f10328f0f7944d228d38b9206194c4', '157.55.39.208', 1685974235, '__ci_last_regenerate|i:1685974235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71ec8f06e0ffef3a369cacc7f3a71fac3e8bd8ef', '77.74.177.119', 1674224965, '__ci_last_regenerate|i:1674224965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71eeced90332649019ebed080bf69f08a90a5443', '5.188.62.21', 1653354191, '__ci_last_regenerate|i:1653354188;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71efc37a6fc6cfcdf57a805ee314b3149cfc4648', '114.119.147.205', 1688514190, '__ci_last_regenerate|i:1688514190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71efe4185972f2a5cba86bff1d63a381213b9078', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f2d9880a156d873e739d8519d2015f787de6ac', '5.188.62.21', 1653277479, '__ci_last_regenerate|i:1653277476;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f4782d9c738ff848930906d1f0d3715d27b910', '190.148.252.55', 1675697225, '__ci_last_regenerate|i:1675697225;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f7c27a4f35956baaf92f372efaf37f2bad6cea', '52.167.144.171', 1685077875, '__ci_last_regenerate|i:1685077875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f82b8b2734e68a333b49c6e82f43f1643b24e6', '130.245.169.247', 1657277736, '__ci_last_regenerate|i:1657277736;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 ('71f830ebdb64f2a058f2d3eda527e83af1edee25', '51.222.253.3', 1686932176, '__ci_last_regenerate|i:1686932176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f8ff2d7f492aa1fca2f6b02eeb6859c4917f04', '114.119.137.125', 1686578230, '__ci_last_regenerate|i:1686578230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71fa5a62a0adb52a021876ea09d47b0a7478db8d', '200.119.170.217', 1656342777, '__ci_last_regenerate|i:1656342754;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656333448\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656342777;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71fbd2df5b68b20597d791658aafec1752384be5', '190.56.50.253', 1682551362, '__ci_last_regenerate|i:1682551362;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682551358;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71fcdb40ba38f62b830816c002f35ebdd533d340', '200.119.173.130', 1675889084, '__ci_last_regenerate|i:1675889084;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675868530\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"2ZoEtskBqT0KgU4VL657\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71fe0a539805a50c4f3688a6bbdd48f1f6c5ca9a', '52.167.144.27', 1677726903, '__ci_last_regenerate|i:1677726903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71ffd2f822c030eb9ea17a59efad91ee922d5f69', '40.77.167.133', 1684025489, '__ci_last_regenerate|i:1684025489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72015821b88f2e11c449c7dd159ed295869bef64', '52.167.144.70', 1688528565, '__ci_last_regenerate|i:1688528565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7202c943df5d3a1a29e70264c20b3ae0977b9ccc', '104.198.148.17', 1652222941, '__ci_last_regenerate|i:1652222941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7202ec6c39974cfcacfac76fcff8421290c944a7', '52.167.144.164', 1684547278, '__ci_last_regenerate|i:1684547278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7202fc99b30b821d2612aedbe2e57e83d578fdd3', '200.119.173.177', 1684856956, '__ci_last_regenerate|i:1684856956;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";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:1684856690;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720815448b1a7b858903a854788bf90042b064a2', '190.148.252.55', 1675718715, '__ci_last_regenerate|i:1675718715;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675718712;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72083583f6a8bbd579fdf5ee4b9cf15b0b2146c5', '114.119.142.85', 1687696025, '__ci_last_regenerate|i:1687696025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7209cdf16fccec649d36368eed3b48c09c775f24', '114.119.141.73', 1686351974, '__ci_last_regenerate|i:1686351974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720b027503a984e4204b1d79da80682b63645327', '190.148.252.183', 1681410286, '__ci_last_regenerate|i:1681410286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681410282;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720bc5c807423b4ad2d1598162aa4523da0352e2', '190.56.54.129', 1653430860, '__ci_last_regenerate|i:1653430860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720cfcff544d9d976a2a33cf270710f6e5fc64f8', '54.36.149.104', 1657645260, '__ci_last_regenerate|i:1657645260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720e7e05fd80ab15d206fcbb0f12679069ef6aff', '54.36.148.11', 1659324437, '__ci_last_regenerate|i:1659324437;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 ('720f52ef1c0df46a13e131ee8690900667973335', '157.55.39.64', 1674473571, '__ci_last_regenerate|i:1674473571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720f55e3b3e86d60f43b7fa96bc1f1e533fdb2de', '46.101.63.152', 1652762875, '__ci_last_regenerate|i:1652762875;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 ('7211a10dc8e3a5db6b48c21fe0ac2f7032dbf4d0', '114.119.132.38', 1688009710, '__ci_last_regenerate|i:1688009710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7212058205969539f76571cb9117eeabdc502e79', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721283818595fcad4ba8cbca440215f1a3457c35', '190.56.50.15', 1667045020, '__ci_last_regenerate|i:1667045020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667044906;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721299c2437aeab5b422e2c47829f5e5d925e98e', '157.55.39.147', 1672390044, '__ci_last_regenerate|i:1672390044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721563304227098c2ca529d40784688d243d5b96', '40.77.167.182', 1683192152, '__ci_last_regenerate|i:1683192152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72196cff8e5f4239dc0f88decc8f7488792cfa90', '114.119.137.211', 1685395522, '__ci_last_regenerate|i:1685395522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7219bab5985b4e04a1f50bec71af8df3e9d40475', '52.167.144.98', 1686168435, '__ci_last_regenerate|i:1686168435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721a023c911b3c5b84d658e45e1ca253d163f29c', '40.77.167.244', 1677538938, '__ci_last_regenerate|i:1677538938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721ba5212e3e476dc6ff009693fdad5165f571a6', '66.249.65.100', 1652194065, '__ci_last_regenerate|i:1652194065;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 ('721bdb38e7dce26e423f98f012869b9ee939acc2', '198.235.24.134', 1651469033, '__ci_last_regenerate|i:1651469033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721c34bc3bb2ca1bb6153028f459fd9d63e9e63b', '40.77.167.37', 1668367159, '__ci_last_regenerate|i:1668367159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721df6b9c99f2225b3173a0594c9adac938b8e54', '114.119.145.187', 1686125466, '__ci_last_regenerate|i:1686125466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721e6d80591fbd56e55aed523800549b058df303', '142.132.250.173', 1686198074, '__ci_last_regenerate|i:1686198074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('721ec95ef9ecee17c2dcef5a78dee8b9bf3fbaeb', '144.76.68.17', 1683715134, '__ci_last_regenerate|i:1683715134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72205987a8fbe064d3ce75c904aa08ee798d8498', '17.121.112.53', 1668450734, '__ci_last_regenerate|i:1668450734;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72205b781a20665ed6f331af209d1f8dab80ea3c', '190.148.158.175', 1672151097, '__ci_last_regenerate|i:1672151097;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672150011;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7222b32aba0ecfa54a76212ad0d4b2e99f822542', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7222f2601ede691077ec60255b0aed997f4d6e7a', '52.167.144.23', 1687397139, '__ci_last_regenerate|i:1687397139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7222fec175a0c496705bc306a298983479d5bfd2', '51.222.253.12', 1675537394, '__ci_last_regenerate|i:1675537394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('722421ea4e090f3d16bf08a8225f732ffd8bcb49', '114.119.136.92', 1685555330, '__ci_last_regenerate|i:1685555329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('722458813c12878333b13901aaafb9b84be5d348', '66.249.79.168', 1683744325, '__ci_last_regenerate|i:1683744325;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 ('72263aadd8c8ee41d7a8671967b2ab632ad81c51', '190.148.252.96', 1672871042, '__ci_last_regenerate|i:1672871042;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672852857\";last_ip|s:14:\"190.148.252.96\";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 ('722674455ed94aa50c9959ce10931d9e40c631b6', '51.159.103.13', 1666415585, '__ci_last_regenerate|i:1666415585;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 ('72270c693becfc337b78d0aa3157761a4f49582d', '190.56.32.162', 1686499284, '__ci_last_regenerate|i:1686499284;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686499281;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7227782981117aad9530bf77224267de76c6eec8', '190.148.157.183', 1680045892, '__ci_last_regenerate|i:1680045892;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679926334\";last_ip|s:14:\"190.148.87.182\";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 ('72299f7dcd10accdc47d13738a97238493791f47', '52.167.144.162', 1686569589, '__ci_last_regenerate|i:1686569589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('722bd291d914e7b830967f3b0a6b5dd6961ffe4a', '114.119.143.124', 1684210585, '__ci_last_regenerate|i:1684210585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('722c9a70dc14479172b0e64bcc23bb83b7ad0ec5', '40.77.167.123', 1684083318, '__ci_last_regenerate|i:1684083318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('722dbf36ca2f2190af2e894ca5975f56c9f7200d', '157.55.39.64', 1673064688, '__ci_last_regenerate|i:1673064688;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 ('722f5b79e09ea83110cd15e7552a471575351119', '54.36.148.75', 1688153953, '__ci_last_regenerate|i:1688153953;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 ('7230cdfe924c07aed42beb4d4973e7181c81a079', '40.77.167.225', 1680354547, '__ci_last_regenerate|i:1680354547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7230d68ab7cc14c30a17d8ca02cddb3994f08a44', '40.77.167.49', 1667179527, '__ci_last_regenerate|i:1667179527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723135903dce77a3619598c90d56f2ff1fc6517f', '114.119.149.168', 1688211762, '__ci_last_regenerate|i:1688211762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72315fcf47a78b2558fef1c1970b50208bc8be85', '190.56.32.174', 1676562203, '__ci_last_regenerate|i:1676562203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676562200;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723323cfb11f65c883d8db95fdd1f79de86acb6e', '52.167.144.133', 1684559674, '__ci_last_regenerate|i:1684559674;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 ('72351d78b29a7162eaaca461ded4282cd76d80bb', '114.119.132.131', 1687712694, '__ci_last_regenerate|i:1687712694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7235db263aece18c9ed2e0ba81e50866edfe044f', '207.46.13.51', 1663093323, '__ci_last_regenerate|i:1663093323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723638aa762e893032b600806ab0821b03b79842', '190.56.32.174', 1676640906, '__ci_last_regenerate|i:1676640906;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676640587;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7237501eac69de67626f2bc15023c1edb9e0c2cd', '207.46.13.41', 1671023243, '__ci_last_regenerate|i:1671023243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7237af4f8267724694e3d8bcc7e8f0eb2db7c2ca', '45.94.47.123', 1664742549, '__ci_last_regenerate|i:1664742549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723c1ddfa8f0bbd3922388245437c4a201c51bd4', '54.186.195.254', 1662212513, '__ci_last_regenerate|i:1662212513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723d0302423961f5e6fe2a2352ec258a9c6f069e', '190.148.158.69', 1685705410, '__ci_last_regenerate|i:1685705410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723d5f22802238960689fd58097f85efac2607c8', '17.121.112.87', 1658795113, '__ci_last_regenerate|i:1658795113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723d82c7e928e2e3f7a2789435f0bd0acff72725', '114.119.137.177', 1686676622, '__ci_last_regenerate|i:1686676622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('723da35cf1aae76e172b048503cc54010b0158a3', '40.77.167.255', 1685720399, '__ci_last_regenerate|i:1685720399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7240dcb6e8402fd236eef2877a91928b47fa4a7f', '3.16.27.50', 1667542232, '__ci_last_regenerate|i:1667542232;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7241ac446d392205c400007ed2530ffb0df806a4', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72431442eea251235407a5989805c533b5efc3ea', '184.94.240.88', 1662900940, '__ci_last_regenerate|i:1662900940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72431e06eaeadf0eaf68fddcb88b8c30d9022b46', '157.55.39.79', 1669794922, '__ci_last_regenerate|i:1669794922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724721555f81c1c147e8dde7ba533d89cfa0f02d', '190.148.157.183', 1680542681, '__ci_last_regenerate|i:1680542681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680542676;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724957366de2473a675aaf3f00e22a90273c35e2', '190.56.55.48', 1687299741, '__ci_last_regenerate|i:1687299741;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724a416cffd022e9aa89306caa515841f86b7763', '52.167.144.171', 1684315716, '__ci_last_regenerate|i:1684315716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724abe6b6cab6e7449291afe9c092905ee4e8c9b', '114.119.135.182', 1688235502, '__ci_last_regenerate|i:1688235502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724ad86ae7f6317ea669cb3401dc98331cb8f6c8', '52.167.144.98', 1686209046, '__ci_last_regenerate|i:1686209046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724bb11513ce7cd61c78834dbfb8238afd4f0605', '130.245.169.139', 1657878933, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724da32af26f53ebb4a66df692cb9ecd339035eb', '157.55.39.253', 1682272424, '__ci_last_regenerate|i:1682272424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('724dfc46e5090c35d672281e95e6be8bb92ea8af', '190.56.54.156', 1665428065, '__ci_last_regenerate|i:1665428065;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665422218\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"BKe03Hf2q5Z9oIpzXM7J\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725014a5574c4691fe0ed86da2e6c0a5bdc7d5c5', '190.56.32.162', 1686432952, '__ci_last_regenerate|i:1686432952;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686432945;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7252a801bc8c5483055eb01a5a59bd3996c5761b', '51.222.253.17', 1673195701, '__ci_last_regenerate|i:1673195701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7255251f44aa9aefe032c461f851a3f0a02f2087', '40.77.167.97', 1671352267, '__ci_last_regenerate|i:1671352267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72563c00029cfd04750bd3eccf763c3ddc489622', '124.223.196.50', 1665185921, '__ci_last_regenerate|i:1665185921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725679ca819f2bc0cf856b280597c7c0c3c5a558', '52.167.144.162', 1682542872, '__ci_last_regenerate|i:1682542872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72572749d0b5a5566e89cc0f1607d1f5baa20d7d', '51.222.253.19', 1684704989, '__ci_last_regenerate|i:1684704989;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 ('725801a5aa9fb8ad5c52a22beef7d75700a45b81', '200.119.174.9', 1674224175, '__ci_last_regenerate|i:1674224175;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674224123;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7259d7e1c002d718131c7cacf9d6e1a3376af5c7', '190.148.252.233', 1668791284, '__ci_last_regenerate|i:1668791284;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668791280;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725b7a597a7e2f991064d3dbb56ac6f06d065810', '190.56.173.136', 1687974376, '__ci_last_regenerate|i:1687974376;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687974324;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725dc2feaf18d0a1bbfd6d6736d473535e87658f', '93.158.91.231', 1674451216, '__ci_last_regenerate|i:1674451216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('725e16c007536d77c7c705789f9e844d7a4e36ba', '114.119.155.70', 1685538636, '__ci_last_regenerate|i:1685538636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72617420f237f604ca7a3ee3fc7448bc19ed62d4', '52.167.144.98', 1686368924, '__ci_last_regenerate|i:1686368924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7261c81861c14f455ee80e8b1c32dac62d65ba0f', '190.56.173.175', 1652974595, '__ci_last_regenerate|i:1652974595;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";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\";last_activity|i:1652972735;user_csrf|s:20:\"hgbJZD6FOa5CM73xrvYz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7261d957363dddac03877c8c1b69debfcda75072', '190.56.49.109', 1666124037, '__ci_last_regenerate|i:1666124037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666123648;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7263aab44e239efe4d572e2ea6f7f39507e7cd52', '190.148.252.55', 1675721385, '__ci_last_regenerate|i:1675721385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675720317;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7264af11c5a5968104acd5f2ac70acefc272101a', '51.222.253.16', 1660473945, '__ci_last_regenerate|i:1660473944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72651ab5486840a81269f198a5d7e58838ef5557', '193.235.141.90', 1675450003, '__ci_last_regenerate|i:1675450002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('726ada535c9000769f8d2657bcb765db9eb8f78d', '190.56.32.170', 1651070364, '__ci_last_regenerate|i:1651070364;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651069031\";last_ip|s:15:\"190.104.119.122\";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 ('726deaf04bfc2b79bb4d363bb7259c21662cae62', '130.245.169.139', 1657878934, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('726f405e20aaff373a597108895cbdcfdb36d3df', '52.167.144.98', 1684827484, '__ci_last_regenerate|i:1684827484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7270556affa65c8c0d6740b307556e30d63f32e2', '190.148.252.151', 1671240135, '__ci_last_regenerate|i:1671240135;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671240129;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727378da5afd34f61c6584abb1032f0d7cc84a3d', '190.148.158.151', 1677089701, '__ci_last_regenerate|i:1677089701;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677089645;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7274881b1b54ad1c847c13abb706f049683a686b', '157.55.39.100', 1671981548, '__ci_last_regenerate|i:1671981548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72754e0e4dc5f0047f0ebc13584ed13d29d30852', '190.148.157.53', 1684021071, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684021071;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684020621;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7276492b2ec4180b4d1e4cfbc371d9e023b49b3d', '190.148.87.96', 1678393738, '__ci_last_regenerate|i:1678393738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678392506;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72790c08292c218a946acb3a766131aca6937d0c', '200.119.170.221', 1664294288, '__ci_last_regenerate|i:1664294288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664294266;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7279f98c71103fa8863686473dcb5316916f1d84', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727ad61b6805bb8bf80a779664ff07c87366e4c0', '52.167.144.43', 1683898611, '__ci_last_regenerate|i:1683898611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727b0b9aa303d72d724d7da822d3bdfdb1325fcf', '190.148.87.6', 1668192326, '__ci_last_regenerate|i:1668192326;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727b24b853f4fc4aca48864d47081c03f3a2fcb5', '200.119.170.113', 1666705976, '__ci_last_regenerate|i:1666705976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666705827;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727b65d55fac08e4647bdd90c25b82b01584663f', '157.55.39.65', 1661427909, '__ci_last_regenerate|i:1661427909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727c1b93be14ddb032c164c1b898d6145e371f28', '66.249.79.201', 1683788238, '__ci_last_regenerate|i:1683788238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727c63a4778eae5ec435872a4f197e553da6237b', '207.46.13.127', 1657332658, '__ci_last_regenerate|i:1657332658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('727d7e8de3c97f13511673d13c4263eea0b44ff1', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72810924c483e2fd122896627bc8df9cb5c412c6', '200.119.173.87', 1663008487, '__ci_last_regenerate|i:1663008372;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662998686\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663008487;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7281f8660facb462841698e4e8eb5e75bdf81924', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72837992ee56258cd78f11448322e2274e675b35', '190.56.173.213', 1683499881, '__ci_last_regenerate|i:1683499881;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683499418;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7285b8603cd56783fb4f33d52e79a75f71260e33', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('728611b793771d933385f57adb25ec06354951e3', '149.57.16.7', 1653806986, '__ci_last_regenerate|i:1653806986;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 ('7288749fc8b5ba486d4f7a5e7ad7db74cfbeab81', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72893eeb06bfdcd99b2bd7809e2a8c24181c0740', '51.222.253.7', 1675986961, '__ci_last_regenerate|i:1675986961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('728c7b0169ea3bc4c006b314d4245d1c620d5ee2', '200.119.173.67', 1679337383, '__ci_last_regenerate|i:1679337383;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679066929\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"n2wXBi0W5MS9PdV7pIA1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7290304fd1abd22de93e276870dd9ab7fde60f16', '157.55.39.100', 1671783530, '__ci_last_regenerate|i:1671783530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7291a785f1c7823a0c785a28fe61a56033410ec9', '114.119.156.172', 1687150007, '__ci_last_regenerate|i:1687150007;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('729687a33f5d7aa983c808e89bb67633f547557f', '52.167.144.164', 1685130103, '__ci_last_regenerate|i:1685130103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72972539252d0490660eaaae656dc294c0163a04', '114.119.140.50', 1685538001, '__ci_last_regenerate|i:1685538001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7298248625e989724e00bdd1fa4a63e3910bfe1d', '114.119.141.69', 1687551519, '__ci_last_regenerate|i:1687551519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7299f05a475b62f471811e34f5e7e388902e7df0', '17.121.113.199', 1660545542, '__ci_last_regenerate|i:1660545542;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 ('729a9b2948623681b4b3062ad50f08a093a3f047', '200.119.173.78', 1682819165, '__ci_last_regenerate|i:1682819165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682819160;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('729f8bb90cd9639995c4dff9757dad83ceb569e5', '52.167.144.164', 1684594321, '__ci_last_regenerate|i:1684594321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('729fb131c25e191e61993f67012498c5a8347f6d', '114.119.130.33', 1685688624, '__ci_last_regenerate|i:1685688624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a1877c6b645e61af8246fdb8ba16c0ff82fdb2', '190.148.252.161', 1670000158, '__ci_last_regenerate|i:1670000158;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670000047;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a39941cb5f1f152fe0bcfb06b3a4f7350aea52', '52.167.144.49', 1677354812, '__ci_last_regenerate|i:1677354811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a43e1f0c41f31662e07df204f9041442f92be2', '200.119.172.96', 1675473500, '__ci_last_regenerate|i:1675473500;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675473208;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a597a76ac6bc74992673d423483952bdf9f13a', '52.167.144.98', 1685546739, '__ci_last_regenerate|i:1685546739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a66ae889e50c710b3989282c1c35327ffe42b6', '52.167.144.98', 1686568283, '__ci_last_regenerate|i:1686568283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a68ac065c36172ed55347275533b409ed9c8e6', '190.148.252.161', 1669932626, '__ci_last_regenerate|i:1669932626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669932615;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72a71e11cd6ab2f0c83d4914a3baeac6a01e979c', '52.167.144.164', 1686035757, '__ci_last_regenerate|i:1686035757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72aa6ad46053b03b979a318daabd549b462e49de', '193.235.141.134', 1676762963, '__ci_last_regenerate|i:1676762963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ab0fa5f3227ec1b42c7fe1729fa459eb8fd6bd', '52.167.144.95', 1680704532, '__ci_last_regenerate|i:1680704532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ac045b7781ab4d68ed83f314f880d8300b9cbc', '40.77.167.100', 1672887300, '__ci_last_regenerate|i:1672887300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ac4f9ab4db86ced851ea688a8ef070d0e88a56', '207.46.13.41', 1670846392, '__ci_last_regenerate|i:1670846392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ac8400032e9d2ad6e816aefa370429b719a6d9', '190.148.87.6', 1668192210, '__ci_last_regenerate|i:1668192210;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668192197;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ad7bf33203833e0d5e3201b230e3bd0e49eae8', '52.167.144.162', 1682908354, '__ci_last_regenerate|i:1682908354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72adfb8359f58e0ecb279ab617031a55fa64a761', '40.77.167.37', 1668165587, '__ci_last_regenerate|i:1668165587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72aea2d81c421cfb4633bf3ebbd9f1fe740dabdb', '52.167.144.171', 1685813549, '__ci_last_regenerate|i:1685813549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72af5edd4b411f76b90e8729f43c2903e61e7995', '157.55.39.68', 1667325622, '__ci_last_regenerate|i:1667325622;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72afe790fe1e577a7499aa8724bd3f8018529aa7', '51.222.253.17', 1680095694, '__ci_last_regenerate|i:1680095694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b0a7bbb4481ea36090121382bc8e48d7e53a66', '114.119.150.248', 1684479884, '__ci_last_regenerate|i:1684479884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b144f923146d8631a9c246302c47db869703bd', '190.148.252.111', 1677979670, '__ci_last_regenerate|i:1677979669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677979670;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b2e34ea3b1434ee7372bbaa5dd7ee992602383', '54.37.233.116', 1650851699, '__ci_last_regenerate|i:1650851699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b3272e1d445fa1a6856a06d0a1041d1dc45764', '190.148.252.183', 1681396384, '__ci_last_regenerate|i:1681396374;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681310627\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"eSYkKBbQj9C4VsIhlOdT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b424b15b1783e0118243709f571369d7886444', '52.167.144.98', 1685060944, '__ci_last_regenerate|i:1685060944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b5ce0338d61f13b8b927c0c616684b3d4c9951', '157.55.39.65', 1661507134, '__ci_last_regenerate|i:1661507134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b646b20173ebde9962af08447cfffb5d0cd53a', '190.148.252.151', 1671211220, '__ci_last_regenerate|i:1671211220;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671210996;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b7482636b432e4eccc3b92886e3b020c699c5d', '161.35.23.44', 1688500392, '__ci_last_regenerate|i:1688500392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b9571625b572e8cfc18251c6ab1fbd26e9fd17', '18.206.55.48', 1651400285, '__ci_last_regenerate|i:1651400285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b9b69f1fdfd1407771c2ce282a5573b81e057f', '52.167.144.98', 1686769228, '__ci_last_regenerate|i:1686769228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ba9387a61870349af524f9fdad2832df77be3f', '35.92.79.7', 1675431129, '__ci_last_regenerate|i:1675431129;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 ('72bbebc445c19d41f82ca20bccbdf59479b43ae8', '52.167.144.164', 1685546725, '__ci_last_regenerate|i:1685546725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72bc0b0327879950057dd66f2a9473c78f3dff67', '51.222.253.14', 1658636513, '__ci_last_regenerate|i:1658636513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72bc73a7f48df1842b2eaa5bacb791a193d1666a', '40.77.167.181', 1687590487, '__ci_last_regenerate|i:1687590487;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 ('72bd9ff45b17e1e71f169d96736536aa3612dea8', '40.77.167.170', 1676212044, '__ci_last_regenerate|i:1676212044;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72bdfbda2a7e9710a6602f019b091086cda00078', '40.77.167.49', 1667197616, '__ci_last_regenerate|i:1667197616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72bf0f4a3c6b820d4e594ce4fc7fd3023445019e', '17.121.115.175', 1660058297, '__ci_last_regenerate|i:1660058297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72c1657e774dd2c1b4f366b758d630670be558ff', '190.56.32.162', 1686582750, '__ci_last_regenerate|i:1686582750;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686350336\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"CBMefnAt69wscoNuRgS5\";last_activity|i:1686582220;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72c2ce5a660ea49b9df706a85c5c5f8bb9d5c0ff', '52.167.144.73', 1679565257, '__ci_last_regenerate|i:1679565257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72c5df775efc7af55a034e39fc56736cb1ac0aae', '200.119.168.55', 1663078596, '__ci_last_regenerate|i:1663078596;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663078275;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ca890b6f5e9ff2e7f6d14da30493907df9b2be', '207.46.13.209', 1677964039, '__ci_last_regenerate|i:1677964039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72cba946319ebc3627344d4a32551cec6db46470', '114.119.156.182', 1688226412, '__ci_last_regenerate|i:1688226412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ccc1433d77c5af5dbd1f944abd94594dc3aa0c', '185.27.99.140', 1659396434, '__ci_last_regenerate|i:1659396434;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 ('72ccd8faa366088a39ab044ec88a8f1e0ec76624', '40.77.167.49', 1664642331, '__ci_last_regenerate|i:1664642330;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ce7cbcb6c8bb853985537c2d365f17b1a25656', '52.167.144.171', 1684368426, '__ci_last_regenerate|i:1684368426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ced2efcc1bdc9e3eaa672dd9b5e7009082b9a7', '200.119.173.177', 1685109458, '__ci_last_regenerate|i:1685109458;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685109292;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72cedc1559b07fe69fba6eed9cd10ea49109c555', '40.77.167.11', 1673821379, '__ci_last_regenerate|i:1673821379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72cf07973d32162c153cb75dc81e36f1aec3c547', '200.119.173.177', 1685024143, '__ci_last_regenerate|i:1685024143;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685024103;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72cf6d675b0f5dc5aaff8ea92f6ebe28e7d8ab5c', '207.46.13.154', 1671783515, '__ci_last_regenerate|i:1671783515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d0bd1eeb0ca0a8ee250f017ed86f07ca06b621', '157.55.39.130', 1659200494, '__ci_last_regenerate|i:1659200485;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d2bd9ca5d9c4504a63b0ead118e96c5b029a3a', '42.236.10.106', 1653527953, '__ci_last_regenerate|i:1653527953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d3057c52ea4ee4623935d7ff4f3b1b520d8aff', '207.46.13.12', 1675721818, '__ci_last_regenerate|i:1675721818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d3b4467b539f1477f9ca086e7c8f75c3131845', '190.56.173.136', 1687875095, '__ci_last_regenerate|i:1687875095;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687874897;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d8ef2af6e1b3d303eb95fb6b611974ed203889', '40.77.167.44', 1670680420, '__ci_last_regenerate|i:1670680420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d90b4bced61687559dce17b247611e878d2dd3', '190.148.252.151', 1671363694, '__ci_last_regenerate|i:1671363694;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671363682;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d948641c7b39c6b4a6970ef6c4a441a6322651', '200.119.174.182', 1667749575, '__ci_last_regenerate|i:1667749575;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667749490;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72db13a3735dd6e8f2d682a87cf9c602df85d7ef', '54.36.148.62', 1681449217, '__ci_last_regenerate|i:1681449217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72dbd04edb90ca1c9afc591ee266f6e2962d2adf', '40.124.82.169', 1651539824, '__ci_last_regenerate|i:1651539822;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 ('72dd8538026d63e14aba644073a8974e8087f7bd', '34.209.142.142', 1671369209, '__ci_last_regenerate|i:1671369209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72de110bc5c6779c582a6961ef795c81183aa159', '40.77.167.63', 1672144213, '__ci_last_regenerate|i:1672144213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72de52503dbd6a396c0fbb730e09695e0d43e558', '52.167.144.162', 1687333379, '__ci_last_regenerate|i:1687333379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72dee3377bdb3edc4451cd85c4791ca99d8c4e99', '157.55.39.217', 1683218042, '__ci_last_regenerate|i:1683218042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72df299e2d712ce0e6d5297306f4e97e5b683eb2', '207.46.13.41', 1671522799, '__ci_last_regenerate|i:1671522799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e033e0d36f61d4fe180b852dee8470a4f1868e', '52.167.144.154', 1687450608, '__ci_last_regenerate|i:1687450608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e11b352f5b793c1c4ddc4dece8e3f080266f9d', '3.111.41.2', 1670738444, '__ci_last_regenerate|i:1670738443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e2cdf0c879830ab45f176dd5e8d3b49c8b193c', '190.56.51.144', 1687100507, '__ci_last_regenerate|i:1687100507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687100507;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e3a2c49eb932d8b27fcb1a345d4293118b8cc4', '121.4.238.122', 1659478136, '__ci_last_regenerate|i:1659478135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e67e4c9408c88e49699a3fed828cce9f0d2c41', '207.46.13.230', 1658113496, '__ci_last_regenerate|i:1658113496;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 ('72e6ab925b680d3ee8dfeaf6fede72b863912ef2', '190.148.157.177', 1681942431, '__ci_last_regenerate|i:1681942431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681942338;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e741fb3d7d85d59a67f2112a9249ab8cb5892a', '200.119.168.9', 1656333735, '__ci_last_regenerate|i:1656333735;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656333713;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72e96ee8bcd61389f748fc1d9a5b05e90e1090e1', '35.192.207.120', 1651613080, '__ci_last_regenerate|i:1651613080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ecba1402ac2cc045b492be7cbfa9d933926756', '190.148.87.96', 1678624202, '__ci_last_regenerate|i:1678624202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678540129\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678624123;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ee264aab85684e006445fb7fd05da549f7a7cf', '40.77.167.202', 1687701567, '__ci_last_regenerate|i:1687701567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72efc1262944da3cdbbb7f76eb91a80ecf3296b9', '52.167.144.98', 1684752385, '__ci_last_regenerate|i:1684752385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f11243762e194620eab5a5e2f401d766ddc718', '142.252.26.216', 1659625755, '__ci_last_regenerate|i:1659625755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f2bbbc936cf8e6660e332d216cd16be7462bc2', '40.77.167.102', 1661405744, '__ci_last_regenerate|i:1661405744;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 ('72f2d9f3f27c1c802f6b2bd786e7fa00305c692f', '51.222.253.10', 1676436847, '__ci_last_regenerate|i:1676436847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f33ad855842fc68c2b796d74aaa91221dd2fc5', '92.127.170.18', 1650909606, '__ci_last_regenerate|i:1650909606;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 ('72f344ceb914913607ce284fcab3049836052af5', '190.148.252.88', 1670848158, '__ci_last_regenerate|i:1670848158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670848053;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f515d07a96096cc57fec28bfd8753208a1e270', '18.237.234.9', 1675950148, '__ci_last_regenerate|i:1675950148;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 ('72f566cb573a5efb017cfade632016ba98239349', '34.215.182.40', 1654177775, '__ci_last_regenerate|i:1654177775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f5702f51e329c4d0ef9abb0403446970472616', '190.148.87.6', 1668376967, '__ci_last_regenerate|i:1668376967;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668376963;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f7698412b3a4b63fa82da35dae06663658ba2e', '114.119.139.246', 1687619971, '__ci_last_regenerate|i:1687619971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f8874dab6a78175e44ed2fa128f0a8181982c5', '17.121.113.12', 1658794842, '__ci_last_regenerate|i:1658794842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f8a5afa9970757788451e8459c415b61c5431c', '190.148.252.161', 1669937414, '__ci_last_regenerate|i:1669937414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669937320;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f91ce35d045c448016fc92eb8b5f993509a84d', '190.148.252.82', 1663625388, '__ci_last_regenerate|i:1663622707;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663591521\";last_ip|s:13:\"190.56.54.135\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663622758;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72fbc6cb60b1eddfdf0f840a8b38e40340d865c3', '3.237.104.7', 1654168717, '__ci_last_regenerate|i:1654168717;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 ('72fbf71d09c8221b5fda392883dfad653f475248', '190.148.252.183', 1681314524, '__ci_last_regenerate|i:1681314524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681314510;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72ffa3cc6b08942ce79ad55e6ab30877f809aed8', '200.119.170.221', 1664310929, '__ci_last_regenerate|i:1664310929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664310917;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7300dddd26ef93ce8b8c4d6fad9f07fa8d8f1013', '207.46.13.215', 1680358836, '__ci_last_regenerate|i:1680358836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7304684fb9b82515e796f413fde58e857e33526f', '51.222.253.16', 1660976025, '__ci_last_regenerate|i:1660976025;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 ('7304c04f67df3ffa88796767e5455c27ba167890', '40.77.167.225', 1680745034, '__ci_last_regenerate|i:1680745034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7307917fda3deac80f0cee6126f5577f605ad452', '93.159.230.89', 1671574795, '__ci_last_regenerate|i:1671574795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('730c55f1806fab24db896af72fcb0f2f440145f7', '200.119.174.132', 1663785382, '__ci_last_regenerate|i:1663785382;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663781199\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"aQ7gUfBrPwyFRTL1iSbY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('730cc4cc16c70ea0cb6521e0237937b410057947', '190.56.55.48', 1687484286, '__ci_last_regenerate|i:1687484286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687484210;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('730e25472612e292142be52d8a7cfe20bc09f2c3', '190.56.173.213', 1683296109, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683296109;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683296023;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('730ef2535422a79f7ae5d0fba5ccf15a82812761', '207.46.13.160', 1665223247, '__ci_last_regenerate|i:1665223246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('730fc8c70ea15a95e07e48a050abdcaca1cc4310', '52.167.144.171', 1684621166, '__ci_last_regenerate|i:1684621166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73117c613447b7c9c791bbc971eb6187ec09ad83', '200.119.168.250', 1681148331, '__ci_last_regenerate|i:1681148331;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";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\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731339f9189b87e365b0dd4f23f5933d1d1cbf13', '40.77.167.108', 1682743179, '__ci_last_regenerate|i:1682743179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7313d2f704c2310fbd4854359a8d4d7d5f9c0dac', '18.206.55.48', 1652876330, '__ci_last_regenerate|i:1652876330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7314958e0b2010a00e9658bc2774f99f59bc9497', '52.167.144.171', 1685451195, '__ci_last_regenerate|i:1685451195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73152f126cf184c99315a4c2213b51c872411ad3', '207.46.13.10', 1670889566, '__ci_last_regenerate|i:1670889566;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731548fef95a7d5b1b1575ccf3a7b8bfb6f3eea0', '40.77.167.227', 1681935926, '__ci_last_regenerate|i:1681935926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731585cf49106a7363388836d73d0eaa05078b4c', '200.119.172.60', 1675129904, '__ci_last_regenerate|i:1675115856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675129814;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7315eab42ab79de340217c766511ff997bab26b3', '17.121.112.207', 1659452125, '__ci_last_regenerate|i:1659452125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7317b73be4dbac9e4260bb405d14a5957f338c9b', '52.167.144.69', 1675609826, '__ci_last_regenerate|i:1675609826;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7318762db737faabb449afaec2049d08c05d0c4f', '52.167.144.56', 1676469359, '__ci_last_regenerate|i:1676469359;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 ('73192d69e47a6796a350893dbb803ebff90d256e', '157.55.39.217', 1683534313, '__ci_last_regenerate|i:1683534313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731a611397e448018f52577edbd725463bbd9d9b', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731bcbba1029ed1c64262c8c26bc30b31746457a', '52.167.144.98', 1686158987, '__ci_last_regenerate|i:1686158987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731c4378c7bd42302d97a182871846f9a682f732', '52.167.144.164', 1686494056, '__ci_last_regenerate|i:1686494056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731ca6f588d7f2b4449062c2e7d42af53f233b18', '190.148.158.9', 1686752647, '__ci_last_regenerate|i:1686741960;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686676200\";last_ip|s:14:\"190.148.252.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686752647;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731d252fe1a0e0b72bb1cda22c0f2d9f925de6cc', '66.249.79.199', 1653866521, '__ci_last_regenerate|i:1653743286;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731effb456e97fe74fa8eea6d1f29abfd2486adf', '51.222.253.5', 1680661980, '__ci_last_regenerate|i:1680661980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7321ab57472015660cc5a8d21ce5729ee19138de', '36.99.136.140', 1650976208, '__ci_last_regenerate|i:1650976207;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732338c7064457d95916b06a87b00a91e37e0883', '40.77.167.45', 1670269183, '__ci_last_regenerate|i:1670269183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7323ad94abb72c0577bc7b2f170d026df2ec194f', '52.167.144.98', 1685975589, '__ci_last_regenerate|i:1685975589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732441f14f2fa2e8ea86a4f7ca7da5a035464099', '207.46.13.199', 1660648852, '__ci_last_regenerate|i:1660648852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73252b9744749f2e4bc52b67cf70e5ec6ab7b180', '207.46.13.209', 1681353374, '__ci_last_regenerate|i:1681353374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7326f380a2a405536086a8c461fd13f6ad701695', '40.77.167.43', 1654490255, '__ci_last_regenerate|i:1654490244;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73281a8b4f5db849303c3d12c2f2716026b84c96', '40.77.167.8', 1673495748, '__ci_last_regenerate|i:1673495748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73288569f03b356037ed9184e5ff2112d52195ad', '40.77.167.202', 1687608071, '__ci_last_regenerate|i:1687608071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7328922879daee7fe51f25b9f1f9be22829f650e', '190.148.252.197', 1665509874, '__ci_last_regenerate|i:1665509874;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665509869;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73297851796fd4caacffa68854a344fe0fc317bf', '200.119.168.250', 1681156691, '__ci_last_regenerate|i:1681156691;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681156287;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732cbe9d64a33f557370e4f6d42a9b09fe74bc76', '114.119.146.70', 1685988440, '__ci_last_regenerate|i:1685988440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732cfb67575a5c8fdd6ab6d55c3441e8f0e3409a', '52.167.144.164', 1685975764, '__ci_last_regenerate|i:1685975764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732de723708685f40c96785b430435af22d03e6b', '40.77.167.79', 1653136860, '__ci_last_regenerate|i:1653136849;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732dee9367041d13fb6179d02435aed6764360ec', '190.148.158.69', 1685724081, '__ci_last_regenerate|i:1685724081;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685724060;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732e59d7446ade7b53f1cbe1c1a3e34045a48edb', '111.7.100.25', 1650686480, '__ci_last_regenerate|i:1650686480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('732ebfe5102f42a5bd6807e33baf4e7b80c175cc', '114.119.152.233', 1685005687, '__ci_last_regenerate|i:1685005687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7331ff20cc89eb00a19f92cd1aafcd6ec647af2e', '157.55.39.217', 1683176645, '__ci_last_regenerate|i:1683176645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7333ca30107737e457fa56f0466d15cb9d7799c0', '207.46.13.210', 1677483398, '__ci_last_regenerate|i:1677483398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73346eba54bd213a2a3d996929da99eab8293c18', '114.119.148.208', 1685356846, '__ci_last_regenerate|i:1685356846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7335a1591bc93f939c5da0ae67e63805781f0fbe', '40.77.167.79', 1653592076, '__ci_last_regenerate|i:1653592076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73370324e87643411199646a1c86145d1b2e24b8', '207.46.13.10', 1672603561, '__ci_last_regenerate|i:1672603561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7337902fdb0941a6278151beafab969f9a6c9a62', '190.148.252.111', 1677885192, '__ci_last_regenerate|i:1677885192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677884312;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7337ce94202a2ea44cb4bf93f962f19435b2a8a8', '52.167.144.171', 1684995618, '__ci_last_regenerate|i:1684995618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7338ca04919ab3c9b667f6fec157bd6ccf3d2b2e', '114.119.150.168', 1684468139, '__ci_last_regenerate|i:1684468139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7339a3ed4c8f6e1e80ae1b96c426ac5b7fcfd7ef', '51.195.216.255', 1650897934, '__ci_last_regenerate|i:1650897934;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7339dce1fc1a36d73a6a86a0de74e75765006231', '13.94.227.43', 1650848517, '__ci_last_regenerate|i:1650848513;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 ('733b6e2a3ca622dfcbc80235f49fa18bd2ffb13c', '190.56.32.174', 1676756655, '__ci_last_regenerate|i:1676756655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676756004;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('733df04baafd1c4764ab6c8465989160b4b244de', '52.167.144.98', 1684665860, '__ci_last_regenerate|i:1684665860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('733df6d9c730831c91f8b1fc8cf714fbd27903c2', '190.148.252.161', 1669990378, '__ci_last_regenerate|i:1669990378;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669990360;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('733f2022c14427d457a69959c714286942d5cab1', '51.222.253.9', 1665011543, '__ci_last_regenerate|i:1665011543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7343d512a72dfa088c3e0c286a638a8545994207', '34.143.149.105', 1658771580, '__ci_last_regenerate|i:1658771576;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 ('7343dce51879bb6733f3f3f75bfde5cc95082e4a', '190.148.157.53', 1684089840, '__ci_last_regenerate|i:1684089840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684089732;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73472e8b9ee16b7f1df7a1d12bfe3991233de225', '190.148.252.161', 1669999661, '__ci_last_regenerate|i:1669999661;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669999358;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7347bc8e0a84789a59283d620acffad636941575', '54.36.149.52', 1664791266, '__ci_last_regenerate|i:1664791266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73483020e4ab46cc3f5cc1d64de1a315eac39cb1', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;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 ('734fcf875d21afcf76bf28ab593948e9527bc62a', '200.119.173.130', 1675809334, '__ci_last_regenerate|i:1675809334;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675808913;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7350a8950f0ac127160dc4745be9c2279bd7a1a6', '190.56.32.35', 1672066593, '__ci_last_regenerate|i:1672066593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672066577;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7351e07f8d6a13fa3c5f5afdb85f4bd3ef5cb1fb', '111.7.100.27', 1650976202, '__ci_last_regenerate|i:1650976202;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7353de4c44bad5960e7b845144648a5ccff23ac8', '185.27.99.112', 1655113323, '__ci_last_regenerate|i:1655113323;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 ('7354ace2463194eacc913574edeceb10c5d4eaa8', '198.235.24.155', 1651724093, '__ci_last_regenerate|i:1651724093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7355076d74bed97817d26ea34331c270bc6d41fa', '114.119.155.233', 1684569223, '__ci_last_regenerate|i:1684569223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73554a0c6a781dc78a9c37400f6b7658ad44d5a9', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7356e7237fd1a5b16b74dc04dfdd1f873c8740e1', '114.119.158.45', 1686317543, '__ci_last_regenerate|i:1686317542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73571308838af6cb821853e3fea7054dabd46b60', '51.222.253.5', 1669544689, '__ci_last_regenerate|i:1669544689;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7357b0faff9a4b7fd44e8d16bfc7ba0da5f4bc4c', '93.158.91.235', 1669912152, '__ci_last_regenerate|i:1669912152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735a29b5aa62ddc93f831298b57f8f5f7ad641a2', '40.77.167.13', 1672092729, '__ci_last_regenerate|i:1672092729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735a40219fe8674ca291ebb23b685aa7d48c2007', '114.119.132.103', 1686462405, '__ci_last_regenerate|i:1686462405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735b02274724870b3ab345559bc41f103c3712a0', '52.167.144.171', 1684713069, '__ci_last_regenerate|i:1684713069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735e05d74ad4b32dc2930151ca394fd57d27f4f6', '207.46.13.51', 1662535704, '__ci_last_regenerate|i:1662535704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735e3d98f0de9d5caf325704f4145d7b35062e27', '40.77.167.202', 1687333368, '__ci_last_regenerate|i:1687333368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735e8b8db773211f19c4d8e402534ec3210e7077', '207.46.13.127', 1656002574, '__ci_last_regenerate|i:1656002564;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('735fa90ac65fd263592cc34d1ff3ccb1c962b2f4', '190.56.50.15', 1667092432, '__ci_last_regenerate|i:1667092432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667092427;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7361d98ae82bd70e6905e59f86c8ccd54cb0c3ef', '190.148.252.151', 1671147331, '__ci_last_regenerate|i:1671147331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671146147;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73636c04dfe7fa672bfe677e79c426edbbdb3a99', '114.119.146.252', 1686886771, '__ci_last_regenerate|i:1686886771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7363c8cc85b2cff65e474f2e18432365d0aa4a7c', '190.148.87.21', 1669835589, '__ci_last_regenerate|i:1669835589;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669835151;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7364425704e48c717af46d06e8644c8bffaddf58', '200.119.168.250', 1680818639, '__ci_last_regenerate|i:1680818639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680817905;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73647662e73e3e09ad5630e05a9ea2379ab10afe', '51.222.253.13', 1683703482, '__ci_last_regenerate|i:1683703482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73656043c40ba5c0483aa0dbc5023d726f869c15', '69.160.160.58', 1680641184, '__ci_last_regenerate|i:1680641184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73662fd23513aa2aa749638e831c72a968ed9c4c', '50.21.188.67', 1672492431, '__ci_last_regenerate|i:1672492431;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('736727ba5d323441d36593bd76a35f0c1638cde4', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73676a2db230cbaca115afc36f47aace8d3fe731', '186.151.60.88', 1650939013, '__ci_last_regenerate|i:1650939013;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650927410\";last_ip|s:15:\"190.148.252.183\";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 ('7369058c68f10bfe93c04a0bfe7b556fedbc584d', '114.119.147.246', 1688311757, '__ci_last_regenerate|i:1688311757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7369529bcb8d7923c8838eaad7a5b2073f9bf239', '51.195.90.229', 1650840587, '__ci_last_regenerate|i:1650840587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('736a99179a6778683defabc5e4c0138a16ef463a', '200.119.168.250', 1680633281, '__ci_last_regenerate|i:1680633281;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680633201;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('736b50989426bb7ac39ae7cc8d51daef34cbad44', '51.195.216.255', 1650897280, '__ci_last_regenerate|i:1650897280;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('736cda0eb8ca50196a25c86da103a202b72cada6', '5.188.62.26', 1659349829, '__ci_last_regenerate|i:1659349829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7370233ed80e06dc7e679fe3b04f9dd13ff54208', '207.46.13.11', 1669419438, '__ci_last_regenerate|i:1669419438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73702ce30b57d12de75ddfd7416126935a79b45d', '190.56.55.113', 1673365369, '__ci_last_regenerate|i:1673365369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673365061;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73726708aa1f360621cef44e1fa47d5e0f1035ae', '188.166.47.115', 1678573732, '__ci_last_regenerate|i:1678573732;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 ('737729f700f0693aaecf4ffdd1a7ed631d160f79', '114.119.149.228', 1687320994, '__ci_last_regenerate|i:1687320994;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('737ccac3bddcfa8d07684e5b7ecf09eea7203bbf', '52.167.144.171', 1685180462, '__ci_last_regenerate|i:1685180462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('737dd66b3043467e23b1acde45d4a5a2e5cad23a', '157.55.39.51', 1668006744, '__ci_last_regenerate|i:1668006744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('737e7046a94cf2ab4ccdb3a3f0f24f75209b94f8', '17.121.115.45', 1659713949, '__ci_last_regenerate|i:1659713949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738065452e2fdefb9e03e64ff36999055c571103', '114.119.131.131', 1686531611, '__ci_last_regenerate|i:1686531611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7382f279d85cd9cdef0738a13f5211cd7c6ee1d3', '52.167.144.49', 1676753235, '__ci_last_regenerate|i:1676753235;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7384e95ec6caf194107ae326148f2af668e918ec', '34.216.237.237', 1654867867, '__ci_last_regenerate|i:1654867867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7384ebd1d3c01fe26118da83f7e28812f27cba3c', '52.167.144.23', 1686715290, '__ci_last_regenerate|i:1686715290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7387ac2fef495d65ad94572987f87ba7b2f05934', '51.195.90.229', 1650840571, '__ci_last_regenerate|i:1650840571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738844932d5d1874cec40f54c374ec37269c0753', '200.119.170.30', 1660253018, '__ci_last_regenerate|i:1660252681;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660239168\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"KZW3qXIAQzpPV9vJoSku\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73889a193a0d0400b31f2455406a755a974a5402', '157.55.39.46', 1672496352, '__ci_last_regenerate|i:1672496352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738acac39a54a14beba01b29ff67e29578f619ce', '190.56.32.243', 1684706580, '__ci_last_regenerate|i:1684706580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684706558;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738aef9d9cf6dae10da489a6a049d03625d9b187', '207.46.13.6', 1671956127, '__ci_last_regenerate|i:1671956127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738c044f10924e7cfc9bf679e7157c1ade90e174', '190.148.252.183', 1681501214, '__ci_last_regenerate|i:1681501214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681501211;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('738dab362a415110ce07cf427d7039063a408eda', '52.167.144.61', 1688180770, '__ci_last_regenerate|i:1688180770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7390bca0d8bd70d93ee3070d0cd45beede6f32f1', '200.119.173.107', 1686845857, '__ci_last_regenerate|i:1686845857;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686845751;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739630f03ba2ccb9e32ca3f10dee061ac55271e5', '52.167.144.164', 1684339344, '__ci_last_regenerate|i:1684339344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739816b75eab841a4b77ae0d0762913290bf6134', '114.119.134.230', 1687967204, '__ci_last_regenerate|i:1687967204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73983e43db91de3bf95ae6a64bcd4c30af2b3b60', '40.77.167.43', 1657928328, '__ci_last_regenerate|i:1657928328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7398bb8908464bc7432c40bb2c30a30137ac0e24', '40.77.167.166', 1677347412, '__ci_last_regenerate|i:1677347412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739b297b7cf7466dcc73bbfcabb367c746f93e54', '51.195.90.229', 1650840509, '__ci_last_regenerate|i:1650840508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739bf1c19c0629666d83f0315ffcbc6b7a001c68', '190.148.157.177', 1682355047, '__ci_last_regenerate|i:1682355047;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682355034;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739d50aa5b5f9808a4d957374baade64f723b3ad', '157.55.39.94', 1672620118, '__ci_last_regenerate|i:1672620118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a266015bdf1f2305b9544d6a328e4e9c1a6055', '54.36.149.95', 1687877964, '__ci_last_regenerate|i:1687877964;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 ('73a27662dba5cf7a107bfe6b4b53f782d7a03eaa', '51.222.253.8', 1670079742, '__ci_last_regenerate|i:1670079742;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 ('73a2cd1b4d3acbe27ab17d0a7ad6c166822379b5', '74.208.2.234', 1684500917, '__ci_last_regenerate|i:1684500917;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a3b7a4d653489213a5ccdd86d324f2476d3c09', '52.167.144.120', 1688067637, '__ci_last_regenerate|i:1688067637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a3b9498a2c3e05b8baff06fd01d13a054072c7', '51.222.253.17', 1681168771, '__ci_last_regenerate|i:1681168771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a62f64d21c251e0337eecf3d5759a2d634e397', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a7a79596d9e720471b5fafa5c34f6d8e6f1e88', '114.119.133.251', 1687962607, '__ci_last_regenerate|i:1687962607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a7cc9381c856b097444988312acf02f57e8d64', '114.119.137.238', 1686928992, '__ci_last_regenerate|i:1686928992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73a95238f1e13de2eb3783c0fd4b26d7a0b1c849', '114.119.151.175', 1688242754, '__ci_last_regenerate|i:1688242754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73aa61624869d01115d9c274667fe561347f40ca', '52.167.144.171', 1685587490, '__ci_last_regenerate|i:1685587490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ac06dd749469ba16d9d32e4cd9acb2c094c620', '114.119.136.199', 1686925006, '__ci_last_regenerate|i:1686925006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ac27c8036468e2cb70ef689789928d8a7fa8d0', '198.235.24.150', 1656718241, '__ci_last_regenerate|i:1656718241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ad1ef473857e6f2e869377c5d11d49b31537f0', '190.148.157.206', 1656524881, '__ci_last_regenerate|i:1656524873;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656520356\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656524880;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73af2913b411718eb42a7978c6930a9a1cc89776', '40.77.167.123', 1683135145, '__ci_last_regenerate|i:1683135145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73b036602993eb762f9d78bb758350bf3baf903b', '190.148.252.73', 1664817084, '__ci_last_regenerate|i:1664817084;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664817060;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73b0f05d9006081697f9c67627363aa3d274506f', '200.119.172.95', 1659567007, '__ci_last_regenerate|i:1659567007;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659559169;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73b3a20258f18a6e1c0ec8ba11f1e51e6894ac5c', '40.77.167.102', 1661552055, '__ci_last_regenerate|i:1661552055;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 ('73b78bccb5acddbe43a9511e8ecb73f31d730793', '200.119.169.25', 1667257286, '__ci_last_regenerate|i:1667257286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667257271;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73b9d74128459b3ba53e9c3e6455bfce3e43756c', '18.206.55.48', 1652213275, '__ci_last_regenerate|i:1652213275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73baca02a215366a342fa1de6654488ce0298c48', '200.119.172.60', 1674589187, '__ci_last_regenerate|i:1674589187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674589147;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73bafb1553939ba399112bb9da837bc4bef41491', '146.59.157.229', 1650749473, '__ci_last_regenerate|i:1650749473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73bb8bb8d4d6efc3c6b808c45be9581e8aef284b', '190.56.55.113', 1673634773, '__ci_last_regenerate|i:1673634773;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673634769;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73bca87b2ffbdd41480114b6ba85470b23124df5', '51.222.253.19', 1656201069, '__ci_last_regenerate|i:1656201069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73bddb027d261524d03ffd8f0a53a2a9c43d1470', '200.119.173.67', 1679321943, '__ci_last_regenerate|i:1679321943;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679321932;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73c22437f62f56977cbaa9361729f1bcaebc2e65', '114.119.142.197', 1688122688, '__ci_last_regenerate|i:1688122688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73c278efc3571bc773a78849697bfc1be99ba88a', '200.119.168.9', 1660663591, '__ci_last_regenerate|i:1660663591;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660663100;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73c89a4974fc68589d6e8be10663dc594ccff4e0', '54.36.148.41', 1675707284, '__ci_last_regenerate|i:1675707284;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 ('73c8c475d21c10fa3d508f7f01ca84f2234a1ee7', '5.188.62.140', 1651933739, '__ci_last_regenerate|i:1651933736;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73c92c094c8e16585f1c408512bbf1f33f6ce01a', '114.119.133.98', 1687556463, '__ci_last_regenerate|i:1687556463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73c9b698d765b4801625ef0e04348fee4d18ecc1', '190.148.158.69', 1685716321, '__ci_last_regenerate|i:1685716321;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685716295;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73cc22f1f38a75d1e096d52a9137bad003e36217', '66.249.65.100', 1651297461, '__ci_last_regenerate|i:1651297461;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 ('73cc6f7d88d39bac65a41bc79774737b6369ccb1', '200.119.174.9', 1674242044, '__ci_last_regenerate|i:1674242044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674242007;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ccc3cdef363014c2c9e4f44cbfd48f45edde09', '190.148.158.108', 1676391075, '__ci_last_regenerate|i:1676391075;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676298393\";last_ip|s:13:\"190.148.87.51\";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 ('73cded583d8c08ccadaeb1d40b977cc567887866', '52.167.144.82', 1687419146, '__ci_last_regenerate|i:1687419146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73cf3872c37f38557d621c20edea1dc9132a32c9', '51.222.253.3', 1679449232, '__ci_last_regenerate|i:1679449232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d04d8b0df6d2f27b8172d2621f1ccf58bfda33', '190.56.49.109', 1666132437, '__ci_last_regenerate|i:1666132437;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666132428;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d08328691d15a0b1f3023071b60cee330927ac', '17.121.112.221', 1660702501, '__ci_last_regenerate|i:1660702501;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 ('73d23bf91ac87a237ff9f10388f8652567af3167', '51.222.253.20', 1684907998, '__ci_last_regenerate|i:1684907998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d34ae4cc8916a7c7b78fc658083bd2e26e23d3', '114.119.134.64', 1687987733, '__ci_last_regenerate|i:1687987732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d396867cb2729ee5e166d5ccf211228cd693ca', '52.167.144.162', 1686507881, '__ci_last_regenerate|i:1686507881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d3ae5c4a48ff307ca3a22ebfd52b020badd9fc', '173.249.31.237', 1659409054, '__ci_last_regenerate|i:1659409054;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 ('73d48cca1b344fd79107aa5254d6d884a3dca634', '54.245.215.23', 1688169170, '__ci_last_regenerate|i:1688169170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d4f49d6dcc87b202d7eb2d504c83a490251737', '51.222.253.11', 1687027043, '__ci_last_regenerate|i:1687027043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d63042b04afc383bc91c7487098054d0336c0a', '3.111.41.2', 1670738469, '__ci_last_regenerate|i:1670738468;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d6b62d2e0378a1b194b3b68e4cb0ad2229ba44', '52.167.144.57', 1687397119, '__ci_last_regenerate|i:1687397119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d7178a5e4121be69aa2896b4053642871caadf', '157.55.39.221', 1662323364, '__ci_last_regenerate|i:1662323364;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d7824acd0baffa3018dba70b16e081b20a960c', '54.36.148.117', 1662963778, '__ci_last_regenerate|i:1662963778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d7bc24ade33d9e518c9aae8bced2e6f100edb6', '207.46.13.127', 1656068389, '__ci_last_regenerate|i:1656068389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d81587876cdba266b866be95677c01368c17f6', '163.123.143.82', 1673574401, '__ci_last_regenerate|i:1673574401;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73d8fee82329f11f7c4eaa65efb0641ff5580829', '190.56.54.129', 1653426863, '__ci_last_regenerate|i:1653426863;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"NMkInitwmuyQEOZ7eGqJ\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73dcc95473c9114ea02cf37b928572a031e2dff1', '52.167.144.98', 1685510378, '__ci_last_regenerate|i:1685510378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73df01dafdc2f14db39ab81b1e1c416c2280a222', '114.119.135.251', 1687516348, '__ci_last_regenerate|i:1687516348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e045409293deec6404540d576aa28e3f9119ac', '52.167.144.74', 1688234851, '__ci_last_regenerate|i:1688234851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e1274d9a8f446d0c76eb5fef73595d36219837', '52.167.144.70', 1688354262, '__ci_last_regenerate|i:1688354262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e196c02aa6abb06954f7d552db7ccd2569f071', '200.119.170.217', 1656353389, '__ci_last_regenerate|i:1656353389;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656353385;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e32eb7b03836b91755e00c47baf562919cefac', '40.77.167.11', 1673230007, '__ci_last_regenerate|i:1673230007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e3a9aa591ae21a19e34fb0d0ad9e58ca8db641', '40.77.167.37', 1668834605, '__ci_last_regenerate|i:1668834605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e3e26975d1ff743b34be4df27a3a0f148f6fc2', '40.77.167.161', 1677028636, '__ci_last_regenerate|i:1677028636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e500c68e2454ae764e854359d79409f08a4fa7', '157.55.39.54', 1660276377, '__ci_last_regenerate|i:1660276377;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 ('73e6679ff5189b334ef685e6ddeeae79e13996d3', '190.56.48.81', 1665960381, '__ci_last_regenerate|i:1665960381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665960379;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e710b46f9680667c835d285354a6f811f96373', '114.119.132.170', 1685536975, '__ci_last_regenerate|i:1685536975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e796e78dd3d74a1f9b9857ad93c20bc25478b0', '190.56.173.213', 1683410995, '__ci_last_regenerate|i:1683410995;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683409757;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e9293718d630baed6b4499473e6269b46b1a1e', '34.132.52.32', 1664741106, '__ci_last_regenerate|i:1664741106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73e93b04e5e5281885f9abfc2f08f7a2fe0e0621', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ea10b267bf7e6b296b94144ea4561d6adb078d', '51.222.253.16', 1656353302, '__ci_last_regenerate|i:1656353302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73eaca754d05e4e298c2ec25a312fd6723740390', '200.119.173.177', 1685320128, '__ci_last_regenerate|i:1685320128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685320060;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73eadbb2759709222453b5db475f776394abcc4b', '54.36.173.89', 1685011598, '__ci_last_regenerate|i:1685011598;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ec4c16512a92de68bb410a100d96d5eb682fca', '40.77.167.227', 1681745227, '__ci_last_regenerate|i:1681745227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ecb9ca520e4013f7304f3d1c3f5eae7f4a2988', '190.148.252.151', 1671308826, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671308826;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671307899;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ed05b4a98c3bc2e0f958da061b3be0f8542620', '40.77.167.161', 1680984066, '__ci_last_regenerate|i:1680984066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ef7f1ba4329a35b7e18a3c81084207cdb9a05f', '52.167.144.47', 1678324885, '__ci_last_regenerate|i:1678324885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73efe26a7fefb1a576476fba9993ae6af6f628e3', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73effa326c855ec7043af3ae3556d5888e09201f', '52.167.144.76', 1681519082, '__ci_last_regenerate|i:1681519082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f055002f2b661ce2fe865eaf3ebef5d6609559', '52.167.144.76', 1681521834, '__ci_last_regenerate|i:1681521834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f1845ad10e5895cbb356449359add301f279a9', '190.148.157.177', 1682118779, '__ci_last_regenerate|i:1682118779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682118775;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f1b6e197f4566375101c6029f1afc339247ae9', '190.148.252.223', 1659104173, '__ci_last_regenerate|i:1659104173;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659103797;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f281b03aabd628430c0f0eb477f89cc7eecc91', '157.55.39.147', 1672168267, '__ci_last_regenerate|i:1672168266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f2d67fac1592db7b1c9b41a83958b616be6626', '190.148.252.85', 1666215116, '__ci_last_regenerate|i:1666214824;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666197100\";last_ip|s:14:\"190.148.252.85\";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 ('73f39932fa15b372608122c7f7310056bf419e5e', '54.184.112.242', 1671716327, '__ci_last_regenerate|i:1671716326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f48bb3afa2cf0639a6a93b70b3be45f07989df', '190.148.157.177', 1682025063, '__ci_last_regenerate|i:1682025063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682024984;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f49f8e437e2d443af50a7b0d476fe75706dafc', '40.77.167.79', 1652999470, '__ci_last_regenerate|i:1652999459;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f52a985873716db159b52453ddf99dcd70bd80', '52.167.144.166', 1686862080, '__ci_last_regenerate|i:1686862080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f59ba05fe67a81065d32606f9b1c490a169286', '135.181.154.144', 1663832803, '__ci_last_regenerate|i:1663832793;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f5cda40e6a5714a795b17213d7344fe37201c3', '114.119.145.233', 1686219681, '__ci_last_regenerate|i:1686219681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73f85945dedc318004e5f3f6c89fcda3b64acee3', '66.249.74.100', 1687057467, '__ci_last_regenerate|i:1687057467;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 ('73f961bb3c922cf44adf8d488e8f1b78ff22fecd', '52.167.144.162', 1681974144, '__ci_last_regenerate|i:1681974144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73fba93bc9c5078cce0d4c6d496b1371a6993f4e', '190.148.252.197', 1665499912, '__ci_last_regenerate|i:1665499912;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665499878;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73fc5e229618a85ccf60200ec6dbeb29b2231209', '52.167.144.61', 1688283082, '__ci_last_regenerate|i:1688283082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ff42396e1a012a259960117d6eb829f416ea0b', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7400e6700512e1625f1da64f2df50c63f98f5a6a', '190.148.157.183', 1680379976, '__ci_last_regenerate|i:1680379976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680379970;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7402074fbb3ea743308c744e01866498070b2b9b', '190.148.252.161', 1669856152, '__ci_last_regenerate|i:1669856152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669856148;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740239abed73331c2bd294aa0c7029cb9bb0c822', '190.148.157.183', 1680105367, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7402b1fbb6513e4574a4c263ebe1cd60e29ea004', '52.167.144.171', 1684499503, '__ci_last_regenerate|i:1684499502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74037d8e6f0bbe7e5aee0e3973d12b982bceb04e', '52.167.144.82', 1687397062, '__ci_last_regenerate|i:1687397062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7404168120ba1c341a56b195c94092f26a01ae39', '17.121.112.72', 1651411029, '__ci_last_regenerate|i:1651411029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740a9bf09c094a11f195a8127671b800c1d3a1eb', '40.77.167.191', 1681643202, '__ci_last_regenerate|i:1681643202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740b40bfc51e2a6fdbe7bc832220834cc8cada5b', '40.77.167.123', 1683578927, '__ci_last_regenerate|i:1683578927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740cdb500e4d486d49081391492c3171c0436228', '52.167.144.162', 1686837532, '__ci_last_regenerate|i:1686837532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740d2d018f56a2fbbc773ce161de0cc90a51c399', '52.167.144.164', 1684355679, '__ci_last_regenerate|i:1684355679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740f4bedadf69627ae38b6d3ead1ce37199104b5', '17.121.113.236', 1662615165, '__ci_last_regenerate|i:1662615165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('740fdea5f98655287a484792d000b2a92279657f', '190.148.87.96', 1678455866, '__ci_last_regenerate|i:1678455866;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678454833;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('741050b98288bdfb4706da51d1c3659af257a882', '207.46.13.12', 1676291678, '__ci_last_regenerate|i:1676291678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('741341c53f12a477990b1591945004c6e362f304', '51.222.253.7', 1658796789, '__ci_last_regenerate|i:1658796789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7413c8201a73f4fba7e85f736cea414a510a5d14', '190.148.252.88', 1670886923, '__ci_last_regenerate|i:1670886923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670886110;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74153195d027d80252043c42024e7febdde51554', '157.55.39.173', 1670276704, '__ci_last_regenerate|i:1670276704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7415889d22b28ac15ad029f7d107301555c0ec05', '190.148.157.117', 1675561296, '__ci_last_regenerate|i:1675561296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675561117;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7415de1cb2d1e1d4f6d52a20ee54ca84020645f3', '114.119.132.52', 1687009347, '__ci_last_regenerate|i:1687009347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7416939d13228df577ad4ee7899505cb3b5968d3', '40.77.167.64', 1675002471, '__ci_last_regenerate|i:1675002471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7416cfa5ff1659ddfc11f113f7cfde39439602d4', '52.167.144.164', 1685373076, '__ci_last_regenerate|i:1685373076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7417a0d758f1cbf70647ca29f25560a7e26340e1', '190.56.55.113', 1673452697, '__ci_last_regenerate|i:1673452697;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673451296;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('741885256651d7da98a84542c028ce663d2e935f', '207.46.13.12', 1676300662, '__ci_last_regenerate|i:1676300662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7418b8fed4092ea7b064cbc19e4e93db08ea55e1', '190.148.157.53', 1684084512, '__ci_last_regenerate|i:1684084512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684084509;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74194f85dd81a783e61bcb63b5997240bdd6be20', '190.56.50.253', 1682464481, '__ci_last_regenerate|i:1682464481;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682464047;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('741b0cd6fbd1c174d4bcff1f595ba61ec0ad8e08', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7420ccf76ccb5a7fda94e4500e6435f329696641', '200.119.173.130', 1676145200, '__ci_last_regenerate|i:1676145200;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676144773;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7422d735ae67a7c590162ed2ec077e36a8d17850', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7425b8006db1f4e2ac22806a97ce7bcf56d7e890', '51.222.253.10', 1662206524, '__ci_last_regenerate|i:1662206524;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7426d08bc6417a67c28c0360b3cdca54258dc6ee', '66.249.79.210', 1679231294, '__ci_last_regenerate|i:1679231294;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 ('7427d7b265bb765d406ee573ea3f77a566406caf', '190.148.157.183', 1680538645, '__ci_last_regenerate|i:1680538645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680538623;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742b3c919865efb9116560a33a258729368e5b29', '200.119.173.90', 1657207387, '__ci_last_regenerate|i:1657207387;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657140685\";last_ip|s:12:\"190.56.55.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657203915;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742bb90eb05122226d401e27aa0cd1ec9e92ae64', '211.54.250.239', 1651390063, '__ci_last_regenerate|i:1651390063;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 ('742d96076f7bd98f9c2ece955da0d8935e62d0de', '51.222.253.12', 1684419435, '__ci_last_regenerate|i:1684419435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742da284cd303906b52d75b50392079972b4a8ff', '190.148.252.88', 1670893034, '__ci_last_regenerate|i:1670893034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670892439;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742f59115e1bbba027b9ccca75b3dc87bf677569', '54.36.148.28', 1688239208, '__ci_last_regenerate|i:1688239208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('742f7f4e73573a41dc55fc21520eb97831bb5d91', '40.77.167.192', 1681353360, '__ci_last_regenerate|i:1681353360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7433e4a600d9deddd4a8bff593ae088b867a0f5d', '190.148.252.183', 1681646978, '__ci_last_regenerate|i:1681646978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681559255\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681646971;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74361b519cc67866da5d7718d266e96ddf22d147', '190.148.252.88', 1670867707, '__ci_last_regenerate|i:1670867707;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";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 ('743805193c4214c6aa9d4845c164d213bad83d87', '157.55.39.227', 1688527119, '__ci_last_regenerate|i:1688527119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743844696983eb7f09846e2b02a033e803fa4666', '157.55.39.217', 1683409569, '__ci_last_regenerate|i:1683409569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74396b31a2508eb40510666be549438eab9f6031', '114.119.140.50', 1685496546, '__ci_last_regenerate|i:1685496546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743afe59818ead698ef977a0fef96f0f24d63fee', '17.121.113.245', 1660041980, '__ci_last_regenerate|i:1660041980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743b3f7382f29592def2f687529304948f595705', '200.119.170.209', 1656775630, '__ci_last_regenerate|i:1656775630;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 ('743bc03d013f45b4e358d47b9d854ae85b9b4757', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743e0cb34da7f18846e6f772ecf5d98ceccc447e', '190.148.158.23', 1687200602, '__ci_last_regenerate|i:1687200602;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687200587;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743e51db11214930a73b2c1ea5225e426e1b91ea', '52.167.144.63', 1687168518, '__ci_last_regenerate|i:1687168518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743f5cec8b1c62a577cea1a44be7b1cc84d6eb71', '52.167.144.162', 1682405324, '__ci_last_regenerate|i:1682405324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743fb2d51258fd93a1ea47ab882de6164397544b', '40.77.167.123', 1683134533, '__ci_last_regenerate|i:1683134533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74416df278b1225ab812af074896a7ff0379e9fb', '190.56.32.174', 1676557681, '__ci_last_regenerate|i:1676557681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676555587;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74439f21ab0fd23c4758236e8126cbc4d83881e4', '51.254.199.11', 1663987803, '__ci_last_regenerate|i:1663987803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7443ee652a61e1fbf7a389e17a3d6be5ca21f532', '200.119.172.60', 1674748744, '__ci_last_regenerate|i:1674748744;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674670557\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"cvMABFKfxlbTJ3rCz18U\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7444019d63a64da93aa6ca58201ba7d528e7412e', '190.148.158.175', 1672617636, '__ci_last_regenerate|i:1672617636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672617628;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7444638d9a2edd0355b91d33358615d782a7a00e', '51.222.253.11', 1670292122, '__ci_last_regenerate|i:1670292122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7445a6f8df65f022eae03afadf89668304a82f0d', '200.119.174.182', 1667739964, '__ci_last_regenerate|i:1667739964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667739904;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7449443eb3d612cec70a7115b578334b10b5ad02', '157.55.39.215', 1678668143, '__ci_last_regenerate|i:1678668143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('744bb303d36529f5d3d8a15ca28d93e763222e1e', '190.148.87.182', 1679791203, '__ci_last_regenerate|i:1679791203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679790918;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('744cb0772b2fb59eb1e6b9138013d532dba38324', '40.77.167.241', 1685461862, '__ci_last_regenerate|i:1685461862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('744f0be655628f1b13bfa90dcf5cf925577f5b9e', '52.167.144.171', 1684644943, '__ci_last_regenerate|i:1684644943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745034d0b4eb9f10340cc0c7e5a3af153c3fef1a', '190.148.252.233', 1669081344, '__ci_last_regenerate|i:1669079194;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669073296\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669081344;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74517e20428fc9d74578a43814263785348ef1d8', '52.167.144.162', 1681967584, '__ci_last_regenerate|i:1681967584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7451a9079b94682acddd99b27e6256c181973ea0', '114.119.129.200', 1685875442, '__ci_last_regenerate|i:1685875442;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 ('7451fc3f8c92e81264afc81739f1250eb4115acd', '207.46.13.230', 1656709575, '__ci_last_regenerate|i:1656709575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7452536843885e3502e682a002619a9eb5d719df', '114.119.136.66', 1685556598, '__ci_last_regenerate|i:1685556598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7452c26625cb1ad02274e3eb5eb8212f80483845', '114.119.156.138', 1688235358, '__ci_last_regenerate|i:1688235358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745c43a1c28855a81c03579b4a1036d5f8a42f2c', '137.184.189.88', 1687972294, '__ci_last_regenerate|i:1687972294;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745cf0ff67cea9e8a3a952e7358541e07b8efb37', '51.222.253.18', 1650941641, '__ci_last_regenerate|i:1650941640;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745d31d27eaacc77fde966afaba53d03f3292a1c', '40.77.167.13', 1672354864, '__ci_last_regenerate|i:1672354864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745dde66656bebf0edb6b41fa6e8b9f67e8503cb', '54.37.233.116', 1650851984, '__ci_last_regenerate|i:1650851984;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('745e208636317c9c397105c0815cd3995c3e0e67', '40.77.167.114', 1678799610, '__ci_last_regenerate|i:1678799610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7460eec0d850af75b29671c40ed9957aabc69736', '114.119.133.253', 1686352618, '__ci_last_regenerate|i:1686352618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('746329ae8fd6a75289748695ca5623767686783d', '190.56.55.48', 1687377423, '__ci_last_regenerate|i:1687377423;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687376491;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7465dbf796f82bbff186c9a5843ef134ee1e3c9a', '114.119.157.84', 1687627355, '__ci_last_regenerate|i:1687627355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74679ee724b1cf1bed8e771ada7698c0ab69c59a', '52.167.144.164', 1686739442, '__ci_last_regenerate|i:1686739441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('746a7661b330bfd27282b934ab1e60eade10a849', '190.148.157.233', 1655508584, '__ci_last_regenerate|i:1655508503;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655507138\";last_ip|s:15:\"190.148.157.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655508583;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('746b2c67c7938254ee343f3ece755884cc578c67', '190.148.158.175', 1672279456, '__ci_last_regenerate|i:1672279456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672278263;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('746b8799958cd4f051fa49685a834902d104b0d2', '54.37.204.35', 1681231127, '__ci_last_regenerate|i:1681231127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('746b92ee1a067f23771c1b6b2c6436d909c44e8e', '40.77.167.222', 1681583570, '__ci_last_regenerate|i:1681583570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7471dce22ee2d8a5de271009f02ec943bf7fee01', '40.77.167.49', 1665836276, '__ci_last_regenerate|i:1665836276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747334ed54d5744c6a9587b273332403d8df7d5a', '40.77.167.123', 1683074043, '__ci_last_regenerate|i:1683074043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747392dc35238c2ff8cdbf39de4866124c448e3b', '114.119.128.14', 1687292910, '__ci_last_regenerate|i:1687292910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7474d6af2bba5fa6a3bedaa86e1ff369afa6ac84', '66.249.77.46', 1678221947, '__ci_last_regenerate|i:1678221947;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 ('74763b2b5d8e8634ecc17b5ccd0ab39675ecc595', '52.167.144.76', 1682294870, '__ci_last_regenerate|i:1682294870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7476aeefb45aa674e4af0360bad51cded7d98513', '200.119.172.60', 1674579445, '__ci_last_regenerate|i:1674579445;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674579442;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747911b8ff9df083d89bd8c93f2b432a1936a426', '198.251.73.109', 1686692726, '__ci_last_regenerate|i:1686692726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7479732d3bacde29d5eabc866a5a0959f2e38409', '190.56.55.27', 1662383222, '__ci_last_regenerate|i:1662383222;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662382530;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747a28f6f159874b2516334d9edf09c19dc5780a', '144.217.135.140', 1658780069, '__ci_last_regenerate|i:1658780069;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 ('747a829208ad2a8bdfdf1d9cc25dfd0abfcbc444', '52.167.144.164', 1686179766, '__ci_last_regenerate|i:1686179766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747b05bc62b535d06a4f1c411c27b4294bc5628c', '200.119.174.9', 1674342883, '__ci_last_regenerate|i:1674342883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674342806;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747b0fc0a14b5f59a9cbc5da85f4f8258035c722', '157.55.39.164', 1654654973, '__ci_last_regenerate|i:1654654962;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('747f8f95fc84f1ba7f005795cd0af85a5eb26e72', '114.119.155.38', 1684949602, '__ci_last_regenerate|i:1684949602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74802b75d70d4f659b88b2b990f1e13cc497f4bc', '52.167.144.98', 1686805865, '__ci_last_regenerate|i:1686805864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7480eee9a02a552589c93847abd4f69011b383fa', '40.77.167.191', 1681737839, '__ci_last_regenerate|i:1681737839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7480f2633194d7496d54ceec37dac218837fc234', '190.148.252.55', 1675724859, '__ci_last_regenerate|i:1675724859;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675723815;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748519666560fe3e5f4390c30ab9914d16053b59', '114.119.138.226', 1686315430, '__ci_last_regenerate|i:1686315430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7485c9f478c7ecdce55aa074df783ad8259c4a24', '190.148.87.244', 1654615491, '__ci_last_regenerate|i:1654615491;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654615476;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74867cf40423ad0ae41ec316543751538d0f5854', '74.125.212.193', 1668131971, '__ci_last_regenerate|i:1668131971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7486a264f67840765a273dcf412b84feff3db1b6', '190.148.87.99', 1688404037, '__ci_last_regenerate|i:1688404037;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"WbRvaDZmMKBQnVC5sIpO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7488e4b7e15ba162866453dcf97ff386a0317270', '52.167.144.76', 1682587246, '__ci_last_regenerate|i:1682587246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748a2706ab52b0db17c72c288ee87eadedbcc090', '157.55.39.51', 1669636856, '__ci_last_regenerate|i:1669636856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748ace8581f5ce6df5e8a6f2267f2071e3641b1e', '200.119.172.96', 1675467681, '__ci_last_regenerate|i:1675467681;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675467642;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748be3bbefcce8500eb31e12521e806b2ece3689', '114.119.145.130', 1687928651, '__ci_last_regenerate|i:1687928651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748e771311706ad5256e9acfd2ec21445b57fa1f', '200.119.174.30', 1667500326, '__ci_last_regenerate|i:1667500326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667500323;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748edd15befc4ffd6be7748ab010d5b53f8b6efc', '157.55.39.200', 1667218092, '__ci_last_regenerate|i:1667218092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('749294a5cb784092f03a3daffc5f79f98ac92a24', '190.56.54.129', 1653596167, '__ci_last_regenerate|i:1653596167;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"iemROz6Df89XNQGk7Kjy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7492c61addc60bc376a62b44861d14f5a2aaae38', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('749361e8cd3c990f07490ec5c8d5a4be9671a22b', '114.119.151.117', 1685522372, '__ci_last_regenerate|i:1685522372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7493cfaea40b36b62bcf9dc07575c6091cc86e4f', '207.46.13.217', 1684131950, '__ci_last_regenerate|i:1684131950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74959382f40c15ca1d87b075c959264979c013cc', '207.46.13.113', 1675851912, '__ci_last_regenerate|i:1675851912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74960239a6fa23785e00772b021a4347a0298da7', '114.119.136.69', 1687760964, '__ci_last_regenerate|i:1687760964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('749634f918b878748a571851399a008fa3764aaf', '190.148.252.111', 1677886120, '__ci_last_regenerate|i:1677886120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677886017;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('749cd5b53d00d9c2146eacfdee6650ee1d7bfa46', '52.167.144.164', 1686251607, '__ci_last_regenerate|i:1686251607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('749e8b64d8a14477dbf403f3f6dea717295e3327', '52.167.144.31', 1681459318, '__ci_last_regenerate|i:1681459318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('749edc6a86dc0cf806e2cb1a39bacd21fdf925a7', '204.48.19.165', 1673076337, '__ci_last_regenerate|i:1673076337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a064e6a2bbbf79e161cc0fd45bd8e2952af2d4', '157.55.39.221', 1662044072, '__ci_last_regenerate|i:1662044072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a287462f468182227b60ac6d8bf7fcf3408614', '52.167.144.82', 1687393057, '__ci_last_regenerate|i:1687393057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a5357d3952d7b6a09de8ad89113b8bb04fceef', '200.119.174.79', 1666391864, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666391827;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666354882\";last_ip|s:15:\"200.119.174.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666391864;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a57c20b63506eeb3465797716c1d503d7f0843', '52.167.144.162', 1681830982, '__ci_last_regenerate|i:1681830982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a825c73c5f7d163f5ab50fa216c09c729f0322', '114.119.144.80', 1685652630, '__ci_last_regenerate|i:1685652630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a926d490a485c843ea2dc383dec30797b57a7a', '190.148.87.182', 1679613968, '__ci_last_regenerate|i:1679613968;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679613964;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a983ccefeed67429dd9928c021b160cf206449', '54.36.148.24', 1662360491, '__ci_last_regenerate|i:1662360491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74a9e70d6b879681dda407925db23ba32e735962', '157.55.39.217', 1683253100, '__ci_last_regenerate|i:1683253100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ac19eaf20602d63eee0010fa33090272c9218b', '66.249.79.198', 1664832030, '__ci_last_regenerate|i:1664832030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ad5b7d1212bd73aef062cd55ede40bad55e840', '51.222.253.8', 1679888012, '__ci_last_regenerate|i:1679888012;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 ('74ad6ec9f2188b513909c1bc35803269e7471fcb', '114.119.151.107', 1686836036, '__ci_last_regenerate|i:1686836036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ad703036f51456c187486d12d751f685132108', '190.56.50.120', 1661823217, '__ci_last_regenerate|i:1661823174;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661808867\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661823216;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74adf9725c0969b0086c06f8c593b74bb68f2101', '82.80.249.158', 1668921128, '__ci_last_regenerate|i:1668921128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74af1b33c74485daf6f78cd37a73b90c8ac9dc6f', '190.56.49.83', 1687044074, '__ci_last_regenerate|i:1687044074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687043958;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74b6906c66d950fa7a633e2c5a96763d018b8d2e', '114.119.149.91', 1684917087, '__ci_last_regenerate|i:1684917087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ba8b62cf18373e0059fafe2d4c18849e1fcabb', '190.56.54.156', 1665248364, '__ci_last_regenerate|i:1665248364;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665248300;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74bdb5d39d5a92e1c61d68344ba9f1ec9b7ade38', '190.148.87.182', 1679583543, '__ci_last_regenerate|i:1679583543;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"cJwv4AZEufxLXV8i0nhe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74bdd3391eea34614b9b6ad95a8399a9ba1f3b25', '190.56.32.162', 1686331048, '__ci_last_regenerate|i:1686331048;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686256424\";last_ip|s:13:\"190.56.32.162\";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 ('74bdd561468581786497522d92c4dddab94f3302', '188.153.0.191', 1663751545, '__ci_last_regenerate|i:1663751545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74be0f6dfe8b5d580e747ef50fd0a791620b4ddc', '51.222.253.10', 1658721795, '__ci_last_regenerate|i:1658721795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74be9923af001d4e9d27fe3e74fcb6dc4735b889', '52.167.144.89', 1679383575, '__ci_last_regenerate|i:1679383575;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74beeef5be253bc4f8c2e35dffff68aaf456dbb7', '200.119.173.130', 1675887410, '__ci_last_regenerate|i:1675887410;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675868530\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"hoMOsfxTN7CLgiBnUcKH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74bf4b2c05ab433e011a653ff552ae63a4192533', '190.56.32.35', 1672079697, '__ci_last_regenerate|i:1672079697;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672054277\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672079638;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74bf5c86792fa339928a219e7fe46a464f1b6c50', '66.249.74.103', 1683470191, '__ci_last_regenerate|i:1683470191;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 ('74bfd3ebb42be1a3d7eae9f7c656449455c7e581', '190.56.54.156', 1665066867, '__ci_last_regenerate|i:1665066867;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665064534\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665066380;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c031f497c542f2003a7c12687e24ea089ef941', '40.77.167.49', 1666174770, '__ci_last_regenerate|i:1666174770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c08eabbbd127109448cad26af3596d937688b9', '124.221.186.26', 1653432614, '__ci_last_regenerate|i:1653432614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c1d6a155cd8bb173bc13ebcbb82e618bea0a0d', '114.119.157.103', 1685622961, '__ci_last_regenerate|i:1685622961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c2a76ca440afef66e63a0e744a07382e99c39e', '157.55.39.100', 1672128303, '__ci_last_regenerate|i:1672128303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c2f1c7fb1ad4aa4934c1d9717e0b3812def341', '190.56.51.80', 1669061379, '__ci_last_regenerate|i:1669061379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c409695486fd5333d347450571d1e611d823e9', '51.222.253.19', 1684339605, '__ci_last_regenerate|i:1684339605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c5373205eba7e49ababee417dbd5acafc2d513', '40.77.167.37', 1667980660, '__ci_last_regenerate|i:1667980660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c7bdfa9df59f39ff52c5e4121e5f340bf2344b', '51.104.39.111', 1651614921, '__ci_last_regenerate|i:1651614917;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 ('74c8612daacc8d40e610cb6cf9530ec8e5087e9d', '54.36.148.169', 1676379084, '__ci_last_regenerate|i:1676379084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c9ea5e71f1359fbf36bdafdc968dad318e9d59', '157.55.39.105', 1677047978, '__ci_last_regenerate|i:1677047978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c9ec6a0013537f4e8d1bf8259731275778b6ff', '51.222.253.9', 1677297899, '__ci_last_regenerate|i:1677297899;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 ('74cac9a126f775c201fda99a10b9d1229c30fd34', '190.56.32.170', 1651093933, '__ci_last_regenerate|i:1651093933;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651084539\";last_ip|s:15:\"190.104.119.148\";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 ('74cae8b947078cbbe39034af5e1ff6c5638e8b92', '157.55.39.125', 1654194371, '__ci_last_regenerate|i:1654194362;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74cbb7eae0f5ee4c12a14660c7d437261b1763bb', '52.167.144.164', 1684929885, '__ci_last_regenerate|i:1684929885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74cc2364cbbc76ccc3eb39eb2bf5278930ce06df', '54.36.148.138', 1684911552, '__ci_last_regenerate|i:1684911552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74cc3a41bf3547a30dbf1713f559e3ea49992800', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74cfe4e03377775bf6eb48168ebc04439bf6ecac', '157.55.39.79', 1670181109, '__ci_last_regenerate|i:1670181109;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d1a3a1eadd54205c128d4fbae52093c2aee556', '207.46.13.127', 1656578687, '__ci_last_regenerate|i:1656578687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d1ceffa747a41baead2ed12f6bf98afca32d1f', '190.56.48.81', 1665968717, '__ci_last_regenerate|i:1665968712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665968712;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d1f8583c7ea7edaaabf94600c0e8690b30f014', '52.167.144.98', 1684315742, '__ci_last_regenerate|i:1684315742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d22ee455663e668a3d6034976176fae5cab3c3', '190.56.49.109', 1666131344, '__ci_last_regenerate|i:1666131344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666131314;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d2d45617ca318c62b197346eb91b5d47993dae', '52.167.144.63', 1687144547, '__ci_last_regenerate|i:1687144547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d2faf93e7c7bb6c69505c2636fad1aed304509', '65.154.226.220', 1650745718, '__ci_last_regenerate|i:1650745718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d329e5de13ec6d1eb3d08f09da8938a9c96cc8', '51.222.253.14', 1654751794, '__ci_last_regenerate|i:1654751794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d48ba67092986a8cc3ffdb5ac916b4dccf0d45', '190.148.157.53', 1683979890, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d4dd1063cef1801370adaab154ac8e3beab0fe', '114.119.132.228', 1686875519, '__ci_last_regenerate|i:1686875518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d7f66069d19aecab49d8f8330a28e46ac7b691', '200.119.172.48', 1668615722, '__ci_last_regenerate|i:1668615722;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668615709;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d878896509b9c3c494a95eb277b82fa4237113', '144.76.67.169', 1661940540, '__ci_last_regenerate|i:1661940540;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d9550c950388a4ea2e5e84df9cc8cb3f052095', '114.119.150.114', 1685289852, '__ci_last_regenerate|i:1685289852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d9ae1b50d3a6296bc9dcd0b5b18a43a19c1110', '200.119.173.212', 1667946838, '__ci_last_regenerate|i:1667946838;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74d9ca61e61f674e54d13b3e027b133f1d06e8f2', '114.119.154.89', 1687855404, '__ci_last_regenerate|i:1687855404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74db7111cf500b9e9a9d9a59f24a227e055a938f', '107.150.70.83', 1676735399, '__ci_last_regenerate|i:1676735367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e0ee32f64f7e227c216038180e6e5ad5b929a1', '52.167.144.73', 1679581053, '__ci_last_regenerate|i:1679581053;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e21e9d8c43bb664a0b243d8a5e5b7ba27bf477', '54.36.148.59', 1662187934, '__ci_last_regenerate|i:1662187934;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 ('74e293807f82e37aea08f3bdddf60b351dccfcfb', '52.167.144.98', 1685546836, '__ci_last_regenerate|i:1685546836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e2bc5a8e38c797157e0c3f4cee04f7c4698ba6', '52.167.144.171', 1685179200, '__ci_last_regenerate|i:1685179200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e31380808396eed884034efdb17b04f6debb3f', '190.148.252.48', 1656637053, '__ci_last_regenerate|i:1656636796;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656613862\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656637052;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e3e322cb03298d0ad5d71a8d18a3869f891689', '190.148.252.151', 1671121613, '__ci_last_regenerate|i:1671121613;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671121201;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e41bab913f4fbb0a541bd90c461d1d26f4ee04', '114.119.152.219', 1688137273, '__ci_last_regenerate|i:1688137273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e52220b825ad695bd6e199ec6f1fc6358a2995', '50.21.188.93', 1672704855, '__ci_last_regenerate|i:1672704855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e670813edbc5914a47d7742c5985edb08e07a8', '190.148.157.99', 1662513038, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1662505299;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468380\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662505416;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e6827aace11e6efe41b8892d626fc1b59f894c', '205.210.31.11', 1651641369, '__ci_last_regenerate|i:1651641369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e6f1699e41c999f347ee9a337908a79832c844', '114.119.141.100', 1688281401, '__ci_last_regenerate|i:1688281401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e82573476656297352d99c47a32e27d79af2a7', '54.187.145.118', 1654436452, '__ci_last_regenerate|i:1654436452;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 ('74e8651cb48759f917cd19b36f1956ed63f6269a', '51.222.253.19', 1688239206, '__ci_last_regenerate|i:1688239206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ea6695d683b437be1ba9ac4990a3085336ad60', '51.222.253.2', 1685004503, '__ci_last_regenerate|i:1685004503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ea98e76e3eb902bd4f5a83f24efe52d9838b0f', '124.206.180.138', 1650996402, '__ci_last_regenerate|i:1650996393;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ebb50bca319c41494742faac477cf8b6d91361', '52.167.144.171', 1685546715, '__ci_last_regenerate|i:1685546715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f10705cfa710e4fb57a323702fbb057f9370d9', '54.37.233.116', 1650768747, '__ci_last_regenerate|i:1650768747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f1b0ccad736e2650f1b0ef79aa706c3313d7bb', '114.119.128.253', 1688165285, '__ci_last_regenerate|i:1688165285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f57190d27b6a58df7420f7f487185cc008582d', '200.119.172.96', 1675443219, '__ci_last_regenerate|i:1675443219;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675443168;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f6e1bbf7cc7925a539b016392f2f23346cda45', '114.119.145.56', 1688215262, '__ci_last_regenerate|i:1688215262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f761fcc7564ef9302b3c4f806666219fab0cb3', '157.55.39.200', 1663838440, '__ci_last_regenerate|i:1663838440;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 ('74f8980a492a905e4f64c40edbd4ee7dbb9bd9d9', '114.119.148.49', 1686645976, '__ci_last_regenerate|i:1686645976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74f9f4e0a1a71299784673d398038f8df2548690', '34.210.26.164', 1660743430, '__ci_last_regenerate|i:1660743430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74faa1cefa2730d7186b96c51f9ad2b88b5c49fb', '114.119.137.167', 1687631637, '__ci_last_regenerate|i:1687631635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74fafd095af08251f61d9e126169afcc5058adfe', '114.119.157.143', 1687572986, '__ci_last_regenerate|i:1687572986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74fbbbfdc0ace91357ce19ccdfc2c7496ef8fb6e', '114.119.159.208', 1687630638, '__ci_last_regenerate|i:1687630638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74fcb06897ebec28a017323aa0bcd560c4119212', '157.55.39.65', 1661120993, '__ci_last_regenerate|i:1661120993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74fcb885cc4078cf36a178f916a198af23ca7403', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74fec92919257831928dc4a6dbc4e14340ef374e', '114.119.139.42', 1688060653, '__ci_last_regenerate|i:1688060653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74ffcf78a5a7cf0f79fd6f7b5a0a7605657951c3', '40.77.167.85', 1686561965, '__ci_last_regenerate|i:1686561965;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 ('7501cff13457ce3076b145d8bb05b7705bfd933f', '40.77.167.79', 1654783632, '__ci_last_regenerate|i:1654783623;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('750277fcb3ae5eaed9d9d1e29ed96d7c7e91ed3e', '190.148.158.69', 1685835252, '__ci_last_regenerate|i:1685835252;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685835233;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75049eab34677795256aabb12fd0a54f3f25d62e', '111.7.100.27', 1650976300, '__ci_last_regenerate|i:1650976300;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75080d858546e18f47c0171fdae9ef4b9e58c421', '17.121.114.198', 1654257266, '__ci_last_regenerate|i:1654257266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75081a28124d60aa9d1bac32378d5c21d514edd2', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('750bda98609a55ecdc27acb0b955c0ee2d45b839', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('750d40d8a4282f642279f3923cc60e44f818ddff', '17.121.114.55', 1662946830, '__ci_last_regenerate|i:1662946830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('750ea9627af36f266f406c5e0c4724fd6016b8ac', '190.148.252.151', 1671455140, '__ci_last_regenerate|i:1671455140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671455133;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7511bda77fa7e2022b31a8ea72bec09ef053cfa0', '200.119.173.130', 1675814799, '__ci_last_regenerate|i:1675814799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675814695;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75142bf392d6d99f21ec37160f7b1279dd92f409', '114.119.137.174', 1688109417, '__ci_last_regenerate|i:1688109417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751498cef5305087a23e84fc552a55f11a80b2d9', '40.77.167.222', 1681430319, '__ci_last_regenerate|i:1681430319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751580651a29fef8ada6bda3045e3038bd275b88', '40.77.167.91', 1686974667, '__ci_last_regenerate|i:1686974667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7515cc64e355cae54aecf5b2f0d40a581f72ae11', '157.55.39.90', 1662650063, '__ci_last_regenerate|i:1662650062;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75169b8d08c1bd201cb8eca230abbd7d3e37bce7', '157.55.39.173', 1668631553, '__ci_last_regenerate|i:1668631553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7518df51e2a25a94d610b46bf99522a31a7cc72a', '3.111.41.2', 1670738466, '__ci_last_regenerate|i:1670738466;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7519eabee65ded9e5664d19f371e54e401b526c7', '40.77.167.192', 1688355162, '__ci_last_regenerate|i:1688355162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751b1f938c33b4defbfcfc9307166c6fcd075e26', '40.77.167.56', 1673161851, '__ci_last_regenerate|i:1673161851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751c3f34c0ec925849f9dea696d5f7ec72f106ae', '190.148.157.80', 1669302552, '__ci_last_regenerate|i:1669302552;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669302542;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751d34b44de1d31cc045d67f4adcba3a5a4cde44', '205.237.94.69', 1672579064, '__ci_last_regenerate|i:1672579064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751ddbe870944794d46a9c00ed98b9478083ed7b', '66.249.74.103', 1683289112, '__ci_last_regenerate|i:1683289112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751e86d0721c03cc0a72534c9b2a620d40962c14', '52.167.144.98', 1685506633, '__ci_last_regenerate|i:1685506633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7521c96f640b434492be34befb2f0e22ee5039e0', '207.46.13.219', 1678767367, '__ci_last_regenerate|i:1678767367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7524524438e16fb7e4590ed70945be648e4fa2e4', '54.36.148.181', 1659384880, '__ci_last_regenerate|i:1659384880;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 ('7524a961852505c5f210ca9bac485c807a74a0bf', '190.148.157.80', 1669655516, '__ci_last_regenerate|i:1669655516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669655490;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75252ce2667ee6c6dc3f3910e376efefa0240cfc', '5.161.148.165', 1670739528, '__ci_last_regenerate|i:1670739528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75267eaf8aa3d32d6a6837c6abe999aa4e2ccce1', '114.119.138.77', 1684349937, '__ci_last_regenerate|i:1684349937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7526cdf63ad4b9a49cec7e23fddc5f104b155191', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7526fea02d9e04e5b3f3c142289bdaf5f2f142a1', '52.167.144.25', 1687105464, '__ci_last_regenerate|i:1687105464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752729e1c2ece781c198b9db4b2fbe451437acba', '200.119.173.177', 1685197120, '__ci_last_regenerate|i:1685197120;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685197066;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75282f84101f63ca734c2dffe67eab5193b5db1f', '190.56.32.170', 1651070659, '__ci_last_regenerate|i:1651070659;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650921537\";last_ip|s:14:\"190.56.173.167\";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 ('7529a07b6e71d86a5e5522f7412597ea0c826c62', '157.55.39.51', 1668828244, '__ci_last_regenerate|i:1668828244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752a495c8807a2af81d0aa527eac04187156c323', '157.55.39.123', 1667459738, '__ci_last_regenerate|i:1667459738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752bc6d65961473d507e036b61f060b69d0e82a7', '147.182.171.81', 1650861177, '__ci_last_regenerate|i:1650861177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752cee4ef214867f29be6219b8e676b36593aa71', '200.119.173.177', 1685210531, '__ci_last_regenerate|i:1685210531;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685210516;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752cf82e3d7843214541c71aec8e5c2f979ff3a0', '54.201.117.219', 1672839018, '__ci_last_regenerate|i:1672839018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752d873acbd8b150aa3e5dd16cd9fb0779da54c3', '40.77.167.202', 1687286808, '__ci_last_regenerate|i:1687286808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752d9411cf48721d3e73c08cb0920b9e07d325ce', '190.148.87.6', 1668122046, '__ci_last_regenerate|i:1668122045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('752d9e59c7574fd2cd8180c23bf6ccfa5e3d8700', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7530059d8a84768e111c5665e0cf800cc0d8edb9', '190.148.157.98', 1678998663, '__ci_last_regenerate|i:1678998663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678998658;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75302340ce1be84f87dbc561f6166943f9aaeb04', '52.167.144.98', 1686798510, '__ci_last_regenerate|i:1686798510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75309750efa2b908715f2a568e615d0216d18bb4', '190.148.87.182', 1679846906, '__ci_last_regenerate|i:1679846906;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679846903;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7531f17e01c92a1d1c2e42929297dae866e87323', '190.56.55.48', 1687271861, '__ci_last_regenerate|i:1687271861;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687271439;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753258e6ba27b7b428baa32e635b66f148f7d8d1', '190.56.50.15', 1667079237, '__ci_last_regenerate|i:1667079237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667078836;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7532add693e50655ea7993e905e8c8f009df5f09', '207.46.13.44', 1673077345, '__ci_last_regenerate|i:1673077345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7532b03c0e2299cf7237e18daa7eeccd73b53c51', '46.101.63.152', 1652762861, '__ci_last_regenerate|i:1652762861;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 ('75340a4a1a96752be6f28fe18ccfbacf52bf5558', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7536fb536398d8e457380580ce5f626c8fa730c0', '40.77.167.182', 1683550856, '__ci_last_regenerate|i:1683550855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75376e25f7364c72a5b7fcf62fe254a784197ab0', '111.7.100.20', 1650976215, '__ci_last_regenerate|i:1650976215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7537a8bbf352193dc82eec763bcbe4227219847b', '190.148.252.102', 1681861931, '__ci_last_regenerate|i:1681861931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681861899;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753903af19941a1e3d216fb88e0376484cbe6ffa', '54.36.149.99', 1673913858, '__ci_last_regenerate|i:1673913858;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 ('75394582b2fc89f331e38117a8c83b1ed0d21833', '149.57.16.7', 1653807037, '__ci_last_regenerate|i:1653807037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753a52bb67c5bcbe2731dcad4ac89b0cadcaf7c1', '200.119.170.19', 1661009213, '__ci_last_regenerate|i:1661009213;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753ab9221e1cb0d688ac37dcff15d6f9c5c7b51c', '54.36.149.34', 1661270707, '__ci_last_regenerate|i:1661270706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753b8259d2b1a0dd44ad4580bc44ec0f2c3735ef', '190.148.158.23', 1687207296, '__ci_last_regenerate|i:1687207296;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687207207;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753c1821ceffef6d8d544bbb412ed0b79255dd23', '190.56.173.175', 1653314367, '__ci_last_regenerate|i:1653314367;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653247734\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653314320;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753e2dfe364b69c0268d4a916e526a04657631b7', '35.92.65.170', 1662038551, '__ci_last_regenerate|i:1662038551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753ed4a037c0e6c75507953e10f5861f59a02a6d', '18.237.218.112', 1654177769, '__ci_last_regenerate|i:1654177769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753f914d4f745d1af753bdce82008f715be8ca64', '40.77.167.49', 1665133315, '__ci_last_regenerate|i:1665133315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7540fa1bd5798661dfa0d315909126270cc5860a', '190.56.55.113', 1673451191, '__ci_last_regenerate|i:1673451191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7541010fa21fe43323f9d058e2976475520443e9', '24.199.84.191', 1681338453, '__ci_last_regenerate|i:1681338449;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7541866c6d3b1dd766069253958926766e9749ae', '190.148.252.96', 1673281686, '__ci_last_regenerate|i:1673281686;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673041728\";last_ip|s:14:\"190.148.252.96\";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 ('7542379169b5c2cb2ae47975a0ddca4a02d80619', '114.119.166.95', 1686456175, '__ci_last_regenerate|i:1686456175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7544c988eeb997f48a165bb4c12be90a01762399', '51.222.253.7', 1673938275, '__ci_last_regenerate|i:1673938275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75459fb65f2fc9c5a6101faeda62fa68b24bd307', '200.119.173.78', 1682947755, '__ci_last_regenerate|i:1682947755;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682947750;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75463b9a3303a88d597f719cd7691cb76ee0fb3b', '93.159.230.87', 1671571159, '__ci_last_regenerate|i:1671571159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('754730d847022d8ffdecf856cd9abd5dd23ccb47', '200.119.170.137', 1668703918, '__ci_last_regenerate|i:1668703918;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668703910;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75488d969dbf98a6b45488ab7afde9f965fb8672', '51.222.253.1', 1674900951, '__ci_last_regenerate|i:1674900951;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 ('75490f6f118fc3224edf530c1f03a31ad6b46136', '190.56.173.136', 1687898001, '__ci_last_regenerate|i:1687898001;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687897975;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7549384d6417023c2010e37095c0f215a55e60ba', '52.167.144.164', 1685999842, '__ci_last_regenerate|i:1685999842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('754985fdb90af43592a578f58fb44bee0cbd1abd', '13.38.27.119', 1653421816, '__ci_last_regenerate|i:1653421812;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 ('7549fc62e4560d76e4c5ac71b0e347f5be758b1d', '200.119.168.9', 1660745107, '__ci_last_regenerate|i:1660745107;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 ('754b557c595c15b715a1ca2b78e35d4e294e7aa1', '190.56.32.162', 1686357336, '__ci_last_regenerate|i:1686357336;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686357330;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('754c081552426fa7bf77f07012fd40fb19976abc', '190.56.54.129', 1653588335, '__ci_last_regenerate|i:1653588335;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";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 ('754e97c2a39d5a8c28913e6b059cf4647b0e6080', '51.222.253.4', 1656888870, '__ci_last_regenerate|i:1656888870;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('754ed71981f0c53be7831efb97f0e70f84b3b6a7', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75506430b2b2b704f8e7b4e9e14216943293110e', '114.119.152.86', 1687121309, '__ci_last_regenerate|i:1687121309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755099162e5470e6d76754dd22f9ad3fd507d0ff', '52.167.144.43', 1683842356, '__ci_last_regenerate|i:1683842356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755178acf0504b347321e4b72b30f1d87c893b33', '47.242.88.206', 1650927906, '__ci_last_regenerate|i:1650927906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7553f9f0c6c87ee8190070c7dff0dd27726f48fa', '69.167.12.35', 1681555079, '__ci_last_regenerate|i:1681555079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75549dd159af031ffb369fbc8881f7c685a3d48d', '40.77.167.249', 1680702208, '__ci_last_regenerate|i:1680702208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7558470eef62aa7ba56bf94d85257dd9e178aa59', '167.94.138.120', 1660234509, '__ci_last_regenerate|i:1660234509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75588c0a14d9e149029bddfca92fbef44c3474db', '40.77.167.191', 1681725682, '__ci_last_regenerate|i:1681725682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755996f6f08630e941a09dcc37bce8436d437a04', '192.36.109.104', 1686034151, '__ci_last_regenerate|i:1686034151;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 ('755a20a6c3f15a3cabc4c1b7c23c5a17a83030f6', '52.167.144.98', 1686003810, '__ci_last_regenerate|i:1686003810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755aefb75396caa0df3fe85a1200a4f9ca935c84', '52.167.144.98', 1684355667, '__ci_last_regenerate|i:1684355667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('755d3a12cf69442380acf6459c986a48e541fcdf', '66.249.66.7', 1676001409, '__ci_last_regenerate|i:1676001408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('756016598f1a2acfa5e7e5a86d86c6f60eb37990', '207.46.13.154', 1671305063, '__ci_last_regenerate|i:1671305063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7560a810bfacfef2b23b9d044ab7f17b49845f1d', '190.148.157.171', 1667424580, '__ci_last_regenerate|i:1667424580;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667400023\";last_ip|s:15:\"190.148.158.164\";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\";user_csrf|s:20:\"W1Ff2o4EsJxMSOazUV5k\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7563d16596d6e51ba86772838d72ac7b3b1185ba', '114.119.131.207', 1686075662, '__ci_last_regenerate|i:1686075662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7564cf744134c824978fbfb9c48cc0fceef44056', '114.119.130.97', 1684391204, '__ci_last_regenerate|i:1684391204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7566c8849609d094cc29bdd9c078203cf1358f68', '52.167.144.162', 1682641938, '__ci_last_regenerate|i:1682641937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7568d803dc1ba40b38b82062ad3fe06962edef13', '114.119.131.92', 1688099210, '__ci_last_regenerate|i:1688099210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('756c492a5e11f5306480134ea2e05c1b643be061', '52.167.144.166', 1686876666, '__ci_last_regenerate|i:1686876666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('756ccdc1a3830c1cc94a49698988c7193118e6db', '157.55.39.51', 1668860185, '__ci_last_regenerate|i:1668860185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7570d4c913c361d844184c786813038f75cbde97', '51.222.253.12', 1651728082, '__ci_last_regenerate|i:1651728082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757160bbaf053f1f70bfcefdc121476ea8903541', '114.119.140.137', 1688227677, '__ci_last_regenerate|i:1688227677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7573cfaa80b15720a735b91c48af234c2729fe3f', '190.148.157.242', 1687015540, '__ci_last_regenerate|i:1687015540;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687015428;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7573f7056ffa08d0c1996c62df0fd13951aca9e8', '190.148.252.73', 1664644723, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664644723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664644016;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757437d1336a7ea71609356d443a3bc2f135fdeb', '114.119.152.114', 1686170949, '__ci_last_regenerate|i:1686170949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75754bd3d4aac6f3eca11f3464665995f356508c', '190.56.50.15', 1667070432, '__ci_last_regenerate|i:1667070432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667070424;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75757f9e71c299a754aa42b556b495bd4d112a3b', '207.46.13.10', 1672725668, '__ci_last_regenerate|i:1672725668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757585496a7f004ac98a7cc2e6a335cb17b4add7', '52.167.144.76', 1682284976, '__ci_last_regenerate|i:1682284975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757619b669133b48255ef63a0ec373437e6ec92c', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;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 ('75788fd9e779e8392c30b31fab71ff6e87e011f4', '190.148.252.208', 1660076825, '__ci_last_regenerate|i:1660076825;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";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 ('7579d18eb8a4a01097b24d3ab3f2a8e001593d25', '173.249.31.237', 1659409023, '__ci_last_regenerate|i:1659409023;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 ('757b19b44fcf3f7788c731299d0bc867e04c5455', '207.46.13.12', 1675772874, '__ci_last_regenerate|i:1675772874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757c4167f74f1c9184359da4ba997c9ca59c01b6', '45.188.3.223', 1684689028, '__ci_last_regenerate|i:1684688980;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757e836d05571f742c9c181182f278ee69254a3e', '114.119.141.51', 1687911528, '__ci_last_regenerate|i:1687911528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7580e053f33b6ce41721199679dbcd44fc901e36', '54.237.250.240', 1651580148, '__ci_last_regenerate|i:1651580148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7583098252046af166e61132f81b0ef2cc295897', '51.222.253.7', 1661376975, '__ci_last_regenerate|i:1661376975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7585229762662710a9471861a1d30dcdffa6a180', '114.119.141.73', 1684850627, '__ci_last_regenerate|i:1684850627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75880103f6a864c7cedf964d47a938a14a1518ec', '40.77.167.102', 1670580363, '__ci_last_regenerate|i:1670580363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('758a7af03be8f327676aff7626085f0090199d5e', '190.56.173.251', 1652131411, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652131411;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"Kih01mxFMuQ6zarCE97e\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('758cd3d341a927eb59da05de57246114d168684e', '52.167.144.25', 1685186495, '__ci_last_regenerate|i:1685186495;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('758e46f084690031aaed1b706c52a9c60cc8d6c5', '51.222.253.12', 1655697015, '__ci_last_regenerate|i:1655697014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('758eb9c4579a0a11f105dfe4cc4e9d81085da4d8', '114.119.144.84', 1687586359, '__ci_last_regenerate|i:1687586359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759234ba2bff59cddfee90ad25fcfe1ce323a0ef', '190.148.252.96', 1673279014, '__ci_last_regenerate|i:1673279014;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673278925;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7593eab4593856a6bf80bbaff5daf7d64ccbf11f', '190.56.51.158', 1655765439, '__ci_last_regenerate|i:1655765358;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655733958\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655765438;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759510e120461ac84b8c97aa88a57c0036eca06b', '40.77.167.101', 1682196547, '__ci_last_regenerate|i:1682196547;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 ('7595128aee3ee04b3da845db315dcf99f05e89f0', '74.208.2.188', 1665904733, '__ci_last_regenerate|i:1665904733;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7595611a3dcfb4c4d8e90e5c6fa1871f6c51bf65', '190.56.55.113', 1673567986, '__ci_last_regenerate|i:1673567986;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673567571;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759753f73b374bc4ade571b725fe1fbe7eafbfd8', '18.236.141.7', 1671024238, '__ci_last_regenerate|i:1671024238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7597875085ab417826f89b5953c1d771c3f4c9a8', '190.56.173.213', 1683405253, '__ci_last_regenerate|i:1683405253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683405166;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7598b440ff15f8ae888c6844a7cd7671d85f895a', '200.119.174.9', 1674219139, '__ci_last_regenerate|i:1674219139;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674219101;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7598f01d3634100b11d06822900d71dd23ba4b6b', '157.55.39.253', 1682163265, '__ci_last_regenerate|i:1682163265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759b3e1a008e582f30efead3863254c87dcf2fe3', '190.56.173.251', 1651949109, '__ci_last_regenerate|i:1651949109;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('759c89a1d60c7a878158b5e9bb4bd0588fea7ccc', '114.119.138.28', 1686082860, '__ci_last_regenerate|i:1686082860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759df23c1d41b3e1ff558c159397531f4a8aa98f', '5.188.62.21', 1656425918, '__ci_last_regenerate|i:1656425915;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759ea073fa9e5ddf0bca84f4e423ed56d636ff66', '114.119.153.253', 1687318981, '__ci_last_regenerate|i:1687318981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('759f21e9cc2df6aa5797f0db15381c6c91ff5046', '17.121.115.200', 1658607440, '__ci_last_regenerate|i:1658607440;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 ('75a4d50457f484ac8c9fcca9abd280c202f7ea6e', '17.121.113.23', 1653823055, '__ci_last_regenerate|i:1653823055;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 ('75a5244d5a88ca664bc8a43641850f695f740ab1', '52.167.144.164', 1685594544, '__ci_last_regenerate|i:1685594544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75a5e3b3fe0e854ad17e611ee83807dd7eb8c108', '207.46.13.205', 1671575140, '__ci_last_regenerate|i:1671575140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75a645330357dc2c6de70c2d801a2a29d01fef7c', '114.119.153.246', 1687997387, '__ci_last_regenerate|i:1687997386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75a7ee671bb6b51eab2ec7095142983712ab0e3f', '190.56.32.35', 1671749148, '__ci_last_regenerate|i:1671749148;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671718715\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"0NWokO43ePRUT5HaqVX1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75a936169f8758714c1d12b65b6deaf650c822c3', '114.119.139.246', 1688298848, '__ci_last_regenerate|i:1688298848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75ab9740daafaf3ef034271e41626284784b50bd', '40.77.167.192', 1681543585, '__ci_last_regenerate|i:1681543585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75abe82bf7a7e49b47a6dea57dfc52fd8c3951fb', '114.119.133.161', 1687034482, '__ci_last_regenerate|i:1687034481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75ae1fd4e85a7c3f06f31eda7d2ef061b0b57137', '40.77.167.225', 1680226204, '__ci_last_regenerate|i:1680226204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75ae3f227e5447afcda976a0f62504869584e375', '54.36.148.6', 1672244007, '__ci_last_regenerate|i:1672244007;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 ('75ae7ed9a4715574f1f23ee98790138d0d6e70bd', '200.119.173.107', 1686791206, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686791206;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686791204;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75afead8bc6e78a96ca46589aa085c6139084347', '190.56.32.32', 1686231008, '__ci_last_regenerate|i:1686231008;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686230886;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b1188d1857c3c53b75d8b9a14b9dd0d0d1cddb', '157.55.39.173', 1669794938, '__ci_last_regenerate|i:1669794938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b128f141e1833e0e0f9c2a5317661c5e752780', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b2e13152984bf4746cb8134131c378b7a202cd', '157.55.39.128', 1673176486, '__ci_last_regenerate|i:1673176486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b58f4317f6759455ca5414628ac0a02cf70ce1', '190.148.157.98', 1679084681, '__ci_last_regenerate|i:1679084681;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679084633;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b5edb859639132279fe9fa197d9448458f81a0', '40.77.167.191', 1682257894, '__ci_last_regenerate|i:1682257894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b64c6a8a38c3c060ccfcd5e6bd6cc1eed0a41b', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b66b585708697fbe3539fc9bc7c19a2362d963', '52.167.144.76', 1681988328, '__ci_last_regenerate|i:1681988328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b73ed2e438c077155ab5547205f683f8ad5bd0', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b812470ba4185c8065cd15f709b0bba2fb3d1c', '114.119.155.54', 1687827569, '__ci_last_regenerate|i:1687827569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b8707d26b0f9d0baee078b1fa2159a8f3488b4', '54.36.149.41', 1681047118, '__ci_last_regenerate|i:1681047118;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 ('75ba3e44c4b67386c4dfbbdec48ac8247a5a47ac', '17.121.114.192', 1654774309, '__ci_last_regenerate|i:1654774309;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 ('75ba9a77b539bbd29444bfd0e6d762e10a28fe3f', '158.115.228.55', 1678255152, '__ci_last_regenerate|i:1678255150;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75bb36ee26ab707f6833e3bd06b7dc829e198afa', '157.55.39.80', 1670508581, '__ci_last_regenerate|i:1670508581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75bbfe907de7f1c6b1fceac9e827a260b5545906', '190.148.157.122', 1687783856, '__ci_last_regenerate|i:1687783856;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687783853;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75bd1eab32a730a5e78f9401f43dfb6b12ca5c57', '157.55.39.131', 1663972670, '__ci_last_regenerate|i:1663972670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75bd84c7bdd5372e9e981af348d1d6157cc1e56c', '114.119.143.55', 1687902396, '__ci_last_regenerate|i:1687902396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c0221b4d8399bd047143c9d5bf53c7248f0d9f', '207.46.13.12', 1676298468, '__ci_last_regenerate|i:1676298468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c05b130e6271b13e528e69119a379bac7a1a73', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c549b6eabb99a2c57b92918c09204b2ffe982f', '114.119.128.50', 1685394588, '__ci_last_regenerate|i:1685394588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c5d13fcde8e10dcd339e5a05df1ca556563cb0', '190.148.157.53', 1683912910, '__ci_last_regenerate|i:1683912910;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683912908;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c60000eedfa0b801bb058b134aa9aa7c5b1624', '51.222.253.15', 1659596627, '__ci_last_regenerate|i:1659596627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c63f66f58c39345834a5d2b1ef7273a6adcab6', '190.56.55.113', 1673815210, '__ci_last_regenerate|i:1673815210;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673815207;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c72015a62d9bf277b8195f64b03cfd3b38a0ae', '104.131.94.170', 1657274115, '__ci_last_regenerate|i:1657274115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75cb6fb825bbc20e7f30a8f97ec2e320d429e7b4', '200.119.173.131', 1657122586, '__ci_last_regenerate|i:1657122586;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657122574;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75cee0cc6ae8fe815865db0e9b757cf96372ecf6', '51.222.253.1', 1685765530, '__ci_last_regenerate|i:1685765530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d010ee234e3cc6b10af78e1d789ad64ce3e787', '114.119.136.176', 1686675139, '__ci_last_regenerate|i:1686675139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d1365b1712015485e86f73df56a95833fac65d', '54.36.148.91', 1665130726, '__ci_last_regenerate|i:1665130726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d1871a461b6544ae9d14ea1a4d79a896ca8d54', '177.239.237.212', 1673548650, '__ci_last_regenerate|i:1673548650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d1a60c45df6e4752f5daa0f2c3721c5a8039d9', '114.119.138.183', 1688196797, '__ci_last_regenerate|i:1688196797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d2a0b04471d04b9fcdc56aca6227ac5cc7de0b', '114.119.155.203', 1687786545, '__ci_last_regenerate|i:1687786545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d30c4bba27a908bde94fc4b2b57a2c6dba7794', '52.167.144.160', 1685927732, '__ci_last_regenerate|i:1685927732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d4c8c441d7b8023ec596c4455697bdb3c3eb4e', '200.119.173.90', 1657226899, '__ci_last_regenerate|i:1657226899;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656969858\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"8jsJALfGbCylI4Q9roz6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d4d44769a4275776417d5c4c61c084874e9712', '114.119.136.143', 1687603940, '__ci_last_regenerate|i:1687603940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d4f35a0ab21194f77a7b85025e2658f6e0aedc', '54.36.148.63', 1680336917, '__ci_last_regenerate|i:1680336917;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 ('75d85dada651677d173b744b746dbddb5e5648e9', '52.167.144.54', 1675296758, '__ci_last_regenerate|i:1675296758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75d86e0350bd9c06cffb2bf177e37ef57d54c095', '52.167.144.164', 1686100737, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75da7ddfaca3642e93224602c70040a18d69c609', '114.119.137.167', 1686938207, '__ci_last_regenerate|i:1686938207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75dba3e91b14133ea0e1cad3d782dddb906112f4', '50.21.188.16', 1675140222, '__ci_last_regenerate|i:1675140221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75dc9a9a705756f9adbf7345a94f7b227dd9b979', '54.227.32.154', 1650917209, '__ci_last_regenerate|i:1650917209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75def74c7b121a2f5a047b1db1c8f52af00c0c67', '52.167.144.98', 1686568283, '__ci_last_regenerate|i:1686568283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75df0a3ea1d9effbbedae87dd95db157380bc291', '190.56.173.213', 1683499342, '__ci_last_regenerate|i:1683499342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683498992;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75df0dbf9365864c20e4490df2162a6bbb11700a', '190.148.157.99', 1662491331, '__ci_last_regenerate|i:1662481695;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414777\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662482988;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75dfa7ed262c3c897103b7db62596950eaa4fb27', '54.36.148.200', 1664130773, '__ci_last_regenerate|i:1664130773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e11d15181a35a6b08ca116c725f93f49b6f916', '52.167.144.171', 1685746832, '__ci_last_regenerate|i:1685746832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e21d6a7ff4b6efbe71667ab0b43af1bbe8225d', '173.249.31.237', 1659409247, '__ci_last_regenerate|i:1659409247;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 ('75e2ce50ec61aedf95c50bee038bffe254b77f70', '200.119.168.1', 1655340836, '__ci_last_regenerate|i:1655340836;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655297363\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655340189;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e3b2df31810abcac5b8f9143158021f48114f9', '157.55.39.253', 1681756363, '__ci_last_regenerate|i:1681756362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e4225b1b8b2aaf1f5e6d9f5ec2ad8810b45ed9', '40.77.167.13', 1672092739, '__ci_last_regenerate|i:1672092739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e58696a5f4ed7eb42b6a7c9b0a283c1ad055b2', '17.121.115.68', 1653664237, '__ci_last_regenerate|i:1653664237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e5f34b223f2943c61f8cb240fd48d7ca7688f0', '40.77.167.182', 1683642593, '__ci_last_regenerate|i:1683642593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e6463289ba8af5066f982376ffabb442ac1908', '190.56.51.158', 1655741856, '__ci_last_regenerate|i:1655741856;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655741413;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e845dcfd8da35939d06ccaf6439d35c9a9d23c', '200.119.172.58', 1659141858, '__ci_last_regenerate|i:1659141842;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659134240\";last_ip|s:14:\"200.119.172.58\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659141858;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e91935adf62c20a66115a26aa8f3289f125839', '54.36.148.128', 1665813789, '__ci_last_regenerate|i:1665813789;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 ('75ea0a282faf6733fb5186d5cd8031133d15ce6b', '190.148.157.177', 1682347058, '__ci_last_regenerate|i:1682347058;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682346885;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75ef8cf8a79f58267ae276ebf9846cc2392e6355', '190.56.50.32', 1655051910, '__ci_last_regenerate|i:1655051910;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655051730;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75efc1da4e7661f6036d024bca894a0ae557fc7a', '52.167.144.43', 1683842385, '__ci_last_regenerate|i:1683842385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f0a2a30b8f3d30e6cadf0c493393de402303a3', '190.56.32.32', 1686186567, '__ci_last_regenerate|i:1686186567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686186564;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f0b95e7111512c99cec704c4ad72301c9f50a9', '3.17.140.79', 1667896442, '__ci_last_regenerate|i:1667896442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f38702e9653a73c3274d956da2a4d2cd6e494e', '51.222.253.2', 1650970679, '__ci_last_regenerate|i:1650970679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f714e575b0e84f911c8be9a92890d80dc66b94', '157.55.39.128', 1674137978, '__ci_last_regenerate|i:1674137978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f9620578304145d130e7c1732f163490ccf5b9', '52.128.15.85', 1687913770, '__ci_last_regenerate|i:1687913769;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75fb12adc817d0c4ced38615a0a36c1bf339ef9f', '207.46.13.49', 1661438306, '__ci_last_regenerate|i:1661438296;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75fc784233f2bb4c19673ffd74d71f8d54fa0265', '157.55.39.65', 1661345504, '__ci_last_regenerate|i:1661345504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76000197571ab65edd351cd210a7c102f7223c95', '190.56.32.162', 1686521536, '__ci_last_regenerate|i:1686521536;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686521518;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76025423256eb2f2531ac86ac931bf48fd819c47', '190.56.50.6', 1686955695, '__ci_last_regenerate|i:1686955695;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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\";last_activity|i:1686954558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76049e7e0b93b892b27eac9bf54077bc3ec18539', '66.249.79.201', 1683200107, '__ci_last_regenerate|i:1683200107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7606cc8a2442931b8e6ae86acd54ab9c47c146f7', '51.222.253.14', 1664472920, '__ci_last_regenerate|i:1664472920;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 ('76077874536bf45378a6540c18934b7a76e52ae5', '40.77.167.192', 1681299667, '__ci_last_regenerate|i:1681299667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('760949adf0c3fee521b59774734c474d2e85f942', '52.167.144.171', 1685355237, '__ci_last_regenerate|i:1685355237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('760976cd749b330ac6f02b6d9f5109a6016dc6ba', '162.142.125.9', 1651088673, '__ci_last_regenerate|i:1651088673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7609ed01611a08c5d9797b658ed6fff7f654d9f4', '190.148.252.151', 1671192013, '__ci_last_regenerate|i:1671192013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671190162;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('760bb2d69b2ee932c52a8fda62cd9c380bd14d5c', '114.119.145.198', 1688096159, '__ci_last_regenerate|i:1688096159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('760c57025c7bf9eb92a3ed3e1954f01176a20089', '35.165.215.76', 1655639517, '__ci_last_regenerate|i:1655639516;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('760f1e1eb5d8d46272964265bff062fac48d9c8d', '51.222.253.16', 1652235494, '__ci_last_regenerate|i:1652235494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('760f9c4954b64d6402d1417dc4cb609515c081a5', '51.222.253.5', 1660611551, '__ci_last_regenerate|i:1660611551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76105b6f34bcad1ac520b65a29b52495e7c523af', '137.184.41.233', 1671920561, '__ci_last_regenerate|i:1671920561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761372e9a98a0ca277243af684bc2130c6a91cb6', '190.56.32.162', 1686510189, '__ci_last_regenerate|i:1686510189;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686510176;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761a0a6cee05040d608d3e62e02699534f432c99', '200.119.173.130', 1675992377, '__ci_last_regenerate|i:1675992377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675992337;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761becb579f7c3889d7859e8dd468385560eef25', '114.119.147.74', 1687072456, '__ci_last_regenerate|i:1687072456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761c4640bfb6f754fe8d41336801f037dff0e4ca', '51.222.253.17', 1665120354, '__ci_last_regenerate|i:1665120354;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 ('76202bd00ddc7a486ed51edd9d06b33d768bc68c', '190.56.54.77', 1666283906, '__ci_last_regenerate|i:1666283906;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666283896;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76207cebe5f12fef51fbf474b507dfd0b286549a', '190.148.87.23', 1679431907, '__ci_last_regenerate|i:1679431907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679431768;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76228c4764a8ea5c4854a1fcfa8f053a2937f09e', '157.55.39.208', 1686021037, '__ci_last_regenerate|i:1686021037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7625e60f1a8bb2dcdeb01f0059ac09d8b952fd77', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7626d97f356bcd49ebb43dcc4b2cee1506e44f35', '72.13.62.26', 1674222038, '__ci_last_regenerate|i:1674222038;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 ('76270c94eaf86d34afc40c88aa4dfd6edae910b5', '190.56.173.169', 1651706562, '__ci_last_regenerate|i:1651706562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7627645efbf28e1c6f1e8063c21d75ff58f23a84', '207.46.13.12', 1676001718, '__ci_last_regenerate|i:1676001718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7628a97dd84094199a6eebcf492bde72a65a65c5', '207.46.13.10', 1671088509, '__ci_last_regenerate|i:1671088509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7628f1cbc688c40861892efb715128ae1e2ac386', '207.46.13.106', 1670974375, '__ci_last_regenerate|i:1670974375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76291fd11b4b6fdc34aafdea03a523a846487609', '190.148.252.161', 1669904969, '__ci_last_regenerate|i:1669904969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669904871;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('762dfa6f5ef67849ae53608b36dcbc74c2f9b2a8', '74.208.2.164', 1682136365, '__ci_last_regenerate|i:1682136365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('762f3063a4b7c3a5c419b46cc4aa0355380eb25d', '51.222.253.1', 1678150755, '__ci_last_regenerate|i:1678150755;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 ('762f7dd63e30e4c49b99a6a8d81ad10dd5cd4114', '207.46.13.217', 1684083232, '__ci_last_regenerate|i:1684083232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76304bc095d45f6b5f304364842fe3dd7d879f43', '176.53.219.211', 1650751326, '__ci_last_regenerate|i:1650751326;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 ('7631f4d872130e339d159c0edcb5bea32119070e', '54.237.250.240', 1652842372, '__ci_last_regenerate|i:1652842372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('763310937fe3781759e47c532d0924617961d720', '200.119.169.59', 1655300879, '__ci_last_regenerate|i:1655300879;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655300678;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76338a3f3c825b1245b086118e4bd7cf65950fe2', '40.77.167.227', 1682346710, '__ci_last_regenerate|i:1682346710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76352ce7e6bab3ba0a5ba9d3ed81e4064ea0b7c9', '52.167.144.171', 1684373423, '__ci_last_regenerate|i:1684373423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7638fb16355b6170eadd7d528189c84a3d61c00f', '93.158.91.228', 1674451212, '__ci_last_regenerate|i:1674451212;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 ('763948b0f49c1cae6612498a7aa5f29b5a23a657', '91.246.192.72', 1664742769, '__ci_last_regenerate|i:1664742769;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7639d57b04c533e85a717da4569442cab424d6e8', '157.55.39.65', 1661431564, '__ci_last_regenerate|i:1661431564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7639dbdd66c33ee288f42959957afb47aa89fb69', '93.158.90.66', 1680576686, '__ci_last_regenerate|i:1680576686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('763a683d1b3abc68c43447d85fad485f81d50eea', '207.46.13.217', 1684147355, '__ci_last_regenerate|i:1684147354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('763d45b2dbc4874fd3dae7a4ef21ba6f472426b5', '208.91.69.20', 1679303898, '__ci_last_regenerate|i:1679303898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('763efe6ed83156090318d49c7a653e46ebfb7203', '52.167.144.162', 1686510564, '__ci_last_regenerate|i:1686510564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7641032983d6f1d4e5908f44dea3b8dd2f4a5e3e', '190.56.50.32', 1655126509, '__ci_last_regenerate|i:1655126509;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655125568;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7641bc7f7a4eda82aae8a113f04b6e544ab68b55', '52.167.144.171', 1684326913, '__ci_last_regenerate|i:1684326913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764426fdf193ea5be24a18c6645516e5c1bd7b37', '51.222.253.3', 1651904036, '__ci_last_regenerate|i:1651904036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7644468f12dcc67f23a25bd4c1e9dc6bf109e9c5', '40.77.167.225', 1680668352, '__ci_last_regenerate|i:1680668352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7644ac4f2827c37d2f73b5e2623462719b1788f8', '17.121.113.56', 1659862581, '__ci_last_regenerate|i:1659862581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7644fb7e57262c413f3e39b13849d36b738112bd', '157.55.39.69', 1672043449, '__ci_last_regenerate|i:1672043449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76468ef8d0d84dfd4234ecde0f09dfb8fbc4ed96', '114.119.133.166', 1686544406, '__ci_last_regenerate|i:1686544405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76478680e558814ffff455d3168740e471d09bcd', '190.56.173.213', 1683306516, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683306516;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683305874;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764a32dd7e5cbc22feae552e0946d71acc7f4f47', '146.59.157.229', 1650750181, '__ci_last_regenerate|i:1650750181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764a439ca8933c0475ff351e1f7b903f4122216d', '52.167.144.69', 1675639282, '__ci_last_regenerate|i:1675639282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764b19c5836325302ee48a8e11581953c9da7819', '51.222.253.12', 1652746855, '__ci_last_regenerate|i:1652746855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764b4befc5bb8d60915f7678d209ea98c01afd4a', '114.119.146.107', 1684886455, '__ci_last_regenerate|i:1684886455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('764eec624fe1e32280c48f7ad519825540dd927c', '52.167.144.154', 1687660278, '__ci_last_regenerate|i:1687660278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76501ab5c45ebb3a883a7d68132626b511400711', '157.55.39.79', 1668834366, '__ci_last_regenerate|i:1668834366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76520a25f8396e61e576f4db55d1d6ad6485bf37', '51.222.253.14', 1670302390, '__ci_last_regenerate|i:1670302390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('765240f880a90ea8393f8fe08855086c3a4ca3ab', '207.46.13.160', 1674352418, '__ci_last_regenerate|i:1674352418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76526783b38cebeab4f5f360ff7e708bc9bbadc2', '190.148.158.69', 1685973894, '__ci_last_regenerate|i:1685973894;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685973892;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76528e08ab6b550fd494eb1f8cdb97599dec0bca', '190.148.252.55', 1675691837, '__ci_last_regenerate|i:1675691837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675691745;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('765302ae1b0147b47b610245b7f5f083c39067b2', '190.148.252.111', 1677852842, '__ci_last_regenerate|i:1677852842;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677852836;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7654c38ec99451b9c0feb0dad6c599bd7d0a5362', '52.167.144.171', 1685491458, '__ci_last_regenerate|i:1685491458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76563d36745de4f8f2981952c8d288761bc1e862', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76596475526c2bdea3531d808cc03c4fc8b6de11', '190.56.32.243', 1684711543, '__ci_last_regenerate|i:1684711543;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684709094;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('765cae6990722c7e027b6a142de3b5c503142a5e', '52.167.144.70', 1688264972, '__ci_last_regenerate|i:1688264972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('765d5708578075cc2fd7f52cc801e997f440bc3c', '40.77.167.182', 1683085601, '__ci_last_regenerate|i:1683085601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7663ee5e8b0bd8e3607c1bed2c1d214c2a4ea74e', '40.77.167.182', 1683611680, '__ci_last_regenerate|i:1683611680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76649f2aae8ab56769ec63a518aaf22cd883869f', '182.43.148.98', 1680104052, '__ci_last_regenerate|i:1680104052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7664ae8d2f2d9bedd060ed5348f6a8fb3f268134', '40.77.167.192', 1688395867, '__ci_last_regenerate|i:1688395867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766526f4fbbbefce4d4814bb096abac3421877c0', '104.131.59.231', 1652018993, '__ci_last_regenerate|i:1652018991;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 ('7666167479a4a8d4e59d0d8e260cca08bbce539b', '52.167.144.70', 1688528564, '__ci_last_regenerate|i:1688528564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7666ad38db435625750249d7fe1901c5984c7dd9', '190.56.173.213', 1683409756, '__ci_last_regenerate|i:1683409756;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683409753;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7667d4d4379f127e3b94e3fbb27689f106510660', '200.119.173.96', 1687139722, '__ci_last_regenerate|i:1687139722;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687139714;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766a80262c5b16d1ea7943b15cbba117ca23c6fc', '190.56.50.15', 1667238982, '__ci_last_regenerate|i:1667238982;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667238978;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766d3ddc486c545869a2fe53cf7f5363c248c2d9', '114.119.160.138', 1687688795, '__ci_last_regenerate|i:1687688795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766dd21b859894ee28918be2bc6624504465bf85', '200.119.173.130', 1676076182, '__ci_last_regenerate|i:1676076182;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676075849;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('766e953fc6d3fd3c102d877f19331d023317eeb1', '40.77.167.170', 1676470677, '__ci_last_regenerate|i:1676470677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76701102b20404709687ef307a0e01b2a7c4ad4b', '200.119.174.83', 1655838619, '__ci_last_regenerate|i:1655838410;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655830259\";last_ip|s:14:\"200.119.174.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655838618;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76703932ed94be64ef363780d848198627c32949', '114.119.157.190', 1687777606, '__ci_last_regenerate|i:1687777606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76705713343744eac9815352cceaab10b5c1d8f6', '31.13.115.19', 1675132803, '__ci_last_regenerate|i:1675132803;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('76714e9e7544d69c8992f09d95f32f4e4a47e079', '52.167.144.162', 1686571692, '__ci_last_regenerate|i:1686571692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7671f22f76b2ede531e485b5d141d739a93ad37b', '51.222.253.9', 1660678066, '__ci_last_regenerate|i:1660678066;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 ('7672ef7ed31f4b207c213f23de1d6cc48320daee', '190.56.173.136', 1687978356, '__ci_last_regenerate|i:1687978356;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687978326;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76747346c3f2686ba57b58e05df9164d35a9bb8c', '190.148.157.53', 1684011189, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684011189;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684011179;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76748746c3f80e0ddec49be1efd845d74bd07ba1', '190.148.252.151', 1671412784, '__ci_last_regenerate|i:1671412784;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671412779;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7674c72dd3ca12e639ece9d91570b3fc77a26d28', '52.167.144.162', 1682837281, '__ci_last_regenerate|i:1682837281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76758e46c235fb1e62c25b57b40181af15f27f5e', '200.119.170.158', 1661373849, '__ci_last_regenerate|i:1661373733;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661358208\";last_ip|s:13:\"190.56.50.108\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661373849;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7675d130d818a5f5b454ee5023607bbd10812185', '52.167.144.176', 1678148552, '__ci_last_regenerate|i:1678148552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7675e33853adcc701ca3e999d773908d46798207', '114.119.130.54', 1686742668, '__ci_last_regenerate|i:1686742668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76766a7b695e1f9b6473d55cc4bd7030c23aa8a3', '34.66.73.1', 1666365555, '__ci_last_regenerate|i:1666365555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7676aa8ee6c7e319f905eef1a7f3b15789a8e191', '190.148.252.96', 1673023854, '__ci_last_regenerate|i:1673023854;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673023831;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767702b3104cf009e502f2052818a582fd117603', '207.46.13.132', 1673081796, '__ci_last_regenerate|i:1673081796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7679a1ef7bea2955fd507324fdfa96f386b4ae77', '42.83.147.54', 1678268185, '__ci_last_regenerate|i:1678268185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767ac2b682e08fb8bf729c558f5faf5900bb6a72', '114.119.129.225', 1687647746, '__ci_last_regenerate|i:1687647746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767d4969723d15ab2da11b35039d1df3ca6e8431', '54.36.148.225', 1683708867, '__ci_last_regenerate|i:1683708867;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 ('767d90119cc660d8a9a69c3721ca9fbe0c000ba7', '130.245.169.70', 1657360533, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767f06477267bf9ee5ee85cdb73617e40b857bab', '40.77.167.30', 1657434063, '__ci_last_regenerate|i:1657434053;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767f3cffc72dc0d12df1c61006c9589a98070698', '190.148.252.76', 1654279506, '__ci_last_regenerate|i:1654279506;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654279501;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767f65787582155937556a855773be0662d8ff90', '17.121.114.135', 1660798902, '__ci_last_regenerate|i:1660798902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('768157727a14dc3b3e5cdf2cc769843394090009', '52.167.144.66', 1677693960, '__ci_last_regenerate|i:1677693960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76818990d0b51b2de6b6d2c9b8f2c287801ca0fd', '200.119.168.250', 1680735031, '__ci_last_regenerate|i:1680735031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680735029;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7685aaa0a3b105e8d0d26fe8ebe27ef804d1cb03', '111.13.63.78', 1651072917, '__ci_last_regenerate|i:1651072917;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 ('76871b0cbc1ab0fdbd80179f1284e232559fea8d', '52.167.144.164', 1685624245, '__ci_last_regenerate|i:1685624244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('768c11073835e76932abc55e92253dd300f4a8b7', '190.148.87.96', 1678396234, '__ci_last_regenerate|i:1678396234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678393774;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('768f7f971881093513ae6d7754db28e7e2e304cc', '207.46.13.179', 1673095834, '__ci_last_regenerate|i:1673095833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('768f8bb1b9964d4eede4a8a6202d51f32a709b25', '207.46.13.12', 1675436786, '__ci_last_regenerate|i:1675436785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('768f92fd869398c89c74428bb9a1e6b0eb55e2b0', '190.148.252.76', 1652819643, '__ci_last_regenerate|i:1652819643;requested_page|s:14:\"admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7690a45f08b34f44b842f941dc9027117d3726dd', '40.77.167.169', 1688117430, '__ci_last_regenerate|i:1688117430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7691b1fb0f4a96884c1085c28b1ccf921539c424', '40.77.167.161', 1675382686, '__ci_last_regenerate|i:1675382686;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769350dda86347fea15a9378061bfda3c6c85dbf', '54.245.42.51', 1655559372, '__ci_last_regenerate|i:1655559372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769384ae4c85ca5a0505354a98c04334bafb8174', '190.148.158.69', 1685538725, '__ci_last_regenerate|i:1685538725;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685538686;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76945f372fdef751c790813569771fa71687797d', '190.56.50.6', 1686956023, '__ci_last_regenerate|i:1686956020;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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\";last_activity|i:1686954558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7694d811d541f8084ebfe4004fa707f07376eba1', '200.119.168.9', 1656275462, '__ci_last_regenerate|i:1656275462;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656261512\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656275140;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769664c3ec2887021531d386d69ce28121b5af06', '200.119.174.132', 1663790418, '__ci_last_regenerate|i:1663790418;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663781335\";last_ip|s:15:\"200.119.174.132\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663787024;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7697631c13ad5589be6144ceb8fc06d942fd26ee', '51.222.253.2', 1664710975, '__ci_last_regenerate|i:1664710975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769cb4d2210db4473be80fbbece3d2b5a08a26e8', '207.46.13.199', 1660752630, '__ci_last_regenerate|i:1660752630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769d166cffef99c488fd952e51483b21ae44d24d', '52.167.144.162', 1686090881, '__ci_last_regenerate|i:1686090881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769e7062de061d9fb106cf46186efa7d95b94d3e', '205.169.39.208', 1651342471, '__ci_last_regenerate|i:1651342471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769f3afe6b106ef46feb40b531676b42b780bd75', '190.148.157.206', 1679502691, '__ci_last_regenerate|i:1679502691;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679502691;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a1fb473d02b21159c5e4e556c246587ae5cf92', '190.56.50.6', 1667673115, '__ci_last_regenerate|i:1667673115;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667673105;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a23b16d7de4e84e816b25590da87fce912b8ad', '159.223.53.127', 1653430456, '__ci_last_regenerate|i:1653430453;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 ('76a2dc7752aae22f042d5ff6804775edf1b00661', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a3c5dd3c34147a7ef4ebff82c11a1d63012186', '66.249.77.164', 1686572682, '__ci_last_regenerate|i:1686572682;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 ('76a577e8e11a7de81355fe1fdbde8fd5f5106ec6', '200.119.170.158', 1661366630, '__ci_last_regenerate|i:1661366630;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661292470\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"s51zGnV6YZvtEIh0rSxq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a6ca76870a5e41a1e9b95111bbf60192174a49', '40.77.167.147', 1681194914, '__ci_last_regenerate|i:1681194914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a746e5a28eaf79d8c37bc7141e9a3d41a42f1a', '193.235.141.21', 1679481702, '__ci_last_regenerate|i:1679481702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a99c254d11309ee0ff1e83e0aa88332bffc138', '157.55.39.55', 1662021698, '__ci_last_regenerate|i:1662021698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76a9e46db697af8a7445ad96303f22b24768820b', '52.167.144.171', 1684600324, '__ci_last_regenerate|i:1684600324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76aaa8dcbe1c423a246213306c2bb8a80b3262b7', '207.46.13.211', 1679749044, '__ci_last_regenerate|i:1679749044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76abc189523a0679eec720c0cc5d7970ed0361a1', '190.148.157.80', 1669376373, '__ci_last_regenerate|i:1669376373;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669376003;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ac809af856614ee28f73e7521e2fb90c24263b', '190.56.54.156', 1665186364, '__ci_last_regenerate|i:1665186364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665186356;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ace3c63efb3ab63a476eebeb2e4fd11e9646a4', '200.119.173.177', 1685123156, '__ci_last_regenerate|i:1685123156;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685123097;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ae76458cf814abaae1610024564dae48425d24', '190.56.51.158', 1655741410, '__ci_last_regenerate|i:1655741410;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655669018\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655735157;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76aeeb522b391504bc25d841e7da7d16610705e6', '52.167.144.162', 1686109882, '__ci_last_regenerate|i:1686109882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b1487ef1c865e626f1fcac3e478110263817e5', '223.247.179.42', 1678633249, '__ci_last_regenerate|i:1678633249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b2841e3ff13a89a5edf08823d03ead33f9385f', '114.119.153.15', 1685536662, '__ci_last_regenerate|i:1685536662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b2c97e61ea1ad227f0487f87530469bea1b9f6', '51.222.253.3', 1674601007, '__ci_last_regenerate|i:1674601007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b3192bef310762e13cdd1496e4e052faafca85', '157.55.39.105', 1676980433, '__ci_last_regenerate|i:1676980407;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b3292989e6e4e0ffe36d9e09e61cfa172063d5', '114.119.148.78', 1684605047, '__ci_last_regenerate|i:1684605047;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b3d7915f9310751cfd960117b37dd120b7775f', '157.55.39.253', 1682767895, '__ci_last_regenerate|i:1682767895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b4abe3299cf388a1407a749c2984bcc738c43a', '190.148.252.139', 1679402745, '__ci_last_regenerate|i:1679402745;requested_page|s:13:\"admin/welcome\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679312373\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679402709;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b8b4baccb75adf4b619056bab2997a78083f18', '190.148.157.80', 1669239546, '__ci_last_regenerate|i:1669239546;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669138595\";last_ip|s:14:\"190.148.157.80\";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:1669236907;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b92c06661054e0845343bc268bf6a5c246ce2e', '52.167.144.164', 1685232877, '__ci_last_regenerate|i:1685232877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76babbc662ec982ba80348f871838bf96591f30f', '190.148.158.151', 1677242619, '__ci_last_regenerate|i:1677242619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677242601;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76bd3818f1804f8bb50633238c84f9340807e16a', '114.119.133.120', 1687562073, '__ci_last_regenerate|i:1687562072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76bf4471aaba97065ba4d76d86ab0303783876ee', '40.77.167.85', 1686561965, '__ci_last_regenerate|i:1686561965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76bf9b2c0f8558da28ceb592b90dd1b9ba8eabe8', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c05213c51ffed6051f1f257fdce1df941b6dd0', '51.222.253.19', 1654880115, '__ci_last_regenerate|i:1654880115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c222379074bb48ed2f383d8cec54b74cdb56ff', '190.56.173.175', 1652896654, '__ci_last_regenerate|i:1652896654;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652896645;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c29efd9b3b3a34ea41dad58c43ff042842cacf', '200.119.173.177', 1685372068, '__ci_last_regenerate|i:1685372068;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685371620;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c2afc4072c98936790889d5cb7c069ed9563d9', '190.56.32.174', 1676762761, '__ci_last_regenerate|i:1676762761;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676762754;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c5f90a76807be2ac5afd28f7ec39fba01e384e', '40.77.167.104', 1668002667, '__ci_last_regenerate|i:1668002667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c71e45b4b9b224532605fadbdcdcfa850c4691', '190.148.252.102', 1681859544, '__ci_last_regenerate|i:1681859544;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681859458;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c741dbf2e4076de252d12c40958aabfe1c643d', '146.59.157.229', 1650749695, '__ci_last_regenerate|i:1650749694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c792307aeaad84b934fbcc5863e28288cf2b72', '52.167.144.154', 1687660278, '__ci_last_regenerate|i:1687660278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c87b25ad84c1bb4d8af7e0666f7a486fd87464', '190.56.50.253', 1682534268, '__ci_last_regenerate|i:1682534268;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682534255;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c8b85fb76721ad88d64a20782fa1bfcb524078', '51.222.253.4', 1675320279, '__ci_last_regenerate|i:1675320279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ca48469759b407bcdddd6a40c797b18e6e0b18', '74.208.2.223', 1668050330, '__ci_last_regenerate|i:1668050330;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76cda0045116692ca1c5583860042e737f4b67fd', '190.148.87.6', 1668390022, '__ci_last_regenerate|i:1668390022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668387530;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ce81b4520ee12ba6dcd1661eb6335b6989e88e', '40.77.167.106', 1687157104, '__ci_last_regenerate|i:1687157104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76cf252f4e603afae6ff5645f345f22c7db5dd99', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76cf3496bbbf0d2c18358e012e115537a2355f4a', '200.119.172.96', 1675302547, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1675298289;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675253701\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675302547;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d058956b6059ae11d6bea487ca9b79eea1a40c', '190.56.50.53', 1658254536, '__ci_last_regenerate|i:1658254536;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658237799\";last_ip|s:15:\"200.119.170.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658254536;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d2d3134603553a38d4d2a8f59fbf05bb96caff', '40.77.167.114', 1678672812, '__ci_last_regenerate|i:1678672812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d62d8ea76e9844e9858ffce0536640604e2c1d', '54.36.148.92', 1664471684, '__ci_last_regenerate|i:1664471684;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 ('76d72a1f6fac8108975864280ae245ffe20df429', '114.119.134.79', 1688110287, '__ci_last_regenerate|i:1688110287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d846655bec3ad67b382b12db0f98325a37ce52', '52.167.144.69', 1676050995, '__ci_last_regenerate|i:1676050995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d850f6c0fd13dd66de041468068f54b96893c0', '35.213.211.88', 1659214464, '__ci_last_regenerate|i:1659214464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d88d1f6024c3fbcfc98f8cda3ed65f94d55035', '190.56.55.113', 1673478850, '__ci_last_regenerate|i:1673478850;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673478696;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d9649e3a859a9c3d581fa9a4221e67fedca689', '40.77.167.191', 1681775104, '__ci_last_regenerate|i:1681775104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76da836bc60b4b33804a1a8a55a7d7ce63fcfee9', '190.56.55.113', 1673871375, '__ci_last_regenerate|i:1673871375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673871368;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76dce09f4f311235f2dbebb77eab77226625f63a', '114.119.149.203', 1685301885, '__ci_last_regenerate|i:1685301885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76de8f1f051ca5f925f08e90e408d905cd99fdc7', '52.167.144.171', 1684455053, '__ci_last_regenerate|i:1684455053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76defa773c2114a8898efd54784d55f2ca85ab2b', '50.21.188.16', 1675140221, '__ci_last_regenerate|i:1675140221;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 ('76df6d3883019185349c9633c84b5067dbb08f49', '207.46.13.205', 1671858685, '__ci_last_regenerate|i:1671858685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e1c21f022b09c5a24f5b84d22f67fe8c92da28', '51.222.253.17', 1662348553, '__ci_last_regenerate|i:1662348553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e37be3789c22c8c6de409258712c536c1e29ba', '157.55.39.25', 1663626011, '__ci_last_regenerate|i:1663626010;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e4dbbb4d28486fe5825341dec2a822df194fee', '114.119.167.129', 1688576158, '__ci_last_regenerate|i:1688576158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e56891b1d77b725738a9491f4bf8f067f08431', '51.222.253.19', 1675216414, '__ci_last_regenerate|i:1675216414;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 ('76e5dc5c99c2bc161876fdfc9791e1e01d39d1b4', '157.55.39.131', 1663764690, '__ci_last_regenerate|i:1663764690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e602502cb69d84ed98e8289cecca014388a94f', '190.148.87.96', 1678203807, '__ci_last_regenerate|i:1678203807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678201323;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e73e1398bfe4d54a9e22dc8d73e4cb4404137f', '52.167.144.162', 1686510685, '__ci_last_regenerate|i:1686510685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e757643da66845216e8b0b505ec28eb09ace76', '200.119.173.130', 1676132515, '__ci_last_regenerate|i:1676132515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676132499;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e7ccc0fec8eeb2f23de1e5bc4c594394a74612', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e917814fe47bb498e6e9c1711bc48f1c00b86a', '51.222.253.9', 1665813791, '__ci_last_regenerate|i:1665813791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76e9b62907ba10dad81d5f24435c1fac7ee9eee4', '157.55.39.217', 1683192213, '__ci_last_regenerate|i:1683192213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76eace4ab5edf191f55dda044a7d4883f64cf251', '190.56.32.35', 1671642658, '__ci_last_regenerate|i:1671642658;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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 ('76ed88680745db87626ce139a9c0b3c006809306', '51.222.253.13', 1686732193, '__ci_last_regenerate|i:1686732193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76ee966de08d29d9ed5f1060ef489278e90384a9', '51.222.253.5', 1668791491, '__ci_last_regenerate|i:1668791491;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 ('76efe053e5c0bcbe6bf7d6ca9c88e04b901e6d53', '114.119.144.65', 1688221741, '__ci_last_regenerate|i:1688221741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f05d2908177339fa7a8deedb8d83a4ca33f00d', '52.167.144.162', 1683074058, '__ci_last_regenerate|i:1683074058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f288a485e07af94375dd709cbe522f575cd78e', '190.56.55.113', 1673527754, '__ci_last_regenerate|i:1673527754;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673527191;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f3f2fa8d1d82458a5ea70fcb24431e77cb50c8', '173.249.31.237', 1659409164, '__ci_last_regenerate|i:1659409164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f4dcc907d8d3b41fecd1ca61bed463edc8312c', '77.74.177.119', 1662037845, '__ci_last_regenerate|i:1662037845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f6efb1fba5555235cfaf3c6b5c9c860594e3cb', '190.56.51.144', 1687099891, '__ci_last_regenerate|i:1687099891;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687099886;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f89efb8ab41352eba7ce0e286206f7675f2960', '223.240.99.104', 1667550763, '__ci_last_regenerate|i:1667550763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f951eeba1bd3c41101d130c6ac1c22090b8519', '40.77.167.11', 1673877910, '__ci_last_regenerate|i:1673877910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7700aeb9abbf64337e0eca674398d8cf4a4e859b', '114.119.138.239', 1686172677, '__ci_last_regenerate|i:1686172677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7702d681feb8f95b6503d3ffc50c9a24b35c596b', '35.89.55.184', 1668001095, '__ci_last_regenerate|i:1668001095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77031908e81110353c9006a48b0adcaf4a749301', '40.77.167.156', 1678816392, '__ci_last_regenerate|i:1678816392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('770334e064e59af3a20baed16b3c71166eaabb42', '114.119.143.135', 1688302242, '__ci_last_regenerate|i:1688302242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7706cfe77fd48095565ee6b0780768494d4f0557', '190.148.252.109', 1684023227, '__ci_last_regenerate|i:1684023227;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('770756cd6d8c3fd41c13d8974fd2edf3a7a3deff', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('770883ec17e6b77cf6d8285989ce5df7243aeb54', '72.13.46.6', 1683034877, '__ci_last_regenerate|i:1683034877;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 ('77099b46972f4e381a4e1d868a4184f2dfd01c4a', '66.249.64.18', 1674660066, '__ci_last_regenerate|i:1674660066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('771175398c1bce3d7cb1dd0613811f7471341f25', '51.222.253.12', 1687158063, '__ci_last_regenerate|i:1687158063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('771428f76012bba82e09aa4acc9897d40952de37', '40.77.167.123', 1683658281, '__ci_last_regenerate|i:1683658281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7717b76e8aa9b9ca4a9f9b78425696b64f80454d', '190.56.32.35', 1671660787, '__ci_last_regenerate|i:1671660787;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7717e52433bfdd8ad860c5efabc984f46ddb5338', '114.119.156.9', 1684911417, '__ci_last_regenerate|i:1684911417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('771a1a6bc1687f8aade8dc6675add06e43d11e95', '207.46.13.217', 1684171083, '__ci_last_regenerate|i:1684171083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77219a6fae62b47e10f58ef7f6820e4ed4f125f4', '190.56.32.243', 1684714883, '__ci_last_regenerate|i:1684714883;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684714657;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7721ee5ede0ced53ad5503ec5dd81fbbe70e957f', '190.56.51.241', 1661439156, '__ci_last_regenerate|i:1661439156;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661437921;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7722cf07b25b0af4cea35c4a958ba18f3b1f0d86', '190.148.158.151', 1677363198, '__ci_last_regenerate|i:1677363198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677362713;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7725b7db05d0b344c1e5307b81a2589146a0734c', '207.46.13.17', 1673821191, '__ci_last_regenerate|i:1673821191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7725f6723f3ab7ed047c97d52b63d1e17beb8bd3', '40.77.167.156', 1678672816, '__ci_last_regenerate|i:1678672816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77266578774ae0fbf61d44d001fc802f28289f37', '200.119.174.9', 1674233711, '__ci_last_regenerate|i:1674233711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674233708;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772676b8ca70459fe2ce81cab9297830f4417201', '52.167.144.171', 1685394339, '__ci_last_regenerate|i:1685394339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772954056787338cb345ede0720673f086ac92ce', '40.77.167.170', 1675315886, '__ci_last_regenerate|i:1675315886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77297ba5b5e5248ed0f27c90cf8189f1065f2997', '207.46.13.212', 1677048661, '__ci_last_regenerate|i:1677048661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772a2f6a4a83d2b578164eaa05c09cc5ccc970e2', '200.119.172.48', 1668611565, '__ci_last_regenerate|i:1668611565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668610013;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772b2e25b91a53ef3249acd6442268df320e3cb0', '157.55.39.42', 1662463541, '__ci_last_regenerate|i:1662463531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772bc1ef9f578e66049a71391e94c3bfd7db1100', '34.216.63.73', 1673443252, '__ci_last_regenerate|i:1673443252;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 ('772bd092d15d2e3c5f1b1a554a0da15c0ab1a4fb', '66.249.65.97', 1678143913, '__ci_last_regenerate|i:1678143913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772c1b7cf32e46a64da80a86d43ddb9e0c02eeeb', '114.119.146.158', 1686882204, '__ci_last_regenerate|i:1686882204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772cc86c039ebdfb0474f524602bc54df08f9d03', '157.55.39.194', 1674402727, '__ci_last_regenerate|i:1674402727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('772e9fdafcc096157379d5f533b1864e48766c10', '149.57.16.7', 1653807035, '__ci_last_regenerate|i:1653807035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7730da0b84d97e80b11bfbf14d405d6a7721fb70', '114.119.137.162', 1688185048, '__ci_last_regenerate|i:1688185048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7732f31324c440946ba3cc6b398e3f698ea7c94c', '52.167.144.98', 1684309479, '__ci_last_regenerate|i:1684309479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7734435a2abb19108659272975f47248b46f520a', '18.117.223.160', 1667962366, '__ci_last_regenerate|i:1667962366;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7734f8318191c1be683f670021c2f6471fdda3bd', '52.167.144.61', 1687962704, '__ci_last_regenerate|i:1687962704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77356b21e4058451bbf07b93538d0e4980c78406', '157.55.39.253', 1682624742, '__ci_last_regenerate|i:1682624742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77365bebd0115af211b101bc6a1af56319a069b5', '40.77.167.43', 1654884596, '__ci_last_regenerate|i:1654884586;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('773744064344269263f5ef007574d1e296cbb9b4', '54.36.148.214', 1684211326, '__ci_last_regenerate|i:1684211326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77379bd9dbd7a64c84194956fe2f2a175860a19e', '200.119.168.250', 1680983438, '__ci_last_regenerate|i:1680983438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680982072;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7739e8a24a700fdfcd4554fe5395c27d5bda5429', '190.148.252.161', 1669898044, '__ci_last_regenerate|i:1669898044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669898005;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('773b69e11ab8bea6e7f6728ed65cafb6859a9c26', '51.158.244.103', 1687583287, '__ci_last_regenerate|i:1687583287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('773f2e9d78af52f6a14baf6a5039335b7e8fcd8e', '40.77.167.35', 1661601743, '__ci_last_regenerate|i:1661601733;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('773fe6bb0e5e6b3d56ea483aabc1ecc4143af95f', '66.249.79.194', 1687696334, '__ci_last_regenerate|i:1687696334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77409d8525cba5fcd12119527578567d1a398a87', '74.85.209.191', 1650929422, '__ci_last_regenerate|i:1650929422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7740a669a5fe885dd4501ce8e6185c49f3101e06', '200.119.174.9', 1674324660, '__ci_last_regenerate|i:1674324660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674324617;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('774210330850671069aa6fcb2f02da2bf3925598', '17.121.112.148', 1652190994, '__ci_last_regenerate|i:1652190994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7743083bcc550b112dcf78a43eebc0bd1c8e83ab', '52.167.144.82', 1687332902, '__ci_last_regenerate|i:1687332902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7744759c0a7a665cbf4a095c0fc201f7fdf4a4f7', '40.77.167.63', 1672225823, '__ci_last_regenerate|i:1672225823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7745473ad0ac4f4b8371f084725acb3fa2cefeca', '190.56.32.243', 1684616575, '__ci_last_regenerate|i:1684616575;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684616567;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('774580548b91f32cd6a6e83d2b8cb815bff506f6', '40.77.167.182', 1683218028, '__ci_last_regenerate|i:1683218028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77460e160f62a7095c1407cc824582237ce26bca', '190.56.173.213', 1683591344, '__ci_last_regenerate|i:1683591344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683591338;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7747462833a4adc5cb41a117d3e2bbda44860c21', '51.222.253.14', 1680167088, '__ci_last_regenerate|i:1680167087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7749152d6a4277db6904176d67a738241de5a8dc', '35.86.107.59', 1677677716, '__ci_last_regenerate|i:1677677716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7749759b16bb13ccb0d9cb6ba9345cdd1faef225', '190.148.252.195', 1653662753, '__ci_last_regenerate|i:1653662753;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653588132\";last_ip|s:13:\"190.56.54.129\";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 ('774a8681d896cc1eb7b17e646a64c8f8d2fe3eae', '51.222.253.18', 1656357072, '__ci_last_regenerate|i:1656357072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('774cfb1d5ec353c5d3de5885bd91ea57bd74a889', '35.88.196.112', 1681824950, '__ci_last_regenerate|i:1681824950;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 ('774d827d5ef76bfacc069d6734082fbfcc2e559a', '54.36.148.197', 1657972552, '__ci_last_regenerate|i:1657972552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('774ee3faa5c6fdea1ac80916c50411fed0b07810', '200.119.170.137', 1668640531, '__ci_last_regenerate|i:1668640531;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668639929;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('775223a09cfaa7f2cdf9b8878eaa49dfb4b3fe38', '51.222.253.17', 1687703111, '__ci_last_regenerate|i:1687703111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7752fbbea34921d65d0e21ac0e9f7caa741eaeb0', '54.200.235.97', 1656595886, '__ci_last_regenerate|i:1656595886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('775498396a8986f19ad70e3f31abedc389a59726', '114.119.133.228', 1684577218, '__ci_last_regenerate|i:1684577218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7755e4ea14ef138acb7f2a3d4b3e7b1055b512c9', '51.222.253.19', 1675779331, '__ci_last_regenerate|i:1675779331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('775686d7b9fbc199b1b9b73dcceb19e3e07a3d1c', '114.119.158.138', 1686678194, '__ci_last_regenerate|i:1686678193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('775810ca5084e8b546a2f2bc6b438df85aeca443', '51.222.253.20', 1680486727, '__ci_last_regenerate|i:1680486727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7758a3ecbd675268c4926e7f1c8a10dc76d9687e', '207.46.13.138', 1674832532, '__ci_last_regenerate|i:1674832532;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7758ed941ab740964ac1a4908e78bb684fb60e2c', '40.77.167.133', 1684212788, '__ci_last_regenerate|i:1684212788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('775f72e4a1c7be14416b1ac5fc3a1700e9143d27', '40.77.167.227', 1681040856, '__ci_last_regenerate|i:1681040856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('775fd7edb499478a2d6f40479985492c5dce8c36', '190.148.252.81', 1658768891, '__ci_last_regenerate|i:1658768891;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658755706\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658768891;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77610553d9091471bd65451b0ce3c114e34b7032', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7761ac76796cc087d7ee19ee1999cae87335a1fc', '190.56.55.113', 1673799976, '__ci_last_regenerate|i:1673799976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673796162;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7761af3067edda3d16b897889742e7364e74fb20', '40.77.167.123', 1683192173, '__ci_last_regenerate|i:1683192173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7762c816d632353a17ded776907658cf2d38bd3f', '216.226.149.48', 1651184327, '__ci_last_regenerate|i:1651184325;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 ('7765dd9d15044457f62efd86d7676197674ec87d', '40.77.167.97', 1653968960, '__ci_last_regenerate|i:1653968960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7767fd3490f21ed8f52d4a2460fb4ba476523903', '190.56.173.130', 1650899139, '__ci_last_regenerate|i:1650899139;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77684581e226dbfc1856dfb69304f32276c14f0b', '40.77.167.192', 1688366450, '__ci_last_regenerate|i:1688366450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('776a4b706e33f3252f05e4adba109b0d34cacf0b', '190.148.252.195', 1653676520, '__ci_last_regenerate|i:1653676520;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653676504;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('776bc4ce50d25ebda562335a2ee7f8d18ed07d69', '51.222.253.8', 1679226844, '__ci_last_regenerate|i:1679226844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('776cf5ad1d5c737827161348813d99e22bbc29c4', '190.148.87.99', 1688419917, '__ci_last_regenerate|i:1688419917;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688419911;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777038ef2d1d6da31e2fdce4a101fd693ecfd5b0', '66.249.79.195', 1688316858, '__ci_last_regenerate|i:1688316857;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7770bd9a89292bbede97aa592a7524e52e6c9201', '52.167.144.108', 1680253217, '__ci_last_regenerate|i:1680253217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77712f7081fc34c22c4909b31aa667d74847f5ee', '157.55.39.143', 1669794961, '__ci_last_regenerate|i:1669794960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777363c5abf7a58791c8bc26134b56bb6d9f6093', '190.148.252.183', 1681479674, '__ci_last_regenerate|i:1681479674;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681479671;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7774d646cee6429bdff9da53c52112e082225370', '190.56.32.243', 1684770306, '__ci_last_regenerate|i:1684770031;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684755860\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684770306;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777988ce042ada179d8126f0ded6549837975fbe', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77799f53c247ec37d5577ddfa3075d694c8162e8', '18.236.199.254', 1671543496, '__ci_last_regenerate|i:1671543496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777a669b8e7c31c8f3d84abb22fc7fb4a4c69462', '207.46.13.211', 1679112476, '__ci_last_regenerate|i:1679112476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777dbfc9bf9761a5bdd135759c37b7af540fc30d', '35.90.138.81', 1673269424, '__ci_last_regenerate|i:1673269424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777e3d44c4ae0587b6d7f1d688301363f8ed31f3', '190.148.252.236', 1656078734, '__ci_last_regenerate|i:1656078734;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656078716;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('777f5670745e644be6947ec0ac2fb746bade0b21', '17.121.115.69', 1652031130, '__ci_last_regenerate|i:1652031130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778002185ca1201610c074a90c73d4e66da08be4', '190.148.252.197', 1665612133, '__ci_last_regenerate|i:1665612133;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665521221\";last_ip|s:15:\"190.148.252.197\";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 ('77825b1096e41638d69e1ea1f7c95992ac709d0f', '51.222.253.14', 1651968286, '__ci_last_regenerate|i:1651968286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778272cd5da2fe6b03933ab734a6bb148db42a60', '190.56.48.81', 1665967158, '__ci_last_regenerate|i:1665967158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665967145;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778397faade43665f91d744ef292598a539fcde6', '52.167.144.164', 1686510628, '__ci_last_regenerate|i:1686510628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778442deb3b6796a709ecf8e7d6d112327144c49', '200.119.173.130', 1676071201, '__ci_last_regenerate|i:1676071201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676071198;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77856cedecc848959b94582216f467bdb3e78680', '190.148.87.182', 1679775309, '__ci_last_regenerate|i:1679775309;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679774923;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778819de07fd6772f3c99e5402ada6685b11a670', '51.222.253.12', 1688454481, '__ci_last_regenerate|i:1688454481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778ad83fa2e819baeff5ed24349c6d3adc09bab7', '52.167.144.162', 1686412329, '__ci_last_regenerate|i:1686412329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778b41d9a46c5c5ce8ae60e4b487a38a3462138a', '51.222.253.8', 1675572151, '__ci_last_regenerate|i:1675572151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778c59fbcedd3670978704de91eab56ab25cc51d', '51.222.253.6', 1655421419, '__ci_last_regenerate|i:1655421419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('778f036d17d7e81bd68fd484d97dd7b2ac85ef7f', '157.55.39.79', 1670651887, '__ci_last_regenerate|i:1670651887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7794300c6a0255e4e0f71464e1a23a2949d1d115', '114.119.154.81', 1688140948, '__ci_last_regenerate|i:1688140948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7795348b6757cb25a57eb3d9d6f5fa04aa7dc690', '190.148.157.80', 1669656744, '__ci_last_regenerate|i:1669656744;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669656734;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('779539c26061d597c7a54390057ed0529f3b6800', '40.77.167.156', 1678888367, '__ci_last_regenerate|i:1678888367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7795f85006d867523ff8ca692e26e2b6ee6e6649', '220.151.9.22', 1685694653, '__ci_last_regenerate|i:1685694653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77962cf749a51e0491ec783fd67689ed0008a978', '52.41.71.197', 1680095990, '__ci_last_regenerate|i:1680095990;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 ('77965f8a3fa12e02a1924e83cfd5f16928a78609', '51.222.253.10', 1687402112, '__ci_last_regenerate|i:1687402112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7796b16608fb7253b265b5399757ac2875c61e88', '114.119.150.33', 1688207089, '__ci_last_regenerate|i:1688207089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77984d82242bab75bd0d0186e36c7d66c21b5624', '54.37.233.116', 1650851986, '__ci_last_regenerate|i:1650851986;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77997602d68f054dce6a54b723aabf4f85962d63', '190.148.157.210', 1672684791, '__ci_last_regenerate|i:1672684791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7799edddddfc72e41bfa04027c07a76f7e8ed4b1', '190.148.157.183', 1680556921, '__ci_last_regenerate|i:1680556921;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680556279;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('779d4ab8f3b728b29216c8209394b2b81997345a', '52.167.144.98', 1685019586, '__ci_last_regenerate|i:1685019586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('779d4cf2980595314905d84630102f3d214eafd2', '200.119.173.177', 1685236547, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685236547;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685236543;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('779d7394c16942f736288a95c1320aaddfbb5a45', '190.148.252.96', 1672970466, '__ci_last_regenerate|i:1672970466;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672970302;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('779dde43c025c7c5b975b5a8027b7f5064f66af6', '190.148.157.98', 1679181367, '__ci_last_regenerate|i:1679181367;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679181296;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a1d12e033761fc7cfea4506a52b9e06258db4a', '40.77.167.30', 1657562198, '__ci_last_regenerate|i:1657562188;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a2bf83a0aeae464084c4f1983f354e8b275ccf', '190.56.32.174', 1676553077, '__ci_last_regenerate|i:1676553077;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676552959;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a4ae7e1da4c23c909c8dd109e86534d430beba', '190.148.158.175', 1672161491, '__ci_last_regenerate|i:1672161491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672161366;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a57b1f7b8d5b0cf5920f265667e21f9315f59b', '190.148.252.183', 1681736158, '__ci_last_regenerate|i:1681736158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681735800;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a89a7d92c3551b8662a0e767c1785e88287921', '40.77.167.249', 1680678511, '__ci_last_regenerate|i:1680678511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77aa5b4106d2cb921c6fdb7e205b96107b42bd6e', '190.56.55.113', 1673787201, '__ci_last_regenerate|i:1673787201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673786518;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77aa5ba1bbcc7fc410618672a4ac766c7c760e45', '157.55.39.69', 1672215470, '__ci_last_regenerate|i:1672215470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77aae574ef0b9f45d9685f5347f7639cb0a8ac79', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77aba2b9261411c53d5a777faefa254db948d43d', '52.167.144.74', 1687972914, '__ci_last_regenerate|i:1687972914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ac8cd35765f3c2129301907bdaa72744437de8', '114.119.156.74', 1686286496, '__ci_last_regenerate|i:1686286496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77acec835716f71b7c723a07a50f69454165ec0d', '190.148.87.51', 1676310038, '__ci_last_regenerate|i:1676310038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ad6d37c44e349573450a7ececf09ae13880f56', '200.119.168.250', 1680830497, '__ci_last_regenerate|i:1680830497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680826964;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ade99711b22cc1dff48afd3752cf24e7e0faa0', '93.158.90.156', 1673525317, '__ci_last_regenerate|i:1673525317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77af8bc0af3b35ca05c25beb87c3dc9aaea8eacb', '114.119.156.172', 1687602297, '__ci_last_regenerate|i:1687602297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b10e90b2ca8c010eb5cbb627d0e6b0f944fb8b', '177.73.71.218', 1653289853, '__ci_last_regenerate|i:1653289852;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b530a0662033fbb43249c922e89ee872927f24', '52.42.158.78', 1672752475, '__ci_last_regenerate|i:1672752475;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 ('77b6dc7e3de34664ac1674fc3a1eb4097bd7b65a', '169.150.203.43', 1669806864, '__ci_last_regenerate|i:1669806864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b91607cd3473703ce312dbf8987d8156ef2c20', '114.119.153.237', 1687513622, '__ci_last_regenerate|i:1687513622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b9859cd767915e943e9b5589635ef500c6ad04', '66.249.77.164', 1686576088, '__ci_last_regenerate|i:1686576088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ba907b88341dd9f412877e42595eb5feb38479', '114.119.148.208', 1686222392, '__ci_last_regenerate|i:1686222392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77baf466605e7ef798e553e09001f59fc92bc0bc', '40.77.167.241', 1685829454, '__ci_last_regenerate|i:1685829454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77bb35f73ed6ab19a796f2825214e4920b5833f1', '142.93.201.0', 1661739531, '__ci_last_regenerate|i:1661739530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77bb9c6ee7fcca7b612d9d5b760720e820fddf46', '190.148.252.233', 1669045765, '__ci_last_regenerate|i:1669045765;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669045748;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77bd80e76429c3164967b7ce2b3cb3844e3525fd', '52.167.144.164', 1686398275, '__ci_last_regenerate|i:1686398275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77bfcf39bc0f1a1bd6161fb030049091644c6ccc', '54.202.197.175', 1654608592, '__ci_last_regenerate|i:1654608592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c0160a651dce2270b2568f0863e633a63d2fab', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c0dddd8598e6b667b6d58ce9b38d642746fd89', '51.222.253.13', 1659897729, '__ci_last_regenerate|i:1659897729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c10091efaf5a863355a48eb411b62e0c58c5f0', '54.36.149.50', 1679280386, '__ci_last_regenerate|i:1679280386;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 ('77c3075ed723555821ea205e41d76a9bd40af9b7', '157.55.39.208', 1686021038, '__ci_last_regenerate|i:1686021038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c44e62c87c27bfb2249b73c98195f78d9c4ff2', '66.249.79.225', 1650832853, '__ci_last_regenerate|i:1650832853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c50bbe83f107846e5fa768e8fb74c67dc9afe1', '40.77.167.80', 1686834539, '__ci_last_regenerate|i:1686834539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c609f7c87d02a111f28aece138b6ac5c824af9', '51.222.253.20', 1677790531, '__ci_last_regenerate|i:1677790531;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 ('77c60c891e5fc3f8b4908d9d9373fcbc32bb7f14', '54.200.11.115', 1682813564, '__ci_last_regenerate|i:1682813564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c9d2acb587369314b2b640b2111155822b7d2c', '207.46.13.142', 1665957167, '__ci_last_regenerate|i:1665957167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77cb09e73bc5426789d7e7fc63901a16ef0728ed', '200.119.173.212', 1667942472, '__ci_last_regenerate|i:1667942472;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77cf399915018bc5beeb4bca6c46e61daa597c8b', '163.123.143.82', 1673574410, '__ci_last_regenerate|i:1673574410;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d040c83b20a670f331b901aef4211a5aee8d00', '51.222.253.19', 1670955295, '__ci_last_regenerate|i:1670955295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d2ccffef1af318c8429615e045348be55db0a0', '52.167.144.120', 1688067639, '__ci_last_regenerate|i:1688067639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d37a3e4470e43994d0c5c61b849e5e0f98d946', '40.77.167.182', 1684239949, '__ci_last_regenerate|i:1684239949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d5a4aae2837cfa98646c2c23c06d55c5d23171', '42.83.147.55', 1677496898, '__ci_last_regenerate|i:1677496898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d60a50da049964079c9622a5fa9a14995aaa39', '200.119.172.60', 1674767592, '__ci_last_regenerate|i:1674767592;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"XLtJMpjU6G7ONBkz4usq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d67532ef7dc3b8ba525f6e3bd65f4881ed2f6a', '40.77.167.202', 1687481066, '__ci_last_regenerate|i:1687481066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d863d7aced33ef50f5d54f01631e375210aaeb', '51.222.253.16', 1681732218, '__ci_last_regenerate|i:1681732218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77db689526d3aa95043d5f83c369188f6c42411e', '40.77.167.13', 1672124183, '__ci_last_regenerate|i:1672124183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77dd043b79a2f9325f9310043e4f68d32174f8fd', '157.55.39.253', 1682516009, '__ci_last_regenerate|i:1682516009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77de3032a6cd5e65a4db3a3033025ea82c579bc9', '51.195.216.255', 1650895314, '__ci_last_regenerate|i:1650895313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e15b6134213908d59b2031017a9aff275a4cd0', '114.119.155.235', 1688201660, '__ci_last_regenerate|i:1688201659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e290ae0e4bcc864965d5394093fbf462dfd155', '190.56.32.35', 1671749649, '__ci_last_regenerate|i:1671749649;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671749642;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e2e0adb9433b568935f116c7a039b7e2d6f95a', '40.77.167.63', 1671815529, '__ci_last_regenerate|i:1671815529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e4f5b5e6e206281694381394bfccc166c6c380', '157.55.39.51', 1668986594, '__ci_last_regenerate|i:1668986594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e4f7dfaab4a4e4ec56c15e5990bf46669bc465', '190.148.87.96', 1678558820, '__ci_last_regenerate|i:1678558820;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678558371;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77e6a255e34a1880aabc214ecc75b59c6ce38b5b', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77eadc72c1e2956bc7f2c2b277318c7f9e27b5ba', '114.119.135.196', 1687980612, '__ci_last_regenerate|i:1687980612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77eb2bcab0db9202a11568ab0f23fe2679ad9b41', '51.222.253.13', 1662999252, '__ci_last_regenerate|i:1662999252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77eb5a2f9752937144a4ce205862029f2dff603c', '200.119.168.250', 1680610037, '__ci_last_regenerate|i:1680610037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680609015;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77eb701f6db6b994bd65b3e35c6d46ddd6c28b29', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ec52ddf31f8495398611fae1432c4bb1c2d2fd', '3.237.104.7', 1654055392, '__ci_last_regenerate|i:1654055392;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 ('77ecd560b5de291ca3aab0c3dced52fa166b9bba', '200.119.172.95', 1659541763, '__ci_last_regenerate|i:1659541763;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659538788;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ed88e7d32b0e75ffae626a425771f4611cd0d1', '114.119.137.249', 1688100635, '__ci_last_regenerate|i:1688100635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ee8408e9d31a2164d0537b36679e69ac3d2de3', '157.55.39.125', 1655153723, '__ci_last_regenerate|i:1655153723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f17c330e548530425f8c7e3889c473ab478dba', '52.167.144.164', 1686553700, '__ci_last_regenerate|i:1686553700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f1c1aa6242d6fe420b63de45b2c51d7d92edab', '157.55.39.164', 1654004147, '__ci_last_regenerate|i:1654004137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f2a3c2d232d5ce31656e9774ddb60dfa10ef37', '190.56.173.136', 1687896551, '__ci_last_regenerate|i:1687896551;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687896108;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f3830032de2848fbcd2073603a3f66a73f7b27', '200.119.168.250', 1681172792, '__ci_last_regenerate|i:1681172792;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681172768;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f46b6f99f127cc31e83876904dbad601c6e657', '190.56.50.15', 1666972280, '__ci_last_regenerate|i:1666972280;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666972017;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f52b0fd7b7edd0cdd776c8f6f15f771f015deb', '190.56.55.48', 1687540694, '__ci_last_regenerate|i:1687540694;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687540692;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f710401203fb8050a98444111bd187df48b1fc', '190.148.252.183', 1681263894, '__ci_last_regenerate|i:1681263894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681263835;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f7d379ce33afad1d60a982793f3ff572fe24f4', '40.77.167.161', 1676093376, '__ci_last_regenerate|i:1676093376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f991354b0db37cfd9ad554bd3b9f3c5e530342', '200.119.173.212', 1667940877, '__ci_last_regenerate|i:1667940877;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77fac7f503476944c5cd66883120e7d4483833b4', '190.56.54.77', 1666280461, '__ci_last_regenerate|i:1666280461;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666280015;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ff44a87e3d54b59eba20b910231f097713f98d', '66.249.79.200', 1685084274, '__ci_last_regenerate|i:1685084273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7800e793694c02c69301671895e113e232ba83f0', '207.46.13.207', 1681415857, '__ci_last_regenerate|i:1681415857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780181198ee996b0fa6e83baa2208870389f85ae', '190.148.157.80', 1669249253, '__ci_last_regenerate|i:1669249253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669249126;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780276e613c90fe05b21e76513013a1fce9be688', '51.222.253.17', 1669434293, '__ci_last_regenerate|i:1669434293;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7803513ca66cc6f916a70b7b74d83ced0a421371', '40.77.167.123', 1683611676, '__ci_last_regenerate|i:1683611676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7803eaac94ba29c893cdccef1bf69df25a68e8c4', '114.119.157.157', 1685808635, '__ci_last_regenerate|i:1685808634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78040dc3bbaa20576fcf003e6db8840bec120035', '85.114.89.223', 1652669805, '__ci_last_regenerate|i:1652669805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78057b33a9c899239ea8727c2b17737b35830662', '40.77.167.49', 1666954611, '__ci_last_regenerate|i:1666954611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780812141f85291c97b3d2f5ce50d75ac1a9886c', '114.119.131.33', 1688361573, '__ci_last_regenerate|i:1688361573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78084d3965ac34be30d2208dc763afef7b483287', '200.119.173.177', 1685021850, '__ci_last_regenerate|i:1685021850;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685021778;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7809f80f4ab4d9ba07a2865736d848a59017d67c', '114.119.157.195', 1683809738, '__ci_last_regenerate|i:1683809738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780b01ea1a2e4e38aed818fcb194186b1116b549', '157.55.39.128', 1673213610, '__ci_last_regenerate|i:1673213609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780ddf9787660d2f6f310eb4fefaba8bfe17fe54', '52.167.144.164', 1684648094, '__ci_last_regenerate|i:1684648094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780e00773bda76702f3da53db00cf5fea219b281', '98.118.50.242', 1684637285, '__ci_last_regenerate|i:1684637285;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('780faa1557f4b3be38272d57621eb0a1ebb544cd', '35.88.67.106', 1670590918, '__ci_last_regenerate|i:1670590918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78107f42ce43c7df7d0b97288a3df4061e8c83a4', '190.148.87.182', 1679616501, '__ci_last_regenerate|i:1679616501;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679614689;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7812f339c9f96da5c1708db693ad60e28cea6b91', '17.121.115.26', 1653217259, '__ci_last_regenerate|i:1653217259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78142048c7502785585fd4dbe22f513d23c8bdce', '190.148.157.98', 1678967256, '__ci_last_regenerate|i:1678967256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678967247;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781615dc31a0b6afa6467f49a352dbd2fba240ab', '114.119.137.105', 1688035280, '__ci_last_regenerate|i:1688035280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781620f10aff77d4be3258305c35ca6f727e3f8b', '157.55.39.200', 1665341655, '__ci_last_regenerate|i:1665341655;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 ('78185361292fa1351b2a26a70e4dfdca9957d21d', '114.119.135.42', 1687071756, '__ci_last_regenerate|i:1687071756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7818731bebb5d2f7531a516888bdce9bc312ef41', '175.196.127.111', 1650791351, '__ci_last_regenerate|i:1650791351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781a1a96985c8504ae591cd6d6da51b51d98b809', '190.148.158.151', 1677154509, '__ci_last_regenerate|i:1677154509;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677154505;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781a7c70b31b068ca8172c8803b8c5c3bb5a5bc8', '198.251.73.89', 1686693217, '__ci_last_regenerate|i:1686693217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781baf2f07b7402e6be2f685c756d573d5cb0b94', '52.167.144.171', 1685129289, '__ci_last_regenerate|i:1685129289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781d4c27ba544cbd7ae61093e23a91017d119ad2', '163.123.143.82', 1673574415, '__ci_last_regenerate|i:1673574415;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781e889b3b67ba8a06d99aae40be8cbdbefa3b95', '207.46.13.12', 1676034739, '__ci_last_regenerate|i:1676034739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781f0223b0e58961dddca09fd242fbc854e768f4', '40.77.167.49', 1667001566, '__ci_last_regenerate|i:1667001566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7820534440a57fb04bf9a7b2c3c8984acd105f31', '157.55.39.68', 1666676751, '__ci_last_regenerate|i:1666676751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7821c5969fc64d7f85c2770b2ad93b0ec6926e45', '52.167.144.70', 1688574670, '__ci_last_regenerate|i:1688574670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7821e7d344e6ebd06fd47b11e8780043b92fad25', '114.119.139.172', 1687872534, '__ci_last_regenerate|i:1687872533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78223ee861c9fbf4096eaa5f531c87c3449d5b1d', '167.94.138.60', 1653055066, '__ci_last_regenerate|i:1653055066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78244f99e161a4f5b1fe380d83e9e899814ced0c', '193.235.141.178', 1668653536, '__ci_last_regenerate|i:1668653536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782478cfdc42860aaca416c23116318997e5f6de', '207.46.13.147', 1672812016, '__ci_last_regenerate|i:1672812016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782726ea1da30964aabafa03a1cff2dfff9b6a1d', '114.119.135.225', 1686180791, '__ci_last_regenerate|i:1686180791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782aab10aa53cb5e5e5e7f5885ee560e6348abba', '190.148.252.76', 1652807057, '__ci_last_regenerate|i:1652807056;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652791220\";last_ip|s:14:\"190.148.252.88\";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\";last_activity|i:1652800157;user_csrf|s:20:\"QzuSag9c8nmW4Z1YGLvP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782caa74d9f6434b1318a7f82e05d713c1647ea0', '54.36.148.68', 1688069407, '__ci_last_regenerate|i:1688069407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782e1741b4b10a3a56d61ac779bc723d1d0d19dd', '93.159.230.89', 1676478238, '__ci_last_regenerate|i:1676478237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782f5de436eaca0819b6900e9e44420d35919745', '190.56.50.253', 1682532798, '__ci_last_regenerate|i:1682532798;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7830a4200a383f4acc3976aa7fa7bd64cd439647', '114.119.134.192', 1688434800, '__ci_last_regenerate|i:1688434800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78313becd2cefdd8f7ba8a51b95c68acf3fecf23', '38.122.112.147', 1683099285, '__ci_last_regenerate|i:1683099285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78339149a05439721eab3f55ece1440cc7b7d8e7', '114.119.149.91', 1686400577, '__ci_last_regenerate|i:1686400577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78343399da8a15885a56ba741788874781d6c024', '114.119.158.94', 1686046080, '__ci_last_regenerate|i:1686046079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78345b52488c83ba27bc6d3c2297a8fdc731f648', '52.167.144.98', 1686266295, '__ci_last_regenerate|i:1686266295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78348f5d8e7f1461a70742bf500d87e2cfcad1de', '69.160.160.59', 1667400624, '__ci_last_regenerate|i:1667400624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78353dd69495845ba3d49fd10e99fcdd960b4aff', '52.24.235.49', 1663768883, '__ci_last_regenerate|i:1663768883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('783610d89b30bafb0e40d0cf5a80875ed5a6d00f', '157.55.39.51', 1667851816, '__ci_last_regenerate|i:1667851816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78369ec9df26efa561e6bb590a53aa784c1998f7', '190.148.157.80', 1669303824, '__ci_last_regenerate|i:1669303824;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669302542;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7836da9b3194f3861e9b046ed1e6076884c590a0', '54.36.148.75', 1666076474, '__ci_last_regenerate|i:1666076474;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 ('78384b8225ca5a6165f75fdc3b1ac670ae040353', '40.77.167.35', 1660948539, '__ci_last_regenerate|i:1660948529;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('783a518b18d8425090686e922591bb3977481b7b', '51.222.253.11', 1654523682, '__ci_last_regenerate|i:1654523682;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('783add313dd7164f7ddcf67ecd298f243995158c', '54.36.149.31', 1669144439, '__ci_last_regenerate|i:1669144439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('783afac0571bf27413bad1f23389f1a0acccda16', '17.121.113.221', 1660703155, '__ci_last_regenerate|i:1660703155;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 ('783cbb70d8545792b1810b807b33ab1f798401d7', '101.32.209.199', 1651033476, '__ci_last_regenerate|i:1651033476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('783e0aff0be98ad1e3a0dbf222c1c924504d44b6', '190.148.157.98', 1679277107, '__ci_last_regenerate|i:1679277107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679277098;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('783f4e75959ff67636e25ce06fd92a2af4f3c7c4', '190.56.173.175', 1652913099, '__ci_last_regenerate|i:1652913099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784167b5ae6c9f53444362c84aa1351efcdc04a9', '17.121.114.112', 1656155824, '__ci_last_regenerate|i:1656155824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7844778c56c67375d65d868dcde394571d4ab87d', '40.77.167.56', 1673253254, '__ci_last_regenerate|i:1673253254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7848f4db1aec9f2f2e1bd188d58f36f484841222', '51.222.253.19', 1684581656, '__ci_last_regenerate|i:1684581656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7849142fc6cd2ccd940fcda65eca773e911424e1', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7849614d340f80b653bf85c8678b49c8f7d44f13', '190.148.158.110', 1661981860, '__ci_last_regenerate|i:1661981860;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7849b5520f329255a3e4abb0816f23e8148664c3', '190.56.173.213', 1683506777, '__ci_last_regenerate|i:1683506777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683506729;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784b155aaeb9a0f13fe97c330004dfb37d1351a1', '114.119.149.23', 1685014073, '__ci_last_regenerate|i:1685014073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784bb37d400557cae2e246e7fc122f26f8ed34b7', '52.167.144.109', 1680712052, '__ci_last_regenerate|i:1680712052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784beb396052085c246252c3e2aa746ee3beb263', '54.36.148.232', 1665006803, '__ci_last_regenerate|i:1665006803;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 ('784d250d26cd2ee33b71a54406627bc35d468760', '200.119.170.143', 1670253190, '__ci_last_regenerate|i:1670253190;requested_page|s:9:\"admin/pos\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670252100\";last_ip|s:15:\"200.119.170.143\";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:1670252779;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784f40aa06e3cdfcb92d9736a78d03f8d5cb3417', '114.119.142.208', 1688393768, '__ci_last_regenerate|i:1688393768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('784fa3651a5c56004a30fff5b6be009cf3a12537', '200.119.172.96', 1675438430, '__ci_last_regenerate|i:1675438430;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675437646\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675438244;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785028f30f8467d9ec2652c95543161a869083c8', '51.222.253.11', 1679888015, '__ci_last_regenerate|i:1679888014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785104a97af99ae242af5d39604655159dc55ffa', '200.119.170.137', 1668641522, '__ci_last_regenerate|i:1668641522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668641518;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7851dbb1b41a94d2b64a45cb9c8aa513c357bee6', '147.182.238.183', 1672504154, '__ci_last_regenerate|i:1672504154;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785376a240e157b2b425b9a2cc9eb599f5dcca68', '54.36.149.98', 1685672833, '__ci_last_regenerate|i:1685672833;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 ('78538fb5a45803530aad4add0c177e711860ec0e', '52.167.144.162', 1687393075, '__ci_last_regenerate|i:1687393075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7853c802fd0d89c6c112f5fbafd058c87fb4d2d9', '190.56.51.144', 1687107823, '__ci_last_regenerate|i:1687107823;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687107820;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7855a74781225478b3b1977b5d060fb09887c175', '52.167.144.109', 1680369015, '__ci_last_regenerate|i:1680369014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78575b383438f97e0e0c0d5366d7fefe0ef47dd0', '114.119.162.251', 1687890843, '__ci_last_regenerate|i:1687890843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785979132e115f73c3207b9f4a70aca73f2036e2', '114.119.158.82', 1685911226, '__ci_last_regenerate|i:1685911226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7859f180801917ef66b8b1bc34ce6b09b84a264f', '193.235.141.145', 1679254676, '__ci_last_regenerate|i:1679254676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785ac89391143368d16299682eff38ae83b1a6ba', '35.225.189.16', 1665004600, '__ci_last_regenerate|i:1665004600;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('785aeb4b88fe1927db49f247b5adfabc57d35ee1', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('785d4843ca9a12cdf8fca83c375202ac8031064c', '157.55.39.225', 1677048167, '__ci_last_regenerate|i:1677048167;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 ('785f35a194e25946b453429623452b115942b13c', '190.56.50.253', 1682733522, '__ci_last_regenerate|i:1682733522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682733508;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786031039ec4f52442c2e55ab191af6162f70666', '190.56.50.253', 1682538500, '__ci_last_regenerate|i:1682538500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682538472;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78624293f66752c0753950e050b637866ade8de2', '200.119.168.250', 1681090271, '__ci_last_regenerate|i:1681090271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681090219;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786273b65e7b3a163a805f2eaa7b84c20d92aed8', '207.46.13.234', 1660873595, '__ci_last_regenerate|i:1660873595;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 ('7863b592119c579ae5f88c151b5a8d9834a64a12', '52.167.144.171', 1685418695, '__ci_last_regenerate|i:1685418695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78662770423e8685d89ba39f21227afb400a18e1', '190.56.173.175', 1652915398, '__ci_last_regenerate|i:1652915398;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652825172\";last_ip|s:15:\"200.119.172.126\";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\";user_csrf|s:20:\"a7xrOdzFuBcNnXp4vIAw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7867d803b8d276db302593306a70cf9b62a92361', '190.148.157.53', 1683825800, '__ci_last_regenerate|i:1683825800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683823662;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786809644afbb7355c82efe0c8ac34840066ccd8', '190.56.50.8', 1658676317, '__ci_last_regenerate|i:1658676315;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786971cfd5a3ea6b2f6712b07ac231228b175d4a', '130.255.166.142', 1687905064, '__ci_last_regenerate|i:1687905064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7869ffc1bb8aeb25730e809a8f26a1455b8d5f50', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786a9f168b84da844b73a7427330397838082ccf', '190.56.50.15', 1666981611, '__ci_last_regenerate|i:1666981611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666981607;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786b6e29be870919331839f334c8669c9d5c3935', '51.222.253.19', 1656932717, '__ci_last_regenerate|i:1656932717;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786b7a1ac72af8c79ba521373545c08c27c9b650', '40.77.167.43', 1658775148, '__ci_last_regenerate|i:1658775148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786bf3fb29f1218f7ef12fafa1e7b901b104ad3a', '190.148.252.151', 1671122102, '__ci_last_regenerate|i:1671122102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671122091;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786f54ab0b1ebf636157f907695a1ce391979593', '52.167.144.164', 1686321511, '__ci_last_regenerate|i:1686321511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786f620ea3db3ef2cae06ab2c8ae1d2f17bd276f', '190.148.157.80', 1669332639, '__ci_last_regenerate|i:1669332639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669332349;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787030aafe73612ba3d4b074379f36e29df10ff6', '200.119.173.107', 1686841428, '__ci_last_regenerate|i:1686841428;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686829206\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686841271;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7871d71f92317aefafb23a4c6e6ea6ae46aead8a', '157.55.39.143', 1669794960, '__ci_last_regenerate|i:1669794960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7873d74f7094b41b3e4691d3bf6f0ad2b611c89a', '40.77.167.241', 1687680063, '__ci_last_regenerate|i:1687680063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787451d2701a5149e2667d869de93eabf5e9f9c0', '54.36.149.27', 1669155231, '__ci_last_regenerate|i:1669155231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787569429c72a062bc6e33389099ac2f0f36cefb', '3.17.140.79', 1667896475, '__ci_last_regenerate|i:1667896474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7875839577afa76d7ea49c52af9059e81684afc9', '52.167.144.98', 1684132469, '__ci_last_regenerate|i:1684132469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7875f4dddf4f7095c5a814c4e2e4e27393fd4384', '190.56.32.35', 1671657388, '__ci_last_regenerate|i:1671657388;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78769bb3128f33c2ecb0ec5230d9859007ac4050', '190.148.157.53', 1683678929, '__ci_last_regenerate|i:1683678929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683678416;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7877eb256a88b5d30787952e99cf6d273dc542cc', '52.167.144.154', 1687895270, '__ci_last_regenerate|i:1687895270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787a9381cac352ddb9a75f507550c84bc4bf381e', '35.211.7.207', 1684273247, '__ci_last_regenerate|i:1684273247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787b8d077dcc164133491c776f5828475c05416e', '200.119.172.60', 1674757308, '__ci_last_regenerate|i:1674757308;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674757176;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('787d08d814b02c92797d290da7665d3a6fdae27d', '141.193.96.179', 1675843156, '__ci_last_regenerate|i:1675843155;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7881651dc2c78766615ee6dba62810772d6e29ff', '51.222.253.1', 1675534068, '__ci_last_regenerate|i:1675534068;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 ('78816fb08696855d0aa56b33dbe05e774e408aac', '190.56.173.213', 1683550086, '__ci_last_regenerate|i:1683550086;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683550014;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78829a4b2c5b3ff4f435b753d578c8c05863c759', '200.119.174.9', 1674513024, '__ci_last_regenerate|i:1674513024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674512979;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7883b19e16fac44b3f0aabd5ea5ed8fa8bf431aa', '17.121.112.84', 1661475075, '__ci_last_regenerate|i:1661475075;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 ('788952bdd292da7a3fa3305b0414ce83ddfb4994', '157.55.39.143', 1670374709, '__ci_last_regenerate|i:1670374709;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788997b382230a00b1dde877f7375bfee153ebb3', '200.119.170.212', 1665879356, '__ci_last_regenerate|i:1665879356;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665879352;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788aae1911bf83979cf72a114aa6cc228edca162', '54.184.63.244', 1674740429, '__ci_last_regenerate|i:1674740429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788abfd6a2e957035a47a824120b48ed2837d5c7', '207.46.13.207', 1678434109, '__ci_last_regenerate|i:1678434109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788ac8987f6f0813545d4c15ba515e353753de8b', '190.148.252.67', 1688479227, '__ci_last_regenerate|i:1688479227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788af6381e8115db509e903f2547b441d3b0c8db', '52.167.144.74', 1688548989, '__ci_last_regenerate|i:1688548989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788b5e3237269f21551828462076dc2589ff98d6', '65.21.206.45', 1660005912, '__ci_last_regenerate|i:1660005912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788dd26b6bb3bb0846d38a8f55ad8f03a2fed946', '54.36.148.21', 1668419781, '__ci_last_regenerate|i:1668419780;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 ('788e73c9966b25cee1d5685c7017ce17823cf9e6', '52.167.144.164', 1686455267, '__ci_last_regenerate|i:1686455267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788ea1935be8dddb233cb13b2744c10c8a56d79e', '207.46.13.6', 1671529267, '__ci_last_regenerate|i:1671529267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788f88bcf2be4a0f1904c9ebd7a28e2d9cb5e410', '190.56.50.253', 1682601851, '__ci_last_regenerate|i:1682601851;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682601832;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('788fca75e6dd97e882dde8fc0623716d4e068c76', '190.56.173.136', 1687962542, '__ci_last_regenerate|i:1687962542;requested_page|s:29:\"admin/customers/getCustomer/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78905a3fea8bd20941eb606433fd4f5a9b2a1fcc', '192.64.4.26', 1680865991, '__ci_last_regenerate|i:1680865991;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 ('7892abcf6cad65aa6f95217c3e06a9058fe3630d', '52.167.144.164', 1685374599, '__ci_last_regenerate|i:1685374599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789a0d90b574fe47382a0f11dec2aa44bd7f3897', '52.167.144.164', 1685379739, '__ci_last_regenerate|i:1685379739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789a5f1ddafc1a67dc27c6dbb97ca21056e0721e', '137.226.113.44', 1664421791, '__ci_last_regenerate|i:1664421791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789a859c819aef5b1571e9b2ac5bc0c71a578123', '190.148.157.183', 1680201266, '__ci_last_regenerate|i:1680201266;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680201261;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789b6c6062264413703f093a0db65bfe2d414b23', '52.167.144.133', 1685157038, '__ci_last_regenerate|i:1685157038;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 ('789da109471aef3f9bd8c1d08660cd799ee8af30', '200.119.168.250', 1680979129, '__ci_last_regenerate|i:1680979129;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680978264;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789ddfc471c601eeb9904af963ee2641fea37d61', '40.77.167.49', 1666787247, '__ci_last_regenerate|i:1666787247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789e81e237745e38c833427074c68d7a951d3776', '35.161.17.120', 1677590952, '__ci_last_regenerate|i:1677590952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789fa1ac9a68ed56ab83f884e77987deb9c705cd', '114.119.142.156', 1685771701, '__ci_last_regenerate|i:1685771701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a1a36683309bfa50775b1d281913bbd0277e22', '157.55.39.192', 1665997102, '__ci_last_regenerate|i:1665997092;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a4993d6b2061600925d56beb03e547519b3441', '42.83.147.34', 1655840826, '__ci_last_regenerate|i:1655840826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a58bc099552da605df9ee279690ac372ac7db9', '190.148.252.183', 1681523402, '__ci_last_regenerate|i:1681523401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681523401;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a5f9d826a6bc83909306cd099c97023860e63c', '157.55.39.9', 1674776434, '__ci_last_regenerate|i:1674776434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a690c0706626db6f54fe635d4e69d00dd70889', '200.119.168.250', 1680914331, '__ci_last_regenerate|i:1680914331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680868670\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680912722;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a6b620e8dbbd13034aa108c51997a1fecddd9c', '114.119.150.75', 1687807947, '__ci_last_regenerate|i:1687807947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a71538d1bcc24cdfbebb7e41a74dab31f7f6af', '200.119.173.130', 1675866619, '__ci_last_regenerate|i:1675866619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675866597;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a7f96f8bca8533007a4d523e59007822fb9fa8', '35.184.109.66', 1651961524, '__ci_last_regenerate|i:1651961524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a8b8119a900edbb1dc32342828afbbde408399', '114.119.151.152', 1688585517, '__ci_last_regenerate|i:1688585517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ac4008301929257d6b37be576d753b456f480b', '74.208.2.198', 1665904744, '__ci_last_regenerate|i:1665904744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ac657e3152f7839eae1abd99e131947f535554', '114.119.141.200', 1687961534, '__ci_last_regenerate|i:1687961533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ac6589b02630df61384a82cd125fd2e806b88c', '190.148.87.6', 1668450247, '__ci_last_regenerate|i:1668450246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668450247;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ad9b198f3c2902683a74237d4f76f7f092a67f', '157.55.39.147', 1672603569, '__ci_last_regenerate|i:1672603569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78aed349e15544d7d4f9276ca3c7e537825d691c', '190.148.158.175', 1672164101, '__ci_last_regenerate|i:1672164101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672163943;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78b276f456ba5d127ad0db359f07786e6eb38903', '190.148.87.182', 1679591147, '__ci_last_regenerate|i:1679591147;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679591143;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78b37a670028b230afb9fe7034041778f9df765a', '72.13.62.27', 1688564637, '__ci_last_regenerate|i:1688564637;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 ('78b4dff73aa5c9ec8f8da8b781bf3b4d3ece62e4', '40.77.167.39', 1655852377, '__ci_last_regenerate|i:1655852377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78b5a826b371dff60354c2d2d9f771b46e36a993', '157.55.39.65', 1661740792, '__ci_last_regenerate|i:1661740792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78b6dd4eadab59c4421e8eddd550d7fdef9629aa', '40.77.167.227', 1681060137, '__ci_last_regenerate|i:1681060137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78b714d36ace55e022cb00bc9b6756472d491536', '66.249.79.196', 1688356946, '__ci_last_regenerate|i:1688356946;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 ('78b7c3fc5fa0a637a51f81c38384f5e1ebc890ef', '40.77.167.123', 1683856454, '__ci_last_regenerate|i:1683856454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78bd38a773620741fd7cfc09169808f481042c78', '207.46.13.154', 1670152992, '__ci_last_regenerate|i:1670152992;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78bdbc3f7747b7afc5a05d825fdf12665b1bf115', '40.77.167.23', 1674179933, '__ci_last_regenerate|i:1674179933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78be755def5eab73ec9d75e18345dd4e89a05a9d', '5.188.62.140', 1653345504, '__ci_last_regenerate|i:1653345501;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78bebd8645aa701f7e27533a19ad4002e796b5af', '54.36.148.149', 1685769006, '__ci_last_regenerate|i:1685769006;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 ('78bf5e216552cad5b04ebe85a152aaf855315b21', '52.167.144.82', 1687306367, '__ci_last_regenerate|i:1687306367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78bf9739f7ffdc8f2f808f36a22cc8a3f401ceb6', '157.55.39.33', 1653134491, '__ci_last_regenerate|i:1653134491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78c0848e614fe223622fb4b8960d777817ec2a40', '190.148.87.6', 1668121061, '__ci_last_regenerate|i:1668121061;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"hJHqAipvWENReIou8Ot0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78c2ffacab21a3cb43d5f39467febde65efecb24', '207.46.13.41', 1671299474, '__ci_last_regenerate|i:1671299474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78c7dc5e8e740ca2aa4c67b56d31a1ba319d4c57', '66.249.73.8', 1682352294, '__ci_last_regenerate|i:1682352294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78c7ddf988f7af6651a2ded212bf1474dd9cf8ee', '52.167.144.171', 1685063643, '__ci_last_regenerate|i:1685063643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78c840c4b846300498baeebfce0951a04cb0386c', '114.119.136.44', 1686577936, '__ci_last_regenerate|i:1686577936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78cccae5c1654fb6c522ae61293665af0fd4bff9', '190.148.87.182', 1679702006, '__ci_last_regenerate|i:1679702006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679701170;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d0aa36ca8dba5a015c658c653be1f74455f757', '207.46.13.212', 1677112111, '__ci_last_regenerate|i:1677112110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d30cbfa0580c5e3d8cbd0d44a552d313fab8a3', '114.119.151.246', 1687660165, '__ci_last_regenerate|i:1687660165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d34e181c52c6f68885f0153e8bfe9448d7e201', '5.188.62.76', 1659582116, '__ci_last_regenerate|i:1659582111;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d3a94a85b14544c8545197629e7f429035f1dd', '163.123.143.82', 1673574407, '__ci_last_regenerate|i:1673574407;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d4fe3440f5a5ac8074667dbdf8194566aafc7a', '51.222.253.13', 1657030407, '__ci_last_regenerate|i:1657030407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d565548044faf560ba9c4cb01c48ed282be404', '190.56.32.164', 1664562957, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664562957;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664562947;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d77cb3b0f2bea616d9beb28513009a192bf310', '144.217.135.140', 1658780068, '__ci_last_regenerate|i:1658780068;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 ('78d7b5266c7a75cb8b9b13278fa709582a0491f7', '34.122.77.98', 1664258819, '__ci_last_regenerate|i:1664258819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78d828998fc4e6bfb0fa1e9ede0b083e14ad0eea', '44.205.2.62', 1679709394, '__ci_last_regenerate|i:1679709394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78da72b970e0b1dbb3a0fb4e9e8d8922816a59e2', '52.167.144.63', 1686904136, '__ci_last_regenerate|i:1686904136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78dafaeadf6454f987be123b0acbd5775b8be726', '111.7.100.23', 1650976204, '__ci_last_regenerate|i:1650976204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78dd60333f5a2cfaffe8aba2fbd9081c4fc1da1b', '52.167.144.164', 1685450957, '__ci_last_regenerate|i:1685450957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78dfa0b24b447deb525dfa36298dec966f8b4a86', '157.55.39.69', 1671890369, '__ci_last_regenerate|i:1671890369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e125f77b41fb8f65f395605224b7c8d064e8c6', '200.119.170.168', 1670542571, '__ci_last_regenerate|i:1670542571;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670542557;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e2d6441fe0f68487db33ebe2793bff676a2593', '190.148.158.175', 1672625473, '__ci_last_regenerate|i:1672625473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672625036;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e3c440dcd47c5b810ab788d4ff9755b19be532', '114.119.131.182', 1686913935, '__ci_last_regenerate|i:1686913935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e3ffe9d3614a61a85fd30f3ce655a2b51be36f', '190.148.252.235', 1666880957, '__ci_last_regenerate|i:1666880957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666880952;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e743eabb25f8e42b8b9317f02b6f815638de53', '82.80.249.158', 1668921132, '__ci_last_regenerate|i:1668921132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e85d303c17915ec4b20d5af148d24284b6ea35', '200.119.173.130', 1675888768, '__ci_last_regenerate|i:1675888768;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675888104;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e936e12128261cb6a980ebd09829d1ac4707a3', '114.119.159.122', 1685134325, '__ci_last_regenerate|i:1685134325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78eae8d718d4920e6c7e7fd78a7354aaf1f2a455', '94.142.141.236', 1666676249, '__ci_last_regenerate|i:1666676248;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78eb2e625eef0397c450dacd1750ff1726f1656f', '190.56.32.32', 1686185726, '__ci_last_regenerate|i:1686185726;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686185701;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ece627e1d64e8680a96b50bfcc32dbe6f9c299', '190.56.54.143', 1661633896, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ee2a8e99b19bf3acf8b3c8200c1daa12d87955', '190.148.157.99', 1662582276, '__ci_last_regenerate|i:1662582250;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662563564\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"WlKn4drQ19P2JMtju3ym\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ee6fa8b1c23b500da650d7dd5a23571098a3a5', '190.148.252.183', 1681580945, '__ci_last_regenerate|i:1681580945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681580185;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ef76ad86adf82e82b319e1c2eafe86e0edef13', '46.101.63.152', 1652762875, '__ci_last_regenerate|i:1652762875;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 ('78f0475dc0f8d167c80cf071d715540296721f5b', '144.217.135.202', 1676900394, '__ci_last_regenerate|i:1676900383;requested_page|s:13:\"cart/checkout\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f386705aa1e7480bd7ec9009ff4f6b5549e77d', '52.167.144.70', 1688122078, '__ci_last_regenerate|i:1688122078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f5bdc946a39ceaf2eb6621fbc1f4885004ced2', '40.77.167.45', 1670375201, '__ci_last_regenerate|i:1670375201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f6feda836f4edcc1322d8b4c5e888fe05a13af', '157.55.39.217', 1683285571, '__ci_last_regenerate|i:1683285571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f9615bc1ff73fa1a1b81ce422ef7e06fa1243d', '114.119.143.50', 1684455358, '__ci_last_regenerate|i:1684455358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f98c0c3e22eee6720d13042b229163313fefa8', '114.119.133.236', 1688425802, '__ci_last_regenerate|i:1688425802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f9ee284848f95e02f56c09979c5d5a1d229fa7', '40.77.167.161', 1681041835, '__ci_last_regenerate|i:1681041835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78f9f489144ec860e1abee3ae7efdecc9befb9d1', '101.251.204.98', 1677299433, '__ci_last_regenerate|i:1677299433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fbc04efcf1a96e1a6a6a9f4f8d54900c8c987d', '200.119.168.48', 1668093876, '__ci_last_regenerate|i:1668093876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fc0165aecb84cd7df278325b72743c95217d41', '173.249.31.237', 1659409212, '__ci_last_regenerate|i:1659409212;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 ('78fc4197d630102c07a8c01eba4d9f1a7ef32759', '190.148.252.111', 1678119894, '__ci_last_regenerate|i:1678119894;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678119880;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fc55c95b35e604de2505ae0775167db9d94079', '190.148.252.111', 1677889470, '__ci_last_regenerate|i:1677889470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677888511;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fc58827992a0bd0c08b1c0eff6601340a162d8', '190.148.252.151', 1671316656, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671316656;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671316248;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fce86b7c645d82b604f5774915090aff9bcf10', '54.202.229.45', 1672406641, '__ci_last_regenerate|i:1672406641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fe96fb20741df818df3cad85be8f6617052d16', '54.201.111.87', 1675431103, '__ci_last_regenerate|i:1675431103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78fe9d54430c66f8b58880a50e6e60ab9525140f', '114.119.141.191', 1686421796, '__ci_last_regenerate|i:1686421796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ff30f78f6275ff3383df5c6bd9bfa11bb26f1e', '114.119.146.41', 1688208044, '__ci_last_regenerate|i:1688208044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7900d1570d209e7207be62cf9b1c9db17799d3e5', '52.167.144.98', 1685383119, '__ci_last_regenerate|i:1685383119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79025cf4d702304721f6bb50f3c48764203ec954', '40.77.167.49', 1665826722, '__ci_last_regenerate|i:1665826722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79063f4260cfa0cb4a3d11ef51f4c5f4660d461f', '207.46.13.17', 1674208707, '__ci_last_regenerate|i:1674208707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7907481a00729b91263d9a71d93922b638e99ea1', '207.46.13.209', 1681231838, '__ci_last_regenerate|i:1681231838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790955c063ae94db118f3b37f4af7eb9fc3ad4dd', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790975620e0a9a7f432b0274f001bd0d03627e98', '40.77.167.202', 1687393062, '__ci_last_regenerate|i:1687393062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790a7a8315c12e8c0945afc7cfae143a2478c629', '207.46.13.229', 1682615318, '__ci_last_regenerate|i:1682615318;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 ('790b439fc6e398b2702d8b30f334d646d751beb5', '190.148.158.110', 1662209902, '__ci_last_regenerate|i:1662209902;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790b9155481f5f06d02bf4a6ac6a6ee20672893f', '114.119.139.148', 1685736845, '__ci_last_regenerate|i:1685736845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790c0361bd257862027c8b8df3f5c151ba49ad80', '200.119.173.177', 1685111454, '__ci_last_regenerate|i:1685111454;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685111345;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7914397bb88e37433b2d27bed62047140763d22c', '190.148.252.111', 1677795252, '__ci_last_regenerate|i:1677795252;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"0kozAOed7nZ4bQMNgEUH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7915335fce48440bfb2193bfcd9059a3938ba49d', '190.148.87.6', 1668356984, '__ci_last_regenerate|i:1668356984;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668350582;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791606ddb3bad5a7eae20f04545a7f2a94db4260', '168.194.72.202', 1651017164, '__ci_last_regenerate|i:1651017132;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1650983521\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('79160b7dc1f9ca0ba74d51e3e572385c82d3374a', '3.237.104.7', 1654055394, '__ci_last_regenerate|i:1654055394;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 ('791694213fd40dbd12246cd97d58c85da0a4785e', '51.222.253.6', 1662360493, '__ci_last_regenerate|i:1662360493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7917417176d76c18eaee49eb3430079092cdfa48', '190.148.158.175', 1672528894, '__ci_last_regenerate|i:1672528894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672528886;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791748ec6916e1ab499391bd731408748d3b18a9', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79176f6ef97f1c134c0b6b164672006d1d68f7a5', '17.121.112.155', 1652464334, '__ci_last_regenerate|i:1652464334;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 ('79182703c6f0c07de9a6e5725c7a655e3fb41a12', '207.46.13.207', 1681375129, '__ci_last_regenerate|i:1681375129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7919b9a2de99a45f29e87e3b1126b5b36e833240', '157.55.39.51', 1668128379, '__ci_last_regenerate|i:1668128379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791a3ebd3ede31d673408526f4beec2c9b0916ad', '190.148.252.55', 1675699633, '__ci_last_regenerate|i:1675699633;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675699551;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791ccc9aa49d06f8787a10dc9efff153320cfa5c', '157.55.39.65', 1662297143, '__ci_last_regenerate|i:1662297143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791d50b36787092f43635dc56fad810c0ec4c296', '157.55.39.253', 1682651632, '__ci_last_regenerate|i:1682651632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791dc7be4979c55fa81aea58efcb4d23e93048b1', '51.68.136.107', 1666164788, '__ci_last_regenerate|i:1666164788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('791eda80b12aa63b97c5f59d036f0e877d8d4736', '52.37.54.34', 1656682711, '__ci_last_regenerate|i:1656682711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7921e8dcad0a7f7bd1cb7c6a8e5cd60fa009358b', '40.77.167.123', 1683842340, '__ci_last_regenerate|i:1683842340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79221611bc0eaae0d16219dafaa16cc034fb7a02', '207.46.13.17', 1673871730, '__ci_last_regenerate|i:1673871730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7922e72c5642fc83197ffa074e74cdcf51f1b7b0', '52.167.144.61', 1688036823, '__ci_last_regenerate|i:1688036823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7922f5d408b6a735f133407531967a64b7b5a84b', '114.119.154.14', 1688245863, '__ci_last_regenerate|i:1688245863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7926ce34f7c40f67ed2380200a499502ade17240', '207.46.13.17', 1673654251, '__ci_last_regenerate|i:1673654251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792854831a1b555418ddcba4c1bc69375232e9f9', '51.222.253.13', 1653705570, '__ci_last_regenerate|i:1653705570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79290ad8644c3af406f738b6d6712a0ee42d94dd', '17.121.114.110', 1652517259, '__ci_last_regenerate|i:1652517259;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7929b060915d5fda21d7591c19def4c76f1afaea', '207.46.13.17', 1673967971, '__ci_last_regenerate|i:1673967971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792b05441dda57238e7f839254d87a6bae433ec7', '51.222.253.4', 1662166523, '__ci_last_regenerate|i:1662166523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792b593341bda311700bca3e805dea447e716e27', '34.221.38.77', 1675863158, '__ci_last_regenerate|i:1675863158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792c7762144eecca484355a8fc21d0cfb99fc0e1', '190.148.252.161', 1669900111, '__ci_last_regenerate|i:1669900111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669900099;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792e3b0b9afc401ea1123c4574113b44c362cde7', '207.46.13.48', 1653025193, '__ci_last_regenerate|i:1653025183;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792f6e7e8d730b2136e0b39ed2174e0ccda1ac55', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7930b15c4eb6c47985fb55b7ac7136f4901d62ed', '190.56.173.175', 1652916150, '__ci_last_regenerate|i:1652916150;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652825172\";last_ip|s:15:\"200.119.172.126\";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\";user_csrf|s:20:\"vOQkCG1fsADLotXYF3p9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('793490bf8df69c9168bc6921ba2912464b3cdfbe', '114.119.141.77', 1684110399, '__ci_last_regenerate|i:1684110380;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79355cde8af41c21ec0ea1fc810dc148b120c294', '17.121.112.99', 1653820916, '__ci_last_regenerate|i:1653820916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('793806498adadf569a5837c124b49609f3ef9488', '190.148.157.117', 1675603296, '__ci_last_regenerate|i:1675603296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675603248;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7938193f268c5f832d2d16b5668c0e68f270fcd0', '190.56.54.156', 1665236451, '__ci_last_regenerate|i:1665236451;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665236449;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79386810b4b3b404b6321dcb620c94826afb9fbf', '198.251.73.77', 1672881210, '__ci_last_regenerate|i:1672881210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79388c5c3aa16252ad23e68690dd2214862f980f', '200.119.168.250', 1680620418, '__ci_last_regenerate|i:1680620418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680620418;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7939c747139d92dfb042ac7180bab486c0ddd46b', '207.46.13.36', 1672844844, '__ci_last_regenerate|i:1672844844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('793c927a13cc7b84fdd72836b88ccb8cbe6db1f8', '159.203.88.30', 1660163349, '__ci_last_regenerate|i:1660163349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('793dca1b4378ebb62a9024f5297d4a22ba9ab317', '51.222.253.13', 1677229587, '__ci_last_regenerate|i:1677229587;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('793fba990fc7c2de735eee4398700416b0dd5829', '190.56.55.48', 1687312161, '__ci_last_regenerate|i:1687312161;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687311907;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79408674b20c72c347ef9c95eecf4d627c2d2181', '54.245.12.111', 1654435954, '__ci_last_regenerate|i:1654435954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7940ba54f26064b51e681528637e0fedef0a3b2d', '40.77.167.255', 1685111950, '__ci_last_regenerate|i:1685111950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7941cf620d7c2950a88c5928c83e0ae4cd829790', '51.222.253.17', 1678156797, '__ci_last_regenerate|i:1678156797;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 ('794776f94fd6bae71c8e24fbe17dac0f63e586e9', '40.77.167.191', 1682444877, '__ci_last_regenerate|i:1682444877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7947bc3983951503dc1599f5b5d640d99b4ea05b', '190.56.32.174', 1676663338, '__ci_last_regenerate|i:1676663338;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676663015;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('794877bad9073a4d544f6705dae6d3f7e6743263', '190.148.158.164', 1667347273, '__ci_last_regenerate|i:1667347273;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667346770;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79488d7d46c95ef84165a11647f11235f5d32831', '200.119.172.60', 1675009144, '__ci_last_regenerate|i:1675009144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675009121;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('794b4aecd89b7f4fdef8f7416e5e2c4ff012cd3a', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('794cf9f27bb700098089317c0a56304f349580ea', '190.56.50.253', 1682519336, '__ci_last_regenerate|i:1682519336;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"aXT5ujSVNfRZkLCgmArD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('794f5f8ac33c3174218b10643e69e74f3b53418c', '40.77.167.30', 1656367531, '__ci_last_regenerate|i:1656367521;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('794f67ded875d0fc5a2c47a760aa478845b2ec99', '40.77.167.202', 1687720939, '__ci_last_regenerate|i:1687720939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7950bd0441334b4574167c3f174ccc09abe8b51e', '190.148.252.239', 1685895197, '__ci_last_regenerate|i:1685895196;requested_page|s:15:\"admin/pos/sales\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79522de890a87ef2678652ff50162bf305284ee2', '130.255.166.79', 1653700972, '__ci_last_regenerate|i:1653700972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79526a3db56af7011de9504c37ef72c7e266929c', '52.167.144.43', 1683945443, '__ci_last_regenerate|i:1683945443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79555eeaa0207f8a1cfb59a763e84526edd27dfb', '157.55.39.112', 1663465731, '__ci_last_regenerate|i:1663465731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7956ab10419ccb3d4e7337742d0dcd2d6ad74e04', '190.148.158.69', 1685470377, '__ci_last_regenerate|i:1685470377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685470369;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7957ffa32969b14cdaaf80664b0f38f70f20486a', '52.167.144.154', 1687650078, '__ci_last_regenerate|i:1687650078;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795818721e833658f07635298e9b3979e20f07af', '157.55.39.80', 1670756205, '__ci_last_regenerate|i:1670756205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79581e1c104b7da4bf543a3f2949e0a6a9af1cd7', '52.167.144.164', 1685629952, '__ci_last_regenerate|i:1685629952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7958a66f117056e1b70785580be80ae651e99c7b', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79593400ecbb3184448e4acef18843d532016632', '66.249.79.196', 1679903072, '__ci_last_regenerate|i:1679903071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79596d8ab605d953f2b96b4f1cbea7e07a552c06', '200.119.168.1', 1655331630, '__ci_last_regenerate|i:1655331630;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655331608;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795abeefdf7483efc4dc34d8d2ae1bf49aff8e5a', '40.77.167.85', 1685966128, '__ci_last_regenerate|i:1685966128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795b3a81a96391f5f9d0bf9f04d7778f26aeb2ce', '51.222.253.10', 1683249315, '__ci_last_regenerate|i:1683249315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795bab0659f08b418bbfe868ec5e3866f2cbf5be', '157.55.39.94', 1672812040, '__ci_last_regenerate|i:1672812040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795bdc80d5e000a2e06f67b29417fc98fe7eaba3', '190.56.32.243', 1684784184, '__ci_last_regenerate|i:1684784184;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684784079;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795d9d9baab34f29eec7f4515b816ebbc3a3adab', '114.119.142.94', 1688411998, '__ci_last_regenerate|i:1688411997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795e21929842fca2d11dbd1166ea8d3a58246c77', '190.56.55.48', 1687281548, '__ci_last_regenerate|i:1687281548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687281493;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795ecd1f53a58fb78a8e7488235a0ff79ff04267', '54.36.148.128', 1660628362, '__ci_last_regenerate|i:1660628362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795ed536816225feb25e0c5f36090e256e62a987', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795fd8e2f224310660142c6cc7328ee750728cb1', '52.167.144.164', 1686398274, '__ci_last_regenerate|i:1686398274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79624bf2dbdb819653f5442eb99c986de50cf19e', '52.167.144.31', 1675198407, '__ci_last_regenerate|i:1675198407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7963762c894284f4ca39ad7f6791503b3f88e0be', '200.119.172.95', 1659568289, '__ci_last_regenerate|i:1659568289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79649f80708ae9a544304c3dc2d5c5bc83465a99', '190.56.32.174', 1676641865, '__ci_last_regenerate|i:1676641865;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676641466;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7965256333a4a5e897ac95972227c6dcab1c549b', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79656f8b9dfb992bb177280372cfcad14b0eedc0', '157.55.39.94', 1672577698, '__ci_last_regenerate|i:1672577698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7965da18fa99d247b6a303a9a3f660b11426eec6', '114.119.145.79', 1685294391, '__ci_last_regenerate|i:1685294390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7969120efd12207bbc46da486509122ad792a9d5', '200.119.170.168', 1670710787, '__ci_last_regenerate|i:1670710787;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670709314;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79694769d8547a0f5ca78bf3a30fa532a02520f0', '157.55.39.128', 1673095848, '__ci_last_regenerate|i:1673095848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('796ad554f2a2b11fbadf3d59afbaf1bda548338c', '157.55.39.51', 1667846498, '__ci_last_regenerate|i:1667846498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('796d1b275ede4b6f21e454e7c63950426efef61f', '114.119.132.153', 1688095312, '__ci_last_regenerate|i:1688095312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('796ef58fe098d14738ae8a322a1a5477e1c7b7a5', '114.119.128.26', 1688076898, '__ci_last_regenerate|i:1688076898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('796f508b35c953a6525185d700578099f57357fe', '190.148.252.112', 1667776866, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667776866;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667776855;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('796fb89a3362b7a3d4789ca5ef06861101b7a393', '51.222.253.17', 1655562113, '__ci_last_regenerate|i:1655562113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('796fc521223f2ab279489fa75d14b175f3b258e0', '114.119.153.246', 1685254425, '__ci_last_regenerate|i:1685254425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79700839f5b74c93dd6a4a75999a9080c9d9a42e', '190.148.252.96', 1673221499, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673221499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673220684;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7973036a58d537ee1f94c24db079d2c80aca69b3', '17.121.112.169', 1657126553, '__ci_last_regenerate|i:1657126553;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 ('797335d4b12dbc091a62567428e078354b1fb43f', '114.119.130.31', 1685291137, '__ci_last_regenerate|i:1685291137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797b2e9fb27b0b5aeec99a8ae90c7d908da4115b', '114.119.150.68', 1684349499, '__ci_last_regenerate|i:1684349499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797c4faf3c0644ed9d8e920e798d16836976610b', '51.222.253.4', 1672707150, '__ci_last_regenerate|i:1672707150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797d5f91c7d5c541f239c1b8c24bb21b50bccc15', '207.46.13.52', 1662657547, '__ci_last_regenerate|i:1662657537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('797ff9255edbf43bc0c03dad5dbc94006e954d9a', '205.210.31.23', 1653948103, '__ci_last_regenerate|i:1653948103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('798000755e3ceb4bfc815f3c9d0687b6b2cd470f', '52.167.144.171', 1685350812, '__ci_last_regenerate|i:1685350812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7984ea763a2ee52807f3c2ce845f6c18923ba32c', '40.77.167.191', 1681779075, '__ci_last_regenerate|i:1681779075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('798675ed2eaeee50190eec2ab13b73bead774f8f', '190.148.158.151', 1677535673, '__ci_last_regenerate|i:1677535673;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79871555adce2e08020cc487badcf81558f93460', '114.119.153.53', 1685494614, '__ci_last_regenerate|i:1685494614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79872cfa06768d9bd1e145992b40d0265c621c39', '40.77.167.224', 1686877668, '__ci_last_regenerate|i:1686877668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7989433cd519c881a5a67341e560009de9ce16cd', '5.188.62.21', 1653435744, '__ci_last_regenerate|i:1653435737;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7989a52012169c7e1f1279638155390512ccba4d', '165.22.197.149', 1688246772, '__ci_last_regenerate|i:1688246772;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 ('798d5b1ddbeae2e291e42bff96b513b32c77b666', '52.167.144.98', 1685129058, '__ci_last_regenerate|i:1685129058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('798df8172216f03fd0178f3d273d59ada0ee9e90', '157.55.39.94', 1672623873, '__ci_last_regenerate|i:1672623873;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('798e594ff18f51702359bae79fe5058fdc7d662d', '66.249.77.39', 1651747719, '__ci_last_regenerate|i:1651747719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('798f5efaed635015b83db8a2d8c68c11356f1c57', '114.119.133.130', 1687565927, '__ci_last_regenerate|i:1687565927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7990faa8236258d1b232e2dc33bd0b2e630cf0fe', '66.249.79.210', 1664324499, '__ci_last_regenerate|i:1664324499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79926c237f4ab618bb44d159756b235e1aa40419', '52.167.144.82', 1687655226, '__ci_last_regenerate|i:1687655226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799574fb7cb442d1690f03110cbf61cd4ec58f6b', '190.56.32.174', 1676906661, '__ci_last_regenerate|i:1676906661;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676906657;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799667bd9aa4d23a2bd838bd71bd515cd94989e0', '130.245.169.247', 1657277738, '__ci_last_regenerate|i:1657277737;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7997c8f1a04c4a5971a0cfc66bfff5da1d22e955', '207.46.13.113', 1676165121, '__ci_last_regenerate|i:1676165121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799bdb2f6f7fa829c269d9725e76b41dcd123997', '52.167.144.171', 1685242140, '__ci_last_regenerate|i:1685242140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799c9465669c214bcb21091c1d9496833ab0ec51', '54.36.148.128', 1660628361, '__ci_last_regenerate|i:1660628361;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 ('799c955fcf2b40e0ea472afe2df31224f1448af7', '157.55.39.79', 1668234894, '__ci_last_regenerate|i:1668234854;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799cc5c5016591e42f0cb8acba5807528b3e91b6', '200.119.172.96', 1675475075, '__ci_last_regenerate|i:1675475074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675475075;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799d3a20fbdea9c3db3b7136fa0093a6dac392ef', '190.56.32.162', 1686328680, '__ci_last_regenerate|i:1686328680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686328670;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799fda4c5d681ddd6cf9979aebdae3dd59404ebb', '157.55.39.253', 1682801022, '__ci_last_regenerate|i:1682801022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79a4239e8d50104d7b4d1a7c21acb14e23aefafd', '34.219.135.198', 1681564750, '__ci_last_regenerate|i:1681564750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79a823d35884184d26fd040edeae358bcffed7d9', '190.148.252.197', 1665520104, '__ci_last_regenerate|i:1665520104;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665520088;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79a8870b5c22319ebab8c912b31dcf2e67652c05', '54.36.148.110', 1687312662, '__ci_last_regenerate|i:1687312662;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 ('79a9014d2cec72e7fb7b4fbc3322426560a1f9c3', '34.221.62.189', 1650870734, '__ci_last_regenerate|i:1650870734;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 ('79a9d41b6ba77293f1464de938fb61a8c3c7bb8b', '114.119.129.14', 1688035959, '__ci_last_regenerate|i:1688035959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79acf5cd1a1c4160776b667a21ecec529a3cc339', '40.77.167.13', 1672464858, '__ci_last_regenerate|i:1672464857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ad5ce5dba62b9c596402012ba9597e26479e42', '52.167.144.154', 1687653191, '__ci_last_regenerate|i:1687653191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ae2118be81af54e7df32a0be4e60d3c4e07fc4', '52.167.144.171', 1685129289, '__ci_last_regenerate|i:1685129289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79aec96059fc1cf03877cde902253143f6082a88', '200.119.173.177', 1685061572, '__ci_last_regenerate|i:1685061572;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685061564;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79afa9cf38cb3568324e4c7689602ef759d7ed89', '190.148.157.53', 1683940785, '__ci_last_regenerate|i:1683940785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683938652;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b227a74f0aae8f657bfb637046794022a5bcb6', '114.119.145.123', 1686706790, '__ci_last_regenerate|i:1686706790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b274332a8293fbde4d13b745bffd8c8f119294', '190.56.49.206', 1655420306, '__ci_last_regenerate|i:1655420306;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655410143\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655420306;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b2f1db6a3f6c200e47ca9cbd580e579b6f98f8', '66.249.79.196', 1654381226, '__ci_last_regenerate|i:1654381226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b3bdbc91cd7c0b923a31b1e0c45e8217dec90b', '157.55.39.125', 1655052682, '__ci_last_regenerate|i:1655052682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b47c7446613d0ad973fe1852fd3d2db42a2415', '157.55.39.69', 1671750075, '__ci_last_regenerate|i:1671750075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b731f1961c13cc1f09595608de81a37064a44a', '207.46.13.213', 1678950058, '__ci_last_regenerate|i:1678950058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b766b0734bd81e6a3e8553f582405d974ac562', '74.125.210.135', 1666577342, '__ci_last_regenerate|i:1666577342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b8a09bef59dab8995f91f215416b155410a0a7', '200.119.173.130', 1676034917, '__ci_last_regenerate|i:1676034917;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676034309;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b8b7ee2ad24e1851fabf4e459aa78c19f66bb9', '200.119.172.60', 1674865372, '__ci_last_regenerate|i:1674865372;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674865330;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b91d25b875acc5f484cf9fe698bb859681c78b', '51.195.216.255', 1650895216, '__ci_last_regenerate|i:1650895160;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ba738533c485ad7ae3697c623ee0a903758c28', '114.119.154.77', 1687650826, '__ci_last_regenerate|i:1687650825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79baf5ea78eac5e601b3ae7e0759f8f27e80fa4e', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79bc90529c8f83dbe9c52a1df5579241dc6d1e1f', '52.167.144.171', 1685077872, '__ci_last_regenerate|i:1685077872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c15b38fa5a547e0032025c11262c95e009746d', '40.77.167.191', 1681830978, '__ci_last_regenerate|i:1681830978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c189f14017e86e400cbd42c6bb91af4aa63c6b', '5.188.62.21', 1656441707, '__ci_last_regenerate|i:1656441704;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c19fbf46e2a816ecefb6d21ffc4376fbd8ab68', '207.46.13.215', 1680230834, '__ci_last_regenerate|i:1680230834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c1c8763f6e74ca34bd61b73309b46de988537f', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c215037d099562c936b24f9152a84b03a47664', '114.119.128.39', 1686075994, '__ci_last_regenerate|i:1686075994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c6624fda6f8abdc44919d9cfa6adda412cf85f', '52.167.144.76', 1682542867, '__ci_last_regenerate|i:1682542867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c8ded2c9f26785300b2a4de9a515bc92c05c76', '157.55.39.80', 1670506418, '__ci_last_regenerate|i:1670506418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79cb3fbf5a61748ea05c20a5cd63bc66160e4d94', '190.148.252.88', 1670800023, '__ci_last_regenerate|i:1670800023;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670799681;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79cc735c3686213e8cac5529af79d8a7595b08b6', '52.167.144.74', 1688395880, '__ci_last_regenerate|i:1688395880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79cf57a69cd903df294ad8555e303401dbf61e04', '114.119.155.154', 1688496830, '__ci_last_regenerate|i:1688496830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d016ec9d4990a9451a4ca01d229ae84af83d67', '190.56.50.3', 1660771007, '__ci_last_regenerate|i:1660771007;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660751915\";last_ip|s:11:\"190.56.50.3\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660770145;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d02e68100b49e7c47d31032cbcf4c28c1b6bb1', '52.167.144.171', 1685546734, '__ci_last_regenerate|i:1685546734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d06e8b1f77c40e9d4ed35ce8370ef6239e49fd', '200.119.173.133', 1660922295, '__ci_last_regenerate|i:1660922295;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660921935;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d49ee52ddfd290a15596b646817e8fe92d5ad5', '40.77.167.123', 1682821280, '__ci_last_regenerate|i:1682821280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d5d5946310931238f3c7785f9e200e4d098896', '157.55.39.112', 1662728660, '__ci_last_regenerate|i:1662728660;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 ('79d6cbde5893820f4df07d331fcb5fa904e750df', '207.46.13.206', 1678242199, '__ci_last_regenerate|i:1678242199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d88a652b5172ff6f77fa2c4b9e2d033b347111', '149.56.160.175', 1656119779, '__ci_last_regenerate|i:1656119779;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 ('79d93ab68320a66246fae2fbe27170dff24742ca', '114.119.153.104', 1684346279, '__ci_last_regenerate|i:1684346279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79da0c113bfeab064ba67203f75da816b5e8d0b5', '157.55.39.80', 1670516994, '__ci_last_regenerate|i:1670516994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79da7fd9dd73c1eee403ee9ef58533b4e19dffaf', '52.167.144.164', 1685350800, '__ci_last_regenerate|i:1685350800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79dabac8323247b86d822433fde0ddf75062c53f', '157.55.39.180', 1667513999, '__ci_last_regenerate|i:1667513999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79daf37cb942ef1a43264c1d2e74b3e8a9b65564', '114.119.132.101', 1688066025, '__ci_last_regenerate|i:1688066025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79db1ce21aa11a92cdd36943cf758950c9ec1a6f', '52.167.144.28', 1679251473, '__ci_last_regenerate|i:1679251473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79de5966d4006a5e5e3b9a0857344228ebad2bb2', '190.56.54.129', 1653608632, '__ci_last_regenerate|i:1653608632;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653608625;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e2b050bfc44aa2f00d7c58bb2f4d44ed063d83', '114.119.134.9', 1684106967, '__ci_last_regenerate|i:1684106967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e5aa0054c3f5c72023eb1c168b3918761ef090', '190.56.54.156', 1665158489, '__ci_last_regenerate|i:1665158489;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('79e5d191241cf4578362bc0fb39d49ccc79b080f', '40.77.167.192', 1681364036, '__ci_last_regenerate|i:1681364036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e65e3333d04bbc9205ff7c6a2553b85b2face0', '200.119.174.9', 1674259248, '__ci_last_regenerate|i:1674259248;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674259157;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e66da9e85b3363f258f65840f6d1eaa6db9366', '66.249.79.206', 1659260779, '__ci_last_regenerate|i:1659260779;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 ('79e6d7ea221f5e798d5b41e34a54235189ee8a53', '42.83.147.34', 1659459044, '__ci_last_regenerate|i:1659459044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e78f46da2508cea4acd46eb3752defa01b8f91', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;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 ('79e7d9332706033dbf3f11c048dc4b2de215cca1', '51.222.253.20', 1674111781, '__ci_last_regenerate|i:1674111781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e9714aa6ded4f0d1fffcb11a3b9775952844b9', '114.119.147.15', 1685290611, '__ci_last_regenerate|i:1685290611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ea98b22587729f36fd289338460cca605f7d0f', '157.55.39.65', 1661901160, '__ci_last_regenerate|i:1661901160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ebdede50198b3af5ab8cad946860c887e8faed', '190.56.173.251', 1651947213, '__ci_last_regenerate|i:1651947213;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('79ed207052a04398bc52adf4fe33a14867819b9a', '35.240.138.87', 1659669891, '__ci_last_regenerate|i:1659669888;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 ('79eea903fb8d653fa49ff1f82ce144764599bdc3', '40.77.167.56', 1673265293, '__ci_last_regenerate|i:1673265293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f1235377e1ce01a64bf57f2393e987cd75dde5', '66.249.66.1', 1676394421, '__ci_last_regenerate|i:1676394421;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f1f6ff3c34a62f6386557afe300fc6dd0b1b9a', '114.119.158.118', 1685353096, '__ci_last_regenerate|i:1685353096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f2b54a485e295faa23fd012a4b284d97d47da8', '51.222.253.10', 1659828892, '__ci_last_regenerate|i:1659828892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f4f6233dc5135ffee42766d7c8cf442ce3a054', '190.148.157.98', 1679152347, '__ci_last_regenerate|i:1679152347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679152306;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f53ade962ccff52c2b2c2d442937360e7397a9', '207.46.13.108', 1674694862, '__ci_last_regenerate|i:1674694861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79f7cebc1d4a36a1dffdb5a4e40f5593f4f603e9', '200.119.172.126', 1652838446, '__ci_last_regenerate|i:1652838446;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652819643\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652833962;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79fac3ec021afe79c95108edff925e18f47ef205', '52.167.144.98', 1684738324, '__ci_last_regenerate|i:1684738324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79fb3b7b7b2c1716c334f826b6633083e9562962', '52.167.144.98', 1684954172, '__ci_last_regenerate|i:1684954172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79fb48e996af930ba118fc2790bcc22c168b5afb', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79fcaf33165c01a39413234767b69656758d28f4', '52.167.144.164', 1685629951, '__ci_last_regenerate|i:1685629951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79fd2cb03e42681dcdd547afa2a5bb36464a1969', '40.77.167.141', 1678974802, '__ci_last_regenerate|i:1678974802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79fe611457863f1ec37b9807bddd28e6cc371b2d', '128.199.198.204', 1650800643, '__ci_last_regenerate|i:1650800639;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 ('79feb2210e00af2565611596a9b6f3580cc12f80', '52.167.144.162', 1686100748, '__ci_last_regenerate|i:1686100748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ff51d8a36602bcde6ab1bf9c090eaa35d9aa82', '40.77.167.191', 1682109625, '__ci_last_regenerate|i:1682109625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ffb7864c76136059610c8b375d527973ce4d94', '54.36.149.11', 1678892159, '__ci_last_regenerate|i:1678892159;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 ('7a0289aa42081787d5a46f8ddce381397e436a83', '52.43.150.73', 1669362036, '__ci_last_regenerate|i:1669362036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a02fd24cacb68433cd5d0ff78e67f754779a88d', '52.167.144.164', 1686536292, '__ci_last_regenerate|i:1686536292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0363b70ca1dcebdfaa2168bd18b0843a2dad76', '52.167.144.171', 1685731809, '__ci_last_regenerate|i:1685731809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a04df7d60abc93d67dce6f577af41e4f72443fa', '190.56.55.113', 1673660367, '__ci_last_regenerate|i:1673660367;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673659024;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0af964d5f772c532c42fdf8b5a90b99fa4d71f', '190.148.157.53', 1684105913, '__ci_last_regenerate|i:1684105913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684105909;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0b56edd29513e2d17702ba3ab0d7f2d3a46859', '52.167.144.162', 1686423602, '__ci_last_regenerate|i:1686423602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0c121b72fb27fe3801acbe271c6345da14660d', '51.222.253.8', 1665360883, '__ci_last_regenerate|i:1665360883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0c6e637563b10e5fc7ac5f87071bab00ac7f8c', '51.222.253.8', 1661239141, '__ci_last_regenerate|i:1661239141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0cee78303b294945bba1f15f7daae07193ee8b', '114.119.143.166', 1688415325, '__ci_last_regenerate|i:1688415325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0cf7d18109be3a2002e3f14d8fca5054c1df4a', '190.148.157.177', 1682099700, '__ci_last_regenerate|i:1682099700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682099629;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0e5560f2c5f292e63ff93378d6911d6527339a', '51.195.90.229', 1650840595, '__ci_last_regenerate|i:1650840595;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 ('7a0f3e9dd169ca2bfcf083c696ca6368f3510baf', '40.77.167.13', 1672304174, '__ci_last_regenerate|i:1672304173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a0fd6caafee804aaedf3e3e6fdd550b9ea7adf7', '190.148.87.248', 1660832286, '__ci_last_regenerate|i:1660832286;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660832283;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a10724ddb829c6325949155ee43582bdbcbfa06', '52.167.144.164', 1686177527, '__ci_last_regenerate|i:1686177527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a11557a1ea7effab988d0e11d628f1e932e11da', '40.77.167.227', 1680983397, '__ci_last_regenerate|i:1680983397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a11f55671bf657d9f9232d795453360caa339ac', '52.167.144.98', 1685417964, '__ci_last_regenerate|i:1685417964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a12a4d6f9ffbaeed0bc886e612613baae00639c', '190.148.157.147', 1673494184, '__ci_last_regenerate|i:1673494184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1345fa9c405843313bec29063a7a546cca3cf7', '144.76.67.169', 1669883535, '__ci_last_regenerate|i:1669883535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1499870bc8c5900714c08d6982000ca14f969a', '51.222.253.1', 1655697013, '__ci_last_regenerate|i:1655697013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a161cbce265bba9c2b9c905cb225010c57224b5', '190.148.252.161', 1669855119, '__ci_last_regenerate|i:1669855119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669855116;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1798bbf6434bbf0c46eeb99078444133507f7f', '190.56.50.253', 1682536864, '__ci_last_regenerate|i:1682536864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682536854;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a196e24779df5a8f6ea4f8aa2e217c641f16ca5', '17.121.113.57', 1656262333, '__ci_last_regenerate|i:1656262333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1ae8ff7ea5647edc2cffc1deff861a10b0a27e', '200.119.172.60', 1674838447, '__ci_last_regenerate|i:1674838447;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674838421;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1e0bcd0d3cefe03dadaf64e17f860a1634f3ad', '40.77.167.222', 1680889809, '__ci_last_regenerate|i:1680889809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1f236777d22cc0e57144425856aab71841e935', '190.56.49.109', 1666135263, '__ci_last_regenerate|i:1666135263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666135203;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a1f8c5a972113045724f5dafbba360b5150bc87', '208.80.194.42', 1655700314, '__ci_last_regenerate|i:1655700314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a202aa04f98bda115c584b6b2b22e46c63dd9d0', '200.119.174.9', 1674515095, '__ci_last_regenerate|i:1674515095;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674515078;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a203efe7fa958960efe8ea3d6ec14ae784624a1', '200.119.172.126', 1652882759, '__ci_last_regenerate|i:1652882759;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652882737;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a240fbfdbe652442077f9e17eaed0181743a36c', '144.76.67.169', 1676799036, '__ci_last_regenerate|i:1676799036;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a24c1c112ca1c88d8aeb8423900ccc7c3cdbcb5', '66.249.79.193', 1679861139, '__ci_last_regenerate|i:1679861139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a252620ddb2c8850b714b9839b74152c1ecccc0', '114.119.159.234', 1686018957, '__ci_last_regenerate|i:1686018957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2550bcc19870f66d57afecf07973d08fbc04dd', '40.77.167.60', 1671758559, '__ci_last_regenerate|i:1671758559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a25c8218e98e2c13c947eca355b834471cfb4e1', '114.119.157.75', 1685094714, '__ci_last_regenerate|i:1685094714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2905e7f3040b3120e06700724bca1fe4e219dd', '17.121.114.166', 1652700793, '__ci_last_regenerate|i:1652700793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a294f15feef159c6bbf3ab5c099f135014dfdc4', '190.148.158.69', 1685803410, '__ci_last_regenerate|i:1685803410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685803395;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2a4c198c9dc0d69ee4b55727310d33dd4c1b7b', '190.56.51.95', 1668626399, '__ci_last_regenerate|i:1668626399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2d3fd877bb16c5d01dc6f13e30562d8e78259f', '173.249.31.237', 1659409214, '__ci_last_regenerate|i:1659409214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2e5225db1be14d9e45abacb48bf788c1dd6410', '157.55.39.125', 1654697249, '__ci_last_regenerate|i:1654697249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2fb3739e1614cc8a79d66f5c736d788841dc44', '114.119.135.64', 1688312975, '__ci_last_regenerate|i:1688312975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a310373f7f0390e6015f7f442621c9ebc70f6ff', '52.167.144.171', 1685350811, '__ci_last_regenerate|i:1685350811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3275943c5962d216447733bb32c4343fcf5256', '114.119.152.216', 1687723664, '__ci_last_regenerate|i:1687723664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a335bf4579bb37469cf80935df9e2db417a28ef', '20.213.89.243', 1652122339, '__ci_last_regenerate|i:1652122336;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 ('7a3366cdc066d90428e7309d4895014f31f95e95', '190.56.54.156', 1665427672, '__ci_last_regenerate|i:1665427672;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665427132;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a350852a8fef34a6d8048d940817d5101c48ef2', '114.119.133.103', 1686574769, '__ci_last_regenerate|i:1686574769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3611b8fd95b036ca93fec8913d40f9b8bf4f4d', '52.167.144.171', 1684383689, '__ci_last_regenerate|i:1684383689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3629abeaa9b388c5bed9b72f8c6aac407b80c7', '54.36.149.10', 1687124243, '__ci_last_regenerate|i:1687124243;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 ('7a36c34084ad819d5ae41a7af889540c5b82cf0c', '190.148.157.183', 1680370431, '__ci_last_regenerate|i:1680370431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680370069;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a36d12165ce6c8e2d45a3bc0ed6a09f0e4f6c3d', '51.195.216.255', 1650742686, '__ci_last_regenerate|i:1650742686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a37e3518286779c9fcd4c5d1d0ec5afa21df46e', '20.118.130.62', 1659654903, '__ci_last_regenerate|i:1659654903;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3822f229866127ff439b49b4afbfe7c4c2558a', '190.56.55.48', 1687300123, '__ci_last_regenerate|i:1687300123;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687300120;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a38fd30dd07aeec76268cacb861a844fa23bd2b', '157.55.39.25', 1663611858, '__ci_last_regenerate|i:1663611848;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a395ac22dd48340ced132f69e411551600e22fa', '52.167.144.74', 1688054670, '__ci_last_regenerate|i:1688054670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3b2ca703c90c29361f737722a5952fbb0dc711', '52.167.144.154', 1687764686, '__ci_last_regenerate|i:1687764686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3b97b2bfe0d32586a2ba0a6895ecac3d4f0acc', '54.36.149.89', 1675918247, '__ci_last_regenerate|i:1675918246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3c1b6b30c6957602c3f3c613d4341b15e8151e', '54.36.148.181', 1659384880, '__ci_last_regenerate|i:1659384880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3c712b0be0e289bbda5661ca563ffd9584ab46', '207.46.13.230', 1656528391, '__ci_last_regenerate|i:1656528391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3c93259706a1788d141733e16079cb1fde941e', '51.222.253.9', 1654969295, '__ci_last_regenerate|i:1654969295;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 ('7a3cf2258706ab536b3ac8f69c8e6fab549ed97f', '51.222.253.19', 1657645262, '__ci_last_regenerate|i:1657645262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4058a3750880c1188a639ae3d517b35e89a9da', '40.77.167.202', 1687481066, '__ci_last_regenerate|i:1687481066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4190d1ae52eb3ce09dd4452790eb019f3b0c58', '190.148.158.175', 1657428240, '__ci_last_regenerate|i:1657428238;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a41a9648ed091160feb5c527efa745d8c429a2e', '40.77.167.13', 1672124183, '__ci_last_regenerate|i:1672124183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a42105ac216f2bf47c7f1b0f18ecf784130474b', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a421b53185f26e5b723426eac343092e64329fd', '114.119.151.179', 1687173037, '__ci_last_regenerate|i:1687173037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a428aed7d66de06a258e393dda63d059929d7e1', '190.56.55.48', 1687546830, '__ci_last_regenerate|i:1687546830;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687546794;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a42eb059802a075da507f52004a239ae15f70a5', '200.119.170.209', 1656986162, '__ci_last_regenerate|i:1656985411;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656969382\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656985425;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a436e9b3f65ac7698eeafbd1e0c7339cab33ee3', '114.119.140.166', 1684883103, '__ci_last_regenerate|i:1684883102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a442524958c4a6503a90deaa43d9fb49466762e', '200.119.170.209', 1656715004, '__ci_last_regenerate|i:1656715004;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"qsN8D1Ccv5IXdQynF7H9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a452913024a6b22029ca628ebf1616ff243eb99', '200.119.173.130', 1676079701, '__ci_last_regenerate|i:1676079680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676079701;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a452a7bdc32cc34b2890a72cce564f78b9c6d5b', '190.148.252.111', 1678031772, '__ci_last_regenerate|i:1678031772;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678031702;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a47265090ca3e11fbecb36a5e7d0a88f70aca7c', '190.56.54.156', 1665185564, '__ci_last_regenerate|i:1665185564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665185555;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a48615fa1d49c10444e0e6879a3149b5603447a', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a49378ce88ac502e3f989d953b1ef25254b29b2', '114.119.140.234', 1687206910, '__ci_last_regenerate|i:1687206910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a496c6cd213ddb978481140ffcec990d9e44d3a', '190.56.32.243', 1684806953, '__ci_last_regenerate|i:1684806688;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684806953;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a496cda5807ffbc97e03649bc1e937a43fa7c60', '52.167.144.162', 1686652145, '__ci_last_regenerate|i:1686652144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4a0b14a04fdf84394ed82ea446ec23ce924e4e', '34.219.144.9', 1654867994, '__ci_last_regenerate|i:1654867994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4a850af25106d9d8e64769333f4c6e2ddcd0ec', '190.56.32.131', 1687651369, '__ci_last_regenerate|i:1687651369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687651321;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4be9f1d268ae782e38ecd2daba6d266aad6d12', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4c2e46d67eb026d53ba38d8567040fb604bc88', '40.77.167.85', 1685355283, '__ci_last_regenerate|i:1685355283;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 ('7a4c5bb0d5947c28c6fb732ffc8d78efcac46656', '17.121.112.139', 1653147102, '__ci_last_regenerate|i:1653147102;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 ('7a4ce0d917a156527596d6c9583cf417b93a6c6f', '114.119.147.137', 1685454538, '__ci_last_regenerate|i:1685454538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4d8153412306f66282f96199d7fb370f6405ce', '54.36.148.96', 1664490954, '__ci_last_regenerate|i:1664490954;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 ('7a4d9da6415515eea0b233d6b1e078ba448d2cfa', '50.21.188.77', 1672492737, '__ci_last_regenerate|i:1672492737;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4ebd77f445950dab04720aa8c74adcba7327ee', '190.148.158.74', 1668989819, '__ci_last_regenerate|i:1668989819;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668948081\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668989810;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4fa96d06416b5161f3258d301926aca23004f4', '52.167.144.162', 1681830982, '__ci_last_regenerate|i:1681830982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4fd0ddc3496be30ac68df94e43fc6a5daf816b', '40.77.167.225', 1680418106, '__ci_last_regenerate|i:1680418106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4fd901b75d1f00d5be19929e5db30c77f79f5b', '51.222.253.16', 1686530035, '__ci_last_regenerate|i:1686530035;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 ('7a511c9feb75e6c0c58bc8a53a1247f1c3e76a71', '157.55.39.94', 1672597741, '__ci_last_regenerate|i:1672597741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a51ebe7c0b465541cbe615247a99bca2cdf730e', '114.119.143.58', 1686246029, '__ci_last_regenerate|i:1686246029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a521a3186080486deb2b464d0d3819f15421d0b', '207.46.13.6', 1671794630, '__ci_last_regenerate|i:1671794630;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a54bb23adb41cd03696e0d0bf87dbba54414741', '34.220.227.251', 1665581197, '__ci_last_regenerate|i:1665581197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a57356abe90162b4d7a986eec87e57915cda9fd', '190.148.87.191', 1664215124, '__ci_last_regenerate|i:1664215124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664214150;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5886bc038311919e5e0358a8afcb5d8c8c02eb', '114.119.142.72', 1688274173, '__ci_last_regenerate|i:1688274173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a59a690b36bdc0c0df5e67833989898b6e93058', '190.56.173.175', 1653098151, '__ci_last_regenerate|i:1653098151;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653098143;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5a8a8653b910809929e9d329f963e4c505d074', '40.77.167.202', 1687793366, '__ci_last_regenerate|i:1687793366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5c23d3879f00c6036321c3bde670f36b80feee', '52.167.144.162', 1682927692, '__ci_last_regenerate|i:1682927692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5cf0384caab2b0d3c62616873eca5d92db033e', '200.119.173.177', 1684846682, '__ci_last_regenerate|i:1684846682;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684846397;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5e7356f51c8f478ab9f99e99bb9f33a5b5fef8', '114.119.146.158', 1687592068, '__ci_last_regenerate|i:1687592068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a5f05f5fb508eba8f30fc4132ff56989d907bbb', '52.167.144.49', 1677395603, '__ci_last_regenerate|i:1677395603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6290b33fab9cdaddbbdf181359f7b81c4d7175', '52.167.144.98', 1685315752, '__ci_last_regenerate|i:1685315752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a641492ff01415e8ae9e266704b119dc3b9ba79', '190.148.252.88', 1652792215, '__ci_last_regenerate|i:1652792003;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652756004\";last_ip|s:15:\"190.148.157.173\";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\";last_activity|i:1652792213;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6470dc62671ee127d896506a43ddf449bb0559', '190.56.173.213', 1683403198, '__ci_last_regenerate|i:1683403198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683400339;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a652ed8958267591fcb84ed396b082db54f5fc6', '162.214.145.74', 1660493002, '__ci_last_regenerate|i:1660493001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a659144cd3d207dc61a6bb5b259bf616596b9a9', '40.77.167.179', 1678019611, '__ci_last_regenerate|i:1678019611;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 ('7a68d14b5547b7e7e2f8841a7df4cf5c697bd727', '40.77.167.133', 1683870610, '__ci_last_regenerate|i:1683870610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6a6699863b9784a5c3655d55abccd1174021fc', '190.148.157.53', 1683927976, '__ci_last_regenerate|i:1683927976;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683904005\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"LxFaNwiCcMgZmDGzdUbp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6a7fea3ba192f92a50c2eaedb5ef7d3f2c9c71', '40.77.167.49', 1666346569, '__ci_last_regenerate|i:1666346569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6d3566325791592cc12ff95d3ddf411792f88e', '52.167.144.74', 1688004655, '__ci_last_regenerate|i:1688004654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6ed98e445266112cc49b07940ae531e0147053', '207.46.13.41', 1671597828, '__ci_last_regenerate|i:1671597828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a716f000dc23c031008f010be662b611402ceac', '40.77.167.11', 1673446408, '__ci_last_regenerate|i:1673446408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a71f30aa571bd6866291dfbf96b5e70a983e835', '17.121.112.81', 1660011071, '__ci_last_regenerate|i:1660011071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a74ad6724cde49467a06211f7a0f60bb2f08825', '190.56.32.162', 1686350419, '__ci_last_regenerate|i:1686350328;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686339806\";last_ip|s:13:\"190.56.50.201\";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\";user_csrf|s:20:\"Rn9cTO8FXrUo1pzVBMa7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a76b1e9caebb88687bde3acd0f639923ee09d30', '52.167.144.171', 1684593695, '__ci_last_regenerate|i:1684593695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a779a4042802edcc06f18e51a6b910d9d9c434f', '190.56.55.48', 1687559697, '__ci_last_regenerate|i:1687559697;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687559694;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a78cecf45539ef956128de7db1c6d0342b3bac7', '190.148.158.69', 1685462113, '__ci_last_regenerate|i:1685462113;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685462100;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a7b3008542adbb8197155b1765659c530974d59', '5.161.70.134', 1672768142, '__ci_last_regenerate|i:1672768142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a7bfa86351a374588eff652a1db06df38122769', '52.167.144.164', 1686198908, '__ci_last_regenerate|i:1686198908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a7d75763e7dc5341286c8ab85d6ebb440172d0d', '190.148.87.182', 1679923241, '__ci_last_regenerate|i:1679923241;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679923238;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a7ecaf761d6145a84bc36bbf6f81e77a8910632', '157.55.39.143', 1667227138, '__ci_last_regenerate|i:1667227127;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a80d83eabe41430e0d8f4cd5a50a34fedcd6f38', '114.119.134.10', 1685655362, '__ci_last_regenerate|i:1685655362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a80e62e7a3b4cfefdcad2b17169345485c417ba', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a82bf9bc1bb93e3b5898b4bdc31691d0ce5c7ec', '17.121.112.211', 1660888154, '__ci_last_regenerate|i:1660888154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a84666de6091179d77179b4f37432868bd19004', '52.167.144.162', 1686799571, '__ci_last_regenerate|i:1686799571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a856ecf25b368fd2f36ebe140667548f6b4fe1a', '114.119.132.34', 1684415910, '__ci_last_regenerate|i:1684415910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a872272a635571942a5ac44c94c82f02299316e', '64.246.165.160', 1662266543, '__ci_last_regenerate|i:1662266543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a8971582a1e5ee59c55f45a1cc19afc3f12d5f3', '40.77.167.13', 1672555521, '__ci_last_regenerate|i:1672555521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a8b63f80159b13f8dc072f87829f5ffb68ba9f2', '157.55.39.208', 1685961513, '__ci_last_regenerate|i:1685961513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a8c1c9cf2fcdccf5193d422ba46267ab20cb400', '52.167.144.69', 1676905994, '__ci_last_regenerate|i:1676905994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a8e3a8468d02d51b381a1a2696e805979ddcd30', '200.119.170.143', 1670251073, '__ci_last_regenerate|i:1670251073;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670016368\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"g4SikWIfCHPdbDxacl0u\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a91f8372ea17cb739afba2d043c5ad80c4dbac4', '52.167.144.76', 1681574445, '__ci_last_regenerate|i:1681574444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a93e4efb35a9f781309f280e1f9f4cb01159a70', '114.119.136.245', 1686732581, '__ci_last_regenerate|i:1686732581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a940965de07a713a0bcf016eb851dc877ef697c', '190.148.252.88', 1670851351, '__ci_last_regenerate|i:1670851351;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670851265;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a96928fea4d225b94ae02897d07657879ef00e0', '46.0.40.106', 1675122155, '__ci_last_regenerate|i:1675122155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a973227d56161ba2ba777341f7669a756cf5526', '40.77.167.202', 1687774373, '__ci_last_regenerate|i:1687774373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a9c2ce4c22f19eb062706aefeb982413b2d466b', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a9c7bef7792ec0a00908b137ba1e12e12e13e63', '157.55.39.100', 1672421133, '__ci_last_regenerate|i:1672421133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a9f7076252e1c974d9d4c7e47132e336097d776', '40.77.167.191', 1681998514, '__ci_last_regenerate|i:1681998514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa2596453f2f8b1780a4c3eef88019f4302c94a', '52.167.144.164', 1686579098, '__ci_last_regenerate|i:1686579098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa2f7029e777369e47c1ee56602e3bd99db88cc', '146.59.157.229', 1650749571, '__ci_last_regenerate|i:1650749571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa37e72c3749d1b8d10df1ec48cc3ac90962295', '190.56.54.156', 1665257225, '__ci_last_regenerate|i:1665257225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665257221;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa3c5db6ce351d835069f1dbe8d36374e5392d6', '190.148.252.96', 1673054805, '__ci_last_regenerate|i:1673054779;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673054804;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa47a9c1eb5e4f11da6e84271d098131c0b315e', '200.119.168.9', 1660666184, '__ci_last_regenerate|i:1660663591;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660664971;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa5c8e4ea63aef22d82c12b78b78a3a527d8262', '190.148.87.6', 1668199487, '__ci_last_regenerate|i:1668199487;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668199350;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa6bb7cb5ef65d1f4c7127c85792bbd417fd2e4', '3.21.158.231', 1684627137, '__ci_last_regenerate|i:1684627136;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aa72832289b9cf9792a42c5aabb2a7f2611eb40', '52.167.144.162', 1686652826, '__ci_last_regenerate|i:1686652826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aabff9f82347c5e21841ef1da8d0450cc6ed574', '190.148.252.151', 1671292401, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aace14acffc5b18c83d7e42f9e3213b91253299', '190.56.55.48', 1687571870, '__ci_last_regenerate|i:1687571359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687571870;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab111654bc661b49f468ee62b28c030e76b7a04', '40.77.167.236', 1677962943, '__ci_last_regenerate|i:1677962943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab19f0ff6a862f4eeb7a6b6c56086dfad70101a', '207.46.13.154', 1671597843, '__ci_last_regenerate|i:1671597843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab22da3921af43ff4890450e29e8c51d8c1f511', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab28b13aab3b97147504757eaaf6361f7dd36e1', '190.56.32.162', 1686347797, '__ci_last_regenerate|i:1686347797;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686347794;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab7d6dc368d16fb802df6ea549e0ba654722cb1', '51.195.216.255', 1650898073, '__ci_last_regenerate|i:1650898073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab8035bac9eddd9a51a53f3de5b3b254b629c23', '190.56.32.174', 1676764395, '__ci_last_regenerate|i:1676764395;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676764313;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab8e415dbaca59030c34ce83096b2fcf2117365', '114.119.135.96', 1687582675, '__ci_last_regenerate|i:1687582675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab94a911cdb75e5da3e7fd3bb827a69a8a729ec', '190.56.173.213', 1683580784, '__ci_last_regenerate|i:1683580784;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683580778;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab9e26efe8623edf28ebc8d7effaccc4ab6bec2', '190.148.157.53', 1683739691, '__ci_last_regenerate|i:1683739691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683739689;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7abadbb50688d63b2a8e45d8b0ef63bc158d8a44', '114.119.157.123', 1687735332, '__ci_last_regenerate|i:1687735332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7abb63bcdc54a848137582b8e19ff45435535e21', '40.77.167.227', 1678799591, '__ci_last_regenerate|i:1678799591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7abbb72aa5f8a427457517a826b368073656c980', '200.119.174.187', 1667424979, '__ci_last_regenerate|i:1667424979;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667400023\";last_ip|s:15:\"190.148.158.164\";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\";user_csrf|s:20:\"gESZ0zPNXtHBD6QsJnAk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7abbbae0a2ed44aa5ac8635f1f6ae2c2dd9091b5', '207.46.13.12', 1676001718, '__ci_last_regenerate|i:1676001718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7abdc173d84fa2db0b1875507f47adcaf85f473a', '17.121.114.125', 1655411074, '__ci_last_regenerate|i:1655411074;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 ('7abf4e8ba8264ed0b03adbea4b2a90b2b39a9f68', '40.77.167.221', 1680598787, '__ci_last_regenerate|i:1680598787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac246857fd28c23f3fe8fdd3c55fff592515a22', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac27a53f1230acd1b17faef951a8c278e9a9be8', '190.148.252.82', 1663603880, '__ci_last_regenerate|i:1663603880;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663339810\";last_ip|s:14:\"190.148.158.75\";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 ('7ac41d4549a176096b0f9b33d4a37614b48c4014', '207.46.13.211', 1679599729, '__ci_last_regenerate|i:1679599728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac52ea721756ee795a80cedb717fa7540e4f188', '51.222.253.17', 1653513620, '__ci_last_regenerate|i:1653513620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac75b6b480493bb188f88b71d59a0f359dfdce8', '190.148.157.80', 1669656442, '__ci_last_regenerate|i:1669656442;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669656435;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac7c9cfddb29ced6eb0a8d716a20ab8c2822b50', '52.167.144.93', 1677988868, '__ci_last_regenerate|i:1677988868;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac947926b8854a2a08138a0b15813140c661a03', '66.249.77.36', 1678284771, '__ci_last_regenerate|i:1678284771;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 ('7acde46c1c21b65b9637821f813ab2d8adb16b47', '157.55.39.112', 1662920967, '__ci_last_regenerate|i:1662920967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7acf230687818663e61b189fb44e5352cf2f55cc', '200.119.174.83', 1655834860, '__ci_last_regenerate|i:1655834860;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655815991\";last_ip|s:14:\"190.56.173.211\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655830371;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7acfdefc74e0fa493f52a34b85ef11859699a173', '200.119.172.95', 1659546055, '__ci_last_regenerate|i:1659546055;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659464807\";last_ip|s:14:\"200.119.172.95\";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\";user_csrf|s:20:\"uGvYDFLpNfen2ZBmoOCM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad10ce03abd3f915a686039494ef6d5ba9a24fd', '52.167.144.166', 1686837537, '__ci_last_regenerate|i:1686837537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad1a5b951f22f4dcf065ba01c12aefb4f8ea396', '190.56.50.253', 1682785453, '__ci_last_regenerate|i:1682785453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682785446;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad1f42a9020d9edc3bbe096c85ca3bbbcf3c13b', '114.119.135.196', 1686646764, '__ci_last_regenerate|i:1686646764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad1f4a6d688ab30f6124fb1b1eec025d3d19c28', '114.119.153.172', 1687900017, '__ci_last_regenerate|i:1687900017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad3627ec9d6502386b816ded53c2c0a9de8148d', '52.167.144.171', 1685311738, '__ci_last_regenerate|i:1685311738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad3e76c75a7a4641c431a1152b71a3886eb629b', '190.148.157.177', 1682290015, '__ci_last_regenerate|i:1682290015;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682289885;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad69c8c6610f76adcec97ba0af5e30ef614c468', '51.222.253.18', 1675392260, '__ci_last_regenerate|i:1675392260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad6f04649b45902c0ff77ce4c697b0250f72c5d', '14.116.150.68', 1677256495, '__ci_last_regenerate|i:1677256495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad75704a7ed603675baa935b7e0ce960c753ec0', '35.89.109.50', 1673097886, '__ci_last_regenerate|i:1673097886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad8903e895e46e3a4cfa4f59b1455cdd7742282', '40.77.167.63', 1671997311, '__ci_last_regenerate|i:1671997311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad8d0d40b8489a6c3fef4e9fe8a874bb57659d3', '190.56.32.243', 1684548385, '__ci_last_regenerate|i:1684547686;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684548385;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad9e3285414d7ccc5f87588f9364d663ab06bc8', '52.167.144.63', 1686901608, '__ci_last_regenerate|i:1686901608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7adbc127e4a132596924582d88ab6ec96e759cd1', '54.36.149.82', 1660161193, '__ci_last_regenerate|i:1660161193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ade42875b6813d8c32504475260f0b8471bec28', '40.77.167.192', 1681046644, '__ci_last_regenerate|i:1681046644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7adf6015d024784b8749b94fcaa9b6b7017fa7a0', '200.119.172.96', 1675469487, '__ci_last_regenerate|i:1675469487;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675469478;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ae24425f7bbdd6fa04c7ee137da0c8d3164ee5a', '114.119.157.146', 1687165629, '__ci_last_regenerate|i:1687165629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ae5b3409c6c764bd3ea095d7f72f38a3cc7a3b8', '114.119.150.252', 1688023154, '__ci_last_regenerate|i:1688023154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aebea1d3eaaa340c6b1ed13a4fbbf68b2185356', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aec0dca6d7e05924367ad9faac2cb1c0c6303f6', '190.148.158.175', 1672434906, '__ci_last_regenerate|i:1672434906;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672434892;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aec3b5b31fc25c417b834645b0d623f9cadf349', '52.167.144.164', 1686259239, '__ci_last_regenerate|i:1686259239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7aefc96212a76a2c86f7047accd069c3758fd98a', '190.148.252.151', 1671056944, '__ci_last_regenerate|i:1671056534;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1671051676\";last_ip|s:15:\"190.148.252.151\";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\";last_activity|i:1671056258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af0c9ab9c40d0ec819775630c4edca190b07748', '200.119.174.30', 1667523064, '__ci_last_regenerate|i:1667523064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667523045;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af22f2b99e37ba7fb04168c67c477c88d8fd165', '52.167.144.70', 1688170435, '__ci_last_regenerate|i:1688170435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af2d835627c614807aca9460f0961a645ddde1f', '34.87.186.193', 1659931467, '__ci_last_regenerate|i:1659931463;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 ('7af346733815deef44b35fe1489d54b1b01232a1', '212.83.186.254', 1660603140, '__ci_last_regenerate|i:1660603140;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af35e1468601e8e6f3bf7eeec3cc4e777d7e01e', '40.77.167.123', 1683663374, '__ci_last_regenerate|i:1683663374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af40818784a7823a8dc319e7fe03f70415b9daa', '51.222.253.7', 1680814353, '__ci_last_regenerate|i:1680814353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af4915e18456c7fde4392e023261438183ca740', '80.253.250.214', 1664742682, '__ci_last_regenerate|i:1664742682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7af5a4e72a2e5f76cc22c43c3f598110afafa61c', '190.148.157.177', 1681946685, '__ci_last_regenerate|i:1681946685;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681946667;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7afc1435da94247ab600484ee8876744433bb6dc', '114.119.139.246', 1686927339, '__ci_last_regenerate|i:1686927339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7affd8843cc22acd3dc9bffabb7af953ee09d8f7', '190.56.50.52', 1657804901, '__ci_last_regenerate|i:1657804901;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657803598;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b05a1110c8ac6698ae5baeaa3b9944ec2ac2333', '190.148.252.151', 1671208340, '__ci_last_regenerate|i:1671208340;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671207078;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b06ae95755b410d3971165c1a6466d7fbe680f6', '54.212.135.159', 1661089720, '__ci_last_regenerate|i:1661089720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b0794534faf247775e21ac75a2d9f0b028637d0', '190.148.157.177', 1682384035, '__ci_last_regenerate|i:1682384035;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682384026;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b093317d44dff161eb3cb48ce7d3e9ce1fd9b0c', '5.188.62.140', 1653332913, '__ci_last_regenerate|i:1653332913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b0a17c05bc60e5880b3d695e587790ea9258a7c', '35.189.49.43', 1655355040, '__ci_last_regenerate|i:1655355037;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 ('7b0dc4013280eec25858fc29f3611d2c2f7fcbda', '207.46.13.48', 1655500345, '__ci_last_regenerate|i:1655500345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b0f82d5f69e7508076cc7a9855f87dbb4c0d433', '193.235.141.125', 1682034588, '__ci_last_regenerate|i:1682034588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b10466fc6eb5a4553f4019f17938d8c1eead15c', '157.55.39.143', 1670215160, '__ci_last_regenerate|i:1670215160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b10adf4dbe296c5b991ac4cfffc637f5f7e6183', '207.46.13.41', 1664699842, '__ci_last_regenerate|i:1664699842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b10b8e283d9fa0d2819fa26e25aff87d94c50c8', '157.55.39.125', 1655291246, '__ci_last_regenerate|i:1655291246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b12c55ed106ff86f48f3f82942bd7eb4ef4801f', '52.167.144.98', 1685679482, '__ci_last_regenerate|i:1685679482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b14f108a05dee6e9459beaad6ed67307097ca96', '114.119.142.179', 1688100830, '__ci_last_regenerate|i:1688100830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b151e2486a1ca40f87528709c1dad6fb170c3a6', '52.167.144.90', 1680911172, '__ci_last_regenerate|i:1680911172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b15f7aa9589409bc342fa4a857293f09c4c3b1a', '54.36.148.205', 1688553036, '__ci_last_regenerate|i:1688553036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b16344b412b653447a4f4827cb1332326cb0bf3', '51.195.216.255', 1650896630, '__ci_last_regenerate|i:1650896630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b164c80616363e8d43db479342a6884a1812402', '40.77.167.64', 1674819955, '__ci_last_regenerate|i:1674819955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b1964c30049b4a5311e9cd3650d574f2b386a31', '190.148.252.111', 1677944314, '__ci_last_regenerate|i:1677944314;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677944264;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b1bbe55b6d17bd3cc93e8e75375fbe7a89f8314', '113.125.51.198', 1668339186, '__ci_last_regenerate|i:1668339186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b1da430df5ba52e8aa34b2fafdc6de145f55679', '114.119.149.92', 1685689402, '__ci_last_regenerate|i:1685689402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b1e43bc2ec74c387f6a8b829539a2bfc5930174', '190.56.55.0', 1687825068, '__ci_last_regenerate|i:1687825068;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687824912;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b1e4b85a1f184d9e25a98c7a468def4a331bb5b', '54.36.148.195', 1659002490, '__ci_last_regenerate|i:1659002490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b1ebfd60033307141cd8bf8de897d11a0ae7a0f', '40.77.167.182', 1684089243, '__ci_last_regenerate|i:1684089243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b21b4575d7366065600df6fda0a8218df9529ea', '40.77.167.141', 1678971356, '__ci_last_regenerate|i:1678971356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b21d7d1460c2d0cda1c400dfde69b3ed3823601', '50.21.188.6', 1675140586, '__ci_last_regenerate|i:1675140586;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b23a25d1fc5536ec5bb6337e73136e93b8b6073', '52.167.144.171', 1685437134, '__ci_last_regenerate|i:1685437134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b23f318323111eda6f6177a784d268789fc1a64', '40.77.167.197', 1678263799, '__ci_last_regenerate|i:1678263799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b2588538c50d33ed6c1e3e9487a83fea807f63f', '200.119.173.111', 1654793858, '__ci_last_regenerate|i:1654793858;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b271825e9da04ae87b2fec962645cdef7627ca6', '114.119.154.87', 1684954644, '__ci_last_regenerate|i:1684954644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b27d700fd56319845b4b292761cfeedc697f64a', '17.121.115.76', 1659620007, '__ci_last_regenerate|i:1659620007;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 ('7b2925280d1a8ab0e58869ea48633c75445b7731', '114.119.134.95', 1688376203, '__ci_last_regenerate|i:1688376202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b2ac3a41940a90a2607d8041392c9b354fef469', '190.148.158.175', 1672595955, '__ci_last_regenerate|i:1672595955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672595446;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b2bac6918789acc971ebb991cf3736649bd28c1', '104.154.92.6', 1664804050, '__ci_last_regenerate|i:1664804050;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7b2d260c6799f3d586005efe78af5f6a6be41110', '54.36.149.63', 1679501663, '__ci_last_regenerate|i:1679501663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b2da51bd70fda5c806ae25f12e2789a66f460e1', '40.77.167.123', 1683011927, '__ci_last_regenerate|i:1683011927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b2eb960eb1de338d3e45891b2b67d9df55adb97', '157.55.39.208', 1685974236, '__ci_last_regenerate|i:1685974236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b329c045f41c4a0a7476ecea66d62e171ce2d51', '51.222.253.12', 1666676710, '__ci_last_regenerate|i:1666676710;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b32a7cb3c7471d17873037c7bc89dcc16d7120f', '157.55.39.212', 1677616195, '__ci_last_regenerate|i:1677616195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b336530f9c2f07cda3c0dc0390486559476ec2d', '114.119.157.231', 1688088349, '__ci_last_regenerate|i:1688088349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b3398ded48ef42e25b6cc2d1b5dde5d32c77693', '190.148.252.67', 1688485406, '__ci_last_regenerate|i:1688485398;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688401236\";last_ip|s:13:\"190.148.87.99\";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 ('7b33a2fd48a373b0bbc589e82ab2838096983a18', '3.17.157.152', 1668808891, '__ci_last_regenerate|i:1668808891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b38901aa6ad4825df99f0e0560064955f212617', '190.148.252.76', 1654174743, '__ci_last_regenerate|i:1654174743;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654088186\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654174729;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b3d1c137a45b96c1726267963ad325d6c618825', '54.36.148.13', 1655311297, '__ci_last_regenerate|i:1655311297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b3d5ad25256bc4045204f7e33d2f23ab79cdf16', '149.57.16.7', 1653807017, '__ci_last_regenerate|i:1653807017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b3ee7c06dce4708796192be4ef979bb084ed8fe', '114.119.134.110', 1687622261, '__ci_last_regenerate|i:1687622261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b3ff3d7571699bcc403e33158765c8a6505c6bf', '40.77.167.37', 1669419383, '__ci_last_regenerate|i:1669419383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b42df1c9e6e8607ab3d1a91ac1135284edc5dd6', '200.119.170.129', 1658237878, '__ci_last_regenerate|i:1658237794;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658235243\";last_ip|s:15:\"200.119.170.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658237877;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b44d457c3052b68a4c4bca44309414501451886', '190.148.252.183', 1681409804, '__ci_last_regenerate|i:1681409804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681408793;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b461f6e69d366e75691d56b0f5093d1deb4ca60', '40.77.167.202', 1687393062, '__ci_last_regenerate|i:1687393062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b463b5cd195e5dc5eb8d471f4441e11759c8e59', '200.119.172.60', 1674757968, '__ci_last_regenerate|i:1674757968;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674757399;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b482318117517bfd9efa76bc6d63e5105c1d328', '130.245.169.70', 1657360529, '__ci_last_regenerate|i:1657360529;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b492bf74f6d295705ce70803975a4087a1bcc6d', '51.222.253.15', 1665149748, '__ci_last_regenerate|i:1665149748;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4a101044361a0886ccd8ce165222a402555471', '66.249.79.193', 1654381226, '__ci_last_regenerate|i:1654381226;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 ('7b4a2e3ca7330491ea9214b0349f62734dab1938', '207.46.13.224', 1680363976, '__ci_last_regenerate|i:1680363976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4c2677ed8260f5acab7a89070bb8d432da9648', '51.222.253.17', 1685005525, '__ci_last_regenerate|i:1685005525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4c6ada96b21904a0a886335fa0a217187cadb5', '51.222.253.20', 1673304391, '__ci_last_regenerate|i:1673304391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4e6a7d05b6e033339cf783e9270aad23fe2f32', '114.119.128.181', 1686915997, '__ci_last_regenerate|i:1686915997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b4fbd11a22a42446e17ec4dd5978c71db667f4b', '52.167.144.70', 1688243859, '__ci_last_regenerate|i:1688243859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5021e81098ccdf2081751383ac68b0ca3d0e85', '190.56.54.156', 1665367514, '__ci_last_regenerate|i:1665367513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665367514;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b51c7ae17d8693d728566f5c7ef00716f30834c', '50.21.188.32', 1663642576, '__ci_last_regenerate|i:1663642575;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5351e6d04129fe749ced361404d0b23372a20b', '17.121.113.139', 1658873394, '__ci_last_regenerate|i:1658873394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5509d75790bb11c7e4512b0171757f2454dfa5', '114.119.146.51', 1685908525, '__ci_last_regenerate|i:1685908525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5526dad59839ee74e56422f30d994b2b6169c6', '190.148.87.96', 1678230554, '__ci_last_regenerate|i:1678230554;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678230546;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b56917f90f57e77abd3ce771efd43e5ce499420', '190.148.157.233', 1655505574, '__ci_last_regenerate|i:1655505371;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655505574;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5924534b14008947690cf7c8aebf0b7e7e8a0e', '18.206.55.48', 1657404594, '__ci_last_regenerate|i:1657404594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b594abec71c0287857e941744d35a4bcd691597', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b59aff803d4fcdb932b2b93067871ca5450c2cb', '40.77.167.43', 1653631741, '__ci_last_regenerate|i:1653631731;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5c95fd0c56cb83439b98679afb3145e24813e6', '198.235.24.27', 1652300659, '__ci_last_regenerate|i:1652300659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5e7a3c0cb1eeacfc5468734f87cce2fb6d5e6b', '190.56.50.15', 1667149962, '__ci_last_regenerate|i:1667149962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667149936;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5e7ffe8100916b4f34b4e5d44e13bb50471e64', '114.119.146.198', 1684274692, '__ci_last_regenerate|i:1684274692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5f55ea3c2cfe74382996479a83a5f17b1f54a8', '40.77.167.175', 1680300859, '__ci_last_regenerate|i:1680300859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b691244d3f9f5dcc0c7a1c913c65343ade4b302', '207.46.13.211', 1679622188, '__ci_last_regenerate|i:1679622188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b6cde208b48e60ea4d55b8309e1dfbb14242a29', '190.148.252.223', 1658929275, '__ci_last_regenerate|i:1658929275;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658927949;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b6d5cd2ea974d3fad3b0a07c404c0d4b7fd13ac', '17.121.113.131', 1660626379, '__ci_last_regenerate|i:1660626379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b6d916167bf9ffa7afd2b795a2871ea80f31bd6', '114.119.135.217', 1688531393, '__ci_last_regenerate|i:1688531393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b6eb58a30d967970c060929fd0768c4ae0e161d', '190.148.157.177', 1682090091, '__ci_last_regenerate|i:1682090091;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682090088;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b6fc7f89bb04ab212b1e20d1d77e6508210ef47', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b73cc252b8f476459667b848058b81513e9e8e6', '200.119.174.26', 1663715546, '__ci_last_regenerate|i:1663715535;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 ('7b7461e0f9d65b56bc315a01c0370da5cded8ef4', '51.195.90.229', 1650840595, '__ci_last_regenerate|i:1650840595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7578fdf5b02946cdaffeeadb8171f77f296621', '157.55.39.143', 1669794961, '__ci_last_regenerate|i:1669794961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b77a0fd3b2b0dff03f09bd89396fcef48890c8f', '40.77.167.225', 1680598664, '__ci_last_regenerate|i:1680598664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b78e311d6ad8499a13a8a9d88478e1627f61f8a', '157.55.39.79', 1656061105, '__ci_last_regenerate|i:1656061095;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7d3b7329415bb141d4a95385c7a7e4250536e6', '190.148.157.80', 1669251484, '__ci_last_regenerate|i:1669251484;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669251461;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7d6b83af89c393b175c4af465a2a55f94255a0', '51.222.253.5', 1668651380, '__ci_last_regenerate|i:1668651380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7ec3facb4d8bab14d158d6ed17be23449eb4c9', '144.76.67.169', 1661938688, '__ci_last_regenerate|i:1661938688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7fbf323a37476d63d71af51ad154006b15e6b1', '144.76.151.42', 1650866369, '__ci_last_regenerate|i:1650866369;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7fe889a84f695bf1e62f9cbca33a9bf19d6909', '130.245.169.247', 1657277748, '__ci_last_regenerate|i:1657277748;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b82d3c6fa77721a879fee63dd5437b525317960', '199.244.88.226', 1670002257, '__ci_last_regenerate|i:1670002257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b82def73ee30d781d9b49a5d3fb6d7d003ea849', '114.119.147.181', 1688245504, '__ci_last_regenerate|i:1688245504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8337dc007832ccc7396a3225cb0f509b9607b2', '54.36.148.189', 1682337402, '__ci_last_regenerate|i:1682337402;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 ('7b8962f77a2452748b1d86eddba5ca9d0f468d5a', '223.247.179.42', 1665296682, '__ci_last_regenerate|i:1665296682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8a98d6e8a6477b1d54375fb3b932ea9983a5b7', '216.145.5.42', 1672838301, '__ci_last_regenerate|i:1672838301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8c148c46c3560daea7eee012921b1252a2e892', '190.148.252.183', 1681425671, '__ci_last_regenerate|i:1681425671;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681425640;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8c30547148daba403d2d72ca1ed7303cd14f3d', '150.158.100.81', 1657070225, '__ci_last_regenerate|i:1657070224;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8c4ca9faa654ea8d8ffa1e4361e85c6fe0318f', '167.172.158.243', 1652685719, '__ci_last_regenerate|i:1652685719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8e3de1900ad2805463a87e6a4a3530529373fd', '114.119.130.27', 1686912602, '__ci_last_regenerate|i:1686912602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8e6f5cd0c877fcf3e94797f784764d4d8da716', '52.167.144.162', 1686165798, '__ci_last_regenerate|i:1686165798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8ede1676955660983fe63cb1576bb4f2c2c522', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8fe6d14b4c21809546c8fb6f5a037a87512cbd', '190.148.252.151', 1671127119, '__ci_last_regenerate|i:1671127119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671126570;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9013f9877f19f62abb936c8030d1d78cd3a885', '52.167.144.164', 1686076199, '__ci_last_regenerate|i:1686076199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b92b21123933a40acf2a5edc6ca22dd62ba5ce6', '114.119.136.12', 1685095835, '__ci_last_regenerate|i:1685095835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b94aba757b784375f4de8519c7046d1a68bc37c', '54.237.250.240', 1651856476, '__ci_last_regenerate|i:1651856476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b96f1bb8494aed66b630d88e74892c1066498f1', '141.147.45.186', 1654719329, '__ci_last_regenerate|i:1654719324;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 ('7b97cd172f7c04fb58b6821c09d1025047c24524', '190.148.157.53', 1684110713, '__ci_last_regenerate|i:1684110713;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684110371;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9a5833caf7f398a57dc4ee8893e47847ec737c', '119.90.52.34', 1650859265, '__ci_last_regenerate|i:1650859265;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 ('7b9afa57c1d9e6619c70f5ec00e63201983eee03', '40.77.167.64', 1675000779, '__ci_last_regenerate|i:1675000779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9b727491726193908f3aa1578f386ec37f6098', '52.167.144.98', 1685129060, '__ci_last_regenerate|i:1685129060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9bb5303000f41adfefdb8ffcebb2ea0bee14fd', '114.119.133.204', 1684108015, '__ci_last_regenerate|i:1684108015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b9d4f3088dab044c837cfc79092ea2c3cf6598a', '157.55.39.125', 1653248712, '__ci_last_regenerate|i:1653248712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba0037b4899263b7632e21a8926330781889d12', '190.148.87.6', 1668467109, '__ci_last_regenerate|i:1668467109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668467101;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba0316aab88c3e82309937efd7b7611454ad092', '52.167.144.178', 1683721555, '__ci_last_regenerate|i:1683721555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba16ce7f4798d4f6f443b3090bab08fb303b51e', '51.222.253.1', 1675940921, '__ci_last_regenerate|i:1675940921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba1a0b83de8ed103e276077c3432f85399a3456', '190.56.173.213', 1683387859, '__ci_last_regenerate|i:1683387859;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683387857;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba3f6906f3576d95a38f2744ff59048d8c94e1f', '200.119.172.96', 1675373555, '__ci_last_regenerate|i:1675373472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba4bb84d048e21dbd4bf5951b88e77d44edc809', '190.148.252.96', 1673024223, '__ci_last_regenerate|i:1673024223;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673024014;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba7c7dab994fa54bca2b6bf2bb8fcbfaba73b2e', '190.56.32.32', 1686147630, '__ci_last_regenerate|i:1686147630;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686147596;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba9dc34693087a864ef50565522d4de12ea2daa', '40.77.167.115', 1681500524, '__ci_last_regenerate|i:1681500524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bb3a268471393e6c58b9111c8ddafc5f68a2622', '114.119.152.71', 1687537778, '__ci_last_regenerate|i:1687537778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bb63315fe38339d6fde21d83b743c5a32c05c8c', '157.55.39.51', 1667648477, '__ci_last_regenerate|i:1667648477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bb6b7184b09aea056495db0ffa28108a16690ab', '114.119.134.3', 1687177272, '__ci_last_regenerate|i:1687177272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bb73c0a4b9fe5e2e81a6b36ef59dcf53bd9c510', '54.37.233.116', 1650851663, '__ci_last_regenerate|i:1650851663;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 ('7bb82ea2d342d9a74ecb2322f321242a91041c65', '190.148.252.96', 1672869102, '__ci_last_regenerate|i:1672869102;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bba16f2280f1e12407f7859e3df73c59488c985', '200.119.169.52', 1664918462, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664918462;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664918406;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bbad130f27e7c17a19e57b5290879d4c09bfa7b', '114.119.140.21', 1688190962, '__ci_last_regenerate|i:1688190962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bbc25b0ba55e814b6912ec87e7c7ba756a98718', '51.222.253.11', 1680705873, '__ci_last_regenerate|i:1680705873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bbcb19f4f3110dd6806915ffc451f1f55cde146', '114.119.154.67', 1685525932, '__ci_last_regenerate|i:1685525932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bbfcd3fb1f3fbbbcaf3e7defbe2c6a90271878e', '51.195.90.229', 1650840388, '__ci_last_regenerate|i:1650840388;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc1a1749a0bc71e2886fde382a80e0e6ed5845f', '190.56.55.113', 1673811328, '__ci_last_regenerate|i:1673811328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673811309;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc255f2dfde0ec3ca6df74df43f70ed2df2b17e', '200.119.170.120', 1660095058, '__ci_last_regenerate|i:1660095058;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660080594\";last_ip|s:15:\"190.148.158.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660095045;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc43a4f5eb1aeb978dc97a42848eccbb52c99d7', '40.77.167.123', 1683059943, '__ci_last_regenerate|i:1683059942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc467f046a323ed55a654f84eacee25356621de', '207.46.13.175', 1672944908, '__ci_last_regenerate|i:1672944908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc4f34be1b06d71bb54f1089ea16b9e710a6f75', '200.119.170.143', 1670254727, '__ci_last_regenerate|i:1670254727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670254013;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc68b9bf65904e17cc0866742698ba2cf2419d3', '178.128.88.61', 1686490689, '__ci_last_regenerate|i:1686490689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc77b9e1f1f79ecb4b4e036479cabe9626b659e', '157.55.39.217', 1683564658, '__ci_last_regenerate|i:1683564658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bc8fae091693d97b2d17fe87c8decd7d6db6acf', '52.167.144.74', 1688528559, '__ci_last_regenerate|i:1688528559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bca782b405f13e9309610cb5d5aace34a2d02c0', '93.159.230.87', 1668476072, '__ci_last_regenerate|i:1668476072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bcc2a0437fea3a206fbb726a56a50ab8107db5f', '89.163.140.178', 1668840803, '__ci_last_regenerate|i:1668840803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bcc6961f466574f8e25b6c51637ad86659ab601', '40.77.167.191', 1682354365, '__ci_last_regenerate|i:1682354365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd09d99f15e65233820210bc53c4b0e102b1306', '54.36.148.206', 1688074647, '__ci_last_regenerate|i:1688074647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd0b1549854b642a59cd8b185ed765073f216b7', '114.119.133.76', 1688520916, '__ci_last_regenerate|i:1688520915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd20c0a0fd103780ede65c5a122af4493d77f34', '190.56.173.175', 1653063318, '__ci_last_regenerate|i:1653063318;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652992748\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"crU4asG7yjhlbzio3WQP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd2157c71bb6f4c0ce2adafcfb3012c8db94042', '51.222.253.11', 1659984325, '__ci_last_regenerate|i:1659984325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd56b7d63c2aeba547dc1a146fd3e8943f1cb16', '190.148.157.117', 1675632853, '__ci_last_regenerate|i:1675632853;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675632796;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd69d83b6930bc6956d1eac9615b21f7addcf53', '190.148.157.194', 1662058265, '__ci_last_regenerate|i:1662058265;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662058265;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd7982fea65970b2dcf85024561c441842f39ff', '190.56.173.167', 1650901838, '__ci_last_regenerate|i:1650901838;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650900201\";last_ip|s:14:\"190.56.173.167\";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:1650900935;user_csrf|s:20:\"xQlU9cNZrBVXMFwIse58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd805fb97a90aef1b7fc6f8f7864f3402ec410f', '52.167.144.61', 1687962024, '__ci_last_regenerate|i:1687962024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd81c4e476ce856552f6c9ee5900b017131ce93', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd82f6e3d8ac2d6c398fde353048c0111c3bff3', '207.46.13.160', 1673654245, '__ci_last_regenerate|i:1673654245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd9f6c55ccae7542b72ce6c1951152fc61de62e', '157.55.39.9', 1674817023, '__ci_last_regenerate|i:1674817022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bda1b76c4052ce024486253a994df28de57e3be', '66.249.74.99', 1686844595, '__ci_last_regenerate|i:1686844595;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 ('7bdc3e603e7ef7c336be3b2c37bf41307c1c24b7', '52.167.144.164', 1685423234, '__ci_last_regenerate|i:1685423234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bdc8ebe080f86bf51d463275e7f056a105e28eb', '157.55.39.46', 1672323688, '__ci_last_regenerate|i:1672323688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bde92ed64310bce39cd9667009dbcecdd4fbefd', '52.167.144.133', 1684126690, '__ci_last_regenerate|i:1684126690;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 ('7bdfe2702b516dd5841b3b6fc5d1e5daaa9ab2c4', '157.55.39.144', 1664579626, '__ci_last_regenerate|i:1664579626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7be07ca65ec43fa84dc79310ceb739bfbe968ae1', '190.148.87.182', 1679882147, '__ci_last_regenerate|i:1679882008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679882147;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7be45715bdee108a1334993143c162c394b6b739', '5.161.136.68', 1656274271, '__ci_last_regenerate|i:1656274271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7be712e0c2ddbebe8b7568b66039fb5885ccbe81', '51.222.253.7', 1685913629, '__ci_last_regenerate|i:1685913629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7be976b6cce65805d0cfddbab26ee1ce66d0c9df', '52.167.144.61', 1688057428, '__ci_last_regenerate|i:1688057428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bee245b89702d9fdd2656528b730582123f1ddf', '207.46.13.211', 1678176487, '__ci_last_regenerate|i:1678176487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bf144c2224b559471bfb96dbdeb804ac07b79eb', '157.55.39.131', 1663307812, '__ci_last_regenerate|i:1663307812;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 ('7bf42932fe95f41f5641760b3b8e7c0999201468', '130.245.169.247', 1657277743, '__ci_last_regenerate|i:1657277741;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bf6d9108c4c82397d8ea60e30a1909ee94d9788', '114.119.140.87', 1687670596, '__ci_last_regenerate|i:1687670596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bf6e5776afd629cd8808788046adc7caa805bbe', '190.56.55.113', 1673870344, '__ci_last_regenerate|i:1673870344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673870329;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bf77157a7be00db0c1535a3439b3251dc45037b', '54.36.149.52', 1675279845, '__ci_last_regenerate|i:1675279845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bf93564f300353f84a3f6008088fa9a1f6749b7', '40.77.167.191', 1682067267, '__ci_last_regenerate|i:1682067267;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bfa5f8ebbd92ba477df6b6f4a0d68be2a594e58', '51.222.253.10', 1675392261, '__ci_last_regenerate|i:1675392261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bfd3823992a055936302e3d6a468efeae385515', '205.210.31.148', 1651344390, '__ci_last_regenerate|i:1651344390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bfd55ff0c1b07a40f869b304e37203447da2ca6', '190.148.157.183', 1680554631, '__ci_last_regenerate|i:1680554631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680554054;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bfee9290b73c61b0e2d4834c510bc18c8ee3c76', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c00187139b16c8d79794e846dbe398fb019b33e', '52.167.144.42', 1679548291, '__ci_last_regenerate|i:1679548291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0092b1b36c6ede3897fc0aac4c0d111421e89d', '200.119.174.132', 1663780178, '__ci_last_regenerate|i:1663780178;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c013917fc09ec52b64f703333d83ae78d64b6bb', '175.196.127.111', 1650791344, '__ci_last_regenerate|i:1650791344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c032f1c9d800a96d0ab090b3a0f8fb5faeea121', '17.121.114.87', 1656517688, '__ci_last_regenerate|i:1656517688;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 ('7c038bdcf5ffe194e370f319d1ab08e823262872', '190.148.157.99', 1662646780, '__ci_last_regenerate|i:1662646780;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662581516\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662646532;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c04987f457832d4b2e35a4e29b98331842ec310', '51.222.253.8', 1679463344, '__ci_last_regenerate|i:1679463344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c053a0190e5f07add6c06cdc5bdf1c285435f0e', '52.167.144.43', 1683938181, '__ci_last_regenerate|i:1683938181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c06701acdb78c741ace71ccfd2da6cdaa1af4eb', '200.119.168.250', 1680789651, '__ci_last_regenerate|i:1680789651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680789008;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c06ceb2ea7756ba8f685484a397d9657868afeb', '190.148.157.177', 1682373019, '__ci_last_regenerate|i:1682373019;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682372938;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c07459406bfacdcbcaaf9f8117b133bde453643', '200.119.173.177', 1685054082, '__ci_last_regenerate|i:1685054082;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685054079;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c098a86d6660a42a173be894b961213d4f15fc2', '190.148.157.98', 1678981665, '__ci_last_regenerate|i:1678981665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678981650;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0a6e984faed2f11177652f9b4767ca03d14a06', '52.167.144.162', 1687419140, '__ci_last_regenerate|i:1687419140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0ac19e658cab4ede594eb7e6107e54696358b0', '17.121.114.28', 1652128452, '__ci_last_regenerate|i:1652128452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0b3c72bfa4f747b161c3220665037c8be5bae0', '190.56.54.129', 1653659658, '__ci_last_regenerate|i:1653659658;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653659579;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0b78294f24a343f05f4514ec2eb52b49a8e005', '52.167.144.98', 1686594875, '__ci_last_regenerate|i:1686594875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0c0ff5e2fae8997883dff96b343a75782892a9', '190.56.32.174', 1676505734, '__ci_last_regenerate|i:1676505734;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676505681;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0c5e2979a7f60f173e7a658a950183eb3102fd', '157.55.39.80', 1670695057, '__ci_last_regenerate|i:1670695057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0e832c796c3e6fc1e4cebc83c919267cef67dc', '52.167.144.98', 1686726872, '__ci_last_regenerate|i:1686726871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0f70fbaa5b563c64416df44a84c5d9512dd93c', '207.46.13.205', 1671750098, '__ci_last_regenerate|i:1671750098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0fde4828380b7349f985d84c54ff31a2a850f1', '52.167.144.89', 1679383593, '__ci_last_regenerate|i:1679383593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1025ca74da9f33b42c1471d7be2689ed9cadc8', '40.77.167.181', 1679761608, '__ci_last_regenerate|i:1679761608;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 ('7c115fcf3e23f203aa0a1dad65d4518c22ebebae', '40.77.167.49', 1666701213, '__ci_last_regenerate|i:1666701213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c11b249af2a40c4656efc3f60ad4567d0ac4212', '190.148.158.151', 1677109803, '__ci_last_regenerate|i:1677109803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677109799;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c11f171d73d8d808f233f6f2d351d81f4630791', '45.63.18.23', 1681925880, '__ci_last_regenerate|i:1681925880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c18df2bae89f31279a156b76b4160b587a96e14', '200.119.172.229', 1659987796, '__ci_last_regenerate|i:1659987645;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659967516\";last_ip|s:14:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659987796;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c19e16fc0e0cea053b2eef3c129480c125fb510', '190.148.252.112', 1667774407, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667774407;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667774361;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1af8e1ce6f067821297e1017e2922f3276ace4', '193.235.141.152', 1676373104, '__ci_last_regenerate|i:1676373104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1b73f10ee4d16c0ebac0e0a41a07cab9cde18f', '51.222.253.12', 1671304037, '__ci_last_regenerate|i:1671304037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1bca6cede4afc5a2e7c86528d3bff017fa992c', '40.77.167.156', 1678426610, '__ci_last_regenerate|i:1678426609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1c2a64ebf877ad0a1857ee64d97691c52b100b', '54.36.148.200', 1652397144, '__ci_last_regenerate|i:1652397144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1c72e2e9e0aae28d01de2f68908bd9abe814ac', '200.119.172.88', 1659451001, '__ci_last_regenerate|i:1659451001;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659450527;register_id|s:2:\"60\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:27:36\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c1e3d3192dd9cd736a85ae360750bb412170811', '192.71.30.89', 1660121405, '__ci_last_regenerate|i:1660121405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c20368a4b7796e440bbe79addb31b139936b45f', '18.237.160.99', 1677677746, '__ci_last_regenerate|i:1677677746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c20a253f041b9dd5ad72bccb0491c7718ccb4b4', '3.237.104.7', 1654055393, '__ci_last_regenerate|i:1654055393;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 ('7c213a1af5d1bca072f5e1b9e30302ece212b732', '51.222.253.7', 1678777195, '__ci_last_regenerate|i:1678777195;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 ('7c2145e9ce047e5b3ff2984edf3da61b3f8e495f', '52.167.144.31', 1675458873, '__ci_last_regenerate|i:1675458873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c219af8900b5b27acffe6ddb9fabe1faa83175e', '207.46.13.1', 1671077866, '__ci_last_regenerate|i:1671077866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c24738f0d25291ec33cd76815a93ccb84675d33', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c288f430f50fed6b0497ee5ed4015d473399c58', '157.55.39.65', 1661871552, '__ci_last_regenerate|i:1661871552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c29bb0b3ecd56217694616628245428388cc609', '190.148.252.96', 1673028115, '__ci_last_regenerate|i:1673028115;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673028068;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c2a6cab5459eabd789a9f3f93924978266694f6', '200.119.170.16', 1666816811, '__ci_last_regenerate|i:1666816811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666816806;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c2b08e037071c9e8864212f8e89d48d2025fa2a', '52.167.144.162', 1686165486, '__ci_last_regenerate|i:1686165486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c2eeae56d5c23d9ba6fed80fe3a7b66b3f24902', '51.222.253.11', 1688262910, '__ci_last_regenerate|i:1688262910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c2f570edb76bbf85caa271d9e8a4c9d8dc75661', '52.167.144.98', 1685690097, '__ci_last_regenerate|i:1685690097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c3168872294e333d200658e5d8f60f0efd12dfa', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c32a1cceca61faab01be21712837371bc5f0aeb', '200.119.172.60', 1675087625, '__ci_last_regenerate|i:1675087625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675087355;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c32eb9555d6bac21ae85f4da2c64923f4b47fd5', '66.249.79.203', 1681393640, '__ci_last_regenerate|i:1681393640;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 ('7c34fd4445b1b5dd5ef4c663d0d406050d0fbe8e', '52.167.144.66', 1682323433, '__ci_last_regenerate|i:1682323433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c357d0960362e78a5b65bab5fa89cb6434bf2d0', '149.57.16.7', 1653807040, '__ci_last_regenerate|i:1653807040;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c363f4ec018f4aafd33a56e7f6591797956649a', '40.77.167.182', 1683265867, '__ci_last_regenerate|i:1683265867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c37dd69b6c69e672b0ca3f5c677f8237b21674b', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c3853d2334ec01caff5ab6e7566fdf97d1c4292', '17.121.115.60', 1652513756, '__ci_last_regenerate|i:1652513756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c38b4ac94612aaf61d2f8c4ecc20de86e7e017a', '17.121.113.164', 1651772795, '__ci_last_regenerate|i:1651772794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c3fd09de08638cfb0dca72b386ef2bc15fecaac', '66.249.77.19', 1663196423, '__ci_last_regenerate|i:1663196423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c412cceab97bacd6a866517b08df03d3087ec12', '114.119.155.203', 1688060078, '__ci_last_regenerate|i:1688060078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c415941fcb8cf4ac9dab47da1da06feb2461463', '51.222.253.5', 1658083739, '__ci_last_regenerate|i:1658083739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c440c1b3259fd027b0b92022bbc768d84fc4b8a', '200.119.170.221', 1664471397, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664471397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664471373;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c455deb757f4ef2bfeb2428d76ac45d0ee7baa7', '207.46.13.234', 1659199760, '__ci_last_regenerate|i:1659199760;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 ('7c46319157f92993e94543e86a84672fab7a82d4', '114.119.154.189', 1688333769, '__ci_last_regenerate|i:1688333769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c46f45ff7fe9a127c0e7c871372e757ed5117e2', '107.174.138.169', 1651762749, '__ci_last_regenerate|i:1651762749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4759ba379cb29d00058a98c0570845ea82e251', '200.119.173.130', 1675873661, '__ci_last_regenerate|i:1675873661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675873620;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c475c5912f469be11b15abe6e6af99009a9061c', '157.55.39.46', 1672787784, '__ci_last_regenerate|i:1672787784;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c48f7e9bab609b489df58aea0c38ab66f204374', '190.56.32.35', 1671828398, '__ci_last_regenerate|i:1671828398;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671828380;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c493306be058ae65be4fead0513296b1a65eed6', '40.77.167.63', 1672215467, '__ci_last_regenerate|i:1672215467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4b192a45c036c242ff7aa9a7cec2d38f23aa1a', '52.167.144.162', 1687436056, '__ci_last_regenerate|i:1687436056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4c9b800453cc2ed17f6db1191dbedf80f48048', '207.46.13.211', 1679757051, '__ci_last_regenerate|i:1679757051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4cef37752f59aa12c0de50d461c6c15b990230', '40.77.167.123', 1682707622, '__ci_last_regenerate|i:1682707622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4e021900cc28d20a6a2172a20661cf64148ba9', '54.36.148.217', 1659713332, '__ci_last_regenerate|i:1659713332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4f02ac6bd8eb9ca064129e9f3700fc04771402', '190.148.252.102', 1681859139, '__ci_last_regenerate|i:1681859139;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681858986;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c4f3d272da55ea97276159430f37b97e2b98b61', '190.148.87.6', 1668216136, '__ci_last_regenerate|i:1668216136;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668216127;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c50010886d09a5c27a9a8a89f5f862b57701bec', '66.249.65.164', 1671236820, '__ci_last_regenerate|i:1671236820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c513dcfa79028d6499af2f4fe60db1b99e09181', '52.167.144.164', 1686726971, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5177da4d57f1db83ede4aa2a96af6074b6a038', '190.56.32.35', 1671819897, '__ci_last_regenerate|i:1671819897;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671819894;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5194baf08d0ef4e11b14546cc31f51f229c332', '190.56.32.174', 1676586896, '__ci_last_regenerate|i:1676586896;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c52c91df3af755b2ee1e152df789a3582c490a8', '40.77.167.161', 1675324074, '__ci_last_regenerate|i:1675324074;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c52ef7aae57b1aabbd3636ae7754e083d66aeb5', '52.167.144.171', 1685060659, '__ci_last_regenerate|i:1685060659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c533bce5559301079b2b1725fa08dcf2621aee0', '52.167.144.82', 1687550150, '__ci_last_regenerate|i:1687550150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c545300cd9f4856b56b256f5e9fe9ac5fbb677e', '52.167.144.164', 1686257584, '__ci_last_regenerate|i:1686257584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c54be88ea5db28ca9477118bae9aae77fd273c3', '200.119.168.250', 1680637677, '__ci_last_regenerate|i:1680637677;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680637320;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c57c466a1f6d0e58804326464e1600560d2f845', '40.77.167.202', 1687660223, '__ci_last_regenerate|i:1687660223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c57de393237ed1c25aadf691f7b8b1f74efc0d0', '92.223.85.61', 1650855020, '__ci_last_regenerate|i:1650855016;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 ('7c58770aa058c432de4fe28c7fc868cf3194931d', '54.36.148.142', 1687308486, '__ci_last_regenerate|i:1687308486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c59a5b761a0618f2ec44191cc5ace15b8dfdea0', '130.255.166.120', 1679036518, '__ci_last_regenerate|i:1679036518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5a7cc3fdd43ff90fec0a72578e2b16f6fa9cff', '17.121.113.170', 1656353851, '__ci_last_regenerate|i:1656353851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5b670127f9743969acab9d355aa4447471783c', '207.46.13.154', 1670376841, '__ci_last_regenerate|i:1670376841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5cc78197a717483d865f515eac52dca7a23ba6', '40.77.167.85', 1683980121, '__ci_last_regenerate|i:1683980121;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 ('7c5da3667466da436fbeaaf8e81cce65634d1a30', '211.205.155.42', 1657323961, '__ci_last_regenerate|i:1657323961;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c5e1c08aaed136b9994b004d4a8817eef7f7ad9', '137.226.113.44', 1668655492, '__ci_last_regenerate|i:1668655492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c605060e11ed4e784e90f2d2ce85822d413ef24', '190.148.252.161', 1670016368, '__ci_last_regenerate|i:1670016368;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c60a73257f6ce8f36a4cdc36e28818209ab1c63', '51.222.253.19', 1684892566, '__ci_last_regenerate|i:1684892566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c60baf885c52c38279a054fc42824e7611da759', '190.148.87.96', 1678490638, '__ci_last_regenerate|i:1678490638;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678489693;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c613ca14c730159005ecf68579de7b3c8dccaea', '52.167.144.162', 1686726391, '__ci_last_regenerate|i:1686726391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c61ef6c9209bedc727001c56bdbef632e47a1b2', '52.167.144.98', 1686209233, '__ci_last_regenerate|i:1686209233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c62df8f3cc607645684da2c4f60db5ea1ec1967', '200.119.168.1', 1655390851, '__ci_last_regenerate|i:1655390848;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655390848;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c63c4117a901e35fbd082ca785db9602e76240a', '114.119.136.111', 1688375773, '__ci_last_regenerate|i:1688375773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6409349b4235d626a7c03236a705d9b061628c', '52.13.68.101', 1682813568, '__ci_last_regenerate|i:1682813568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c645381e083c7a86b3e06efc42dd171f22e9149', '51.222.253.16', 1660542010, '__ci_last_regenerate|i:1660542010;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c649cf462886c5f5c43b75d8f5ea243c30bdb4e', '52.167.144.171', 1685805755, '__ci_last_regenerate|i:1685805755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c64b8a90faa9c97cacb8e0ec4b4900d5980f90b', '190.56.49.83', 1687033768, '__ci_last_regenerate|i:1687033768;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687033702;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c64ff466845fc6621c1c572a24335f06cc33e74', '190.56.49.237', 1665663322, '__ci_last_regenerate|i:1665663322;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665662040;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c66f16d7b348732de6ddcebb847c5117cc3cb38', '190.56.50.253', 1682783411, '__ci_last_regenerate|i:1682783411;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682783409;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c673820a1237e5712934e99a33b08e4a8a8ef1c', '190.148.157.53', 1683828957, '__ci_last_regenerate|i:1683828957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683828737;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c67684623e171c07277af640bf0bf0b0566b0ec', '137.184.93.143', 1688420317, '__ci_last_regenerate|i:1688420317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6861bf7e2791f78bbb4ce284c26648d28c3d9a', '38.108.182.5', 1650713517, '__ci_last_regenerate|i:1650713517;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7c6a5d3f1fc8ce80981f0e3a6abc5519c7618bae', '190.56.54.156', 1665094051, '__ci_last_regenerate|i:1665094044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665094050;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6ae11ef77613998256b2cde47a1f4cc3b17830', '190.148.157.177', 1682106039, '__ci_last_regenerate|i:1682106039;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682105636;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6d04d790dd27fe434ec6f4fb2784ca3c98d571', '34.142.186.237', 1652981879, '__ci_last_regenerate|i:1652981874;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 ('7c6d44b8d6c8f3fb04d342395cef0d4acdbd4927', '52.167.144.171', 1685129291, '__ci_last_regenerate|i:1685129291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6e30fb8deaf0758377ffad337fba499ed727a0', '190.148.87.96', 1678296929, '__ci_last_regenerate|i:1678296929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678296211;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c706da37a70922cb21efa2699e44f689bc3311f', '207.46.13.130', 1660155158, '__ci_last_regenerate|i:1660155158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c70b63b4ac420d9e5bed796b775cc2b20b89b5a', '190.148.252.85', 1666228605, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666228604;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666228604;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c71744ad3e9657e1d1553a34d9a3b8badef52df', '114.119.129.175', 1685034635, '__ci_last_regenerate|i:1685034635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c71b54c4e5470ebaa871d57c1760f945425c897', '52.167.144.98', 1684315721, '__ci_last_regenerate|i:1684315721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c7283af10765ef981cac6cb56c23b5a861a9c32', '51.222.253.13', 1653286270, '__ci_last_regenerate|i:1653286270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c73d73ce99018871b3253d6e066787dd8397f84', '157.55.39.69', 1672215470, '__ci_last_regenerate|i:1672215470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c744850ff39452aba4ad9162ef27f4499e4ec19', '190.56.32.174', 1676508879, '__ci_last_regenerate|i:1676508879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676508867;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c7465ff3d8cb9ae5126ccf84e0978147ae9add9', '190.148.87.6', 1668350582, '__ci_last_regenerate|i:1668350582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668350486;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c74a4b34645e1c45b6b29e68c6df9ddaad09671', '52.167.144.98', 1685465969, '__ci_last_regenerate|i:1685465969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c761c3c71323ad5bbbfb53182a1edefe27d2e4b', '190.148.87.6', 1668440952, '__ci_last_regenerate|i:1668440952;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668440213;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c77d0ee3bee218b1064c83ca6ad0553b25c8e56', '69.160.160.58', 1680641183, '__ci_last_regenerate|i:1680641183;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c78f94058c39bc7a317bfb388a2fa5c7ccc5415', '192.71.44.44', 1682937490, '__ci_last_regenerate|i:1682937490;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 ('7c798a63e97d490267c02b0fa98a3f884e9f5972', '200.119.170.237', 1658268530, '__ci_last_regenerate|i:1658268530;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658179886\";last_ip|s:13:\"190.56.50.126\";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\";user_csrf|s:20:\"tvnc3r4bRwql9DNhBpGF\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c7d084ffddd08d63d58bd9d2c3870c390b0eb44', '52.167.144.98', 1685179196, '__ci_last_regenerate|i:1685179196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c7d24c5ce5c43e10c520c97b8e25611abea9cf8', '190.148.157.183', 1680486701, '__ci_last_regenerate|i:1680486700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680486700;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c7d2b86d1740ef10bc05f1ed879563a061ac9a5', '40.77.167.133', 1684132453, '__ci_last_regenerate|i:1684132453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c7fa9d2d489771a26f788a0116e66e19ec18272', '157.55.39.102', 1659553270, '__ci_last_regenerate|i:1659553270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c835a8385ae583595ea29ab1e1e87b94cc5baf9', '142.132.250.173', 1686198073, '__ci_last_regenerate|i:1686198073;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c841f3a4f5ccd578d5be6ec45d4015fc5f8f4e3', '167.71.66.200', 1671929216, '__ci_last_regenerate|i:1671929216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c844b97d40a696ef5c82ea369a28eff4da01c39', '157.55.39.253', 1682059386, '__ci_last_regenerate|i:1682059386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8533e405edcc0f2acc925bdde24efb6321fe25', '157.55.39.214', 1683611686, '__ci_last_regenerate|i:1683611686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8787466b980d14ef8e2bea5ee9f306b5ba0d75', '190.148.157.53', 1683670784, '__ci_last_regenerate|i:1683670780;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"DL9Sp7wCMauk2KfURsBg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c878b7a5fd7d78432ee001efd5fc3aecd080592', '114.119.136.185', 1688176051, '__ci_last_regenerate|i:1688176051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c88f2bbfa2a82a339e78427c60d7547e95bebfe', '200.119.170.120', 1660093521, '__ci_last_regenerate|i:1660093521;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660080594\";last_ip|s:15:\"190.148.158.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660091490;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8aa151562a8a87e630add60c083ab9803d909f', '52.167.144.98', 1684676998, '__ci_last_regenerate|i:1684676998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8ab12064105d26e0fd2dae0755ad92bff29abc', '114.119.139.185', 1686516111, '__ci_last_regenerate|i:1686516111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8d8acf42667848459615ae3f28f8549b4b1388', '52.167.144.93', 1678202602, '__ci_last_regenerate|i:1678202601;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8dfd19d44128c26fdec4721e24935758435a69', '190.148.157.117', 1675556485, '__ci_last_regenerate|i:1675556485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675556483;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8edb3c0187c3947be6f5a316ae27cdd8d5a1d8', '52.167.144.162', 1686608003, '__ci_last_regenerate|i:1686608003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c91c100eb9c57c919c0cea0fcf5cfa337857201', '190.56.54.77', 1666295981, '__ci_last_regenerate|i:1666295981;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666295950;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c930ddff1ae393e599bec223cac59673f48a368', '114.119.145.102', 1685058534, '__ci_last_regenerate|i:1685058534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c93e7b2e9fa650e739cdd6dcefadb2268393ab0', '52.167.144.171', 1685279699, '__ci_last_regenerate|i:1685279699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c943171129d4cb765ab7fed274170fb8c363196', '190.148.158.23', 1687215977, '__ci_last_regenerate|i:1687215977;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687215885;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9435bb0c0e40012db05830594bed8615b85d62', '51.195.90.229', 1650840565, '__ci_last_regenerate|i:1650840565;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c94807d694817f634b4ace3a3faf5bf04349c35', '157.55.39.100', 1672390029, '__ci_last_regenerate|i:1672390027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c94b62ddb249c7dc468080624d41b9af8f2eb4e', '51.222.253.1', 1656558527, '__ci_last_regenerate|i:1656558527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c95014fe230994a0d6b622391c16eb453d38a91', '190.56.32.32', 1686229526, '__ci_last_regenerate|i:1686229526;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686150206\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686228802;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9501721a0711180f49b070b4284699ac9969d1', '66.249.65.176', 1669755906, '__ci_last_regenerate|i:1669755906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c98a05d5ea1f6605efb80827759109d21e2d676', '93.158.91.196', 1667821668, '__ci_last_regenerate|i:1667821668;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 ('7c99b1a3a4a2922db04e5d914bceed31e68ae915', '114.119.144.24', 1686048820, '__ci_last_regenerate|i:1686048820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c99d3cebd36b03fae428de97d275e604eaf3928', '190.56.54.156', 1665162891, '__ci_last_regenerate|i:1665162891;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665156288\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"hq7lJmesM16U2prPI3yQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9ae3297a9c52796e9ecd4726dab972c10f70c6', '190.148.252.161', 1669857817, '__ci_last_regenerate|i:1669857817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669857809;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9b7033a60f9ac65a4c7a52a00a68b87dbac469', '114.119.154.156', 1684313344, '__ci_last_regenerate|i:1684313344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9bbf6645222b71919671e1470dc9d8419d004a', '114.119.131.43', 1688485076, '__ci_last_regenerate|i:1688485076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9c03e313433985aad3d8de4ad774f2a72fe9f1', '114.119.155.236', 1684959767, '__ci_last_regenerate|i:1684959767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c9e3a8a14e06781135a64d25db0ef4838806f40', '40.77.167.184', 1687017075, '__ci_last_regenerate|i:1687017075;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 ('7c9fc23245d37ef985f4d5e74d13cdb1ff54be7a', '54.36.148.137', 1663073397, '__ci_last_regenerate|i:1663073397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca357f5b4f69a46e14d5391a9feeed2cea9192d', '190.148.157.177', 1682034316, '__ci_last_regenerate|i:1682034316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682034232;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca368db03f03a1304f01f5ccb57984de916963a', '52.167.144.164', 1684726968, '__ci_last_regenerate|i:1684726968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca6705751d1cad2ff390902629714d67ac6c7dc', '190.148.157.80', 1669414679, '__ci_last_regenerate|i:1669414679;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669414669;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca771bbd5a767eb60268442ad2d825323432371', '190.148.158.175', 1672533723, '__ci_last_regenerate|i:1672533723;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672533383;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca776b376b22edc4ecb86ce9669496ed5b9f317', '20.213.123.12', 1653676772, '__ci_last_regenerate|i:1653676767;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 ('7ca7d8ff6dcdabf635a671fe1189938f053c6df9', '65.21.206.43', 1670900648, '__ci_last_regenerate|i:1670900648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca890a67f58bed9d3b8c4a11f669ac63f176a9a', '40.77.167.123', 1683161723, '__ci_last_regenerate|i:1683161723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7caaa8de344a8f400a21834c0d2d79f1efeaaacb', '157.55.39.112', 1662815609, '__ci_last_regenerate|i:1662815609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cab5640c07173ed3e719534923ad3589731a235', '200.119.170.113', 1666703928, '__ci_last_regenerate|i:1666703928;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666703533;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cac74ed0fe4cad60f82828476c4130bf2e94607', '190.148.87.6', 1668277032, '__ci_last_regenerate|i:1668277032;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"15jcIFlX0oWG3eyHp9BP\";last_activity|i:1668275721;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7caef80ea10e1859b495db3906d2dcb880d2c8fc', '207.46.13.17', 1673946398, '__ci_last_regenerate|i:1673946397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb24f6bb3649274cdc27c63267a4049fba0b93d', '190.148.252.76', 1654181220, '__ci_last_regenerate|i:1654181220;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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 ('7cb32005d8cfe9586de6711938b2cc99042350e4', '52.167.144.164', 1685629952, '__ci_last_regenerate|i:1685629952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb5c2596cdc0395a0a949120b2adead499e39ff', '190.56.55.0', 1687792307, '__ci_last_regenerate|i:1687792307;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687557352\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"osvdCGUYP8Af3mqVNnKr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb8318ea2bf292196832d86ee67bc82dbaf6d28', '52.167.144.154', 1687962087, '__ci_last_regenerate|i:1687962087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb97ef8dac5da72e2e33ba21a2acf131e18f825', '200.119.172.96', 1675379588, '__ci_last_regenerate|i:1675379588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675379576;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cbd0a7f5824ceb31d87a815cfc2f09a87858915', '190.56.173.213', 1683597080, '__ci_last_regenerate|i:1683597074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683597078;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cbf6ba045090092f09c67f6e37b6e39ffc7ecdb', '200.119.172.60', 1674773878, '__ci_last_regenerate|i:1674773878;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"y8W6cfb7KCtrZdH0Y4Ns\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc133283a70302f167f765baafe39e9fde80218', '190.148.252.151', 1671236545, '__ci_last_regenerate|i:1671236545;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671236068;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc32a2db4d68634b4af9bbbde6b31350b424dca', '34.68.13.112', 1651656628, '__ci_last_regenerate|i:1651656628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc41ae679720b56cfece0b3219ec5adc5ff7aa6', '190.56.50.253', 1682726588, '__ci_last_regenerate|i:1682726588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682726261;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc5123560089fb29c79ceb3c2f202ebbe3680f0', '52.26.163.31', 1668777720, '__ci_last_regenerate|i:1668777720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc5d31647dff6f217f3d46f4c89a10514ad7062', '66.249.74.105', 1683139591, '__ci_last_regenerate|i:1683139591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc67a12437e633a49150138619ddb658f565467', '190.148.157.206', 1679507147, '__ci_last_regenerate|i:1679507147;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679506674;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc7048c81ffa98c784f1379b576f72cc1c4a9d7', '52.167.144.171', 1684555043, '__ci_last_regenerate|i:1684555043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cc9764550b9ddc0db3069277f54681fc4150063', '40.77.167.236', 1677917986, '__ci_last_regenerate|i:1677917985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ccb72e14f7770e833c223d314932ba5106bfe65', '190.148.252.183', 1681419149, '__ci_last_regenerate|i:1681419149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681418665;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ccb740e642fc4c99e6f6eb9f4fb429f73e8ccde', '190.148.157.206', 1679504468, '__ci_last_regenerate|i:1679504468;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679504451;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ccb94c025b470493778b06daefaab96c5cc4ce8', '190.148.87.182', 1679577421, '__ci_last_regenerate|i:1679577421;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679577270;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cccc0781710c631adaccf0083ac13dfed50141d', '114.119.146.126', 1685359332, '__ci_last_regenerate|i:1685359332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ccdd51b7b6f5bd40dce340333591d6fb1565026', '114.119.136.175', 1685974213, '__ci_last_regenerate|i:1685974213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cce00a2423dc401e63dfc96aed11d11aec62a83', '114.119.153.38', 1688569169, '__ci_last_regenerate|i:1688569169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd0af6fd53711676e74986a9cfd379e19bb931c', '190.148.252.111', 1677974942, '__ci_last_regenerate|i:1677974942;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677974582;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd0c0e45d038c34409b4a1d5cd90d5622954151', '82.80.249.158', 1668921145, '__ci_last_regenerate|i:1668921144;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd295bc3d8c6481aa7337a04103ad5d72b26129', '52.167.144.164', 1686726972, '__ci_last_regenerate|i:1686726972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd97a70269edb7d294cf2fcbe8a9dc81a659acb', '207.46.13.1', 1671430997, '__ci_last_regenerate|i:1671430996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cdafba007d1fdea4edb5e7eb8dc830192f64f60', '190.148.157.53', 1684069685, '__ci_last_regenerate|i:1684069685;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684067620;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cdc92867c938b79d2a686bccfe84b792eaf9b3d', '190.56.173.213', 1683325298, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683325298;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683325091;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cdde4a28dda9ef53e44bb7dfbe776178ec094bf', '52.173.243.132', 1653459604, '__ci_last_regenerate|i:1653459604;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cddf05ec8341a11e84f8f6171dac88b285c2a79', '146.59.157.229', 1650749685, '__ci_last_regenerate|i:1650749685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cde007bba4f17f2fe1ae9a2e9f40785b853263b', '40.77.167.141', 1678974802, '__ci_last_regenerate|i:1678974802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cdec50bdb75cf686159f148ecac50f1695198cb', '190.56.55.113', 1673792101, '__ci_last_regenerate|i:1673792101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673792095;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cdf0a426f3a27aaf7ba5734fc976122cc75d649', '52.167.144.63', 1687073623, '__ci_last_regenerate|i:1687073623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce0ac093702f1c73489e595a21cac011379fcbf', '52.167.144.31', 1681206674, '__ci_last_regenerate|i:1681206674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce1340b735aa17ec67d814da5faca9bdc7eccf3', '52.167.144.74', 1688296448, '__ci_last_regenerate|i:1688296448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce17577686b3c2fd235b4c21a99082c42f0eec5', '47.242.182.173', 1651702932, '__ci_last_regenerate|i:1651702932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce19a09dc81fbafa30917f8d289a86e919b5efa', '51.222.253.14', 1655891161, '__ci_last_regenerate|i:1655891161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce1e8d7de149e27517de087a7a6cc68ef81a346', '190.148.157.53', 1683892586, '__ci_last_regenerate|i:1683892586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683856165;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce2d10c229d2fee0b89f90ed56678f6540d2c6a', '200.119.170.221', 1664313517, '__ci_last_regenerate|i:1664313517;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663972368\";last_ip|s:14:\"190.148.252.56\";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\";user_csrf|s:20:\"MZxjwiOcnAGuWyS7rTE3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce43f5ad5f21558421507b411af7f63b9f39dd4', '40.77.167.182', 1683469409, '__ci_last_regenerate|i:1683469408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ce7925d4f90a7ee5b72a6c5121c81af991037e2', '17.121.113.20', 1656854598, '__ci_last_regenerate|i:1656854598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cea66cfb3fc297f37b112eb8c1374d6f4b05141', '190.148.157.183', 1680354901, '__ci_last_regenerate|i:1680354901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680354896;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ceae6d0572415d66170e6b09d2a6eea04f3a0ec', '190.56.32.243', 1684719011, '__ci_last_regenerate|i:1684719011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684718935;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cecf53ce27dee7472169b1876615268db3bf037', '190.56.55.0', 1687809563, '__ci_last_regenerate|i:1687809563;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687809497;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ced409cbb006a844c68161cda462eedb29f9d2e', '51.222.253.7', 1680336919, '__ci_last_regenerate|i:1680336919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cefa75d8216ffaab382457db571c0e5ea289cf2', '52.167.144.164', 1685125643, '__ci_last_regenerate|i:1685125643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf095e7f8f92c83d65106c3676949d279033a2c', '35.92.212.5', 1688082723, '__ci_last_regenerate|i:1688082723;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 ('7cf0a51889ead777273406af174142cdd9a90a34', '51.222.253.5', 1686052821, '__ci_last_regenerate|i:1686052821;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf1d56107cae04a305e49a55d46265a05f5142e', '190.56.51.184', 1658418728, '__ci_last_regenerate|i:1658418728;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658418728;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf20ac1f042393ea2406556433b2741d29958c5', '190.56.50.253', 1682601414, '__ci_last_regenerate|i:1682601414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682601409;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf422fec65d1db54bab8ade629bd66660f8f3b8', '190.148.157.53', 1683827068, '__ci_last_regenerate|i:1683827068;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683827066;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf759bd7e0a4954127ffcbed9a15d982e321e03', '51.222.253.6', 1659858977, '__ci_last_regenerate|i:1659858977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf829626a6848bd4f1ac51350a7680f54e9a4b4', '54.88.179.33', 1687442738, '__ci_last_regenerate|i:1687442738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cf9c7be672d9be2dd41ccca3db4d25b42e57da7', '52.167.144.164', 1684456003, '__ci_last_regenerate|i:1684456003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cfa921b910d8c1c051c5235585b77cddb9dbed9', '190.148.158.164', 1667400341, '__ci_last_regenerate|i:1667400341;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667257272\";last_ip|s:14:\"200.119.169.55\";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\";user_csrf|s:20:\"xGFLZr0g84l2PHbBRctv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cfaf23fedff4908668e3f09f9abd3553b40933d', '190.56.32.162', 1686520413, '__ci_last_regenerate|i:1686520413;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686520411;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cfe77708e1b33295133bb9ddcd5d717588137ee', '52.167.144.164', 1686263920, '__ci_last_regenerate|i:1686263919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cfe7d251f0ef81fd80c22c0fa7d289afb668df8', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cff1ecbf9e640a26d7ab2d88b2279c021d76fe8', '157.55.39.112', 1663237867, '__ci_last_regenerate|i:1663237867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cffd3eb50571b090a43c52452f4a9e917b28c67', '40.77.167.219', 1677285118, '__ci_last_regenerate|i:1677285118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d00292a3768567174be110f4eff849076bfd387', '157.55.39.105', 1673919426, '__ci_last_regenerate|i:1673919426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d00f40c5cdbb54e465ab907e5bb5487eebda614', '17.121.112.147', 1657829922, '__ci_last_regenerate|i:1657829922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d0522bb6a759c4e6aa6ec0450fb093765a0f52e', '175.196.127.111', 1650791350, '__ci_last_regenerate|i:1650791350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d067ad25ac05f70868a7befa014be516b4083f4', '207.46.13.12', 1676289414, '__ci_last_regenerate|i:1676289414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d085117dd0118d734bf73d56148e73c905d0f53', '40.77.167.182', 1683265888, '__ci_last_regenerate|i:1683265888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d08a6c444eefe6cb3e244f28aee8cd971b33b36', '114.119.132.105', 1685629112, '__ci_last_regenerate|i:1685629103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d08b80833a9282ae72feb6a1e43d31df583dc31', '54.36.149.37', 1680749786, '__ci_last_regenerate|i:1680749786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d0a6f922bcf87ef1be162dcc0c5fd79b575619f', '52.167.144.63', 1686884874, '__ci_last_regenerate|i:1686884874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d10a76bcca62264bdfa297f2df070c37dd74f6f', '190.148.252.177', 1673966912, '__ci_last_regenerate|i:1673966912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673908300\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673960687;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d10f2194fb9001e804ebd3aa41365b8e6a51adf', '200.119.173.87', 1662762943, '__ci_last_regenerate|i:1662762943;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662754635\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662762924;register_id|s:3:\"101\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 08:43:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d118c34797908fb5ec7e5372a31d1466470f8e0', '200.119.173.78', 1682807715, '__ci_last_regenerate|i:1682807715;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682807427;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d121da6da44d8c94760632379d653c742925f97', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1253f135650be3f5d486a1684069115541312b', '54.36.148.31', 1684710604, '__ci_last_regenerate|i:1684710604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1326a2d53ffe442d7a77748f4d01bb37527cf8', '190.56.55.113', 1673871709, '__ci_last_regenerate|i:1673871709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673871691;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d146639c19f44d8bc430c4c9164c8903e55026b', '36.99.136.138', 1650976202, '__ci_last_regenerate|i:1650976202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d15650a21095966f81823ec8a14f12418807bbf', '54.36.149.20', 1651217743, '__ci_last_regenerate|i:1651217743;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 ('7d16552fa1104f7fce72615bdd19e468bfcc0b90', '200.119.173.177', 1684932738, '__ci_last_regenerate|i:1684932738;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684932117;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1702c30ab18720830db91861feb44b82eb88c3', '157.55.39.143', 1669998800, '__ci_last_regenerate|i:1669998800;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d173cbeeac747c99fdf9b27d472516ecd5c8c09', '207.46.13.207', 1681475569, '__ci_last_regenerate|i:1681475569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1889c191f2eeae0328312e4593534ed3bf46e8', '51.222.253.20', 1675534069, '__ci_last_regenerate|i:1675534069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d190523e4913fa8a58b81084321e1c08608b98e', '114.119.159.210', 1688113355, '__ci_last_regenerate|i:1688113355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1921f375b3be158b22d9e6d98cd2dffa62d9f3', '190.148.252.112', 1667833022, '__ci_last_regenerate|i:1667833022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667833010;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1a6651c6a3a6a33a64c6cb67767e4146def91d', '190.148.252.183', 1681504189, '__ci_last_regenerate|i:1681504189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681503797;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1b46616fa97e2a9d4b259695b9587c9b5a9f1c', '207.46.13.211', 1679952521, '__ci_last_regenerate|i:1679952521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1c532ebecd4280736ca4025f2afbb221bd0963', '157.55.39.253', 1682246521, '__ci_last_regenerate|i:1682246520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d1f0df6ada8fded958a5b2db168cd768e290232', '40.77.167.156', 1678932608, '__ci_last_regenerate|i:1678932608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d20393fa5b2a21fb2248de8ec8c7012986c2a6c', '190.148.252.96', 1673049880, '__ci_last_regenerate|i:1673049880;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673049806;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d2070fbc9607cc4b1f006ae89a854277f2cd46c', '51.222.253.3', 1680399909, '__ci_last_regenerate|i:1680399909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d217d0b118f60b7a3ee2b2334ac4b3080b89868', '66.249.79.196', 1661056319, '__ci_last_regenerate|i:1661056318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d23120097490fa690a9ef72c971a835650df102', '107.158.93.229', 1658955115, '__ci_last_regenerate|i:1658955111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d23e576400cc9fa8590ad7973c804c2b3f3b5ec', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d24f44614a062c8c053cdf24b85817f5fc77b38', '17.121.115.83', 1657021751, '__ci_last_regenerate|i:1657021751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d26cda453a2cf345e68818616b7e89391e6fe40', '40.77.167.133', 1684043031, '__ci_last_regenerate|i:1684043031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d275b974fa0fc6bf448711db29c77a8e62f656c', '190.56.32.35', 1671815349, '__ci_last_regenerate|i:1671815349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671815312;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d277fe127b06ea9745e322fbba6d1b8d2461926', '207.154.204.175', 1657274124, '__ci_last_regenerate|i:1657274124;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 ('7d27da59b54131ab1310be8176d64ea49fe058e5', '52.167.144.98', 1686411616, '__ci_last_regenerate|i:1686411616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d28dcf94dba22ec7dcccf6b6b3e6608f3ffdc03', '54.36.149.56', 1682495372, '__ci_last_regenerate|i:1682495372;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 ('7d298ed055b76a3a75cd33c492a6f89cbf7bd524', '40.77.167.123', 1683116528, '__ci_last_regenerate|i:1683116528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d2a7f4675ff950e855143b265ade44fcb333861', '114.119.158.113', 1688139828, '__ci_last_regenerate|i:1688139828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d2c4cf70fdf58ca09ae3d27dfd2458e313ee03d', '52.42.190.85', 1679232494, '__ci_last_regenerate|i:1679232494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d2d7540825ae481c14013dfa97d61689db2b50a', '69.167.12.35', 1681555079, '__ci_last_regenerate|i:1681555079;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 ('7d3123f28fd3fcbc97949b80022d7bc90b155004', '190.56.32.35', 1671888589, '__ci_last_regenerate|i:1671888589;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671887905;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d31aa78e7aecd3a4d661e8efa2bc31f1264b072', '51.222.253.5', 1664921867, '__ci_last_regenerate|i:1664921867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d32858eba77c50fdc9fe965fdaa52ffca474e03', '190.148.157.183', 1680191706, '__ci_last_regenerate|i:1680191706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680191701;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d330a82bc6ccd02eaf28b9be853c72e8a551b47', '93.159.230.89', 1670382575, '__ci_last_regenerate|i:1670382575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d35464746222da6c31946f509fd99f29b32c7e1', '40.77.167.146', 1687735036, '__ci_last_regenerate|i:1687735036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d375fdbedfc4a1e9110cbd2801efae06926e44c', '157.55.39.79', 1669501193, '__ci_last_regenerate|i:1669501193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d389c5ee1d6170660ced56f017638719dd5a64c', '52.167.144.164', 1686069789, '__ci_last_regenerate|i:1686069789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3940b6ddc3089539d9b9af55a11db2a706e678', '17.241.219.248', 1682307221, '__ci_last_regenerate|i:1682307221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d39a3e9d9a138761ee4ed01823523d3330e8cf0', '52.167.144.95', 1680704532, '__ci_last_regenerate|i:1680704532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3af627c312cfa9eb98a1ed6c2b18cc0c969af1', '190.56.50.6', 1686944176, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686944176;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686944129;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3c595b9e3c20a07574604e975aa08b4970d2b0', '124.221.186.82', 1655593559, '__ci_last_regenerate|i:1655593559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3f192dafae1a6bdbc490b2461fa81a51917295', '114.119.128.143', 1686897376, '__ci_last_regenerate|i:1686897376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3f9166865bf4c07988fadb223055131b7b59a0', '51.158.126.132', 1656189590, '__ci_last_regenerate|i:1656189590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d42de3a2db91e33e38be2cd6e7f41308723d403', '52.167.144.98', 1685164712, '__ci_last_regenerate|i:1685164712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d440903271f3bd1d193076a31c588a21adf70ee', '51.195.90.229', 1650840541, '__ci_last_regenerate|i:1650840541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d46421de2e4f12c899240280216c44ed5833998', '52.167.144.31', 1681476574, '__ci_last_regenerate|i:1681476574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4660c0b42a4bc989e5d15f8c7d7f9773320edb', '159.203.176.82', 1654293644, '__ci_last_regenerate|i:1654293644;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 ('7d47fc3967ea0d89894638b15cc4fe8fbe9a3322', '74.208.2.218', 1665904742, '__ci_last_regenerate|i:1665904742;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d48d660ed4881c551e8b872db9489b8861928bd', '190.148.158.175', 1672241595, '__ci_last_regenerate|i:1672241595;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672240412;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4a4301812843fe3def1e74b7b84fcd0d4c434a', '54.36.148.105', 1660755769, '__ci_last_regenerate|i:1660755769;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 ('7d4c474a853dc2187de2908145673744abd5078b', '200.119.170.209', 1656689345, '__ci_last_regenerate|i:1656689193;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656679520\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656689214;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4c954c1bd2590aca55a87c2b421951a40696af', '51.222.253.8', 1669994155, '__ci_last_regenerate|i:1669994155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4d890b242c75feabeae788e79fbbc39e5b59e5', '74.125.212.199', 1676790552, '__ci_last_regenerate|i:1676790552;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7d4dfe6468eb686422ee62c37520c7ff65251cfe', '185.27.99.136', 1666432936, '__ci_last_regenerate|i:1666432936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4e028f834f390dfa6a98aec641aa7b9f926a9f', '51.222.253.1', 1678202105, '__ci_last_regenerate|i:1678202105;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 ('7d4e7921821b56d7de42ea4ab53d04820a659e7e', '200.119.174.55', 1662568994, '__ci_last_regenerate|i:1662568977;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662554902\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662568994;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d5138f405859f4e432d479ef292c42cbb34ab76', '207.46.13.138', 1674432067, '__ci_last_regenerate|i:1674432066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d51c3197a0e1deb8d4a7fce4fee6a8abfbed896', '205.169.39.245', 1651732844, '__ci_last_regenerate|i:1651732844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d52280ef9f2d8e9e3450631ee99e54c787868dc', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d52a5a4561957713aadb607bd3e1c3d09c71a36', '190.56.32.35', 1671887866, '__ci_last_regenerate|i:1671887866;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671883432;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d52a6115ac9e3e087e751f767600d8ebdb29642', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d52c85e45e70a2e8adac40445a9bf951dafb74c', '208.91.69.20', 1679303895, '__ci_last_regenerate|i:1679303895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d53008ff8d0928fc721ff14136e55973618273b', '54.200.52.250', 1684386974, '__ci_last_regenerate|i:1684386974;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 ('7d554a5466727afbe36f6de5f7e1c5f66ba8e533', '51.222.253.19', 1675923017, '__ci_last_regenerate|i:1675923017;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d555c4ef085fb8c39e3ffdec56fe1ab638b7166', '190.148.252.161', 1669943005, '__ci_last_regenerate|i:1669943005;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669942966;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d55621c485f150980c3b3812f1b1e1f172b83fb', '190.148.87.23', 1679443503, '__ci_last_regenerate|i:1679443503;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679443496;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d56e7d9890eb07a768b9724f7bb781eee964a70', '190.56.173.213', 1683245368, '__ci_last_regenerate|i:1683245368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683245144;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6091c552c3bb5a01b5eecdab12df5f12c54305', '35.91.89.99', 1663247538, '__ci_last_regenerate|i:1663247538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d61fe3d4eafd7e2482013dba1883cd1bdc6f224', '138.68.180.18', 1675566516, '__ci_last_regenerate|i:1675566516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6236d3a5f504e1ab29e2cc92749ad3bc4391a4', '190.148.158.175', 1672422623, '__ci_last_regenerate|i:1672422623;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672422616;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d66477c7d603354c91f211b1f45ac6d982c76e3', '17.121.112.123', 1656600995, '__ci_last_regenerate|i:1656600995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6b7b309c151ccf3cb6a109bcff67d57ab785c8', '119.90.52.37', 1650878395, '__ci_last_regenerate|i:1650878395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6baee0fe7f72d8725c5056c18c1a2642ee0e80', '93.158.90.152', 1676649805, '__ci_last_regenerate|i:1676649805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6ef44bbd8125a1abf2ce5ad55d870767381d4f', '40.77.167.169', 1676268496, '__ci_last_regenerate|i:1676268496;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d6f47f709bb760f54e47777c1d09a14629008e0', '207.46.13.6', 1671858689, '__ci_last_regenerate|i:1671858689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d705fd249d8f4cce4e03a52a7a560c9b72f3691', '190.148.157.98', 1679066882, '__ci_last_regenerate|i:1679066882;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679053149\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679066473;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d713a27dc6d68b70ae103c5b978912df550c311', '114.119.145.78', 1688285762, '__ci_last_regenerate|i:1688285762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d71546173e65ccfa7fb935da7e108a340505859', '66.249.65.97', 1652279268, '__ci_last_regenerate|i:1652279267;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d71bb66c9060e5806cd884d282ebb7d47010304', '190.56.55.113', 1673832031, '__ci_last_regenerate|i:1673832031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673831990;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d72b5441f75b9f153c6c9b0ab5de4a63daf2713', '51.222.253.5', 1659656267, '__ci_last_regenerate|i:1659656266;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 ('7d732276ff0e0be2835bb5f2b72b6508231dfde7', '52.167.144.98', 1685461094, '__ci_last_regenerate|i:1685461094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d73491a4d9f25e6adba6e8f4cf9e7777caa8517', '17.241.219.85', 1687314369, '__ci_last_regenerate|i:1687314369;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 ('7d737cc56ba9d45f04335ab8c325d714eb854269', '52.167.144.98', 1686573740, '__ci_last_regenerate|i:1686573740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d74cb928c4d2f6e1dab6698bfa0b339525ffd21', '34.214.32.90', 1650893866, '__ci_last_regenerate|i:1650893866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d76ef53cc041660346ddf51fc1b4d7294cea756', '190.148.252.102', 1681906429, '__ci_last_regenerate|i:1681906429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681906425;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7733c65db10a579c001d10145517de7af9b4c7', '52.167.144.164', 1685484963, '__ci_last_regenerate|i:1685484963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d77e3293c3b4beefda635225a80c529f21d2db4', '40.77.167.222', 1681435392, '__ci_last_regenerate|i:1681435392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d797fb4204920d87560db6131e483c3f0a5e875', '190.148.252.183', 1681347138, '__ci_last_regenerate|i:1681347138;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681346200;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7b1c827e5c9296b041f6fd1029c7d082037dd9', '40.77.167.161', 1677046995, '__ci_last_regenerate|i:1677046995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7b2ee086b09c220e62668d5cc2c590ad2f7cd5', '51.222.253.17', 1667919393, '__ci_last_regenerate|i:1667919393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7caa87426d81fd9e53265b5510a2379d63c79e', '46.101.63.152', 1652762869, '__ci_last_regenerate|i:1652762869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7cc1d7ad7f1447f5846eec87988489cad5e248', '207.46.13.1', 1671347522, '__ci_last_regenerate|i:1671347522;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7cddfc0a6e8bed7ee3df416148c0ed43c91fb7', '207.46.13.230', 1657047742, '__ci_last_regenerate|i:1657047742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7de44e6ce27e4cc91e418147b8f96100f7ed3f', '52.167.144.70', 1688143171, '__ci_last_regenerate|i:1688143171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d83011774ea3ed4daeec787a319c839a39ee99d', '190.56.54.156', 1665329553, '__ci_last_regenerate|i:1665329553;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665328563;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d831883609e301a2007218b438e822eaf737990', '54.149.227.185', 1652880296, '__ci_last_regenerate|i:1652880296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8321a2c48092c1a0402980cd9555dcd521d632', '40.77.167.85', 1686421237, '__ci_last_regenerate|i:1686421237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d843a705010fcf3b37cf825d5d8bd115365b3cd', '66.249.74.99', 1688055331, '__ci_last_regenerate|i:1688055331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d844ec08231cdd85c9f8889e5ae1fbdd4cf67f6', '190.56.173.136', 1687917355, '__ci_last_regenerate|i:1687917337;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687917354;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d873b675feef233e8874d233c8ca1dc957a6693', '17.121.114.73', 1659975622, '__ci_last_regenerate|i:1659975622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d87a7fbaa76481c3467bf1a0f56ccea3754680e', '190.148.87.6', 1668273529, '__ci_last_regenerate|i:1668273529;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";last_activity|i:1668273437;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d87a8b9ad1ebfe65f7bd4b89cda637ddc1797ec', '114.119.153.169', 1688231860, '__ci_last_regenerate|i:1688231860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d88fed2421855c51607960f3171f3128ee49409', '114.119.152.114', 1685153534, '__ci_last_regenerate|i:1685153534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8adcead69cc426a75763b8f2e5878a943016b0', '200.119.173.107', 1686792736, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686792736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686792662;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8be7f98b85f88453603e1941b84610c7b04f18', '190.148.157.83', 1687728926, '__ci_last_regenerate|i:1687728926;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687728906;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9086c76b005949e591be22775c90d473adad29', '190.56.49.237', 1665791662, '__ci_last_regenerate|i:1665791662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665790345;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d91a7eec7a442ccf2da80de528c43183ae644d7', '40.77.167.181', 1680215635, '__ci_last_regenerate|i:1680215635;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 ('7d91b4f1ba5861138d93ab74d8454a92f5385d99', '74.208.2.228', 1665904747, '__ci_last_regenerate|i:1665904747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9200eb3b04ac52534ae4ae4fe179ea44e44284', '190.56.173.136', 1687954015, '__ci_last_regenerate|i:1687954015;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687908029\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687954013;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d93d1782ba6a13840b8017bbb147d48720e6b5c', '52.167.144.171', 1685504380, '__ci_last_regenerate|i:1685504380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d96151e7f01f2f869b5fb3ccb49e5674905fb45', '190.56.173.251', 1651943352, '__ci_last_regenerate|i:1651943352;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('7d9684d67b3c97dfb79034b128f6ea0f8eba8b28', '190.148.158.175', 1672341127, '__ci_last_regenerate|i:1672341127;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672341105;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d969ddbd6e277b93a43a4d131e9eace65888172', '207.46.13.41', 1671027880, '__ci_last_regenerate|i:1671027880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9829625c6e43d12d31302d3aef7d112a41c0b6', '190.148.252.223', 1659049513, '__ci_last_regenerate|i:1659049265;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658502955\";last_ip|s:14:\"200.119.175.15\";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\";user_csrf|s:20:\"KIZi1VfFG6jeYyWSs9vA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d989ee810bee967d2359934efd725997346c1a8', '40.77.167.202', 1687858671, '__ci_last_regenerate|i:1687858671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d98bb969f409f95376fe19e3c0e172c46ec8e31', '190.148.87.182', 1679926970, '__ci_last_regenerate|i:1679926970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679926949;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9a66c80e49d4dc1aa4291afc0b2f12a713e17d', '35.160.166.179', 1686185669, '__ci_last_regenerate|i:1686185669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9b7e30d65229ad042fd98beed710dd6f6f9346', '190.56.32.32', 1686085906, '__ci_last_regenerate|i:1686085906;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686085878;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9c3908f08f7a136eee82c76538f5fbb9a4526f', '40.77.167.222', 1681507872, '__ci_last_regenerate|i:1681507872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9d572c6aafdd377bae01c103c0b0b2cf343525', '114.119.149.3', 1688463518, '__ci_last_regenerate|i:1688463518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9eaf36108bd3eb90865eec0918dddfa2541a74', '157.55.39.149', 1652961356, '__ci_last_regenerate|i:1652961356;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 ('7da0a497ddfc490597c5c6fd7c5420e3ffa11d53', '40.77.167.227', 1681020163, '__ci_last_regenerate|i:1681020163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da163c66d559a6e3c798fd8a9250a928f425ee2', '52.167.144.164', 1685971806, '__ci_last_regenerate|i:1685971806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da291b836f999ef966febe82755d90c3a395ee0', '45.63.18.23', 1688469472, '__ci_last_regenerate|i:1688469472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da3afdd4da8fbbd29db606708c4bd1669edcc5e', '190.148.157.53', 1684027010, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684027010;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684025861;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da53f50f7474ca781f9be6e9bcbea3d66effe87', '207.46.13.41', 1671454533, '__ci_last_regenerate|i:1671454533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da67b11c2db55a408db7d3552bff9931d56b088', '52.167.144.61', 1688064451, '__ci_last_regenerate|i:1688064451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da75d854b2bdcdce3010fe7094c93fa59e23116', '200.119.173.87', 1662824613, '__ci_last_regenerate|i:1662824613;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662656977\";last_ip|s:14:\"190.148.157.99\";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 ('7da873c8f54b912f294b0576b9ffb9a1f8573e5c', '103.101.160.37', 1660143027, '__ci_last_regenerate|i:1660143027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da8cbdf09ec0918e58a60e1d7b5ca6f067a3655', '163.172.157.95', 1682453613, '__ci_last_regenerate|i:1682453613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da941229150e7170539bcffeba92c5a4719da59', '200.119.172.60', 1674602922, '__ci_last_regenerate|i:1674602922;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674602888;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da99973b147a5909ae87f379b0954606e1e2c03', '17.121.114.229', 1659454539, '__ci_last_regenerate|i:1659454539;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 ('7daa71ae4bfcba5964e9609fdf059cf68967daea', '52.167.144.162', 1681858964, '__ci_last_regenerate|i:1681858964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7daa737bce9693dcb698dc96ff894ae4b5c7ba5a', '190.148.252.111', 1678103859, '__ci_last_regenerate|i:1678103859;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678103669;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dad8e1359dda093a28cc6b8d4e1f00fad8ce7e9', '17.121.114.147', 1652190193, '__ci_last_regenerate|i:1652190193;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 ('7db194b630dc3fe53454a1be8f6af793d2f506f4', '114.119.136.221', 1688038131, '__ci_last_regenerate|i:1688038130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db1b1b80d15e08ad89a566d3ae68b9d353b6330', '114.119.167.239', 1688433529, '__ci_last_regenerate|i:1688433529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db1e5312ec2f9545b6aaa9f9560574e9bb0dcb4', '54.147.108.125', 1669330525, '__ci_last_regenerate|i:1669330525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db2eafaaed30ccc1db2757b7e928227dd67ca61', '114.119.138.151', 1688135002, '__ci_last_regenerate|i:1688135002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db31f839d9d15eab773dc929c61835f49af62ef', '52.167.144.82', 1687268524, '__ci_last_regenerate|i:1687268524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db3819b5fb2c429f168d414891802e12645da90', '200.119.173.177', 1685112216, '__ci_last_regenerate|i:1685112216;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685112149;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db3a52e3c967edc7f2b065c92fab89d8794a353', '157.55.39.25', 1663491143, '__ci_last_regenerate|i:1663491143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db3d4195f7683077f8ad0b10b57a55c56d2fca7', '200.119.170.168', 1670623362, '__ci_last_regenerate|i:1670623362;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670603760\";last_ip|s:15:\"200.119.170.168\";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:1670623316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db41c6f5cb6ac715dafcca0a777d74e8433d9c5', '157.55.39.217', 1683265892, '__ci_last_regenerate|i:1683265892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db54f6170541567698790a0c6d9ac4ee0322d0b', '157.55.39.79', 1669577793, '__ci_last_regenerate|i:1669577793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db845b8d7335c0e282b9c878524e6c27bb5da65', '52.167.144.162', 1682560948, '__ci_last_regenerate|i:1682560948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7db94aea9a905105cc9e7a23e2cb8a627e720745', '137.184.234.181', 1651250789, '__ci_last_regenerate|i:1651250789;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 ('7db9a1a3627e01b7e75b9c5d6f7ae357ae9fb95f', '52.167.144.162', 1686398264, '__ci_last_regenerate|i:1686398264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dbabf8b3a935e9fc1b4ae78cc6620163114852f', '68.183.75.40', 1657274125, '__ci_last_regenerate|i:1657274125;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 ('7dbb417b0dd502007810c1b6366077ad23c473be', '52.167.144.164', 1679346471, '__ci_last_regenerate|i:1679346471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dbd06232c3471462c4559f2ecbdb740de3b2bf9', '52.167.144.171', 1684622169, '__ci_last_regenerate|i:1684622169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dbd63c44f6df248f61099f702b9cbbeb46372d0', '190.56.32.164', 1664565011, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664565011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664564946;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dbecedf742c1cbf2d838fbc0b935f792e49d36b', '52.167.144.164', 1685594544, '__ci_last_regenerate|i:1685594544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc03c9cac9a26f35b5aa78c7f114973237300e0', '52.167.144.164', 1685392557, '__ci_last_regenerate|i:1685392557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc2649456bf746495749bf62ab76188ff5b7655', '20.221.219.40', 1651090123, '__ci_last_regenerate|i:1651090121;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 ('7dc31ed81c5e316ea3143a465d05306d36beaf4e', '51.222.253.6', 1673913854, '__ci_last_regenerate|i:1673913854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc3aec4ecce0e657d4ec2d76ab55ca2e7cc1305', '207.46.13.230', 1657043176, '__ci_last_regenerate|i:1657043176;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 ('7dc4e118171b7ea8712becacc82c85f755438e61', '17.121.114.17', 1659280920, '__ci_last_regenerate|i:1659280920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc5028a9516cf25319c0425a3512ab293b34d80', '40.77.167.13', 1672157211, '__ci_last_regenerate|i:1672157211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc5c022ddceaa590786d8c17421afd9465b91cb', '40.77.167.44', 1670766706, '__ci_last_regenerate|i:1670766706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc6f5d1a005087cda7b85e52764861bf1c3cf1c', '190.148.252.82', 1663606049, '__ci_last_regenerate|i:1663606049;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663339810\";last_ip|s:14:\"190.148.158.75\";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 ('7dc71e9e5539a1411289784e765d95c26b942707', '205.210.31.23', 1652462497, '__ci_last_regenerate|i:1652462496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dc9953f7f3bba5e6d1bed513c6e6106aa65a752', '190.148.252.177', 1674083484, '__ci_last_regenerate|i:1674083484;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674083457;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dca21a0beeda016dd9c240acbc1d9c2d03efc34', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dcd5e726c308e1677d0f1ac31f9b48ca50105cb', '114.119.129.179', 1686545364, '__ci_last_regenerate|i:1686545364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dcd77389e6ea22dbbb053a0953a5af86eb4d491', '207.46.13.51', 1662755391, '__ci_last_regenerate|i:1662755391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dced9c73f4700fb5f6799f60624ea8e25a76bef', '114.119.128.203', 1687965071, '__ci_last_regenerate|i:1687965071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dd5626c6373ea29e724caeff2dceaa7b28eeb0d', '51.222.253.6', 1688107204, '__ci_last_regenerate|i:1688107204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dd579b884a52f85f409b48970b5d820b6c0a371', '52.167.144.63', 1687073624, '__ci_last_regenerate|i:1687073624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dda15a7c425f265bd24b456e6a1520f80240d04', '34.66.163.52', 1655834961, '__ci_last_regenerate|i:1655834959;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ddb0f5451476449bde003dae2b241a70751443d', '190.148.157.53', 1683895665, '__ci_last_regenerate|i:1683895665;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683895655;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dde2a3f68c1154b4b13d72cf02215e7a60d3f54', '190.56.51.184', 1658426865, '__ci_last_regenerate|i:1658426864;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658426865;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ddf49f840e86e1f5e44dc27e3138b85371e97b2', '40.77.167.225', 1680598665, '__ci_last_regenerate|i:1680598665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ddfc4173d897aad1606668fb0853494013af7d6', '190.148.87.182', 1679782154, '__ci_last_regenerate|i:1679782154;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679781980;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de09c7b94d71bfec2aadded1db5c7daa306124a', '190.148.158.175', 1672453152, '__ci_last_regenerate|i:1672453152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672452926;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de0af69f77a98eabbc98518713c330cfaeb82e2', '40.77.167.13', 1674499634, '__ci_last_regenerate|i:1674499634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de352beb6e7aa8e9c1a6f1b665f2bff49cb85f1', '52.167.144.162', 1686656198, '__ci_last_regenerate|i:1686656198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de3bece6dd07003f4bc23cf318e9731c5e2cfba', '50.21.188.32', 1663642578, '__ci_last_regenerate|i:1663642578;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de5a1c1b453874566527b78ca92d11d69a34274', '190.56.32.32', 1686224947, '__ci_last_regenerate|i:1686224947;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686150206\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686224940;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de5b62d3eb61c96e28112986be80d89fcbc6052', '40.77.167.104', 1668002667, '__ci_last_regenerate|i:1668002667;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 ('7de87ad7dcf6e8b13366e3dd35522d6b808a80cb', '114.119.136.87', 1685841556, '__ci_last_regenerate|i:1685841556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de9d672e1f1400e4f5d441693c9604f81e201f2', '52.167.144.162', 1682165542, '__ci_last_regenerate|i:1682165542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7deb130cb0c22fb50650a338f716683ad825c485', '40.77.167.191', 1681719199, '__ci_last_regenerate|i:1681719199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7deba89e91757059f4acbabd920b5a3ddbd01beb', '51.222.253.19', 1680923028, '__ci_last_regenerate|i:1680923028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7decb4ac9bd6de54e6730e1b949685a314b144fb', '200.119.170.10', 1655309578, '__ci_last_regenerate|i:1655309578;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655309397;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df0addac5a16176be6ca73334a9d023e3cc3967', '157.55.39.164', 1663672887, '__ci_last_regenerate|i:1663672887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df2030e98d4fff51449bbcdb7968e00065a410e', '157.55.39.253', 1681931970, '__ci_last_regenerate|i:1681931970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df2a8adbe5c3631d14d097975df243096e4cb3e', '190.148.252.183', 1681399108, '__ci_last_regenerate|i:1681399108;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681399096;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df59c083d7a4ae58825340bb53538a1feb421a0', '200.119.172.96', 1675437097, '__ci_last_regenerate|i:1675437097;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675436654;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df6a5f7439a0f2ed6fb042ec4c75294c74968c6', '18.191.170.48', 1671375502, '__ci_last_regenerate|i:1671375501;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df740a315fc40570c7e3643dee326ad5ff0aabe', '114.119.129.36', 1686887090, '__ci_last_regenerate|i:1686887090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7df818ce6ae9d43bfd45b03ed1a667effa0b294b', '200.119.168.109', 1668879595, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668879595;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668879346;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dfb8bfb16743cccdbb728731784e6f2e60cc504', '190.56.32.162', 1686251156, '__ci_last_regenerate|i:1686251156;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686251154;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dfd6e0aea30d86cd217a45ea48da6123e952496', '200.119.174.9', 1674430414, '__ci_last_regenerate|i:1674430414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674430399;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dfd794f992086d9fdc437cb4d5aa41c15d306e7', '114.119.155.150', 1685710222, '__ci_last_regenerate|i:1685710221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dfddd6629651af3c1f6dfdc3a9584de1ce8fd91', '54.36.149.67', 1671136417, '__ci_last_regenerate|i:1671136417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dff88abee901074f90184addee429b088437ee1', '200.119.174.9', 1674306721, '__ci_last_regenerate|i:1674306721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674306714;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dffa6adc2452e5cb4990125690682e6f2572b14', '52.27.111.133', 1681564461, '__ci_last_regenerate|i:1681564461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e00d00c176899a0667f404805c9f84a3fadf17c', '190.148.252.98', 1659894610, '__ci_last_regenerate|i:1659894557;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 ('7e026888320cef2a45da287eee2054f243797c73', '52.167.144.98', 1685051677, '__ci_last_regenerate|i:1685051677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e0440ad29c34a5c1efa9932b2fd0027aefd784c', '114.119.135.42', 1685052450, '__ci_last_regenerate|i:1685052450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e04ac5641e72e778f3e570ac31a9263dbb2cf1e', '190.56.32.174', 1676596176, '__ci_last_regenerate|i:1676596176;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676595246;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e06a0c6b205a3c27b95591075623ba8a12aba54', '40.77.167.49', 1664997813, '__ci_last_regenerate|i:1664997813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e06b1a06f951136f67becab121c9947d3472f88', '190.104.119.100', 1667393579, '__ci_last_regenerate|i:1667393579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e08568ef15b933e855a011a5ac11f13422d8b44', '17.241.219.239', 1682884116, '__ci_last_regenerate|i:1682884116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e0ba7689a8e3e0f6e71730b9e88fa6479ac6516', '114.119.145.174', 1687283860, '__ci_last_regenerate|i:1687283860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e0deab9576d5222c98d8db0071d2fcdead296df', '40.77.167.182', 1683074044, '__ci_last_regenerate|i:1683074044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e0f77d53b1919f6dc965bd48946453a2ceec3c9', '157.55.39.94', 1672730890, '__ci_last_regenerate|i:1672730890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e0fb10ffc439bb6d6581f166a1cdc25fa8d3dc5', '190.56.173.213', 1683570340, '__ci_last_regenerate|i:1683570331;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1683147003\";last_ip|s:14:\"190.56.173.213\";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 ('7e10482b78a7ece095578f6e50761baeddf0a8c0', '190.56.32.162', 1686328350, '__ci_last_regenerate|i:1686328350;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686328332;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e130bd50715e5dc9a7c084d3abd060b29d4d91e', '49.12.224.61', 1679236932, '__ci_last_regenerate|i:1679236927;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e13c375f703ee7ba890d09d5e926b994aeb0715', '91.227.68.183', 1662933538, '__ci_last_regenerate|i:1662933538;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 ('7e1701fd21eb46d5a5f08efd177dacd2a535d623', '207.46.13.53', 1660225742, '__ci_last_regenerate|i:1660225731;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e171102c8d554b7714da43decfa5c774627d71e', '40.77.167.161', 1676470683, '__ci_last_regenerate|i:1676470682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1770a6e8621b1e23309eb91df1139afc5ca008', '52.167.144.154', 1687450609, '__ci_last_regenerate|i:1687450609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e17df6573d753ec9ed4e06ccd78e47ed3a28808', '34.124.185.240', 1651674724, '__ci_last_regenerate|i:1651674718;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 ('7e18057ea02fe43c90f897010c06d038cb3c8662', '114.119.159.17', 1686732059, '__ci_last_regenerate|i:1686732059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1a46a4d21d7664ca0e806f0ab18b2c3dd67b4e', '114.119.150.227', 1684889057, '__ci_last_regenerate|i:1684889057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1a854ba0d02e10ad11ef704f32f41acb609a43', '190.56.51.144', 1687099589, '__ci_last_regenerate|i:1687099589;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687099574;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1bc36cb4019ab409a3eadcdf041754f0c802cc', '52.167.144.98', 1685628647, '__ci_last_regenerate|i:1685628647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1c1ef149332d1322e81cbecba2b4b3baffc1bc', '51.222.253.17', 1664746776, '__ci_last_regenerate|i:1664746776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1c6bf529a5cb1b460c96ce85fa74867b296c1d', '52.167.144.98', 1685060394, '__ci_last_regenerate|i:1685060394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1cc0c242c240e6dbe604c2439be294a8dd4ddf', '175.44.42.231', 1682762311, '__ci_last_regenerate|i:1682762311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1e5c6c4866ea8620472b313fb07327900a3089', '190.148.157.177', 1682122442, '__ci_last_regenerate|i:1682122442;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682122437;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1f3ac8f850b694635645da578258250d9a987a', '52.167.144.98', 1686314623, '__ci_last_regenerate|i:1686314623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2036722e5964168e03ad8b5f7c74a11b61e03e', '144.76.67.169', 1661940977, '__ci_last_regenerate|i:1661940977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e209a4e98051795285e73e9fe25ee33aa578f8c', '200.119.168.250', 1680707936, '__ci_last_regenerate|i:1680707936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680707123;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e20e5ab1466e57170d3529e7359afce95c163e8', '52.167.144.171', 1684582676, '__ci_last_regenerate|i:1684582676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2172dca18ce4985f10f577572389f35e1f8040', '54.36.148.24', 1675739317, '__ci_last_regenerate|i:1675739317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e24d699df6b5201d8b6deb67018eaaba96e937c', '52.167.144.98', 1685546740, '__ci_last_regenerate|i:1685546740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e26710b47348cfd711b009027eabb69a4791a0c', '190.148.252.69', 1657641621, '__ci_last_regenerate|i:1657641621;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657634058\";last_ip|s:14:\"190.148.252.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657636180;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e26771507858a7c88a0fbdc3968dad7088f0e19', '52.167.144.164', 1686117884, '__ci_last_regenerate|i:1686117884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e26acbcc08a0b94ac9a1f5077544ab8c03d8799', '200.119.173.177', 1685238913, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685238913;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685238904;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e27f004d95c91bb5feede82c5a7fd1cd3992a12', '52.167.144.42', 1679410975, '__ci_last_regenerate|i:1679410975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e28bab2dd2a21c089a201cd2991a38bbe231428', '207.46.13.142', 1666056604, '__ci_last_regenerate|i:1666056594;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e291c3393ebf083d9a7d63ec9a6e271bca75617', '111.7.100.27', 1650686111, '__ci_last_regenerate|i:1650686111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2be52b1ce90c261547f1277d132a47505455d9', '200.119.174.129', 1666359864, '__ci_last_regenerate|i:1666359864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666359535;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2da04f6684c73505c7fda671321a12fcc9858f', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2e1c5944947449da955ebf394a2322cd852c67', '40.77.167.86', 1678522380, '__ci_last_regenerate|i:1678522379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2f93a8fb2e411492ec74e39adf76ddb4df40cb', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e2fda2dff04b42469ead8dd0468421b51f7ba59', '190.148.87.96', 1678395285, '__ci_last_regenerate|i:1678395285;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"KABhNOV5QPuI6JtmaZH0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e32fc0eb7b6daa260d5154eaef25aaa475028d2', '190.56.32.162', 1686275402, '__ci_last_regenerate|i:1686275402;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686275080;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e3400bedd2debf83ec82dc31c2612e77c7cd579', '17.121.113.17', 1657740749, '__ci_last_regenerate|i:1657740749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e35ad0b95d2b411cf4d1c4761c20b6bc4a5976f', '40.77.167.182', 1683658257, '__ci_last_regenerate|i:1683658257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e370f7f089eb77ab65821a9d1cb6123c37a3869', '52.167.144.98', 1684148540, '__ci_last_regenerate|i:1684148540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e375d6831b91d2ebeef7442d9071965774b3e58', '157.55.39.80', 1670188823, '__ci_last_regenerate|i:1670188823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e3786f247730b3b8bc083e53166cb5a01115f65', '157.55.39.253', 1682880940, '__ci_last_regenerate|i:1682880940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e382280b179497613418ed4163f85003c3724b5', '190.148.252.76', 1652801150, '__ci_last_regenerate|i:1652801150;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"oj59HdB6cYCRAmSkgPLF\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e389e734d294eb0a2e4c7214a69a30a1fd5fb29', '52.167.144.164', 1685179310, '__ci_last_regenerate|i:1685179310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e3b69b9172d2c24f3d6f84e02a2753b56ae75c2', '52.167.144.82', 1687655224, '__ci_last_regenerate|i:1687655224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e3b75911535d34482252b2e393a01f43c489f1c', '190.148.157.184', 1651856110, '__ci_last_regenerate|i:1651856110;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651786305\";last_ip|s:14:\"190.56.173.169\";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\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e3de7adfe0b53a5733b0a60d05682d81a4d8083', '157.55.39.79', 1668323856, '__ci_last_regenerate|i:1668323856;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e4409f57fa5055a3853b518105435d88f0492d8', '51.222.253.15', 1679118781, '__ci_last_regenerate|i:1679118781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e44f7717bb76cb8d5ecb481b1a6683aeaea8cf0', '111.7.100.24', 1650686061, '__ci_last_regenerate|i:1650686061;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7e47cbca3d5548c0f17079807417897877e95b7d', '74.125.215.51', 1680159594, '__ci_last_regenerate|i:1680159594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e4a2d342279f45d9214c9ada43822ca941a47e6', '93.158.91.247', 1658679430, '__ci_last_regenerate|i:1658679430;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 ('7e4ad6cc4abd0055320d20c00f4413bc7b0dc33b', '190.56.49.83', 1687032037, '__ci_last_regenerate|i:1687032037;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687032018;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e4b87d1a8d6687e44e538f091db3b70e4f14155', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e4cc88f6913eba71f374807b9f5ef47eb2cac9c', '208.80.194.41', 1655085038, '__ci_last_regenerate|i:1655085038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e4e3b07afff70fa0ad3fe599a568164ac2549e4', '45.63.18.23', 1688437728, '__ci_last_regenerate|i:1688437728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e5178fa50b5a2727a43979ef090bd16b9e68de8', '190.148.157.99', 1662559887, '__ci_last_regenerate|i:1662559887;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662498578\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662559666;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e521f34ae228af86abebed5c3bb158158b849fc', '54.36.148.119', 1663555275, '__ci_last_regenerate|i:1663555275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e522383b5f553898846649c07dbf5a51deb504c', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e53e45678d0656b169b17351d5ccd5bd1ea015d', '54.191.159.156', 1682168854, '__ci_last_regenerate|i:1682168854;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 ('7e540bda06a6574308ad98633c7001a90b2f21e8', '114.119.137.91', 1687937007, '__ci_last_regenerate|i:1687937007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e55ae65c2c9db9eeccefac3b141ab2f6ad0e9c6', '207.46.13.217', 1684025473, '__ci_last_regenerate|i:1684025473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e58a9597f973255b5cb8f5198a6450b49329b6b', '190.56.32.35', 1671753924, '__ci_last_regenerate|i:1671753924;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671753921;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e5a73b1664d185890448efc4c979521593b608f', '52.167.144.42', 1679668241, '__ci_last_regenerate|i:1679668241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e5dc2078d28ee2513dde05af9c8605b7acd9764', '200.119.168.250', 1680631580, '__ci_last_regenerate|i:1680631580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680630750;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e5f42cdcf476023f9c717fb51c942f572d9410a', '17.121.112.58', 1662542832, '__ci_last_regenerate|i:1662542832;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 ('7e601919aa16d9e53bc582d23823f318014eec49', '134.209.83.75', 1659548681, '__ci_last_regenerate|i:1659548681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e603e57ac15290bc68285fd842bee6a74ce52cf', '176.9.150.124', 1684085965, '__ci_last_regenerate|i:1684085965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e61f60d60c017bc93c6ddb6a0ddeb8b12f2bf21', '13.230.19.97', 1683952457, '__ci_last_regenerate|i:1683952457;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7e65f537ee25762512cbd8338abd549e036b2861', '200.119.173.130', 1676133697, '__ci_last_regenerate|i:1676133697;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676133133;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e672427e15d8391e655e7a154f19f8da83d75f5', '45.89.174.42', 1650739625, '__ci_last_regenerate|i:1650739625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e678fb95cf894b26e5e0a1f5dfa437ac3fdb479', '52.167.144.31', 1675822677, '__ci_last_regenerate|i:1675822677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e67990ed295fc7164020a05762fdabc1e1fe9cd', '157.55.39.217', 1683192222, '__ci_last_regenerate|i:1683192222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e69ee4c9b4b3c63dedd9417f853ab773926f884', '52.167.144.98', 1685378101, '__ci_last_regenerate|i:1685378101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6b3f915df2de2bb01d41569dcdbb965fcdcc8f', '200.119.173.177', 1685231959, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685231959;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685231957;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6b5c4c06ca8def75ae668b6bd5d0a9f3fda2bb', '52.167.144.89', 1679599739, '__ci_last_regenerate|i:1679599739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6de088baef48e90cdee45a5326b99458133570', '52.167.144.171', 1685620378, '__ci_last_regenerate|i:1685620378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6df93361824e7c563e59126ba1c87a6a3bcdb6', '40.77.167.227', 1681998522, '__ci_last_regenerate|i:1681998522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e6f113f751235706c4aeeaab7eb0a9c8ef9b035', '51.222.253.3', 1664215613, '__ci_last_regenerate|i:1664215613;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 ('7e71b87d847bd3b365539b72d0fd4131120ed191', '173.249.31.237', 1659409075, '__ci_last_regenerate|i:1659409075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e71f89fe3be6052901c7387a797c950fd0c2a26', '40.77.167.123', 1683265911, '__ci_last_regenerate|i:1683265911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e72be63bf3f1636713aa322383a1af6d03e51fd', '66.249.77.29', 1681562542, '__ci_last_regenerate|i:1681562542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e72fb0a829883d35780cb1136b102f8438aaf41', '40.77.167.123', 1683448030, '__ci_last_regenerate|i:1683448030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e73a078f5dcde1ac59c3911058f50f0c9e78d2e', '52.167.144.28', 1678950054, '__ci_last_regenerate|i:1678950054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e747f1ed997a91ffd636b7c9be4aa2e85b7671e', '190.148.158.75', 1663340882, '__ci_last_regenerate|i:1663340882;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663086883\";last_ip|s:13:\"200.119.174.3\";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 ('7e75f295ad851efa6c7b0148ad8d21b9e7780209', '40.77.167.35', 1662053425, '__ci_last_regenerate|i:1662053425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e770032e1357682cceeee4f6e5b2c7037e99222', '52.32.75.142', 1679232970, '__ci_last_regenerate|i:1679232970;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 ('7e772d99e87d36e886e047fc67d7585fc1d9dd09', '40.117.185.219', 1650908246, '__ci_last_regenerate|i:1650908246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7b7775d7ae3dda0de58bdf3388955d61875abd', '51.222.253.1', 1670296375, '__ci_last_regenerate|i:1670296375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7d73164157c54ea549d93c22d555bca1c87b2b', '190.148.252.161', 1670077081, '__ci_last_regenerate|i:1670077081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670077047;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7d784dcf561d37c2094eefb12c166769d5abb9', '190.148.157.183', 1680097836, '__ci_last_regenerate|i:1680091283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680038594\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680097836;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7df4d61797ee16f579122e854ba5c49da6b51e', '190.148.157.53', 1683927673, '__ci_last_regenerate|i:1683927673;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683904005\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"M6wNgJQF1PGzfkAKipB5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7f069d9d921d3608f981a0d29a1be1aa081ea6', '190.148.157.183', 1680541544, '__ci_last_regenerate|i:1680541544;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"Gcg6k9K3sZQmiSbyt7BY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8176260039be6fc733b5f27ba4478f154f4472', '35.184.89.7', 1664302617, '__ci_last_regenerate|i:1664302617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e81ba660a72f6a68e434746920d2ee341add36e', '190.148.158.164', 1667329465, '__ci_last_regenerate|i:1667329465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667329461;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e85a9dddcf3a60ebac66e012b04fc0d1794fa2d', '157.55.39.144', 1665396036, '__ci_last_regenerate|i:1665396036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e860bda44fa54e4b7cc2467e3e9138635bd40c5', '54.36.149.103', 1671798999, '__ci_last_regenerate|i:1671798999;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 ('7e86b7c1294c74e3e93da4c1103cf7cef1faa66a', '207.46.13.6', 1672099472, '__ci_last_regenerate|i:1672099471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e87b7cbd9b0717119e14ef438f2a10c888e7ffd', '66.249.74.101', 1658232310, '__ci_last_regenerate|i:1658232310;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 ('7e8ab5308cf8b85122348fb2f1a2f6bf64458207', '40.77.167.91', 1686974036, '__ci_last_regenerate|i:1686974036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8ac54af41f267b45489f3c68b2b127ad28eb9a', '190.148.87.182', 1679614624, '__ci_last_regenerate|i:1679614624;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679614481;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8b45c4c24f2979273ddd9c56388855b662b776', '52.167.144.171', 1685649692, '__ci_last_regenerate|i:1685649692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8bee0168313e6c8a20bb5247fa06934313a4d1', '93.158.90.67', 1677424053, '__ci_last_regenerate|i:1677424053;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 ('7e8bf7b9537fcda0128a6e9e963c2bf58cb47940', '66.249.79.196', 1653949855, '__ci_last_regenerate|i:1653949855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8c19090197c3a0a95daa9739d93b24237b4fd3', '190.148.157.80', 1669142626, '__ci_last_regenerate|i:1669142626;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669044430\";last_ip|s:15:\"190.148.252.233\";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 ('7e8c2e179425b16b74627baf54b4ce99f19cf6cc', '157.55.39.80', 1670720097, '__ci_last_regenerate|i:1670720097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8cb06732328e2bfdb1e5efb2fd68562533d63e', '40.77.167.182', 1683320674, '__ci_last_regenerate|i:1683320674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8d03e993132a583ff629e729daac6c13ff0687', '17.121.114.219', 1660545551, '__ci_last_regenerate|i:1660545550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e8e79ffdf3749addc17ca0c3bf3bd7d5516f9e5', '51.222.253.10', 1656354499, '__ci_last_regenerate|i:1656354499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e90bd2dfb9a87290461f671df5383d4971752dd', '114.119.135.206', 1686022380, '__ci_last_regenerate|i:1686022380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e945686d8bbb3f68ee9482fc3ae254174841fee', '51.195.90.229', 1650840520, '__ci_last_regenerate|i:1650840520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e963b469f5124d6fdf2cfdd50c8148776475a2c', '157.55.39.206', 1667657608, '__ci_last_regenerate|i:1667657608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e98bfd98653fac0c14d14f1ff3cbe6b01a528bf', '18.212.162.26', 1651073684, '__ci_last_regenerate|i:1651073684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e9c298e2f0dc47a3d9aa1b0e8b962212a0a9b7b', '165.227.238.36', 1687612236, '__ci_last_regenerate|i:1687612236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e9c5673d8beebf53c157433fb3443fa63be0b3b', '52.167.144.49', 1677038530, '__ci_last_regenerate|i:1677038530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e9c7855bb48cb31298e90df11a2190fc8aab4e0', '200.119.172.48', 1668613555, '__ci_last_regenerate|i:1668613555;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668612790;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e9fadec6586be5a70a6b25e3229f16df4ddddca', '200.119.168.48', 1668034540, '__ci_last_regenerate|i:1668034539;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668010478\";last_ip|s:15:\"200.119.168.118\";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 ('7ea035eeb3606b4e84c0dac0e4658bbe9349e51d', '114.119.134.216', 1687129268, '__ci_last_regenerate|i:1687129268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea2a7d1df42722cf6e07548336cfd1ea4d0800e', '209.160.115.40', 1682930804, '__ci_last_regenerate|i:1682930804;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 ('7ea2b4e081d3893bec14d8adce9a18334179a6ef', '52.167.144.98', 1685383119, '__ci_last_regenerate|i:1685383119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea51653126d702819ff8ce90e7f062b305cfaa1', '190.148.252.96', 1673195039, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673195039;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673195033;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea6c6cb5ac8987c34d56dd7b41a4ee25d4b9be2', '114.119.139.220', 1688394101, '__ci_last_regenerate|i:1688394101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea7240e326707804dbc3c6a7d7bdfeb53d4fb08', '104.198.188.220', 1686698714, '__ci_last_regenerate|i:1686698713;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea8f847bad64a2fd10029b7b721d2e2a31b209c', '114.119.134.178', 1685431325, '__ci_last_regenerate|i:1685431325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eaa22d66c450cd272a05d3ac98976317256385b', '51.222.253.5', 1650925935, '__ci_last_regenerate|i:1650925935;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eab7fea2b7a55f8595f1f0dd0b3095d068a5625', '190.56.32.35', 1671926973, '__ci_last_regenerate|i:1671926973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671926967;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eaba21f87e72dc5d3688abb52baddc2435e53c0', '36.99.136.143', 1650976209, '__ci_last_regenerate|i:1650976204;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eae3fdfd598f135d2f21b2232dc0ab0a2334d8e', '40.77.167.182', 1683192169, '__ci_last_regenerate|i:1683192169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eaf73844c93b0efde569562a58133864bc037db', '190.148.157.53', 1684155601, '__ci_last_regenerate|i:1684155601;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684155591;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eaffb0e75e75cef28e0962720d714e1c9f84e83', '52.167.144.164', 1686721325, '__ci_last_regenerate|i:1686721325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb01ffdceb59febac4931a135c9cf712fc2dcc9', '190.148.158.69', 1685840162, '__ci_last_regenerate|i:1685840162;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685840160;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb08a950276391092a83b37020f6d8ea64bedc5', '190.148.252.161', 1669945736, '__ci_last_regenerate|i:1669945735;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669945735;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb1fdcbaea22ea3af1f887c489292d49d5b3ea3', '54.227.32.154', 1651803490, '__ci_last_regenerate|i:1651803490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb6653d7fca1591aa07517268ea1de75540f4b1', '51.222.253.8', 1679280381, '__ci_last_regenerate|i:1679280381;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 ('7eb6c0ee14e9688c12e2cfd6d177fc714320bd5b', '157.55.39.123', 1666533187, '__ci_last_regenerate|i:1666533186;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb7e2025e2b41c2b83aded3de2fbd8a1e9c314a', '128.90.117.196', 1676091627, '__ci_last_regenerate|i:1676091627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb982370f78eb0fb0b54d55576b7af896e14801', '40.77.167.43', 1659362654, '__ci_last_regenerate|i:1659362654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eba8743e9e037be4c4e19b1accb0df55e19cba2', '114.119.128.39', 1688486362, '__ci_last_regenerate|i:1688486362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ebca74ab2156b2ccea2e88acd7c96df23e49475', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ebe153244e876496fe85048f8793e16f3efeb2a', '40.77.167.166', 1676129425, '__ci_last_regenerate|i:1676129425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec21f370045e4f018386f69fe635c18ef8fb1dd', '103.225.203.237', 1669317356, '__ci_last_regenerate|i:1669317356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec3bac60a6423a615e7a612c209ed8576ffcaf5', '54.185.126.169', 1671629225, '__ci_last_regenerate|i:1671629225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec7496b8b1ec44e13f2a62431d43e16b250c01d', '54.36.149.46', 1655007771, '__ci_last_regenerate|i:1655007771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec791637b347c606748db9aeb7f8231598a79f7', '190.148.157.177', 1682179195, '__ci_last_regenerate|i:1682179195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682179190;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ec9900261560c6907d971de338fd67eb44a6d37', '52.167.144.171', 1685758200, '__ci_last_regenerate|i:1685758200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eca39bc023d816a7d7d2fe95ec8d09b47439eef', '190.148.87.182', 1679588343, '__ci_last_regenerate|i:1679588343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679587449;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ecbd4cccf1d1181089ef740523290289fbba17a', '194.127.179.72', 1650965472, '__ci_last_regenerate|i:1650965468;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 ('7ecde52e5705d8362481ff379e0d23362a41af24', '114.119.128.59', 1686117159, '__ci_last_regenerate|i:1686117159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ecf934797ddc3638a59650d00dda398724ab8d3', '200.119.172.60', 1674830967, '__ci_last_regenerate|i:1674830967;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674830302;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ecfc60fc31b1f96e933ce81e3d78c49cb1ea9bb', '200.119.169.44', 1663774255, '__ci_last_regenerate|i:1663774255;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed19e783a7f4474af048e42f6875e771b8380d9', '51.222.253.17', 1665120355, '__ci_last_regenerate|i:1665120355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed1c2ded2187e03698ad29ac9c56527289d9efd', '185.183.122.143', 1655112136, '__ci_last_regenerate|i:1655112136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed23156bb1eea7c8c088512afeffd2b84d25bb7', '207.46.13.113', 1675757724, '__ci_last_regenerate|i:1675757724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed2e751cf2a70fec2d7f6f6dc3333be31ec46b8', '54.36.148.240', 1680202453, '__ci_last_regenerate|i:1680202453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed5eafd605e58dabbb86a7320ccc341a6a35b61', '207.46.13.10', 1672569995, '__ci_last_regenerate|i:1672569995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed6a433d0a33b9bf287c09a95ba8f65efe279db', '190.56.173.251', 1651958147, '__ci_last_regenerate|i:1651958147;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('7ed76f37ec3bc9ec9f8300770bb24aed3557447d', '207.46.13.51', 1662763525, '__ci_last_regenerate|i:1662763525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed89d197b6accdaa0fa4414c61e6102c841136e', '157.55.39.200', 1666684928, '__ci_last_regenerate|i:1666684928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ed8fc88dba314e48137b4dcd80b3839d05f3a72', '190.148.252.197', 1665618079, '__ci_last_regenerate|i:1665618079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665617491;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7edba440f26cdeaf431d75768691337c5283ed94', '51.222.253.14', 1687101056, '__ci_last_regenerate|i:1687101056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7edc4d5c8d56b67dcc94be05f7bd449e391552b8', '114.119.142.93', 1687326400, '__ci_last_regenerate|i:1687326400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7edccc58b66c23bcf724404e2691e47701756e9a', '54.36.148.174', 1685455389, '__ci_last_regenerate|i:1685455389;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 ('7edcd612fc08dd543a2d80fad6db837d8374d629', '190.56.32.32', 1686175649, '__ci_last_regenerate|i:1686175649;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686175633;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7edd6836661a48d366422e21e161e848125ef779', '157.55.39.217', 1683578911, '__ci_last_regenerate|i:1683578911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ede5c519c370360c90712439341d0339deca3bd', '54.185.206.58', 1681519472, '__ci_last_regenerate|i:1681519472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee0462717764b75f19bd9926cdb24b43298465e', '190.56.32.174', 1676940172, '__ci_last_regenerate|i:1676940172;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676940113;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee1266fa212aace118ffc10d456bfdd7e31eba7', '190.148.252.195', 1653960117, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653960117;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653934105\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653960112;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee22401c09f3252381580c2fea17030f26f0036', '65.21.206.43', 1671716568, '__ci_last_regenerate|i:1671716567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee3558547f1e4d038a6409e2a75f93c6aa4acdc', '207.46.13.217', 1684083232, '__ci_last_regenerate|i:1684083232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee3ad39638927f13ae9dab38e6df32000f1fc68', '157.55.39.54', 1658544503, '__ci_last_regenerate|i:1658544503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee52fc72f2a6b089490dd89aa00768d3e94a067', '51.222.253.15', 1670569764, '__ci_last_regenerate|i:1670569764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee7093b0c6c296794d4e9c291f53c32eaf9fdcf', '157.55.39.253', 1682856440, '__ci_last_regenerate|i:1682856440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee8a74759d7bb4ccdef075dbbf031dfab99b2c6', '34.221.213.69', 1660050932, '__ci_last_regenerate|i:1660050932;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 ('7ee8b32c29d89e0a03680e97f8fbb7e5dbacb193', '114.119.128.26', 1683201678, '__ci_last_regenerate|i:1683201678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee8fd43157d61101874857a7b4a8d2ae8d53cbf', '52.167.144.98', 1684595960, '__ci_last_regenerate|i:1684595960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee908cb7c41244c632db18565895754dd70066d', '190.148.87.182', 1679750580, '__ci_last_regenerate|i:1679750580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679750578;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee9d7717563e556c4e1b86085eecc0738188b91', '157.55.39.51', 1668394731, '__ci_last_regenerate|i:1668394731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eea08114cdaff7a7f3e7ee0ee75ad6ea563c4bd', '17.121.115.164', 1652190537, '__ci_last_regenerate|i:1652190537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eeb24cba7728940c220a163a2dcefc8fc34fb53', '51.222.253.15', 1681428954, '__ci_last_regenerate|i:1681428954;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 ('7eebd22544697faa4de22424a626ccc3c85779a0', '157.55.39.231', 1672445914, '__ci_last_regenerate|i:1672445914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eec1dc9e5feed64a403162baf1abac6c47f2c20', '190.56.32.170', 1651100058, '__ci_last_regenerate|i:1651100053;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651084539\";last_ip|s:15:\"190.104.119.148\";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 ('7eec66cf5f5591b20bbcf6ad2b7b2de359ec8096', '40.77.167.49', 1664350180, '__ci_last_regenerate|i:1664350180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eecfaa11d75c9aae40f2530a7c59dae338155c8', '114.119.133.201', 1687962752, '__ci_last_regenerate|i:1687962752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef00cd1ab4475b086e47656c778b644dbfd444b', '200.119.171.24', 1665923962, '__ci_last_regenerate|i:1665923858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665923962;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef02060ad827f0935c948752cf8252f41987173', '40.77.167.13', 1672157211, '__ci_last_regenerate|i:1672157211;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef4a3a7577e8c6034696624d37cd798112f3af5', '190.56.32.243', 1684758490, '__ci_last_regenerate|i:1684758490;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684758485;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef518a3c8e0b53eec775e5f840f58edeec20180', '51.222.253.20', 1679700833, '__ci_last_regenerate|i:1679700833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef625b64e05c0eff8deef6cfb32dfdf86ceb0ed', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef738e3e4bcb5e8b62f2f5a326352f42e50461f', '114.119.153.11', 1683677442, '__ci_last_regenerate|i:1683677442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef9ed34ceee8077a97b5183d050c08e2b544ff7', '207.46.13.130', 1660220833, '__ci_last_regenerate|i:1660220833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7efa3ff0372f3c568a46c8d9beadd79d521b5eda', '5.188.62.26', 1656355181, '__ci_last_regenerate|i:1656355177;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7efbf00df3339805870ae76e22f0044c15d7c105', '114.119.155.42', 1687625385, '__ci_last_regenerate|i:1687625385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7efc582956e9863d14e4b32ccdc1cddadd43c57c', '17.241.75.24', 1688582881, '__ci_last_regenerate|i:1688582881;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 ('7efe85ccaf0066b586826ee211e3ca8a1c8d7e3a', '54.37.233.116', 1650851719, '__ci_last_regenerate|i:1650851719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f01235632e07a204f5469defccd52687be7d746', '40.77.167.123', 1683529861, '__ci_last_regenerate|i:1683529860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0294ad5f78c1a21b6df309996498562b40da4d', '52.167.144.89', 1679644163, '__ci_last_regenerate|i:1679644163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f03ea492d83a8c2fa5060baf5fb63c08bba307d', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f03ed2cddf9813836c7e121aad2df25db998465', '200.119.174.9', 1674403025, '__ci_last_regenerate|i:1674403025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674402998;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0611d04be2b84b7e1667d5312bc007ad145b38', '54.36.148.102', 1663946543, '__ci_last_regenerate|i:1663946543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f070496281b62d3f9e079d580ef4f55ad148fa5', '190.148.87.182', 1679607343, '__ci_last_regenerate|i:1679607343;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679607220;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f071a279121b578611430121d7ccd2dfd833740', '207.46.13.234', 1658996238, '__ci_last_regenerate|i:1658996238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f085de67994d1049226c940bae21a36ee3eee65', '207.46.13.217', 1684278050, '__ci_last_regenerate|i:1684278050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0954f50511d345bd7de43881847b2591be39e2', '207.46.13.41', 1671129213, '__ci_last_regenerate|i:1671129213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0b084ecdf6e366afa06d4e3a3ece0c7bc6e567', '185.27.99.123', 1675158328, '__ci_last_regenerate|i:1675158328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0b7b26413074b5fd80fa2e98eaf04a7973a498', '40.77.167.63', 1672157233, '__ci_last_regenerate|i:1672157233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0bc4603f2e3522782d4fc7be7409343f6c4e0d', '159.65.251.23', 1662796917, '__ci_last_regenerate|i:1662796917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0bcd5055d8f870f6851c4501e59d038aa07c14', '54.184.190.211', 1654780283, '__ci_last_regenerate|i:1654780283;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 ('7f0d1d7c9b82389502def16039f9cfea2c1dd222', '190.148.252.96', 1673297259, '__ci_last_regenerate|i:1673297259;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673041728\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"TX5zA6oRcNs17YUG9HDQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0d430570727a991a76f64e23252f5e95dcf70f', '190.56.32.162', 1659548519, '__ci_last_regenerate|i:1659548519;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659547944;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0e10e1e130c2317cc3a63d2060870d08973625', '190.148.252.161', 1670002955, '__ci_last_regenerate|i:1670002955;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669907507\";last_ip|s:15:\"190.148.252.161\";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:1670001645;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f0e1851593462fbda18a5055a67e932c03dd463', '69.160.160.58', 1680641186, '__ci_last_regenerate|i:1680641186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f11d2665cefaacf22f04e108d438253a4c33b9d', '114.119.140.175', 1687316902, '__ci_last_regenerate|i:1687316902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1293579427854bce63621a40b5ce92a3b230ec', '190.56.32.35', 1671652972, '__ci_last_regenerate|i:1671652972;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671652960;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f15510521094b9b36a008007b4e22b750a66eb8', '200.119.170.168', 1670539394, '__ci_last_regenerate|i:1670539394;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670539390;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f168141f3413763f50aa1217074ebe0ce62d285', '190.56.50.253', 1682537381, '__ci_last_regenerate|i:1682537381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682537132;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f17e8cba1b01e56de2e0fdb455ecef0f7805662', '40.77.167.227', 1682483410, '__ci_last_regenerate|i:1682483410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f18483d10db4be0abe7ca616cda6eb323b7d600', '45.88.97.214', 1660986544, '__ci_last_regenerate|i:1660986543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1aa488e819e5ad13c9ba6432089f7f5a9e1a96', '52.167.144.120', 1688067639, '__ci_last_regenerate|i:1688067639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1c4b9962b264fb04d62a38e06ee05cc6eb0794', '157.55.39.164', 1654423456, '__ci_last_regenerate|i:1654423445;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1c78881dc5b1474e7316d140346c2e50b03bb0', '52.167.144.31', 1681467388, '__ci_last_regenerate|i:1681467388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1eb6764d888a7913f461104b31f4a6250aa862', '190.56.54.156', 1665427719, '__ci_last_regenerate|i:1665427719;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665422218\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"BKe03Hf2q5Z9oIpzXM7J\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1f7d0dc2c75bdc508222d749ad5ba83053f2ae', '157.55.39.80', 1670168311, '__ci_last_regenerate|i:1670168311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f1fa36a3ec85be48125618d10dfa84b011d6c83', '200.119.173.107', 1686861462, '__ci_last_regenerate|i:1686861462;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686861447;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f203b5c4bbf3f9934085ebf46c02c0bb9b03acd', '190.148.87.248', 1660832593, '__ci_last_regenerate|i:1660832593;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660832588;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f20b468d29651c9312fe3df0aad93ee683868c6', '190.148.252.88', 1670805031, '__ci_last_regenerate|i:1670805031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670804869;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f20f9a3133a165fa4fac6ea1f6b8a958e6d4cb8', '200.119.168.250', 1681162074, '__ci_last_regenerate|i:1681162074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681162063;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2181df8c5a6a316d2d84034d64151280c3dd31', '52.167.144.82', 1687302622, '__ci_last_regenerate|i:1687302622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f25dc50ae10657ef5e75a9859c543714033996a', '190.148.158.151', 1677462979, '__ci_last_regenerate|i:1677462932;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677462979;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f27955a7047ed8065d85a05e3fce803b26997d8', '54.36.148.240', 1683236811, '__ci_last_regenerate|i:1683236811;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 ('7f283876ed6dd975aa42d5ed00999977f14b23a6', '40.77.167.64', 1674590338, '__ci_last_regenerate|i:1674590338;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2869aefb5aa487c786fa5515b75621ac05a973', '40.77.167.91', 1686912152, '__ci_last_regenerate|i:1686912152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f28cbfc5ce6a6f74872d137a97a9a0a0bab41a5', '114.119.136.134', 1686216270, '__ci_last_regenerate|i:1686216269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f28f35aa8e5ac6e15e4b7fde6c23a59a3111f1a', '40.77.167.63', 1672246872, '__ci_last_regenerate|i:1672246872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f290d112a1ce67b391fac5020898966e0eea762', '200.119.174.139', 1660166532, '__ci_last_regenerate|i:1660166532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f295ce0c21929b2c9c18e5cf65902116241d37d', '190.56.55.113', 1673452558, '__ci_last_regenerate|i:1673452558;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673295116\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"9yVGhFIbQ82BJzfk743Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f29b16bccdd0de07e25b0a2a61fece35a023639', '207.46.13.211', 1679439758, '__ci_last_regenerate|i:1679439758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2b4e991608dfd2214cc071c075c78cf296be12', '114.119.141.67', 1685658813, '__ci_last_regenerate|i:1685658813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2b7878fd1b79f7e9da88929d377e8a1052f002', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2c0e14dffc5b71d06b7cb12e10a30f8e18f303', '200.119.172.60', 1674924739, '__ci_last_regenerate|i:1674924739;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674924700;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2c5b290ee4e7d9c67146a450179f6b8ec717c0', '52.167.144.164', 1685483858, '__ci_last_regenerate|i:1685483858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2d028d9c66082227827bccbb70fc1964ae3065', '40.77.167.107', 1687203712, '__ci_last_regenerate|i:1687203712;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2d70810038e6ae3449a853da15facdca04ce23', '190.56.50.253', 1682465397, '__ci_last_regenerate|i:1682465397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682464744;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f2e7ffd4bff0410a2a9cd7ebbb6a9a3c826cfe1', '114.119.146.251', 1686048419, '__ci_last_regenerate|i:1686048419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f3037d54b689fbcecf5576ebd4b9dd0227493c2', '190.56.55.48', 1687275486, '__ci_last_regenerate|i:1687275486;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687275484;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f303d569b31e611a06cdccd13a53ca5a308f245', '52.167.144.162', 1686148169, '__ci_last_regenerate|i:1686148169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f31a32ba9cba6081c863d85ee3dbb47d41e8acd', '190.56.50.253', 1682521693, '__ci_last_regenerate|i:1682521693;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"bNmw5HD1UQ9nalIxTO0q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f31dc57682ffc9dd9d3a5e7809484d7deff1101', '52.167.144.162', 1681775081, '__ci_last_regenerate|i:1681775081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f32de480f5b3602413b694318d593f03fbf5030', '51.222.253.9', 1659730671, '__ci_last_regenerate|i:1659730671;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 ('7f330586667394caab559cada447c6a7234fd0a3', '52.167.144.162', 1682334073, '__ci_last_regenerate|i:1682334073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f34ce82e142aba774f339059ad5042953edf065', '52.167.144.171', 1684752395, '__ci_last_regenerate|i:1684752395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f356e037eace022c0fb466df8fef7e0f49d390e', '190.56.50.15', 1667241374, '__ci_last_regenerate|i:1667241374;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667241286;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f3816f86fe1077338c0dd87e45723bc1969ebd7', '66.249.74.102', 1686329822, '__ci_last_regenerate|i:1686329822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f38d9a8e755e402d3a76db2ef73a5abaf42f450', '190.56.50.6', 1667660695, '__ci_last_regenerate|i:1667660695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667660640;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f392f822031eceda19d79a983afadad31dbfd7e', '157.55.39.80', 1670600550, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f39c67fa9179044048dc67e3c64e53237db3e04', '114.119.133.67', 1683504137, '__ci_last_regenerate|i:1683504137;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 ('7f3dca5df42343c6758152dc3db8adccedc3eb3f', '5.188.62.76', 1656393738, '__ci_last_regenerate|i:1656393735;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f3e0cbfd29e928cc20ba30ad5f8a876685ae616', '66.249.74.105', 1682588721, '__ci_last_regenerate|i:1682588721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f3ef4967a51237a2be92cd8ace2c942ce7b64d9', '200.119.174.183', 1662383569, '__ci_last_regenerate|i:1662383550;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662382530\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662383557;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f3f274484960edfdb19be0df491ba28b1ec0fb2', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f40374309f328668fd2021bd4fcce560f8455a2', '93.186.120.193', 1678471974, '__ci_last_regenerate|i:1678471974;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f42a8ff1b25023d1e9c88100cf2fb1da51c4193', '40.77.167.43', 1654066094, '__ci_last_regenerate|i:1654066083;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f433f344421b06498a5a64db7eada7b4e22e9be', '94.142.141.236', 1666676246, '__ci_last_regenerate|i:1666676245;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4444294af46aac9cbbaeaa5edcdbf2903cf0cb', '190.148.252.151', 1671453020, '__ci_last_regenerate|i:1671453020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671452984;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f46f842155f6656d353dcec5a394fcbecdbf960', '114.119.147.110', 1687616538, '__ci_last_regenerate|i:1687616538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f479100068c1da0e3768a51b172e53006ae029e', '195.179.237.206', 1666636833, '__ci_last_regenerate|i:1666636833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f487f5024bf44c6f083a3da379fbdd1662214f0', '190.56.50.6', 1667654612, '__ci_last_regenerate|i:1667654612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667654496;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4a62cb84cd90c564aabf88dd3db5f55f9a44b5', '190.148.252.96', 1672960109, '__ci_last_regenerate|i:1672960109;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672951621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4b4b4b6b2a44721c49581fd2ebe9fb740e1efe', '190.148.157.98', 1678927234, '__ci_last_regenerate|i:1678927234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678927230;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4b65a83b086e84095025c4b531220deba71489', '52.167.144.154', 1688004831, '__ci_last_regenerate|i:1688004831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4c63c6e6f56b9190098647e50a13ff3453408d', '52.167.144.164', 1685999841, '__ci_last_regenerate|i:1685999841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4c92c85beb0cfaee2be20ec9cddfe20db518cf', '114.119.153.7', 1688227904, '__ci_last_regenerate|i:1688227903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4e310d6e740e86f678e46a3f8ddbb7f646a42f', '114.119.157.166', 1685133459, '__ci_last_regenerate|i:1685133459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4e8cdb717fbc0246a33951c2e91b1bc8f3abdf', '200.119.173.130', 1675880801, '__ci_last_regenerate|i:1675880801;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675880795;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f4f56bc430ed0913661bd71965960ee23bb08ba', '61.78.85.122', 1651949425, '__ci_last_regenerate|i:1651949425;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 ('7f4fdee5289d62befe2a92bf1fe92ad814b8e565', '51.222.253.2', 1675361413, '__ci_last_regenerate|i:1675361413;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 ('7f526b8cf179267b6e5bba92548fafa26818cd26', '52.167.144.70', 1688180760, '__ci_last_regenerate|i:1688180760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f536fa4f50845dcb1c634fcfe2f84220cc8dccd', '20.83.215.68', 1653516489, '__ci_last_regenerate|i:1653516487;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 ('7f53fdfe382dd82e409ff1ff71781e814d8c31bf', '52.167.144.95', 1680616777, '__ci_last_regenerate|i:1680616777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f55fd5eaee405ed538c9ef3a46e2987dda32644', '52.167.144.74', 1688219891, '__ci_last_regenerate|i:1688219891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5652e31eb24b061834977083db4fd0a01129a9', '190.56.50.253', 1682725566, '__ci_last_regenerate|i:1682725566;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"7Mst1TExFOd84o3ymIVX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f56e81c795715a6f488e2bd58ad606b0f73ecee', '157.55.39.69', 1671972147, '__ci_last_regenerate|i:1671972147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f57bd2fe9465ad1be446b06ad60e2d725d572f6', '190.148.157.173', 1652375799, '__ci_last_regenerate|i:1652375799;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652375258;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f586ef0593fb5702cbeb249d165c61ca72c8187', '200.119.170.217', 1656379813, '__ci_last_regenerate|i:1656379813;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656339743\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656379655;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f596d20f2ca805afe4613d9c7832a1e123a5fc7', '190.148.157.80', 1669331545, '__ci_last_regenerate|i:1669331545;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669331534;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5a6eadba45a8a3b1e4962ba097da45ba3c7f5e', '190.56.173.251', 1651935194, '__ci_last_regenerate|i:1651935194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5da9126661c33da82e5255db7cf76bce836812', '207.46.13.41', 1664732815, '__ci_last_regenerate|i:1664732815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5dc65a47f1afa2eb5f8798d300fdab88ee93d1', '54.36.148.200', 1664130773, '__ci_last_regenerate|i:1664130773;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 ('7f5e2d219ff0e130543c85f21a260cebf74d0b23', '74.125.215.47', 1651539696, '__ci_last_regenerate|i:1651539696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f5f0a61f2b93c638fc74bc779f12077b065e270', '52.167.144.74', 1687962033, '__ci_last_regenerate|i:1687962033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f60d8cc3f9305cdd88137011f9d73ae82994cbe', '157.55.39.253', 1682598726, '__ci_last_regenerate|i:1682598726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f624bdbdee344ace4b1c35dac34f2cb83920dd8', '51.222.253.6', 1677593241, '__ci_last_regenerate|i:1677593241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f6316363b31f97d7edeb1e7c569707003eb54e1', '51.222.253.12', 1668518454, '__ci_last_regenerate|i:1668518454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f651dea05b9a99306fb5f37dd0a550179f5b8de', '185.65.135.152', 1682947129, '__ci_last_regenerate|i:1682947129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f6826efbef7196790468654c379b6840a689742', '52.167.144.25', 1687246855, '__ci_last_regenerate|i:1687246855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f69bafe162067163ba3b09c50d87dd279083123', '157.55.39.147', 1671972156, '__ci_last_regenerate|i:1671972156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f6a61ee46613e8784bbe426fc22abf203d8d7af', '52.167.144.98', 1686003810, '__ci_last_regenerate|i:1686003810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f6e774728485b4732ed814bc9259c30b0559ed0', '114.119.153.122', 1687514215, '__ci_last_regenerate|i:1687514215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f6ef9504a3eabfe4ccf39799791e2f3c43f071c', '66.102.8.86', 1657078176, '__ci_last_regenerate|i:1657078176;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7f6f00a3ba62b22c9f18aa14b0f2f57acb1fbe05', '114.119.129.199', 1687970416, '__ci_last_regenerate|i:1687970416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f715bb6c344293fc1a33eb9b1a253f1270c813e', '114.119.153.186', 1688285226, '__ci_last_regenerate|i:1688285226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f719175709098f8faea8e226dd1e42d5e886d3d', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f7331a3e7bd2e804fe327c681acfa971f7f0021', '52.167.144.108', 1680202103, '__ci_last_regenerate|i:1680202103;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f742327715629af039799d81e77a06c602d1573', '51.222.253.8', 1669851687, '__ci_last_regenerate|i:1669851687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f74a993c285be59e495e748ba90004a11535bfa', '190.148.252.236', 1656013397, '__ci_last_regenerate|i:1656013397;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655995345\";last_ip|s:14:\"190.148.87.246\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656010237;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f74da67d3b395c63aff8b0d0d7abe07d0fc0024', '200.119.173.177', 1685385022, '__ci_last_regenerate|i:1685385022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685385000;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f74e745b4417399dc725ef593fd554fb527af79', '144.76.68.17', 1683715103, '__ci_last_regenerate|i:1683715103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f79b9a703cb3f4601090f805d5e02a7433230b2', '190.56.173.213', 1683295119, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683295119;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683293636;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f7ba45f44c7c4b753056377fbcc036713b716de', '17.121.115.230', 1655040706, '__ci_last_regenerate|i:1655040706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f7bd75bf9bb9e5277319451ee59f824276cb760', '190.56.49.237', 1665866249, '__ci_last_regenerate|i:1665866249;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665863964;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f7cc07feab8052aca5a14ec3f3a38b1532c187e', '66.102.8.5', 1653967982, '__ci_last_regenerate|i:1653967982;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('7f7dc8a0ff0ca4f1528b35113320f2bee07d1113', '207.46.13.142', 1665218930, '__ci_last_regenerate|i:1665218930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f7dde16a830ab390d2826612497827c9f14d1ce', '52.167.144.162', 1682752419, '__ci_last_regenerate|i:1682752419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f7eca455b94b2cd3c824a3ce7c24f9ed664b1e0', '190.148.157.80', 1669464568, '__ci_last_regenerate|i:1669464568;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669462305;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f806074a32810183d67430b1d6558fd3776f903', '52.167.144.76', 1682224003, '__ci_last_regenerate|i:1682224003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f822c8d09ce53e401e5feade819190053065d0f', '207.46.13.210', 1686934729, '__ci_last_regenerate|i:1686934728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f82f28f9a4fc8017bc1ece2f1385d0bf247e1a0', '135.181.62.220', 1656114122, '__ci_last_regenerate|i:1656114122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8434552dfde81da77763a0e031bc562be38bb1', '114.119.154.124', 1686967591, '__ci_last_regenerate|i:1686967591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f858c452837ac076e3e421bfd713839a7a83cf8', '40.77.167.175', 1680106903, '__ci_last_regenerate|i:1680106903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f868123186e8800d1485c39656a338caab6e1e8', '114.119.132.59', 1687320113, '__ci_last_regenerate|i:1687320113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f86b0dceb4b6b731dd804e190b2889a6de8b69e', '190.56.49.237', 1665771056, '__ci_last_regenerate|i:1665771056;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665771025;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8743a305bbc143d6b439ae6167f33fe453fb92', '114.119.153.191', 1688099102, '__ci_last_regenerate|i:1688099102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f89f81a49d9c16c59dce1bdaa4aaf0b009174f1', '200.119.173.177', 1684972698, '__ci_last_regenerate|i:1684972698;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684972456;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8d43d174193e1aabf5a3f56985f8003244bc25', '190.148.158.175', 1672338301, '__ci_last_regenerate|i:1672338301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672338298;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8d91088ba8558606115bbec3d90e25775c9c36', '190.148.157.80', 1669244259, '__ci_last_regenerate|i:1669244259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8dbe5984d64c0ee8fbdd6950d1e40fe65a4925', '51.222.253.1', 1653315870, '__ci_last_regenerate|i:1653315870;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f91058cbb27f39696e0cd2d1028f534806ae94f', '190.148.252.151', 1671323524, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671323524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671323423;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f91d415aaf04e2135cd63e3c9b1bb3cc9572edf', '52.167.144.74', 1688311818, '__ci_last_regenerate|i:1688311818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f921ec5818731af7ac5537e7064d555bd30833a', '52.167.144.162', 1686152847, '__ci_last_regenerate|i:1686152847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f925e601086c1250d295d4cb7b9242945f88bec', '54.36.148.6', 1668908867, '__ci_last_regenerate|i:1668908867;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 ('7f93055e08a12af70c785ded897b6ffcb3f9c75e', '111.7.100.24', 1650976204, '__ci_last_regenerate|i:1650976204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f93c2563f233aa5c6c30ee6b276c288d9520720', '51.195.90.229', 1650840543, '__ci_last_regenerate|i:1650840543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f94f45395406f10b284805b0ac55279f710904e', '40.77.167.28', 1660797303, '__ci_last_regenerate|i:1660797292;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f96c01c87d03618cac0b847908367da7b1e9d26', '146.59.157.229', 1650750927, '__ci_last_regenerate|i:1650750927;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 ('7f9a0538484b450ddf849426f05d1421982f122f', '54.37.204.35', 1685701317, '__ci_last_regenerate|i:1685701317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f9cb4650ef2dbf4fa4af5a720b0bc3ccef77b04', '40.77.167.170', 1676354205, '__ci_last_regenerate|i:1676354205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f9ea0472057145f5ce8f3338e68c8de3ab9c6c3', '52.167.144.162', 1686408053, '__ci_last_regenerate|i:1686408053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa17efdaa11614ed309ff1c8936cb109a6e540c', '157.55.39.51', 1669432862, '__ci_last_regenerate|i:1669432862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa2b5fa1e753b7673466c35bd24338f6fb635dc', '207.46.13.207', 1678365667, '__ci_last_regenerate|i:1678365667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa373831a7ece7300a498e15333605a0b58015c', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa475f2850abed156dfc589abea1ef351381efd', '54.36.148.214', 1654141521, '__ci_last_regenerate|i:1654141521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa4bf87e2aeeec0392bef88ec67d7a8f8e492fb', '82.80.249.158', 1668921135, '__ci_last_regenerate|i:1668921135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa5d740d1b7447ba469b826f697d520a2e17efd', '35.93.120.11', 1672838658, '__ci_last_regenerate|i:1672838658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa6324162f0abe198d9b11a9b9be03af2c67ba3', '40.77.167.146', 1687764672, '__ci_last_regenerate|i:1687764672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa63b7d92587410fd021ade0b87f8fa487794ae', '190.56.50.120', 1661823938, '__ci_last_regenerate|i:1661823938;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661821384\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661822812;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa673d73643a8d669a937d02fae0a52ca9f3bc8', '157.55.39.69', 1672390056, '__ci_last_regenerate|i:1672390056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa6f6bab2d5aff0d2ccc11c0e352e9d78606c58', '190.56.173.251', 1651938677, '__ci_last_regenerate|i:1651938677;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('7faa47b2c3b0549a261625fd137a96e76116c8d8', '190.148.157.98', 1679073609, '__ci_last_regenerate|i:1679073609;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679073523;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7faa7d8f4f38f5de5c6165302faccafecd2cfbdc', '207.46.13.207', 1678292822, '__ci_last_regenerate|i:1678292822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fadb7bcea073eabcb81aa21677eff00d09308d2', '114.119.165.200', 1686833739, '__ci_last_regenerate|i:1686833739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fae2f9cdef61dd1d9cfb54aafcaac6ee72fa114', '93.158.90.169', 1676649804, '__ci_last_regenerate|i:1676649804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7faed828d73b1f1a7d7d8294061eea366c23ca15', '52.167.144.162', 1686573916, '__ci_last_regenerate|i:1686573916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7faf2cbb4d1dea2ceba13b649e44243a88952515', '114.119.139.53', 1686548746, '__ci_last_regenerate|i:1686548746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb0407530defe13535fdaacb054bcb516762d98', '190.148.252.151', 1671038576, '__ci_last_regenerate|i:1671038576;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670857939\";last_ip|s:14:\"190.148.252.88\";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 ('7fb0f7ddae86b2418cbd085a99178fe7d7472990', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb376f9b20f16cf92829eb4be81f6559317a43d', '44.193.196.64', 1650669636, '__ci_last_regenerate|i:1650669636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb3ea284eb9dc10cabc4b6aef32054a4162a74f', '54.213.182.173', 1686959448, '__ci_last_regenerate|i:1686959448;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 ('7fb5bc05a6a7a4dfbbe3d102555f8a4f3477d8cf', '3.17.148.246', 1687183266, '__ci_last_regenerate|i:1687183266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb6adb439ab86754b40f6edad897b466ab96a04', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb6bb4b25cb89ca68875735867b26dab118bce1', '51.222.253.2', 1685868384, '__ci_last_regenerate|i:1685868384;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 ('7fbbd72b0f002311a82017b81f1acec77e4a35dd', '157.55.39.253', 1682113091, '__ci_last_regenerate|i:1682113091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fbc513c91dff49948aae8604ae349f17edf65de', '40.77.167.43', 1659096664, '__ci_last_regenerate|i:1659096664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fbdea036d46e98d6b5cf563a6f1428d4708418c', '114.119.141.168', 1685806806, '__ci_last_regenerate|i:1685806806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fbe089c083431df6e2a1810abb91bf2be2aa59f', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360538;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fbe0a3cde0754a1a52e2b8b8656b72b6eacbe0a', '52.167.144.171', 1684494694, '__ci_last_regenerate|i:1684494694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc05dc2ac6071534e88034106be61ed64d02ec2', '190.148.252.96', 1673306820, '__ci_last_regenerate|i:1673306820;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673306806;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc0e560aebc45f1b0619e9bc8031a595e248d8f', '200.119.174.9', 1674421617, '__ci_last_regenerate|i:1674421617;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674421144;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc1abbb1fe18f87a5745b1e1083bd749b8cda0f', '54.36.149.27', 1669155231, '__ci_last_regenerate|i:1669155231;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 ('7fc21af60a88eff19de71b69a090462478e16d79', '142.93.201.0', 1654711816, '__ci_last_regenerate|i:1654711814;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc49d824d1380d9b98e5aa08ed6b933da122e97', '190.148.157.80', 1669576689, '__ci_last_regenerate|i:1669576689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669575821;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc4b359ab20c5c3e2eefca3f1a81f7007cb047b', '149.57.16.7', 1653807030, '__ci_last_regenerate|i:1653807030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc56e0d13f0aeec492bbfc10d19c8ad9352223c', '190.56.32.32', 1686057948, '__ci_last_regenerate|i:1686057948;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686057580;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc58229d941eabff6095782011df4b972f7f3c7', '52.167.144.24', 1687478739, '__ci_last_regenerate|i:1687478739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fc5bd01ad075e9374e0771b4575df289a6e12e1', '66.249.79.199', 1678685932, '__ci_last_regenerate|i:1678685932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fca2b17db1c4e15ae521d052ecd3ffc8329c895', '52.167.144.162', 1681653979, '__ci_last_regenerate|i:1681653978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fcb469b8b7f5552a18aa4788f02ab9971fab0a4', '34.217.28.221', 1652708235, '__ci_last_regenerate|i:1652708235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fccd74cbb8dc9d0da887c2b136f7472d42e768c', '190.148.157.214', 1669742321, '__ci_last_regenerate|i:1669742321;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669741774;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fce2a100bd1a2eb70e924f676f69eb6565a3c91', '190.56.173.175', 1653252256, '__ci_last_regenerate|i:1653252256;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653137016\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653251461;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fce50b53a8fc1995c83e5491b38f308d5fd3a63', '66.249.74.101', 1686408872, '__ci_last_regenerate|i:1686408872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd0da9930d46b8672be7553159cd494b244f3c0', '5.188.62.140', 1653254037, '__ci_last_regenerate|i:1653254037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd306f4e4f099f6306abb505e769b5fec01a71f', '200.119.173.130', 1675984860, '__ci_last_regenerate|i:1675984860;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675984846;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd3d16432ecccb3fadad3312cd3f622d424817f', '40.77.167.49', 1665135840, '__ci_last_regenerate|i:1665135840;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd4ff6a5fdb5175015a725ec458c985c9278d4f', '157.55.39.216', 1676794775, '__ci_last_regenerate|i:1676794775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd60e5c8b9f30d1b02447b247f0fe06fd5cdfb9', '190.148.252.67', 1688485704, '__ci_last_regenerate|i:1688485704;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688485453;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd7e527b9c6d35095bd8535208e154d9d664c9e', '40.77.167.166', 1676804645, '__ci_last_regenerate|i:1676804645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fd86962bbda4651d9cf176a44c97a5aeee34ada', '190.148.252.96', 1673303511, '__ci_last_regenerate|i:1673303511;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673302949;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fda16c8bad5478116ad69e73d51c898527703d5', '190.148.252.96', 1672874346, '__ci_last_regenerate|i:1672862118;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672784211\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672874346;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fdc5522c2b3daf42b499b60146ef49c323e51c2', '190.148.158.23', 1687215617, '__ci_last_regenerate|i:1687215617;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687215526;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fdd23c2db8b3c837d1f77d20bd3342dedebea53', '52.167.144.164', 1685355239, '__ci_last_regenerate|i:1685355239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fdd33a01df8d4bc58aa804210a4be3a930c7794', '190.148.158.175', 1672594748, '__ci_last_regenerate|i:1672594748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672594739;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fde54a02d203df17aa56ffb301a14455df60714', '18.236.249.230', 1677157956, '__ci_last_regenerate|i:1677157956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fde5a043bb3c0eeb9ba4874b4cd4fa4a2f46a5d', '52.167.144.171', 1685619138, '__ci_last_regenerate|i:1685619138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fe215a60366a648b10086d553e29df671a70eb1', '52.167.144.61', 1688048561, '__ci_last_regenerate|i:1688048560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fe302edc5090563442aaf72f80a55b8918f7fd2', '54.36.148.119', 1680377479, '__ci_last_regenerate|i:1680377479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fe7733c0c89490524b2c28bbc7c1bdca13a3d7f', '74.208.2.130', 1672659929, '__ci_last_regenerate|i:1672659929;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fe872f4b6580613fd5e92caa3e73bf12d6c07da', '190.148.158.69', 1685735223, '__ci_last_regenerate|i:1685735223;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685734943;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fea65f291f422bf0df71f38cb2a89c3fe41703b', '52.167.144.73', 1679795869, '__ci_last_regenerate|i:1679795869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fecbfbc7a8b37f01685730dc781d48628af0530', '52.167.144.164', 1685824811, '__ci_last_regenerate|i:1685824811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fecfdef20f267c3aecccd2ac697a30bd961ddac', '130.255.166.151', 1655824105, '__ci_last_regenerate|i:1655824105;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 ('7fee9cc0cc93d4d401739dce273ee989e55e8d63', '40.77.167.133', 1683798248, '__ci_last_regenerate|i:1683798248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fef7a0ea4f4300200a0460a3d2e5dd5c43f2bee', '200.119.172.95', 1659548173, '__ci_last_regenerate|i:1659548173;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1657906606\";last_ip|s:14:\"190.148.252.57\";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 ('7feff35f19955b0fa58c191888514c09994212f1', '144.76.67.169', 1676799076, '__ci_last_regenerate|i:1676799076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff0cd9987c234480bf26988fc59aad983eb2c80', '190.148.252.102', 1681913188, '__ci_last_regenerate|i:1681913188;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681913184;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff145bfcd8d1c70d3021c87b6a217dfb5e7d4ac', '200.119.173.177', 1684970567, '__ci_last_regenerate|i:1684970567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684970567;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff16bf9ecd70986cc4a14010ffd95b0e72e0b62', '190.148.157.53', 1683831379, '__ci_last_regenerate|i:1683831379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683830217;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff3558db7381ba700010e3951046176e254630e', '207.46.13.229', 1683231954, '__ci_last_regenerate|i:1683231954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff5f3f1a5cd6413116185b93dd57920f705f6b3', '51.195.90.229', 1650840529, '__ci_last_regenerate|i:1650840529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff613a7e39dcc29bfa2e37511e95a29f10244c0', '51.222.253.7', 1657488887, '__ci_last_regenerate|i:1657488887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff74146f8c21c6d0a707b10e34da67a119fd997', '42.83.147.54', 1685491363, '__ci_last_regenerate|i:1685491363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ff8853c8fd004583675d14b01e6197c993ba4c8', '40.77.167.108', 1678242187, '__ci_last_regenerate|i:1678242187;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 ('7ff8b63e9412e85d693dc0407bd4412d82e28902', '18.246.21.99', 1686959437, '__ci_last_regenerate|i:1686959437;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 ('7ff970b74adbb1ae0a143ed3ca6ebb56285800d2', '51.222.253.13', 1662019602, '__ci_last_regenerate|i:1662019602;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 ('7ff99b75837b97a216cc111fc320b2f58e54edc6', '54.36.148.131', 1651374253, '__ci_last_regenerate|i:1651374253;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 ('7ffb935a76da95734862dbf72f6dd1963f1dc5a2', '35.91.142.229', 1684386943, '__ci_last_regenerate|i:1684386943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ffd79159ebe39cfe1d3d220f976de6d12365935', '200.119.173.107', 1686843146, '__ci_last_regenerate|i:1686843146;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686829206\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686842946;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fff1b123368d38891a204460b717189062409bc', '190.148.252.161', 1669923550, '__ci_last_regenerate|i:1669923550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669923513;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80005e07f339d37b23b29a521d5ce8ba3e7ac492', '40.77.167.134', 1680045712, '__ci_last_regenerate|i:1680045712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80007025a7f08ceda614e8a8fbbf7898183e3128', '114.119.140.60', 1686974220, '__ci_last_regenerate|i:1686974220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80010745ee784fef3a998d1651b26ee1e6406123', '207.46.13.12', 1675204205, '__ci_last_regenerate|i:1675204205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8001366541d228bf44423caa0e4f208cc99974f3', '51.222.253.15', 1676928544, '__ci_last_regenerate|i:1676928544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('800164a3db535ca168f89f32b261198ae355b48a', '200.119.172.60', 1674667100, '__ci_last_regenerate|i:1674667100;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674667064;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8003dd0cacfcd90f1354793b9d03ddc635957234', '200.119.170.129', 1658235595, '__ci_last_regenerate|i:1658235595;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658187685\";last_ip|s:12:\"190.56.50.13\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658235590;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8005dc5dc5f0693c64ba31c17663bbc46f62f9c1', '17.121.114.230', 1652145030, '__ci_last_regenerate|i:1652145030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8007ca37aa85839dc245841e7c2004bb9239a381', '190.148.87.6', 1668206384, '__ci_last_regenerate|i:1668206384;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"OMZ5l1jYo3ULGrJnctBq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8009450dd957d5b7274b079294b3f5ea74668be0', '157.55.39.173', 1670806022, '__ci_last_regenerate|i:1670806022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('800ce8c06dd903b29a558c71cf00b59034c71252', '52.167.144.164', 1686573145, '__ci_last_regenerate|i:1686573145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('800f26650c2bc1090af8a879e1504a165a0bf139', '200.119.174.9', 1674219472, '__ci_last_regenerate|i:1674219472;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674219331;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801584bc3695954bc6d5347c3ec46ae619e53843', '130.245.169.70', 1657360534, '__ci_last_regenerate|i:1657360533;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801631677f6438bc576c30d494ce34fe098d2855', '54.36.148.100', 1664661069, '__ci_last_regenerate|i:1664661069;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 ('8017a0ed8682850e3acdb337cb23d6a9a90ee474', '157.55.39.144', 1665958919, '__ci_last_regenerate|i:1665958919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8017c950e0b6352ce102a380cd743875f0b2ba57', '66.249.74.98', 1688125713, '__ci_last_regenerate|i:1688125713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8017de07655ca9994c93e95837096a427d1b3e18', '190.56.32.37', 1670504130, '__ci_last_regenerate|i:1670504130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670504121;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8019298cd3fa9fe3e7b025ceaf0942da6f277def', '52.167.144.171', 1684570388, '__ci_last_regenerate|i:1684570388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801baeb4e5b517e7570980233f6a03347329959d', '52.167.144.171', 1685240969, '__ci_last_regenerate|i:1685240969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801cd85799435cdb96157c971dd4a0e7510b2b5d', '54.36.148.217', 1685117209, '__ci_last_regenerate|i:1685117209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801d8679288b19776f0a6c06103df31354e25fa1', '114.119.132.163', 1686488312, '__ci_last_regenerate|i:1686488312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801fb9cdcbfe902546fcaa2944fce37189f0b381', '40.77.167.175', 1679990476, '__ci_last_regenerate|i:1679990476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80216dbe3447fc67607807d996922e35b8cbc60a', '207.46.13.206', 1681149745, '__ci_last_regenerate|i:1681149745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8025cdf7ec9b0e9c7847ad7ff6851fdca2ef99d5', '52.167.144.164', 1685466271, '__ci_last_regenerate|i:1685466271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802613cb21037e6899340befc7bd1fcab0b7646b', '190.56.54.77', 1666276542, '__ci_last_regenerate|i:1666276542;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666276540;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80283bf39a2c932d3b8a5bdb4b42998808ca019d', '190.56.32.162', 1659549264, '__ci_last_regenerate|i:1659549264;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659548519;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802a5ec8acc302a1fd25d6c5e31d9b9cd6d481d0', '200.119.173.96', 1687133601, '__ci_last_regenerate|i:1687133601;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687133599;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802ac794980f2f92ca6ee88a80d56345b2256ea0', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802c4b4069a2bb4bf5258cc7983fb6803db5a3df', '207.46.13.154', 1670202660, '__ci_last_regenerate|i:1670202660;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802ccf53747ced937b5c81b10cff458a2d3c6c6c', '17.121.113.190', 1652622307, '__ci_last_regenerate|i:1652622307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802d7c76d787611fef2a065395415bf2045fdfa8', '114.119.136.138', 1687679220, '__ci_last_regenerate|i:1687679220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802f2fcb42da300cdc464edd07c2ef365a37877d', '190.148.158.164', 1667353444, '__ci_last_regenerate|i:1667353444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667353391;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803030a235f13860effb858bd0162d6ce249d01a', '66.249.66.88', 1681871954, '__ci_last_regenerate|i:1681871953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80307e19a0d656e089051f23b9825f2a419f1ef5', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8033ab53cf4b4fc08dd04b8de53fce75affff9b8', '52.167.144.162', 1686118934, '__ci_last_regenerate|i:1686118934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803688c328a29ac511fb079c46483d8ad027240c', '17.121.113.5', 1659516773, '__ci_last_regenerate|i:1659516773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8036d788740d2c5a561f1902674e9f40320ac80d', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8037a289710adee0b1855e583982a9f69e5e8dbe', '200.119.174.187', 1667431780, '__ci_last_regenerate|i:1667431780;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667431769;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8037c2fb3c7b70fded3df4a9346de7119e2c7596', '40.77.167.79', 1653644618, '__ci_last_regenerate|i:1653644608;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803887d384eb9f552b861855e1e2a1b383cbfd69', '157.55.39.253', 1682079070, '__ci_last_regenerate|i:1682079070;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803a1762234b4d953c3cab853562f2b6ff359e16', '114.119.159.254', 1688520770, '__ci_last_regenerate|i:1688520769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803bcca9e886e7f2c3f775654f43dea1312b06ba', '200.119.170.143', 1670171039, '__ci_last_regenerate|i:1670171039;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670170878;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803bedd2d1906d50f43577a07da797285acb228e', '51.222.253.20', 1663183864, '__ci_last_regenerate|i:1663183864;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 ('803c6b6d2e19694de9bc55ea0acfb54fc51cb4c0', '114.119.135.158', 1685529685, '__ci_last_regenerate|i:1685529685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803c9ef5e5bce7a472ed5f4028964638dc871517', '200.119.172.60', 1674749342, '__ci_last_regenerate|i:1674749342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674749298;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803cac6db913b0d91ac30e5e1ee9d833c388b613', '198.235.24.156', 1658826004, '__ci_last_regenerate|i:1658826004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803d104dbc497dde2b252014d2f2610692b30fb0', '52.167.144.76', 1682165529, '__ci_last_regenerate|i:1682165529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803e05451e41ec1e6db551570efd7d46d1dc6167', '114.119.154.22', 1686454335, '__ci_last_regenerate|i:1686454335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('804000bfef872a308a7fb9a4e221e3699b1fbf7f', '40.77.167.146', 1687774382, '__ci_last_regenerate|i:1687774382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8043836ccd13fcb848112edfab8a0d2b8bb81300', '114.119.132.211', 1684969605, '__ci_last_regenerate|i:1684969605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8049e6adc544934e57fd8b9727235766d1feac69', '200.119.173.130', 1675861606, '__ci_last_regenerate|i:1675861606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675861602;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('804b0d2d6052f9015fb97a28b18fb100e3ca8156', '17.121.114.100', 1652362225, '__ci_last_regenerate|i:1652362225;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 ('804c9775310095959304e5301692fe640a90e92c', '192.36.248.249', 1650734904, '__ci_last_regenerate|i:1650734904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805153ac9f8af915d4c7708d6a2757e1d10a4c14', '200.119.170.30', 1660248762, '__ci_last_regenerate|i:1660248762;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660239168\";last_ip|s:14:\"200.119.170.30\";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 ('80542a990019d544dcb369f2a3d895a57578e737', '190.56.32.35', 1671819596, '__ci_last_regenerate|i:1671819596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671819045;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805607c2caef1c9e6b03a7422e2fd38922664899', '207.46.13.230', 1656340530, '__ci_last_regenerate|i:1656340530;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 ('805a03eea117c66996061c53be103791a03d16b4', '200.119.173.177', 1684849972, '__ci_last_regenerate|i:1684849972;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684849950;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805b2255784b28444fb1dae61757f83111bf03ad', '52.167.144.70', 1688346754, '__ci_last_regenerate|i:1688346754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805c463db61c446e9dcc5a29d03e8a87dcf3c7b5', '17.121.115.239', 1657219396, '__ci_last_regenerate|i:1657219396;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 ('805e083f075477de0c4a67bf4b95ac23f702fe25', '54.36.148.251', 1678352722, '__ci_last_regenerate|i:1678352722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805e3282a50edb8a565795d3d1675096755afc1f', '52.167.144.70', 1688366440, '__ci_last_regenerate|i:1688366440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805ea98cc0a9eed5c14629c4a7bfddb645a667ba', '51.91.125.152', 1650735930, '__ci_last_regenerate|i:1650735930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805f709f7c445f59696eda910a07a6d6d90feb1f', '52.167.144.164', 1686596406, '__ci_last_regenerate|i:1686596406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8061aaed232addeb00349bdce7b2313ec3eca003', '54.36.149.101', 1671556538, '__ci_last_regenerate|i:1671556538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('806399b3b751c753eb7d9e1dbdd3ecc872ae3e7d', '190.148.157.177', 1682127781, '__ci_last_regenerate|i:1682127781;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682127767;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8064d358a243c29303b6fa94e8536e7fa69dad7d', '200.119.173.177', 1685017158, '__ci_last_regenerate|i:1685017158;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685017151;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('806639cbcb811393f2f0eff76474f42ff499abaa', '190.148.158.151', 1677005857, '__ci_last_regenerate|i:1677005845;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676912655\";last_ip|s:13:\"190.56.32.174\";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 ('8069f9a34c53ca8a9c057ec74d9930673f03c6f3', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('806a7642b277ae4002cecb05fa2b9977c2caab41', '54.200.70.171', 1660137393, '__ci_last_regenerate|i:1660137393;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 ('806c98ad979f03c5a53431137914b7c91cd598ff', '190.56.173.169', 1651704311, '__ci_last_regenerate|i:1651704311;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651250637\";last_ip|s:12:\"190.56.48.90\";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\";last_activity|i:1651703493;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";user_csrf|s:20:\"YxMS0QP72KDnwbHATgz1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('806e3e2b6cc81daa06fdafe56a755a8d66d3ca39', '157.55.39.208', 1685974236, '__ci_last_regenerate|i:1685974236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80718300cfc0f0ad6712d029beebabd5476beecd', '52.167.144.28', 1678899769, '__ci_last_regenerate|i:1678899769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807280f6b911510cee46e7aeff16bf0d3b6e320d', '190.148.157.80', 1669672698, '__ci_last_regenerate|i:1669672698;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669672665;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8072bd519fcf74c6ec228c75f0b9eb3cc0774722', '157.55.39.147', 1672476524, '__ci_last_regenerate|i:1672476523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807300bb0d0280c7b243912b777ffcb84780407d', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807301f38de70eac28983257e041941f3bfd10f6', '200.119.172.60', 1674750283, '__ci_last_regenerate|i:1674750283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674750147;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80743e8b7c502fb2fcac7b312e7d2ed82a01b6ec', '52.167.144.164', 1685476596, '__ci_last_regenerate|i:1685476596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8075935ff84a59bbaa2e48570dc2bfc8ef335e28', '51.222.253.14', 1674916416, '__ci_last_regenerate|i:1674916416;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8076ae2635a8718a4a9fe994a49f14b5d68cbce8', '5.188.62.140', 1653261735, '__ci_last_regenerate|i:1653261732;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80787833d9c56987e3806da74926b6b050f0629c', '190.56.32.162', 1686240262, '__ci_last_regenerate|i:1686240262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686240258;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807ae771ae8e68c6506a578b0bb0ab5a3f8c9ffb', '52.167.144.23', 1686715290, '__ci_last_regenerate|i:1686715290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807aef49a3b43a678ebaf8e6c4f11e72868f58c2', '45.229.42.161', 1667599367, '__ci_last_regenerate|i:1667599367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807afefc3330060787fa59b511f8c8ad531d9632', '192.71.224.240', 1675892697, '__ci_last_regenerate|i:1675892697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807c0326ced4a8daf089c7c4f803b43e2d8e3bdc', '66.249.77.39', 1675021953, '__ci_last_regenerate|i:1675021953;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 ('807f4da7f2fba2f0b603aea8415104f02019d67e', '190.148.158.175', 1672452106, '__ci_last_regenerate|i:1672452106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672451836;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('808014e22b6d22468a0b1c2280289a4965b72698', '52.167.144.70', 1688117982, '__ci_last_regenerate|i:1688117982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80839c506f26114cd871de666d52305eb87d7fc8', '200.119.172.60', 1674608156, '__ci_last_regenerate|i:1674608156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674608084;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80840472e124c59c54c4981e4cfeee749cc8eef1', '130.255.166.122', 1678191423, '__ci_last_regenerate|i:1678191423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8086a95c31b1e0ac44bbaea722942b6a1ec9eade', '207.46.13.134', 1673539321, '__ci_last_regenerate|i:1673539321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8088751441f3c2583be808e4fdb91372456b31b0', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('808a24f1acb2af0191b5a4affd9c23a705991ebf', '40.77.167.23', 1673654242, '__ci_last_regenerate|i:1673654242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('808b750e925bc39cccc71df500e2f9cd4c4e569f', '51.222.253.12', 1664537964, '__ci_last_regenerate|i:1664537963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('808f37bec425956ee9745a514b530d0a74246d48', '81.69.199.237', 1661177634, '__ci_last_regenerate|i:1661177634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80913dbf45f673e0153c8e395fb30c5be1ed84b8', '40.77.167.222', 1681341953, '__ci_last_regenerate|i:1681341952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8091f3f56d5bbc469eff24d5ca9b9fe1b7426b8a', '114.119.157.189', 1687632317, '__ci_last_regenerate|i:1687632317;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809212a455c1c8cd68887541f514657f915f6118', '51.222.253.10', 1659828892, '__ci_last_regenerate|i:1659828892;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 ('80921dfca0b4f5a67879f0ae8d33ef08c3ab673d', '200.119.170.168', 1670586492, '__ci_last_regenerate|i:1670586492;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670586478;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8092a14af97a5a40a0bce249c5c72c31d2b24dba', '114.119.156.49', 1687974492, '__ci_last_regenerate|i:1687974492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8092b16f980f41abf3ed3dce27de2c4990cc7612', '54.37.233.116', 1650851780, '__ci_last_regenerate|i:1650851780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809413e0138068cba931ccacce7a64102791abfb', '190.148.87.6', 1668193340, '__ci_last_regenerate|i:1668193340;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668193053;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80947e7b0e28df512c2fd300c833e42642b50770', '52.167.144.154', 1687973036, '__ci_last_regenerate|i:1687973036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80967062fe9993b29b2c5828913726f6ff82e4a3', '207.46.13.41', 1671548742, '__ci_last_regenerate|i:1671548742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8097abeb73e3e0a8bbd9fd1711f4b6301334a65c', '200.119.170.30', 1660237178, '__ci_last_regenerate|i:1660237178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8099a8762c78e076422382a62148406bc8921977', '40.77.167.166', 1676847231, '__ci_last_regenerate|i:1676847231;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809a6553ce2719e23924b8e981f64c9c2c3c0ac7', '40.77.167.202', 1687232722, '__ci_last_regenerate|i:1687232722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809abdda3c225bf298b5775a344a15a26239f0dd', '157.245.254.89', 1655520990, '__ci_last_regenerate|i:1655520989;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809e2e79dffda5b7094ccc7d88483fea49475120', '207.46.13.175', 1672928151, '__ci_last_regenerate|i:1672928151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809e844d2f8bbc449a47e062abb69ae2ce75f3e7', '200.119.172.95', 1659547239, '__ci_last_regenerate|i:1659547239;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659464807\";last_ip|s:14:\"200.119.172.95\";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\";user_csrf|s:20:\"6ibHPvplyEFn8NcKj39O\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809f68e2493cba281e5929236081cf940a30f40b', '114.119.134.231', 1688083758, '__ci_last_regenerate|i:1688083758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809f77b46dc4eea7d5232ed91d033b34cc803db1', '34.135.8.81', 1664346078, '__ci_last_regenerate|i:1664346078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a01ea95c0e118a238801ba9e130f496989eb6f', '157.55.39.217', 1683578911, '__ci_last_regenerate|i:1683578911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a061512a40634825c055f0efd743c836f1ad4a', '5.188.62.26', 1656355001, '__ci_last_regenerate|i:1656355001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a0a306e7d1ebb5df32b8f57d7b92e104488813', '35.166.136.224', 1677332354, '__ci_last_regenerate|i:1677332354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a3540112c8b5290089a6759934d96e4febe5cd', '66.249.65.179', 1673397495, '__ci_last_regenerate|i:1673397495;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 ('80a3d5509d8da4a69f800beb21bf01a77eec519c', '157.55.39.253', 1682341720, '__ci_last_regenerate|i:1682341720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a44d101a54d368dd2f8be0aeac8465b02f95b2', '200.119.168.48', 1668105801, '__ci_last_regenerate|i:1668105801;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"xlLjkFGori2W3ZqtJBD9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a573723a582304fbb589d13fee55a3b4bd974a', '114.119.138.70', 1686834762, '__ci_last_regenerate|i:1686834762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a59ca746e2de764ae1b61a3a9ea9ca93ac59a6', '52.34.76.155', 1663335039, '__ci_last_regenerate|i:1663335039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a5cc97d442c9d05b3ab0e9dc8079d2354a7066', '40.77.167.114', 1678816296, '__ci_last_regenerate|i:1678816296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a5ce4af024d6c69d51b8a355fab4134720152e', '114.119.135.42', 1685228070, '__ci_last_regenerate|i:1685228070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a799ad153a2ab560c34138dc2ccb0df0b45559', '52.167.144.98', 1686573741, '__ci_last_regenerate|i:1686573741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a82b920ccb9850511ea53d1642233bd73f6f28', '190.56.55.113', 1673879980, '__ci_last_regenerate|i:1673879980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673869013\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673879252;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a8405c55a1b3512fd70e7ae4c6e17317c548e4', '190.148.252.111', 1678151266, '__ci_last_regenerate|i:1678151266;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678151264;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80a97f2f60fe0527944832de88ed990b14ee4fbd', '147.182.219.205', 1650977906, '__ci_last_regenerate|i:1650977906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ab675aad18de2b09e0cd7b1bf8535b2e3b0d84', '52.167.144.43', 1683694791, '__ci_last_regenerate|i:1683694791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80adb28b6028394841877f8f9cdef2727243e863', '190.56.55.113', 1673783536, '__ci_last_regenerate|i:1673783536;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80af2ac5e1570e45d50cd1c2541b3724a3860418', '51.195.90.229', 1650841094, '__ci_last_regenerate|i:1650841094;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80af7875d01798d9153ecc2f92d8a74e82d92830', '157.55.39.80', 1670691301, '__ci_last_regenerate|i:1670691301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80aff27a432176002b041d0d60d26a37ceb2d3d9', '190.148.157.122', 1666659261, '__ci_last_regenerate|i:1666659261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666659252;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ba49d0be8f06d588b74bc438936bbdaa8378dc', '157.55.39.125', 1654139795, '__ci_last_regenerate|i:1654139785;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c026ae9268b9093b9b6a34b7fdd5567fb6a198', '66.249.74.97', 1680756272, '__ci_last_regenerate|i:1680756272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c0384ee728697e4bbb0fdefbf72272985a9c74', '51.222.253.6', 1651789260, '__ci_last_regenerate|i:1651789260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c30b8b9d918a553ef7ce88638b3f5b5c5d5d1b', '5.188.62.140', 1653293315, '__ci_last_regenerate|i:1653293311;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c43c3f9a5dbfdf8f8b6c2fedf2d4768eb5ab10', '52.167.144.164', 1684653496, '__ci_last_regenerate|i:1684653496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c47c1f02da53ca02b4d21f7ed3a6ebea1fc36c', '190.56.50.253', 1682600529, '__ci_last_regenerate|i:1682600529;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682600459;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c51fb10b3e7676e9a8c74bf111251406ed6030', '17.121.114.236', 1657465753, '__ci_last_regenerate|i:1657465753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c644bd5c817483a68e004625a3340a6d6bdfc3', '190.56.55.48', 1687353688, '__ci_last_regenerate|i:1687353688;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687353664;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c64f90d9992378997e82ec6a8e1f74d06e4316', '40.77.167.37', 1669419382, '__ci_last_regenerate|i:1669419382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80cc155bb8f4465a0d0586a1fe5b99bee1f3aaaf', '52.167.144.98', 1685130090, '__ci_last_regenerate|i:1685130090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80cdfaa9d230c35152c9880bd5103ab02b35db99', '52.167.144.162', 1686627300, '__ci_last_regenerate|i:1686627300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d00a6d7f009621df9f713934d0eac4b6a0d6c7', '52.167.144.74', 1688499092, '__ci_last_regenerate|i:1688499092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d23dd4bcabdd0ec1a9e649a6f443bde9d88316', '51.254.199.11', 1687572253, '__ci_last_regenerate|i:1687572253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d30654cf3f060f7ca40cba1ea9c212fd11e517', '51.195.216.255', 1650897536, '__ci_last_regenerate|i:1650897536;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 ('80d52472f1cbd00cf243b1c57b991e7fb60888e6', '52.167.144.164', 1686570349, '__ci_last_regenerate|i:1686570349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d561344ff7068c1191ea216e112c4c2b57559a', '51.222.253.15', 1660538365, '__ci_last_regenerate|i:1660538365;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 ('80d5885dcb7f7e2e2d3775f45c7ccc6fb25cf024', '190.148.157.206', 1656616622, '__ci_last_regenerate|i:1656616621;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656616622;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d59827f03b848c6365ae1cf99cb89585117919', '190.56.173.136', 1687873984, '__ci_last_regenerate|i:1687873984;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687873913;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d6990e23684288252ad1f1514eba31219ad8c6', '114.119.142.210', 1684885190, '__ci_last_regenerate|i:1684885190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d6c4b217ca86c2772173a9ef68bef4414c2020', '157.55.39.51', 1668505544, '__ci_last_regenerate|i:1668505544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d84e58fa5ef8c508e1149d9689981ee3f65395', '5.75.130.101', 1688396328, '__ci_last_regenerate|i:1688396327;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d91b45dfae0f96232701e0f561b9e448e3bd1b', '54.36.148.253', 1652920184, '__ci_last_regenerate|i:1652920184;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 ('80d99fdeb972d533022841ac445f7930fdd23ec5', '190.148.252.85', 1666203742, '__ci_last_regenerate|i:1666203742;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666129007\";last_ip|s:13:\"190.56.49.109\";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\";user_csrf|s:20:\"pG5s1SjHrBuQqnCl9FOT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d9ef2ae28adb70d41b11ba1e1d5e8a9402e5bc', '51.222.253.4', 1660032107, '__ci_last_regenerate|i:1660032107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80da704f25ee649a7533a8d1d26c16d550ca6fa9', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80dbf3af98803d460de093fcd3e7d9db16155bb8', '190.148.252.96', 1672917481, '__ci_last_regenerate|i:1672917449;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672831726\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672917479;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80dcdd63004211e009c87e1737a4924cbfe95485', '190.148.158.69', 1686006075, '__ci_last_regenerate|i:1686006075;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686006009;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80de0e13c92be8c6ffe0d168c13ee7e95b2cb3a1', '200.119.170.137', 1668636064, '__ci_last_regenerate|i:1668636064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668635415;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80de7e84cd30c3878e5d95cdac7784a917f51e8a', '52.167.144.154', 1687812713, '__ci_last_regenerate|i:1687812713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80deb1be40cd94fc0b610ed971f68e77f01a3d10', '52.167.144.98', 1686189122, '__ci_last_regenerate|i:1686189121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80dfd4d8a402fa21e08cb1d9f37c97fd77cccc49', '114.119.143.123', 1687586213, '__ci_last_regenerate|i:1687586213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e35148fb58cd865d1a7d5b1f90a7ab8ebdf2c4', '52.167.144.61', 1688182984, '__ci_last_regenerate|i:1688182984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e6653b6fe1f047a2872ef3117c22ad010a0aba', '51.222.253.2', 1670188812, '__ci_last_regenerate|i:1670188812;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 ('80e6b0ba9eb248ae8407d263acc058d59d1dd7e0', '114.119.138.78', 1687646681, '__ci_last_regenerate|i:1687646681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e75b2b738898681bfd57dd0793794e5a7fe5ea', '200.119.169.52', 1664979882, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664979882;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664979865;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e7e8887f7d25d108ff8f80643ddf86e9e1872c', '40.77.167.64', 1675055137, '__ci_last_regenerate|i:1675055137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e999989fdd60249c542647fb6fae1c35acd7dc', '114.119.136.184', 1685151342, '__ci_last_regenerate|i:1685151342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80e9a811c87a44e7c83cced45e83bad7c260a44c', '17.121.115.2', 1651858325, '__ci_last_regenerate|i:1651858325;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 ('80eb8d9bad60544d1a30e5cfbef7f9622f5ce0b7', '190.56.55.113', 1673744024, '__ci_last_regenerate|i:1673744024;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673743919;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ec1b073ffb9065c31c45c7d5ba90ed42adcc57', '190.148.158.175', 1672604181, '__ci_last_regenerate|i:1672604181;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672604142;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ec78c913f50df431da20f0889525eb8cb62e8e', '190.56.50.253', 1682601090, '__ci_last_regenerate|i:1682601090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682600811;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ef36b8d9eae22e7778d55f1e35899abf1917c8', '190.56.32.162', 1686356884, '__ci_last_regenerate|i:1686356884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686356871;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80efd2a983d5dfe65d514312ab5bf58d08315f45', '51.222.253.18', 1687981777, '__ci_last_regenerate|i:1687981777;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 ('80f1057ca3aafa905666e517418e2f568e649b1a', '200.119.173.177', 1685403040, '__ci_last_regenerate|i:1685403040;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685403013;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80f2c05f5f24c6d4507f7ee27cf56f2b389d3197', '51.222.253.4', 1654732028, '__ci_last_regenerate|i:1654732028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80f967e0356df4fc78a6c40d7caf3bf1e7e083c0', '52.167.144.164', 1684475503, '__ci_last_regenerate|i:1684475503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ff06d25debe435caf3e7ee6860572c80d25571', '52.167.144.162', 1687397070, '__ci_last_regenerate|i:1687397070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ff5af780f7240cbf6270233177967bf3962c4d', '190.148.87.96', 1678402136, '__ci_last_regenerate|i:1678402136;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"KABhNOV5QPuI6JtmaZH0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8101cd9dae17737afa63b55a460ad56c47b841b8', '40.77.167.49', 1667121676, '__ci_last_regenerate|i:1667121676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('810556b0628049d9a2b497aa94927965d8eb0711', '190.56.32.162', 1686335397, '__ci_last_regenerate|i:1686335397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686335388;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8106920596e8601b5e8e33fd5701eeb21053a90a', '52.167.144.162', 1682642936, '__ci_last_regenerate|i:1682642936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81095d255e57be8c6c9da0dd1380f32fcecb98ac', '54.36.148.143', 1687503215, '__ci_last_regenerate|i:1687503215;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 ('8109b594aff53872648d273f8763c43b8a0f0c28', '51.222.253.2', 1651348655, '__ci_last_regenerate|i:1651348655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('810ba423efc181959f3e051c2d500e40066ed06b', '190.148.252.111', 1678061494, '__ci_last_regenerate|i:1678061494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678061019;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('810daff9aeb7cd0462bdd5640118c2bdcdd6f833', '207.46.13.209', 1681220892, '__ci_last_regenerate|i:1681220892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('810df03d5f7de43e67e4cfb22827843beb8a3e26', '52.167.144.162', 1686736083, '__ci_last_regenerate|i:1686736083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81108cb9d5c04921d4be145d3c1130874208b7e5', '157.55.39.28', 1667672184, '__ci_last_regenerate|i:1667672184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81114a2eb8e29df2d3877866a675b54979bd92c7', '40.77.167.56', 1673222957, '__ci_last_regenerate|i:1673222957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8111e5b6acf13fa09418f571d84058c714b050d0', '52.167.144.98', 1684898414, '__ci_last_regenerate|i:1684898414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811753a7227b914de7550e8a1b29c3fc4e18d717', '40.77.167.220', 1677639023, '__ci_last_regenerate|i:1677639023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811757db4b0eb188dad21138b893665f8eec1bff', '114.119.157.225', 1687557920, '__ci_last_regenerate|i:1687557920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811dea84ef4ea9c305875d0a09cc17684d35a165', '52.167.144.70', 1688234846, '__ci_last_regenerate|i:1688234846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811f4f019ef6cec5104188f5f5d474e9bca8922a', '114.107.225.150', 1667893311, '__ci_last_regenerate|i:1667893310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812141295fcc05fea8c82514a7a868f251d43814', '51.222.253.12', 1687402109, '__ci_last_regenerate|i:1687402109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8122449fe1f7d1254ddf5e40b9110f1eb647aa9c', '117.33.227.207', 1676828816, '__ci_last_regenerate|i:1676828816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8126a6ccf2b4c54d5ad2de1aa8878e5e614cac50', '54.227.32.154', 1650979906, '__ci_last_regenerate|i:1650979906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8126b72958d0228a8cb4a4a4cbe194b6f7db83c1', '40.77.167.104', 1667518807, '__ci_last_regenerate|i:1667518807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81286bd2093f8730df231711388ca8b4378bc515', '40.77.167.69', 1664113765, '__ci_last_regenerate|i:1664113764;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812993d73d4d92e3510bcbb9d41d94a45e376943', '51.222.253.13', 1664125379, '__ci_last_regenerate|i:1664125379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81299bfc78848340103bf2dc5468af7668591ae2', '114.119.156.152', 1687218926, '__ci_last_regenerate|i:1687218926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812a624c333703824128957b43e1f3e245b51330', '114.119.133.201', 1683475798, '__ci_last_regenerate|i:1683475798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812ad2b6c515ea95dd5bb8a2887023cc71dfe22f', '130.245.169.247', 1657277751, '__ci_last_regenerate|i:1657277751;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812b55c3c56ff4da6b8c33ebd387601e41f912d8', '74.208.2.140', 1672659942, '__ci_last_regenerate|i:1672659942;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812bffe9e6b4f3ebf078c780540fbbb654224c1f', '190.148.252.223', 1659049265, '__ci_last_regenerate|i:1659049265;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658502955\";last_ip|s:14:\"200.119.175.15\";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\";user_csrf|s:20:\"OXZ2UJu8iaj0p9cxPsVd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812c772d7060a5780d3019b0957f1b719ab37331', '141.98.102.235', 1659628835, '__ci_last_regenerate|i:1659628835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812d2e4e1e7ce78e2e6da4ff48c0fc14223969fe', '18.206.55.48', 1650917190, '__ci_last_regenerate|i:1650917190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81336a23eeba578b506173bd2e3e49eae022b2bc', '190.148.158.69', 1685829213, '__ci_last_regenerate|i:1685829213;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685829202;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8133bd42cfe9dc51881c8f7b9f4d0950e07bfdf3', '95.216.212.8', 1659547702, '__ci_last_regenerate|i:1659547702;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 ('81345bd104d90b757330538b56fe33a37c7326a3', '207.46.13.207', 1678712721, '__ci_last_regenerate|i:1678712721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8134c66b17ad1124817c2472fb5414e8b4463122', '173.252.95.15', 1657366882, '__ci_last_regenerate|i:1657366882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81374ba25c12b552e95e6a83bb05ca7cc71be54c', '17.121.113.200', 1661835091, '__ci_last_regenerate|i:1661835091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81393b932e8a6e62c43151c3fa8063ed5643e504', '114.119.143.158', 1685780842, '__ci_last_regenerate|i:1685780842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813946288aecb07e3ded52896780e5bfb67b8d3d', '114.119.153.215', 1688132276, '__ci_last_regenerate|i:1688132276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813a96713e1e7edfa699ef761db9f608f895bec4', '40.77.167.30', 1657443991, '__ci_last_regenerate|i:1657443991;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813c5e25b71faa3b620d6fdb1b1a7251a9524ae5', '52.167.144.82', 1687355421, '__ci_last_regenerate|i:1687355421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813da5e421ae68303e33986453799ecfad6c49cf', '190.148.157.177', 1682266767, '__ci_last_regenerate|i:1682266767;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682266751;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('813eca9111e76975e0bd3c42dfe5aa946fcaae74', '66.249.79.203', 1681140268, '__ci_last_regenerate|i:1681140268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814359990027c690841f9c21a1fbf0cc81db55b4', '52.167.144.61', 1688055845, '__ci_last_regenerate|i:1688055845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8144e7dfd13f0d4132b67ce9503c028dd0b19df8', '190.56.173.136', 1687961515, '__ci_last_regenerate|i:1687961515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8145fa1ae1b3ac2fa1dfd5d8ab77c48aaf489c8d', '93.158.91.239', 1657964418, '__ci_last_regenerate|i:1657964418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81468deb012f69503e4c906e9f4349c2d7a1b951', '200.119.168.250', 1680731912, '__ci_last_regenerate|i:1680731912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680731541;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81473859c33fb3139d8d580c9063e14dbc295c7f', '52.167.144.164', 1685142988, '__ci_last_regenerate|i:1685142988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8147c2b77abbafad579378b1cb9ad6bb19892ec0', '114.119.148.14', 1688110476, '__ci_last_regenerate|i:1688110476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814814908436d15aef468f604dbb254f32417896', '114.119.140.250', 1685394815, '__ci_last_regenerate|i:1685394815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8148db884a053d14c0ec3aef5e138de575789907', '40.77.167.192', 1688346750, '__ci_last_regenerate|i:1688346750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814aa74f5d3466c76cac6cbf8d466859186fcce8', '51.222.253.12', 1687343744, '__ci_last_regenerate|i:1687343744;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814acc0cd85597068ab2f1c5c6e968bcc5c51c32', '35.86.85.207', 1679233263, '__ci_last_regenerate|i:1679233263;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 ('814b65b2f1b21d35f3ada320720b4a701ec23e11', '190.56.54.156', 1665450613, '__ci_last_regenerate|i:1665450613;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665450608;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814bfd26b53caae947d0678fd73c108cf914b6a8', '52.167.144.164', 1685619147, '__ci_last_regenerate|i:1685619147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814bff4865b63e996086cbe8875bd8ea230143a6', '190.56.55.113', 1673747643, '__ci_last_regenerate|i:1673747643;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673747509;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814dc618a30de75f65c34f4e9ff702edc271c507', '40.77.167.192', 1681175162, '__ci_last_regenerate|i:1681175162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8151eea01f21d397d7b073814082966888ebecab', '51.222.253.17', 1655454657, '__ci_last_regenerate|i:1655454657;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 ('81521f6f7193f2ff98b8c3b9c13a89e647a92385', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8152c73e3abc7a894b620769a5fe135c986416d4', '200.119.173.78', 1682888947, '__ci_last_regenerate|i:1682888947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682888676;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815338026d8f4ba491344a0a9633c1575be5da42', '17.121.113.157', 1659698730, '__ci_last_regenerate|i:1659698730;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 ('8154f9dc3e3747114e71383c94d91b6a9e81f611', '114.119.157.124', 1687686020, '__ci_last_regenerate|i:1687686020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8155eda9db8f385456a459bb591042fbde9340dc', '200.119.173.177', 1684859721, '__ci_last_regenerate|i:1684859721;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";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:1684856690;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815665c294c119902e4405efab9b2d62a5a3a984', '120.52.152.19', 1654791314, '__ci_last_regenerate|i:1654791314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8156a9ffb7ac0c6197c6eb2efa1f554049cf2cf2', '35.85.57.41', 1671889727, '__ci_last_regenerate|i:1671889727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8156ffcce294f6acf035b5ac619d82a4f2244700', '40.77.167.133', 1683968013, '__ci_last_regenerate|i:1683968013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815907668e73ef2dcf9044e012f9abfd6ad434d2', '50.21.188.46', 1675140751, '__ci_last_regenerate|i:1675140751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8159acafcf481fc6b81087c7114e8cd04a83dd44', '190.148.158.175', 1672531287, '__ci_last_regenerate|i:1672531287;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672530825;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815ac920791d7e09aac4c3d085c09573a4600c01', '207.46.13.212', 1677135719, '__ci_last_regenerate|i:1677135719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815ae1d6e1884aa7fb1dc041117126ec4214ba21', '190.148.158.175', 1672417741, '__ci_last_regenerate|i:1672417741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672417732;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815ae47fdbff0961e70b60eb557ef2c7f77bb1c3', '35.90.251.77', 1684209717, '__ci_last_regenerate|i:1684209717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815bee461f0e57c58416683d2804de2647c8d221', '52.167.144.171', 1684479160, '__ci_last_regenerate|i:1684479160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('815dbf3dc8c4bd5d96a08ec14e8f82791f6f6236', '52.167.144.162', 1682542872, '__ci_last_regenerate|i:1682542872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81612b5c2dea0a07c3e30718794d95d7926149e5', '200.119.170.158', 1661289806, '__ci_last_regenerate|i:1661289806;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660947199\";last_ip|s:15:\"200.119.173.133\";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\";user_csrf|s:20:\"gZkKX9j4GJDHsibY5Inm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81628fc950e135c7df366e943ee97d9cbacaa08a', '51.222.253.7', 1651165251, '__ci_last_regenerate|i:1651165251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81634e2f2c8ce574ddc1e5cd4c3c87338053fab8', '107.174.138.169', 1651762748, '__ci_last_regenerate|i:1651762748;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 ('81652b8bb85b7cb83021394ad9c8569b5a1bbd78', '190.56.32.162', 1686238317, '__ci_last_regenerate|i:1686238317;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686238309;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81662be205d5de63980d762fa3698b14525ecb58', '200.119.174.9', 1674339128, '__ci_last_regenerate|i:1674339128;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674339024;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81688a3de35badfbd546d90b5a82d2e2c6d052c3', '40.77.167.170', 1675753341, '__ci_last_regenerate|i:1675753341;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816bc68328c7c6ad91dd613c37816126ce6bdf7b', '190.148.157.183', 1680532105, '__ci_last_regenerate|i:1680532105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680531764;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816c39b9e13d7bb68d8f3cc28c287f2fa15773d4', '190.148.158.110', 1662123232, '__ci_last_regenerate|i:1662123232;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 ('816c5b3dfcb70cf88ce3f4d339f03eaddb43540d', '114.119.141.152', 1685094431, '__ci_last_regenerate|i:1685094431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816c648e6ad4ff7a33b99b9fef6bf9a293be9916', '52.167.144.69', 1675848528, '__ci_last_regenerate|i:1675848528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816c726cccb47e92b4ddadb528d15a887db7ce8f', '93.158.90.70', 1652994974, '__ci_last_regenerate|i:1652994974;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 ('81710c7d71b860967058a6fcc1ed522e499a1775', '51.222.253.17', 1685107357, '__ci_last_regenerate|i:1685107357;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 ('81716c1a70d699fd47c6fe8a3dde18959925099a', '157.55.39.54', 1659221065, '__ci_last_regenerate|i:1659221065;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 ('8172d3e208340e2f8d72d4728a4871dd2191f872', '17.121.112.153', 1658182948, '__ci_last_regenerate|i:1658182948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8173f795478bb26e42f6b5e7d1ffa2505be75821', '207.46.13.84', 1675150311, '__ci_last_regenerate|i:1675150311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81740ae5e176df06a55e6bf1ce66239696f3ba1c', '185.200.117.168', 1651292671, '__ci_last_regenerate|i:1651292671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817a6752911367f6bb6c0b9e0f29848945a2ee75', '207.46.13.209', 1681353363, '__ci_last_regenerate|i:1681353363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817b97803f6ae52fa826e2bad602a2b037c241d5', '114.119.158.105', 1688274543, '__ci_last_regenerate|i:1688274543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817cdcfb6d02a86ce2e0ff0c1c9b4846a55a65e4', '40.77.167.13', 1671996053, '__ci_last_regenerate|i:1671996053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817d6c82a86b085f9cc986254fb95157e090434a', '52.167.144.76', 1682523056, '__ci_last_regenerate|i:1682523056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817d7f076b5a2e3cb4b521176549afe7313180d7', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865992;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 ('817e1847e73a79a83cf2995ba041e221bdd38fb0', '17.121.113.79', 1654868715, '__ci_last_regenerate|i:1654868715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817fb9e35e367542c6da1bc82c8f97739dce6726', '35.88.234.184', 1661779758, '__ci_last_regenerate|i:1661779758;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 ('81809ef375387e426c1456d2d4b7c485b4658d3f', '40.77.167.141', 1678974802, '__ci_last_regenerate|i:1678974802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81809fe694ead9e4537b48c49b6d4c28e7fbcd7f', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818283ed532a13b1137122c1329ae964cd04c632', '114.119.144.188', 1684862657, '__ci_last_regenerate|i:1684862657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8182ec3d6c3f7ba88238c4af73519d28a92175ab', '74.208.2.183', 1668050326, '__ci_last_regenerate|i:1668050326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8185d55909ac8dd7e34bc310e9348680128ca802', '157.55.39.176', 1667247223, '__ci_last_regenerate|i:1667247212;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818701ee3d7a5f97b50dcc35e0f3a9616cbf6717', '200.119.174.9', 1674136429, '__ci_last_regenerate|i:1674136429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674136348;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8187641d7b05988ed1dc561ed69f3c6cfed7d4cf', '52.167.144.164', 1685760654, '__ci_last_regenerate|i:1685760654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81878e6a2da9f31e40c0721d43d3aebd05fe06db', '138.246.253.24', 1675371028, '__ci_last_regenerate|i:1675371028;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 ('8188bbe84e44f0dfdbb4a3cc6e0e40086e8780ac', '40.77.167.49', 1664180764, '__ci_last_regenerate|i:1664180764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818970f0b77e7a1b9418b2ec6460f94301dd5c0d', '40.77.167.107', 1687209197, '__ci_last_regenerate|i:1687209197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818b196dc8399a80b545cabfa167b806fd66007a', '114.119.145.52', 1687923561, '__ci_last_regenerate|i:1687923561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818b7566185a07673abd12e1a841e712434d7344', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818d8b67bd1f18b67187d4fe4792fa0f90ad0e0e', '190.56.32.37', 1670511836, '__ci_last_regenerate|i:1670511836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670511621;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818e984afebe536000739ed36137874197be35d1', '114.119.146.244', 1685193776, '__ci_last_regenerate|i:1685193776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818ea88cc11a0709736d7f8ce6a49106779806a2', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818f4bdb93b6613f90305fcde41392e2886e10f1', '200.119.174.9', 1674233006, '__ci_last_regenerate|i:1674233006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674232984;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818fb8f5e701006833db8d8a07ba2b182d979a7c', '17.121.113.208', 1661245684, '__ci_last_regenerate|i:1661245683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818fc772fd8507026c07a8a3da91e4bf70a90ad7', '52.167.144.162', 1687286794, '__ci_last_regenerate|i:1687286794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818fe17f72afd81adb992b33eb7f84472825ce42', '40.77.167.133', 1683858823, '__ci_last_regenerate|i:1683858822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8190016411255b90dc81f6f49489bfc40d453295', '50.21.188.4', 1677541831, '__ci_last_regenerate|i:1677541831;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819089b12ebba0c3beef021beb8207dcc2c5f449', '52.167.144.164', 1684296112, '__ci_last_regenerate|i:1684296112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81923df62a92774f2bfd8473d9e5bdb6fdd30c6b', '152.89.196.13', 1661163056, '__ci_last_regenerate|i:1661162863;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81936fd9f7750532d94dec19c7863c66172abe6e', '101.251.204.98', 1671935455, '__ci_last_regenerate|i:1671935455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8194052ce179233ea920f087b34effb4a371a988', '40.77.167.108', 1683694788, '__ci_last_regenerate|i:1683694788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8194a1d73cf8bbe6d94104be2f86801030830bf8', '52.167.144.162', 1686574569, '__ci_last_regenerate|i:1686574568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8194e5a6bf7773a4093f51b1b7d1f0811bfe04bd', '190.56.51.247', 1660400569, '__ci_last_regenerate|i:1660400569;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660308462\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660396137;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8194f6d2afec362c4c602bb36306cdd9b7649504', '42.119.144.212', 1674862737, '__ci_last_regenerate|i:1674862737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8195854bce019ceeb8a6f28290f5965114d1fe39', '157.55.39.253', 1682973801, '__ci_last_regenerate|i:1682973801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819678c381b9dc992edf61be31c9853b5a5f33fb', '114.119.155.92', 1684490758, '__ci_last_regenerate|i:1684490757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8196c830c7a2f6e11831a01e3805f0848da6b2da', '51.222.253.13', 1651185589, '__ci_last_regenerate|i:1651185589;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 ('819824770e33aa5867265c3ff872b990deb1f644', '190.56.50.3', 1660751449, '__ci_last_regenerate|i:1660751449;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660740007\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660749687;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81982a950a4379e6625cf90290df91781525257b', '141.193.97.60', 1666748313, '__ci_last_regenerate|i:1666748312;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819875be1e8d75c9e16fcd6f68a487e241413aaf', '5.188.62.21', 1653269454, '__ci_last_regenerate|i:1653269454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819a377ef417b66f7ab32343f1cda625708bfd10', '157.55.39.217', 1683398237, '__ci_last_regenerate|i:1683398236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819a663922adbd7805d87e4655ab28174654f995', '207.46.13.221', 1687004849, '__ci_last_regenerate|i:1687004849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819ba194baef4951f551d33759f2147e470d56c9', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819be715989ac293cf97e07f6d14136a3827035d', '17.121.115.239', 1657219396, '__ci_last_regenerate|i:1657219396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819da748bb75eaf4b5b1864ab9e627ee58b549d2', '40.77.167.49', 1666532941, '__ci_last_regenerate|i:1666532941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819df38587ea77f9f3241dda6d2cc8bcdb23fb34', '17.121.115.26', 1657828716, '__ci_last_regenerate|i:1657828716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819e2c6117749f7b83225c998dec0c465aa78b9f', '5.188.62.26', 1656355165, '__ci_last_regenerate|i:1656355165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819e3d989fb93a101daa14974e612f39a102fbdb', '40.88.21.235', 1680986007, '__ci_last_regenerate|i:1680986007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819e659a14c261e05d0511528682a7d80ab5261b', '54.245.164.67', 1650870996, '__ci_last_regenerate|i:1650870996;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 ('81a02a4e3e6a7faf29a3a28db7d9311d9860fa56', '54.36.149.5', 1679769067, '__ci_last_regenerate|i:1679769066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a0bee40dc1d169c3df54a7e563be292e6cc3ac', '51.222.253.4', 1676880865, '__ci_last_regenerate|i:1676880865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a1ae1819d4f68286fda75b9c02a5e408fe2419', '200.119.168.250', 1680955633, '__ci_last_regenerate|i:1680955633;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680955625;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a45053fb2da7ef1a8c702af7403e5f065ae4eb', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a47bdbfda862b54db04f672107efa40dd462f2', '207.46.13.41', 1671236942, '__ci_last_regenerate|i:1671236942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a5b38b7b73288500071e28e719d57124c07645', '180.163.220.3', 1673739211, '__ci_last_regenerate|i:1673739211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a698b50f98c714be389b47057b05225f77eb04', '157.55.39.253', 1682047170, '__ci_last_regenerate|i:1682047170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a74ed96ab8590b908bd804aa43a9a9778d3ae3', '40.77.167.161', 1675382686, '__ci_last_regenerate|i:1675382686;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81aa6adc97eb11ad70032a93fc051ff50c18d9cc', '52.167.144.162', 1682004395, '__ci_last_regenerate|i:1682004395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ab1938c2c2d0aa6360952ac49e49396cf28541', '207.46.13.142', 1666463295, '__ci_last_regenerate|i:1666463295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ab795d70d0c2537be26ece6e9599c3f0e87f36', '54.36.148.66', 1661935722, '__ci_last_regenerate|i:1661935722;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81abc77c7e2c4edeb1c976a11a6f3f2e02398c2b', '40.77.167.13', 1656055940, '__ci_last_regenerate|i:1656055940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ac827c74ed5fec469057bfc461b700e44e7288', '40.77.167.32', 1674651497, '__ci_last_regenerate|i:1674651497;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 ('81aeea94ba8188688a9111439047b6f728ce6134', '114.119.132.9', 1687515312, '__ci_last_regenerate|i:1687515312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81af926f9bf3f582c56099c722e47b76eca7fb5e', '52.167.144.82', 1687232718, '__ci_last_regenerate|i:1687232718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81af95f8cb62259a0c7e9290ae381fa84ab07ca5', '114.119.155.250', 1685359963, '__ci_last_regenerate|i:1685359963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b113bb36c7326d579b66638a5940d5526a39cc', '200.119.168.9', 1656339717, '__ci_last_regenerate|i:1656339717;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 ('81b127826c1345e2b2c057b73ca85e1953e46d7f', '190.148.252.151', 1671141196, '__ci_last_regenerate|i:1671141196;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671138736;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b1f1acc456b87f4573c3b9f54cd398f85c47d6', '52.167.144.164', 1685760655, '__ci_last_regenerate|i:1685760655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b1f4f34a0ddf45354752e09dc1b7a935e960d1', '190.56.55.113', 1673875388, '__ci_last_regenerate|i:1673875388;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673874930;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b26ce4834e634e641ae881780f3f1558e6dfb2', '190.148.87.182', 1679924334, '__ci_last_regenerate|i:1679924334;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679924296;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b279011b99d68ba5099d01d563e45abd82771e', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b27cdb62d5da521e1a1439c98c749db190e87c', '54.36.149.15', 1657823877, '__ci_last_regenerate|i:1657823877;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 ('81b2df185fccb6434daa08b03eecfbe14bb2c691', '157.55.39.51', 1667982816, '__ci_last_regenerate|i:1667982816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b3b4127f2e731db5f88ed3e3518f7eed18711b', '114.119.150.49', 1687187768, '__ci_last_regenerate|i:1687187768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b616161cb1495428316d5b99a6668a51034192', '40.77.167.227', 1678974798, '__ci_last_regenerate|i:1678974797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b71a33fc809f36b9d62d0d06e51b5d1a063fb3', '114.119.130.12', 1685735547, '__ci_last_regenerate|i:1685735547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b73b0fdcc9770c70a5a91419ffc94d0c247bee', '190.148.252.195', 1653663842, '__ci_last_regenerate|i:1653663842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b921d7e37bb995b2b8f1966c2a1ee32ff1f898', '190.56.55.48', 1687459006, '__ci_last_regenerate|i:1687459006;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687458929;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b97eda97e96be8e2a6b1572447bab1bb6870eb', '40.77.167.106', 1687144524, '__ci_last_regenerate|i:1687144524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81bba01c8dcb96d13cbd301f0790fc5693c00bae', '190.56.32.35', 1671658631, '__ci_last_regenerate|i:1671658631;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81bf34fb6c12ae4c4a619268cbd4aaa0e28eac3a', '200.119.168.48', 1668086480, '__ci_last_regenerate|i:1668086480;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668084603\";last_ip|s:14:\"200.119.168.48\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c235ccc005f7a0bf122f809964e3d81d52af0d', '190.148.87.182', 1679581033, '__ci_last_regenerate|i:1679581033;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679580397;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c2fddcb5766c023b55f26ca42c0ee4046a3255', '114.119.145.193', 1688137756, '__ci_last_regenerate|i:1688137756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c35dc39bb6f54a4ce9c0720275e4a7963bcbbf', '190.56.50.15', 1667145803, '__ci_last_regenerate|i:1667145803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667145771;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c45b44b8c3d5db54a7e5754c8542599722b060', '52.167.144.82', 1687232717, '__ci_last_regenerate|i:1687232717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c576b37ac84ff73a3c879a0ff480e0f8c02263', '190.56.55.113', 1673879108, '__ci_last_regenerate|i:1673879108;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673877987\";last_ip|s:13:\"190.56.55.113\";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 ('81c5b9d61150c08089940cd9923c4e145ac7499f', '157.55.39.216', 1676534811, '__ci_last_regenerate|i:1676534811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c65015d798c152c13bb0b33592f6f5ee5420d8', '114.119.158.211', 1688007560, '__ci_last_regenerate|i:1688007559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c761425fc95b6cd5e94330d679c21129934184', '207.46.13.49', 1661586893, '__ci_last_regenerate|i:1661586882;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c7fa56c105d86ee8c9b17dd0a60386d5990077', '54.36.148.28', 1660930328, '__ci_last_regenerate|i:1660930328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c887096a49cde3e55b7a28d5cb31fbdc92b265', '114.119.144.15', 1688366175, '__ci_last_regenerate|i:1688366171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81c9f2c637be186a27f70a9ca067f36ef8eb9f8f', '52.167.144.164', 1686176346, '__ci_last_regenerate|i:1686176346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81cb52da1de8815b5aab0bcd13a0957572bbb985', '168.138.89.20', 1650987816, '__ci_last_regenerate|i:1650987816;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81cbb6fe545e54a468ef6a5182038b1bc47f8f56', '114.119.156.185', 1688267881, '__ci_last_regenerate|i:1688267881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81cc6f7d34fd8b9aebbb7131f25588b456f8c73e', '20.221.219.40', 1651088388, '__ci_last_regenerate|i:1651088385;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 ('81cc7d5506d46b85a14dd495b3d45af910e78986', '51.222.253.15', 1681025468, '__ci_last_regenerate|i:1681025468;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 ('81ccb403e756e0d8a4fe51ac0ce219cedf390f0a', '52.167.144.98', 1686103014, '__ci_last_regenerate|i:1686103014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ced23597a84e2cccfe2cc5a412d8f21247766d', '200.119.170.209', 1656716322, '__ci_last_regenerate|i:1656716322;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"85nwKB9YRLe4hAbF1kGm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81cf061be3437fe2f4e55aff6088dcd016927419', '114.119.138.59', 1687582128, '__ci_last_regenerate|i:1687582128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d04adbd69c2ca74606ae4d5ee67b48102e5fb7', '114.119.159.61', 1688085939, '__ci_last_regenerate|i:1688085939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d0d5ce22e7e432074faf5f81cd541f9433cdcc', '40.77.167.182', 1684154500, '__ci_last_regenerate|i:1684154500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d1045f1b1e8031b328c0876850f790059cfea5', '190.148.158.23', 1687220904, '__ci_last_regenerate|i:1687220904;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687220841;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d4055122bdfaba694c17a75ae52051fc4f2975', '157.55.39.128', 1673959296, '__ci_last_regenerate|i:1673959296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d4fbe472fd1a476b3feba384b9d735c976c4f2', '52.167.144.171', 1684843834, '__ci_last_regenerate|i:1684843834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d513f889b1fb7891a33a9c13223bf7745cb7bb', '190.148.87.85', 1684543435, '__ci_last_regenerate|i:1684543435;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684543303;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d54c528493025c969dd6db9493cbccde85db94', '190.148.252.161', 1669936547, '__ci_last_regenerate|i:1669936547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669936510;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d580155f49e2bf3f73eb3c7ee1cc5db9116bbd', '66.249.79.173', 1661478256, '__ci_last_regenerate|i:1661478256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d58d209c5f4e2e625dce527dbd285c1efd16e0', '40.77.167.11', 1673654237, '__ci_last_regenerate|i:1673654237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d6b9525b71feb3a8a97157a9d6cdcda84d2aaa', '157.55.39.131', 1663954716, '__ci_last_regenerate|i:1663954716;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 ('81d8225ad5d8496f4e423ef32a0944a47b4f8cb7', '50.21.188.44', 1677541830, '__ci_last_regenerate|i:1677541830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81d95469cf3fd0a768003aa7f44938538c7a634d', '52.167.144.89', 1679599739, '__ci_last_regenerate|i:1679599739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81dbb55ade115da5becee1e141b68003c6614757', '93.158.90.65', 1680576685, '__ci_last_regenerate|i:1680576685;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 ('81de6f965aa39f9a038510eac0af1ab9e2d74c57', '114.119.140.169', 1688474607, '__ci_last_regenerate|i:1688474607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81def0d676e51e8131474a61dea9cb6480fcd1d9', '190.148.157.183', 1680541952, '__ci_last_regenerate|i:1680541952;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"Vqd0c6urjvQ8YNaRGhok\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81e4c05a586b37dc4d6dcbdf0d8d1ddf2327ae53', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81e5e3b3366ea38648e667ac07040034d79737db', '52.167.144.108', 1680536093, '__ci_last_regenerate|i:1680536093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81e6c63d7fdfcd7f4a4ec48241473601236c6d17', '14.29.181.90', 1664260393, '__ci_last_regenerate|i:1664260393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81e707138cac392e37224594e43299783173351c', '200.119.172.48', 1668617897, '__ci_last_regenerate|i:1668617897;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668617629;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ea14e34b07738d77dc6825597910989bf9f673', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;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 ('81eb5d6283ee78e1138c2b7a49b5327802918dbf', '157.55.39.90', 1663698565, '__ci_last_regenerate|i:1663698565;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81ee5dbbc911d509fe77f61e7ed46daed8352ed7', '113.142.141.105', 1664014808, '__ci_last_regenerate|i:1664014808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f0fdb0507b604e5eddee03c070d2f668dbb1ff', '51.222.253.20', 1664042108, '__ci_last_regenerate|i:1664042108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f1d3e5fa354903e26b93aa2117c0129f5bc5f9', '190.56.173.175', 1653079453, '__ci_last_regenerate|i:1653079453;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653062515\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"T9fGWdDr2UNPLBH0yYst\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f4daa062752480a1974ae83c32c8448266ed95', '190.148.158.72', 1669838732, '__ci_last_regenerate|i:1669838732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669838301;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f506b141c86a10aeea37bdbf1c45c50155944a', '157.55.39.80', 1669998730, '__ci_last_regenerate|i:1669998730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f563b7dd87b5251688ced2eb6dc12aa8d4d413', '52.167.144.70', 1688162343, '__ci_last_regenerate|i:1688162343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f579ddc9aae611b316f56c0b34ca7fabff26cd', '207.46.13.199', 1660421723, '__ci_last_regenerate|i:1660421714;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f657977dade7be400185a558ef4da909844df4', '190.56.49.187', 1687993913, '__ci_last_regenerate|i:1687993913;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687991937;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f74113e52c2e80eb158ead7e1d72740d123582', '123.233.115.26', 1655837950, '__ci_last_regenerate|i:1655837950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f7ee9cf6d791b4090b3b718dbf83e215b10ade', '157.55.39.217', 1683265503, '__ci_last_regenerate|i:1683265503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81f8c5b52feb38004bed869453c1dab030ed3bf7', '52.167.144.162', 1686100750, '__ci_last_regenerate|i:1686100750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81fc75940dbb5b5cf4d820e6d23363d7d2e33a61', '40.77.167.85', 1684480329, '__ci_last_regenerate|i:1684480329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81fcb7e37ddbfe891986f8e9d440eb530f700331', '52.167.144.164', 1685390843, '__ci_last_regenerate|i:1685390843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81fe642840be1db25c27a05cabbe9e359183edc0', '190.56.50.15', 1667008369, '__ci_last_regenerate|i:1667008369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667008350;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82002fb4acf1d3097fcc208e2153a0d51ceb9b71', '51.222.253.8', 1681799681, '__ci_last_regenerate|i:1681799681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8200e6eb8b3d692679cafe013daea3d99bc2978f', '207.46.13.230', 1656355297, '__ci_last_regenerate|i:1656355297;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 ('820284d2489a3d68a222c9be958c396d70e2b71f', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8202cf46eb345e433b83b692e6291f5b8ddc59f3', '40.77.167.23', 1673636795, '__ci_last_regenerate|i:1673636795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82034d78089018cb58045c6ac3752bd7a63ae200', '190.148.157.98', 1679008814, '__ci_last_regenerate|i:1679008814;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679008798;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82037c1b1c6ad8e2c15976d79c3b6dd3cc6d4d10', '40.77.167.182', 1683723408, '__ci_last_regenerate|i:1683723408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8203c70e20384b3e19c79c9911a1bee8e2b3877c', '54.36.148.84', 1678825280, '__ci_last_regenerate|i:1678825280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8203d1b94ef4d0d8849c762bd48959f2b30fcf98', '52.167.144.171', 1685705888, '__ci_last_regenerate|i:1685705888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8204958c1d87180fa4ba773e77a13e196e7e7df0', '190.56.50.15', 1667150896, '__ci_last_regenerate|i:1667150896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667150890;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8204e4a07cfca4d01c80c4a1c468419b68366916', '52.167.144.164', 1686202653, '__ci_last_regenerate|i:1686202653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8204f1baf15f7f270afdd18b0fe4b0e39aefb88d', '52.35.65.111', 1680961340, '__ci_last_regenerate|i:1680961340;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 ('82085e00a5545d5337a9b81f9be461b14b40534b', '52.167.144.107', 1680738765, '__ci_last_regenerate|i:1680738765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82094945781766d6e39824d429920b1b51ec3be6', '190.148.157.206', 1656525418, '__ci_last_regenerate|i:1656525418;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656510643\";last_ip|s:13:\"200.119.170.0\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656524685;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('820bd8d1d01b1b85c75d61d1d59a0171935d7a7f', '5.188.62.26', 1654942268, '__ci_last_regenerate|i:1654942268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('820d551b60aad624b0a3eb870a4c2d13ffad7f1f', '200.119.174.54', 1657980948, '__ci_last_regenerate|i:1657980948;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657927453\";last_ip|s:14:\"200.119.174.54\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657975612;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('820e20e114b15dcd853dc616a3c78a16c3465203', '54.36.148.91', 1656852435, '__ci_last_regenerate|i:1656852435;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 ('820eb52bfb5cad8635db723fcd623a985ed26ca8', '114.119.142.85', 1688386495, '__ci_last_regenerate|i:1688386495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821034386fb4509ceead29109d2a20d4a5775195', '190.148.252.85', 1666202517, '__ci_last_regenerate|i:1666202517;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666129007\";last_ip|s:13:\"190.56.49.109\";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 ('82104424136c8708c6385610e3442b2b6a59d730', '114.119.132.218', 1688275511, '__ci_last_regenerate|i:1688275511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82111661aea7a842d2328409c37d8d9df26fb5de', '114.119.156.49', 1685504185, '__ci_last_regenerate|i:1685504185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821178fbca9a2d9aad50a0264b32cff95aec9fcd', '157.55.39.217', 1683290138, '__ci_last_regenerate|i:1683290138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8211a78ace11618712c1a531aa562c1218b57d16', '40.77.167.123', 1682790492, '__ci_last_regenerate|i:1682790492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82121ec1c21ae1f594c6cda188b57574cd4855cc', '52.167.144.164', 1686326173, '__ci_last_regenerate|i:1686326173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8212f9782d1c27accb97f39d789c55046809dd71', '200.119.173.130', 1675816983, '__ci_last_regenerate|i:1675816983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675816353;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8213e6e602bdd3386f4c67c842845f12ae69a636', '190.56.32.243', 1684799273, '__ci_last_regenerate|i:1684799273;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684799273;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8215bce0dcfb1509b7b56f3d4de479744707e871', '51.222.253.9', 1681960472, '__ci_last_regenerate|i:1681960472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8215f6546e4fc6370acd248cae5f7493f7a8e75c', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82165903f0b3cdbe5786d1bf7585c20a64b231ae', '52.167.144.98', 1685405985, '__ci_last_regenerate|i:1685405985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82175e0ca4938131a4d7e056a4cf49b395282717', '190.56.173.251', 1651944990, '__ci_last_regenerate|i:1651944990;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('821775854cabf72b324e8121c8c68a9292c442d3', '40.77.167.175', 1679986902, '__ci_last_regenerate|i:1679986901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82179e307deb77b8c8dca81412fa60f62593dd5e', '114.119.152.207', 1686942127, '__ci_last_regenerate|i:1686942127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8218a03b57b0adbcd0c947067c995abdd5de05dd', '34.239.128.244', 1668629156, '__ci_last_regenerate|i:1668629156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821b0dc86cf6d4fc82b520eed864e3e053b56847', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821c132f19030a075bee36227abd0d4e9a32deee', '190.148.157.80', 1669296230, '__ci_last_regenerate|i:1669296230;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669236445\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669293655;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821cf6e5fde51fdcb4db357a5f5bd9268d3ed6c5', '190.148.158.69', 1685757700, '__ci_last_regenerate|i:1685757370;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685757700;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('821e0f769a832aa4a9d80e571b9a9af3ae6ecb37', '52.167.144.74', 1688297585, '__ci_last_regenerate|i:1688297585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822013ac44b2631a9744307610b64240cdaf54f6', '74.208.2.154', 1682136367, '__ci_last_regenerate|i:1682136367;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8221c872ae48be1e01b03bff22d74f790080fef6', '52.167.144.164', 1685588681, '__ci_last_regenerate|i:1685588681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822366f12c3f5ea912bd6c02890f409afbcf9c0b', '157.55.39.147', 1672582941, '__ci_last_regenerate|i:1672582941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822443f25d9b3b69cf939865399e1e1509c7c5c3', '190.148.157.184', 1651856911, '__ci_last_regenerate|i:1651856911;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651786305\";last_ip|s:14:\"190.56.173.169\";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 ('8224739b1607a14d3d087a1b822674c6b47f25f3', '190.56.32.32', 1686234899, '__ci_last_regenerate|i:1686234899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686234449;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8224d8803a836633ab572c4df518d5c156d973fc', '157.55.39.51', 1669419361, '__ci_last_regenerate|i:1669419361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822772a2eb40ee3383333ec8c3d6f2bfa58fcb07', '114.119.147.213', 1684936301, '__ci_last_regenerate|i:1684936301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8228211089c6972aca8a5e631f7f6bd227545b96', '52.167.144.164', 1686211447, '__ci_last_regenerate|i:1686211447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8229a73aa1c70cce98ae7147242f73b96ede8c1d', '157.55.39.64', 1672399697, '__ci_last_regenerate|i:1672399697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822ad8aad5f5e40a837b4d820241bb85faab7d57', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822b381ce46ab246ffed4f5ad3fff3fcede0e9f7', '93.159.230.90', 1675712138, '__ci_last_regenerate|i:1675712138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822b8aa31657a82cdee3807bca1df4496bc105dc', '200.119.170.210', 1669765887, '__ci_last_regenerate|i:1669765887;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669765887;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822d7228b099e11604db3b213be60bd6c9520a13', '52.167.144.98', 1685975590, '__ci_last_regenerate|i:1685975590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822e682bbf77aee53692559209476adda25e7595', '40.77.167.85', 1683903005, '__ci_last_regenerate|i:1683903005;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 ('822ef3b12f6fe7a156ce36b20bdbbdaeaedc7c68', '157.55.39.65', 1661257304, '__ci_last_regenerate|i:1661257304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822f16275542db6aeae8f52c5d86d6e50c014dd1', '190.56.173.213', 1683424419, '__ci_last_regenerate|i:1683424419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683424050;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82309cf9bba2da0d295ae9c6c4dcc390109edc9f', '200.119.170.16', 1666828465, '__ci_last_regenerate|i:1666828465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666828461;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82331cf1392d0af68002c1d4e66eb9cf1190a199', '190.56.50.105', 1660663084, '__ci_last_regenerate|i:1660663084;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660658243;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82335480a328be8e4ada8614833e4536acbb7c7d', '157.55.39.253', 1682707627, '__ci_last_regenerate|i:1682707627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82353159728c8b1b2aa98efc90008fb147a49b1d', '40.77.167.161', 1676702703, '__ci_last_regenerate|i:1676702703;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82366e5c246236c3fe620fce7d12cff26cb17fe4', '52.167.144.63', 1686889998, '__ci_last_regenerate|i:1686889998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8237c1acf2e88cba8554cb28a19afd12d98daee5', '93.159.230.88', 1676489038, '__ci_last_regenerate|i:1676489038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8239f48f93de0edbd016ece4bc265a199dedb970', '114.119.152.50', 1688406073, '__ci_last_regenerate|i:1688406073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('823b9e548cf87293273ecec5047f84b0bc1756a6', '46.161.11.81', 1654175596, '__ci_last_regenerate|i:1654175591;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('823c67d29ea920a493b36a7a1f20a253fd71f1d0', '207.46.13.230', 1657914881, '__ci_last_regenerate|i:1657914881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('823e8398f4052e287630a50b3915a63961ce896c', '40.77.167.37', 1669794994, '__ci_last_regenerate|i:1669794994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82401bfc8ceb4817021a4ce6222bd0541098165e', '51.222.253.18', 1665574265, '__ci_last_regenerate|i:1665574265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82404e28f2b17698d6c2018b58a5467f9d9094f2', '35.164.95.58', 1681825404, '__ci_last_regenerate|i:1681825404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8240b3004332e0b01c6757b002b3bcf89429b684', '52.167.144.98', 1686573740, '__ci_last_regenerate|i:1686573740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8240cbe92f11e3c1be958dbe599074fd33706a4f', '190.148.157.80', 1669301117, '__ci_last_regenerate|i:1669301117;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669300070;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82410d8a0c4693c01256a880fdcbc8dc7a54f8f7', '54.187.237.224', 1682083268, '__ci_last_regenerate|i:1682083268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824195d8ac1b96d520dc2c84e855eff62f1a60ae', '190.148.157.53', 1683828647, '__ci_last_regenerate|i:1683828647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683827506;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8242979ec4290acf296d618283b2dc5f301453bc', '66.249.79.195', 1687613841, '__ci_last_regenerate|i:1687613841;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824604074f024d214ae780e4b4c924dbe1b5397f', '190.148.87.182', 1679770880, '__ci_last_regenerate|i:1679770880;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679770534;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82477f5a70028d9c0fd574437e54e0bbcab8c323', '52.167.144.171', 1685720000, '__ci_last_regenerate|i:1685720000;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8247b61c971754f77567780cc956569aa0b24141', '51.222.253.8', 1651701096, '__ci_last_regenerate|i:1651701096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82488c9fa347d9fefd670968529b55afc0ea01c2', '52.167.144.74', 1688485320, '__ci_last_regenerate|i:1688485320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824a23f3a946d00a584ca422350e2c2b26a9660b', '114.119.139.26', 1688401310, '__ci_last_regenerate|i:1688401310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824a3d6687df27f49f4f01131e2d03adc0b9fb18', '190.56.54.156', 1665186680, '__ci_last_regenerate|i:1665186680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665186657;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824a71d0d6acaef59232f74e9ea1ba30c16f1ed5', '52.167.144.162', 1682405884, '__ci_last_regenerate|i:1682405884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824a94cb79110c59159113e261933f9e41085dde', '200.119.170.221', 1664459499, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824e0b06e3f0dcc90a38e8ede2a8b3df88d24e22', '52.167.144.74', 1688042496, '__ci_last_regenerate|i:1688042496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824e0e5a33dc898dca1f3e678c64994b8a19228d', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8250230716de156f389c96a5a373bfdc887b7274', '17.121.113.7', 1652701328, '__ci_last_regenerate|i:1652701328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8250e8ac3dc311645b727ccf77cdd6d53bc74a3a', '20.211.34.101', 1659444003, '__ci_last_regenerate|i:1659444003;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825125446c55897029689df531f03a30d5b54478', '190.148.252.98', 1659997715, '__ci_last_regenerate|i:1659997630;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659547766\";last_ip|s:14:\"200.119.172.95\";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 ('825898f298486bd38ff9ea2ec72d07048472f6c5', '52.167.144.164', 1686100737, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825a25d6b6756f29490ccbb8603af67a097e587d', '5.188.62.26', 1656354852, '__ci_last_regenerate|i:1656354848;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825b410dc31f105e5ba0a7c4e6428e7b79eab0e0', '157.55.39.128', 1673213630, '__ci_last_regenerate|i:1673213630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825b89cd3b6cc73586e879ec6cffaf44adb25db1', '190.56.50.253', 1682637404, '__ci_last_regenerate|i:1682637404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682637331;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825e0dacf147c232feb537909c0cd78fef5c6737', '54.36.149.84', 1672707148, '__ci_last_regenerate|i:1672707148;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 ('8261baf398cc5170f6aa2b1043414d11fa487347', '190.148.158.175', 1672514262, '__ci_last_regenerate|i:1672514262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672512670;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8263cdc7186775f4c5d8c907d8bf475ef86e58d4', '66.249.66.162', 1686740885, '__ci_last_regenerate|i:1686740884;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8265cca93233a69ee0fcf8cafd425c1fcc9f0ca6', '51.195.216.255', 1650743652, '__ci_last_regenerate|i:1650743652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('826663c84e3bf02dbe7e3db9233842ff1658f74e', '190.56.49.109', 1666120258, '__ci_last_regenerate|i:1666120258;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666119853;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82682372d41d7488d4217b84b79156ce82ba8793', '54.36.149.47', 1668251676, '__ci_last_regenerate|i:1668251676;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 ('82696a1cc0b0cd9661cd79b81678d1316337694c', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8269b349b453509ba711234e20f7d1c5f747002c', '66.102.8.71', 1667453265, '__ci_last_regenerate|i:1667453265;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('826cd6601b39c772fbb24607893bf891dad12ab0', '157.55.39.217', 1683265892, '__ci_last_regenerate|i:1683265892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('826dc60924087b5172bc063dcfabb3a98dba0d46', '114.119.128.19', 1688063127, '__ci_last_regenerate|i:1688063127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('826dce44b2897ac4c96f48494b4add42553d25ef', '157.55.39.147', 1672094537, '__ci_last_regenerate|i:1672094537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82736e22c0a51cf53a73aa5a89072aea242f1e35', '93.158.91.204', 1672591705, '__ci_last_regenerate|i:1672591705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82737469a5d23cd2b5356712ec019a1bf8ba44c2', '34.215.65.29', 1652880294, '__ci_last_regenerate|i:1652880294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827461531c89b27ce987b33568b6a322b00f41e7', '79.185.152.42', 1670502358, '__ci_last_regenerate|i:1670502358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82749bbc7513d38aaca4e662b88720186e7007b1', '114.119.152.207', 1688127395, '__ci_last_regenerate|i:1688127395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8279200128e989c8a0ddd4169265ed49c1184c76', '52.167.144.162', 1686507880, '__ci_last_regenerate|i:1686507880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827941f8d8a5ed47e48a79b5ed7335e66e569736', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827944e3ce68ce2f76ecc53d7ddd220bdb2bf19c', '93.158.91.187', 1656537384, '__ci_last_regenerate|i:1656537384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827b7e2775830270278037e4c3e6979dfd3dc39d', '157.55.39.25', 1663378500, '__ci_last_regenerate|i:1663378500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827ba8a445b0220c02f7af9fa605978e834a0a36', '190.148.157.177', 1682376574, '__ci_last_regenerate|i:1682376574;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682376564;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827d7ef5645d2e568c4cfcf95040fb76413db39c', '190.148.87.96', 1678291626, '__ci_last_regenerate|i:1678291626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678290372;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827e19a39af74ca4c3394df95b9c1e2300c90942', '200.119.170.209', 1656880788, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656880600;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656855612\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656880788;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827e789e2380aad4ba476ec0593c147339e035e6', '200.119.170.221', 1664391322, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664391322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664391310;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8280b02f993932ae16d87127e9df4b2b8e1574f8', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8281c1b7c41685a7a7655b950614d893b0c31112', '114.119.153.67', 1687611948, '__ci_last_regenerate|i:1687611948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8282c3ed169c389c66a8eab0a5db2eed8144b93a', '35.89.55.184', 1668001089, '__ci_last_regenerate|i:1668001089;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 ('82843e4d5c2bcb5ba6ed8c1eb15864318358b1eb', '190.148.158.69', 1685830235, '__ci_last_regenerate|i:1685830235;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685830178;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8288328e6c4f078dd662d57c8aadeb500815554e', '114.119.150.239', 1686505850, '__ci_last_regenerate|i:1686505849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8289b8dd44a180757960b4df12e3c05a103df9cd', '51.222.253.14', 1662167423, '__ci_last_regenerate|i:1662167423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('828a0e0322ef262b4e2d8b09674ab9198ef6b5e7', '52.167.144.82', 1687496025, '__ci_last_regenerate|i:1687496025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('828ae6da7d0937ed67e425e88961b73204781692', '17.121.112.94', 1655477811, '__ci_last_regenerate|i:1655477811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('828c7a9e7f2f8dc447a398ac7625a9c623e85baf', '17.121.114.242', 1653058956, '__ci_last_regenerate|i:1653058955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8291f47f31b821cb90626c50cefba359ec49bd2a', '51.222.253.7', 1666877558, '__ci_last_regenerate|i:1666877558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8292f6c837486c848f06879b9ad838933bd51912', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82952b62084939232792bac20046560c6f5d11ab', '66.249.65.97', 1651350553, '__ci_last_regenerate|i:1651350553;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 ('8296b5cf392f2ce6f345cfc4aa4df2eb42e10e5c', '40.77.167.175', 1680347689, '__ci_last_regenerate|i:1680347689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('829af2e79892b1d3807af29b30361f005ccede42', '190.56.55.113', 1673558393, '__ci_last_regenerate|i:1673558393;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673558370;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('829cf34845247743a4da888aefa81f0080c7dbef', '207.46.13.205', 1671750098, '__ci_last_regenerate|i:1671750098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('829db9826d2c1d3da7a501662d5628374bc3a32b', '190.148.87.244', 1654617595, '__ci_last_regenerate|i:1654617595;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654616374\";last_ip|s:14:\"190.148.87.244\";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 ('829df028a68d513a013c54313f0ac9fb3b88eabf', '114.119.159.33', 1684468502, '__ci_last_regenerate|i:1684468502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('829e379dc2f2792fc4e0e3d88289bf6f1cdf2fc4', '51.222.253.2', 1674667458, '__ci_last_regenerate|i:1674667458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('829f10151445c833c33cb45d75f61916da9cf186', '5.188.62.140', 1653332924, '__ci_last_regenerate|i:1653332921;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('829fba0d34b0830d7a42b16794d961b991324279', '114.119.144.38', 1686925643, '__ci_last_regenerate|i:1686925643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82a00b1193fbf8034cf0375015288a526635e6ee', '200.119.173.67', 1679337388, '__ci_last_regenerate|i:1679337383;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679066929\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"n2wXBi0W5MS9PdV7pIA1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82a6108207e63d1e256746bf3bbac5470a547da2', '207.46.13.10', 1672569995, '__ci_last_regenerate|i:1672569995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82a6aed9231c831f11eea1447bd9a23df49d3f55', '54.36.149.65', 1657666135, '__ci_last_regenerate|i:1657666135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82a798fc6bc74edae4178a3658744361c6127540', '34.214.124.86', 1672665695, '__ci_last_regenerate|i:1672665695;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 ('82ab960a372d5e6685c633bbf98a05e0fbe86b2b', '5.188.62.140', 1653281524, '__ci_last_regenerate|i:1653281524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82af40550c4ab4909ef6d92acda31a93c2066de3', '17.121.113.113', 1658087422, '__ci_last_regenerate|i:1658087422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b2a79ccd568bd152746570db68b14f9cc74386', '18.237.240.247', 1666829552, '__ci_last_regenerate|i:1666829552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b3ffd8eb18311032d233a0758ce2264222bb30', '200.119.173.78', 1682893352, '__ci_last_regenerate|i:1682893352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682893293;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b55220a0066f3433532132fc1e2d831fa80101', '190.148.252.161', 1669848312, '__ci_last_regenerate|i:1669848312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669848307;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b55be184233bbbf6678c61968b7c4d5c03725e', '114.119.158.151', 1688545477, '__ci_last_regenerate|i:1688545476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b5c167fd70df3b1ff7372dfda951cbdfba7395', '200.119.170.221', 1664389887, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664389887;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664389879;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82b66165328c0b39ad2c2abcf12d1197c159b3d8', '51.222.253.5', 1688530147, '__ci_last_regenerate|i:1688530147;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 ('82bb2d3308d2bc22e145197cbc02f52ea669d10a', '114.119.150.110', 1687622394, '__ci_last_regenerate|i:1687622394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82bb8c8e5b5bd3074d5a9fb8449261b7b9fd2b91', '114.119.140.166', 1687047849, '__ci_last_regenerate|i:1687047849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82bcd9a0bdac605c1805186f06dd6f82a0cbd938', '35.88.37.15', 1684444142, '__ci_last_regenerate|i:1684444142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82bd1486ae0aca009574f83d1bc702dcafd222e8', '200.119.170.209', 1656679821, '__ci_last_regenerate|i:1656679821;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656636165\";last_ip|s:14:\"190.148.252.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656679813;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c31008d680515fc2316cc05085f99371b1be84', '114.119.139.123', 1686509693, '__ci_last_regenerate|i:1686509693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c32afc07772ef0145156fc7a215d541cc4171e', '40.77.167.182', 1683218119, '__ci_last_regenerate|i:1683218119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c36283a81ecbf1dae3cd28949f4f4c3d12b25d', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c375416d8f2b1b6fce61624a63c8b3e9274a9c', '17.241.219.239', 1682884116, '__ci_last_regenerate|i:1682884116;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 ('82c4d23e7701b134fe9a47e4d897a0dfe81f0f6d', '142.93.201.0', 1654711819, '__ci_last_regenerate|i:1654711817;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c54c5b6aec3b41f0eb8918512e07d3e957de25', '200.119.172.60', 1675036648, '__ci_last_regenerate|i:1675036648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675036646;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c59c9d2c024d0ac8fae412ece6b1da2bccfa7c', '72.55.136.154', 1684624539, '__ci_last_regenerate|i:1684624539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c64e36ea0bdb874adfcfdf1f1998b44435134d', '40.77.167.146', 1687846615, '__ci_last_regenerate|i:1687846615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82ca328c01dbc65d9bdf320ca6708ff4ae2d847c', '35.92.217.31', 1681564631, '__ci_last_regenerate|i:1681564631;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 ('82cbe4cfe49e440f42b89968996077d3b3ca36ff', '172.190.108.112', 1683790947, '__ci_last_regenerate|i:1683790947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82cc6ba9a61ea1fdd118432deeeffe61fdbfa643', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82cf9fcc8e8e16030ed26afbc51f5a14cafc771f', '162.55.180.182', 1660111901, '__ci_last_regenerate|i:1660111901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82cfd69b8e24d6e6dac325758df57e279a1d0f70', '114.119.142.131', 1685104812, '__ci_last_regenerate|i:1685104812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d1e44625176b8d662998883c220491f8b67890', '40.77.167.182', 1683151294, '__ci_last_regenerate|i:1683151294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d24e10618c8ca3620e2b9925150a746dc5b0cb', '207.46.13.11', 1669419436, '__ci_last_regenerate|i:1669419436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d3c0d0d97083109f5a826edf3f8340d78c6d6d', '114.119.147.213', 1684962032, '__ci_last_regenerate|i:1684962032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d3d6eed7190ae4aa21b3f8c29dd9e7e7eca9da', '69.167.12.35', 1681555077, '__ci_last_regenerate|i:1681555077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d3fbeb934ced87af4a7a2cdb6912791de1911f', '144.217.135.181', 1653430257, '__ci_last_regenerate|i:1653430254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d409b615c80e4b2ef53126961c100756d37530', '5.188.62.140', 1656377661, '__ci_last_regenerate|i:1656377661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d57c82caf7c6da73f23a9af537adc734c2e9c0', '52.167.144.171', 1685750036, '__ci_last_regenerate|i:1685750036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82d963cf41bda501e62d2d10841e33caeb18fa9b', '114.119.136.215', 1684511037, '__ci_last_regenerate|i:1684511036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82da09da102b5e343e22aa0ec7baf4f4df7e7dce', '200.119.168.118', 1668013092, '__ci_last_regenerate|i:1668013092;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82da7274735d21fa833c235b00f4e5d75ff553f0', '190.56.32.243', 1684694608, '__ci_last_regenerate|i:1684694608;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684694555;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82db67ce5327a48a247034222d2f24a072f3900c', '114.119.140.166', 1688094516, '__ci_last_regenerate|i:1688094516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82dca7cc204674d8f29aa7c6598472646fd557f2', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82dd5bd7675ce842998dfb7c6f6728bd45f6a0ad', '114.119.143.77', 1685360708, '__ci_last_regenerate|i:1685360708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82de03e8b03ecf42e2df94442e446930350d0b3d', '114.119.140.103', 1686634043, '__ci_last_regenerate|i:1686634043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82e20d52f2d4adae5a228f13ea3f59c3c7faadb8', '66.249.77.46', 1678221962, '__ci_last_regenerate|i:1678221961;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82e7efcfb5866c2c0cda766b5cbc36f14c988b0e', '40.77.167.91', 1686887072, '__ci_last_regenerate|i:1686887072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82e8fa7fdea399ed5bff1b04720e1b95c1734683', '207.46.13.12', 1675948969, '__ci_last_regenerate|i:1675948969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82ea285394fe429650ebdbb78d450b52f1adb8bc', '40.77.167.100', 1672704702, '__ci_last_regenerate|i:1672704702;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 ('82ec08fe64306058c61cf0ecb43e2f1acd5f644e', '190.148.87.182', 1679598000, '__ci_last_regenerate|i:1679598000;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679597848;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82ed5bed8c69d2de1c23f4819f185d5bf654244e', '35.88.92.251', 1662470543, '__ci_last_regenerate|i:1662470543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82edadefc89c5c6d80284ea0ad32ca1df8217427', '207.46.13.179', 1673213635, '__ci_last_regenerate|i:1673213635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82edc6768a9ace4921f1f7d86f36e57cf7700206', '52.167.144.162', 1686510244, '__ci_last_regenerate|i:1686510244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f091d13d7d6f2a1ca6ac2de413fb26ad344227', '172.107.202.58', 1661048009, '__ci_last_regenerate|i:1661048006;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 ('82f0a7ae3d9558474092094ac1b22b02500a57ca', '51.195.216.255', 1650743480, '__ci_last_regenerate|i:1650743480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f1d8900baf0fcc205a1fcb5c0ede7f9d6e6973', '199.244.88.229', 1663707308, '__ci_last_regenerate|i:1663707308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f1f611d578b4718291261905798cc12515af0b', '190.56.50.15', 1667087860, '__ci_last_regenerate|i:1667087860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667087388;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f1f9e55567cd2796fa13340e2e5de14e440412', '34.215.2.239', 1680961193, '__ci_last_regenerate|i:1680961193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f2c9012b7f43662a26f7a7363f07d4c4fee612', '190.148.158.69', 1685542678, '__ci_last_regenerate|i:1685542678;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685401402\";last_ip|s:15:\"200.119.173.177\";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\";user_csrf|s:20:\"VfaI1LPe92vTcXtjQilZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f41944616d845e079248788913ac1dfce55a0e', '51.195.216.255', 1650895986, '__ci_last_regenerate|i:1650895986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f7ec72489875b0c544616da57391250f17a4c9', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f851e5075d95d1740da8d03c6b37849a2e4556', '200.119.170.145', 1654811863, '__ci_last_regenerate|i:1654811863;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f95ca781d2e11a049b9ed968202ebb234fff25', '114.119.134.67', 1685627453, '__ci_last_regenerate|i:1685627453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f9de83dc5b8f406202c06ca0691eb1b8a45052', '23.226.28.20', 1660776145, '__ci_last_regenerate|i:1660776144;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82fc762fee5d7baac5eb1a08ad85a2c7ec206be3', '190.148.157.173', 1652390803, '__ci_last_regenerate|i:1652390803;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652119451\";last_ip|s:14:\"190.56.173.251\";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 ('82fce28a071b2da017d2ed81f1a287494694c485', '52.167.144.98', 1685619152, '__ci_last_regenerate|i:1685619152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82fd9abd50d742a810c8dc897661bdbdb390f8cc', '190.56.55.48', 1687528762, '__ci_last_regenerate|i:1687528762;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687528517;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82feade31c56bb2ad9ed17fed573a85d65898867', '114.119.156.227', 1684453501, '__ci_last_regenerate|i:1684453501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8302f34bccae1659a61cc71cff0d3c3ac83f2a72', '93.158.91.189', 1687149735, '__ci_last_regenerate|i:1687149735;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 ('830441341bca2a60ac6662ddabba4650bfb42bef', '114.119.141.194', 1687345374, '__ci_last_regenerate|i:1687345371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8304d36c91cdcdd5be6263c252179f24f967c53c', '34.211.211.247', 1674047596, '__ci_last_regenerate|i:1674047596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8306f4f377275292a38b02f43db97400d33de5be', '186.58.120.48', 1657310370, '__ci_last_regenerate|i:1657310370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8308b4def8c3f55b32c18b5cc5237f864179af5b', '51.222.253.20', 1658645571, '__ci_last_regenerate|i:1658645571;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 ('830affa29256e3bc1b7831bbf99318b7a2227e8b', '40.77.167.49', 1665836908, '__ci_last_regenerate|i:1665836908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830b8f1b9aaaeee3463a3e058f585f8cfddafe29', '114.119.157.139', 1685150834, '__ci_last_regenerate|i:1685150834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830ba2a8211854f16e0bddd2ea6793898e0ff4dd', '54.36.149.76', 1683875344, '__ci_last_regenerate|i:1683875344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830bf81331958d97d3759b4d0fb6394eeb4ff1b1', '52.167.144.31', 1681223239, '__ci_last_regenerate|i:1681223239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830c5ea68e8399917cb5a9545795490498046f38', '200.119.170.168', 1670623048, '__ci_last_regenerate|i:1670623048;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670622372;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830dd58151126776b91512f9daa8808303729787', '200.119.170.168', 1670684629, '__ci_last_regenerate|i:1670684629;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670683438;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830e78dbb10fd279f43f0f53dc6620279b2c032b', '40.77.167.123', 1682611584, '__ci_last_regenerate|i:1682611584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830ee248e6087b520c4c922e58727da885c285a1', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('830f174a9de19bf42b0e18d89148a07acaf93171', '51.222.253.16', 1679800727, '__ci_last_regenerate|i:1679800727;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 ('831027bf5842fc5f6ed8298638af13b15ac8b448', '114.119.137.2', 1687973880, '__ci_last_regenerate|i:1687973880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83117414c68d7426775e55e96feb9e8f71b4ffee', '207.46.13.154', 1670915542, '__ci_last_regenerate|i:1670915542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('831406eb34e30c021f86128b416c2995cbbf4cc5', '114.119.129.208', 1688191233, '__ci_last_regenerate|i:1688191233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83162ddb98bd3d6217c28f81d142b0d4b022a133', '17.121.114.28', 1659169563, '__ci_last_regenerate|i:1659169563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83181ddb026703e3b568c25afb2e925335591a42', '114.119.155.230', 1684615622, '__ci_last_regenerate|i:1684615601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('831a69e003989a818b7f119bd1309e6460b75203', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;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 ('831c0d7c6579ffa24543d7c8d8133a769bf48f5a', '114.119.152.69', 1687550591, '__ci_last_regenerate|i:1687550591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('831f511417a9444661081f284ebc091e7afdff89', '54.36.149.79', 1655462472, '__ci_last_regenerate|i:1655462472;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 ('8320c8a31e0ef5589a72666e728d0b8c3e3c91db', '144.76.68.17', 1683715111, '__ci_last_regenerate|i:1683715111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8322b1ca2ffd3c4f5e158fa2e67659224b609947', '114.119.134.107', 1684083199, '__ci_last_regenerate|i:1684083199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8323cfb1e22698cf49bebf12ba06858d7856e6b4', '190.148.87.96', 1678240163, '__ci_last_regenerate|i:1678240163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678238464;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83244f168980c3cbf5d340dc413977f7be993b72', '190.56.50.15', 1667054041, '__ci_last_regenerate|i:1667054041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667053993;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8325a8708fe48fa65912e895a8176a9c8f7829d2', '190.56.51.152', 1651935439, '__ci_last_regenerate|i:1651935364;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651853016\";last_ip|s:15:\"190.148.157.184\";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\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8328a67538205ad14cf92421e774c2d503eada70', '200.119.172.60', 1674609271, '__ci_last_regenerate|i:1674609271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674609199;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('832a0a139c0084f45575d07e2fba8d5c15d09748', '190.56.32.162', 1686443045, '__ci_last_regenerate|i:1686443045;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686443012;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('832b1fc0b4142df493a8db794c896b41e938529a', '190.56.32.174', 1676737093, '__ci_last_regenerate|i:1676737093;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676737090;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('832b4f1b0a13cd62a43e7e9ae780021a457a6326', '114.119.156.9', 1686612790, '__ci_last_regenerate|i:1686612790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('832f2c945cb49af668b35dda5a7c472e82ec6ce6', '40.124.82.169', 1651546712, '__ci_last_regenerate|i:1651546710;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 ('832f96d9d7e97ae5714b68a49c4c6086f513f925', '54.200.216.135', 1673530982, '__ci_last_regenerate|i:1673530982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('832ff9658a40d52fba2f464d25630098bb694520', '190.148.158.69', 1685919770, '__ci_last_regenerate|i:1685919770;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685919752;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('832fffbfc065dff00eb8579bc59fa2c8a541b759', '51.222.253.13', 1653057481, '__ci_last_regenerate|i:1653057481;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 ('83310c1feaafaf9903248aa87486094ae5403adc', '35.93.95.35', 1673097884, '__ci_last_regenerate|i:1673097884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('833215a8f0c2daee7cb9001abd8fbc177f349994', '51.222.253.6', 1672011608, '__ci_last_regenerate|i:1672011608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83323c15b10fd070e75fe18c6811c22c65ebf02f', '114.119.167.239', 1688064860, '__ci_last_regenerate|i:1688064860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8332883057555a13d1f091300c63d68a5a83ef0b', '190.148.252.151', 1671371837, '__ci_last_regenerate|i:1671371837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671371818;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83353ef928b114985f276401c8671caa4f7c4751', '200.119.173.130', 1675812700, '__ci_last_regenerate|i:1675812700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675812698;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83380abbda70fb8d07e143f5a450ad95cc3eea50', '3.111.41.2', 1670738473, '__ci_last_regenerate|i:1670738472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('833941cf7cd1ada4b4122b5b8f3ae479fb735727', '190.148.252.111', 1677797906, '__ci_last_regenerate|i:1677797906;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677797903;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8339ab0127d042c4376183b93ae82479e4fd8f8c', '114.119.159.134', 1688292805, '__ci_last_regenerate|i:1688292805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('833aa796f85923b6d5c04ed4201417ef748a80ae', '17.121.114.107', 1653217491, '__ci_last_regenerate|i:1653217491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('833aaefa9657e0db2012e1d885faf787cf54716a', '200.119.171.24', 1665926907, '__ci_last_regenerate|i:1665926907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665926895;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('833c983fa5a4497a997dd33461e7340fa1beb481', '69.167.36.21', 1681022751, '__ci_last_regenerate|i:1681022751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8340e8b465cfab694bb5e41fc9bf0a1dd21625ca', '200.119.173.78', 1682808669, '__ci_last_regenerate|i:1682808669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682808666;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8341c098c201a91ba9a7a84ca3ddc178801c4ae4', '190.148.252.166', 1658161031, '__ci_last_regenerate|i:1658161031;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658152917\";last_ip|s:14:\"200.119.174.34\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658160542;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8342622843e4a221e9a4c59da9e0b4ad9fa2dbd6', '190.148.157.214', 1669726231, '__ci_last_regenerate|i:1669726231;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669725396;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83448b7e73417b5653c972dc4c41162b6f552619', '52.167.144.25', 1687246856, '__ci_last_regenerate|i:1687246856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8345a68c5cb270a8040410d8e24b4802f062ae88', '190.148.157.117', 1675642008, '__ci_last_regenerate|i:1675642008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675641995;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8347d119f1ee1f946a63e1e66b5763e2fd858002', '190.148.158.151', 1677018352, '__ci_last_regenerate|i:1677018352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677018345;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834a4c16c6813261f0cb87933ba34d3809430ee1', '18.189.2.21', 1680308344, '__ci_last_regenerate|i:1680308344;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834b46b4ac93b1a54f4989e7a960b745881bb936', '190.56.32.35', 1671807240, '__ci_last_regenerate|i:1671807240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671806768;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834b58ada4d346a48897826f42a9911b6a59fe12', '200.119.169.44', 1663693692, '__ci_last_regenerate|i:1663693692;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663683942\";last_ip|s:12:\"190.148.87.1\";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 ('834be3afe04de7a7ad8ae31007b52beb5008d184', '190.56.173.213', 1683220652, '__ci_last_regenerate|i:1683220652;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683220651;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834be64d48bc9486a04f85497ed5d5114cd1d195', '185.46.197.27', 1653289771, '__ci_last_regenerate|i:1653289770;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834c3ef4fd93b6ac3798cc5cd12a3b08acf7715a', '114.119.135.57', 1685910519, '__ci_last_regenerate|i:1685910518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834ee92a338204d7f871d6b164156ade9b76d2c2', '46.101.63.152', 1652762866, '__ci_last_regenerate|i:1652762866;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 ('834fcfce48be71d140069b8108ff8a9982ef68ae', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83501d42b5fb001a3a326ab7122623bd9985abc1', '52.167.144.89', 1679274507, '__ci_last_regenerate|i:1679274507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83505777c968d9085b75a6c71a71b964248b0789', '190.56.32.164', 1664568192, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664568192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664568175;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8350a039215b0d4176fd22521248d0c822a927c6', '66.249.64.36', 1677171885, '__ci_last_regenerate|i:1677171725;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83521eb5a76a1be7c01aa377ef5348b660d23fcd', '42.83.147.55', 1686002418, '__ci_last_regenerate|i:1686002418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8352faf0404d6a8d5da1689e1b47fb2f3f902b70', '190.56.32.243', 1684797127, '__ci_last_regenerate|i:1684797126;requested_page|s:15:\"admin/purchases\";error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8356bd8ca87336303a63ef09f603e5b8b01d9d6e', '200.119.170.168', 1670677530, '__ci_last_regenerate|i:1670677530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670676251;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8357dc7c2177f677b80e90d16e7fddc92ddc7858', '114.119.153.191', 1688420871, '__ci_last_regenerate|i:1688420871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835a0139722a69ff65d8b169914d7985280896e3', '190.56.32.35', 1671893614, '__ci_last_regenerate|i:1671893614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671893574;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835aec2a3c6e7ccbeba93ec3807b07503aa5c3b6', '207.46.13.213', 1678845469, '__ci_last_regenerate|i:1678845469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835ce53afd870645aab2f1cce3ab0734b2b2e83e', '207.46.13.207', 1685876020, '__ci_last_regenerate|i:1685876020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835d88378d49cd55b79352684273bac09f1315db', '40.77.167.161', 1675382686, '__ci_last_regenerate|i:1675382686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8361da689e9f47289a96f30bdcfa8f89233d103c', '190.148.252.183', 1681431453, '__ci_last_regenerate|i:1681431453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681431448;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83646412aa4504fb96ebccaf2234672655def27d', '114.119.148.202', 1686143108, '__ci_last_regenerate|i:1686143108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8365b35d493aea7428f335151eb76c2e52c07cc3', '205.210.31.24', 1654994341, '__ci_last_regenerate|i:1654994341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836ac3adeadff0d8352daeef1c267a9868ced7dc', '40.77.167.86', 1678457619, '__ci_last_regenerate|i:1678457618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836b32230b428390a883a7a4487903bea1115f12', '17.121.113.221', 1650968135, '__ci_last_regenerate|i:1650968135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836b59191d121526d4c313ba3203b3baa912510a', '207.46.13.154', 1670806751, '__ci_last_regenerate|i:1670806751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836c128519693e61559ae9aa9a584706e11fe1f7', '64.246.178.34', 1667698782, '__ci_last_regenerate|i:1667698782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836d88030441c6e154769946f661b58c78d71d45', '190.148.157.177', 1681933058, '__ci_last_regenerate|i:1681933058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681933030;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836f63f431e92593bf7435ee890e29aaa497d5bc', '51.222.253.2', 1654159980, '__ci_last_regenerate|i:1654159980;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 ('836f7ffb9d8dbaab992c40541ba053c9bfce384d', '40.77.167.43', 1653852549, '__ci_last_regenerate|i:1653852539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836f9dd4be0c2b0f32bf4e2c81443733530a8b66', '52.167.144.98', 1685366964, '__ci_last_regenerate|i:1685366964;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('836fa79ac0358ce597912df4bd6c0b3c6f35a920', '190.56.55.113', 1673357456, '__ci_last_regenerate|i:1673357456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673356714;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8371e4c9c306db639ac171cd0da7e5f272af39d7', '114.119.143.185', 1687623821, '__ci_last_regenerate|i:1687623821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8372f5e76344ea90b4d586e3661bbe774af6fe5f', '52.167.144.164', 1686767848, '__ci_last_regenerate|i:1686767848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8373c549593d17aeff24c875c73b31cd2cefb6e2', '190.148.252.195', 1653742037, '__ci_last_regenerate|i:1653741789;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653687731\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653742037;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8374a06958c0126a2617b36a6685a32372ffb0c1', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83755594abacf46f3d2d20fe110e4b1f36955005', '52.167.144.171', 1684590810, '__ci_last_regenerate|i:1684590810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83761e28f2cefa752ff67e50cb919b977950e048', '207.46.13.10', 1671221408, '__ci_last_regenerate|i:1671221408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8377203c9a7869a6437d1515a4b5ade5f0ec5ea0', '111.7.100.21', 1650686190, '__ci_last_regenerate|i:1650686190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83778b8b3e5666f74d7b2324e24aaf87a85d9eea', '54.36.149.51', 1676094464, '__ci_last_regenerate|i:1676094464;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 ('83780ba73f732169baea28af5e54415d8505cfa0', '190.56.49.237', 1665766551, '__ci_last_regenerate|i:1665766551;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665750466\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665766517;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('837888d025e6100f3dfa7e26193f53641d9b5cc7', '200.119.173.67', 1679349452, '__ci_last_regenerate|i:1679349452;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679349445;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8379ef3e2bdec02c7caa5c49414b279cd6b391bd', '207.46.13.6', 1671775920, '__ci_last_regenerate|i:1671775920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('837a0c012367b2cd23b615556fb8b29a0d43eb98', '207.46.13.210', 1686999481, '__ci_last_regenerate|i:1686999481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('837c92c4384374a149e57346821b10812e726fee', '190.148.158.151', 1677010052, '__ci_last_regenerate|i:1677010052;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677010049;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('837ced08c9cf271601697050847be275ec99350e', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83802d7ecd8ebae43e01caf0f637eab18304b1f2', '35.89.119.189', 1677848983, '__ci_last_regenerate|i:1677848983;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 ('8381bbe9a30e910617899dd9d81842d3adb807f0', '51.222.253.11', 1653705568, '__ci_last_regenerate|i:1653705568;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 ('838281c1fd41057295df831a9818f59a5dec1c6b', '45.81.39.197', 1685715478, '__ci_last_regenerate|i:1685715478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83834fd95d7c170cafdda6a8eb5ac972f67f7124', '51.222.253.8', 1666105279, '__ci_last_regenerate|i:1666105279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8386d2f21c0e2cdd098cf53ac9119a4ce8bb086e', '34.218.205.45', 1672602825, '__ci_last_regenerate|i:1672602825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83884499a6bfde881750e40571b5c53c645d4377', '207.46.13.11', 1668935011, '__ci_last_regenerate|i:1668935011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8389f83dfbc92aed626605200f9df8bfc258b785', '5.188.62.140', 1653297184, '__ci_last_regenerate|i:1653297184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('838c50f346c15afce4f23544022b7a09831f7f5a', '173.249.31.237', 1659409075, '__ci_last_regenerate|i:1659409075;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 ('838e32d379d46a8a0c5446a3c0f5632b4e56ea6d', '114.119.153.50', 1687688352, '__ci_last_regenerate|i:1687688352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('838f17f1dc3fd6002001040a5b5ed8480be7a9aa', '40.77.167.156', 1678582572, '__ci_last_regenerate|i:1678582572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8391a6af3fb33c20c246c621e89ba51420079d95', '190.56.32.32', 1686077073, '__ci_last_regenerate|i:1686077073;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686077036;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83924a94772254aa92d6aac24e239bee2025f80e', '17.121.113.142', 1654316920, '__ci_last_regenerate|i:1654316920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8393cebf23f5cee5e8faaa166cc632dc08854725', '114.119.141.200', 1687621786, '__ci_last_regenerate|i:1687621786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83941685052abb79d1a76f8bb33a713a7970114e', '114.119.154.73', 1688095005, '__ci_last_regenerate|i:1688095005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8394bc7e78457a3a13aab853f06a015c3a471e81', '200.119.172.65', 1659366037, '__ci_last_regenerate|i:1659366037;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659366027;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839752306edb1f813d46d32b5aaaf92215f88580', '93.158.90.66', 1680576685, '__ci_last_regenerate|i:1680576685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8397dac015e0b9c440a0880a94951a53443478c9', '190.56.32.37', 1670520645, '__ci_last_regenerate|i:1670520645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670520595;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8397f8968bc64c1b86e52aa1ecf0d51b0ef1e31b', '114.119.158.43', 1687929011, '__ci_last_regenerate|i:1687929011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83995fc3d7f6643373807f6ef87039a57c74f502', '52.167.144.171', 1685713330, '__ci_last_regenerate|i:1685713329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839a402f9c86c2f2b052f2db9fc4715156880396', '52.167.144.98', 1686025305, '__ci_last_regenerate|i:1686025305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839d6aa06af81132eb71b2b7653f0c754c117f95', '114.119.150.16', 1688169635, '__ci_last_regenerate|i:1688169634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839e84f89dedcc8bdbc8c60bb1769938da134ccf', '114.119.151.126', 1686920002, '__ci_last_regenerate|i:1686920002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839fa82f1f08874b8e7df200b884534108557a52', '190.148.252.183', 1681258441, '__ci_last_regenerate|i:1681258441;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681258317;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a1de8a964639b9a49e9a748e930b7e3d3b1ec6', '190.148.157.183', 1680567656, '__ci_last_regenerate|i:1680567654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680567655;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a3b86936f7e52166618c54963ab3cf9bf1ed19', '144.76.67.169', 1676801008, '__ci_last_regenerate|i:1676801008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a51814b091604c227a27a18dfecd90d74cf31f', '52.167.144.98', 1685739778, '__ci_last_regenerate|i:1685739778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a55e8be07caa5cb7620904638dc21c5b4f0749', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a57557aea47f3efcedd6100b400835f65b343b', '205.210.31.154', 1660049071, '__ci_last_regenerate|i:1660049070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a62a56ff8e8ac96c1e047920ffdedc9923f8e7', '40.77.167.169', 1676166026, '__ci_last_regenerate|i:1676166026;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a67cbd5aa3dda9bf4263026813e9e5678f1beb', '190.148.157.53', 1683642789, '__ci_last_regenerate|i:1683642789;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683641929;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a67fc3c84f7f019a816182c3632681e217635a', '114.119.154.124', 1688094681, '__ci_last_regenerate|i:1688094681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a76509d0d629c7143b0ba45812c29e0a328df3', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a7e75c1354f76060a9b03984ecf7a420fe9321', '114.119.136.111', 1686607687, '__ci_last_regenerate|i:1686607687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a8d1af13ea44815acf88602ae9eebc57cd6d6a', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83ac7d84c2dd53d17980ba567675bd552bffa746', '3.144.113.56', 1655174258, '__ci_last_regenerate|i:1655174258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83af02502332f33831e7d56e99df8d23098ccb43', '152.89.196.13', 1661053003, '__ci_last_regenerate|i:1661053003;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b09ee49c548f766405e5fc93f933b1252cdb28', '173.249.31.237', 1659409187, '__ci_last_regenerate|i:1659409187;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 ('83b49b1596e8ed066b2a8c3bade27ae128bfbd90', '51.222.253.20', 1652329469, '__ci_last_regenerate|i:1652329469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b508e27d990b365cdc13148990b896a0dd8936', '190.56.173.175', 1653323195, '__ci_last_regenerate|i:1653323195;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653102670\";last_ip|s:14:\"190.56.173.175\";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 ('83b5c6fc3ccd376b68c2e5cf2548e9ceb64908b3', '190.148.158.151', 1677433335, '__ci_last_regenerate|i:1677433335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677433314;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b5ce07184378a64500683ceaa9292eb910f11b', '207.46.13.205', 1671815555, '__ci_last_regenerate|i:1671815555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b75c391022cf84c2fc853fca80cb23bb0f982c', '52.167.144.120', 1688067639, '__ci_last_regenerate|i:1688067639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b7a2d3178bc840ae33a54d03aec8814e3dee35', '190.148.252.195', 1653676002, '__ci_last_regenerate|i:1653676002;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653675352;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b88aba5fc20940cff387cd5a7c8e911ac84910', '190.148.158.175', 1672534807, '__ci_last_regenerate|i:1672534751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672534807;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b9724f0294f5b1838e1388d1b46f331fd5b738', '190.56.32.174', 1676565366, '__ci_last_regenerate|i:1676565275;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676558419\";last_ip|s:13:\"190.56.32.174\";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 ('83bb190efd8f2057741a1912add57a71f0f65e98', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83bbfcb96005cca51dba96fbc5e034fdc5b6ec61', '52.167.144.154', 1687547832, '__ci_last_regenerate|i:1687547832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83bd40cc78d073b676d48159e9c9c84cb65ed8d5', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83be3565eb28de992f45a830a6cf1e701e15e482', '54.36.148.68', 1658184378, '__ci_last_regenerate|i:1658184378;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 ('83c0234c729f52b1b31e45ffc5080e6340f2e1c3', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c13b32d121072d1bf3fe6f8b311f309cf1491e', '190.56.32.35', 1668349333, '__ci_last_regenerate|i:1668349333;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668348479;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c3370d102523468e1e35b72b6b9ad5cadc1db5', '51.222.253.7', 1668434253, '__ci_last_regenerate|i:1668434253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c465a31ba369bd1372720b8da25ec52cba3b6d', '51.178.136.33', 1657911106, '__ci_last_regenerate|i:1657911106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c5d794ba1ae3b51bd69e152cdbc8852ea309a5', '157.55.39.217', 1683218753, '__ci_last_regenerate|i:1683218753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c800d213022be022697e5feb4caabe2efe5fc9', '54.36.148.116', 1686672696, '__ci_last_regenerate|i:1686672696;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 ('83c926c94c792c5d2ac9d00440342be40e59c08c', '52.167.144.98', 1685240965, '__ci_last_regenerate|i:1685240965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83caf92e717cdd996da60b0fe5c192df59bf9c22', '40.77.167.192', 1681332596, '__ci_last_regenerate|i:1681332596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83cd0f51b4f5695d5d5f86e6e4fd7f8a5b395107', '190.56.32.174', 1676720914, '__ci_last_regenerate|i:1676720914;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 ('83cd8373ae14373db0b9093734b5c3b134defff9', '54.36.149.20', 1651217744, '__ci_last_regenerate|i:1651217744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d21904e3cc2e991a914f0e80c41a8e64247ffc', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d3b0d036e0c504f10299536428446dbbd79621', '149.57.16.7', 1653806994, '__ci_last_regenerate|i:1653806994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d430495502fcad0bffa8b13563d485b8a8d133', '51.195.216.255', 1650741999, '__ci_last_regenerate|i:1650741999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d52bbea8c979fab135a06dd4043452113dd526', '190.148.157.177', 1682254437, '__ci_last_regenerate|i:1682254437;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682254430;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d6233ca5e6892b5269a2c45746c8990e3432ce', '146.190.49.125', 1672453060, '__ci_last_regenerate|i:1672453060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d924e61b76915d7407fe77a5c0770a9fcb8c44', '40.77.167.187', 1680413691, '__ci_last_regenerate|i:1680413691;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 ('83d975744be528eddc314ae46bb7516bda1ab51d', '52.167.144.98', 1686103015, '__ci_last_regenerate|i:1686103014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d97706a955bd3401643e164f3845b53414030f', '207.46.13.221', 1687073619, '__ci_last_regenerate|i:1687073619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83dd88bb847a25da7575a7168fafb5deb8b2a247', '114.119.128.37', 1687212609, '__ci_last_regenerate|i:1687212609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83ddee852abf55f51fc91be1710d8433c924c115', '52.167.144.171', 1685100142, '__ci_last_regenerate|i:1685100142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e02eb7e873b07e3ac476307514832e598fc34a', '114.119.135.172', 1686313547, '__ci_last_regenerate|i:1686313547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e5e7c2103e7b9aeecff16a8fe752debfa9ee91', '200.119.170.158', 1661355628, '__ci_last_regenerate|i:1661355628;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661355172;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e627a600071225faa45378ab3c0c7dfec5772b', '157.55.39.173', 1670269221, '__ci_last_regenerate|i:1670269221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e79320f216179caf5cf86e7cee7ba85fbf4d44', '40.77.167.178', 1676984101, '__ci_last_regenerate|i:1676984101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e9b11c8277c801979ca5bac3b73cc66bb88519', '157.55.39.86', 1676734322, '__ci_last_regenerate|i:1676734321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e9c0e49fbbbebdf29f2f905a1c543e66a38534', '51.222.253.1', 1678202106, '__ci_last_regenerate|i:1678202106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83ee9d77cd50343cfd65f155f72e7419c5832b43', '207.46.13.142', 1665147097, '__ci_last_regenerate|i:1665147097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f1aae9164496c3aea56e288aa7616b9f11e791', '114.119.141.40', 1687325480, '__ci_last_regenerate|i:1687325480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f23426728e77ef5f59bad5e6522dd77c709620', '190.148.252.96', 1673129201, '__ci_last_regenerate|i:1673129201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673129198;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f41f1bb73248563cb3ff3d7116773d498e99fe', '200.119.173.78', 1682879718, '__ci_last_regenerate|i:1682879718;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682879677;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f41fa582ba5b081199a0bbceae568f976be507', '200.119.173.177', 1684967142, '__ci_last_regenerate|i:1684967142;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684967076;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f6ff65373de538df9520fe55217669df4ae2b3', '157.55.39.200', 1664707649, '__ci_last_regenerate|i:1664707649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f9c56e3998e02d23077b8fcd34fcc3d2eeb5af', '17.121.114.135', 1660798902, '__ci_last_regenerate|i:1660798902;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 ('83fa2ecfc9aed6471a694c4a4271e5576bd66b37', '114.119.135.186', 1687194363, '__ci_last_regenerate|i:1687194363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83fce0d0b6048644dec35d38c69b4312a9db373e', '40.77.167.191', 1682441672, '__ci_last_regenerate|i:1682441672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83fd93c5033b9877085829eb308936f35c3fa354', '157.55.39.192', 1665854962, '__ci_last_regenerate|i:1665854953;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8400daf9fe3af79cd7dd172d93deba17dc8fcfd8', '190.56.54.156', 1665081766, '__ci_last_regenerate|i:1665081766;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665081763;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8401e12fdf0e04fcb958021e27bd6302e2de23a0', '190.148.252.233', 1668802861, '__ci_last_regenerate|i:1668802861;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668797609;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840211d7ef2fd3dd29e5d5d711480bc20438f585', '190.148.87.51', 1676297352, '__ci_last_regenerate|i:1676297352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676297300;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84029d903a7c7846f823ed8922511d78cf2006ef', '52.167.144.162', 1687286794, '__ci_last_regenerate|i:1687286794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84034d9b56a1a910b78011131ea52b2f58048e36', '52.167.144.162', 1687296864, '__ci_last_regenerate|i:1687296863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840408c2e9e5b2ca41cf91a7abd1d42c59cbfabe', '54.36.148.160', 1664561253, '__ci_last_regenerate|i:1664561253;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 ('84061cbf3f84cd450f0430bb860b0254a2f77289', '157.55.39.167', 1674979140, '__ci_last_regenerate|i:1674979140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8406c48cc932771731d121558df6619e5bf211b9', '52.167.144.164', 1685379435, '__ci_last_regenerate|i:1685379435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84079ec507e570cb235d4240a02a1310a48bf5ae', '190.56.54.156', 1665080298, '__ci_last_regenerate|i:1665080298;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665080261;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8407a4db4770f3526342e8b6d47a45c848335afa', '114.119.135.42', 1688464759, '__ci_last_regenerate|i:1688464759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8407fb2cd0235ca2acc8510f107209779ad7be0e', '51.222.253.20', 1662339079, '__ci_last_regenerate|i:1662339079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840af0f98ba6f904550afbb06a4f04f77531d522', '54.36.148.44', 1679888026, '__ci_last_regenerate|i:1679888026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840b296c13c54eca90c5b17adaee18e7f17aa6e2', '200.119.168.1', 1655340610, '__ci_last_regenerate|i:1655340610;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655340610;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840dce89338655fa1104cc11909ecf6e00395c9e', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840e29b7c6b35833e2f3311c9a74b4a4ac3f6ccd', '114.119.128.6', 1687648453, '__ci_last_regenerate|i:1687648453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840f9f0ef0d92e222bbe91ade618a380cc30689c', '190.148.158.151', 1677076225, '__ci_last_regenerate|i:1677076225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677075880;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840fdaf652958c127d2c20a9472bb9203f919783', '200.119.173.177', 1685409833, '__ci_last_regenerate|i:1685409833;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685409831;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841261927e586baa20caff1e3d7e5a56a3d50f3d', '8.209.246.6', 1666338274, '__ci_last_regenerate|i:1666338274;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 ('8412f6889e28d3a1bd2f4c50832855f2826e03a8', '35.89.150.239', 1667829802, '__ci_last_regenerate|i:1667829802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841371f7bdca28860f8fe3b8a3300126ece46c3e', '52.167.144.98', 1685546741, '__ci_last_regenerate|i:1685546741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84169f6866afa88d61d75d29ae13dc4ec5c583e0', '114.119.147.205', 1686143327, '__ci_last_regenerate|i:1686143327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841730dbc0516dc74f583e4552491ae7b9e53cd3', '200.119.169.59', 1661258740, '__ci_last_regenerate|i:1661258740;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661258733;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84183727b65d22ec63f462142dd9fe1ed097d250', '207.46.13.12', 1675528898, '__ci_last_regenerate|i:1675528898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84191a9f6fff0abb18122d6fd81a84e3158d4f32', '157.55.39.217', 1683270768, '__ci_last_regenerate|i:1683270768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84193ce9d23df349526f69a46ca278a438286245', '52.167.144.166', 1686908548, '__ci_last_regenerate|i:1686908548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8419babbbd072611c6e80c3d66a2c027b862412e', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841ae798c9c981f809aa0a16a812c54c99b140d0', '190.148.252.151', 1671061934, '__ci_last_regenerate|i:1671061934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671061831;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841e21783a363c5e3492e35052ed786eedee1a2c', '40.77.167.244', 1677802768, '__ci_last_regenerate|i:1677802768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841e5c676ad5c8e8127439b26ab16d0064d1124c', '114.119.146.195', 1685458835, '__ci_last_regenerate|i:1685458835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('841ff6a3922497207b339ddb3f1078cdfe2b8b22', '114.119.147.81', 1687550970, '__ci_last_regenerate|i:1687550970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842033d7b6b9d963f02baf1af16b9c50a558b44c', '93.159.230.89', 1669715973, '__ci_last_regenerate|i:1669715973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8420461346f067774cef6e75bca67cd54e368352', '5.188.62.76', 1659594903, '__ci_last_regenerate|i:1659594902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8421b65f2efd45e17ed0b024980ebf269195fcad', '66.249.73.232', 1652739411, '__ci_last_regenerate|i:1652739411;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 ('8422374f959a3af788bcc08a56a9239b9f9530c6', '190.148.157.117', 1675632548, '__ci_last_regenerate|i:1675632548;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675632510;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8422904c3ae89ef85d9edad4a3fa5b499d9f6408', '114.119.148.138', 1687563662, '__ci_last_regenerate|i:1687563662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842378176dc1fdcd6db3856d5791486b82a86718', '190.56.32.162', 1686362217, '__ci_last_regenerate|i:1686362217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686362209;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8423c71aad60e079368d140cc09a315ed17203da', '52.167.144.162', 1686182364, '__ci_last_regenerate|i:1686182364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8423e24d11db1a12e85cf879d898d0d4e3f7c4ff', '114.119.131.151', 1687904421, '__ci_last_regenerate|i:1687904421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842519149d0bf76c79d06d45f966ab960b69d4e4', '200.119.169.25', 1664901213, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664901213;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664901209;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84271d225fdb906fc1148d3a8c3d5f2f095874e2', '200.119.169.44', 1663694664, '__ci_last_regenerate|i:1663694664;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663683810\";last_ip|s:12:\"190.148.87.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663694548;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8429114d606d10d69d8bd68759285dacd452e445', '54.36.149.46', 1667830380, '__ci_last_regenerate|i:1667830380;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 ('842bc41d3a5b7c18863e99265871f7c085989421', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842c03393198e422c05fb1601bb81230adb9fc55', '40.77.167.49', 1664212574, '__ci_last_regenerate|i:1664212574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842dfda0361e488174c3583071594b3a43a1a835', '157.55.39.69', 1671646812, '__ci_last_regenerate|i:1671646811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('842efb53876989542c66b9bce6d0bba6ab984a4e', '190.148.158.151', 1677107458, '__ci_last_regenerate|i:1677107458;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677107240;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84302e9314d7fbf11739087a081ee1b3111546cd', '190.148.158.175', 1672184983, '__ci_last_regenerate|i:1672184983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672184960;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84312b305d2ed8a1e1a64d0da28746f310a430f2', '190.148.158.151', 1677187990, '__ci_last_regenerate|i:1677187990;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677187980;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84317d2e0b61e8c37b0f6fead05892eca97ad04f', '114.119.154.103', 1688492421, '__ci_last_regenerate|i:1688492421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8432a9b9618599028e3e454f42900f23d28f55d3', '173.249.31.237', 1659409113, '__ci_last_regenerate|i:1659409112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84338a71897aa462f0c60de1d172251f2cbe5e37', '114.119.138.59', 1684210271, '__ci_last_regenerate|i:1684210271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8434cf14fc52e3846175c55827b4ee8e3f0a9d6a', '114.119.159.86', 1683618340, '__ci_last_regenerate|i:1683618340;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8436741b3b80320d3c033fca443729d618d0a245', '200.119.173.78', 1682816109, '__ci_last_regenerate|i:1682816109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682816080;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('843a089a2fb9310e191c9c60a1cb7d1c888350c9', '40.77.167.85', 1686804404, '__ci_last_regenerate|i:1686804404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('843a5674382be34e512f55c7bee9ee619fbf4164', '200.119.172.55', 1661551012, '__ci_last_regenerate|i:1661551011;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 ('843b687632b9e7801852058bb6f683833bab47fc', '35.244.95.105', 1656858548, '__ci_last_regenerate|i:1656858544;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 ('843d3e975cf6d51e4fad43476c58af8bf7b90afe', '190.148.252.183', 1681309910, '__ci_last_regenerate|i:1681309910;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681166279\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"vwEzXFgDohLApHMWnc1f\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('843f37ad87a8f6a58fbdd2b3b54b9af1ed969ce3', '51.222.253.4', 1659185150, '__ci_last_regenerate|i:1659185150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84426d859b05693697a82801f688dd9d16173de3', '157.55.39.253', 1682631536, '__ci_last_regenerate|i:1682631536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84427b36f5c1e927ce950abac6ade4ae89b9f9c0', '114.119.128.35', 1684855728, '__ci_last_regenerate|i:1684855728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84446f1412c3b0b69ed5c44f41cac616d99dd617', '114.119.139.70', 1685705851, '__ci_last_regenerate|i:1685705850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84449dcb1ed1614ccd5bc169a726d25f780de9d1', '52.167.144.164', 1685379739, '__ci_last_regenerate|i:1685379739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8445dbe76622f126939fe0d488718a90a057ed7c', '165.227.42.13', 1688257635, '__ci_last_regenerate|i:1688257635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84465b7b0b5d1e709206bb26f7250cbd0ebab683', '207.46.13.215', 1680358837, '__ci_last_regenerate|i:1680358836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8446ba4ff33f049c7fd8647bcd19741d839804d8', '51.222.253.8', 1672286145, '__ci_last_regenerate|i:1672286145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('844840bde939d5831920718fe0318f61285df003', '40.77.167.100', 1671848598, '__ci_last_regenerate|i:1671848598;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 ('844b4aa9db2082149753e12c14ae05856b846870', '190.148.252.151', 1671451889, '__ci_last_regenerate|i:1671451889;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671451862;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('844c69562eb91713b7c39637bf21e42762045e26', '52.167.144.164', 1686468038, '__ci_last_regenerate|i:1686468038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('844dbe22e28ca06fbf9e86bf389b12500d74d823', '190.148.157.183', 1680195405, '__ci_last_regenerate|i:1680195405;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680195325;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('844e4d8a5a924ca443d19762847d6055222c0d66', '190.148.87.96', 1678625348, '__ci_last_regenerate|i:1678625063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678540129\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678625348;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('845045504d69c806d1ee7f13d0499b759d67d7ba', '137.226.113.44', 1659575960, '__ci_last_regenerate|i:1659575960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8451081897097b49b147e055354aa320c49f198c', '200.119.170.209', 1656943387, '__ci_last_regenerate|i:1656943387;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656943375;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8451ed39467c763cd63fa29fc567143723140340', '190.148.158.164', 1667339331, '__ci_last_regenerate|i:1667339331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667339321;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8452a29e47e3c5513cf3e6c2fff24a24528db06e', '167.172.78.50', 1654346992, '__ci_last_regenerate|i:1654346989;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 ('84534def3fb87e45b08650af6880987510fd2d8c', '200.119.173.130', 1675858135, '__ci_last_regenerate|i:1675858135;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675858092;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8453ed5b3d7ffd77490e5d67b32e9ac660184696', '200.119.170.143', 1670201626, '__ci_last_regenerate|i:1670201626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670201610;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('845673b359009892cf40b98f17f562fb6343dfd9', '20.15.133.191', 1683110433, '__ci_last_regenerate|i:1683110433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('845a88cf34b1732258734db7c1942d16ee52e094', '114.119.144.65', 1687848988, '__ci_last_regenerate|i:1687848988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('845bb88aaa5ed7c629246324c993ff930a789454', '157.55.39.54', 1660345523, '__ci_last_regenerate|i:1660345523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('845ff185cab396b260ba6331477cfc07569c9868', '40.77.167.182', 1684205866, '__ci_last_regenerate|i:1684205866;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846131c918c0dc0642cacdb7c754599ac9029619', '52.167.144.162', 1686578973, '__ci_last_regenerate|i:1686578973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846526c9cc233f1f04c374677b8598f2e0bcd42b', '85.217.221.192', 1651879831, '__ci_last_regenerate|i:1651879831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846760d289d51a68aa2627fe565b53b182de0a0b', '54.36.149.76', 1684068627, '__ci_last_regenerate|i:1684068627;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 ('84677e3a7b3885d3b84456525b635b8441d6e80c', '114.119.130.221', 1685488426, '__ci_last_regenerate|i:1685488426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84684fa2b5f496c210083043b438e7ad227ad31e', '190.56.50.6', 1667582863, '__ci_last_regenerate|i:1667582863;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667582855;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846a202bc67b9eb7a72d78d550222adc1309c3a4', '200.119.168.250', 1680885896, '__ci_last_regenerate|i:1680885896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680885560;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846a20f31fc2a654db472ca5ac7faa36caf14e99', '40.77.167.37', 1667953620, '__ci_last_regenerate|i:1667953620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846c049b771351ac0d2182130e3b408432835c67', '217.160.225.209', 1659072870, '__ci_last_regenerate|i:1659072870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846c3bf2f55e834860cddc9034a698db93e99233', '138.246.253.24', 1656749230, '__ci_last_regenerate|i:1656749230;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 ('846c9c87985bbef88d295b84f4bccab0987a02ea', '114.119.145.22', 1688242589, '__ci_last_regenerate|i:1688242589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846cba814666c494bc561778d9898721d419ecd5', '114.119.151.1', 1686576128, '__ci_last_regenerate|i:1686576128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846e66d56a785748fb4e17900def21da1fcf65e9', '114.119.151.74', 1686214848, '__ci_last_regenerate|i:1686214848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8471a2a10756383e45c7ec715d62a09534027602', '207.46.13.10', 1671347507, '__ci_last_regenerate|i:1671347507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84736cad9256b7c0e7eb5ba4ab31c19c3df70e8f', '40.77.167.102', 1662463522, '__ci_last_regenerate|i:1662463522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84748ac34142a6a14be013c0fba943e8a3ab2076', '157.55.39.147', 1672124178, '__ci_last_regenerate|i:1672124178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('847495ee70a240ecda25fa7d918ac5971870e10f', '200.119.174.9', 1674506626, '__ci_last_regenerate|i:1674506626;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674506611;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8474c092e0f37dddff3f62ef555984b579019240', '46.101.63.152', 1652762861, '__ci_last_regenerate|i:1652762861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('847842fe6ab8f20ee270449ed86e306334510047', '52.167.144.164', 1685487583, '__ci_last_regenerate|i:1685487583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('847941e3db078364dfa6ea4beef7632a6e378190', '52.167.144.164', 1685765906, '__ci_last_regenerate|i:1685765906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8479f9dfc6fa446416eb3e26d666f66624840cbc', '190.56.54.129', 1653444090, '__ci_last_regenerate|i:1653444090;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653444082;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('847c979a12e7b3f67a91f76653ed21746b50ccb5', '52.167.144.70', 1688528565, '__ci_last_regenerate|i:1688528565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8480c74c3dbf07a1073220f4a1bb542e76f42c90', '52.167.144.105', 1677852284, '__ci_last_regenerate|i:1677852284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84815c936f8d1db931228f1005095b47ad8235f5', '40.77.167.64', 1674827743, '__ci_last_regenerate|i:1674827743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8482ba9f9dba99499107fe2396bd9f0d1ca8a94c', '54.36.148.155', 1682365442, '__ci_last_regenerate|i:1682365442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84848e2d96fd3b3c36e6e50e3b597ed9f4d0e17f', '114.119.140.238', 1688022236, '__ci_last_regenerate|i:1688022236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84848ec9c4cfbcbe91d483891efb14919b030e93', '137.184.123.164', 1671959683, '__ci_last_regenerate|i:1671959683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8485b6d7093639bd23eaec8464f4dad5105ac2f3', '114.119.129.71', 1687966325, '__ci_last_regenerate|i:1687966325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('848670d96958005d6a7c137ea81ea84e9e5dfd04', '200.119.170.221', 1664291061, '__ci_last_regenerate|i:1664291061;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664291022;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8486e0cadbe71f47dc405a30dc666c219fcd7dd4', '146.190.48.204', 1671921757, '__ci_last_regenerate|i:1671921757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8488b22c09086e123c7ac2e4a97c8d065739da0d', '190.148.157.183', 1680550307, '__ci_last_regenerate|i:1680550307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680548570;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8488b371d989b89e7e9ba9de9f16902c4227c4bd', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('848f9284490207b8d625530d8d9b1ccb8ce2da19', '52.167.144.82', 1687327472, '__ci_last_regenerate|i:1687327472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8491115b5f8bd918548ce3bc353c8e92a82d6f9f', '190.148.157.206', 1679500023, '__ci_last_regenerate|i:1679500023;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679499522;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8491eb1827c2a6dbb33e3714b18e9453c14bab27', '190.148.157.165', 1668002394, '__ci_last_regenerate|i:1668002394;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849403088fe1d9d21ef84589b7a56a2273683d8f', '36.99.136.142', 1650976201, '__ci_last_regenerate|i:1650976201;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849a13b585abdb271a73b0d4c378ad606bb308ce', '190.148.252.195', 1653676527, '__ci_last_regenerate|i:1653676520;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653676526;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849bcb0c278e3b69e6271dce11414f069fd95d73', '190.104.119.212', 1654186615, '__ci_last_regenerate|i:1654186615;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179806\";last_ip|s:14:\"190.148.252.76\";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\";last_activity|i:1654184636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849d47500617618bd8cf18a0eecd1e6971748d2f', '157.55.39.217', 1683221788, '__ci_last_regenerate|i:1683221788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849d908931ea432c8d794aa8277335fe451e7bb8', '40.77.167.227', 1678672807, '__ci_last_regenerate|i:1678672807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849ef4649bced19e633f1c2c5763680078cd2351', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('849f80d8bbec643b3792022d38a40043fedf5b06', '190.148.158.69', 1685544742, '__ci_last_regenerate|i:1685544742;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685533134\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";csrfkey|s:8:\"SsVBgeyj\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"B0X2xjOnTJvAWl1UFeQi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a11c2c721baad1a17e7584d80f9f6f379857af', '52.167.144.82', 1687550151, '__ci_last_regenerate|i:1687550151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a6e471d1dd94061538b5c50cc8fbb39d081716', '173.249.31.237', 1659409291, '__ci_last_regenerate|i:1659409291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a71344d1999a90b3509fbb5d1951bf0e032ab0', '17.121.112.160', 1659877134, '__ci_last_regenerate|i:1659877133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a7733f4bd3eaf759579e7fc3fe757e31a72da0', '34.217.51.42', 1684630852, '__ci_last_regenerate|i:1684630852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a9738999784c72008be6376a2eb9a78632905b', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84acd89b2052af987deed9f69c0ab9d04d93b233', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84ae1fd8d4e1fa63c9fb00b8eee4898eb93e12b4', '114.119.133.130', 1686911954, '__ci_last_regenerate|i:1686911954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b0f2de6e1b07a8dc42b0c94d6f585a934c3210', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b4ea568eb6a219fdf3e108ad7497957241e75e', '54.36.148.253', 1686100605, '__ci_last_regenerate|i:1686100605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b548c11aeb160ff2ecb2801df7a37604d08f89', '51.222.253.8', 1678777198, '__ci_last_regenerate|i:1678777198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b611a0552163f8c5ea303a61ca95ed2e23ec05', '52.167.144.171', 1685594529, '__ci_last_regenerate|i:1685594529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b81ca4c670bd1ebce74fe4dcf99c5603551702', '200.119.175.15', 1658500402, '__ci_last_regenerate|i:1658500402;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658452928\";last_ip|s:15:\"200.119.170.142\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658500402;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b8565d55ec457eb05e0645c2948c92b9d3b1e0', '190.148.157.98', 1679269489, '__ci_last_regenerate|i:1679269489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679269422;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84b8ab7bf87ecbcd339f48e5013fc74debc03212', '157.55.39.79', 1671234169, '__ci_last_regenerate|i:1671234169;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84bae3b88e8e5536b82094256c047cfafb27e08c', '74.208.2.213', 1668050335, '__ci_last_regenerate|i:1668050335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84bd25170d741effaa46ce24f63873faa487ec8d', '52.167.144.43', 1683941146, '__ci_last_regenerate|i:1683941146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84be1eeee3023a81ed1b6ded3067bb9b0b1542d6', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84bfe3e12400327255ee328ca23d3317913aee67', '157.55.39.217', 1683102688, '__ci_last_regenerate|i:1683102688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c08aa692c68526121c4bb73cad779a8163ef19', '52.167.144.70', 1688528564, '__ci_last_regenerate|i:1688528564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c121157e203382f5f011d339a12f7f544756c9', '190.56.50.6', 1667606989, '__ci_last_regenerate|i:1667606989;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667606960;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c1f1be57801ae2317b1ecc66a2b3a09559278b', '190.148.87.182', 1679763664, '__ci_last_regenerate|i:1679763664;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679763636;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c33c3816436749eaa074bd69a68605485fa7be', '40.77.167.225', 1680335127, '__ci_last_regenerate|i:1680335126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c4d1ffe1905a6db1b49bc58834ef16b852b248', '200.119.173.130', 1675882034, '__ci_last_regenerate|i:1675882034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675882029;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c4ec6f02fff7bf29095625dbabad53d326f2c9', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c660cc0dc7ac7be5b3aed0df8960f279401464', '51.222.253.13', 1668161463, '__ci_last_regenerate|i:1668161463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c8cac5deda978c838ff68a3b2ac67364eaaf82', '157.55.39.100', 1672157223, '__ci_last_regenerate|i:1672157223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c8da655e7045956370f5be1d7a58eeaddc12d2', '51.222.253.3', 1662750364, '__ci_last_regenerate|i:1662750364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84ca4c09dba2b1275009a3b136bf65e1e06556a6', '114.119.142.189', 1687518951, '__ci_last_regenerate|i:1687518951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84cac2db6f7fa07130010c6a12f834638ef9aba2', '190.56.32.35', 1671657087, '__ci_last_regenerate|i:1671657087;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84cb977f920ca8eee8dd96863b4ddc7e9adfcf8a', '200.119.172.60', 1675022438, '__ci_last_regenerate|i:1675022438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675022433;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84cc4c9154ef1f953b73abb4294ea919a08e48c4', '114.119.143.39', 1688026774, '__ci_last_regenerate|i:1688026774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84cd9164fa055ee31dc1b6d40307e08525552954', '51.222.253.15', 1681723081, '__ci_last_regenerate|i:1681723081;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84d0dde81132ae4a8e862b032922cfd15fa0eca6', '190.148.87.6', 1668275279, '__ci_last_regenerate|i:1668275279;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";last_activity|i:1668273529;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84d5e9bd1a25911f0f304d8ba0a123c90b60efa3', '114.119.134.224', 1688095684, '__ci_last_regenerate|i:1688095684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84d6e247f1cc7748a630a90b83e2c5d6f02b4866', '190.148.157.177', 1681952435, '__ci_last_regenerate|i:1681952435;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681952331;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84d7f24779095109517353845977f8afd052712e', '66.249.79.195', 1687530349, '__ci_last_regenerate|i:1687530349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84da098d06949c4c0ccfc31ff1d935d5704c0740', '51.222.253.18', 1652243436, '__ci_last_regenerate|i:1652243436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84da1587e133a5f27b9403227ce02bfdbe68c7d3', '195.62.15.80', 1653289277, '__ci_last_regenerate|i:1653289277;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84dbbdf5e58a1fbdf721eba193b6bc760b593f6d', '130.245.169.139', 1657878931, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84dbefaccd308c4f32e533b0d995b548b137368c', '207.46.13.12', 1675198401, '__ci_last_regenerate|i:1675198401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84ddca942bddc9328d71bccb7ac161b224a1d071', '190.148.252.183', 1681230456, '__ci_last_regenerate|i:1681230456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681229708;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84de39fd88df7cf276d068f0659d75da0f44ae41', '149.57.16.7', 1653807013, '__ci_last_regenerate|i:1653807013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e19ce2586b50246d2c15433c166aaf9713cd53', '207.46.13.130', 1660091788, '__ci_last_regenerate|i:1660091787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e2c88e72a94ccde2f72a1106cdeed06832b41e', '190.148.158.151', 1677435347, '__ci_last_regenerate|i:1677435347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677433335;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e647ca494fb7659ea4ae0d69280b6c5d4e502c', '190.148.157.214', 1669744758, '__ci_last_regenerate|i:1669744758;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669744284;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e7802834bef2b2d9e992bab2313658c8b5970f', '50.21.188.26', 1675140749, '__ci_last_regenerate|i:1675140749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e78ab9c55e5713f25b232dc8daaabb76bd3b5d', '5.188.62.21', 1653444803, '__ci_last_regenerate|i:1653444800;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e8b849e252b57624436dbd573b0ee17287eaf5', '157.55.39.147', 1672157234, '__ci_last_regenerate|i:1672157234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e95e3a4349b897089e704fd2e0415b2c0a05b7', '51.222.253.8', 1658539076, '__ci_last_regenerate|i:1658539076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e9e74650577f59e656bdb66c7e8e9ad2a3bbf8', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84ee059a110a38028e7f4d433fd05e59d117fd48', '114.119.157.185', 1686458233, '__ci_last_regenerate|i:1686458232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84ee9eb0df540df734c99676ecef04be3d4211a4', '106.75.103.44', 1654896642, '__ci_last_regenerate|i:1654896642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84eed2e79d0582c3ce7d51bc76c08ce9871e46a8', '35.165.225.170', 1685576683, '__ci_last_regenerate|i:1685576683;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 ('84f41335ec7e63554a6df8e5381613815c4f8661', '52.167.144.171', 1685546715, '__ci_last_regenerate|i:1685546715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84f73517aed4b6223acdd39ce7cc3016aed943c3', '34.105.151.128', 1657430831, '__ci_last_regenerate|i:1657430826;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 ('84fa2c0b55aa622bb890c36132418b5440080d1a', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84fb6be5fc966afa3e193dbf65cdd14e8edb2bc0', '52.167.144.89', 1679205746, '__ci_last_regenerate|i:1679205746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84fc48a33efce48374da230a017a97c08045fc6b', '51.195.90.229', 1650840454, '__ci_last_regenerate|i:1650840454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84fcd1e6d0a30835a1d4637077b76bd24494832a', '157.55.39.217', 1683253090, '__ci_last_regenerate|i:1683253090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84fd14d3373525e8dc185dc35701006448427996', '66.249.79.194', 1688291940, '__ci_last_regenerate|i:1688291940;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 ('84ff4d4c385d47b19edbdfa3dd44754a19920445', '51.222.253.14', 1658488359, '__ci_last_regenerate|i:1658488359;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 ('8500ed0dd69aa7316c626711ad9acd58e7703283', '190.148.252.88', 1670882501, '__ci_last_regenerate|i:1670882501;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670882091;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85019bb975e1fa55506da6d09773ea2948e853b4', '114.119.142.42', 1685529995, '__ci_last_regenerate|i:1685529995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8501e500d8c5b187157e579ae67f3f01f7a8cb39', '200.119.168.250', 1680621064, '__ci_last_regenerate|i:1680621064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680621062;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8502f1fe6166df22a333bbcec46bf4e96de698b1', '207.46.13.12', 1675848533, '__ci_last_regenerate|i:1675848533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8504406f34b7967a8f5b7c815c77454244c8da17', '51.222.253.6', 1658072417, '__ci_last_regenerate|i:1658072417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('850492f7d143a4595cd1fd17ae71569dbfc83f59', '200.119.170.168', 1670708806, '__ci_last_regenerate|i:1670708806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670708170;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('850556ba50787b64e717de531621e78e4ba24938', '190.56.50.253', 1682469911, '__ci_last_regenerate|i:1682469911;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682469777;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8507aa5d9a16f7259fb1cdaffd4f5fa2366b88be', '207.46.13.6', 1671972162, '__ci_last_regenerate|i:1671972162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8508541e47a47b02cf2b3df0308bd48346f470f1', '52.167.144.171', 1684339333, '__ci_last_regenerate|i:1684339333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8509b2109dade0e0329bd54ecafe6ad880c6d59a', '173.249.31.237', 1659409234, '__ci_last_regenerate|i:1659409233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('850a69014f3cb274e732b2d40cb64d46d583bb9e', '190.56.32.35', 1671721751, '__ci_last_regenerate|i:1671721751;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671720923;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('850d4d5cbb54477a86a57325058f1e79dc344d3e', '114.119.148.169', 1684110284, '__ci_last_regenerate|i:1684110268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85100453c3493a1b8b0f096970130baac3d3a44c', '51.222.253.15', 1679127715, '__ci_last_regenerate|i:1679127715;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8510914dc51a3c5c086463e58a032c6ab85c6a0a', '45.94.47.123', 1664742549, '__ci_last_regenerate|i:1664742549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8510b903f744aa05ad4a98e37dee73ea993eb751', '40.77.167.146', 1687837931, '__ci_last_regenerate|i:1687837931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8511c00e36a1f8af2eaea54abe96329119ffdae1', '114.119.152.207', 1687621562, '__ci_last_regenerate|i:1687621562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8515265dc7efb0eee1dd70f1803507fd700fe8b7', '190.56.32.37', 1670499636, '__ci_last_regenerate|i:1670499636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670498519;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('851e2bdd1bdb117f847610e1a81ad6487732ce84', '52.167.144.162', 1686667322, '__ci_last_regenerate|i:1686667322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('851e83644d43ba0a180e0d4e96fc1d25cf49a0dc', '198.235.24.137', 1658756199, '__ci_last_regenerate|i:1658756199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('851e999e1b1d720ef21a913b33721d1b9ab496b4', '52.167.144.47', 1678324885, '__ci_last_regenerate|i:1678324885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8523dfa6283766732c4693d2fdabd42af16c9cbd', '40.77.167.191', 1681719198, '__ci_last_regenerate|i:1681719198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8529721b99994dea4e65986920275f666babb783', '54.36.148.238', 1683270222, '__ci_last_regenerate|i:1683270222;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 ('852c7eaa7fee37877f88b6bbae07b74d5022e736', '52.167.144.98', 1686414266, '__ci_last_regenerate|i:1686414266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('853021afee0272f3b24efafcc2ee3880ceb29759', '40.77.167.227', 1681789863, '__ci_last_regenerate|i:1681789863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('853262dc5a52fb623da00590a60a0875f76a43dc', '40.77.167.227', 1681818205, '__ci_last_regenerate|i:1681818205;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85339c0ac836cd271fa9fd203a0b35542c4025e5', '157.55.39.51', 1668631580, '__ci_last_regenerate|i:1668631580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85366e24add7bd88e2a295a63a5dc7574fa49e21', '114.119.147.2', 1684956552, '__ci_last_regenerate|i:1684956552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8536b10820fd2cf7b2fb656c5147d16d8e47ff26', '200.119.168.250', 1681174068, '__ci_last_regenerate|i:1681174068;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681173450;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85384ff4a22591277fbec798eecc1904af32d37d', '52.167.144.95', 1680774675, '__ci_last_regenerate|i:1680774675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85387fb13854e72853b26f5faa759cbdb2baf942', '200.119.172.60', 1674862711, '__ci_last_regenerate|i:1674862711;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674862677;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('853b3bea2cad0d6a55937463ea18963501bf8ba7', '157.55.39.79', 1670264154, '__ci_last_regenerate|i:1670264154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('853ddf6d17fa91fb2d0e5782783225a69ec1285a', '54.36.148.226', 1676141790, '__ci_last_regenerate|i:1676141790;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 ('853e9181755370ef784f1ccc224c9ccf1092319c', '52.167.144.164', 1684590805, '__ci_last_regenerate|i:1684590805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854067fcac85980c7c18ef8a4385c3a81bda9f8d', '190.56.51.169', 1684529693, '__ci_last_regenerate|i:1684529693;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684164272\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"DJGKr8gvbuVYP95A2tjZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8541f3b47b92d9623c03253d6e6b977f1dafd8cf', '190.148.252.223', 1659012517, '__ci_last_regenerate|i:1659012517;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659012478;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8543767cf34ccd44f9d1a2e3fe7b55417d4eb565', '190.148.252.56', 1663870397, '__ci_last_regenerate|i:1663870397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663859608\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663870252;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85471e836edef49fd79815c4211796a36f2db990', '35.162.44.70', 1651325174, '__ci_last_regenerate|i:1651325174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8548d6da0dbae96bd4ac967012e3631d6297a2c0', '190.148.252.151', 1671030986, '__ci_last_regenerate|i:1671030986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671029833;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8549d078b93617123b90071c9df873eb1363edf9', '190.148.252.76', 1654297046, '__ci_last_regenerate|i:1654297046;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"1ZVvSDwBT6eyAxlhu83z\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854a34dd9c53d21c12b94a3de992c1049551e985', '207.46.13.173', 1664169233, '__ci_last_regenerate|i:1664169233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854b49410798f5da4f7f87cdd8fb3121ccf3d530', '130.255.166.174', 1655824104, '__ci_last_regenerate|i:1655824103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854ba4ff393693e0c38c6744340a62355b9ed796', '51.222.253.9', 1652139183, '__ci_last_regenerate|i:1652139183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854bb2482ca0eb1b71b427421618c3d1be78364f', '200.119.170.168', 1670714491, '__ci_last_regenerate|i:1670714491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670713953;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854c425741bdeaadac0b69a9dfcf3fcdcf2c5dab', '111.7.100.27', 1650686572, '__ci_last_regenerate|i:1650686571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854dcfbbda963922ed5b48d8d4a37d0e11ef555d', '114.119.159.228', 1688334325, '__ci_last_regenerate|i:1688334325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855101c6eae7b9cc833ff3bac42f5dbe0f776dc8', '54.36.149.92', 1679992025, '__ci_last_regenerate|i:1679992025;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 ('8552fc43c9ba02ff9f4972734d02272494ea084e', '200.119.170.221', 1664546021, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664546021;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8555de86b7b8f278ec87c964be701c89e70888fb', '190.56.50.253', 1682726093, '__ci_last_regenerate|i:1682726078;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"kuULoW7JAHEgm30jeKTr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855625f2ea406ce52ea1799d977db0748e3c9ec8', '17.121.115.179', 1651028108, '__ci_last_regenerate|i:1651028108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8556a35d134ddbf004b2c4becd157c90f3b5a5c9', '114.119.158.105', 1688080613, '__ci_last_regenerate|i:1688080613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8558b367859535996b11031153824a436e6bc9ff', '52.167.144.74', 1688371812, '__ci_last_regenerate|i:1688371812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855a45dcf6399aa8b3bb5275f3a0de4d6babbd0a', '114.119.139.251', 1684358636, '__ci_last_regenerate|i:1684358636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855aec8376ec59721f7d79bf8839bd8cebc2325a', '190.56.50.6', 1686922248, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686922248;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686922243;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855b432dae3eb1d0cc9dfa4741a4ca08729b5fcd', '52.167.144.164', 1686167103, '__ci_last_regenerate|i:1686167103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855bb70fd4ddc376f944123f05603ac035e67fe8', '157.55.39.192', 1666053133, '__ci_last_regenerate|i:1666053132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855cee5cbd25cf656502a270f83c91ccf4e5ca67', '114.119.154.41', 1685456322, '__ci_last_regenerate|i:1685456322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855d6d23d6c80ef9cd0897c9506e5a3df2a13cc5', '114.119.159.6', 1687618156, '__ci_last_regenerate|i:1687618155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('855e74ef4352918b6aa41ceb8232fb02082c08bc', '190.56.173.213', 1683251874, '__ci_last_regenerate|i:1683251874;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683251515;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85612af1cf9c8de28c1612f62b75baefc2563e15', '190.148.158.175', 1672237607, '__ci_last_regenerate|i:1672237607;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672237383;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8561ce1ed265f08e59c3ec46be7315fbe21bc4bd', '66.249.66.88', 1682875721, '__ci_last_regenerate|i:1682875721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8565febd94ccde8be91c3e68ca0d2449be4516ce', '128.90.117.196', 1676091628, '__ci_last_regenerate|i:1676091628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85673e6e738dbecb64e0de5d1396b6cd62630073', '40.77.167.161', 1676347534, '__ci_last_regenerate|i:1676347534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('856aeae03a1774eaf36fe4e52a07e010b2b962c3', '114.119.147.150', 1685842545, '__ci_last_regenerate|i:1685842545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('856c218035b8b5eec092e48c0d420e734a329689', '190.56.173.136', 1687955233, '__ci_last_regenerate|i:1687955233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687908029\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687954273;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('856f49fea0b6bcc0c5dfb7d003591626c75eff77', '114.119.145.192', 1686022781, '__ci_last_regenerate|i:1686022781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8570cb8f1655f04d8bdeaba1544d2b981d1eeaeb', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857214c7a4ee609bf91b11e646be649eb98ac0a4', '207.46.13.113', 1676470672, '__ci_last_regenerate|i:1676470672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8573af44cf98b622576422ff7f3e7cce3971467f', '190.148.87.182', 1679849669, '__ci_last_regenerate|i:1679849669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679848576;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8574fa1d8ec894a1e4fe6a7564d0cfe70e203262', '52.167.144.171', 1685510788, '__ci_last_regenerate|i:1685510788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857792376fa98d0aebc26b19146f69d00576e722', '17.121.114.125', 1655411074, '__ci_last_regenerate|i:1655411074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857dd349a60d97681ac276993a5c5bba6dc3b7ad', '51.222.253.16', 1677667822, '__ci_last_regenerate|i:1677667822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857e4e099620aaff6c93a0d125cf1a91d639ed9b', '40.77.167.39', 1667525890, '__ci_last_regenerate|i:1667525890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857f413b6066561ac191d53ed8203f98f6b079a8', '114.119.133.17', 1688183371, '__ci_last_regenerate|i:1688183371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('857fc6d764669f23f3075f6cfd638eae77c370ea', '190.148.252.96', 1673310952, '__ci_last_regenerate|i:1673310952;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673310777;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8580ec5b972bb89226fa03408aae31fcfeea7555', '66.249.73.6', 1682134111, '__ci_last_regenerate|i:1682134111;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 ('8583bd5425e374cd32f620d771bd4a01b8c95b3b', '114.119.136.46', 1686672989, '__ci_last_regenerate|i:1686672989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8584cdb38c977a7d6243ac65c6378bf0d38879f2', '157.55.39.69', 1671634302, '__ci_last_regenerate|i:1671634302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8584edcd8e0cae04ce1166ec65c24177bef5610d', '207.46.13.230', 1657130604, '__ci_last_regenerate|i:1657130604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858678998225672fef723232a0546effc7c2fcd7', '157.55.39.55', 1662468378, '__ci_last_regenerate|i:1662468367;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85868cf84031f8ae8db43cc508cac7199fe0bc66', '207.46.13.53', 1662544849, '__ci_last_regenerate|i:1662544849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8586ffb1aa47e9b209a2204fb308bb9588a97875', '198.235.24.6', 1658738381, '__ci_last_regenerate|i:1658738381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85874c655188061808ecc53743197e6e833379ac', '190.148.157.206', 1656606801, '__ci_last_regenerate|i:1656606801;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656604172;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85890ab2018c71c2476195a268e2fca7d0a6141b', '207.46.13.230', 1656103857, '__ci_last_regenerate|i:1656103857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858a0ff7732a298bd6f72f4acf405f612221c60a', '200.119.174.28', 1660071466, '__ci_last_regenerate|i:1660071466;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";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 ('858a8b92c72693857ab81acb0bb82e28bfcb532b', '52.167.144.171', 1685427183, '__ci_last_regenerate|i:1685427183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858b34ca3aa56fadab0fcf057eb4db98745c6b63', '200.119.170.10', 1655319354, '__ci_last_regenerate|i:1655319354;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655314872;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858b911824fc95af4260fa141e280ec10a0d104b', '207.46.13.210', 1677265107, '__ci_last_regenerate|i:1677265107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858c3ead9c1c3b28cc9e049e1f4c1f2eb0bf4f49', '45.154.123.237', 1651213953, '__ci_last_regenerate|i:1651213953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858cb599d056b9250c23751e7b0a2d82f27be82d', '190.148.157.177', 1682344313, '__ci_last_regenerate|i:1682344313;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682344169;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858d881f19ad2f1dc4f9708ee293416fb6dcdc69', '190.148.252.56', 1663972211, '__ci_last_regenerate|i:1663972211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663972173;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858e1ddbfab654828b9cfee9cb6ebb5beacbb129', '114.119.134.232', 1686183470, '__ci_last_regenerate|i:1686183470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858ebe0d08708e3e074fe5ceb294f9b939b3bd0b', '40.77.167.191', 1682165550, '__ci_last_regenerate|i:1682165550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858f4ade57842abb1c72487279bad4356a3e0c0a', '40.77.167.210', 1677834438, '__ci_last_regenerate|i:1677834438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('858f56a8afa46682104283d16b889f2fa75e67bb', '157.55.39.9', 1674750216, '__ci_last_regenerate|i:1674750216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85915fd3b36915884ea0ae4d0ac6c0e01a48f3e0', '66.249.65.177', 1673396682, '__ci_last_regenerate|i:1673396682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8592ce5d1153d731fdd3c2c392a090d394db9f45', '17.121.114.46', 1652171992, '__ci_last_regenerate|i:1652171992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8592eb1980e4007c3415d5c436f4e28de91a02e0', '157.55.39.149', 1652747544, '__ci_last_regenerate|i:1652747544;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 ('8593319c79d629d0256245656e860f1ac4aad7d5', '190.148.157.99', 1662504095, '__ci_last_regenerate|i:1662504095;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"itTqEADRXrS2zogJ319Q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8593f8ec9072ac089f9d38cfdbe285d55c2dce7a', '52.167.144.98', 1686776693, '__ci_last_regenerate|i:1686776693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85953d9f87ba5cb3784cc709c2e9f1789df9f542', '157.55.39.147', 1672157234, '__ci_last_regenerate|i:1672157234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85961118a25cd2df6a9316961e8e62048cf8f280', '52.167.144.98', 1684363123, '__ci_last_regenerate|i:1684363122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8596b5637c5545ded40e0e322060e4db186939a6', '52.167.144.82', 1687521457, '__ci_last_regenerate|i:1687521457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8597be2431470fd796b9000ebb3d3dea92dc4755', '54.36.148.236', 1660602029, '__ci_last_regenerate|i:1660602029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85987642003acfb1516dfd69a47c64d4c62268dd', '34.219.76.175', 1654003645, '__ci_last_regenerate|i:1654003645;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 ('859893b111cbfbcd6993a06ba52ea2b8e3eef78b', '54.36.148.89', 1673667114, '__ci_last_regenerate|i:1673667114;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 ('8598e22b00de56907ead7e7f0e9481359e449d19', '190.148.157.183', 1680284868, '__ci_last_regenerate|i:1680284868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680281970;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859a5c5249ae9d849cf56bedd21815a78b931932', '190.56.49.237', 1665863937, '__ci_last_regenerate|i:1665863937;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665863116;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859b2b2c3440ccaf513bbaebe8678f9c083da18f', '190.56.32.35', 1672059425, '__ci_last_regenerate|i:1672059425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672059094;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859bc3ff8d6d6e81fca7cf829166d6bf690ab447', '114.119.146.107', 1688210582, '__ci_last_regenerate|i:1688210581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859de499a70f3ef2084d4e6833b3b82f3a314868', '51.195.216.255', 1650895768, '__ci_last_regenerate|i:1650895768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859e1f61b655f21861d9fe40aa5f4bec4755038f', '157.55.39.147', 1672157235, '__ci_last_regenerate|i:1672157235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859e8fd2fdff3807be2b1f655bcffbde31018559', '157.55.39.87', 1663241755, '__ci_last_regenerate|i:1663241755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('859f6b38697b7d5c7ccc0e02beeb14628b7fcb30', '40.77.202.69', 1666578682, '__ci_last_regenerate|i:1666578682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a09a92bc76a9a8fd963249af327b2f6a8e8e31', '200.119.173.67', 1679354380, '__ci_last_regenerate|i:1679354380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679354380;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a1c2a0c0a5b5e352260978d761a82d28dbb17a', '54.36.149.56', 1673514123, '__ci_last_regenerate|i:1673514123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a38ebc73f2045c226c8ba1d14dff9f219be4c2', '52.167.144.98', 1686250801, '__ci_last_regenerate|i:1686250801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a4d1bd247ae7a404f8bb166225c9f81c8dad1d', '114.119.154.11', 1688202030, '__ci_last_regenerate|i:1688202030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a538200f4bec93e9ae4be6da944d72d555ac81', '190.148.252.111', 1678045852, '__ci_last_regenerate|i:1678045852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678044195;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a74acf277225df5690d6b7b50b530d01ae71eb', '190.56.32.35', 1671829019, '__ci_last_regenerate|i:1671829019;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671828820;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a9a2e056549128e8ea1893cda35e632af22787', '190.56.32.35', 1671543060, '__ci_last_regenerate|i:1671543060;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 ('85a9ab9aa7226a9a45418da660b8b6e32a0f4e63', '52.167.144.164', 1685731716, '__ci_last_regenerate|i:1685731716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ad105692021c6ca17b8836eb945c02f14f348b', '190.148.252.151', 1671390300, '__ci_last_regenerate|i:1671390300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671390270;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85aea55717c2deec3e886c880d9634329fd721cc', '17.121.113.247', 1659996266, '__ci_last_regenerate|i:1659996266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85af3535439956b04c018e393e661d4d5ce7cb71', '200.119.174.9', 1674221811, '__ci_last_regenerate|i:1674221811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674221804;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85afd1f75963080b05987e0b8b6f17acdc128a9f', '114.119.157.17', 1686484857, '__ci_last_regenerate|i:1686484857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b0354edbf2620884be83dc2cd0d44c901a722f', '54.36.149.57', 1659858976, '__ci_last_regenerate|i:1659858976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b099977f4543e4fb2b2b2a827d189f9fc3d620', '54.36.148.208', 1658370154, '__ci_last_regenerate|i:1658370154;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 ('85b11dd036bebdf871945268b95f29ab52d200b9', '190.56.50.52', 1657646621, '__ci_last_regenerate|i:1657646577;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657634058\";last_ip|s:14:\"190.148.252.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657646620;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b26581f7743fcc13a4d2b108e09c0ff20ee435', '190.148.157.80', 1669315999, '__ci_last_regenerate|i:1669315999;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669314376;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b29477b08599ff9f252b1cae913a14cd88a4a6', '198.235.24.6', 1659099335, '__ci_last_regenerate|i:1659099335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b57b35da780e1c114b93ad39550b833df403e7', '40.77.167.169', 1676224108, '__ci_last_regenerate|i:1676224107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b73bf3e6576bc948f2b401cbf68c4af63e4d39', '54.36.149.34', 1664333693, '__ci_last_regenerate|i:1664333693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b968751ec4733c2fd10491963c6c0b902ced7c', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b9689f49003aa166442e60e20ce6be584bc779', '18.206.55.48', 1651126675, '__ci_last_regenerate|i:1651126675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b9f42d6c6dbc23914698d50fd680debb249c3e', '200.119.173.177', 1685136698, '__ci_last_regenerate|i:1685136698;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685136685;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85bb6fa0e7ed6f96457058f948aac842bb9e99de', '200.119.173.130', 1675895933, '__ci_last_regenerate|i:1675895933;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675868530\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"2cZhqQGdRjUY7zbkNofg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85bcb0fe8f1954c44815954f4d1b6954558fd834', '157.55.39.217', 1683362209, '__ci_last_regenerate|i:1683362209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85bec8d13859a0a1cd16902286408d13ed4c5b6d', '20.37.12.186', 1651416179, '__ci_last_regenerate|i:1651416179;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 ('85befa3579399d019eb26890c057cf750b443c93', '152.89.196.13', 1661058953, '__ci_last_regenerate|i:1661058953;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85c474e675cf5fa0778345b2992507b306f97925', '207.46.13.217', 1684158053, '__ci_last_regenerate|i:1684158053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85c5cc5f3e50fd4c63e4fda03c20611800684f5c', '163.172.163.133', 1656192378, '__ci_last_regenerate|i:1656192378;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85c9c1cdca93f6c7a6a17f306c920cdb95f0102a', '157.55.39.87', 1663128192, '__ci_last_regenerate|i:1663128192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ca0922bcbcaea038e0f7adaabae432dcd732d8', '114.119.156.119', 1684109597, '__ci_last_regenerate|i:1684109597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ca82fd4a9b54f660e068427b1dee51a6944bb8', '68.183.75.40', 1657274128, '__ci_last_regenerate|i:1657274128;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 ('85cc231d54707c03358d8317b433070316ef7779', '52.167.144.162', 1686659479, '__ci_last_regenerate|i:1686659479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85cc66cc4ac2aa8abf9d2d412a9e3c97c60c3b94', '17.241.219.241', 1685821242, '__ci_last_regenerate|i:1685821242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ce554323610913648937182579f5c38acd1363', '52.167.144.107', 1680588523, '__ci_last_regenerate|i:1680588523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ceb30dce36347a9f99858e231d71103b700381', '54.36.148.160', 1664561254, '__ci_last_regenerate|i:1664561253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d1719a0de2817d2c12425d2a9c1a0cfb8601d0', '52.167.144.171', 1685448512, '__ci_last_regenerate|i:1685448512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d3481c775a7914184ad0e2770a45f84a30e28a', '114.119.149.254', 1686599828, '__ci_last_regenerate|i:1686599828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d7ec2cb5456f06053c4cc6ae6769df5ef36d28', '74.208.2.223', 1672574282, '__ci_last_regenerate|i:1672574282;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85d8a49ad79cbfa87c20636ea416b5b45c1e5dc3', '52.167.144.164', 1686536292, '__ci_last_regenerate|i:1686536292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85db17f70b39ba2ffdb1f317aaf5d4e2f185a014', '190.56.32.162', 1686575647, '__ci_last_regenerate|i:1686575647;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686575644;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85db1a5060e8db3f4d5c6bd486a2ed41e0e4ec6c', '190.148.87.182', 1679596934, '__ci_last_regenerate|i:1679596934;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679596932;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85db5767b17cbea7563a0b7aec4711096d125701', '52.167.144.172', 1687104792, '__ci_last_regenerate|i:1687104792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85dc0273a9b8f24df0d2b9e93420254e312c5889', '52.167.144.25', 1685730524, '__ci_last_regenerate|i:1685730524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ddcb48cfb8f3851c35f77fee6802c37518f420', '74.208.2.134', 1682136363, '__ci_last_regenerate|i:1682136363;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85e00d206f1f256cc36883859066143c062fd676', '51.222.253.12', 1652397145, '__ci_last_regenerate|i:1652397145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85e1b7fd1c48b0d32ba78f1e8b745f5a88f7c921', '190.148.252.96', 1673125900, '__ci_last_regenerate|i:1673125900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673125890;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85e30c3298eb64b7cb25cdbf015f4c9349d9914d', '190.56.173.213', 1683579497, '__ci_last_regenerate|i:1683579497;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683579162;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85e61ba5103d34b91054d53f896ef57537aac431', '17.121.112.108', 1658789355, '__ci_last_regenerate|i:1658789355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85e8e0da682303ad124d784d42d529e4f5cbc96e', '157.55.39.86', 1664642326, '__ci_last_regenerate|i:1664642326;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 ('85e8f783e2af01cd331a23e33da9e38eece3eea3', '46.101.63.152', 1652762868, '__ci_last_regenerate|i:1652762868;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 ('85eaac9fade56a74bd5da9dd3d426176517840b2', '52.167.144.164', 1686739441, '__ci_last_regenerate|i:1686739441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ebd00b1125a116fd37c6c15662e7d2cd788da7', '51.222.253.15', 1673808005, '__ci_last_regenerate|i:1673808005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ec36b98cbf7995982e37bbf76ec92df10fae60', '52.167.144.166', 1686852048, '__ci_last_regenerate|i:1686852048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ec8496d9852ed9ed2cb843336c7cc039a76e22', '52.167.144.70', 1688243859, '__ci_last_regenerate|i:1688243859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ecb991797a0da8185d476e9a74cc73a8271fee', '114.119.147.205', 1687077769, '__ci_last_regenerate|i:1687077769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85eda8e7765f66f1f220c2f236f5685007af2233', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85edd96c8b8129a7c7515a0623279e6767c7e051', '51.222.253.14', 1687874598, '__ci_last_regenerate|i:1687874598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ee835698eea1a43390d26fc57a9a1d058a99d1', '190.56.54.77', 1666283221, '__ci_last_regenerate|i:1666283221;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666281524;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f4030a49252055172f5f92fd4c1bba9f8fa755', '52.167.144.61', 1688243869, '__ci_last_regenerate|i:1688243869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f61b1968fb0e3a9db6e5b378f3418272243097', '40.77.167.58', 1655131191, '__ci_last_regenerate|i:1655131180;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f7bb6103dd9ea536fca7a00fa72d76d40cf4b4', '157.55.39.55', 1661391609, '__ci_last_regenerate|i:1661391598;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f7d62837d40ac8bb5c14ece296b7b9cb3c999c', '190.148.158.175', 1672453995, '__ci_last_regenerate|i:1672453983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672453994;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f86e8a48b0f6bedd06b1d6522f81fa98744be3', '52.167.144.28', 1679158478, '__ci_last_regenerate|i:1679158478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f8ecdc60b4c80e495af41d038c53ccb0e9378d', '52.167.144.164', 1685413120, '__ci_last_regenerate|i:1685413120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85f98d481f63bac244e9f875b07e75d81967dbed', '52.167.144.162', 1682904838, '__ci_last_regenerate|i:1682904838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85fb8f8cdac4497dca11fc9a7e639b0bda9767bc', '190.56.54.156', 1665416391, '__ci_last_regenerate|i:1665416391;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665414341\";last_ip|s:13:\"190.56.54.156\";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 ('85fe900eb53b2e594b91925f76a5c9df815685f7', '190.56.55.113', 1673801880, '__ci_last_regenerate|i:1673801880;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673801421;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ff151c8c76d888a24b915b8306b1ef9224a72d', '51.222.253.13', 1681047120, '__ci_last_regenerate|i:1681047120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86034eb00964e681448f6b9357375a1a859622b8', '54.36.148.17', 1650934775, '__ci_last_regenerate|i:1650934775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8603793148f328fd929cf099dac1424284699ce6', '51.158.112.168', 1656192620, '__ci_last_regenerate|i:1656192620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8604f0b601fe449235f1d6072d142fb79ecf5bc5', '157.55.39.169', 1669273576, '__ci_last_regenerate|i:1669273576;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 ('86065e04417421ce88c5424068e19f184ea13e40', '40.77.167.205', 1679994829, '__ci_last_regenerate|i:1679994829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860a20f8edab20bcc33437fa08dd21efdedb8758', '157.55.39.253', 1682262806, '__ci_last_regenerate|i:1682262806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860c7cdcc15d3d27d4d08bfe6b4e6177b3e0b7b4', '157.55.39.208', 1678081816, '__ci_last_regenerate|i:1678081816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860d158f1fb1d01f25a345ad059a21f6d0e1db0c', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860d95b1abcc3072aad4fffb95c3abbdf6b8d310', '52.37.54.34', 1656682710, '__ci_last_regenerate|i:1656682710;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 ('860dfce075d194311f8fc79dfb5bf675c52cfd6d', '51.222.253.18', 1656680456, '__ci_last_regenerate|i:1656680456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860fcb05bf521aa1bad44fe3754aaf9f999b37b8', '50.21.188.4', 1677542061, '__ci_last_regenerate|i:1677542061;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86105aea505f4694ceec0c9f2265d2aa270f4f5d', '207.46.13.154', 1671546413, '__ci_last_regenerate|i:1671546413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861290af534f6d6a95c9ae72809696df0117eefc', '207.46.13.12', 1675379331, '__ci_last_regenerate|i:1675379331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8613df2814dcad06416f9f293e68e8a973a8a768', '114.119.143.77', 1687802929, '__ci_last_regenerate|i:1687802929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8614d50f5ba23c4ea487e308fcfd5436ef24a55c', '190.56.173.175', 1652892776, '__ci_last_regenerate|i:1652892776;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652892767;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8618f028c675d99639d59e714832ca3d4238346b', '51.222.253.14', 1671133814, '__ci_last_regenerate|i:1671133814;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 ('8619eea1f917b0d52f0656ffdfe9db87a13673fb', '157.55.39.51', 1669197180, '__ci_last_regenerate|i:1669197180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861b3580d3f3cb758300d6a11e618d4977a4b48e', '40.77.167.115', 1681435397, '__ci_last_regenerate|i:1681435397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861c43d0c1e922e33e89a0085f553d337244b881', '66.249.79.196', 1679158455, '__ci_last_regenerate|i:1679158455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861cffad5ddc61ce13ae69dee3a79291f8d815ec', '193.201.9.12', 1659472631, '__ci_last_regenerate|i:1659472625;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('861ea3d8814b0efb711b57cc42813910126b3f7f', '69.160.160.58', 1680641186, '__ci_last_regenerate|i:1680641186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8620e4446021db77e0c2fcb454b7f11396eceab2', '52.167.144.95', 1680774675, '__ci_last_regenerate|i:1680774675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8622c0aa5159f750d885cc3e080c8809a705cb07', '190.56.50.8', 1658692175, '__ci_last_regenerate|i:1658692175;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658690408\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658692160;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8625c91460485b23fcdd60b2a33bf9386efb0223', '200.119.170.0', 1656420306, '__ci_last_regenerate|i:1656420305;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 ('862983ee97a207d52de55142401198af629dbc8f', '190.148.252.233', 1668809477, '__ci_last_regenerate|i:1668809477;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668809439;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862a628fb226dd4d771a6e355fe570fd81e1d24d', '82.80.249.158', 1668921144, '__ci_last_regenerate|i:1668921144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862aa8ba4a3340cadbc22ecd18c6984cd0291204', '207.46.13.179', 1673213635, '__ci_last_regenerate|i:1673213635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862ab42772857f3a5d1113d58d06a573bd82c5f4', '66.249.65.165', 1673389323, '__ci_last_regenerate|i:1673389323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862b9fe42e2276d9a17b95c92a349cff8463df94', '54.37.233.116', 1650851833, '__ci_last_regenerate|i:1650851832;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862d6b6418564cc30266710096e9332cf1d8d00b', '190.148.252.177', 1674088014, '__ci_last_regenerate|i:1674088014;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674088004;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('862e075ec299f8be8b645a9ef865911bbf416d33', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8630d3fad637dc86d70af8313f561bfd1f47b388', '190.56.51.158', 1655581195, '__ci_last_regenerate|i:1655581154;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571268\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655581194;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('863532a2f663e56e0e346432f2b207b26ea9c756', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86368b9f37036d1beed0e2f5f701a3f1c714e127', '190.148.157.183', 1680306951, '__ci_last_regenerate|i:1680306951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680306729;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('863e731af29612768fdacf5f0994d0e411432f2c', '207.46.13.214', 1679850311, '__ci_last_regenerate|i:1679850311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('863e9043ba5bc2b311ced8d05cdc8b3227df6b57', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86400e1fd0fa6ef7b823cc188c50f05c10cc2570', '190.148.157.192', 1655903670, '__ci_last_regenerate|i:1655903670;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655903661;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86437fb9e543c434acf03fbdbcca19ecddd86799', '40.77.167.85', 1683805443, '__ci_last_regenerate|i:1683805443;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 ('8644f0a22c92b25d6fa4b5216ad66c76c1dc9aa9', '200.119.173.177', 1684974998, '__ci_last_regenerate|i:1684974998;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684974933;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8648dd4a10f2f657a646596570e5312009f4dccf', '178.208.160.86', 1683876291, '__ci_last_regenerate|i:1683876291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86504ff2207f07717bbdad8eda3835d0924dcb20', '40.77.167.123', 1684025469, '__ci_last_regenerate|i:1684025469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86521644459152f595494bc5c09751235cb82557', '17.121.115.237', 1650969468, '__ci_last_regenerate|i:1650969468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8653527e62d6fb60d9761da15316ed920daee449', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86551416d1ab24fab490710603b1039f47994774', '190.148.157.53', 1683918001, '__ci_last_regenerate|i:1683918001;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683917606;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('865781fb912d5fe0b0a56ef3befd6766d2185114', '51.222.253.7', 1663702403, '__ci_last_regenerate|i:1663702403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8657e1977ba41e4c82b22f9f0170e9d91de0ae10', '51.222.253.19', 1668331913, '__ci_last_regenerate|i:1668331913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86588bb65d5131d8a1a72c350cd956746455a430', '198.235.24.136', 1657830038, '__ci_last_regenerate|i:1657830038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8658f87b025e7bbf7499b61bf6e63f00c2cc8605', '24.199.84.191', 1681338468, '__ci_last_regenerate|i:1681338466;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8659a0815b282c86ec60fc0fb84d3328f0496295', '157.55.39.217', 1683123633, '__ci_last_regenerate|i:1683123632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('865b6475fa57c5220ab154efa89428f6b12ea9ca', '38.122.112.147', 1682434552, '__ci_last_regenerate|i:1682434552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('865bd97e3855140ec375af2186fa1d16afec8a0f', '190.148.157.53', 1684158793, '__ci_last_regenerate|i:1684158793;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684157672;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8662e2dc9363003d27f97abf1127a012aec6c2bc', '190.148.252.183', 1681574400, '__ci_last_regenerate|i:1681574400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681574320;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866351366e83f9d0d91f2c26e1e289a725bd3287', '200.119.174.34', 1658154698, '__ci_last_regenerate|i:1658154698;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658154682;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86645140725076e1b3aff9c23b127be6f79fd239', '190.148.157.80', 1669147644, '__ci_last_regenerate|i:1669142626;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669115402\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669147644;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86647a5eb422ba07da865850cc84577d15861f4c', '114.119.141.249', 1686379701, '__ci_last_regenerate|i:1686379701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8665826dd2cb5569329e0a2fcf448f649d718dd1', '190.56.49.109', 1666120582, '__ci_last_regenerate|i:1666120582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666120461;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8666cbd526d0d522feba9ee229394bd58d13fc06', '190.148.158.175', 1672497170, '__ci_last_regenerate|i:1672497170;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672497161;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866841e122c193f05168096c9a26272dd61aa2c2', '51.222.253.13', 1656503221, '__ci_last_regenerate|i:1656503221;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 ('86687f1b3ccab8031a4cf93035df23c84b9ed38b', '40.77.167.30', 1656858017, '__ci_last_regenerate|i:1656858007;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8668a9bb2d07230df541db38fbdb268ba1e40022', '51.222.253.3', 1672249115, '__ci_last_regenerate|i:1672249115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8669c1eb1b7ae5db529a599c6981aaa555d1a8c6', '54.36.148.164', 1650920630, '__ci_last_regenerate|i:1650920630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866ac2fca4a852f041c8deecb03d7f63b995cd37', '40.77.167.191', 1681944824, '__ci_last_regenerate|i:1681944824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866d74b1592f5e1b8cac3df4a4ee7c80c1adb7c2', '40.77.167.43', 1658623355, '__ci_last_regenerate|i:1658623345;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866f1cdfec3afb05d4ac6e1ffd70b2490494d2b7', '190.148.158.69', 1685750971, '__ci_last_regenerate|i:1685750971;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685750958;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866fc1fe9f5498cd29ecc1f4422895c97d503099', '52.167.144.162', 1683017669, '__ci_last_regenerate|i:1683017669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86725e608ce6def9cb77b57b0d1381aeb958b6f0', '190.148.157.173', 1652744847, '__ci_last_regenerate|i:1652744847;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652727360\";last_ip|s:15:\"190.148.157.173\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652744368;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86728bac6b50b9815428aa24395bf33b8f4bcec2', '157.55.39.253', 1682579496, '__ci_last_regenerate|i:1682579496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8672b1b9e4a1bb75f81b983acd8f63fa3fefde60', '35.246.101.188', 1658886788, '__ci_last_regenerate|i:1658886782;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 ('867539a115f21af21d7c35f9088ab06af4c673fe', '159.223.60.8', 1672276245, '__ci_last_regenerate|i:1672276245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8675dc800f5863b9cf195da9e8ad0bcece42f1d2', '190.148.157.53', 1683662925, '__ci_last_regenerate|i:1683662925;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683661319;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86767a7a118225a991c6092e2a2e8a5050572d72', '54.227.32.154', 1651580930, '__ci_last_regenerate|i:1651580930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86780940a5edea694586fa4f4455b81c439dd5a2', '52.167.144.28', 1679222980, '__ci_last_regenerate|i:1679222980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86784fe015a0cc3dbca4ec39e1d82ed4ae5421af', '207.46.13.4', 1667451195, '__ci_last_regenerate|i:1667451195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8679325ef7f629500dfb0c5d085bce3021afc667', '52.167.144.98', 1684132475, '__ci_last_regenerate|i:1684132475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86798700309aa7ee82a55538e4ab7404a3cac525', '40.77.167.192', 1688346749, '__ci_last_regenerate|i:1688346749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('867a96f5bad95b171a857e1593bd864ab0e0f80e', '51.222.253.10', 1654487257, '__ci_last_regenerate|i:1654487257;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('867e38ec5e1aeacc27f205cc2251793aabb483c1', '40.77.167.91', 1686999564, '__ci_last_regenerate|i:1686999563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('867e39719f1086fce1d6caaa4c03cf3bbdf36843', '51.222.253.14', 1686100607, '__ci_last_regenerate|i:1686100607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('867e937af1b7c64198511f8e872822abb772df13', '54.37.233.116', 1650851698, '__ci_last_regenerate|i:1650851698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868095a185f3ef276aa656fe4ac3a50b069ec1ec', '164.92.221.143', 1672513711, '__ci_last_regenerate|i:1672513711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8682de9718b26211b2ade4faf9a1ef661da592ec', '190.148.157.183', 1680451653, '__ci_last_regenerate|i:1680451653;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680451403;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868416a6d6b33fe49e1f65298efa98ad1703c847', '157.55.39.217', 1683265882, '__ci_last_regenerate|i:1683265882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8684883a6565fe3ea8f8594fea13fb0e2bfd14e4', '66.249.79.196', 1661569990, '__ci_last_regenerate|i:1661569990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868546b227a3a7b8401ccefff94c4a20bc9658ad', '74.125.215.39', 1651539737, '__ci_last_regenerate|i:1651539737;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('86899ff2c9a25bc303df67e4e95f450833deb731', '207.46.13.165', 1674970552, '__ci_last_regenerate|i:1674970552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868cc3c03599bb353b420ae0f05d5ee11147d86e', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868ec7a14d3080c61f57f96cada48f9bcf705f51', '44.233.198.143', 1650870127, '__ci_last_regenerate|i:1650870127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868f42a982ce592a28d997c70f92e901f48e9996', '190.148.157.177', 1682279036, '__ci_last_regenerate|i:1682279036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682279033;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('868f7f189173aedc92a106d00b51068f446ddb43', '190.148.252.88', 1670887428, '__ci_last_regenerate|i:1670887428;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670887397;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869010b04d61f64c0d932a16293f49d45602b292', '119.90.52.37', 1650859297, '__ci_last_regenerate|i:1650859297;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 ('86903565e7c7c9e7388a8b2a0cc3296f89c46b98', '68.183.11.93', 1673045370, '__ci_last_regenerate|i:1673045370;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869082947a6d24b2efcde3d9aa4ac63e45bca51e', '114.119.155.42', 1685707867, '__ci_last_regenerate|i:1685707867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86908f4a4c2ae4881bf131b8dc8025ccef0a8a38', '157.55.39.86', 1676697930, '__ci_last_regenerate|i:1676697930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8693cd993dcc02af8edaef5b3e77c74ab842c4fb', '54.37.233.116', 1650851723, '__ci_last_regenerate|i:1650851723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86962ef014076c73f54f628227cd4ada318d1585', '200.119.172.95', 1659799661, '__ci_last_regenerate|i:1659799661;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659799065;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86981a89e7985fc5a66b63d8497cbe75f59a02ae', '190.148.252.151', 1671063203, '__ci_last_regenerate|i:1671063203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671062365;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86982259371183109c05cbd377ffc9eb976ec405', '200.119.169.175', 1669814222, '__ci_last_regenerate|i:1669814222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669814202;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86995bf62ffa7cef7c0e7ad5e886bdba5888a9c7', '190.148.157.53', 1683856163, '__ci_last_regenerate|i:1683856163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683856114;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869986f9764a69c31b0655f37e568080b71b8ead', '34.217.96.21', 1655039683, '__ci_last_regenerate|i:1655039683;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 ('8699cc25b0bf60e700ea3010fdd53a98f5db33f0', '54.36.148.140', 1658676738, '__ci_last_regenerate|i:1658676738;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 ('869adcb4ead79cf416d988b72b3dd1b054ab1575', '20.249.0.187', 1652896527, '__ci_last_regenerate|i:1652896524;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 ('869b4c3c87b0877f20c3e01ef99413a144c88854', '91.242.108.64', 1685480865, '__ci_last_regenerate|i:1685480863;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869c690481beff9c2d6cb8fe39f71557133ae8a3', '190.148.252.111', 1677933625, '__ci_last_regenerate|i:1677933625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677932594;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869cfac97eb68d9cc931219ab4b813f5c322d8d3', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869e0630f43ec4915617f275102eb16b581d7cfe', '130.245.169.70', 1657360534, '__ci_last_regenerate|i:1657360533;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('869f2681e7d5c45fc7d6e6018075748be7e045a8', '190.148.252.151', 1671034269, '__ci_last_regenerate|i:1671034269;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671034262;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a1cee55d4d10c1b46efc3e673e2b23f0178caa', '190.56.50.253', 1682734657, '__ci_last_regenerate|i:1682734657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682734266;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a1e0a47d51821f4e35ccd27eb924468252e34c', '190.148.252.195', 1653961820, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653961797;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653934105\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653961820;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a20b35a09913b3db298a92454ebedb5ea1c933', '142.93.201.0', 1661739530, '__ci_last_regenerate|i:1661739529;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a2986e4c4e2380ab188890c97282908b34164e', '114.119.156.133', 1688529958, '__ci_last_regenerate|i:1688529958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a4a1115afbf65588b59f626696ea57dfbe7d9c', '54.36.148.229', 1653608510, '__ci_last_regenerate|i:1653608510;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 ('86a4d86d0fd05f68f876d36f6b0c037e630b22db', '200.119.173.107', 1686782431, '__ci_last_regenerate|i:1686782431;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686781963\";last_ip|s:15:\"200.119.173.107\";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\";user_csrf|s:20:\"iKT4zL1NA6tBJGOdwkXg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a4f8cd414e52950c7e99f67df5fc01fd6333ee', '157.55.39.46', 1672603586, '__ci_last_regenerate|i:1672603586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a516146c7d32b59eff0f66b5e9ef214c7135e4', '114.119.130.217', 1687632533, '__ci_last_regenerate|i:1687632532;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a55a9c97642cc395a61eb121795bbbf1fa13e1', '190.56.50.3', 1660749679, '__ci_last_regenerate|i:1660749679;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660740007\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660747106;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a630a0e9f0be4c4aba33d62a7b61965061ecd9', '50.21.188.32', 1663642565, '__ci_last_regenerate|i:1663642565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a823a897b3b14288f83e4c4973f3637fba5909', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;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 ('86a9b08facb5579affc61d81a0e9760faf116817', '40.77.167.225', 1680811516, '__ci_last_regenerate|i:1680811516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86aa8c61be6dc8ba55b37490cc2883e1fd371f7a', '51.222.253.2', 1652920186, '__ci_last_regenerate|i:1652920186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ac3680f5c6aa050a6e1373f13041464713cc19', '52.167.144.171', 1685427182, '__ci_last_regenerate|i:1685427182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ac849949525fafb9988d1a0fb421b775c6c4a6', '190.148.87.164', 1667922090, '__ci_last_regenerate|i:1667922090;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86acd10833f3195a72d05e942997ae701ac63add', '51.222.253.20', 1680536736, '__ci_last_regenerate|i:1680536736;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ace56e616dff6e95c05c465352710d5589d536', '157.55.39.51', 1668091480, '__ci_last_regenerate|i:1668091480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ad53ca812d8714fcac8cd1a96cc09aee15bfe0', '5.188.62.76', 1656343561, '__ci_last_regenerate|i:1656343557;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ad7ca7188416b19e21af93a5a5351b7d3dfb3b', '114.119.132.52', 1688373747, '__ci_last_regenerate|i:1688373747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ae0525faf34ebb4aa50b4a13af4371cca501b0', '190.148.158.164', 1667345848, '__ci_last_regenerate|i:1667345848;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667343202;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86aeae614c2d58720493e749e8b349b8c73c32a2', '54.187.103.135', 1685319779, '__ci_last_regenerate|i:1685319779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86aeb6ce4c3fa1a7b4d58000cf7cbeddf35d47a0', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86aeebb42a30c4bc90a176a3396603342b519989', '51.222.253.4', 1663258557, '__ci_last_regenerate|i:1663258557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86af2959eb1b71c3cfb43f2ce27263941b4a8c19', '190.148.252.233', 1669046081, '__ci_last_regenerate|i:1669046081;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669046052;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86af3dc79051d0fde465cc406abce28c30a1a131', '190.56.50.15', 1667174431, '__ci_last_regenerate|i:1667174431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667174419;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86b1880951cd4cdc87bb06197d56b3b4ae2f52a4', '190.148.157.53', 1684107993, '__ci_last_regenerate|i:1684107993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684107972;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86b327e395668b6c045635f27e390857d9da9e80', '17.241.219.63', 1677771653, '__ci_last_regenerate|i:1677771653;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 ('86b345d2545c4ee7234ff69d09d9fa30e296706f', '52.167.144.98', 1686573742, '__ci_last_regenerate|i:1686573742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86b49fe4a3185f2ae601d55b0ace57d614d470ee', '207.46.13.10', 1672844813, '__ci_last_regenerate|i:1672844813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86b8e2b44f27ddaddaa72d94ec50d5fd9547e2c9', '207.46.13.41', 1671233298, '__ci_last_regenerate|i:1671233298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86b9eebe12e6e2244ca7be49da13bf126a23027a', '200.119.168.250', 1681164459, '__ci_last_regenerate|i:1681164459;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681164334;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ba3cff7fc50b97d653b32ee2b37867e174f8a1', '51.222.253.14', 1682063874, '__ci_last_regenerate|i:1682063874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86bc9ea413561a7746ef67b91997b1b6465510a8', '52.167.144.94', 1678202590, '__ci_last_regenerate|i:1678202589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86bd464106bd0857f7f5b6931f7d3204f81ee53b', '51.222.253.7', 1686146826, '__ci_last_regenerate|i:1686146826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86bda4537c2c25943fc1043a97c8355c2c7938d1', '190.148.252.73', 1664832889, '__ci_last_regenerate|i:1664832889;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664832882;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86be16dadc77052e06ebca0787ddd729d1574f73', '207.46.13.48', 1662612130, '__ci_last_regenerate|i:1662612120;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c14ee6fc8a24f4761dac939f839636df4b977d', '157.55.39.79', 1657841655, '__ci_last_regenerate|i:1657841645;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c563a33259564bb4140b2a61302c92bd0b7f6c', '185.27.99.129', 1659396435, '__ci_last_regenerate|i:1659396435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c58c19e8926a9190cdb023634017534a773cbb', '51.222.253.1', 1674227708, '__ci_last_regenerate|i:1674227708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c5f32b36ff6c70a9b2b5c960270031dc4aa457', '52.167.144.164', 1685619147, '__ci_last_regenerate|i:1685619147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c65618a4cbf34a65c177762ed9e3603889cf90', '190.148.252.96', 1673036605, '__ci_last_regenerate|i:1673036605;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673036595;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c6e16f676a2763c2e13b726fbc3bddb0f615b7', '190.56.173.213', 1683215593, '__ci_last_regenerate|i:1683215593;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683215583;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c77808ebd2f015fd3c06325ec06d329bbd3333', '190.148.252.151', 1671051623, '__ci_last_regenerate|i:1671051623;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671050748;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c81f3c490e7812e69a327e011d7af5d492520d', '51.222.253.13', 1652732631, '__ci_last_regenerate|i:1652732631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c8313678878bc9cae7786f2031e09ad42b27db', '114.119.135.36', 1686646497, '__ci_last_regenerate|i:1686646496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86cb0881f76202f071658f7f25220445d8017b1e', '200.119.168.48', 1668043367, '__ci_last_regenerate|i:1668042272;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667998163\";last_ip|s:15:\"190.148.157.165\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668043367;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ccb926ce4eda615f9dac27cc89ae0ddb824659', '23.227.72.144', 1664957643, '__ci_last_regenerate|i:1664957641;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86cd1daead2cb29679c5f39349a89a27189e4822', '114.119.154.22', 1685874060, '__ci_last_regenerate|i:1685874060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86cdfd7a759c217c1da955757a0e526d5db58723', '200.119.168.250', 1681132580, '__ci_last_regenerate|i:1681132580;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681131487;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86cef87b37d3035d06f7ac882bc74d2c26ae281f', '190.56.55.113', 1673356714, '__ci_last_regenerate|i:1673356714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673356675;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86cf9b240542aaf53c76c35e1c90a2ec1048ca4a', '5.188.62.26', 1656354355, '__ci_last_regenerate|i:1656354351;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d25aada02943286c60abd0eeb6d9a2af032c80', '190.56.50.253', 1682644409, '__ci_last_regenerate|i:1682644409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682644271;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d2aea9f3757646a663fe453db27dc6b8b1fbbe', '52.167.144.98', 1686515212, '__ci_last_regenerate|i:1686515212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d501a9500ed70e78feb9cd250bc25c0d340a75', '200.119.175.15', 1658494967, '__ci_last_regenerate|i:1658494967;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658452928\";last_ip|s:15:\"200.119.170.142\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658494622;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d6645197c4bd57a30f41d1f54dcc5e52e0bb96', '72.13.62.43', 1681608768, '__ci_last_regenerate|i:1681608767;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 ('86d68099a252a84505b6930fb315b56b5940ab89', '190.148.252.88', 1670870095, '__ci_last_regenerate|i:1670870095;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"9FCkzSfs5ZrVPopXBLmU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d72e40c8f2f3b8444842720ef782cc81f92e41', '190.148.252.197', 1665524383, '__ci_last_regenerate|i:1665524383;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665442203\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"EI7M6cfKLCJX5vRZFsoj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d7a8d8a6b2404b513e96597c6f0cfd096c3523', '52.24.228.1', 1679971106, '__ci_last_regenerate|i:1679971106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d7f723eb0b6e70f446828e11d1657533f5d645', '74.208.2.232', 1684500933, '__ci_last_regenerate|i:1684500933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86d9a68c2110a56775fd4585436e7549c072c4b6', '207.46.13.130', 1660740272, '__ci_last_regenerate|i:1660740272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86dae71df941e6667d3d4d9615f47cc6dd455498', '200.119.170.143', 1670200939, '__ci_last_regenerate|i:1670200939;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670200924;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ddb4cf4571731480bf64eedf8920d1f399a282', '66.249.72.203', 1682591421, '__ci_last_regenerate|i:1682591421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86df677b909320a5872bbf7c3cd0104d87119514', '114.119.151.233', 1684359367, '__ci_last_regenerate|i:1684359367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86dfcc0b36995d83e01eb4e63fb3db89dba8a43c', '35.92.20.115', 1674740411, '__ci_last_regenerate|i:1674740411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86dfe4da6bb613a945fe36b9bbd81252d58c4e68', '190.148.252.235', 1666828869, '__ci_last_regenerate|i:1666828869;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666828860;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86e0ff79f6e0b382e4f9aed6f367cc4c2dd99497', '200.119.170.120', 1660095424, '__ci_last_regenerate|i:1660095422;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660080594\";last_ip|s:15:\"190.148.158.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660095423;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86e8d567dc5bcfabae7a058240b4a3b1f1562845', '190.56.32.243', 1684627154, '__ci_last_regenerate|i:1684627154;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684627145;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ea3e99d0c059a0b1e85660228c72f76597735e', '52.167.144.109', 1680587147, '__ci_last_regenerate|i:1680587147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ee42bf520367f63e6d078f63584c188dd04f1a', '190.148.157.206', 1679502228, '__ci_last_regenerate|i:1679502228;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679501467;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ee456c7cb3d4bb36a15860ca5787b0d1703636', '177.73.71.218', 1653290068, '__ci_last_regenerate|i:1653290067;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f11cffa2182479313c1c4c9dffc653e4733838', '157.55.39.216', 1676702708, '__ci_last_regenerate|i:1676702708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f2a54b38c45045c57972d992910bf0ff9be54b', '114.119.146.255', 1687809900, '__ci_last_regenerate|i:1687809900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f56eaa281bcd92fb75e658d7ddee55ae54d3ad', '190.148.157.98', 1679181044, '__ci_last_regenerate|i:1679181044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679181013;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f749da0643abf1e124f44247ea36253bbcc7c8', '40.77.167.11', 1673963711, '__ci_last_regenerate|i:1673963711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f8d6a056ac100737ee45c0e74bc73ddcf75d2e', '190.56.55.0', 1687803953, '__ci_last_regenerate|i:1687803953;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687803648;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86f966eee5d1c3271e3145d47eafb2b99909d4b8', '114.119.159.17', 1687932281, '__ci_last_regenerate|i:1687932281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86fbaa3c3b33305d26d41f4f2dca380238e5a67d', '52.167.144.162', 1686510245, '__ci_last_regenerate|i:1686510245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86fbb482095a6fa6565765e923aea861ff1ac3b4', '40.77.167.166', 1676539516, '__ci_last_regenerate|i:1676539516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86fd3a1939dbc2c1314c4035284ea40cfdccea65', '54.227.32.154', 1658929773, '__ci_last_regenerate|i:1658929773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ffcd8c9cf96b3d6aa809e0df27987f913333b7', '52.167.144.164', 1686166619, '__ci_last_regenerate|i:1686166618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870299d979c252e0730a368dcef2673dad7bc90e', '5.188.62.140', 1653273526, '__ci_last_regenerate|i:1653273524;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8703b7493db053ed4bcf34b710e079aa66044a86', '52.167.144.95', 1680697767, '__ci_last_regenerate|i:1680697766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8704c9467f5894c3b15baf7d9b8511968958fcfa', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87057f6dc21da068e452805496c0d3ce17d2b8ab', '51.254.199.11', 1660758888, '__ci_last_regenerate|i:1660758888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8705f79bdc9dede62d1d39b2f8c54c20b6543ce6', '198.251.73.77', 1672881211, '__ci_last_regenerate|i:1672881211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8706052539998ebb598d599f0095a4fc9d3a0f56', '51.222.253.18', 1685083262, '__ci_last_regenerate|i:1685083262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87060690724b5d1390be3a1b5267457ed64a1004', '157.55.39.212', 1677426658, '__ci_last_regenerate|i:1677426658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870b8810108a5ed4f401b31a15c1f87b418d083e', '64.246.178.34', 1658527023, '__ci_last_regenerate|i:1658527023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870c6537ad964416e546be1f27b80376bd27fd5e', '52.167.144.164', 1684484658, '__ci_last_regenerate|i:1684484658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870cc09dda6aef9a2a10949bbdbb21a325f2124d', '190.56.32.164', 1664555392, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664555392;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664554666;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870d4a03b39846440d609aaf8c1ab4b946b2d34d', '66.249.64.48', 1677179053, '__ci_last_regenerate|i:1677179053;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 ('870e8e40a9dde214c8edc7693c8e6da79c6dd590', '114.119.139.115', 1686853511, '__ci_last_regenerate|i:1686853511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870ef243e2bef31f95b41fa8828004b7f1530748', '207.181.224.46', 1675773011, '__ci_last_regenerate|i:1675773011;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('870f1c98236c678d137e7f9c6f81d9925da18229', '207.46.13.234', 1661074030, '__ci_last_regenerate|i:1661074030;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 ('870fb75db8c3c5204886334fe8de1094f28d8e24', '52.167.144.28', 1679095180, '__ci_last_regenerate|i:1679095180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87102c0f7fce17b906de767bbb78e8cd946c0d98', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8711c30ae6c31558eb5c70888fb753b8c549b381', '190.148.158.23', 1687206091, '__ci_last_regenerate|i:1687206091;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687205619;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87125d8969770d45332cb7e0b44dc2338df27070', '190.148.252.111', 1677693524, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1677693524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677671189\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677692960;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8715d1ebdfe90142cc2483cbfc774c95c245a878', '114.119.135.207', 1688021262, '__ci_last_regenerate|i:1688021262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8719d3dfc67659330f28b3f56a3283be5092f821', '157.55.39.51', 1669309338, '__ci_last_regenerate|i:1669309338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871a6f1c81f7f0001d65c97813e6b0eb2111fff8', '190.148.252.151', 1671153540, '__ci_last_regenerate|i:1671153536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671153537;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";error|N;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871a8ffc9f73e40db3897f07d0943c0ffa3405fb', '207.46.13.209', 1681098144, '__ci_last_regenerate|i:1681098144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871aadd53656f9a8436ec3c4d592e3ed4dcd0f61', '157.55.39.86', 1672217679, '__ci_last_regenerate|i:1672217679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871acf32dfcdf814e6fa099dc5bb11138132046d', '176.113.43.46', 1650833359, '__ci_last_regenerate|i:1650833358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871cb9752edb55f879f06adb11a54c6534c6f7bc', '54.218.60.164', 1683070006, '__ci_last_regenerate|i:1683070006;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 ('871cde5cbd11ffe8801f0ea0bff4ff8512080061', '40.77.167.91', 1686964922, '__ci_last_regenerate|i:1686964922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871db78c629251bade68fc73c2331075117273d0', '190.122.185.227', 1688484455, '__ci_last_regenerate|i:1688484173;identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1688424950\";last_ip|s:13:\"45.173.219.69\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('871e30cc0b2f592ea3d004b9d850975c893676e6', '114.119.144.80', 1687009062, '__ci_last_regenerate|i:1687009062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871f536187ea22076938ce1620ad181b0a1815bb', '40.77.167.58', 1654556666, '__ci_last_regenerate|i:1654556657;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871fb2d08d4d86d6ec486696130aa4d42d2ec196', '190.148.252.235', 1666891570, '__ci_last_regenerate|i:1666891570;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666891565;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871fcbcf741645e983aeeb040eba224a3088a859', '190.56.55.113', 1673790096, '__ci_last_regenerate|i:1673790096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673789908;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8721c4ea7700bb89f237a8eb0af47b17d4f3b3f9', '190.148.157.183', 1680389720, '__ci_last_regenerate|i:1680389720;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680389660;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('872321ab6db61905857006b4ddcb258cccb7b584', '157.55.39.125', 1653750158, '__ci_last_regenerate|i:1653750158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87248cb178414f4f0b9bf19885c4bef64fcc5520', '52.167.144.164', 1686035626, '__ci_last_regenerate|i:1686035626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8725113ad13a46f1569a4c63f66ee76b6007e217', '190.148.252.85', 1666226264, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666226264;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666225971;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8726597fb934e5e4a834526addf287e3afcb2c98', '190.148.157.99', 1662502483, '__ci_last_regenerate|i:1662502483;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"JyFh9vcx3GROX4NgWQLM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87269c5c424200c777b3142d6dedc8b63bf8c9f2', '200.119.170.164', 1666442283, '__ci_last_regenerate|i:1666442283;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8726e57059bb2a4586a06e6ecb38e5464d337091', '114.119.158.38', 1687556632, '__ci_last_regenerate|i:1687556632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8728a17fe6e0cd539b3890f6788cc9a756f746d3', '190.148.87.6', 1668380255, '__ci_last_regenerate|i:1668380255;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668380210;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8728b527f4eb03eaca4541945accee6b5d05eaa3', '114.119.141.200', 1687114074, '__ci_last_regenerate|i:1687114074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('872b97541c900b15342883d3e3b559855944ef06', '66.249.79.194', 1687538257, '__ci_last_regenerate|i:1687538257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('872e2086f4916273168c8c039b19c210018cb88e', '51.222.253.8', 1665017505, '__ci_last_regenerate|i:1665017505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('873022304864fab4b190968b907dc4b8c99f2dc6', '35.165.215.140', 1651765442, '__ci_last_regenerate|i:1651765442;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('8732a2103d9ae631d7dc22b23fa8eebd1dd8162f', '52.167.144.162', 1686413812, '__ci_last_regenerate|i:1686413812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87334aa3e8d98214a86eba8ea3caffcf9a8553bc', '190.56.50.15', 1667234210, '__ci_last_regenerate|i:1667234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8734c60c806a450eb84075057d1f97e2a53ac645', '40.77.167.224', 1687463736, '__ci_last_regenerate|i:1687463735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8734cee7b0bf7bbd57025cfeed99aa90326aadff', '190.148.252.183', 1681402243, '__ci_last_regenerate|i:1681402243;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681401603;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87353e661f0aee8d3727ac0ea062ea4ddfada9c4', '200.119.170.137', 1668636421, '__ci_last_regenerate|i:1668636421;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668635415;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87384fde31098400db6a805b5e9184f3b085077f', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('873bcbd112e129921711b51f64a1cc5169e63187', '200.119.173.177', 1685239884, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685239884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685239731;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87419ed771bd5f79337ac8fad5eff18dbf46bae6', '51.222.253.16', 1671803539, '__ci_last_regenerate|i:1671803539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8743dcc9e35cca2122ae67abebbaa91ee8cf8402', '114.119.147.240', 1686731859, '__ci_last_regenerate|i:1686731859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87443934d5aa46bc44bcb176a9ccb5e7288095e1', '190.148.252.197', 1665494473, '__ci_last_regenerate|i:1665494473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665494412;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874614b6d0f8549db81edea6a1fab4658b8cd142', '190.56.48.81', 1665938612, '__ci_last_regenerate|i:1665938612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665938555;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87470171974375535489c4caa04615a4d022ecda', '52.12.217.227', 1668173996, '__ci_last_regenerate|i:1668173996;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 ('874735d8c13fe5e35c90fa452f6fd670063c6181', '200.119.173.177', 1685109794, '__ci_last_regenerate|i:1685109794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685109766;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8748083488e8f37360c63759c90c64cd9cf3ded6', '157.55.39.206', 1652249429, '__ci_last_regenerate|i:1652249429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87480bd730d366ac1598a2a75d1c36bbc84655ee', '157.55.39.68', 1667234871, '__ci_last_regenerate|i:1667234868;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87499820d9001a3e70733b9b5e1c10012c3e2637', '114.119.133.247', 1687554157, '__ci_last_regenerate|i:1687554157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874c4870aece19a77df746af1a58a79730aeef8a', '190.56.173.175', 1653080042, '__ci_last_regenerate|i:1653080042;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653079948;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874cf280d936bd87538a2f7977e3221476eed8b2', '190.148.158.151', 1677344819, '__ci_last_regenerate|i:1677344819;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677344760;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874e0471328a29906830a87032a5b3da3bb8b838', '200.119.172.96', 1675389995, '__ci_last_regenerate|i:1675389951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675389994;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874e2dd00df6d0b272b15e9db26ae9704f20a2dc', '54.36.148.101', 1668029448, '__ci_last_regenerate|i:1668029448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874f3e2179c174ea1dae7eb653ab1bf99dc02b6c', '207.46.13.217', 1684154495, '__ci_last_regenerate|i:1684154495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874f67d8ae163cc9580b68c9c5b0e2a62c2a2c56', '149.57.16.7', 1653807002, '__ci_last_regenerate|i:1653807002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('874f779c7ebd927cf1edd8bd8b1cb7830bd65e5f', '66.249.79.206', 1679231294, '__ci_last_regenerate|i:1679231294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87503b4e814cfdca3116607411f7c94a21fafa83', '40.77.167.63', 1671956143, '__ci_last_regenerate|i:1671956143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87503ccea0edf80170042d0bb4622de52c3d41e1', '200.119.168.9', 1656167646, '__ci_last_regenerate|i:1656167646;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656162218\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656165947;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875084f29128fcc5b4da63c662f101cef663b996', '51.222.253.8', 1687679275, '__ci_last_regenerate|i:1687679275;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 ('875090e88254833f3d3bd11e4c783ca937dffe73', '5.188.62.26', 1655265747, '__ci_last_regenerate|i:1655265747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8751062e2474908ac46aa1900cc8ff744a6cb74f', '93.158.90.144', 1673525316, '__ci_last_regenerate|i:1673525316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8753f9bec242eca58f732999c1f408f9664f8377', '52.167.144.74', 1688350078, '__ci_last_regenerate|i:1688350078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875544d3c1fef33e4ec009fc23c565e84f350de2', '190.148.252.178', 1657485784, '__ci_last_regenerate|i:1657485784;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657401924\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657485775;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8755fc4cf547ac4470b69df25314d5df643e873e', '52.167.144.63', 1687144548, '__ci_last_regenerate|i:1687144547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875697d45b0bc43510241fd5b62cded1cb7c910f', '34.132.145.12', 1671635171, '__ci_last_regenerate|i:1671635170;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87569c8b87cfe444a470b140a31872434392cd83', '51.222.253.8', 1680636944, '__ci_last_regenerate|i:1680636944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87590d28a0390487567e6ff578a263158b910a0e', '52.167.144.89', 1679355170, '__ci_last_regenerate|i:1679355169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875b80668ab83050eafbe9216b7eff2f4d4e1ba7', '207.46.13.154', 1671167644, '__ci_last_regenerate|i:1671167644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875c55775a170c9fc14ffcd14be219f96d75eaa3', '51.222.253.6', 1656208189, '__ci_last_regenerate|i:1656208189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875cfa9828155227d70407323c17dbcf7674e7fb', '52.167.144.20', 1685566001, '__ci_last_regenerate|i:1685566001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875d7971c227947fcc49a233f412aaa3b05f2c65', '200.119.168.250', 1680738901, '__ci_last_regenerate|i:1680738901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680738728;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875e818a8d357a27656f7ffa8cc2929283de4c8c', '114.119.133.126', 1687909495, '__ci_last_regenerate|i:1687909495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('875fe3ee9cf7c03cd5dfe6d1021007a2c9cd9793', '190.148.157.183', 1680281965, '__ci_last_regenerate|i:1680281965;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680279871;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876122eaf7b83a8d718a350381114db4165bfd97', '40.77.167.49', 1664374719, '__ci_last_regenerate|i:1664374719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8761faa41fcb808a18ea99ac11627e4e26984a84', '190.56.173.175', 1652994710, '__ci_last_regenerate|i:1652994710;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652991937\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"cuxv24nFCdHrVfeMgyPX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876445d28a2b044e6f9542bd44df39ed873e43a5', '52.167.144.42', 1679646638, '__ci_last_regenerate|i:1679646637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87654bbc51bb7d08cd86831484ab1ef4b105545c', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8765d3a86cf6aa80e3d7b028ad38ab860b74c793', '114.119.148.184', 1686479782, '__ci_last_regenerate|i:1686479782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876888294349e9307df0195d8e8783193c3588d5', '52.167.144.171', 1685386786, '__ci_last_regenerate|i:1685386786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87693b9fdae7a16e82d0977f80151fb1de33d6ad', '46.101.63.152', 1652762870, '__ci_last_regenerate|i:1652762870;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 ('876983b38948044502e963fe6736efaa30551570', '190.148.158.175', 1672512601, '__ci_last_regenerate|i:1672512601;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672511404;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876a79e9ea0c41f5d99f83708c5eb3e7e9384af7', '51.254.49.101', 1664372777, '__ci_last_regenerate|i:1664372777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876b48fa535dcc41e799ba555c29b04b56cd8280', '52.167.144.76', 1681830987, '__ci_last_regenerate|i:1681830987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876b70a41d1ecac8a1389d677385c30ebdbf0556', '114.119.146.252', 1686488536, '__ci_last_regenerate|i:1686488536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876ba32ef4e77dba0f7fbb08554853622f837035', '51.222.253.20', 1675598348, '__ci_last_regenerate|i:1675598348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876c6b3fe122201e0099918a7ff544942e7031f8', '51.222.253.2', 1681075461, '__ci_last_regenerate|i:1681075461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876cff3c523fb4961126aad7399fa267df4ca3e2', '200.119.168.250', 1681141113, '__ci_last_regenerate|i:1681141113;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";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\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877020fbc50f309aa075feebc5d38203400cbecc', '190.56.173.136', 1687908854, '__ci_last_regenerate|i:1687908854;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687908833;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87703c5e589e21b88ed06cf4929bf4f16b672e43', '20.91.193.115', 1651073203, '__ci_last_regenerate|i:1651073199;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 ('877092632d31e7062655481d50f730bb28879456', '156.146.56.103', 1653483421, '__ci_last_regenerate|i:1653483417;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 ('877182052aadc37ffca932bd516df4917e1e94e4', '66.249.79.194', 1687099317, '__ci_last_regenerate|i:1687099317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877206f3b124053a4b3d9fee225dec5a9c99ce4b', '51.222.253.13', 1682034499, '__ci_last_regenerate|i:1682034498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87727aea9f2a597a125238c4db26d9b71ed2cdd3', '190.56.32.174', 1676593069, '__ci_last_regenerate|i:1676593069;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676593056;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8773a8729900a7deef9622a2dfaba2d063bb366f', '34.67.114.140', 1651743778, '__ci_last_regenerate|i:1651743778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8778e3ceb769f013e746a8a61de650442b209d48', '114.119.128.22', 1687850243, '__ci_last_regenerate|i:1687850243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8779cacfc608674da71d4bd99fefdc1f557c2278', '74.208.2.193', 1672573882, '__ci_last_regenerate|i:1672573881;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 ('8779e84e51c58e2ac111f8a6610a189d5073e210', '52.167.144.171', 1685594530, '__ci_last_regenerate|i:1685594530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877a005ef1325e1e4b7f0941c388045f174cd191', '40.77.167.115', 1681422809, '__ci_last_regenerate|i:1681422809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877a89d9a9e1e3ba8488316d19419f5f40986cb2', '190.148.157.80', 1669636786, '__ci_last_regenerate|i:1669636786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669636759;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877fb4ff133899ece9efa75654f95673d821b2a0', '52.167.144.171', 1685350811, '__ci_last_regenerate|i:1685350811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('878168cf41d0b97854263573f1822be33a0980d9', '114.119.131.42', 1687170040, '__ci_last_regenerate|i:1687170040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8782249a412f47532211577230f33878b5b866f1', '52.167.144.98', 1685377449, '__ci_last_regenerate|i:1685377449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87840ad95b5338bc2443b43dbf13eeb07ffc7ec9', '51.222.253.16', 1660976025, '__ci_last_regenerate|i:1660976025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8784bafba206b69c15c234be2761d8aaae25858c', '17.121.114.197', 1661583044, '__ci_last_regenerate|i:1661583044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87854de8ad52ac451d5b577340481a1c30453f42', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8789da7141bcb740dfae557c63ba2e697ab8ff65', '40.77.167.91', 1686974667, '__ci_last_regenerate|i:1686974667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('878a5dcad727e5942cdfad19c26437df398dbbba', '190.148.87.96', 1678401492, '__ci_last_regenerate|i:1678401492;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678400298;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('878ac0c6c93f96e4922c64d0979692cb60d2aafa', '114.119.166.88', 1687285222, '__ci_last_regenerate|i:1687285222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('878bbd7c75ff3f39b656a58e08fce8a5fe8759c3', '17.121.115.212', 1653922358, '__ci_last_regenerate|i:1653922358;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 ('878bc254da187692e2797d3aaac9e4a679b3fdaf', '114.119.156.71', 1684351651, '__ci_last_regenerate|i:1684351651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('878e551445fae283b8141bebc2072c9cc04bd3c1', '40.77.167.169', 1676001711, '__ci_last_regenerate|i:1676001711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87908d0ec29f5a3d0a59f9127d8c0a15ca206749', '200.119.173.133', 1660953168, '__ci_last_regenerate|i:1660953143;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8793acac58c65c44033c20c45621d2415862e652', '40.77.167.219', 1676522053, '__ci_last_regenerate|i:1676522053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8795114cd8c04180efa597921cb85b9cf800a530', '190.148.157.80', 1669130231, '__ci_last_regenerate|i:1669130231;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669074282\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669126000;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('879556e5b5f4cfcbdc0cab66e778735effcdc1ec', '52.167.144.49', 1676840798, '__ci_last_regenerate|i:1676840797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87957f7ca37e9d665bde842e7471c26a98e82a81', '207.46.13.154', 1671231574, '__ci_last_regenerate|i:1671231574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('879942cc53fbca0cf1cb11c34defefa6d89b9513', '66.249.74.107', 1683283944, '__ci_last_regenerate|i:1683283944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('879a2e913d1ce626f1d271c9561a9bed5c37a39f', '190.56.50.253', 1682461365, '__ci_last_regenerate|i:1682461365;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682461188;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('879d3222d8d2c162553f0f2c2bc16655d77ba433', '51.158.116.110', 1682465748, '__ci_last_regenerate|i:1682465748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('879f0c71aa2bf82456419be86b6bbe9a762fb75d', '54.202.204.169', 1681219289, '__ci_last_regenerate|i:1681219289;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 ('87a19b3f21ed35394fe5c3222e2eb197885d1274', '207.46.13.154', 1670998754, '__ci_last_regenerate|i:1670998754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a200593a079b90656db5d90cc935d7a69e54c7', '207.46.13.11', 1668986784, '__ci_last_regenerate|i:1668986784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a37733a1537e466aae55c87885dbddbe9c5995', '190.148.157.177', 1682030456, '__ci_last_regenerate|i:1682030456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682030428;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a6d6970883f57b5c5bb5e2cd365b61f7784208', '114.119.143.75', 1684516609, '__ci_last_regenerate|i:1684516609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a876c57e2c01feebbb5ee57bfeed791958fec1', '51.222.253.4', 1663670162, '__ci_last_regenerate|i:1663670162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a88853e938f4af7bbb1bf0fd535465e722e8d8', '207.46.13.17', 1673523806, '__ci_last_regenerate|i:1673523805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a9b30b80987fa5f92a5dd4d345f5926576d13e', '190.148.157.98', 1679086614, '__ci_last_regenerate|i:1679086614;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679086525;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a9c93b223da8ebe0cf5dfd9cea28dea3fe9c72', '190.148.252.183', 1681253008, '__ci_last_regenerate|i:1681253008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681252956;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a9dbf03c681088394cf7d1c3626bc87798a07f', '114.119.134.182', 1685908211, '__ci_last_regenerate|i:1685908211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87abae824ca3a045755a00cd7dfbb7a65c569e03', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87acf75ee34efd1bc7a575324f2d6c807faecf1b', '3.239.158.141', 1654068823, '__ci_last_regenerate|i:1654068823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ad23d77d00002d7510632ef5a52b50b511b027', '114.119.136.243', 1684517212, '__ci_last_regenerate|i:1684517212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ad55616f2213a5aa2cd8cd6663acbb52fbdbfd', '207.46.13.41', 1671630114, '__ci_last_regenerate|i:1671630114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ad94da8700cabc17e263a601e7812bc84fe2b5', '200.119.173.177', 1685203313, '__ci_last_regenerate|i:1685203313;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685202991;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ae5dadbddac7dac628dcb355611b9219fafca8', '173.249.31.237', 1659409170, '__ci_last_regenerate|i:1659409170;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 ('87aef49e8591539aaa05b4262481467b6431d1a2', '190.56.55.113', 1673440802, '__ci_last_regenerate|i:1673440802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673440764;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87afa42ed0454cacda23fdb296338e1220326319', '52.32.75.142', 1679232970, '__ci_last_regenerate|i:1679232970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b019b75ae68bb8e88763095054d401ba38397e', '54.186.175.128', 1681836437, '__ci_last_regenerate|i:1681836437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b0f554dcc4dbefce9e0602b2bfe4f31a9d1751', '114.119.135.171', 1686247816, '__ci_last_regenerate|i:1686247816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b198af2e8858617cc8f7d08946eb42e57f8a6a', '200.119.173.177', 1685377584, '__ci_last_regenerate|i:1685377584;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685377564;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b1f288d12a86608cfc2249bc7a8ef90d2df1c4', '173.249.31.237', 1659409138, '__ci_last_regenerate|i:1659409138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b1f62d050fd08800170ab46c3e1694f6815e68', '40.77.167.182', 1684096464, '__ci_last_regenerate|i:1684096464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b3c6ad15d311a4022d7c517518d0759eaaef69', '190.148.252.183', 1681671941, '__ci_last_regenerate|i:1681671941;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681671344;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b585a20277afbeaf9d175fd62766c26b09a3f6', '190.148.158.74', 1669039950, '__ci_last_regenerate|i:1669039950;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669039875;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b677d6ec4f833ffff8d81f828ff0dbd2e1b0b8', '216.19.203.165', 1678087020, '__ci_last_regenerate|i:1678087019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b7190cd05714cc6947608061568f3f4ef33f37', '157.55.39.143', 1670207870, '__ci_last_regenerate|i:1670207870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b8111d889ef6d68fe64456925d8db8c807acaa', '138.246.253.24', 1680305101, '__ci_last_regenerate|i:1680305101;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 ('87b8e6f20cc7d280ac221014a1170065b1e25dd2', '52.167.144.98', 1686269318, '__ci_last_regenerate|i:1686269318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87baf7c38cea77a2f4a0be1effe791bb7c4fa4d6', '190.56.32.35', 1671986664, '__ci_last_regenerate|i:1671986664;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671986361;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87bc0a7cc64a59b0ed38ed2650a28b4640f6f276', '3.111.41.2', 1670738464, '__ci_last_regenerate|i:1670738464;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87bd6b8bf8394e370c84c190f67fdd6623cb694c', '190.56.50.253', 1682608233, '__ci_last_regenerate|i:1682608233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682608226;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87c07701871532d1d189a5c39218c4f170d41f91', '149.56.150.153', 1685001363, '__ci_last_regenerate|i:1685001362;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87c11f0316b04baaba6f0025b3b7fec271d9e880', '93.158.90.153', 1670706272, '__ci_last_regenerate|i:1670706272;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 ('87c297202e1dd66109b0757afb4b340b7b2e9637', '190.148.252.183', 1681486473, '__ci_last_regenerate|i:1681486473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681485660;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87c4d144626893a17f2e6f1346c85ae147de3ea0', '190.56.50.253', 1682555759, '__ci_last_regenerate|i:1682555759;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682555731;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87c85de87b0fedd76b6adeddc777ffc352595e84', '54.36.148.62', 1659039285, '__ci_last_regenerate|i:1659039285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87c936d834aca1cd803e3a8e90d8f42b1ac73124', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87c9c240a5382b854af98e2162eec297c8c1a213', '35.88.231.172', 1662038578, '__ci_last_regenerate|i:1662038578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ca70475d05dd5af0f02fd0654a6eb5e1024469', '114.119.155.233', 1688129129, '__ci_last_regenerate|i:1688129129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87cbc15ba91ac9b5850031ef5002a859bf8e4ace', '52.167.144.164', 1684808053, '__ci_last_regenerate|i:1684808053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87cc890be93684382baa860cc9826d8dd7fdf341', '49.12.224.61', 1679236896, '__ci_last_regenerate|i:1679236893;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87cd3ba041f6f9035a0d64b957d75a1bc4cb390e', '114.119.148.184', 1688217693, '__ci_last_regenerate|i:1688217693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ce446997a11fa3775db01f2d51ac21f32b7afc', '190.148.252.197', 1665608108, '__ci_last_regenerate|i:1665608108;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665608020;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ce94f98ef667040cbdeac59c7446dbbb51441e', '200.119.173.130', 1675785571, '__ci_last_regenerate|i:1675785571;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675785569;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87cead9ee0f0b594579d0487e8ade15a78fa4535', '114.119.153.171', 1688244525, '__ci_last_regenerate|i:1688244525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d00c736fe8159cc654218463d578d742b2a8c9', '51.222.253.3', 1659217850, '__ci_last_regenerate|i:1659217850;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 ('87d15144ad937b2e0bb87fb8ae0c77ccbb8ec4fb', '157.55.39.148', 1671794632, '__ci_last_regenerate|i:1671794632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d15bdc399037ea61ad2591332341b4585f6130', '94.142.141.236', 1666676251, '__ci_last_regenerate|i:1666676250;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d24be85974be1cc71467e77b21255e2240ae28', '46.161.27.204', 1653920087, '__ci_last_regenerate|i:1653920087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d254a8932c0a0a2a5af9b794bc5f42967e91a2', '51.254.199.11', 1656382155, '__ci_last_regenerate|i:1656382155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d3ad5cb4d7d11692fb620a5b32a8b07d1159da', '40.77.167.181', 1687765896, '__ci_last_regenerate|i:1687765896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d3c72eeca5f2439db4bab4eb0bb8504f5f185a', '40.77.167.207', 1681680370, '__ci_last_regenerate|i:1681680370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d4e95af29e04e0c349d52b1c3bab47e589a199', '3.17.148.246', 1687183262, '__ci_last_regenerate|i:1687183262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d58a314b9494d63d58eba85a9d85df82585892', '185.27.99.112', 1666432935, '__ci_last_regenerate|i:1666432935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d5bb62b05f8c8b851c08a726732c6992a3f1af', '17.121.115.145', 1657126190, '__ci_last_regenerate|i:1657126190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d60c213efb0d69bfd948cfb6c28324d322ce28', '190.148.157.98', 1679232611, '__ci_last_regenerate|i:1679232611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679232253;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d84256c75d59082da9be471c14163dfa33e399', '40.77.167.166', 1676087519, '__ci_last_regenerate|i:1676087519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d895534987b6190f6da75526bf0193c17f32f6', '190.148.87.51', 1676304326, '__ci_last_regenerate|i:1676304326;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675375918\";last_ip|s:14:\"200.119.172.96\";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 ('87da4ec87435f766977a74ad3f6c31820149b4dd', '52.167.144.109', 1680390138, '__ci_last_regenerate|i:1680390138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87dbc8d5b12eca120f296f1b00d14e241395252c', '194.163.134.40', 1658220487, '__ci_last_regenerate|i:1658220486;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87dc71e307915cfce414b18d29c7e0813c3251ef', '40.77.167.123', 1683266360, '__ci_last_regenerate|i:1683266360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87dc94964e763ec9bd84cfcb0fa033c6e27e497d', '190.148.157.80', 1669325691, '__ci_last_regenerate|i:1669325691;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669325569;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87dd4d3a3c517f9279e2d3a8a314ffd7905a278e', '200.119.173.177', 1685279121, '__ci_last_regenerate|i:1685279121;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685279083;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87dde1c5d76a8de3dec7a6b04cafacdcdc111e25', '200.119.170.143', 1670250211, '__ci_last_regenerate|i:1670250211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670250170;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87e20199e34c8bed4849f0d3df3e4c3e0c5062ab', '190.148.157.177', 1682091541, '__ci_last_regenerate|i:1682091541;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682091412;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87e498ca90c33c7ec9eca33f64b37cfcbb075c07', '157.55.39.200', 1666955289, '__ci_last_regenerate|i:1666955289;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 ('87e5709769d7a4fa970f36e73b1fbb48930b2115', '40.77.167.236', 1677382435, '__ci_last_regenerate|i:1677382435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87e632232bcf11a819f8856d81c78eec56cea040', '114.119.128.219', 1687991006, '__ci_last_regenerate|i:1687991006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87e9039ad595e37203210b03e7f272a57de2a5e5', '51.222.253.7', 1658387989, '__ci_last_regenerate|i:1658387989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87e9c523f93c427fafa8ea4dd23bb3d70d1e0f06', '190.56.51.144', 1687089382, '__ci_last_regenerate|i:1687089382;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687089311;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ecf40d936a0461cf4744b9dba814e8c817f524', '172.245.224.10', 1652816735, '__ci_last_regenerate|i:1652816735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87eee29f401c3af7a596ab45c8c5e60090f02542', '52.167.144.164', 1686510628, '__ci_last_regenerate|i:1686510628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ef8951d2c13517b018dfae3c519263b2ef7eb9', '52.167.144.164', 1686726466, '__ci_last_regenerate|i:1686726466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f0857a7f2d76a5c66d51d0be780f822b3c118d', '51.222.253.1', 1680593130, '__ci_last_regenerate|i:1680593130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f0ff56ddbf535bfac6e402b4802bd363dbf277', '190.148.157.98', 1679089086, '__ci_last_regenerate|i:1679089086;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679087366;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f22b17443e0cb397c6d2d30f4952d3c75b06ce', '52.167.144.98', 1686251361, '__ci_last_regenerate|i:1686251361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f2c17ca64bbf417171d939b68eff0cbe6fb0ed', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f39260d92c4cc64f86c893644f75ca0ff8eb37', '114.119.148.4', 1686072576, '__ci_last_regenerate|i:1686072576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f522317f1078f4e2fa8b0568e6d4b076812c05', '51.222.253.15', 1663901628, '__ci_last_regenerate|i:1663901628;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 ('87f5a296f06b9ce5c2d1659a46cab31980aa48e2', '40.77.167.102', 1662234217, '__ci_last_regenerate|i:1662234217;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 ('87f63bb1a27530efa8a471993edf509d1a4e2fb5', '190.56.55.48', 1687449738, '__ci_last_regenerate|i:1687449738;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687449736;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f76d9155c2b4ff0e1b450204ded89ec6b08d99', '51.222.253.9', 1677297899, '__ci_last_regenerate|i:1677297899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f8024d8999f0e085273ff393db826e7f987f89', '66.249.65.100', 1651332386, '__ci_last_regenerate|i:1651332386;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 ('87f81f4b18510a1699c69b556d53272a54836628', '190.148.252.197', 1665498454, '__ci_last_regenerate|i:1665498454;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665498004;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f91a8f596e1ab5b88ef5f2a8dc6a49d67e1f50', '51.222.253.6', 1663087399, '__ci_last_regenerate|i:1663087399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87f9c75d613738af596af60e352b8453c3f419fc', '200.119.173.107', 1686788404, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686788404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686788362;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87fd309b5c5ed61d4de564b10f4eaac67cc948af', '200.119.173.78', 1682799319, '__ci_last_regenerate|i:1682799319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682799242;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87feab0cafbecb39000b4d0cdc13dc2faa17dc89', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ffc01aee3a4211df7e8ec76911f46eb3fb183e', '51.158.119.55', 1682467532, '__ci_last_regenerate|i:1682467532;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8800a79db699e50638d9ce24defc5ea5ca740978', '190.148.87.99', 1688408699, '__ci_last_regenerate|i:1688408699;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688408649;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8802f8a58f9359aa1fced7a35833a52385ac12d8', '157.55.39.100', 1671888769, '__ci_last_regenerate|i:1671888769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8803cb12648e805a10475ff95197d2c09f0989b1', '14.29.206.197', 1666071809, '__ci_last_regenerate|i:1666071809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8805f7e83e45fa254f4a7b144a2e3e4e90a91236', '52.167.144.21', 1684993454, '__ci_last_regenerate|i:1684993454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880619cbe6e172ca9c5db310b7330f546333e85e', '66.249.77.39', 1680616427, '__ci_last_regenerate|i:1680616427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88067f2d013ddf38f60a9ab1f88b36e8276e5021', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880954f30335eacb6e99bfb3422d1feec834a78c', '79.137.65.46', 1673020035, '__ci_last_regenerate|i:1673020034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880d64272d3aa507f3864269903903c5622118f1', '190.148.252.233', 1668807854, '__ci_last_regenerate|i:1668807854;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668807838;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880e5b1050552684ce53f8766887061e72b46cd5', '190.148.158.151', 1677243763, '__ci_last_regenerate|i:1677243763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677243396;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880e5eb7d31a7ecd61b7226e3e27e110eb48ed9a', '149.56.160.202', 1672432635, '__ci_last_regenerate|i:1672432635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880ed1d148ba5e29d8a098980e1eb62fd0b40446', '40.77.167.11', 1673632282, '__ci_last_regenerate|i:1673632281;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880fc334181fcbaac93c049fea30e1ebbc9309f1', '200.119.172.60', 1675041098, '__ci_last_regenerate|i:1675041098;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675040935;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881103132cac189b92ca738c37dce635046f3e87', '111.7.100.24', 1650976299, '__ci_last_regenerate|i:1650976293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8811c8498a9f4a28a73f404a5dd1f41651829e4c', '167.248.133.118', 1651088609, '__ci_last_regenerate|i:1651088609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8813a6e41815fcda367de981f5bbb018d66cc989', '200.119.174.9', 1674501142, '__ci_last_regenerate|i:1674501142;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674500505;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8814c59f34dae31d81e8ddc5410bce3920918270', '51.222.253.4', 1666941914, '__ci_last_regenerate|i:1666941914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881cd6464db67f4f53f72d5dfa07bbc758a8a7f9', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881d3ab489cb15828e84be7b568c9a3c17d1d704', '51.222.253.2', 1684416880, '__ci_last_regenerate|i:1684416880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881e3740950b576ea84ac4295cee2505b8354dcc', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881f4510abdbc9e71da35e76845bb50d1f3df6ba', '190.148.157.206', 1656611626, '__ci_last_regenerate|i:1656611626;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656611623;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881fb6689233ba8454daa07c697a380e7eec4254', '51.222.253.18', 1652306985, '__ci_last_regenerate|i:1652306985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('881fe7f90e021843190c7ed5698fe95471494382', '200.119.173.78', 1682896382, '__ci_last_regenerate|i:1682896382;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682896367;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882051b53f4597048a801ae94794bbd5dc043c15', '5.188.62.76', 1659907965, '__ci_last_regenerate|i:1659907965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8821d98defe10a3fe947e7d1acf20d469aedd36c', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88229262a5750c27f165ed1727ddc2ea00b27d94', '190.148.157.80', 1669667861, '__ci_last_regenerate|i:1669667861;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669667840;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88232f69263ea5481f33326fa671fe5203d1004f', '40.77.167.123', 1683512844, '__ci_last_regenerate|i:1683512844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8823dcfab6403ff046c8d9978d4bef993009991c', '190.56.49.237', 1665850691, '__ci_last_regenerate|i:1665850691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665850033;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88245fec150dc39dd0ba5e5aee9731688f2f97c8', '157.55.39.51', 1668935053, '__ci_last_regenerate|i:1668935053;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882572d5aace06599f0b78f2c5ef18a9d2fb873f', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88278f42b49f9758a96dd134bde03f034ac6e037', '114.119.150.62', 1685944958, '__ci_last_regenerate|i:1685944958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882a9b833cf1f0a23ba63f08bb1eefa0d1db8471', '40.77.167.43', 1654745056, '__ci_last_regenerate|i:1654745046;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882b1b8dba835a62958cf5dc6ca9f81212762d8b', '51.222.253.14', 1677432068, '__ci_last_regenerate|i:1677432068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882d676d5a74261b37b34499f88638a01bb0f2d1', '114.119.153.108', 1688434994, '__ci_last_regenerate|i:1688434994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883401a95bd7b6a942de8ae017e937e18e391516', '17.121.113.232', 1653818862, '__ci_last_regenerate|i:1653818862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8834be7fe2e3cf601ab20186fb712e6ef4c99cd1', '40.77.167.182', 1683647806, '__ci_last_regenerate|i:1683647805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883505a6a572e572b64f59c4f586b944c3241c9c', '114.119.156.16', 1685010806, '__ci_last_regenerate|i:1685010806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883507faa712dbcff90895dd6513ad860f66a878', '190.148.157.53', 1683651561, '__ci_last_regenerate|i:1683651561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683650279;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88364c9da84c2efee276cd7aa946e82b6a57b885', '157.55.39.253', 1682844802, '__ci_last_regenerate|i:1682844802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8837e6b482494b1739057d391504e32b1f2a545f', '52.167.144.66', 1677676572, '__ci_last_regenerate|i:1677676572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883807f6bd9cb98fa9da6d53b4a565db3f598fc7', '207.46.13.199', 1661516631, '__ci_last_regenerate|i:1661516621;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883daf9e076e9c934e7730654a38a2048845beef', '190.148.252.67', 1688491673, '__ci_last_regenerate|i:1688491673;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688489654;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883e2fc4debd92191ce381a6653201760e1e606f', '17.121.114.182', 1653057899, '__ci_last_regenerate|i:1653057899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883e401423c271bfe4afce22fa25b5c8edfaaa30', '51.222.253.14', 1671316339, '__ci_last_regenerate|i:1671316339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('883fb40a5eb5e6b7a366473c40144cb4bce457ab', '114.119.161.177', 1687294332, '__ci_last_regenerate|i:1687294332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884323239ac0a837759bf30f91822720221b666a', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8843347090c03d183cb76bd211782ac3df3802b1', '114.119.148.14', 1685626654, '__ci_last_regenerate|i:1685626654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8843560ac53dcd022fce80cfb19b4e5a1ce1159d', '114.119.135.152', 1684478534, '__ci_last_regenerate|i:1684478534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884513c2c6b0d02fa969d4b8060aa64521d73b89', '200.119.168.1', 1655389827, '__ci_last_regenerate|i:1655389827;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655389307;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8845b4148ffb11141917e54bd8442755b998ca14', '5.188.62.140', 1656447761, '__ci_last_regenerate|i:1656447759;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8845d6c1bd1e25766147be5877b8ff150f50a6f9', '52.167.144.162', 1682909265, '__ci_last_regenerate|i:1682909265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8845ea6bce8fbb4cc020b5e024994f20b9dbf958', '40.77.167.182', 1683239312, '__ci_last_regenerate|i:1683239312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8845f18d270798a61bec76ed7c788a5c2453136b', '190.56.32.35', 1671995416, '__ci_last_regenerate|i:1671995416;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671995038;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88469cd931b0b142118755668adbc21f25cfd682', '40.77.167.175', 1680191806, '__ci_last_regenerate|i:1680191806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8849dbd232a09d3312b0fe7aa2c004be99a2193d', '52.167.144.154', 1687707354, '__ci_last_regenerate|i:1687707354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884c94da130d6e18afa7132448c70fdfc7c656f6', '77.74.177.119', 1665706699, '__ci_last_regenerate|i:1665706699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884da3f396ffa08349397f4c3f89866b283416e0', '40.77.167.133', 1684164772, '__ci_last_regenerate|i:1684164772;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('884dcd3d9defbfea269c0764decab4c13358ebac', '69.167.12.35', 1681555076, '__ci_last_regenerate|i:1681555076;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 ('884e9e626077ef69cd49bfdb3bb00cda9272cefd', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8852ab401c3726cfcedfa06ab5fb95017606cd8e', '18.206.55.48', 1652846888, '__ci_last_regenerate|i:1652846888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885304d112e2413f6ce20c5139320a08bb9f6eb8', '114.119.147.87', 1684359160, '__ci_last_regenerate|i:1684359160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8853a9952f94a96378263e9cb815578b4bfe6dc4', '190.148.157.53', 1684009100, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684009100;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684008928;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8853e268aa2c3d4d0cb555a702cbefcab619ca31', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88545566968d2e9e08d09b18dd2b6ec9928e88a8', '52.167.144.43', 1683693850, '__ci_last_regenerate|i:1683693850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88549cd466b05757402199a8e29e44ea4f430953', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8854b79666baab13a3fa9af68b28d41091866e51', '52.167.144.154', 1687973037, '__ci_last_regenerate|i:1687973037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885580a4222c9feffe4a2c9cfa9f8282b6672a9c', '40.77.167.225', 1680753338, '__ci_last_regenerate|i:1680753338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885832a90383d05b4c63eea16da5412b10e68314', '190.148.158.151', 1677256960, '__ci_last_regenerate|i:1677256960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677256554;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885893e014c9ebcfe37ffc0d2c3157aa90503248', '157.55.39.253', 1682122015, '__ci_last_regenerate|i:1682122015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885cdeff55139c3c93fe6c6bedf492aa83e49fe6', '40.77.167.166', 1676458439, '__ci_last_regenerate|i:1676458439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885f5ab0ebea8859bc0073c75c14efc4d4f1907e', '190.148.157.80', 1669664106, '__ci_last_regenerate|i:1669664106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669664054;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886157eb5fda143d0c5b096c65982345428b08df', '52.167.144.162', 1682540846, '__ci_last_regenerate|i:1682540846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8866f0c0433b40f1110ad722ca553b011145c0af', '52.167.144.74', 1688527127, '__ci_last_regenerate|i:1688527127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8866f20433cb2d8fd0887238e16a110dd1acd074', '54.36.148.103', 1662055982, '__ci_last_regenerate|i:1662055982;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 ('886887e94ebf6df6125a8f7ba9333a287c6b4625', '40.77.167.227', 1681898979, '__ci_last_regenerate|i:1681898979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8868e97173ef804bf958f45c65d568ffefed9966', '52.167.144.107', 1680498441, '__ci_last_regenerate|i:1680498441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8869ad4d0ee37853038215ec38371cbdbdeb4e79', '200.119.173.177', 1685109146, '__ci_last_regenerate|i:1685109146;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685109141;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8869af533f6b73237064f3f43fed25c4319de19c', '66.249.79.196', 1688585125, '__ci_last_regenerate|i:1688585125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886b74f093a7a96da6ef718f2a9444fdc38afe83', '200.119.173.177', 1684849042, '__ci_last_regenerate|i:1684849042;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684848890;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886bc4fac4046d81f9f6f6cd81332d6573da3fa7', '40.77.167.123', 1683937800, '__ci_last_regenerate|i:1683937800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886c84850336cc380891c28ab614c1c288ddfc71', '114.119.159.24', 1688401011, '__ci_last_regenerate|i:1688401011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886d2dab9ffc4823b1eddbc58afee031930c7fa3', '157.55.39.221', 1661074046, '__ci_last_regenerate|i:1661074036;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886d3a8e2807e77781a65e4f0c22716055897a30', '157.55.39.173', 1670600253, '__ci_last_regenerate|i:1670600253;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88724b817a205b6e2f39b0bf78d655b654d808f6', '114.119.140.186', 1687623544, '__ci_last_regenerate|i:1687623544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('887410a0449155063ab7b973e4ed7a40175f829a', '200.119.172.126', 1652824879, '__ci_last_regenerate|i:1652824879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8875263e88d89f142721cd2c035965c0b8b53f58', '114.119.139.86', 1686426826, '__ci_last_regenerate|i:1686426826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88752c52ad2b040f2ae151afde5cfdd3f197f90a', '51.195.216.255', 1650898069, '__ci_last_regenerate|i:1650898069;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 ('887dd190cfc3a5f15a7fb73ba2bab63066163be0', '51.222.253.16', 1656039999, '__ci_last_regenerate|i:1656039999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('887e1d4a17d512c7109c5697782a6db26db2aa03', '40.77.167.166', 1676296866, '__ci_last_regenerate|i:1676296866;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('887ef812444d580a4f54da60aa6c28ed11aa28c3', '114.119.143.11', 1685128309, '__ci_last_regenerate|i:1685128309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('887fac214b5a62780ff170c2ac2141f89e8bba03', '114.119.132.72', 1686348501, '__ci_last_regenerate|i:1686348501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88825de46deb5d743ad09bc76534c7eb5619ac40', '40.77.167.75', 1659795327, '__ci_last_regenerate|i:1659795327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88828887c71d15118cf7e1e59abec5d135c04a2f', '200.119.173.130', 1676070724, '__ci_last_regenerate|i:1676070724;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676069449;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888398d74332c84e458130db290399063bab5ded', '190.56.32.170', 1651090679, '__ci_last_regenerate|i:1651090679;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651084539\";last_ip|s:15:\"190.104.119.148\";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 ('8885c469352cbe099605af2931d304d8b82ce84f', '52.167.144.162', 1686408053, '__ci_last_regenerate|i:1686408053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8887572ae4eb216d7d2f36b9c5db383f90e0f816', '190.148.87.182', 1679868188, '__ci_last_regenerate|i:1679868188;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679868121;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888cc82c2e8180c2314438a5fb39da78832b0b43', '190.56.54.156', 1665067419, '__ci_last_regenerate|i:1665067419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065374\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665067269;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888d4501dc697b246612bb3a130f898bb5b5ef15', '200.119.170.10', 1655305542, '__ci_last_regenerate|i:1655305542;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655304358;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888ddf87958a0bd47dd98885d82e3500c32f20df', '52.167.144.164', 1685525292, '__ci_last_regenerate|i:1685525292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888f70b2823342ec94f28af79aaae0ca39eeefa7', '190.148.158.151', 1676988707, '__ci_last_regenerate|i:1676988707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676987953;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888f89536874a5a2cb927bf07ada882cecfd10ce', '190.148.87.6', 1668471148, '__ci_last_regenerate|i:1668471148;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668471023;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('888fcdf10a9a7b985c253cbc0981f68acb5720ae', '54.36.148.195', 1669038158, '__ci_last_regenerate|i:1669038158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88909306e7fb4b6de721f2b3e799660be971ecf4', '51.222.253.9', 1670753077, '__ci_last_regenerate|i:1670753077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88909544e13e7cda4736208e2cec9278bd9086b4', '190.56.32.243', 1684699826, '__ci_last_regenerate|i:1684699826;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684699638;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88914f3d3a7a4e74ac6b9c49f21ae985ced75e1f', '114.119.150.215', 1688241321, '__ci_last_regenerate|i:1688241321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8891fca3fa48ff4aae62e8736be5a96436b0816f', '190.148.252.183', 1681347809, '__ci_last_regenerate|i:1681347809;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681347765;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('889261076cbed8efdb45bb4cd36223c9d8a55995', '114.119.159.210', 1688233632, '__ci_last_regenerate|i:1688233632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('889263729f2f423975fffb953b52a70e266dc413', '5.188.62.21', 1659472506, '__ci_last_regenerate|i:1659472501;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8894c5d4b6cf97aea2b52889f2c514ed5446c79e', '52.167.144.162', 1686478098, '__ci_last_regenerate|i:1686478098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8897a8f14cfaf1e8a7a92292d7a177d143d334e0', '190.56.50.253', 1682435759, '__ci_last_regenerate|i:1682435759;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682435755;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8897ae9e15abd4fb8882d5767dbfb9e5ee3faa14', '200.119.173.130', 1675900243, '__ci_last_regenerate|i:1675900243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675900235;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('889bb7cc016700b9772c14de14cf1aa01c2c7895', '66.249.65.110', 1674641962, '__ci_last_regenerate|i:1674641962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('889cb2e4053b54b8090449315809d5b9dda105f8', '52.167.144.176', 1678148552, '__ci_last_regenerate|i:1678148552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('889ed9dc6d12ef57d8127faab9a25a42dfa4f15b', '190.148.158.110', 1661989833, '__ci_last_regenerate|i:1661989833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a08ed2c16979e872f58ca352de134018a21a2d', '190.56.54.156', 1665097116, '__ci_last_regenerate|i:1665097116;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665065294\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"VyEzB9MRD3keQcr0mhfG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a2e645c62e595fa5c9c477bce8bcdf38545507', '40.117.185.219', 1652702969, '__ci_last_regenerate|i:1652702969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a4085d02a17cb72dd31c5b8184033dd0343802', '190.56.49.187', 1688004066, '__ci_last_regenerate|i:1688004021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688004065;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a4fe070fa77449bd4e29c585c096e3e8fe627d', '51.222.253.17', 1664130784, '__ci_last_regenerate|i:1664130784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a65850bb2f9f0bfd008397f96cc75641b649bc', '200.119.172.96', 1675469790, '__ci_last_regenerate|i:1675469790;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675469487;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a66ba4125d329fbdba282047249c6241167a62', '114.119.158.189', 1688098847, '__ci_last_regenerate|i:1688098847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a6830b26429139dae907d7f0e9a9e10f1ed50f', '52.167.144.105', 1677939487, '__ci_last_regenerate|i:1677939487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a6ae600013109e788ce2a892b26f52fb8831fb', '207.46.13.205', 1671783519, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a74874a8686f491a4b47883a9949698917c484', '198.251.73.119', 1680407564, '__ci_last_regenerate|i:1680407564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a7859a80d0ca062dd004af5467cf76a81d4fd2', '40.77.167.202', 1687355398, '__ci_last_regenerate|i:1687355398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88a8cd9b34d8431e92d130af190a0d394d46dab5', '34.133.105.194', 1653049139, '__ci_last_regenerate|i:1653049139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ae5ca982c347499601b12a12595a67e952ff9d', '190.56.55.48', 1687562358, '__ci_last_regenerate|i:1687562358;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687562104;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88af373f705fb8802a4646d9c087171da875c2ae', '40.77.167.175', 1680179986, '__ci_last_regenerate|i:1680179986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88afcb10e735c797c15415d2bcbf26a66da1a3f9', '157.55.39.94', 1672500587, '__ci_last_regenerate|i:1672500587;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b09b284fc9431f81e4a41ff290f91e0174e5c6', '54.193.173.1', 1655601840, '__ci_last_regenerate|i:1655601840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b146d9b943558238273a00eaed125d744eb0ee', '34.214.198.235', 1682987296, '__ci_last_regenerate|i:1682987296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b184ec26c39b59fbdeae3b9537404de9af188e', '40.77.167.75', 1659903147, '__ci_last_regenerate|i:1659903147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b290d15e50facde014ad44f47becc3b9b78136', '52.167.144.63', 1686941359, '__ci_last_regenerate|i:1686941359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b57def64ab388d255664adb8ad259f5e7aeee2', '190.148.157.177', 1682274263, '__ci_last_regenerate|i:1682274263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682274247;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b7215b8cf5a29d5d5d99c92283b34b5d63b871', '190.148.157.183', 1680458404, '__ci_last_regenerate|i:1680458404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680457395;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b7b7f4d3cbf5069ac36a6c41a74212c3b88c9f', '207.46.13.4', 1667178251, '__ci_last_regenerate|i:1667178251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b7e12002871e9b8e063b7622dfd7837f884a42', '190.148.87.182', 1679840592, '__ci_last_regenerate|i:1679840592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679838171;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b8baf14eb825701c4e4c0b212bcd3fe47040a1', '200.119.173.78', 1682989780, '__ci_last_regenerate|i:1682964457;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682940499\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682989780;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ba3280921c5004e0c08812a2fcbc146f0c6272', '66.249.79.194', 1687489148, '__ci_last_regenerate|i:1687489148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ba3778a67ae1a145a1df9b6771ed9da7fddc51', '52.167.144.74', 1688182987, '__ci_last_regenerate|i:1688182987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88be2ab39ebd8d22c57a5013c371efad1a94b9e3', '190.148.252.151', 1671221709, '__ci_last_regenerate|i:1671221709;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";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 ('88bf805288aea082e928eae77a0dafb3634d142f', '130.255.166.24', 1683770787, '__ci_last_regenerate|i:1683770787;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 ('88c4b71153be7c1f02e7877f4d7d85ee953ba354', '190.148.252.183', 1681396952, '__ci_last_regenerate|i:1681396952;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681396047\";last_ip|s:15:\"190.148.252.183\";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 ('88c7e315bf9f1566e885bdbba9972e67951deee5', '190.148.252.183', 1681494684, '__ci_last_regenerate|i:1681494684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681494214;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88c805ea1894315e12a6525dbf39cb33cc7aea0d', '190.148.252.151', 1671309800, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671309800;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671308914;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88c9a1365fbb86debd2a60ce8d6c012d43fe912e', '52.167.144.162', 1687203717, '__ci_last_regenerate|i:1687203717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88cfbc0dd280132c62aba9f8e0772c8398642140', '190.148.158.151', 1677014654, '__ci_last_regenerate|i:1677014654;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677005852\";last_ip|s:15:\"190.148.158.151\";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\";user_csrf|s:20:\"zexkMByLdliA03XvG78n\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d03286472671fab32d8c079afb68366fc5c8c8', '40.77.167.2', 1668588648, '__ci_last_regenerate|i:1668588648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d0ce0d88dbfd5953c8c4f4f2ada4f99e887422', '190.148.158.151', 1677183480, '__ci_last_regenerate|i:1677183480;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677183007;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d144499786facd277823f24b6a9a33e41ea8c5', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d4148895827bd68141edc99be2411cd0f3e431', '200.119.173.107', 1686782486, '__ci_last_regenerate|i:1686782431;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686781963\";last_ip|s:15:\"200.119.173.107\";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\";user_csrf|s:20:\"iKT4zL1NA6tBJGOdwkXg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d458f5fde89c2c225cda6b08482efa504d04bb', '190.148.252.161', 1670016879, '__ci_last_regenerate|i:1670016879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670016836;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d7453484b6765d25e6bddd29b032400d187084', '51.222.253.6', 1662163984, '__ci_last_regenerate|i:1662163984;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 ('88d7694495bce46ac36abe942737277f0389c806', '52.167.144.42', 1680020707, '__ci_last_regenerate|i:1680020707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d84704c233847a1f2e68e0cfead70bcca77384', '51.222.253.4', 1678575443, '__ci_last_regenerate|i:1678575443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d8aac149bc1246765895339fa90a14f6d31a22', '157.55.39.147', 1672124178, '__ci_last_regenerate|i:1672124178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d971c88297547de6febafe1a98adc2719387bb', '190.148.157.206', 1679496539, '__ci_last_regenerate|i:1679496539;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679496234;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88da3fdeceb44c1a67b1253fa7bd86b0a8bec23b', '200.119.172.96', 1675462561, '__ci_last_regenerate|i:1675462561;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675462538;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88dadd5f01883cde1684c5bb01a5a2b6862006a2', '190.56.48.27', 1650981391, '__ci_last_regenerate|i:1650981391;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650938768\";last_ip|s:13:\"186.151.60.88\";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:\"warning\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88dbd97c665bfdedd2e639fc793003876e40e0ba', '190.56.32.243', 1684613707, '__ci_last_regenerate|i:1684613707;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684613705;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88df53b1a5d8f73f2c70beb3b8565d241d36001b', '51.222.253.7', 1680701272, '__ci_last_regenerate|i:1680701272;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 ('88dff442153fd241025713d9f4712552fa729dd7', '52.167.144.49', 1676947926, '__ci_last_regenerate|i:1676947926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e17e5db29ffaa5ff2a0e18840987a9631d671e', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e566b7e8ec1879516d48b1c91ebda5733abd8d', '114.119.131.192', 1686986579, '__ci_last_regenerate|i:1686986579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e63843b4a3b4ea05baa9d21f54667a5aac85cb', '157.55.39.147', 1672467759, '__ci_last_regenerate|i:1672467759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e8369affecea23ca5ab5c41850a359e7459909', '17.121.113.133', 1655744328, '__ci_last_regenerate|i:1655744328;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 ('88eab68a86a409435ed5b33b2aab4fd1b68b8839', '207.46.13.217', 1680869358, '__ci_last_regenerate|i:1680869358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88eba15f397f49d1a1497be66288f000a3098874', '190.56.50.6', 1686921009, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686921009;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686921001;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88eba990db535180e52d927b49fbba5d78433736', '114.119.135.251', 1687816891, '__ci_last_regenerate|i:1687816891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ec975c81880cdec5da8b34b2c9b23fe3cf5bd9', '114.119.159.155', 1685125791, '__ci_last_regenerate|i:1685125791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ece2fcb1248e54d8bb22288f897a31505f7d28', '40.77.167.11', 1674364674, '__ci_last_regenerate|i:1674364674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88efb2e05ae6437933883ceb8a8a8e933d829b60', '51.222.253.11', 1662566920, '__ci_last_regenerate|i:1662566920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88f3d1e19123ec9128b291086fb83372141d9300', '114.119.128.236', 1688401501, '__ci_last_regenerate|i:1688401501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88f6de9cb8bfe6afa49e8ead35d1043aff715187', '51.222.253.13', 1669021250, '__ci_last_regenerate|i:1669021250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88f7c78945c8193acbcb21d22730c223f13a0e8c', '52.167.144.108', 1680477947, '__ci_last_regenerate|i:1680477947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88f9980c50005e7d097badd53affaa628166c965', '190.56.55.113', 1673732655, '__ci_last_regenerate|i:1673732655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673732652;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88fa5947697b1fa8a0048c663fb89cb1a9fda321', '173.249.31.237', 1659409053, '__ci_last_regenerate|i:1659409053;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 ('88fcd34a4a0effb0c647aea769166f2e27018d28', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88feb6c2a690d4eecc868e27244ad5f763944579', '114.119.155.232', 1688085677, '__ci_last_regenerate|i:1688085676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ff51e82887d284f0823c8a4edc4029d280fd92', '17.121.113.165', 1652120851, '__ci_last_regenerate|i:1652120851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88ffa191648551f686e468393894b0f5046f81e3', '51.222.253.4', 1674334567, '__ci_last_regenerate|i:1674334567;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 ('8900d60775bda8f1ecffaa73238466dc88363a79', '54.36.149.57', 1659858975, '__ci_last_regenerate|i:1659858975;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 ('8902ab1feb30899fab036fc04718925c264ed28b', '17.241.75.142', 1688582881, '__ci_last_regenerate|i:1688582881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89030724ea4f00d2a0ea7f9ef6c1f5df0158e73f', '207.46.13.207', 1681370023, '__ci_last_regenerate|i:1681370023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8903145fcc7c0c13148da45d19767a6863236edc', '200.119.170.143', 1670205788, '__ci_last_regenerate|i:1670205786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670205786;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890509e3de731caa0227a6b998c0c5b83312540c', '111.7.100.25', 1650686095, '__ci_last_regenerate|i:1650686095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8907bcb8d9505c38ba049f3775e1f13a32e6a6b8', '52.167.144.98', 1685466942, '__ci_last_regenerate|i:1685466941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8908e8c1c7676d4676e91eff0eda0fbfce7d789f', '114.119.131.10', 1688511873, '__ci_last_regenerate|i:1688511873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89092181f9b76126d0891760ea46c7b41a092fa6', '40.77.167.227', 1678893155, '__ci_last_regenerate|i:1678893155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89092314cbd9713715bd7d0ec32bfcb015d223cd', '114.119.131.68', 1687679923, '__ci_last_regenerate|i:1687679923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890ac49594e7116f66c4da4040d5e64115d1fc26', '200.119.170.137', 1668628963, '__ci_last_regenerate|i:1668628963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668628623;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890ba492f8e7484a11d591d740c510e7b9b40d08', '40.77.167.39', 1655920785, '__ci_last_regenerate|i:1655920785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890c16d402c08d6b27af537ab0f2d5a43f8f0800', '200.119.168.8', 1658082539, '__ci_last_regenerate|i:1658082539;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657977671\";last_ip|s:14:\"200.119.174.54\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658082513;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890c625ab3e9309d7a5d77ee65399ff9906eea55', '114.119.146.212', 1686215840, '__ci_last_regenerate|i:1686215840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890e0a03934daa1020d3f2be706a7ecb82da1cf5', '114.119.133.42', 1686184635, '__ci_last_regenerate|i:1686184635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890eff85309c4b1b752d7274986aa65cf63bff71', '40.77.167.23', 1673681215, '__ci_last_regenerate|i:1673681215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8910495daff4c5a2d872839f8c80a25ff1369d39', '200.119.173.130', 1675887775, '__ci_last_regenerate|i:1675887775;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675887682;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891092ad2f75cc786555f3f7bdeab3ae8c8125c1', '144.76.68.17', 1683715044, '__ci_last_regenerate|i:1683715044;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 ('8911e19a4aaa5b433f70298b8bba2924cec79bae', '51.222.253.13', 1673675673, '__ci_last_regenerate|i:1673675673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89131c103d459ea55d49c55996bf9528d425b62f', '190.148.157.98', 1678923286, '__ci_last_regenerate|i:1678923271;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1678718666\";last_ip|s:13:\"190.148.87.96\";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 ('8915b0a2ac36c6bbf3dd045795c1deae6b9fd6c5', '188.147.134.237', 1671294167, '__ci_last_regenerate|i:1671294167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891a517cfee8ab238ff6ea112516ddfa98376dd8', '51.222.253.3', 1684416881, '__ci_last_regenerate|i:1684416881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891c94e78ed48c9915f58f7c12f0153cc7c96057', '66.249.73.135', 1675630534, '__ci_last_regenerate|i:1675630534;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 ('891ca602bb01011b9d27931ac05d8968c04f8ba5', '190.148.252.161', 1669935146, '__ci_last_regenerate|i:1669935146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669935133;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891cc7d2db83fc54db4c7d36cffce6e909f98117', '207.46.13.12', 1676118548, '__ci_last_regenerate|i:1676118548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891d711dde31bac5d6545f785fd2afb598b14088', '157.55.39.55', 1661535838, '__ci_last_regenerate|i:1661535828;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('891f6694dc495293327f4de461889eb9caca16a4', '190.56.50.15', 1667077638, '__ci_last_regenerate|i:1667077638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667077524;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8920db062b0de97fc516cf31908be15173d0e0c4', '190.56.51.158', 1655759611, '__ci_last_regenerate|i:1655759611;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 ('89223f4db19c70e7e614aba56cee67b5b6f9eedf', '114.119.137.8', 1686882758, '__ci_last_regenerate|i:1686882758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89248c0bbd3e593f23509201d70adc90a4546ee7', '190.56.50.6', 1667587181, '__ci_last_regenerate|i:1667587181;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667585623;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8926a78c645375911310dbda23d531b838a3ae9d', '200.119.172.60', 1674648773, '__ci_last_regenerate|i:1674648773;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674648760;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('892cbd044fc0c12dfeb14b1065c3bbc1a2d55a50', '190.148.157.98', 1679102533, '__ci_last_regenerate|i:1679102533;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679102524;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('892cc8cf5cd9c8d7e5454d3670deb5e48af6544c', '208.91.69.20', 1679303896, '__ci_last_regenerate|i:1679303896;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 ('892d82e163ac318f91e1b794316975d21485bae4', '190.148.158.151', 1677100979, '__ci_last_regenerate|i:1677100979;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677100917;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('892e3b3a236f393c55549128048659d108ccf9e8', '190.56.48.81', 1665964724, '__ci_last_regenerate|i:1665964724;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665964719;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('892e4b1489b2762b06fead7c7bcff31c32e41c76', '20.127.219.166', 1657544816, '__ci_last_regenerate|i:1657544816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('893376e10f3cd83af4417866446d7b081137a554', '34.68.62.61', 1652875502, '__ci_last_regenerate|i:1652875502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8934096c5c64bc60de5e8c3ec3055b5d12350456', '54.227.32.154', 1651485912, '__ci_last_regenerate|i:1651485912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89342db6f4d212e6c144ea845f76871412a5cc91', '52.167.144.164', 1679294330, '__ci_last_regenerate|i:1679294330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8935571dd84abfa61b31edbcef1a3ceb5b14fa7d', '52.167.144.171', 1685432646, '__ci_last_regenerate|i:1685432646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89364de393a50c54f3833fd89723b79cf4b34898', '66.249.65.103', 1677728477, '__ci_last_regenerate|i:1677728477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89366b5e37b90e973c7b6d129537fcb242d9ae89', '34.222.93.183', 1658236078, '__ci_last_regenerate|i:1658236078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('893694dd1f4f79a35d5ed2f9cadde9a21d948678', '146.59.157.229', 1650749579, '__ci_last_regenerate|i:1650749579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8938486adc697a6cfcade0a0815ca044f6838e9d', '190.148.158.175', 1672584222, '__ci_last_regenerate|i:1672584222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672584213;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('893976adcad3a3a085908930c5c4bd251d6d74f6', '114.119.158.94', 1686320492, '__ci_last_regenerate|i:1686320492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('893a3b3b4f96283e761eaf52206efbcfcd6e34fd', '190.56.173.251', 1651941893, '__ci_last_regenerate|i:1651941893;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('893c1dad2bf7cfa437d34dc721ee6bef65743e9d', '40.77.167.49', 1666575459, '__ci_last_regenerate|i:1666575459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('893c2e22c618e62b410152508baa1de58d9d857c', '190.148.158.4', 1681772285, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1681772285;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681743862\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681771567;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('893e577509f29d70b2464b56da084c0c533711bc', '190.148.157.53', 1683761252, '__ci_last_regenerate|i:1683761252;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683760351;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894081956b511c8294322acdb041e151b91ca04b', '52.167.144.160', 1685923845, '__ci_last_regenerate|i:1685923845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89427606a193e0c4083c4d4e86fb94de5c276aac', '17.121.114.100', 1659152283, '__ci_last_regenerate|i:1659152283;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 ('8942c572930ffe9f287a7c0354adf3ddbcfd9bef', '157.55.39.9', 1674750244, '__ci_last_regenerate|i:1674750244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89434961556d251f74e8dd54d303fc2c5be8966b', '200.119.168.1', 1655340163, '__ci_last_regenerate|i:1655340163;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655297363\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655340140;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8943509d737704266c3ac00af80c7103ea7465a2', '207.46.13.130', 1660078007, '__ci_last_regenerate|i:1660078007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8943cc5f833a05ce0feb2a4146d058aeece0ac08', '149.56.160.162', 1664183109, '__ci_last_regenerate|i:1664183106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8944b3a1c92c24e141233495722c95f663e8134d', '190.148.252.55', 1675709624, '__ci_last_regenerate|i:1675709624;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8945c837e4431be3613f2ef4a6c5546d9daf289f', '51.158.120.47', 1682465625, '__ci_last_regenerate|i:1682465625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8946533d09374318a605d11a87029434deeacdcf', '171.244.201.17', 1660074332, '__ci_last_regenerate|i:1660074332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89470de49aadbe1b6ef006d22623962183cf55c3', '114.119.135.96', 1687044964, '__ci_last_regenerate|i:1687044964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894788018b08fed0f03368028c71433896228004', '130.245.169.247', 1657277734, '__ci_last_regenerate|i:1657277732;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894ad5dc617facb20637c6da6e6aa9488e57dd85', '157.55.39.79', 1670374514, '__ci_last_regenerate|i:1670374514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894e59d59b71939b4ae503f7f544411451518444', '52.167.144.154', 1688036998, '__ci_last_regenerate|i:1688036998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894ec3ccccb40c33b99d7ff095896804f6ea0bbb', '52.167.144.154', 1687784099, '__ci_last_regenerate|i:1687784099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894ff2025242e1e61c39b5bc03959491eed18ccf', '209.160.115.40', 1682930805, '__ci_last_regenerate|i:1682930805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8953b1895d278211f671b22b7b6b8e6638f343c4', '114.119.136.217', 1686522140, '__ci_last_regenerate|i:1686522140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8954ae81174e460d8f5f914cd1c34244c376ee61', '130.245.169.247', 1657277752, '__ci_last_regenerate|i:1657277750;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('895828629e62d99f8efc167dfce9e5e39d3a043a', '52.167.144.95', 1680680580, '__ci_last_regenerate|i:1680680580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89592bebf5cb234d7583f2ca125cba09d2c3f90c', '52.167.144.164', 1686567758, '__ci_last_regenerate|i:1686567757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89599c1e8ab3c77850b3bca4907a4af41852a901', '190.56.32.174', 1676731575, '__ci_last_regenerate|i:1676731575;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676731568;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('895cd56e511ec26a1b82d1d944e4726ffbb02918', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('895ee1432eb6fe73460d872cf1cbf275b256ef29', '190.56.54.156', 1665280296, '__ci_last_regenerate|i:1665280296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665279575;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8960376aabb612fb5f49bf5169a9f2307fb27a8a', '114.119.155.14', 1685050584, '__ci_last_regenerate|i:1685050584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8961e782da065cb2e66e454e610159d4e8ba4430', '190.56.173.251', 1651871173, '__ci_last_regenerate|i:1651871173;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651854512\";last_ip|s:15:\"190.148.157.184\";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\";user_csrf|s:20:\"rknYmcx4epdU6KPXNtGz\";last_activity|i:1651871139;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8962e08d943c752fb3f15c1872c2424b0e4851c0', '190.148.252.161', 1670083276, '__ci_last_regenerate|i:1670083276;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670083238;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89658abf98c87f4cbab032a6dd77fb0d56a3ce83', '200.119.172.60', 1674999629, '__ci_last_regenerate|i:1674999629;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674999577;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89677bb4b567b49a42605e1bf0b502a59ac9da84', '54.36.148.102', 1680978478, '__ci_last_regenerate|i:1680978478;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 ('89694af344fd8a74e756e556ec8e1890fcf13385', '190.56.50.6', 1686921494, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686921494;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686921479;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89695135fe0399a8bc4ba7d97f167cee6204b5b2', '167.71.66.200', 1671909345, '__ci_last_regenerate|i:1671909345;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896b604d5914c3cdb7f9166e22eaaa755eb97654', '40.77.167.192', 1681279357, '__ci_last_regenerate|i:1681279357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896b81eaf07f83010d74790c84de8ee7cb984ed1', '192.99.18.122', 1652019449, '__ci_last_regenerate|i:1652019449;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896ce6c86d04769e83cdad11f8eb7e27b512503d', '190.56.55.113', 1673744808, '__ci_last_regenerate|i:1673744808;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673744794;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896e0ed4263c72df56e4cbe94c9f9d90e0ebd538', '190.148.87.51', 1676292864, '__ci_last_regenerate|i:1676292864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676292856;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896ed27c0aab6cd03d6be408fd84ae1524ee375d', '207.46.13.160', 1666339404, '__ci_last_regenerate|i:1666339404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('896fde1c8716b3f50e0271f160475ffdc38e6c9b', '200.119.172.60', 1674597065, '__ci_last_regenerate|i:1674597065;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897048126dba9158d6b7fbe6b789fe75b578a720', '51.195.90.229', 1650841067, '__ci_last_regenerate|i:1650841067;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 ('897078e4849e90b494a59561d31be8cd91fe6417', '52.167.144.108', 1680443295, '__ci_last_regenerate|i:1680443294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8971644db4e17fdccad57781e575a544b49a03a1', '52.167.144.98', 1685979585, '__ci_last_regenerate|i:1685979585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897378624484524898fe2256589a4da3e152e842', '205.210.31.158', 1659863806, '__ci_last_regenerate|i:1659863806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8974244b28bf719964dca8ab79ca90caf7c4e4f3', '66.249.79.196', 1687498682, '__ci_last_regenerate|i:1687498682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89745b89e15d172a510660381effcfe6e4940b65', '190.56.50.253', 1682798152, '__ci_last_regenerate|i:1682798152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682798030;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8975dc9d0af00fd6197ac4c5859e5d658af985d3', '50.21.188.4', 1677542060, '__ci_last_regenerate|i:1677542060;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8978f2d5e4b436f79aefc38e892f9fdb914ba5b9', '146.59.157.229', 1650750259, '__ci_last_regenerate|i:1650750259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897907534bd8fc01760f40c705b2ac1f8cc77a05', '167.248.133.47', 1660060864, '__ci_last_regenerate|i:1660060864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8979b37748e58834f110e22d6232ed21f056fcc2', '51.222.253.3', 1661048703, '__ci_last_regenerate|i:1661048703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897a7a8b2d143a1de1716b8da8c38b11941e985a', '190.148.252.56', 1663972359, '__ci_last_regenerate|i:1663972359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897b581e3d897909ef271f2a8670a0c9130110ac', '52.167.144.162', 1681959461, '__ci_last_regenerate|i:1681959461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897b8d71e66187a981b1799cdaa1a41343299703', '200.119.173.177', 1685289200, '__ci_last_regenerate|i:1685289200;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685289192;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897c531b8cb13657aac86406d4ae89b178aee5ca', '40.77.167.156', 1678472629, '__ci_last_regenerate|i:1678472629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897d51d84719644199a1fca58511dfd09d540ca2', '40.77.167.123', 1683134533, '__ci_last_regenerate|i:1683134533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897d6df6924a7fe8657f6d66417c8bbb9f106433', '190.56.55.48', 1687263067, '__ci_last_regenerate|i:1687263067;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687261573;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897f30d4e4f83c6447627260c4eb49cf2dca650c', '52.167.144.98', 1684553021, '__ci_last_regenerate|i:1684553021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897ff6eb3189d4295010e3288b8c8a8f9424bd54', '190.148.157.206', 1679510312, '__ci_last_regenerate|i:1679510312;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679509604;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8980e287057a345691a4ce664a769bfd4ad19211', '40.77.167.133', 1684132465, '__ci_last_regenerate|i:1684132465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89825869866bee5a295b7a995f64f20f582b70e9', '51.178.81.195', 1654742178, '__ci_last_regenerate|i:1654742178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8986335082bbe666e82b370c9e84de8621695c2a', '207.46.13.207', 1681432754, '__ci_last_regenerate|i:1681432754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89864ff0ab1ccb70a5fbe7b23b1a9df18dae9c69', '114.119.142.210', 1685667553, '__ci_last_regenerate|i:1685667553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('898aa33468e5a0bf3820b4464f2f69ab5d39ad18', '190.56.32.162', 1686571035, '__ci_last_regenerate|i:1686571035;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686571033;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('898b2599e926f1c9a394a1934a1bce5dce63ff8d', '200.119.172.95', 1659542783, '__ci_last_regenerate|i:1659542783;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659537621;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('898ee14d76bee28c372c5741b71ec35622b439b9', '157.245.49.79', 1653225903, '__ci_last_regenerate|i:1653225899;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 ('898f6415a96b71ea554341149f88c828185e3a54', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('899077855b4a8323ef5ca94680871b97326beea4', '190.56.50.253', 1682427619, '__ci_last_regenerate|i:1682427619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682427469;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89922fa564907582456e749c77e51a421214f677', '198.235.24.145', 1655564902, '__ci_last_regenerate|i:1655564902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8994f00eabdb7b770f725c1c9b076bf5a22f0548', '40.77.167.43', 1659532052, '__ci_last_regenerate|i:1659532052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89970f62f8fde4bc69a136c524e5c0d0c7a2f054', '190.148.252.183', 1681484908, '__ci_last_regenerate|i:1681484908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681484527;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89987c67f1a8c2c17cb058761828c09656456c3b', '51.255.62.12', 1664364325, '__ci_last_regenerate|i:1664364325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8998818836df1b410d2b359e366f0ab779112879', '114.119.136.164', 1688238090, '__ci_last_regenerate|i:1688238090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8999658c54ca51be62ec8be0cd11dd24c3d0e7bf', '17.121.114.159', 1658924326, '__ci_last_regenerate|i:1658924326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8999a018fd8f8a2c557be9dcc7dc1b679b7dd62c', '54.36.149.56', 1668893670, '__ci_last_regenerate|i:1668893670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('899e2f5fb66d0296207418febad206fe62694d58', '200.119.173.78', 1682893701, '__ci_last_regenerate|i:1682893701;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682893362;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('899ea979b8213a96e70674bd335f05ea52cde4d4', '157.55.39.54', 1658225080, '__ci_last_regenerate|i:1658225080;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 ('89a2dd60abd40bd021ad240b5adb9288dfa41b3b', '200.119.174.9', 1674252917, '__ci_last_regenerate|i:1674252917;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674252911;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89a4c0bbc7f3cf2201e6ee51f2b0d0d7ee845a9c', '17.121.112.169', 1658012132, '__ci_last_regenerate|i:1658012132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89a551edeed3eb9fbe909dd01b1d09c935e05211', '54.36.148.101', 1653417155, '__ci_last_regenerate|i:1653417154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89a55531f9a5e293f3ee1a49ed67324feabfb09d', '144.76.67.169', 1676801146, '__ci_last_regenerate|i:1676801146;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89a7946ebf95da55e01cb181deb62fc2c8dbcf48', '52.167.144.69', 1675804111, '__ci_last_regenerate|i:1675804111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89a8edfed6c258da46ecbcd9f1255d07b04d8ccc', '114.119.159.8', 1687520537, '__ci_last_regenerate|i:1687520537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ab543c3149ee63725310b6ae53844aebff07ff', '51.222.253.9', 1670568200, '__ci_last_regenerate|i:1670568200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ad09d19699b7f81d2fa9146f1416ef554a6db8', '74.208.2.198', 1672815808, '__ci_last_regenerate|i:1672815808;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ae58e0190bdd79428c457b5f3ec9ee499523e2', '114.119.145.47', 1685299411, '__ci_last_regenerate|i:1685299411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89b082ab1f3e0db5baf9943d5ec9d43de2e22cf5', '114.119.150.209', 1686988709, '__ci_last_regenerate|i:1686988709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89b17bd99088258a17a0b88aadd699c8a706c0de', '190.56.55.113', 1673619849, '__ci_last_regenerate|i:1673619849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673543670\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673619306;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89b1ab35705ca74b3696656dbb1e9894ae335617', '20.213.112.13', 1651053823, '__ci_last_regenerate|i:1651053820;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 ('89b1c58a59775e1d9d2b1f0cb0608d605f36b66a', '190.56.54.129', 1653590031, '__ci_last_regenerate|i:1653590031;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";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 ('89b27dad37c33e6e901b29cba79db41ffa988451', '157.55.39.102', 1660080315, '__ci_last_regenerate|i:1660080304;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89b569f0ac84e3e5654cc4deaa16bbf5264d422f', '52.167.144.98', 1685125636, '__ci_last_regenerate|i:1685125636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89b6824438c406aaec1890df31a73cff343639d0', '52.167.144.61', 1688243870, '__ci_last_regenerate|i:1688243870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89b85dd8949e040f4e955983f110d192e8508f83', '52.167.144.98', 1685129061, '__ci_last_regenerate|i:1685129060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89bc09c18900774ab681a6bca7c7c17a1f24bbca', '17.121.114.228', 1660336442, '__ci_last_regenerate|i:1660336441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89bc537d24db0a390434684ebab76cfcb550614a', '200.119.173.177', 1684871261, '__ci_last_regenerate|i:1684871261;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684869893;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c05acc61aee756ae256c1e3a0773b5953297ca', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c1016186f0b503a48faae5c153f395cada810b', '52.167.144.164', 1684843608, '__ci_last_regenerate|i:1684843608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c10c0f1fa12fd38eac0e872af8be9d87580951', '51.222.253.11', 1659384882, '__ci_last_regenerate|i:1659384882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c1402c7255d270e2996608ebeba3de81bd7e38', '207.46.13.51', 1663243578, '__ci_last_regenerate|i:1663243578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c19c228fb7123da3cc4207c6bcb75fd4352160', '190.148.157.177', 1682341225, '__ci_last_regenerate|i:1682341225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682341203;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c2ec20b4d8c89aa7108115634640b80ebf69c7', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c3851527d4147a6ce8e4acedf97e8c1dcd8ef7', '175.196.127.111', 1650791343, '__ci_last_regenerate|i:1650791343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c4600f1a1669c23e3747eaaf5eeac1cc5fbc0e', '190.56.32.162', 1686406148, '__ci_last_regenerate|i:1686406148;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686406123;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c51d2544b95a3eecc136d939e39de9baf8fbf0', '51.222.253.11', 1684813453, '__ci_last_regenerate|i:1684813453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c5921492452ba1accba884a9d0845081696ddd', '51.222.253.6', 1681952995, '__ci_last_regenerate|i:1681952995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c5931631ebbdfd02392e0fd552f59a989d4d4e', '5.188.62.26', 1661220350, '__ci_last_regenerate|i:1661220345;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c5ddb6256bd9dde3c9d529f9f913e9abe8ef96', '17.121.115.205', 1660702501, '__ci_last_regenerate|i:1660702501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c7acd2f2ac8b1964b7dd7a63395d4c02d10ee7', '200.119.172.65', 1659298908, '__ci_last_regenerate|i:1659298758;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659141847\";last_ip|s:14:\"200.119.172.58\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659298908;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89c810af65ceee277c093fcebd8aa7571fe7ddc6', '114.119.150.227', 1687571419, '__ci_last_regenerate|i:1687571419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89cb341a4f250ad006868ef9e617e02daa4ab2f2', '190.56.55.113', 1673527191, '__ci_last_regenerate|i:1673527191;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673527164;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89cb80289e6e7db8f1b8c832b91512549c269753', '52.167.144.76', 1682281850, '__ci_last_regenerate|i:1682281850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89cd460941b6ccc690617b5bacd2c15e371de28b', '200.119.170.143', 1670252217, '__ci_last_regenerate|i:1670252217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670251938;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89cfd9442ba510810042495df88cc598e3efe52b', '157.55.39.46', 1673095839, '__ci_last_regenerate|i:1673095839;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d064ae4299babd7850025c05abb326068d823a', '51.195.90.229', 1650840441, '__ci_last_regenerate|i:1650840441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d186e7a8acd2275b45622da05702a20819326f', '200.119.168.229', 1663530131, '__ci_last_regenerate|i:1663530131;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('89d2c1bb7191059350d9ee3e4ecd43bd77f3bf4e', '200.119.168.48', 1668120181, '__ci_last_regenerate|i:1668120181;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"hJHqAipvWENReIou8Ot0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d531ddcbcf0ed46bd914558f943b697deb5fb6', '17.121.115.60', 1652513756, '__ci_last_regenerate|i:1652513756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d8d520fa057a5fde6503f967cef1f1d35ca5f2', '40.77.167.11', 1658720314, '__ci_last_regenerate|i:1658720304;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d914e12f9478be7ab7729e821ba4feaaf72c67', '200.119.174.9', 1674478714, '__ci_last_regenerate|i:1674478714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674478684;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d92b425ea8dff159a07a17dc20a6e31277bb25', '66.249.73.232', 1652287929, '__ci_last_regenerate|i:1652287929;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 ('89d96d7e0716e71618872766a954921341c1ee0b', '207.46.13.6', 1672157216, '__ci_last_regenerate|i:1672157216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d9d96293cdce60c86149b38870b289e632fa1d', '207.46.13.199', 1661980943, '__ci_last_regenerate|i:1661980943;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89da094a0a51f32d73328fa3ae5d875eb4877dbd', '200.119.172.60', 1675001377, '__ci_last_regenerate|i:1675001377;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675001353;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89daf4ca1f4affc787aa0bfcf233badd1daeb6d7', '114.119.147.116', 1686483997, '__ci_last_regenerate|i:1686483997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89dcf934ab92f107b1a635344e9ffecedabd7e7e', '200.119.170.15', 1655228059, '__ci_last_regenerate|i:1655228059;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89dd6f06d5ab0e99a4dc198243dbe0cf8dc137a0', '87.115.231.249', 1654742981, '__ci_last_regenerate|i:1654742981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89df09b29373f70ef433eec051959f130fc9db33', '40.77.167.133', 1684083327, '__ci_last_regenerate|i:1684083327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e04122264c07a6971cd265cc4984adab7f3706', '200.119.170.158', 1661292794, '__ci_last_regenerate|i:1661292794;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661287515\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"BEs3ojmeahYbtgk69SZi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e1982027365803c0dce85118f2a65982667fb3', '200.119.168.250', 1680708580, '__ci_last_regenerate|i:1680708580;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680707950;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e45e200b430467fb91d1564eef22f7d256fc31', '52.167.144.95', 1680759109, '__ci_last_regenerate|i:1680759109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e59c48bf89ce1369b8c87e171322cf71fc7a64', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e6b4230a8cdd14095b79a3fa94191004ac5ebf', '52.167.144.164', 1685130102, '__ci_last_regenerate|i:1685130102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e94755e87fe3eed13408a2891f4dc3d0c51a50', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ebc0b25122cbc64ee739f8b3ccc1df69699a8f', '52.167.144.98', 1686404397, '__ci_last_regenerate|i:1686404397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89edaeb71f5727427316255fe591253b3fcc3b62', '190.148.252.151', 1671459221, '__ci_last_regenerate|i:1671459221;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671459088;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89edc4122598ba8d6693f9a13f3ce6d52dc3797e', '114.119.155.22', 1684651012, '__ci_last_regenerate|i:1684651012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ef4861b931fd1bdd40b1f453538b9b8ed2f243', '34.209.23.204', 1685948596, '__ci_last_regenerate|i:1685948596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89f0709cda49f962da6664b4fa041a3edd9c3476', '52.167.144.98', 1686406948, '__ci_last_regenerate|i:1686406948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89f09d03afc53d3a96cbb5e35ba3bf341a06ce9d', '54.36.148.225', 1680004625, '__ci_last_regenerate|i:1680004625;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 ('89f0fc07635430bb595afc9cad986007943dc2d6', '114.119.132.73', 1686944107, '__ci_last_regenerate|i:1686944107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89f24b0aa67c23e6ba02999e213a1a22a1513223', '200.119.170.30', 1660223252, '__ci_last_regenerate|i:1660223252;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660154718\";last_ip|s:14:\"200.119.174.72\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660222986;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89f571096e9070d64b75403b46f90a0f32f48a99', '17.121.114.193', 1652794330, '__ci_last_regenerate|i:1652794330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89f69377ef364a3d6122f6321cca9401d7938298', '52.167.144.164', 1686373004, '__ci_last_regenerate|i:1686373004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89fc74c751c547cf386a7bf35be6416e7b6b4ade', '157.55.39.128', 1673821385, '__ci_last_regenerate|i:1673821385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89feea3f5d5c85fb446567cb8c5627c63c97b0b6', '200.119.173.107', 1686863645, '__ci_last_regenerate|i:1686863509;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843371\";last_ip|s:15:\"200.119.173.107\";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\";user_csrf|s:20:\"meCFsO93Z5u7DPrGxhvH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89fef00a00366244f2f6a7f64a75b20db3b26c9b', '190.56.50.6', 1667672785, '__ci_last_regenerate|i:1667672785;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89ff7ada73629baba040555a67f7b42c590d91a0', '190.148.252.98', 1659994987, '__ci_last_regenerate|i:1659993549;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659987703\";last_ip|s:15:\"200.119.172.229\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659993570;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a001f650af4ae1547f0595020a07539b52b7cbb', '190.148.252.151', 1671152587, '__ci_last_regenerate|i:1671152587;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671152554;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a021b5e804bce857334a560978e836a70ba81cc', '52.167.144.98', 1686581766, '__ci_last_regenerate|i:1686581766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a02db2e1bfea4da6498486e8d531b1153f68b2e', '40.77.167.182', 1683270777, '__ci_last_regenerate|i:1683270777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a036938f75737ca2b379842c87fdfb33ffc02ce', '52.167.144.31', 1681353369, '__ci_last_regenerate|i:1681353369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a037db112767894bd36e0df11e3ff9ddce78cc7', '198.23.254.123', 1687447707, '__ci_last_regenerate|i:1687447707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a03af2d7e384e7f7be6d2f9d35da9b524778648', '190.148.252.151', 1671052911, '__ci_last_regenerate|i:1671052911;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671051434\";last_ip|s:15:\"190.148.252.151\";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\";user_csrf|s:20:\"ABh2u9ij8zV3WH1QxEMp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a06bdabc77c284487ac8aa63f5d9437475e753b', '40.77.167.97', 1655043044, '__ci_last_regenerate|i:1655043044;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 ('8a0b423588087327014d88eb74a1eb55838a4e4c', '190.148.158.69', 1685660423, '__ci_last_regenerate|i:1685660423;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1685543989\";last_ip|s:14:\"190.148.158.69\";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\";user_csrf|s:20:\"XHfelqhBnOD5xzc6YZFp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a0b5f2f8788091026bda55ec78cd300c64d7c37', '157.55.39.128', 1673821385, '__ci_last_regenerate|i:1673821385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a0b60bc78ae70b69296cbd21f05aef78ad6fa59', '52.167.144.164', 1679593376, '__ci_last_regenerate|i:1679593376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a0ccb2a1694b2f8823bb594f4ba502800933793', '177.73.71.218', 1653289987, '__ci_last_regenerate|i:1653289986;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a0dc1cb2af63dfa74ad059d6123e400407c2c72', '51.222.253.13', 1686966293, '__ci_last_regenerate|i:1686966293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a0ec9ac484df22da1863a3653f9e54e7268c965', '200.119.174.9', 1674262995, '__ci_last_regenerate|i:1674262995;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674262933;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a11801f15ddecec37f782b51ef21338a0d7236a', '207.46.13.12', 1675271481, '__ci_last_regenerate|i:1675271481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a12205ce3b8b7fa017e845e80a20aa04d6612c8', '52.167.144.171', 1684405695, '__ci_last_regenerate|i:1684405695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a169eb3f5060ca02264ae78c1cd25965ed992fe', '157.55.39.51', 1669335279, '__ci_last_regenerate|i:1669335279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a16a61f456dbac1c119dac42e6eec3ae927b598', '190.148.252.88', 1670856276, '__ci_last_regenerate|i:1670856276;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670856001;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a176a7a7bfa061243ce7d7ce6d490849546c2df', '52.167.144.171', 1685487162, '__ci_last_regenerate|i:1685487162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a17d299bbc0eb633a6eccd19b94082900efc81b', '190.148.252.162', 1667308555, '__ci_last_regenerate|i:1667308555;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667308520;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a19a64b929487db5abe6e0a05a2df22b474d927', '46.161.11.81', 1654324683, '__ci_last_regenerate|i:1654324676;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a19f370150e471e410050649ede9ea54160a352', '114.119.144.212', 1685660640, '__ci_last_regenerate|i:1685660640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a1aa7b25563866e937e8c21f30ff968dbf214e4', '114.119.130.33', 1683574912, '__ci_last_regenerate|i:1683574912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a1d3e62395d5822910080e93a58dfc863a14478', '5.188.62.76', 1659537995, '__ci_last_regenerate|i:1659537990;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a1e297efc8a733580ff70fff089640d560a3e62', '40.77.167.49', 1666355613, '__ci_last_regenerate|i:1666355613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a1eae3011d2e137001443f81b0476857c508ab0', '200.119.172.60', 1674957069, '__ci_last_regenerate|i:1674956770;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674957068;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a1fb8938371e88e6a1e260f41a0e9a5e5b6f283', '114.119.146.158', 1688514277, '__ci_last_regenerate|i:1688514277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a20246f714de9c7289b0a3e3f1602d3e5392755', '40.77.167.91', 1686934789, '__ci_last_regenerate|i:1686934789;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a20a792e7b3da36c5294c61c5fe784b18ea7e2e', '190.148.157.177', 1682381390, '__ci_last_regenerate|i:1682381390;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682381230;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a21a73668c174d9f69ac4f68efd2fbfabe2c876', '54.227.32.154', 1657404596, '__ci_last_regenerate|i:1657404596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a228b672524f8a75a682120721a36547024e549', '65.21.206.43', 1653253381, '__ci_last_regenerate|i:1653253381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a22fdd58459bfdcaecd63104c60037d0d3ba63d', '114.119.150.114', 1685553794, '__ci_last_regenerate|i:1685553794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2322b06d5a2ce724270ca7bad5b605a4a9d4cb', '207.46.13.78', 1671977785, '__ci_last_regenerate|i:1671977785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a25022013723712dc8004550a42e5a73a6038de', '157.55.39.100', 1672217683, '__ci_last_regenerate|i:1672217683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2882698a02aeafc33bd62fc35201ce73c39082', '190.148.158.151', 1677364651, '__ci_last_regenerate|i:1677364651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677364641;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a28bcacb8acd91768ee7b46a15b9b7d9dddc77d', '157.55.39.69', 1672070071, '__ci_last_regenerate|i:1672070071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2bce767a00b7a033a4c1af02a91e875e3c131c', '190.56.49.206', 1655416779, '__ci_last_regenerate|i:1655416779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2cfc809e64b7fdc91227e9dc3b90ab34d03b77', '51.222.253.13', 1680505136, '__ci_last_regenerate|i:1680505136;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 ('8a2f4a534a5fa365879897b9d76f21ff174e882e', '190.56.50.6', 1667661400, '__ci_last_regenerate|i:1667661400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667661396;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2f5f6ee7469cd8187ecc830773d642e2bd6b72', '190.148.252.111', 1677784000, '__ci_last_regenerate|i:1677784000;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677783936;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a33e3efa2861ee37dbae907876e2b137e7162e7', '74.208.2.223', 1672574286, '__ci_last_regenerate|i:1672574286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a33ea8ff2da6abfe1a1e920eb0baf94d7ac7cbc', '52.167.144.164', 1685409974, '__ci_last_regenerate|i:1685409974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a341123a098135790272ecaa16488777aea8c43', '52.167.144.24', 1687916485, '__ci_last_regenerate|i:1687916485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a357f9e6d6b5ec17230657eca40f1de43bb2c03', '35.87.99.23', 1670333408, '__ci_last_regenerate|i:1670333408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a376b62cf8f96fd04fc17b366c27196a3409950', '114.119.140.234', 1688464894, '__ci_last_regenerate|i:1688464894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a399e010103f4ec230294dcf9f353c17d5dd280', '190.104.119.148', 1651086355, '__ci_last_regenerate|i:1651086355;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651080887\";last_ip|s:13:\"190.56.32.170\";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 ('8a3a4c8a30a4aa5ecb9d66cc9e8393a4141f8f69', '157.55.39.123', 1667182539, '__ci_last_regenerate|i:1667182539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a3d82fad10563e132ad5422145a048e35e86d9f', '200.119.170.143', 1670173529, '__ci_last_regenerate|i:1670173529;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670172682;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a3f6b7c7d2699de86c1144f6dd866e0ed61092d', '114.119.155.13', 1684858566, '__ci_last_regenerate|i:1684858566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a40558dcb611f23612d6821b848e5077a5ec843', '114.119.134.192', 1688181588, '__ci_last_regenerate|i:1688181588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a40a9c24c3341d0e6afcfffc05034d68e3659f6', '52.167.144.98', 1686665867, '__ci_last_regenerate|i:1686665867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a40db44eea43615a9782d42ad5bbd8fd8174dcb', '51.222.253.3', 1672249115, '__ci_last_regenerate|i:1672249114;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 ('8a41e5b27042275ae22f2e1e168733fea6517aa3', '34.204.190.64', 1650669644, '__ci_last_regenerate|i:1650669644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a4282e08daf12ed133aef773007a6e88a1268ce', '157.55.39.64', 1674296600, '__ci_last_regenerate|i:1674296600;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 ('8a4482162911ff6ba69722b36a57e54c87736b9d', '17.121.114.170', 1652104232, '__ci_last_regenerate|i:1652104232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a48ca54f95409261b917b5e78b9be8cfe015f85', '54.36.148.113', 1664980492, '__ci_last_regenerate|i:1664980492;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 ('8a4b51a15072db6d91316e4d32997401a0e512b4', '52.167.144.178', 1683941141, '__ci_last_regenerate|i:1683941141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a4e6a8dec38c04781427a0db2a0f4b9e05b1778', '209.145.55.127', 1651081631, '__ci_last_regenerate|i:1651081631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a4fd3ec78baac65e385e25865e976f5d277c6b3', '200.119.174.79', 1666360667, '__ci_last_regenerate|i:1666360667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666360248;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5135127b94507343c196db9460d75fea0465bc', '54.37.233.116', 1650851985, '__ci_last_regenerate|i:1650851985;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 ('8a5161e8dd9903a6b6e32c9d731db9e1d85cb289', '51.222.253.13', 1683261887, '__ci_last_regenerate|i:1683261886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5184748f78803b2591e959415c8ea35fed76a5', '190.148.252.161', 1670024334, '__ci_last_regenerate|i:1670024334;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670024280;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5187c57c5db6c5de0fe4e08fa6d34c7083054d', '190.148.158.175', 1672246409, '__ci_last_regenerate|i:1672246409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672246375;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a539a0bcc7382ca79aa111bfd35db1e68359358', '207.46.13.10', 1672679158, '__ci_last_regenerate|i:1672679158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a562b3096e4cdb548b2e8b576bc01bfb8aaaf06', '114.119.136.160', 1684176811, '__ci_last_regenerate|i:1684176811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a59441618233904ab3b384e995375695a01286d', '54.36.148.13', 1655311296, '__ci_last_regenerate|i:1655311296;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 ('8a59d699e7b4c8ed85abb63b1b31fd74d8ee1e5f', '17.241.227.235', 1679734445, '__ci_last_regenerate|i:1679734445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a59dc65ab71fcbb796e63a0c6a95fbf44726838', '40.77.167.147', 1680930194, '__ci_last_regenerate|i:1680930194;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5af65a95072af336d2c5e8c855c9e26d6d114a', '52.167.144.171', 1685619137, '__ci_last_regenerate|i:1685619137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5b58adf3fcbc98a265dd6017b98918a8e08280', '157.55.39.144', 1664419101, '__ci_last_regenerate|i:1664419101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5bc371764e7205e0ba3f15065e8cd20854d3d7', '40.77.167.227', 1682081808, '__ci_last_regenerate|i:1682081808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5bd340b309a644a8ad8dbb55d6181dc4b73f94', '200.119.174.9', 1674494237, '__ci_last_regenerate|i:1674494237;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5c2a8350c265edeba1f58ac82afab52d4f2d2b', '207.46.13.205', 1671452254, '__ci_last_regenerate|i:1671452254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5cf4ad6187639d0c2bf7a9a466a2a46bf584a4', '157.55.39.108', 1672943647, '__ci_last_regenerate|i:1672943647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5d16eb8fc1a90137cb667ebcc15309e7cba593', '40.77.167.37', 1668935073, '__ci_last_regenerate|i:1668935073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5d1c08e156239c215e2f6c6a1c6e70731c3e5e', '190.56.173.251', 1652130335, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652130335;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"UKEwzQd1qjC4Oh3DJ6oV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5d7aa3ad03a5fb693c8e2b25c166333b49987c', '114.119.140.211', 1686552459, '__ci_last_regenerate|i:1686552459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a5f21d3a8c66353f3be88bdf2bdf351b1a7d233', '40.77.167.224', 1687203805, '__ci_last_regenerate|i:1687203805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6035a51eaee04ae809214f1c771355e2bf9d7f', '35.226.160.203', 1652048599, '__ci_last_regenerate|i:1652048599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6373a1a54d5d94e0f4f396da9ce65f528f455a', '190.148.157.88', 1668531191, '__ci_last_regenerate|i:1668531191;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668529901;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a64070e8db7e97df6360ede68e23f16229ccfba', '190.56.55.113', 1673878491, '__ci_last_regenerate|i:1673878491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673878484;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a64cd7a689b6973eb91903070dda40745ef01e1', '200.119.173.133', 1661172135, '__ci_last_regenerate|i:1661172135;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a654256a335f43c73b683ded5ceed0516c4ca47', '190.56.173.251', 1651955052, '__ci_last_regenerate|i:1651955052;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('8a656d63a72b1b8e83d15437199ea1c0ac8e5a66', '190.148.157.53', 1683895127, '__ci_last_regenerate|i:1683895127;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683894473;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a67388551f7013913a1ee362642be2aa836c612', '52.167.144.70', 1688371825, '__ci_last_regenerate|i:1688371825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6797f0955ab65eff2f06ca2b6fece9d118ec19', '114.119.147.213', 1686398053, '__ci_last_regenerate|i:1686398053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6870679382d225a7ffedbb599f8e6bbfefba18', '54.36.148.194', 1686612773, '__ci_last_regenerate|i:1686612773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6a141bc6a52812b343d2905264f5dc05bd2c7e', '45.63.18.23', 1688489283, '__ci_last_regenerate|i:1688489283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6ce77d24692efba180fec62a9ec704479904e1', '159.65.101.238', 1656281145, '__ci_last_regenerate|i:1656281145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6e4d93b35857ee1554e8c1f90f0a3b9a3642ef', '190.148.252.195', 1653753607, '__ci_last_regenerate|i:1653753607;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653741851\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653753107;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7005859ad4fd082685608f616693e2453ec51f', '40.77.167.123', 1683390930, '__ci_last_regenerate|i:1683390930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a71537580d1368daa25ccf902d94608394a1112', '52.167.144.98', 1686186990, '__ci_last_regenerate|i:1686186990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a71cbded662c142a4b2ef27e72ce9bec2087300', '93.159.230.88', 1654864631, '__ci_last_regenerate|i:1654864631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a72c1f73026ad8e4331f44cc644a03e74e910fe', '190.148.252.96', 1672946220, '__ci_last_regenerate|i:1672946220;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672945833;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a73add3a1de3ba1b0bcacda9c5867b1e1a8bfda', '17.121.115.224', 1661393216, '__ci_last_regenerate|i:1661393216;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 ('8a7832d40a19f131de4846f51dbb6ba744f345ee', '207.46.13.189', 1667980459, '__ci_last_regenerate|i:1667980459;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a78c4d6f34b58853585ba64412206a00fd1801f', '54.36.148.31', 1669863776, '__ci_last_regenerate|i:1669863776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a79934f1398887a7defbce94e6026e2c3c38b4c', '207.46.13.138', 1674367222, '__ci_last_regenerate|i:1674367221;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7c565d0b7e1f0ed643b0590c3a30dc9a3bdc8c', '190.56.55.113', 1673831180, '__ci_last_regenerate|i:1673831180;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673831103;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7e11b82c14f5189fa1a688dda31d4d42ace183', '51.222.253.17', 1662642513, '__ci_last_regenerate|i:1662642513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a7fd6df8bc27e4b9edab3e1f61ad3944e3a1ac6', '207.46.13.138', 1674401525, '__ci_last_regenerate|i:1674401525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a83227884f8e0acec2ad0d1ede37da9fe414e32', '66.249.79.193', 1654782252, '__ci_last_regenerate|i:1654782252;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 ('8a8331589460de1de9b3bba7c0efa7b4fbe8d9a9', '190.56.32.35', 1671649392, '__ci_last_regenerate|i:1671649392;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"ICGjOoJi2KYZbU9AgHLl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a853518ffe3b9600e49eed833944fc5feb6ea99', '5.188.62.21', 1653302151, '__ci_last_regenerate|i:1653302149;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a85c83145816eda09b04b03e6caac0060be21b0', '46.101.63.152', 1652762861, '__ci_last_regenerate|i:1652762861;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 ('8a85dd44f349255337c41273d528f819e3597809', '200.119.172.96', 1675375850, 'requested_page|s:27:\"admin/sales/modal_view/1525\";__ci_last_regenerate|i:1675375850;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675352351\";last_ip|s:14:\"200.119.172.96\";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:1675375451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a87f68c5aef2e96e2d5c46f09014fc747984749', '190.56.54.156', 1665442813, '__ci_last_regenerate|i:1665442813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a88bc53f7f6a298771b4de15c90eff399511c25', '114.119.158.126', 1688229586, '__ci_last_regenerate|i:1688229586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a89507d645e19a3f20689b7fe1ba0743c744d0e', '5.188.62.21', 1656455291, '__ci_last_regenerate|i:1656455291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a8a529060598993efa2fd04b8eed3a495924db2', '200.119.168.108', 1669043658, '__ci_last_regenerate|i:1669043658;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669041077\";last_ip|s:14:\"190.148.158.74\";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 ('8a8ad7e6250ed9e0bc296a000ab6c37e918f39ae', '200.119.174.9', 1674264594, '__ci_last_regenerate|i:1674264594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674264590;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a8c04faa46818b88758ff6b40e8b0e5eaa4f53e', '200.119.173.130', 1676131162, '__ci_last_regenerate|i:1676131162;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676131157;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a8c909f93b9a4fe06fa31b3282547901127c065', '40.77.167.27', 1660269890, '__ci_last_regenerate|i:1660269880;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a91457090db7838dd8882e82a3e2c9fa6d47251', '114.119.159.129', 1686867555, '__ci_last_regenerate|i:1686867555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a92aaea11a18cadad7b78432020d60f3d131b7c', '54.36.149.92', 1681706956, '__ci_last_regenerate|i:1681706956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a92b10794a9eb0af3057756bc2c3602c0f476f1', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a9325c47e06a7ecb0aaf477d5a0479d4eeb5370', '200.119.173.177', 1685138865, '__ci_last_regenerate|i:1685138865;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685138853;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a932b485cbb71a01059f7536ba0e2460372bc8f', '40.77.167.11', 1657607415, '__ci_last_regenerate|i:1657607415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a940ec1eea62372bc9328f8940fb41d3ba7eae1', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a96129d5bb8b4da68dc22fb5769488e4d96dda4', '130.245.169.247', 1657277741, '__ci_last_regenerate|i:1657277740;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a96da5c94735effb08d014ce5f7afb0e48ef4cb', '40.77.167.147', 1681209750, '__ci_last_regenerate|i:1681209750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a985817b3a93160a50d82f17e895f34ccf21d10', '200.119.172.60', 1674953317, '__ci_last_regenerate|i:1674953317;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674953203;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a991451b783f049565432475c2929dea017be25', '66.249.79.208', 1662165425, '__ci_last_regenerate|i:1662165425;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 ('8a9c7c3aa68134e52eafcb662379ad7a1aaecdec', '114.119.142.47', 1686913336, '__ci_last_regenerate|i:1686913336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aa09daf2e85d1bca89a28c1c7c22c97c3ed6489', '200.119.168.5', 1668722803, '__ci_last_regenerate|i:1668722803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668722798;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aa0afc0eac7843338a50e597dcea77d3a60baf7', '190.148.252.236', 1656034233, '__ci_last_regenerate|i:1656034233;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656005155\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656028544;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aa0bbcf0c8f88852167d6fcf3cf760769a89247', '200.119.170.0', 1656514261, '__ci_last_regenerate|i:1656514261;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656507161\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656510670;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aa2dbf079f07de9862570472cbad8668fbf0321', '54.36.148.133', 1663414118, '__ci_last_regenerate|i:1663414118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aaabda65d525b5571756a0030dc2ca129859d06', '52.167.144.98', 1685074001, '__ci_last_regenerate|i:1685074001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aac35216cba84ee353409e81f82d6e100200082', '114.119.154.5', 1685334055, '__ci_last_regenerate|i:1685334037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aacd97adadeb80e85785bff2b590437af25a3be', '52.167.144.162', 1686254399, '__ci_last_regenerate|i:1686254399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab15ea286f0a860d1801780f4a0764b59340b94', '40.77.167.222', 1681396449, '__ci_last_regenerate|i:1681396449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab3f4572964d574428756e978edc773f9b09cf3', '157.55.39.253', 1682707627, '__ci_last_regenerate|i:1682707626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab6acd0646de69ecebbdbf2009f1f123ca96d59', '40.77.167.49', 1667162131, '__ci_last_regenerate|i:1667162131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab75c330b5a246ae151d7f2c855cfc95929a93b', '200.119.172.60', 1675093572, '__ci_last_regenerate|i:1675093572;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674829755\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"2M9a5WjrzSD7PsR0lOx4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab85cb6479b64749f5edf5451fc78cd3580e8f2', '190.148.252.98', 1659997630, '__ci_last_regenerate|i:1659997630;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659547766\";last_ip|s:14:\"200.119.172.95\";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 ('8abb1434582ae7f5c4b0a9afa96591f70ef3af11', '40.77.167.102', 1670929389, '__ci_last_regenerate|i:1670929388;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 ('8abb77201561450fe1dec274d05ecdcda81db5b2', '190.56.32.32', 1686175167, '__ci_last_regenerate|i:1686175167;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686175136;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8abd9625a5960a4c9c01b3b4319d6f90a19a6af5', '51.222.253.4', 1676478083, '__ci_last_regenerate|i:1676478083;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 ('8abf17af8b0b7e8c23c11a1cd2a965534f121c2f', '190.148.252.151', 1671125817, '__ci_last_regenerate|i:1671125817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671125743;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8abf82caf4e8e3b49a51a500b6dc09b8ff925d21', '207.46.13.12', 1675426288, '__ci_last_regenerate|i:1675426288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac60449a6e36f34983311c04b97d672fb576966', '157.55.39.253', 1682218193, '__ci_last_regenerate|i:1682218193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac8da63666d193e812a99a3db2c42a98ba82d3d', '207.46.13.6', 1671956128, '__ci_last_regenerate|i:1671956128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac952bcbf128fcdcd81c912b06490d1a8bee51e', '35.88.253.27', 1662816458, '__ci_last_regenerate|i:1662816458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac9a716f0c837eeff990d0cf956955525b996a0', '114.119.158.128', 1687650599, '__ci_last_regenerate|i:1687650599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ac9ea56b2b4d352cad500ad661bea16a7168649', '190.148.87.6', 1668194016, '__ci_last_regenerate|i:1668194016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668194011;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aca15fac8441b8394b285db55727a5c9c31a772', '200.119.169.175', 1669824336, '__ci_last_regenerate|i:1669824336;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669824239;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aca37094d4fdc389fa6353f3bf9bbd135cc3238', '18.191.170.48', 1671375494, '__ci_last_regenerate|i:1671375494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8accfb77b728bfd5d1b2c85b9c8214e988c3d1b6', '157.55.39.128', 1674105617, '__ci_last_regenerate|i:1674105617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad04a1d924d56a50e85d7c2fe0e8c301414143c', '40.77.167.182', 1683265887, '__ci_last_regenerate|i:1683265887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad3df2cab15977855a1073ff563f188d40b8f00', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad488f713a08be05495ac5dd3d7627afa552464', '176.226.182.213', 1685450868, '__ci_last_regenerate|i:1685450868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad51715c36a2ecde7dfd8b622efcf6e7e947dc9', '190.148.252.76', 1652813593, '__ci_last_regenerate|i:1652813593;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"MfUax0n7rhVjJ9eH24gv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad55bacc7ad22eb17c4132031796e9351b1ba07', '52.167.144.154', 1687810862, '__ci_last_regenerate|i:1687810861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad6077fa19aed22a3b730ada3d8f115b7346682', '52.167.144.61', 1688311811, '__ci_last_regenerate|i:1688311811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad62b470b7ac4f88a0b3ba0ebcfcae7addb1b79', '207.46.13.205', 1671658293, '__ci_last_regenerate|i:1671658293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad71f515ba9ef10d4ed0e9e031ee60d8eaeba13', '114.119.132.61', 1686350291, '__ci_last_regenerate|i:1686350291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad74c8d54adf19a2a1abc7692ea25487d6dd2f6', '17.121.114.210', 1660086479, '__ci_last_regenerate|i:1660086479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ad78c9ddc78360175dddcab3f68fc48d7cdd6ae', '35.185.241.102', 1672613022, '__ci_last_regenerate|i:1672613022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8adadfd525e90c28b75092939dbd9eb3c1af46d8', '157.55.39.51', 1669794973, '__ci_last_regenerate|i:1669794973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8adaf88c452a1fdfeb53b2ea0560d60538dfe320', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8adcb5910f8ba8c9400b374c156fd80fbba85fdc', '200.119.170.10', 1655312267, '__ci_last_regenerate|i:1655312267;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655311992;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8adfab466255af78652ac0dc188bf6b2c8d85182', '190.56.50.38', 1670373205, '__ci_last_regenerate|i:1670373205;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670283296\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670372534;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ae2564e669ad338dc46583e93df538159eeef34', '190.56.173.213', 1683222978, '__ci_last_regenerate|i:1683222978;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683220700;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ae297bf2bfaa9638e9efffa06896c04c94d86af', '66.249.79.193', 1653998351, '__ci_last_regenerate|i:1653998351;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 ('8ae2a1d43ebffd4da6a5ed35fa45d1070749803f', '51.222.253.17', 1650929559, '__ci_last_regenerate|i:1650929559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ae44272b9ba95f282b97a96680446fc91243b63', '190.56.32.174', 1676917694, '__ci_last_regenerate|i:1676917694;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676905216\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"A9XJ7LbWmMjnQta65kFz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ae44d1f769e75c754065ff03a5dec8f415f22d5', '54.36.148.117', 1662963778, '__ci_last_regenerate|i:1662963778;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 ('8ae9a06140eba7cbe28290fc60356b2674023a64', '190.148.252.151', 1671035974, '__ci_last_regenerate|i:1671035974;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671035929;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aebf217fcb774ded6269beac5a47d7f5149ba82', '54.227.32.154', 1652492347, '__ci_last_regenerate|i:1652492347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aec8a79799de4ef3bc03e1a63744bd607d80c01', '207.46.13.234', 1659199760, '__ci_last_regenerate|i:1659199760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aed169d6bd1a61f44834c0e5554b8354173b42a', '190.56.50.253', 1682530595, '__ci_last_regenerate|i:1682530595;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aee2e3a95445c8ce496fa611cfe1cd1a75f3437', '35.192.207.120', 1651613080, '__ci_last_regenerate|i:1651613080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aef0dca87b0fad4dd63cfb531dd422afc81b786', '207.46.13.211', 1679987543, '__ci_last_regenerate|i:1679987543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8af085dc0449762f5f4b66968f9c8906388222c7', '200.119.168.109', 1668877054, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668877054;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668877044;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8af0a2bf17376dd2e6398ad9bdf9320994cc3181', '52.167.144.164', 1686258457, '__ci_last_regenerate|i:1686258457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8af19fe7c3a98bbc259a52ca8be674726867acd3', '200.119.172.60', 1674569582, '__ci_last_regenerate|i:1674569582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674569515;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8af2248baf8a83df32836317827f1727f458b411', '51.222.253.2', 1660285301, '__ci_last_regenerate|i:1660285301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8af34b6e0e43a6d69f4a5b93c7828b8aeea5fb85', '69.167.12.35', 1681555079, '__ci_last_regenerate|i:1681555079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8afda1ac193abb3ae5906b7733b5a23a3d8afc5a', '146.70.99.106', 1658511925, '__ci_last_regenerate|i:1658511919;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 ('8b00039c6739035ffa44a0a955eb1cad19168267', '52.167.144.98', 1685361394, '__ci_last_regenerate|i:1685361394;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b00aa18e33beab8d106f1340fcc3139da379d90', '190.56.51.184', 1658415628, '__ci_last_regenerate|i:1658415628;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b00b5442c36787c77e4e5dd3bca0d0430a93f80', '164.92.202.75', 1688230456, '__ci_last_regenerate|i:1688230456;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b02d942e3cfcc658a8b718fb1c17f56fba34939', '54.36.148.58', 1668161473, '__ci_last_regenerate|i:1668161473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b03edfd642f307e8e52d19754c275af2d6211b8', '114.119.139.226', 1687935426, '__ci_last_regenerate|i:1687935426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0458fa56ad617ec8b0340b4dfd9521d22c8e36', '52.167.144.74', 1688110804, '__ci_last_regenerate|i:1688110804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b070358ee2eec02b1bf433f72c2fee39a7ea971', '40.77.167.40', 1675151472, '__ci_last_regenerate|i:1675151472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0a4e535ac6bddc491deb6cc40e0f70e21c8c99', '190.148.252.88', 1670890963, '__ci_last_regenerate|i:1670890963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670890713;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0ac228bb52157fdf1efe78ed607dbc74883ef3', '40.77.167.227', 1682266953, '__ci_last_regenerate|i:1682266953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0bf13d8f0c427724a2077ca444313f3c8c5c96', '157.55.39.194', 1674375066, '__ci_last_regenerate|i:1674375065;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0c7ae1320a67d6a33d19c7925e5c331eb49acf', '190.148.252.96', 1673222715, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673222715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673222671;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0ca6c06398af601a972efed4cd749c5a19de75', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0f613f43379475ca59cab8757fe9ef1eaeb087', '52.167.144.61', 1688242146, '__ci_last_regenerate|i:1688242146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1010c5dcb5563514957d31d2b77b3079606f93', '157.55.39.86', 1664956051, '__ci_last_regenerate|i:1664956051;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 ('8b11e6d30264b9a9c6d5e7690a1f79236bd55478', '200.119.174.30', 1667494670, '__ci_last_regenerate|i:1667494492;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667494670;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b12f67e4140e684b236d00179d3a74c27418c85', '52.187.236.36', 1651949705, '__ci_last_regenerate|i:1651949701;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 ('8b13f2a9747eaf6213c1f476a992de4d22e7e3b2', '114.119.139.207', 1683779135, '__ci_last_regenerate|i:1683779135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b144f611ae7928444345b12518f73578fc4460d', '190.56.32.35', 1671828713, '__ci_last_regenerate|i:1671828713;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671828700;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1753d4d95d50dd8dc8cc203ac668edc6c715ca', '173.249.31.237', 1659409155, '__ci_last_regenerate|i:1659409155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b17ecda85763627a240f657244becbfd77b507a', '190.148.252.183', 1681659622, '__ci_last_regenerate|i:1681659622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681659617;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b19915d0d66fa1e24c13ba9a0357a8faa608086', '114.119.150.37', 1683514324, '__ci_last_regenerate|i:1683514324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b199399c638417e6bc8054c7eaa1843f2305e05', '51.222.253.9', 1658558053, '__ci_last_regenerate|i:1658558053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1b9b86743b84e8574ad46e9e6df40a90fffb61', '35.213.211.88', 1659214464, '__ci_last_regenerate|i:1659214464;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 ('8b1bf3cb47846022485e4c7dce7f23bec9c17d3f', '114.119.144.64', 1685458960, '__ci_last_regenerate|i:1685458960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1d2b7967280f72dbbb97329b292ff1f55962aa', '190.148.252.88', 1670771124, '__ci_last_regenerate|i:1670771124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670771044;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1d7e94a87dc3af68b3ff71891b2ca14635d98f', '190.148.252.183', 1681392266, '__ci_last_regenerate|i:1681392266;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681392261;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1efd787095184292f6b390c9d25f91d9313d93', '138.246.253.24', 1661580163, '__ci_last_regenerate|i:1661580163;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 ('8b1f4ea0dae4fb00d4b389baabbb1de60092627b', '51.222.253.15', 1680963775, '__ci_last_regenerate|i:1680963775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1f7fe1d0ca936be8530d21be5ecacd9fa4c58b', '188.165.87.108', 1684301251, '__ci_last_regenerate|i:1684301251;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 ('8b1fbd2420d19809abdb7f055af6fe73ef3f8c08', '111.7.100.27', 1650686205, '__ci_last_regenerate|i:1650686203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b20334525b9001d1e54953d7a1d602e358657e0', '40.77.167.106', 1663663346, '__ci_last_regenerate|i:1663663346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b209784968d5c3c50a18dd482a63d503b6d3c23', '17.121.114.248', 1653321624, '__ci_last_regenerate|i:1653321624;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 ('8b211608ac54e1b0ec382cf74b7d5b8ba25fbf37', '190.148.87.6', 1668198667, '__ci_last_regenerate|i:1668198667;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668192608;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b21d7612603c4d4b4c433d6bde00379c6b4cceb', '5.188.62.21', 1653435734, '__ci_last_regenerate|i:1653435734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b22fca744a639673240f2b8e009908a4f19dd9f', '200.119.170.209', 1656700669, '__ci_last_regenerate|i:1656700377;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656542606\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"Zc1Jdv6eAmSD05pKBP39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b254d0bec57a6e71afa7f746d1f1f90528c097c', '52.167.144.98', 1685717010, '__ci_last_regenerate|i:1685717009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b261960b374907e78c23bdf8a1adbd5bbbddf73', '114.119.159.243', 1688367332, '__ci_last_regenerate|i:1688367332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b264e69b62d70aded05474b64ec71d61dc2ca9e', '51.222.253.16', 1686639848, '__ci_last_regenerate|i:1686639848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b28a9cf73f957835e555e2c3a8be1aee5e1b3de', '40.77.167.64', 1674926392, '__ci_last_regenerate|i:1674926392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b29ec7eca728c4ea9def532a15b422b6020c710', '20.56.160.198', 1653185548, '__ci_last_regenerate|i:1653185544;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 ('8b2d848b2be22bb8865a0e922c97fa6509c6d579', '190.56.51.169', 1684533527, '__ci_last_regenerate|i:1684533527;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684164272\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"DJGKr8gvbuVYP95A2tjZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b2e2e614d57f85f9d4390f79b21fa05126b266b', '190.143.158.2', 1678384992, '__ci_last_regenerate|i:1678384934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b316004f80db94352db3a31391a5dfbdb90a06d', '52.167.144.171', 1685628872, '__ci_last_regenerate|i:1685628872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b3778ad21bd4897c6d81140b036289ca7ee7b5b', '51.222.253.8', 1662738221, '__ci_last_regenerate|i:1662738221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b37f66edc792b277da8b5e438c61a4ed58cfe4f', '54.36.148.164', 1675035072, '__ci_last_regenerate|i:1675035072;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 ('8b391946c542b6fc4abd1338b5f05bf2fc7dcca0', '54.36.149.52', 1668904462, '__ci_last_regenerate|i:1668904462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b3bd6dfac3092a7cc7b360fcfa663532d66b353', '190.148.157.183', 1680198151, '__ci_last_regenerate|i:1680198151;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680198144;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b3be347489a1bbdc327e728ef61a28b807c186c', '157.55.39.147', 1672092734, '__ci_last_regenerate|i:1672092734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b3da11221d409f0437980f43b8a5ea295dbe9b3', '17.121.115.164', 1659619915, '__ci_last_regenerate|i:1659619915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b3f5890b1e79e46cb2c502f1d35baa3a4edb1bc', '51.222.253.10', 1653110670, '__ci_last_regenerate|i:1653110670;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 ('8b3f76734768933fe920e5aa48fdeb5d4ad55b46', '52.167.144.171', 1685126855, '__ci_last_regenerate|i:1685126855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b40b9e66bd9595d9550c355493b9a5e2e679b69', '52.167.144.164', 1686208477, '__ci_last_regenerate|i:1686208477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b40ef05b0a0598574a69e396da8ff04907c6205', '190.56.173.136', 1687962499, '__ci_last_regenerate|i:1687962499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687953011\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687962499;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b426f6a3ba3a9a10cfc9660d2ae2e7add5432af', '114.119.147.150', 1686167898, '__ci_last_regenerate|i:1686167898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b42d20f3b73375dc74ec1b8703550f6843b0c7c', '181.174.106.114', 1677009783, '__ci_last_regenerate|i:1677009556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4615275fc929495262f814f2c20ec3b5ccf892', '190.148.157.177', 1682092185, '__ci_last_regenerate|i:1682092185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682092175;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b46ae4c5ceebd418a043c82951fc1dcf34630c6', '122.170.75.238', 1678449049, '__ci_last_regenerate|i:1678449048;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4797cf2857da020d237eb6ac9251ae75fe83fc', '114.119.142.39', 1687821424, '__ci_last_regenerate|i:1687821424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b489c47b1fab272119ea8033492bb279162af47', '54.36.149.2', 1687118546, '__ci_last_regenerate|i:1687118546;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 ('8b4d339112a3e79d26f3b3768e6790746374d489', '190.148.157.177', 1682376146, '__ci_last_regenerate|i:1682376146;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682375844;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4e210c9806268ac1ab67985f772928a445fb38', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4eda5925b6845e48ba8d2c1a9612002e6df89a', '190.56.32.35', 1671662212, '__ci_last_regenerate|i:1671662212;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"Kuz6bvsCfj7owMFJEkhT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b501313661889f80ac7586a021dc5e7e3cbaa0a', '52.167.144.76', 1681600805, '__ci_last_regenerate|i:1681600805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b50346212181ee650ae89dc381dd96f4d1ceff6', '20.25.65.63', 1652137836, '__ci_last_regenerate|i:1652137836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5099c4e249e095be53469b2189ef192ffc99d6', '114.119.151.233', 1685435970, '__ci_last_regenerate|i:1685435970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b51a13cd0feadcd1ac7b35b18b4067c079e6b18', '52.167.144.98', 1686323426, '__ci_last_regenerate|i:1686323426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b53350d86f2853bba7db629f1be657794d73e7c', '200.119.172.60', 1674859740, '__ci_last_regenerate|i:1674859740;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674859620;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b542f103fa9eb50357c8ac110c764287b39e3be', '190.56.50.15', 1667132852, '__ci_last_regenerate|i:1667132852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667132779;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b54d01f04695696f158fbea15782a0b8bb49563', '190.148.158.151', 1677006909, '__ci_last_regenerate|i:1677006909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677006721;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b550982c4b269f9e212392d4dc59c3cf7d95ff5', '114.119.149.118', 1687589852, '__ci_last_regenerate|i:1687589852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b556737008ee56c1eeabcb3056e57cbfc928a29', '52.167.144.162', 1681775081, '__ci_last_regenerate|i:1681775081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b55a5689acf2e133c8f2046c0080a3232fd3f1d', '52.167.144.171', 1685051678, '__ci_last_regenerate|i:1685051678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b55b745ffec7d73f58c6b61bd790b2ba1288e90', '40.77.167.80', 1674966592, '__ci_last_regenerate|i:1674966592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b564642b31fad60b58e99890a0f223fb4aa9ac2', '54.36.148.230', 1659441498, '__ci_last_regenerate|i:1659441498;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 ('8b56bb6779de92cb5596946e83c922572d9e86c7', '207.46.13.215', 1680354841, '__ci_last_regenerate|i:1680354841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5786295a98656755a078fd1735763c5c447f76', '190.56.32.174', 1676894706, '__ci_last_regenerate|i:1676894706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676894704;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b57bb2b16e245ec95a975eb390eda2fdbbb69aa', '114.119.130.27', 1686321615, '__ci_last_regenerate|i:1686321615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b58b3d6eee5c3d41b8d5bfba2c0082b5d201d71', '52.167.144.171', 1685760642, '__ci_last_regenerate|i:1685760642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5a3728ec323608a6964da175c1eea7df79abc8', '114.119.154.189', 1687918500, '__ci_last_regenerate|i:1687918500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5a94f6d69426449668c2d4a0be3702076a833d', '52.167.144.164', 1685507484, '__ci_last_regenerate|i:1685507484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5befebe82a9534fc59794f29fb791c12cc7e7c', '190.148.252.67', 1688489089, '__ci_last_regenerate|i:1688489089;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688489086;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5e65ea4c10829a8389d32f9cc693dcd0968aed', '173.249.31.237', 1659409024, '__ci_last_regenerate|i:1659409024;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 ('8b6040df092dcc2ea63edbd7dd4e2355efccb071', '128.90.117.196', 1676091631, '__ci_last_regenerate|i:1676091631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b62819703e1036814cf58904b135c801d36b7b2', '52.167.144.73', 1680121656, '__ci_last_regenerate|i:1680121656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b65ae3ab033d7ead36480701d62487faa37c3ac', '54.36.148.144', 1688338084, '__ci_last_regenerate|i:1688338084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b669212619c5668236082b1c3fbeb166597a9fd', '52.167.144.164', 1685503218, '__ci_last_regenerate|i:1685503218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b66fec57c00e817db1eb8147b910e1320f42153', '157.55.39.62', 1659334722, '__ci_last_regenerate|i:1659334722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b682b2401be2d875b6225da02e0f64621a50363', '52.167.144.164', 1686652322, '__ci_last_regenerate|i:1686652322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b68efd023ad36fe071171c96e655d236fb74c67', '5.188.62.21', 1656450752, '__ci_last_regenerate|i:1656450750;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b69fa2c39dd469d8602e5fed81cd198e602bcb1', '40.77.167.227', 1678668341, '__ci_last_regenerate|i:1678668341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b6a00659ad0f54b69dca8c7f6f2a39527cf28ad', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b6a6863312e3d22d828cf6c2a34ed9d28f88fa5', '157.230.214.11', 1672208390, '__ci_last_regenerate|i:1672208390;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 ('8b6b48f2decefde1ceb7411a2c0ed8ee15b4cd3d', '190.148.252.177', 1674075808, '__ci_last_regenerate|i:1674075808;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1674074732\";last_ip|s:15:\"190.148.252.177\";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 ('8b6c3accb504362622701cbc5cca6a476204344e', '157.55.39.28', 1667580758, '__ci_last_regenerate|i:1667580758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b6d1bed1b166327be2410f684e80b66ac2b110c', '52.167.144.98', 1685077855, '__ci_last_regenerate|i:1685077855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b6d895ec93fd98bdce65099ef2e36319f027c6f', '40.77.167.202', 1687701568, '__ci_last_regenerate|i:1687701567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b6e7db85047e7575c17e7d5bba171fe00b21527', '200.119.172.60', 1674678845, '__ci_last_regenerate|i:1674678845;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674678749;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b6ffc1f4e5bc3a1305b7e3cb2f9ffdc93ab359e', '190.56.50.15', 1666998944, '__ci_last_regenerate|i:1666998944;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666998939;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b73797952cd21916cc8c8f0dd3104b4dde0b7e1', '40.77.167.85', 1686016127, '__ci_last_regenerate|i:1686016127;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 ('8b73a32af815ce06bc74e77cdbc14f3c6dd2fbea', '167.172.75.190', 1651180449, '__ci_last_regenerate|i:1651180444;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 ('8b76c196260da6f2a6d0395a16ef634ff411708a', '114.119.144.116', 1686454983, '__ci_last_regenerate|i:1686454982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b76da3e2df1a79e4ce0adc35e87b8446199becd', '190.148.252.177', 1674079538, '__ci_last_regenerate|i:1674079538;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674079537;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b77129cb29f8686d4a04c901dca3536143504b8', '35.90.147.33', 1671024108, '__ci_last_regenerate|i:1671024108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7759f7dc314d41ce900841f166dcc67069f45b', '167.172.75.190', 1651211160, '__ci_last_regenerate|i:1651211156;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 ('8b787ed7348aa3dd4efd186e0ae76cceb48a4f26', '190.56.32.162', 1686571462, '__ci_last_regenerate|i:1686571462;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686571234;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b792afd2453693b6ef2b168de2f308acfd6d13f', '52.167.144.98', 1686165857, '__ci_last_regenerate|i:1686165857;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7a7533e55de921d72922802c95d988ac31fe7a', '114.119.151.74', 1687572843, '__ci_last_regenerate|i:1687572843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7acd2497b2267850f4ab1a5b3293bc41aa87bb', '157.55.39.105', 1676903300, '__ci_last_regenerate|i:1676903300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7b883314c1bcb52d8de0767394cee62b458028', '190.56.55.113', 1673628124, '__ci_last_regenerate|i:1673628124;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673610640\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673627785;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7bb2bfb8bccdeecb57113a45a0621abedafdc2', '157.55.39.125', 1655471090, '__ci_last_regenerate|i:1655471090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7e55228a2193c273202b911ebed541e03810ca', '207.46.13.224', 1680459703, '__ci_last_regenerate|i:1680459703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7eb9067630b5976dd75eb0e96d672dc1a1b1eb', '52.167.144.162', 1681887688, '__ci_last_regenerate|i:1681887688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8034dab5e43c63dc1f46e52d337ca290b78ca7', '54.36.148.155', 1682365441, '__ci_last_regenerate|i:1682365441;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 ('8b80c41415e94f2125c1534fb2ca3f629c077e4e', '190.56.55.113', 1673738566, '__ci_last_regenerate|i:1673738566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673738458;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b80ce611333d26838fd54cf25ff68fc6524bc82', '40.77.167.179', 1678063143, '__ci_last_regenerate|i:1678063143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b810f48de29af67c5451f4b9b5e22c9ecd38e4b', '50.21.188.2', 1663642578, '__ci_last_regenerate|i:1663642578;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b82cd2691f72050b5106abfbe6116d2d38a0840', '52.167.144.162', 1682747092, '__ci_last_regenerate|i:1682747092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b82fa451e011918b59fb4a8a6107d442c4ff8d3', '190.148.87.182', 1679665165, '__ci_last_regenerate|i:1679665165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679665158;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b846de4287c0c403184d049843304256063dafa', '157.55.39.147', 1672246855, '__ci_last_regenerate|i:1672246855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b88378d09709e7e13253084c98197196de7a4af', '157.55.39.54', 1659444747, '__ci_last_regenerate|i:1659444747;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 ('8b8b14f8ee1b58d5d356de29d43db0248b91c3e5', '114.119.151.1', 1684183372, '__ci_last_regenerate|i:1684183372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8b197b4d024e9f7664ecaa8dcf400b245ffb93', '52.167.144.74', 1688064441, '__ci_last_regenerate|i:1688064441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8c0d2b91e53188707e522a974a1cf07f021b40', '190.148.252.183', 1681506785, '__ci_last_regenerate|i:1681506785;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681504267;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8dc5c9600489985cbed849f36f847f86aa51cd', '200.119.173.177', 1684960570, '__ci_last_regenerate|i:1684960570;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684960517;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8ea6c8a917ed8f67389404647593a886681eb0', '114.119.134.207', 1683511974, '__ci_last_regenerate|i:1683511974;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 ('8b8f09c9aa8d05d2a608c7c8992e01722dca0191', '40.77.167.202', 1687332893, '__ci_last_regenerate|i:1687332893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b8f3094f0ba2ab2b39f64c56a7eb79c886d6a8c', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b90b6c5b8a1d634e80bfd9e2c384a98460bf112', '190.56.50.6', 1667606674, '__ci_last_regenerate|i:1667606674;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667606339;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b92b9bacd4f8ec573df39ad55cff813ed47c691', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b93e659aabe94fd2b2f7cdd6bff9ce8da04d6ed', '157.55.39.148', 1671779354, '__ci_last_regenerate|i:1671779354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b94fac3485f30617c008d9e022d9ea8e53a279c', '190.56.50.106', 1652218390, '__ci_last_regenerate|i:1652218390;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652194102\";last_ip|s:13:\"190.56.50.106\";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 ('8b9761558efdad41576d0c69ff1e0a2e9929e6a4', '52.167.144.98', 1686568283, '__ci_last_regenerate|i:1686568283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b97aaa4a49318f2b50aea77e827fdf38f38f27c', '178.128.94.196', 1658316341, '__ci_last_regenerate|i:1658316337;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 ('8b98b41f8cb4f1f15fbb5fd607091be0d53cd608', '52.167.144.98', 1684356395, '__ci_last_regenerate|i:1684356395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b993a02a3e7ba94d871fa1c088a07e89a3a8b73', '114.119.137.174', 1688293178, '__ci_last_regenerate|i:1688293178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9a8e19f49823be264c7832c13cdd6ce076cdcf', '190.148.252.116', 1653409105, '__ci_last_regenerate|i:1653409105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9b3a630f0b11d8033ca94be848c0c52f95a840', '74.208.2.188', 1665904738, '__ci_last_regenerate|i:1665904738;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9bb5696fbf3dfb9852aff36f17a18e014aa81c', '52.167.144.27', 1677999773, '__ci_last_regenerate|i:1677999773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9bbff984b7b93167f301afe6c159421a13e607', '40.77.167.133', 1684228894, '__ci_last_regenerate|i:1684228894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9c43f28a0c4416cf9c71f71a84a3d88eeb7454', '157.55.39.123', 1667375892, '__ci_last_regenerate|i:1667375892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba09d529c13fce27675016ac43fb5ce80c065b8', '114.119.139.107', 1684934868, '__ci_last_regenerate|i:1684934868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba0c48cf4ba487df15ccf7ebc6b134e67423939', '200.119.173.177', 1685102451, '__ci_last_regenerate|i:1685102451;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685102388;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba29571573806305c2adb1cee62b82bc4cd07b6', '190.148.157.76', 1666740223, '__ci_last_regenerate|i:1666740223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666740207;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba32bb427ec288994d676ce065328ab6d214937', '93.158.91.196', 1656537386, '__ci_last_regenerate|i:1656537386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba6184e0d65f702295b8a22906e98803f1f7aee', '51.222.253.20', 1651799287, '__ci_last_regenerate|i:1651799287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba6a2c36588522c7d1cd143b029a4cd43fc14c8', '52.167.144.109', 1680477937, '__ci_last_regenerate|i:1680477937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba754a889e7121829cca9d86f48e1e415dfc39e', '51.222.253.19', 1685765529, '__ci_last_regenerate|i:1685765529;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 ('8ba89483a12d1eb9e5b3d497c57bc6336be7c597', '190.56.54.129', 1653587986, '__ci_last_regenerate|i:1653587986;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653586412;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba8f93c3920bf90009ee7922bfcd5eae7a61f5f', '54.212.48.107', 1687911009, '__ci_last_regenerate|i:1687911009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ba96e25b266a6d37163f677438e605d7c0aaba8', '190.148.158.75', 1663160301, '__ci_last_regenerate|i:1663160301;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663092439\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663160299;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8baa53f3784c498abcd2080399aebb5f6c15b84d', '54.36.148.221', 1653821598, '__ci_last_regenerate|i:1653821598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8baacde9edd3a5b48790e62b21de651b251ab1c3', '157.55.39.55', 1661243618, '__ci_last_regenerate|i:1661243618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bab50f866dae6d29ea9d2d22104e8467aaf66c8', '114.119.156.138', 1684953333, '__ci_last_regenerate|i:1684953333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8babbe2238a97439018040c285a3bc9b31fca20b', '190.56.32.243', 1684691751, '__ci_last_regenerate|i:1684691751;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684691688;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bac393fa5b6de926e13bdc3f4cc97a784a36a33', '161.35.184.107', 1671918927, '__ci_last_regenerate|i:1671918927;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bae78ee9881128d5cdb2054e63f5df6d432e23a', '207.46.13.11', 1668935010, '__ci_last_regenerate|i:1668935010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8baee94a47ae6bb5104b72fb75b37291f7e9a48b', '159.65.24.22', 1653658146, '__ci_last_regenerate|i:1653658146;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8baf173f26081ddac5749377ca63cb9094f5881b', '190.148.157.53', 1683641860, '__ci_last_regenerate|i:1683641860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683641470;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8baf3e81e0354ebfcf2ee031c5fe07e34137669d', '190.56.49.109', 1666111980, '__ci_last_regenerate|i:1666111980;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666111976;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8baf878ed029baa3241a9bb12db6dd3e3adacce8', '207.46.13.207', 1681349040, '__ci_last_regenerate|i:1681349040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb0036a7e3b6c4ca9a5f97787f986f274931a1c', '52.167.144.98', 1686074787, '__ci_last_regenerate|i:1686074787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb0ec6b8f797a6e2300f52e9f3b9a205862fc0c', '52.167.144.82', 1687286800, '__ci_last_regenerate|i:1687286800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb2936196e08ccbbf6a60e9c928b11e17514d28', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb349c582c9f2fb038b51ed12d0c15015e4a1c8', '190.56.32.162', 1686588353, '__ci_last_regenerate|i:1686588353;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('8bb374c2e4a2eb1a1313c97b81ca99272cf14863', '157.55.39.90', 1663622844, '__ci_last_regenerate|i:1663622843;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb6179fea1671ccfc60a8a3fe344e7bf768f525', '54.227.32.154', 1652876342, '__ci_last_regenerate|i:1652876342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb660820ca03d5c1d2a93e70a58c75438b7e487', '80.253.250.48', 1664742556, '__ci_last_regenerate|i:1664742556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb784878fd47a35a52a6e2511e7d2cdf5660c70', '193.235.141.158', 1677898517, '__ci_last_regenerate|i:1677898517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bb7da3fb23e403a5d9f1082864e7dd970ce4353', '34.245.70.54', 1650678061, '__ci_last_regenerate|i:1650678058;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bba88cd0113d719759f992917e69db39d4972eb', '207.46.13.12', 1675972763, '__ci_last_regenerate|i:1675972762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bbc623f953317431c3a844ace4dcdb1ac1bf3ce', '40.77.167.85', 1685020931, '__ci_last_regenerate|i:1685020931;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 ('8bbe155466c2087c60e1ec853e9ef319bdcefd4d', '52.167.144.164', 1679334353, '__ci_last_regenerate|i:1679334353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bbe610cb19d34e403600119aa298b91d591dedb', '157.55.39.46', 1672679162, '__ci_last_regenerate|i:1672679162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bbea8632d33e9734765983fbf65256b09bed604', '40.77.167.227', 1681775086, '__ci_last_regenerate|i:1681775086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc0ea63ebe97a1a38a47e897973d3cae2c63238', '65.21.206.43', 1662018504, '__ci_last_regenerate|i:1662018504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc39953d4e45e06207ec15d82e6194c7587be1a', '40.77.167.64', 1674750237, '__ci_last_regenerate|i:1674750237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc45b0048a80ca91b942e1ca97b863594aa3ce8', '54.36.148.63', 1673057440, '__ci_last_regenerate|i:1673057440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc4f84c5ccf0aed354f2f5d9faffa460c2bbdaf', '157.55.39.167', 1674750228, '__ci_last_regenerate|i:1674750228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc5d54ea2b79f4cd65bacec5c3a69b648531700', '17.121.113.168', 1657020850, '__ci_last_regenerate|i:1657020850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc7cc69150b6fbd24066f8e4384c4df7d8db7ba', '207.46.13.6', 1672187163, '__ci_last_regenerate|i:1672187163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc7ec145076daf1f7abd5ef842ba20bd8f793cc', '51.222.253.15', 1668495992, '__ci_last_regenerate|i:1668495992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bc828bf637e10b0e67ce16c1924d424f41337c4', '114.119.158.189', 1686576850, '__ci_last_regenerate|i:1686576850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bcc43914f1395c041d2a48be6b0ce6ed104b297', '190.148.157.122', 1666661979, '__ci_last_regenerate|i:1666661979;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666661872;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bcce74e4afd5f2a168de8cc21c3635a5791b6cf', '74.208.2.218', 1665905037, '__ci_last_regenerate|i:1665905037;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bcd11d56e797f6d257c95d7e5e80386abf97108', '52.167.144.98', 1686581765, '__ci_last_regenerate|i:1686581765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bcd2638175647b482c3112637ad049aad738c22', '52.167.144.164', 1685949306, '__ci_last_regenerate|i:1685949306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bce42567ebb6447c418cdfc20c692e450dfff38', '157.55.39.125', 1653630568, '__ci_last_regenerate|i:1653630568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bce7f01ddc6fdfb59c6f2b4f87d9764d8068617', '40.77.167.91', 1686934789, '__ci_last_regenerate|i:1686934789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bcf8a53d0f28733edaf0282dec809b33ff08af5', '17.121.112.237', 1661246743, '__ci_last_regenerate|i:1661246743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd153c8c95862cc9d53fbb44a2cd8a65b986890', '157.55.39.65', 1661534778, '__ci_last_regenerate|i:1661534768;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd21c54c4f5175d37e73eeeef0dd9c9919b76b6', '40.77.167.104', 1667490237, '__ci_last_regenerate|i:1667490237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd2d09be22bcfebf331704bd5c66992e7ab5ffe', '190.56.32.174', 1676646807, '__ci_last_regenerate|i:1676646807;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676646737;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd5f64f114503ba01aa3d0382b4c28cf1c0e757', '190.148.157.83', 1687706499, '__ci_last_regenerate|i:1687706499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687706475;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd6a5d7e057618feb7c790a15002c40fd087f5e', '52.167.144.98', 1685054263, '__ci_last_regenerate|i:1685054263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd6f17adf095fa90bb7a6a53adc68f989733238', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd843c98918bd7b5e5559a34cfd73b9d2bd1d2b', '190.148.158.175', 1672416257, '__ci_last_regenerate|i:1672416257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672416250;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd86f299dd07c78550512bf27092e0a7493945a', '157.55.39.173', 1670209846, '__ci_last_regenerate|i:1670209846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd992fd484254d2ad90c6ab8777096dc2f7fd47', '40.88.21.235', 1685474315, '__ci_last_regenerate|i:1685474315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bdc921fdaa6a55c52540b3e5ffadbfc667e7508', '52.167.144.164', 1685372505, '__ci_last_regenerate|i:1685372504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bdd35019ec9b857d80437a954549e430e182020', '190.148.252.116', 1653412556, '__ci_last_regenerate|i:1653412556;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409114\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"4mheZHIYjyoRKaGB6VEc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bdd9d27d32dc405c02a5a8fa0dc4bf9d1205d5b', '190.148.157.177', 1682128416, '__ci_last_regenerate|i:1682128133;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682128415;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bde99980e60a824c70f07c46e399f47e1112be6', '51.222.253.1', 1662540019, '__ci_last_regenerate|i:1662540019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bdf33f860cb8ddbb26923ab1b58d25522bd247c', '114.119.150.140', 1686858201, '__ci_last_regenerate|i:1686858201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bdfccbd20fa9a9e9a4f519a97296b54bb0978d9', '207.46.13.154', 1670877591, '__ci_last_regenerate|i:1670877591;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bdff11898ffcfbf4ff191b6803981e804af2f16', '51.222.253.11', 1654259530, '__ci_last_regenerate|i:1654259529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8be000ba29fb13c281d1980ae4cd6dd2f5d9e50e', '130.245.169.247', 1657277741, '__ci_last_regenerate|i:1657277739;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8be0c6267049a6b9ff8c4b900714caadbe241b93', '54.36.148.70', 1682256404, '__ci_last_regenerate|i:1682256404;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 ('8be67edabeeeac88759dc4eedc3b12c28026d029', '173.249.31.237', 1659409277, '__ci_last_regenerate|i:1659409277;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 ('8be6efc6a2978fa501edd51f4ec0fa64c8bf4c65', '114.119.137.108', 1686458650, '__ci_last_regenerate|i:1686458650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8be77cf2c0017231f04218817a37d09ec8305e39', '51.222.253.19', 1662209884, '__ci_last_regenerate|i:1662209884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8be99d21d2899ce743351c3d29912a0b3ae83238', '190.56.173.251', 1652134672, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652134672;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"c0OEVmD1g5HZXB7NbSJi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bea33af561e04b3fc879067ac7086fa2b4bc856', '52.167.144.164', 1684414950, '__ci_last_regenerate|i:1684414950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bea705ad8c9943acb6ebf7f9e4076de4279bb4b', '51.222.253.1', 1674492699, '__ci_last_regenerate|i:1674492698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bea9364bfef21486d1564ac5d9ab55cca59fa4c', '190.148.158.175', 1672582703, '__ci_last_regenerate|i:1672582703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672582640;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8beb8579daf1ea5617207403a6c0356d3ca4fd80', '207.46.13.210', 1687006963, '__ci_last_regenerate|i:1687006963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bec4c42e733d3a8fa346ac91e50e1de19e0e759', '114.119.138.147', 1686138837, '__ci_last_regenerate|i:1686138837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bed3042e1d1a3ac64b0a6070afd3a8333c7a342', '51.222.253.9', 1657957360, '__ci_last_regenerate|i:1657957360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bed81c86af25c7187a8a7432c078e3f706fc320', '200.119.173.96', 1687193058, '__ci_last_regenerate|i:1687193058;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687193050;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf030ae9e03cbefb8cb99223b7675f9542be5b0', '114.119.137.8', 1686917351, '__ci_last_regenerate|i:1686917351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf03d7035eea6a5011b6f6a50a7c82ec9570f9b', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf372f964867ceae41b1c938f2ecf24065a21b1', '17.241.227.155', 1685793294, '__ci_last_regenerate|i:1685793294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf54a3bb02e620a78c4a924af23109792946b3a', '190.56.50.15', 1667140748, '__ci_last_regenerate|i:1667140748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667140562;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf5c9a77dd4461eaff5abe56855842dc6cfea23', '52.167.144.166', 1686908548, '__ci_last_regenerate|i:1686908547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf688054c1739149fbe89f1a05c0e81ac43aecb', '52.167.144.98', 1684289107, '__ci_last_regenerate|i:1684289107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bfaab89414eddf73d3565a79d2313e7fb1c63a3', '52.167.144.164', 1686595041, '__ci_last_regenerate|i:1686595041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bfb18731b375c0f2379373e7b244f1836ebb829', '200.119.170.168', 1670722306, '__ci_last_regenerate|i:1670722306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670720135;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bfbc9656fbb68ca342f73a4c52075ca75a2a2eb', '17.121.115.198', 1653661476, '__ci_last_regenerate|i:1653661476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bfc2d0330f85320a255e1f79d838e8e83410349', '35.85.218.185', 1670851663, '__ci_last_regenerate|i:1670851663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bfd6676d611977d9a80847cb9dad4a402f1d3eb', '190.148.157.206', 1656542774, '__ci_last_regenerate|i:1656542774;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656524879\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656541359;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c019e431089589236df45e72c829261d6685e12', '114.119.148.60', 1688386660, '__ci_last_regenerate|i:1688386660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c02eaeaceffcadef3fe25cef54fd796b560a8d5', '50.21.188.2', 1663642565, '__ci_last_regenerate|i:1663642565;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c03799eb2228f581121f5627d3fdd341551acd2', '190.56.55.113', 1673391019, '__ci_last_regenerate|i:1673391019;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673390970;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c045afe4be63e12a39969d9718ff134d4261383', '157.55.39.144', 1664454187, '__ci_last_regenerate|i:1664454187;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c06003b7089f3f99d3aa208824adbce9468fc64', '52.167.144.164', 1685077839, '__ci_last_regenerate|i:1685077839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c065c1d00a6155e982490221b5c7d4bb194c35a', '190.56.55.48', 1687485061, '__ci_last_regenerate|i:1687485061;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687484660;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c066cb60368967940231a2faee9773fe3497d57', '207.46.13.210', 1686934729, '__ci_last_regenerate|i:1686934729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c0675f1f9c2134199fb48ceaf2467c5cad90b20', '190.56.54.129', 1653527455, '__ci_last_regenerate|i:1653527455;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653489551\";last_ip|s:13:\"190.56.32.200\";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 ('8c0a275fb7164638e98f072f8a269594964fcd94', '200.119.168.96', 1666921500, '__ci_last_regenerate|i:1666921500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666921364;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c0db90c65fa47aa3d9fdf90b45685009a63b9b8', '114.119.143.250', 1687689197, '__ci_last_regenerate|i:1687689197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c0eaec0f601dc245f5e3d89d6ad3eaea209b25a', '52.167.144.164', 1685715621, '__ci_last_regenerate|i:1685715621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c0ebf4f73d2c48f9d05e739580eda3a9d6088f6', '52.167.144.164', 1685379855, '__ci_last_regenerate|i:1685379855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c0f8df29e76c6fcad528b4666d59fe7ae3ac3ba', '17.121.115.156', 1661938728, '__ci_last_regenerate|i:1661938728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c123ae1ceafa0010bfc8c62ba0d7830d7afdc76', '200.119.172.60', 1674947418, '__ci_last_regenerate|i:1674947418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674947412;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c14895b73d884b1ed4d523c049852dc385b7ce9', '40.77.167.49', 1665281716, '__ci_last_regenerate|i:1665281716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c14ffe33be18b7f7ac4b32dbfdcf08d57d068ac', '40.77.167.169', 1675473963, '__ci_last_regenerate|i:1675473963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c15f2f13e50b54dbf869074e9fccaba1a6a57ab', '200.119.173.212', 1667931419, '__ci_last_regenerate|i:1667931419;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c17a13d406e2247a3821eb6ececffd905239e3a', '200.119.170.129', 1658242135, '__ci_last_regenerate|i:1658242135;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658187685\";last_ip|s:12:\"190.56.50.13\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658240778;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1835eabe271569001408c5b2c77f26b52a434b', '40.77.167.161', 1681048496, '__ci_last_regenerate|i:1681048495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c19c045bde1761ed871b7a620fb20f23541df92', '52.35.5.126', 1662557599, '__ci_last_regenerate|i:1662557599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1a266314bc3e98dde987bff94f35c2ae74dc12', '52.167.144.70', 1688182989, '__ci_last_regenerate|i:1688182989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1bc2eae281f7c6d84f72e12c9dbed17a16054c', '146.59.157.229', 1650749765, '__ci_last_regenerate|i:1650749765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1bcef5cb95422a3f3173b6d3e7444998cca1f8', '40.77.167.49', 1666746603, '__ci_last_regenerate|i:1666746603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1e39035a286d86c85551f1d0d9b0abae862fa3', '8.41.221.54', 1653526302, '__ci_last_regenerate|i:1653526302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1f61471172a41d6f7ab363cce7327e4fa31bcf', '190.148.157.183', 1680475037, '__ci_last_regenerate|i:1680475037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680474472;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1ff3b186860331bbd4a0d153c014579e804e1b', '205.210.31.156', 1658005517, '__ci_last_regenerate|i:1658005517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2121003b8c278dca56b54f9da6993e4d24adcd', '190.148.252.177', 1674087248, '__ci_last_regenerate|i:1674087248;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674087240;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c214d911944b8ffcfc160acfbcc3c919827e53a', '40.77.167.40', 1675150339, '__ci_last_regenerate|i:1675150339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2309d77375012d7d6a5379e13ad17e11a320a8', '114.119.140.99', 1684615767, '__ci_last_regenerate|i:1684615750;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c23c14dd366591e9049b336bae95888f43016f7', '51.222.253.12', 1666079653, '__ci_last_regenerate|i:1666079653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c247dc03700eaef270d80789c663985fb65ab0f', '52.167.144.164', 1684315764, '__ci_last_regenerate|i:1684315764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c259289e5b2b9d61e3a649f512a69dd2d1cf209', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c26146750ba6b047af01eec1d419006d60d3a0f', '17.121.112.78', 1656079387, '__ci_last_regenerate|i:1656079387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c286f76ef2f148dd52ac78cb1e44e5d87a00578', '51.222.253.2', 1680754492, '__ci_last_regenerate|i:1680754492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2998f3121babf75c2d82c42a87103a7f4df4e2', '17.121.114.189', 1656427690, '__ci_last_regenerate|i:1656427690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c29a774b64308f16023a957927f9ca44c1c9654', '200.119.173.177', 1685381730, '__ci_last_regenerate|i:1685381730;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685055199\";last_ip|s:15:\"200.119.173.177\";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\";user_csrf|s:20:\"f2tn86Zu5S9dcjyp4eUa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2be9dfd1487f82a0538840829a610601fe43f6', '34.245.70.54', 1650678111, '__ci_last_regenerate|i:1650678093;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2fd29ac3a5af012d29816fd93d7e2b48132779', '51.222.253.4', 1660638742, '__ci_last_regenerate|i:1660638742;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c30a863161159ea1b64a23d79b515f86131c8de', '114.119.151.107', 1686218143, '__ci_last_regenerate|i:1686218143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3193413e4a3a8122ea32436f2a87be6d0abaf6', '51.222.253.5', 1680793558, '__ci_last_regenerate|i:1680793558;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 ('8c35b27b50882b978ad1ef17dafb94ef9be1ea74', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c367a4561c65c2d20755d1b44281fe9d94b036d', '190.148.252.73', 1664831092, '__ci_last_regenerate|i:1664831092;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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\";user_csrf|s:20:\"ZlecdbjSrJCBTmDgaMtE\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c367b817d83b59371294b27b6af3fce76c5fca1', '51.222.253.3', 1668913237, '__ci_last_regenerate|i:1668913237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c37f6deaccf630f357584dbc98c48e9452d5707', '157.55.39.69', 1671794627, '__ci_last_regenerate|i:1671794627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c39f9cdf810d588fab28952b242809e1e19e178', '54.37.233.116', 1650851725, '__ci_last_regenerate|i:1650851725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3a5e64cb5ed87aa10a2192550217bb01478e2a', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3e45a1d8bbd4c6ac3c0fa25085d9c4bac3af00', '114.119.144.99', 1683785120, '__ci_last_regenerate|i:1683785120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3e79884033a71df427f72bdba197b33403dd3a', '190.148.157.88', 1668534046, '__ci_last_regenerate|i:1668534046;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668534042;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c400830e79f47061f22ae69da1f3f364857bf5e', '190.148.157.88', 1668534766, '__ci_last_regenerate|i:1668534766;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668534047;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c426e3eef4409628049d6038bc111ac25b60e2f', '207.46.13.207', 1685876664, '__ci_last_regenerate|i:1685876664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c428fb1f79b72789fcc2723d061c4f0f4f0c491', '190.56.54.129', 1653597204, '__ci_last_regenerate|i:1653597204;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653597201;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c443441ac0a121ee5f231b62b88472588cc650e', '51.222.253.12', 1682262961, '__ci_last_regenerate|i:1682262961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c458f12a08e04da2410be542ec908ea9f80c029', '157.55.39.105', 1674052999, '__ci_last_regenerate|i:1674052998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c45b38dd330b3e0d2e0a9935c1fe0163a811124', '190.148.252.96', 1673297259, '__ci_last_regenerate|i:1673297259;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673041728\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"TX5zA6oRcNs17YUG9HDQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c4651cc4e89128ca3b56cc2b45ed8c8aa1f4e8d', '114.119.136.196', 1686139989, '__ci_last_regenerate|i:1686139989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c48776e3c78782e019f954c901ce2d73dca42e4', '5.62.43.121', 1651245856, '__ci_last_regenerate|i:1651245832;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 ('8c49c7343d11ab0aefa6ce9e2f6fb2488a728415', '190.148.252.183', 1681519396, '__ci_last_regenerate|i:1681519396;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681518772;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c4b1b3bbac65a36d1acf88b87aa3e1ddfb24103', '190.148.157.50', 1668779116, '__ci_last_regenerate|i:1668779116;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668779097;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c4b56b4b5b9abc52fd1d215755dedf8daadde72', '173.249.31.237', 1659409312, '__ci_last_regenerate|i:1659409312;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 ('8c4cff901c1019e2b89eec4d99a1765084be5fb7', '40.77.167.100', 1672704702, '__ci_last_regenerate|i:1672704702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5034c8cbf6efc9529b2afc7fa4d7205bd0be6e', '52.167.144.171', 1685679497, '__ci_last_regenerate|i:1685679497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5078912b695c75d8ea1984ddc58f64de56f1f4', '190.56.173.251', 1651959313, '__ci_last_regenerate|i:1651959313;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('8c52b85010ad60dc870d38fb7bc95a0ff6f1452c', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c53a0ed034293395f2bff6e286ec09bd1401b64', '149.57.16.7', 1653807000, '__ci_last_regenerate|i:1653807000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c54303471792577488bbfb17ff3f7b1795f22d6', '190.148.157.177', 1682300178, '__ci_last_regenerate|i:1682300178;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682299887;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c562e7e7f754a719e41e8daea688efa8dcb0507', '51.222.253.7', 1682155100, '__ci_last_regenerate|i:1682155100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5780aa197161299a026fe1d1c230ac1aa3b581', '114.119.140.170', 1688219754, '__ci_last_regenerate|i:1688219754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c580bfedb505bcc3aaee7b35768ff639ea23038', '51.222.253.15', 1663670160, '__ci_last_regenerate|i:1663670160;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 ('8c581a6d4a3a53e60c0a43481b956d79966dff6a', '190.148.252.57', 1657889226, '__ci_last_regenerate|i:1657889226;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657889204;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5848f9a0ece0df4333659054f779dae7c2e1fa', '52.167.144.76', 1681746951, '__ci_last_regenerate|i:1681746950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c586125d6cdffd0dc6871fc99e9304175a69edb', '190.148.87.96', 1678191489, '__ci_last_regenerate|i:1678191489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678191399;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c589083589403c5aef43a4dcdef3824d386ec8c', '51.222.253.9', 1660405428, '__ci_last_regenerate|i:1660405428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5b603b33fe971b12435de1adf85eabaab906f6', '66.249.77.29', 1681585958, '__ci_last_regenerate|i:1681585958;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 ('8c5c19ff769e0a05d83ac56abf3ea4a00065de63', '190.148.252.161', 1669851769, '__ci_last_regenerate|i:1669851769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669851662;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5eac08671c777c89840cd21b96b161d5a9640a', '52.167.144.94', 1687050462, '__ci_last_regenerate|i:1687050462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c677033c9b70d054f852a3dc0e8f9d6753cd3af', '114.119.134.232', 1687789202, '__ci_last_regenerate|i:1687789202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c68ca4409d9bf19656bb452c9362ac72bf9d879', '114.119.140.211', 1686421006, '__ci_last_regenerate|i:1686421006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c69e2f1d3b6e4ce5bbb96834d6739458e47ef02', '190.148.252.96', 1673301145, '__ci_last_regenerate|i:1673301145;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673301122;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c6ca71ea3b61b5ff187334c04206b40ca02060b', '190.148.158.151', 1677266647, '__ci_last_regenerate|i:1677266647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677266600;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c6f74ad51cd09de05977fcc746ae30d014fdf11', '51.222.253.17', 1658184381, '__ci_last_regenerate|i:1658184381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c71358aedd5689363c2a2568aa6b8c5a949fc47', '190.148.252.151', 1671120055, '__ci_last_regenerate|i:1671120055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671119454;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7249cd2ec5b38fe3ce9b6c8dd9ed3ed2c0a226', '190.56.49.187', 1688128925, '__ci_last_regenerate|i:1688128925;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688086232\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688128914;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c724aafef463515b0d32099ac06cbf9774a8c36', '190.148.158.69', 1685924239, '__ci_last_regenerate|i:1685924239;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685924229;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c726825b1f0d33d4b745b5d576c82386330a2f3', '52.167.144.164', 1685722451, '__ci_last_regenerate|i:1685722451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c72bd923c6eb5242144ae8fe3745220b7a0559d', '114.119.131.33', 1686635350, '__ci_last_regenerate|i:1686635350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c73ca76b0956c7d5920dd5afeaf17db5e8bc832', '54.212.111.162', 1675863675, '__ci_last_regenerate|i:1675863675;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 ('8c75a39aefe04beac8072ce25111b73c8495a82b', '190.148.87.182', 1679613565, '__ci_last_regenerate|i:1679613562;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679592989\";last_ip|s:14:\"190.148.87.182\";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\";user_csrf|s:20:\"vSVhzjluFa0kHGUCDwr4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c76013bdfcb8cca2df09c3fd6e3e0a3854fd450', '190.148.252.88', 1670768549, '__ci_last_regenerate|i:1670768549;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670768061;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7754c486247e99ec14e9d24a35c3a86c59074f', '161.35.31.27', 1688202685, '__ci_last_regenerate|i:1688202685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c788cc671fff896334a89cb86136da5c604b418', '194.233.69.193', 1654506480, '__ci_last_regenerate|i:1654506475;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 ('8c799995cefb37be9b8b58e1e9cf9728ee2f24a4', '190.148.157.98', 1679160755, '__ci_last_regenerate|i:1679160755;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679160625;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c79c241c3ff0e5ab66152c8a8c17f34f7fec42f', '35.86.133.254', 1681219259, '__ci_last_regenerate|i:1681219259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c79d829bc6d261d21172f4e25f4b3c503e5abe8', '51.222.253.11', 1686162211, '__ci_last_regenerate|i:1686162211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7a7d85bb1f5aeb9e3ec958755ef2d852506311', '114.119.132.171', 1688185224, '__ci_last_regenerate|i:1688185224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7c10200d38a43d958c70880bf8bd74f42ff8c8', '190.56.173.213', 1683328128, '__ci_last_regenerate|i:1683328127;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683209645\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"1a8DJdj6vAXbzoOekKZt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7e5be494ecca76fa351af664a976de569965e0', '190.56.173.213', 1683224364, '__ci_last_regenerate|i:1683224364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683224339;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8008a3ab45a85c585dd838ab1277369890b782', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c81d2eb075ca74c5882fd690b6c343f59c650a0', '207.46.13.6', 1671783536, '__ci_last_regenerate|i:1671783536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c827eb0308084222f06633c58d873a634424f4b', '17.121.115.202', 1660047694, '__ci_last_regenerate|i:1660047694;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 ('8c8320606fd3d9654c39ce72102bba45eb711534', '190.148.157.53', 1683655014, '__ci_last_regenerate|i:1683655014;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"xQmpHJ9l2dftijTGnYZ6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c846f016e16c169ef10f1bdd5d8e0cf272f49bb', '207.46.13.12', 1675596042, '__ci_last_regenerate|i:1675596042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c84a575a6add9888a8ab0592d0eaacb49a8310a', '190.148.157.99', 1662504582, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1662504582;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468380\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662504165;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c85244727f19fa24cdd221a0e9bbdfffd4621a3', '52.167.144.67', 1677353443, '__ci_last_regenerate|i:1677353443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c85eee92f18da511548542b6e6058a90e766713', '52.167.144.98', 1684833487, '__ci_last_regenerate|i:1684833487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8698a24a871cb042bf9462467c25ff343e0ed0', '52.167.144.154', 1687513398, '__ci_last_regenerate|i:1687513398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c86e032111a7cd708449079e8d43bdd10a90ed3', '205.210.31.131', 1658579575, '__ci_last_regenerate|i:1658579575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c87b5a484c660b54bdd0f3a200835ef0cf00abc', '157.55.39.143', 1669794960, '__ci_last_regenerate|i:1669794960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c88babb698fb2ed4ace70f969125296d64a35a2', '200.119.172.60', 1674737181, '__ci_last_regenerate|i:1674737181;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674737160;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c897de42b7d2919eadfcbc21b80722aec7fba63', '34.68.204.99', 1653917324, '__ci_last_regenerate|i:1653917323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8a0fe0fa47452574e323d349921e73bf7cc708', '188.147.0.180', 1675035751, '__ci_last_regenerate|i:1675035751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8cf0fef9685738d66391bf2f057d89e9338d69', '200.119.170.212', 1665869634, '__ci_last_regenerate|i:1665869634;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665869550;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8e1995436495e0393c82a9531c0f9fb2b17de0', '50.84.48.187', 1671671878, '__ci_last_regenerate|i:1671671878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9177843be0fde0efccc0d965c3fd9e81abe514', '52.167.144.98', 1685793563, '__ci_last_regenerate|i:1685793563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c930214252bf36f9fa3054671cddba2d438ba33', '207.46.13.6', 1672058519, '__ci_last_regenerate|i:1672058519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9363147885c8524b5cf9e350a66ad170070686', '40.77.167.97', 1654916499, '__ci_last_regenerate|i:1654916499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c944c3fafbe50a1f7d1934afc6f83e323bb820f', '40.77.167.227', 1682324453, '__ci_last_regenerate|i:1682324453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c948d26ee9906a0a91f30ca6c615a0071572bb9', '54.36.149.29', 1655887783, '__ci_last_regenerate|i:1655887783;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 ('8c950dccca4a67e2bdc539de0899faa823d4d8ea', '54.37.233.116', 1650851769, '__ci_last_regenerate|i:1650851769;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c955752cfa801fc5a6d22a1f546da99222206dc', '52.167.144.162', 1683074058, '__ci_last_regenerate|i:1683074058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9560fc923d8d3c5a070a4e3ed5e898ee9fbe74', '51.222.253.12', 1657494036, '__ci_last_regenerate|i:1657494036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c96d825ea8c590f4bac7a1fa293243ad0060804', '52.167.144.154', 1687583636, '__ci_last_regenerate|i:1687583636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c978f8a93f42e6cf459e7a8ef018ea9fea5a4fc', '114.119.148.27', 1685587782, '__ci_last_regenerate|i:1685587781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c97d33b275eb4ac5ed5e544239642dba92fdb3d', '198.199.83.54', 1652073899, '__ci_last_regenerate|i:1652073899;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9804bd2452f94e565e4d7e67f682cf24fe79f5', '40.77.167.23', 1673580777, '__ci_last_regenerate|i:1673580777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c980d00e4664164cd2bd980d11b6c703b1e4aa1', '190.148.157.177', 1682042581, '__ci_last_regenerate|i:1682040260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682042581;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c98293c8dd2bfa74b7caa672f55eb08e262abcf', '190.56.32.35', 1672061934, '__ci_last_regenerate|i:1672061934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672061922;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c99d5bf8b74df5b20674bf2dcd92ca30c177e8d', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9a48a2ae3d08dd9664ba981d17c745c2d213ff', '44.242.172.192', 1664256908, '__ci_last_regenerate|i:1664256908;error|s:97:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>http://www.gumbo.com/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9a5b963bf14d7780f5961fe1ffd3178ad1c03c', '40.77.167.123', 1683265901, '__ci_last_regenerate|i:1683265901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9a903eabe0bb86b50203ba3083bd1f646e5102', '190.56.50.38', 1670453843, '__ci_last_regenerate|i:1670453843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670453832;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9a9ba27de58a718249d61bbe49ec9392cfc973', '149.56.150.236', 1675113061, '__ci_last_regenerate|i:1675113061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9ceffc8ce737e159f717d05633905fbf7912a7', '114.119.153.11', 1684985593, '__ci_last_regenerate|i:1684985593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9e471936eec3cdb3582df24ec893ad99a5c33c', '206.189.146.90', 1651205286, '__ci_last_regenerate|i:1651205282;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 ('8c9ebd027531475240163893ade4a1e8e7b8ba8d', '114.119.150.94', 1685915322, '__ci_last_regenerate|i:1685915322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9f0f11251bc7242149e6d3c61dcf8cfd82fa19', '40.77.167.147', 1681152000, '__ci_last_regenerate|i:1681152000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca0833c254552b67aa2c1be6c334344e2c90f8d', '185.27.99.122', 1651627519, '__ci_last_regenerate|i:1651627519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca1f21bf134df3f0dcbe195dc42ebbbca7b1ba7', '190.148.157.214', 1669729047, '__ci_last_regenerate|i:1669729047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669728985;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca2201b9530350763871b9373a321fda2a1207e', '34.102.12.65', 1653409347, '__ci_last_regenerate|i:1653409347;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 ('8ca2627a3fbc175275a765a5d55f36b474808de9', '114.119.159.70', 1688567898, '__ci_last_regenerate|i:1688567898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca40c62de46876ca89c32b956f6cd6e660665e4', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca6b882f6e485b218e152f19b55edf4f0d59db5', '66.249.65.103', 1651476609, '__ci_last_regenerate|i:1651476609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca7a7c65753ce6cc18b2c2904068ae5fdeac83d', '190.148.157.146', 1666787567, '__ci_last_regenerate|i:1666787567;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666787561;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca7cff17e76853e2c56b28e45b5b9a778a62506', '54.36.148.81', 1669541185, '__ci_last_regenerate|i:1669541184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ca8d59525596c7b81d598af48c040a849ca770b', '51.222.253.4', 1658716203, '__ci_last_regenerate|i:1658716203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8caadf692069f42877c2f2950e260374d9530501', '114.119.130.61', 1687517768, '__ci_last_regenerate|i:1687517768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8caf1230d70adb06444177c0501807e15878920c', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cb1896db912822f8021f3e9978862b3ed6eb56e', '17.121.112.89', 1659675135, '__ci_last_regenerate|i:1659675135;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 ('8cb5cb43e880bcccefdd12951d610e9416dbcf5b', '40.77.167.101', 1662297877, '__ci_last_regenerate|i:1662297877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cb72bb4677e62d372e0898dde0635d8fc783550', '207.46.13.41', 1670894688, '__ci_last_regenerate|i:1670894688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cb800ce6b0cdf00e90c072a88e2c3bf56b45f81', '40.77.167.48', 1655472836, '__ci_last_regenerate|i:1655472827;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cbcc1acba6953b298935dd7635b7c17fd5bb877', '40.77.167.49', 1664980615, '__ci_last_regenerate|i:1664980615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cbd0800ca950e57ca7c8762ee8b31fb379a22e2', '52.167.144.76', 1681982520, '__ci_last_regenerate|i:1681982519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cbf5fad69e185457683c888fed2313bd58982bd', '114.119.151.175', 1686421966, '__ci_last_regenerate|i:1686421966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cbf790693c1514be8674af658964d3484d6ec0d', '190.148.157.80', 1669384657, '__ci_last_regenerate|i:1669384657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669384650;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc0750b2eb9b4caca877ae116b2018ce1927e26', '190.148.158.69', 1685797566, '__ci_last_regenerate|i:1685797566;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685796885;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc19f36f06c67f2e1005d8d4e053bac13d6399b', '200.119.170.137', 1668695041, '__ci_last_regenerate|i:1668695041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668694449;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc26c55d2257345a257107c0ed906de119070a2', '114.119.136.243', 1685323133, '__ci_last_regenerate|i:1685323133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc33bd8adaeee71b105d6980693cb530969e7ab', '207.46.13.230', 1657265295, '__ci_last_regenerate|i:1657265295;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 ('8cc3789bc7f757c1e5a1893d42aab2a9a806a741', '190.148.158.151', 1677455466, '__ci_last_regenerate|i:1677455466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677455458;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc3c6c393b5fb17775dfc2218ccaacf3507f85d', '40.77.167.202', 1687774374, '__ci_last_regenerate|i:1687774374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc883e2578c93ebb594de40dc81a87e69843bc3', '114.119.146.226', 1684511291, '__ci_last_regenerate|i:1684511291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc8d336a23b48fe3f249fc47784459f893daa85', '40.77.167.204', 1678253825, '__ci_last_regenerate|i:1678253825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ccbed19fe16dcda0051f296227714f03961268e', '190.148.157.183', 1680556227, '__ci_last_regenerate|i:1680556227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680555847;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ccd0a25c9b0c4bcf5aa308d2601e7520aae9a7f', '200.119.172.60', 1674992310, '__ci_last_regenerate|i:1674992310;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 ('8ccf46c5fb8bb119f5c1a60ec7501b2caa537aba', '54.36.148.20', 1675249411, '__ci_last_regenerate|i:1675249411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd0f887a333cabaeb368c434f57fb23be7776e7', '52.167.144.162', 1686173789, '__ci_last_regenerate|i:1686173789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd325dc3e661aae8ac05357191d511db7d8dd9c', '114.119.153.169', 1688243231, '__ci_last_regenerate|i:1688243231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd6765ab1e76389be88bedbd059e7291f585a36', '51.222.253.14', 1652210819, '__ci_last_regenerate|i:1652210819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd76612557ae152719cd7816e810c97a19805d4', '190.56.32.164', 1664562594, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664562594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664561014;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd7a719dcce33d1a7d38268af5468cba112861d', '8.209.246.6', 1666338344, '__ci_last_regenerate|i:1666338344;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 ('8cd86b1dae039fefe1987f8649464afbc9f8284a', '200.119.173.78', 1682898836, '__ci_last_regenerate|i:1682898836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682898662;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd984b861a7b2179fee66a275c35370aa089aaf', '52.167.144.89', 1679919875, '__ci_last_regenerate|i:1679919875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd9aa428ee8f518aa3c09d9b068113aa4ca4009', '190.56.54.143', 1661635693, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1661635693;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661617947\";last_ip|s:13:\"190.56.54.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661634082;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cdc97d137438ed1eb97622624a630afab32f126', '143.110.166.84', 1687903648, '__ci_last_regenerate|i:1687903648;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cde986e2d0671efbf907ab08a0767b9b74fa829', '157.55.39.209', 1679985122, '__ci_last_regenerate|i:1679985122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce08f41e006672b033a3a536af5a0409ddb6409', '34.208.254.244', 1680183499, '__ci_last_regenerate|i:1680183499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce3b8e6361fdef40678ed290a5fa2c1508ede6c', '40.77.167.225', 1676547614, '__ci_last_regenerate|i:1676547614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce588202262da157dc00c24779aaac10002237f', '52.167.144.171', 1684948721, '__ci_last_regenerate|i:1684948721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce5898c31c2f27be2a16eb29b01fef551a01edb', '66.249.66.71', 1676001407, '__ci_last_regenerate|i:1676001407;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 ('8ce6048d8e463b2a80d4b6a47a0a04c06fce0426', '114.119.129.229', 1688428144, '__ci_last_regenerate|i:1688428144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce604cbfc2e4350462fa5004c2916c33d799ceb', '52.167.144.109', 1680738764, '__ci_last_regenerate|i:1680738764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce6ed8ec9823beb889612620c74779705eb3266', '51.222.253.13', 1664975954, '__ci_last_regenerate|i:1664975954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce7dfff2d4f5b103f64ab62ec415f6a0473b536', '52.167.144.82', 1687289682, '__ci_last_regenerate|i:1687289682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ceae816fd0071ebf001089ee12f594f46ccea6b', '114.119.133.192', 1687898256, '__ci_last_regenerate|i:1687898255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ceb31c19179524017e8be7ac094800b5049724f', '52.167.144.25', 1686807837, '__ci_last_regenerate|i:1686807837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cedfbb4bdd28c6273f971afca4bf35fb02bfc6e', '200.119.174.9', 1674137068, '__ci_last_regenerate|i:1674137068;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674137056;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cefc02bcd5c3b0d23bdbf70443ce9f097449c48', '190.56.49.187', 1687998852, '__ci_last_regenerate|i:1687998852;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687998804;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cefc71c42fffba62c372240c9dbd391f59360ec', '190.148.158.175', 1672244539, '__ci_last_regenerate|i:1672244539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672244525;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf15512b3aeb3f6814d36b5e2a18be74ff30998', '52.167.144.164', 1684948735, '__ci_last_regenerate|i:1684948735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf174efda01f52abcd4ae680a0445c3259bd42d', '3.16.27.50', 1667542227, '__ci_last_regenerate|i:1667542227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf2fe6aae34a58acf6a0a3639cad8e027cdfa2b', '114.119.151.119', 1683546200, '__ci_last_regenerate|i:1683546200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf33bfd859359df0d9d61c9bdd0eb18d64beee8', '193.235.141.142', 1681345034, '__ci_last_regenerate|i:1681345034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf45bfc774d56c93e952af8a50c31ceb4d40a0b', '207.46.13.154', 1671783516, '__ci_last_regenerate|i:1671783516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf549c61ccd53b36874517d62ae6862af0d0e2b', '17.121.113.165', 1652120851, '__ci_last_regenerate|i:1652120851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf554a350dc250b95689c54e02e1fdd2db9d8be', '114.119.137.108', 1686457082, '__ci_last_regenerate|i:1686457082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf5f34432754e2e761352f615439505508ab0b1', '190.148.157.117', 1675561843, '__ci_last_regenerate|i:1675561843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675561296;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf631b9fe66d186057132832271ee03edd3c9d7', '54.36.148.49', 1686929613, '__ci_last_regenerate|i:1686929613;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 ('8cf6f97bd1773b446cc8c3dd60e5032fe66052fe', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf728e26f4b899f1861ee11878fc18dc4a5501d', '190.56.55.113', 1673465650, '__ci_last_regenerate|i:1673465650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673465635;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cf8a795a81ef6b1342038428e3b132bea14e0b0', '66.249.70.7', 1682797401, '__ci_last_regenerate|i:1682797401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfb22b1cfeb5d8a3ba16533148c8ae7bcc098a1', '35.213.223.219', 1662905859, '__ci_last_regenerate|i:1662905859;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 ('8cfb3b7c56682373c1d6cb588d8583ca4fc9aad0', '114.119.156.233', 1688031359, '__ci_last_regenerate|i:1688031358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfbcb801659c6177a51babbeda9105e1334ddbf', '190.148.252.161', 1670085962, '__ci_last_regenerate|i:1670085962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670085725;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";csrfkey|s:8:\"i12HWkaU\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"Wgc7VCODIGlXmdR9Y1Uj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfcc1c911544ac604510f18b5ca717411b9fd8f', '190.56.48.81', 1665963529, '__ci_last_regenerate|i:1665963529;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665963524;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfd29d7a620a65c39bad2622153cad8e69d7441', '114.119.155.1', 1688136723, '__ci_last_regenerate|i:1688136723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfd80d5311a17f033d26abca1b382838c061f78', '40.77.167.161', 1675429400, '__ci_last_regenerate|i:1675429400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfeccfe65b006f1992be8172da4b1fe7a1ed1ca', '200.119.172.123', 1657715851, '__ci_last_regenerate|i:1657715840;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657659490\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657715851;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cff287a7d79927df7db5778e19b566351d4b370', '190.148.157.98', 1679001320, '__ci_last_regenerate|i:1679001320;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cff4035c5c5247da1d7c9853165ca01a5a94bd4', '200.119.168.9', 1660669166, '__ci_last_regenerate|i:1660668938;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660653887\";last_ip|s:13:\"190.56.50.105\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660669166;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cff57e91b9ba81f086a0104c0d76c2c868a320a', '17.121.112.172', 1658607445, '__ci_last_regenerate|i:1658607445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0201dcb5eb713d6f996080a1b4ca98999b98a3', '190.148.252.233', 1668905381, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668905381;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668905374;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0851cebd6a2ccdb9028163e3031d4010d860bc', '190.148.158.151', 1677460978, '__ci_last_regenerate|i:1677460978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677460960;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0a2284e7be3cf0d8d4a1133a48ccb7681e0f1c', '190.56.32.162', 1659545718, '__ci_last_regenerate|i:1659545718;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659545474;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0a6b32a4b0f646358edb06260ef1c787bc2a7a', '190.56.32.162', 1659547268, '__ci_last_regenerate|i:1659547268;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659546306;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0be33a6d88cb2d2e49b7c50782899676001088', '52.167.144.98', 1686594875, '__ci_last_regenerate|i:1686594875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0d407a9b2bb245fd728e8e3a6cea765b6f8202', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0d89de3d4ebaa1d5ca1886bd7a1502788a5a86', '144.76.68.17', 1683715080, '__ci_last_regenerate|i:1683715080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d0e6b9799cec32ddf1645842032d941cb60957d', '114.119.129.191', 1684886775, '__ci_last_regenerate|i:1684886775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d1318a88b5e7feaddc1cb03b3db1f17e65c844c', '114.119.153.220', 1684511736, '__ci_last_regenerate|i:1684511736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d13e14b0cb55e3e99a725056cb02fd25ba5feeb', '51.159.102.248', 1666824295, '__ci_last_regenerate|i:1666824295;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d14e3e9acfc71aa3944f32195001460ec0c072f', '40.77.167.202', 1687858671, '__ci_last_regenerate|i:1687858671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d1647b9b753f5d6e0e0d488844d1cfb8246c957', '173.44.51.5', 1684379236, '__ci_last_regenerate|i:1684379236;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 ('8d16add3c8b3cd6f5bb8172a606b92be4431f06a', '190.56.32.243', 1684787098, '__ci_last_regenerate|i:1684787098;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684764798\";last_ip|s:13:\"190.56.32.243\";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\";user_csrf|s:20:\"VkShiJr5qB34EyWpdRDN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d1b0afd224ee840859304b32d2d81bd66aa21d5', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d1e6fbe93f1099ad81b46b73dc26f9cd8bf6bbf', '190.148.252.88', 1670849311, '__ci_last_regenerate|i:1670849311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670849302;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d1e86be4958e4e9ad2df90ef6b0664193ec067d', '51.222.253.12', 1657640507, '__ci_last_regenerate|i:1657640507;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 ('8d1faf03e2c525dd3ed25429a40b937dfb48b56b', '17.121.113.38', 1659247013, '__ci_last_regenerate|i:1659247013;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 ('8d207e647185948b69839c8f05e9f3c14e3e9779', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d20b9432a197ed7bcb95e88c0d9123e19f18db3', '52.167.144.70', 1688243859, '__ci_last_regenerate|i:1688243859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d20c2c505dbac80624f0b1f7019ee227ff439a1', '52.167.144.98', 1685878291, '__ci_last_regenerate|i:1685878291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d212c0737e142be480e11f35a06f35776a6192d', '190.56.173.213', 1683590947, '__ci_last_regenerate|i:1683590947;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683590940;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d227ae4e4ab5cc262065727aa1be3498e5f73dc', '190.148.157.53', 1683934861, '__ci_last_regenerate|i:1683934861;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683932978;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d23ccfdf02b2047c97c470a0b387a69020323a8', '114.119.156.129', 1687114647, '__ci_last_regenerate|i:1687114647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d23e8be8d3d1cce70044b28b8f6b15a543d83a6', '17.121.112.61', 1654440957, '__ci_last_regenerate|i:1654440957;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 ('8d24651cf043dd3ca9d6048c2788ad0584afd043', '190.148.252.102', 1681912207, '__ci_last_regenerate|i:1681912207;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681912201;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d2487b61e522396bd0e864814a498b0fb90d8e6', '190.56.50.253', 1682551712, '__ci_last_regenerate|i:1682551712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682551706;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d24aca27b968fd1f146a82d75c2704ac745a1a9', '157.55.39.200', 1667032065, '__ci_last_regenerate|i:1667032065;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 ('8d2529d5d0829a9fbd5ed2f84eaeec3c8fd7c354', '157.55.39.147', 1671863259, '__ci_last_regenerate|i:1671863259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d26ba2f55b58530097536eeb2b94c262ed69c67', '114.119.148.202', 1686917622, '__ci_last_regenerate|i:1686917622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d277bdb1376859c4ae87c371937c69f1fe39032', '52.167.144.164', 1685994041, '__ci_last_regenerate|i:1685994040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d2793fb11a647306a676c9f6af4a081b95f4067', '114.119.130.57', 1686122888, '__ci_last_regenerate|i:1686122888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d27b875c94cef42084dd4628ab851b8ffa6f38e', '190.148.87.6', 1668202648, '__ci_last_regenerate|i:1668202648;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668178010\";last_ip|s:12:\"190.148.87.6\";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 ('8d27b90df92b4b3b560d6d851eef59bde07eb996', '54.36.149.93', 1652061302, '__ci_last_regenerate|i:1652061302;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 ('8d29b99f0906832647ab31cf06e101260a5886bb', '66.102.8.19', 1653967980, '__ci_last_regenerate|i:1653967980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d29c0151b63fe9b1e570add5f74bf2fc5d2cbce', '5.188.62.140', 1656411865, '__ci_last_regenerate|i:1656411865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d29f5563040b46cc37b0f34aa04d60d31d437ee', '52.167.144.74', 1688366445, '__ci_last_regenerate|i:1688366445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d2dc38eca445d15a3fba2ea061d05ae81576021', '200.119.174.9', 1674495672, '__ci_last_regenerate|i:1674495667;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d2e8ac535633edbbf5288d293adfceb1b58e4aa', '190.148.252.76', 1654179772, '__ci_last_regenerate|i:1654179772;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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 ('8d304cc15a367b0df7795a2f2a629943dc816564', '40.77.167.225', 1680418085, '__ci_last_regenerate|i:1680418085;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d30e9a25384ad273d8266fe3b68319dc43b6259', '52.167.144.98', 1685594554, '__ci_last_regenerate|i:1685594554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d32f7053aa0eeeeb9d0f45a67ab87a352ba4d63', '66.249.65.167', 1668721388, '__ci_last_regenerate|i:1668721388;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 ('8d33266125b412964be163a8ca6ca22d2d6965ca', '190.148.252.183', 1681314868, '__ci_last_regenerate|i:1681314868;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681314568;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d33cbff1fbb515ccaa4bdd949ce0225386287fd', '200.119.172.60', 1675084174, '__ci_last_regenerate|i:1675084174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675084105;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d359a7949bc7fa7bfd699a320b989a243106aef', '54.36.149.5', 1677611374, '__ci_last_regenerate|i:1677611374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d359e41cd6ff7ace2d366f29f9262667f793418', '114.119.151.126', 1688400850, '__ci_last_regenerate|i:1688400849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d36aae6729457242da464908f686ad2d6c3c5a8', '190.148.252.151', 1670969071, '__ci_last_regenerate|i:1670969071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670967100;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d372157b003b6a166fa73ebb38fe53d8ff1bbe4', '52.167.144.98', 1685628647, '__ci_last_regenerate|i:1685628646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d37ebe87207bfac65610aab26e13532b377e665', '40.77.167.225', 1680229265, '__ci_last_regenerate|i:1680229264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d394130f17c825cd0748a6f1ca520790fa2647f', '52.167.144.152', 1677821749, '__ci_last_regenerate|i:1677821749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d3b2b07ed6f08f95aedd90a79eb4a88d2106c51', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d3b44afad7be9f76eeb18281cffbf2d766d7871', '157.55.39.217', 1683192213, '__ci_last_regenerate|i:1683192213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d3ea8bc266f4235f213f9a7496f17a01fa0c808', '200.119.173.67', 1679363523, '__ci_last_regenerate|i:1679363523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679362774;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d40b5b41b1ac648d69c83b2cd9f88b84ad20e2c', '157.55.39.62', 1660725028, '__ci_last_regenerate|i:1660725028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d425803d1287e860e77cedd64b29e9915c9b8d3', '207.46.13.224', 1680457319, '__ci_last_regenerate|i:1680457319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d425ed367e8acfee15fb99acb5cba1b52be9b1d', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d43b58812b45972bee63bbcdf4b09ce0673157b', '190.56.55.113', 1673356111, '__ci_last_regenerate|i:1673356111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673356055;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4433a84e8ece9158a3e95fa1ea9d57f7377ccf', '52.167.144.171', 1684653487, '__ci_last_regenerate|i:1684653487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4807e0b1135e967185819376e445d154d621fb', '190.148.157.177', 1682104022, '__ci_last_regenerate|i:1682104022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682103901;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d48c1a32a47baf8deea3b021b049219bca33ba9', '52.167.144.171', 1685649692, '__ci_last_regenerate|i:1685649692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d493dd02c615fc1092f24980270a01e6f5977d8', '114.119.132.25', 1686613741, '__ci_last_regenerate|i:1686613741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d49d6e579eb69f0a942ad41c768c18e4d18532c', '188.34.195.14', 1677162510, '__ci_last_regenerate|i:1677162510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4b273f65400aad08da8e225c6a20bd2834f6e8', '40.77.167.85', 1683741401, '__ci_last_regenerate|i:1683741401;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 ('8d4b329b2938cef4d5ffe21db396e8e51f09981f', '52.167.144.164', 1685509557, '__ci_last_regenerate|i:1685509557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4c0a1a55083924f1a3175c545d9bcc0991c93f', '52.167.144.28', 1679335566, '__ci_last_regenerate|i:1679335566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4d52b2dadca99620b2589ed9895e05b314dbe3', '40.77.167.222', 1681395244, '__ci_last_regenerate|i:1681395244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d4dd84e961b966f4c64a8065de25a24d6acf05b', '54.201.84.8', 1683160380, '__ci_last_regenerate|i:1683160380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d517b2d12f6d00baa5d33c31e927b13ceb666a1', '40.77.167.56', 1673352520, '__ci_last_regenerate|i:1673352520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d5275db950b831601e54fdba54fa20268a60f15', '40.77.167.86', 1678854889, '__ci_last_regenerate|i:1678854889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d52a83fb86660af9212fe4d949b5117c564db39', '40.77.167.40', 1675217458, '__ci_last_regenerate|i:1675217458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d54210e2ef924a86e10505829d5960ce4289b6b', '52.167.144.26', 1682528937, '__ci_last_regenerate|i:1682528937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d542aa10180b6128f8eeeb3a8799fa0a155d8c1', '205.210.31.9', 1652620139, '__ci_last_regenerate|i:1652620139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d5608ba84a235ff4d6749035c7f0067ad83b122', '40.77.167.85', 1685528403, '__ci_last_regenerate|i:1685528403;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 ('8d568f17dab492d8569e593302b01d9e873646e2', '157.55.39.193', 1662385371, '__ci_last_regenerate|i:1662385370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d574926e49615315a0a553a95982d62c78b6d29', '35.211.132.229', 1666483172, '__ci_last_regenerate|i:1666483172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d5c316b9258170da3db7a3f895f8410bcb1a1db', '52.167.144.98', 1686652092, '__ci_last_regenerate|i:1686652092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d5f2600f6863524473d89955f6eea746a9a907f', '5.188.62.140', 1653320842, '__ci_last_regenerate|i:1653320842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d603dfc35bf92971375e8765be6b3dfdaa7ca8b', '40.77.167.222', 1681550729, '__ci_last_regenerate|i:1681550729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d61962e76af738d8bc47d0c820e9cc22124e273', '114.119.137.142', 1684353913, '__ci_last_regenerate|i:1684353912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d61ae2956b7370bd5c58e18219e72fa16cce6a9', '52.167.144.162', 1686100750, '__ci_last_regenerate|i:1686100750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d62d2f971a60d1b21a223a867eadc9bca3dcf11', '207.46.13.178', 1655662615, '__ci_last_regenerate|i:1655662615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d651ca61918397c93cd459d6ffce146d623755e', '200.119.173.130', 1675948212, '__ci_last_regenerate|i:1675948212;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675948197;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d6546f655a95b529dfad41455fb468caf0e0acc', '50.21.188.67', 1672492652, '__ci_last_regenerate|i:1672492652;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d66736c534b49e3d2f0b9a08f1744d39c9f66b0', '114.119.139.102', 1688064012, '__ci_last_regenerate|i:1688064012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d68f417228bffdce40eb907fc73aae2dee2367d', '190.56.54.156', 1665191794, '__ci_last_regenerate|i:1665191794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665191792;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d690618c871dd1eb34192ec5feac593457b2237', '52.167.144.61', 1688003730, '__ci_last_regenerate|i:1688003730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d6a5d04c7b3313207ce5ef25163530605807dd9', '52.167.144.164', 1686584442, '__ci_last_regenerate|i:1686584441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d6b48ec0949cf361ac7787c6691d858a3d28b07', '51.222.253.19', 1665806409, '__ci_last_regenerate|i:1665806409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d726845c17da814f392af62c40f88747312c93b', '54.36.148.136', 1653215182, '__ci_last_regenerate|i:1653215182;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 ('8d73b4db646f64613cf6c72e8c6c92051e0f5ae4', '40.77.167.26', 1670863914, '__ci_last_regenerate|i:1670863914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d73d6294cd7fbc901464692d609f6264ecc1893', '64.246.165.150', 1674292931, '__ci_last_regenerate|i:1674292931;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 ('8d75d0ddf3338435181ce03df703ad3dab188c00', '157.55.39.212', 1677331381, '__ci_last_regenerate|i:1677331381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d75ebbd773a745ba3259a1217f7ab589506dad1', '190.56.173.213', 1683160452, '__ci_last_regenerate|i:1683160452;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683159939;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d768781a2ba48f3db17c70d1e2c88ac72aeae9f', '190.148.252.76', 1652805717, '__ci_last_regenerate|i:1652805717;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"wAevBtxqcdIJulVFUGkz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d770071025153c76c494adcac9b61e866835dee', '54.190.22.155', 1674047972, '__ci_last_regenerate|i:1674047972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d7aaad2a81b5c78b64d744db7422db50a933fcb', '157.55.39.100', 1672275538, '__ci_last_regenerate|i:1672275538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d7c4181b2acc5c1811c421759b897900bfe299c', '207.46.13.178', 1655732285, '__ci_last_regenerate|i:1655732285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d7e27c261ce22d09847a64eacfbe22f9bff0dc5', '20.127.62.2', 1656287711, '__ci_last_regenerate|i:1656287711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d7f17d22ecb419591f1b76cfa8435d2ac98a8da', '157.55.39.149', 1652961356, '__ci_last_regenerate|i:1652961356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d7f2997cf6bf5854af2092e3f7fd6e693258035', '190.148.252.55', 1675687894, '__ci_last_regenerate|i:1675687894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675687879;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d7f7e3bded8a42294bd9d4168230b4c6c98a5ff', '51.222.253.3', 1651573954, '__ci_last_regenerate|i:1651573954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d80f910535967fcbe312dedd451e3ea904972fe', '157.55.39.173', 1669419402, '__ci_last_regenerate|i:1669419402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d812a9df774523b2c9bc67a61b1a5afd4c8d42c', '190.56.49.237', 1665692783, '__ci_last_regenerate|i:1665692783;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665692255;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d81ce62dbae28abb57a6dd1a235c191797103be', '190.148.157.53', 1684156869, '__ci_last_regenerate|i:1684156869;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684156832;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d8249a6f27d7199d7e6d1d5c4b93e2cd889c2ad', '106.75.101.43', 1686908310, '__ci_last_regenerate|i:1686908310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d851b69cd79a5e85c6dbfa1641a6bafdc4f2c65', '52.167.144.171', 1684367185, '__ci_last_regenerate|i:1684367185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d86b687e0f714c90aa094dd04b49306fdaa5118', '190.56.32.243', 1684762715, '__ci_last_regenerate|i:1684762715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684762680;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d89882edbff268f576e075d4aec607fb40d2ecf', '207.46.13.213', 1678974802, '__ci_last_regenerate|i:1678974802;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d89a954ef7e09a01ed95d92113ec31b32b7773f', '82.80.249.158', 1668921132, '__ci_last_regenerate|i:1668921132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d8a58a5f496c6c215a0dcbc67f56735166348bf', '52.167.144.98', 1686411616, '__ci_last_regenerate|i:1686411616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d8ab713dbcf7bfa7c0d22115ad8902b59d273cb', '51.222.253.17', 1680505138, '__ci_last_regenerate|i:1680505138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d8bac2baffdb631aa3dcf7d86eebc815ce493ec', '40.77.167.85', 1685921395, '__ci_last_regenerate|i:1685921395;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 ('8d8bc8c1bfc4dc1df37cb185da65dc3144ead84c', '190.148.252.151', 1671058128, '__ci_last_regenerate|i:1671058128;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671058093;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d8c29423e38edf80b99d3d34031bc1b30f328c1', '52.167.144.39', 1680499081, '__ci_last_regenerate|i:1680499081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9014a8e2bb3bc2c8a0bc9c06758cb7e0b69ccf', '200.119.172.60', 1674860837, '__ci_last_regenerate|i:1674860837;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674860806;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9107ba02a0f35e59b5d86b54ae553facde2ab9', '40.77.167.202', 1687268299, '__ci_last_regenerate|i:1687268299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d915bc8a0ad9dd9a3b0d94f04020f3e8838e059', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d929e6b9faa977dc5ce8a8d3fbf43e3c072ad14', '190.148.87.182', 1679879203, '__ci_last_regenerate|i:1679879203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679879167;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d92e793aa2e3b70c0eeb9f3b3516f29713b370d', '114.119.131.246', 1687856488, '__ci_last_regenerate|i:1687856487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d943b1f4e4d579014028ecf3f6782cc30e2f8d2', '40.77.167.133', 1684043031, '__ci_last_regenerate|i:1684043031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d986b82a5c76bedb4db74bb43b79295b1e6d3e1', '161.35.184.107', 1671932512, '__ci_last_regenerate|i:1671932512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d987df914c6117653af0c6899f5e72af490fdf5', '114.119.137.31', 1687710081, '__ci_last_regenerate|i:1687710081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d99167ef56152f90dd3fc4a04a3e7fa1b035b2d', '52.167.144.154', 1687590307, '__ci_last_regenerate|i:1687590307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d994e541d8b0c852460572481897d0af78ff1f0', '200.119.172.60', 1675031955, '__ci_last_regenerate|i:1675031955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675031586;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9973fa52e4c9c4a6bbdd31e5221ddb75988114', '207.46.13.16', 1663838450, '__ci_last_regenerate|i:1663838450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9a4fb037f2a0eeaf1d6f8cf8134ae3e2d2b6a7', '51.222.253.4', 1658868276, '__ci_last_regenerate|i:1658868276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9aee9efe4c93b8b543a451fc38746764f03cc9', '190.56.55.113', 1673460924, '__ci_last_regenerate|i:1673460924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673460905;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9b42da8f23c16828eeefe604c66870cc4b0817', '190.56.49.237', 1665702905, '__ci_last_regenerate|i:1665702905;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665699014;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9b84aeab8e59016613fec6f6283ef48164ebae', '51.222.253.4', 1674334568, '__ci_last_regenerate|i:1674334567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9e9b2bf2be554a2871403414fd009e3f94f021', '157.55.39.143', 1670040804, '__ci_last_regenerate|i:1670040804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9eb95c29cd1ca20c8de6c4b87f04d0a9cc84e2', '54.36.149.65', 1674659623, '__ci_last_regenerate|i:1674659623;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 ('8d9eeb8d00d4ab032467d3fca642804d11e5afd1', '52.167.144.98', 1685180471, '__ci_last_regenerate|i:1685180471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d9f123a62c6ebc347b2d0a72d96d4e8ef02f8a6', '207.46.13.210', 1686934728, '__ci_last_regenerate|i:1686934728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8da0d7d6635d134b5e0c501f793139ba69b04ac7', '157.55.39.94', 1672548595, '__ci_last_regenerate|i:1672548588;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8da4428213969e01706e697033c134fe70a1883f', '114.119.146.36', 1686754533, '__ci_last_regenerate|i:1686754532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8da65f90b27abc681ff42fdeb885a9a703419cb8', '157.55.39.125', 1654004281, '__ci_last_regenerate|i:1654004271;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8da916cd00b0506e60634034eeaf01ffd20bfbd1', '51.222.253.17', 1654505268, '__ci_last_regenerate|i:1654505268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8daadc5e5a79ef6875c00c96575a6704ba7b303b', '157.55.39.94', 1672842738, '__ci_last_regenerate|i:1672842738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dadcb14fa27fcc1a3fd573f74e5b7f55ac7d037', '34.221.229.150', 1652708518, '__ci_last_regenerate|i:1652708518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dae8536abfeffc0ef054f2b12b7e75595edf9a2', '51.222.253.6', 1656546914, '__ci_last_regenerate|i:1656546914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dafb687f8cf152091a56cae922ccb381db54e8e', '66.249.74.103', 1681992287, '__ci_last_regenerate|i:1681992286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8db0a8c5be856ce4d129a7a80fd2d939ad5b8f7b', '51.222.253.16', 1688338078, '__ci_last_regenerate|i:1688338078;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 ('8db0e9e4bd5d130801e3a0be2d61f2f40c3fc85a', '40.77.167.64', 1675007481, '__ci_last_regenerate|i:1675007481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8db890eee5f30c0952fc2248aa52185380447aaf', '190.56.173.213', 1683471836, '__ci_last_regenerate|i:1683471836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683470515;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8db93c84c8f56dab2682f227c8f575afe4be8627', '54.36.148.252', 1663264003, '__ci_last_regenerate|i:1663264003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8db9beeba070432655562a6be9ef965fa1114eef', '190.148.252.151', 1671126529, '__ci_last_regenerate|i:1671126529;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671126469;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dbda45711e4789d291df3c14bcaa5574f7fdb54', '40.77.167.63', 1672246871, '__ci_last_regenerate|i:1672246871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dbe208935de5d6f9eb6f58a6119c973bd6dfd23', '114.119.155.94', 1687212307, '__ci_last_regenerate|i:1687212307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dbe4be59b384363d2c85e86a7fd8e9cc8e37bd5', '17.121.112.226', 1660508900, '__ci_last_regenerate|i:1660508900;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 ('8dbeebb68616b86539f7504a404285d4a7043ddd', '52.167.144.162', 1686753853, '__ci_last_regenerate|i:1686753853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc0dca7ff30894ef3a75a0eca41f1a04ad6a839', '40.77.167.161', 1676882344, '__ci_last_regenerate|i:1676882334;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc2543b2c2e01e24f0a1b0458ce6f128e113ea6', '51.222.253.1', 1658790835, '__ci_last_regenerate|i:1658790835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc2ad108fa7117b5b0e2a05d4a98b3f62a70acd', '190.56.49.206', 1655416042, '__ci_last_regenerate|i:1655416042;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655305789\";last_ip|s:14:\"200.119.170.10\";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\";user_csrf|s:20:\"nbxioBEjTlHCw1FVRMgG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc5c7aedbffe1764894111a45df84105f1de2a1', '181.177.119.102', 1675424564, '__ci_last_regenerate|i:1675424564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc5ccd8ac78d5c2713c9ab3043e45b37312f33a', '40.77.167.79', 1654071247, '__ci_last_regenerate|i:1654071237;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc6e587cb5a1050411a4280c2f5a2f3062d102a', '66.102.8.36', 1682028842, '__ci_last_regenerate|i:1682028842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc82380c577491b1605230b5cd755ee755edae4', '5.188.62.140', 1656411883, '__ci_last_regenerate|i:1656411880;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc886fce2012810a2fdcc6615dd9765de8e0ae2', '114.119.129.82', 1685195200, '__ci_last_regenerate|i:1685195200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc91ac60dcdb38415506efe17d24123e611e813', '190.56.50.15', 1667237733, '__ci_last_regenerate|i:1667237733;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667237724;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc95909320e3ed761de0125877bf3156c99fab0', '192.64.4.26', 1680865990, '__ci_last_regenerate|i:1680865990;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 ('8dcae08ea86d4f6bb57824c4dc4ac2c230e960bc', '52.167.144.108', 1680509537, '__ci_last_regenerate|i:1680509537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dcbb10ac160a7d11a515610d72b1d81022d1fdd', '190.56.55.113', 1673395342, '__ci_last_regenerate|i:1673395342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673395296;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dcc00f8ab17763e29f718bc9832890f9a92995c', '190.56.32.35', 1672103403, '__ci_last_regenerate|i:1672103403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672103397;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dcf3fcc6fe23e40f44ab1ac59f47c3cff08cd17', '207.46.13.154', 1670998754, '__ci_last_regenerate|i:1670998754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dd426330abc6e54ef85a285a328eca7e6edce7e', '17.121.113.119', 1652209458, '__ci_last_regenerate|i:1652209458;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 ('8dd71f1734c8cda24e67f0ea9aada46acd4b8508', '114.119.134.187', 1687699870, '__ci_last_regenerate|i:1687699870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dd7c17de1115ace5baff47d17195606d4fcabb9', '190.148.87.99', 1688414227, '__ci_last_regenerate|i:1688414227;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688413909;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dd7e4e9b3e8db629e63f4fb2819b7914c84aa40', '207.46.13.142', 1666184307, '__ci_last_regenerate|i:1666184307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dd8103aaa83230944c4bbbc771e115a22614703', '207.46.13.12', 1675150306, '__ci_last_regenerate|i:1675150306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dd93745128497cdf377bf00df4788ebf129ea93', '54.36.148.19', 1675679005, '__ci_last_regenerate|i:1675679005;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 ('8dda95e684f8f081d8303710461bebc138c8538d', '114.119.151.155', 1687936561, '__ci_last_regenerate|i:1687936561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ddc6d3b38fde2cc8559b444ceb6b6fdcefe3eec', '52.167.144.61', 1688182984, '__ci_last_regenerate|i:1688182984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ddd529fcde7c10dfe9fb86211696e8829c827ed', '190.56.50.15', 1667176689, '__ci_last_regenerate|i:1667176689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667176276;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dde408ade9c9378d57b9553c096b0cc732f950a', '114.119.144.24', 1687607134, '__ci_last_regenerate|i:1687607134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dde986288535c29bf50399e5a04303f2e7f31ec', '54.70.182.152', 1662816476, '__ci_last_regenerate|i:1662816476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ddfd0ca9a7628f9653dc2b5e1b5212395e556a9', '52.167.144.164', 1685400228, '__ci_last_regenerate|i:1685400228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de08f8764d7cf3a10cde997edf8ca4946f46b05', '114.119.131.123', 1688000985, '__ci_last_regenerate|i:1688000985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de1a2cc70d4b7ad31037afaf882ad98ac312c1d', '198.235.24.8', 1651513269, '__ci_last_regenerate|i:1651513269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de1dad7ba0ee5024c8e1861a96bdab46b7986f1', '207.46.13.215', 1677184841, '__ci_last_regenerate|i:1677184841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de2818433d9522408ee00ac8eb42048d0765bac', '157.55.39.217', 1683192202, '__ci_last_regenerate|i:1683192202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de2f8c6c3081984fe6a636f689208298af51d81', '34.239.128.244', 1668629156, '__ci_last_regenerate|i:1668629156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de30cb8762a8aaba85dba1d6bb5945b0f6e49ca', '51.222.253.3', 1658216336, '__ci_last_regenerate|i:1658216336;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de3841f91819cca90fa53d01f135d460f954e8c', '165.227.44.97', 1687256168, '__ci_last_regenerate|i:1687256168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de3e9c94f0bef1d1f9472f1c98696b7a6dfc91a', '114.119.131.199', 1688061814, '__ci_last_regenerate|i:1688061814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de42408bd239f9b26d672d5df97cba6f4e85999', '52.167.144.70', 1688519131, '__ci_last_regenerate|i:1688519131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de4df6cd480790ed7aff948f797d797fcb7b5d0', '190.56.32.32', 1686140037, '__ci_last_regenerate|i:1686140037;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686140010;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de6f283603a9506aad4b6348b5ab21f045e844e', '207.46.13.215', 1680163561, '__ci_last_regenerate|i:1680163561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de857119512d3e8db5785e181a3e583a98d1215', '52.167.144.171', 1684331001, '__ci_last_regenerate|i:1684331001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8debae28cf513dee2290311b6272c0be53b2367c', '51.222.253.14', 1687874598, '__ci_last_regenerate|i:1687874598;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 ('8dee7be8660e070d844c34cbedaf069525d25a96', '190.148.252.85', 1666204251, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666204251;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666204205;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8def3a7ae1a3c9cc4d4eeb8a2254a3478edcb87f', '40.77.167.175', 1680406893, '__ci_last_regenerate|i:1680406892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8def8ed68ce3d901db6159ef3c85405658505043', '114.119.138.37', 1688171676, '__ci_last_regenerate|i:1688171676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8df0827098b23fa8c1cac6320829442ed377ea23', '190.56.32.170', 1650986194, '__ci_last_regenerate|i:1650986194;requested_page|s:13:\"admin/welcome\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650981126\";last_ip|s:12:\"190.56.48.27\";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 ('8df13e02548b173abb01c434bc4c63cde9f8881e', '52.167.144.164', 1685594544, '__ci_last_regenerate|i:1685594544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8df47aab85116618e2bcd899407c014a17a310be', '40.77.167.202', 1687290836, '__ci_last_regenerate|i:1687290836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8df4dad15f46f1dd20b73d97fdd2402c66d86feb', '207.46.13.210', 1686964916, '__ci_last_regenerate|i:1686964916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8df5ffa3ddf589028ed73ec3d403dda30bcb2dd3', '207.46.13.205', 1671714373, '__ci_last_regenerate|i:1671714373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8df6ad3335606e9db737acc9be4849caeca53e95', '157.55.39.217', 1683265905, '__ci_last_regenerate|i:1683265905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8df6c47df7409cc44abc8067fafd762b5d4aecb3', '35.91.249.232', 1672752480, '__ci_last_regenerate|i:1672752480;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 ('8df82ec3455d23548b3a9dcddbd1b162d60b626f', '190.148.157.53', 1683978974, '__ci_last_regenerate|i:1683978961;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683935259\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683978973;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfac9c0795ce813f47d7b5ff2fd1e1da2f8cce9', '40.77.167.134', 1680121669, '__ci_last_regenerate|i:1680121669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfb420f04b98bd12f2ab3d0b8cd9ae01140efcf', '52.167.144.82', 1687351052, '__ci_last_regenerate|i:1687351052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfc0cf8db2c8bcb71c0698b7dd401f3dd945ba3', '114.119.148.163', 1687074843, '__ci_last_regenerate|i:1687074843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfc29c7de07b405d9dffdde75f5d2512eee2554', '34.215.179.78', 1682962623, '__ci_last_regenerate|i:1682962622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfcc476d58057002fa7a9cdabd122f0a7dbc33e', '52.167.144.171', 1684895141, '__ci_last_regenerate|i:1684895141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfd7c816f4d6b6d8fbc6974c76ca1712fe7746a', '40.77.167.123', 1684025459, '__ci_last_regenerate|i:1684025459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfe3ab0cc33eb213fae90365668774cfd64f356', '114.119.136.205', 1688536460, '__ci_last_regenerate|i:1688536459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dfea4fba532ee5125fa12a30a61abe055234731', '190.148.252.178', 1657403564, '__ci_last_regenerate|i:1657403564;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657393090\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657402267;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dff6b810a3c5e5aa08e7f42ec5951d67fcc9c3c', '190.148.158.75', 1655211932, '__ci_last_regenerate|i:1655211932;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655211420;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dffea59a98d69f0bdda392a1420443fc538ec4e', '51.222.253.3', 1658387990, '__ci_last_regenerate|i:1658387990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e01315b730d43a8e1c9f023b71584272b67cd71', '200.119.172.96', 1675426481, '__ci_last_regenerate|i:1675426481;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675426368;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e022decba99a85262b1578af28a693f3cc45a49', '51.222.253.3', 1684046471, '__ci_last_regenerate|i:1684046471;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 ('8e023339713602a196933951035fcd2cb0029b4b', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e027dd851be2fa74b088fe14943130e859a0b31', '157.55.39.253', 1682672136, '__ci_last_regenerate|i:1682672136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e042d4af7b4fee1db6437485914e4161b05cf23', '52.167.144.98', 1684884866, '__ci_last_regenerate|i:1684884866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e047beff51eef44648ea5552196a8a9c60d14cc', '5.188.62.21', 1656453015, '__ci_last_regenerate|i:1656453012;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e07b23d2dd017047fbe3b648d2f58d23ef0ace0', '190.148.158.175', 1672184558, '__ci_last_regenerate|i:1672184558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672184414;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e089032221e9e83c10565c41603867d5ee20b7d', '130.245.169.139', 1657878937, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e08a1dcee2c563c1c5508fa972e6d11a1446361', '52.167.144.154', 1687895271, '__ci_last_regenerate|i:1687895270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e08f5e6000cb2196a8c49fee196c87bf02e4a97', '198.251.73.89', 1679118490, '__ci_last_regenerate|i:1679118490;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e09cfe281fcce4c91b33d3952553c85f0c7458b', '52.167.144.162', 1687393074, '__ci_last_regenerate|i:1687393074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0a66b0974a7790eacdf89c9565f38c8e0caf24', '200.119.168.5', 1668723521, '__ci_last_regenerate|i:1668723521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668723518;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0aa5668d0309cfdff616216c6dcbcf95c9026b', '200.119.173.130', 1675889946, '__ci_last_regenerate|i:1675889946;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675889943;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0ac3c52baed534461f74c81a54f7e2390c122d', '34.245.70.54', 1650678011, '__ci_last_regenerate|i:1650678011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0b8309dccc341c5476ab5e33b5c58eb4765f33', '190.56.50.253', 1682643140, '__ci_last_regenerate|i:1682643140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682643131;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0c8b2e0fc06b92b1def58d916fdfc287d47792', '5.188.62.21', 1656412896, '__ci_last_regenerate|i:1656412893;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1252ef9bc95a9545c67a72883050f3a50b6a5a', '190.148.157.80', 1669205932, '__ci_last_regenerate|i:1669205932;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669205187;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e12a8fdd3f5b45bbfc31c073035795e398ce5d8', '209.145.55.127', 1651059375, '__ci_last_regenerate|i:1651059375;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e177cc3fa0c8ba143352d8aeef361867efac634', '35.88.49.69', 1650991562, '__ci_last_regenerate|i:1650991562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e19ed9d9ad9fdcb0cdbac109f6be9c0a5e19700', '51.195.90.229', 1650840439, '__ci_last_regenerate|i:1650840439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1a47e4a7d3d3051d3e5d5f85852dc461928ec4', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1acc2b1871fe06ed10e97666601f8d7d3fc7e0', '190.56.50.253', 1682707373, '__ci_last_regenerate|i:1682707155;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682518853\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"WJ2GZHr1DsCIK3lE7Unu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1b188dff6a81407b8ce25fe9f378e1d12f91c1', '54.36.148.169', 1676379083, '__ci_last_regenerate|i:1676379083;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 ('8e1ed407969829891721ae284c4a65f2614ba816', '52.167.144.171', 1685378853, '__ci_last_regenerate|i:1685378853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1f3395a3b0e8769a93e81f6b3d95cfa45968a0', '52.167.144.26', 1682512902, '__ci_last_regenerate|i:1682512902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1f34cfbf33bf40fc17325e352fec60435f7fe5', '206.189.146.90', 1651000282, '__ci_last_regenerate|i:1651000277;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 ('8e20bd8d8c53dd1ac7db649c740e1cfe4cfef27c', '209.145.55.127', 1651068202, '__ci_last_regenerate|i:1651068202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e21e24b761305be8c268a7817b84de9544e1f9b', '45.63.18.23', 1688469780, '__ci_last_regenerate|i:1688469780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2280f7935b89921e324654215d22996633d19d', '207.46.13.207', 1685876663, '__ci_last_regenerate|i:1685876663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e231bb930186c118a92370e45b3a6c3601a1a7d', '190.148.252.96', 1673016184, '__ci_last_regenerate|i:1673016184;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673014937;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2431cbba12a2be00e41372839895348415611d', '40.77.167.182', 1683265858, '__ci_last_regenerate|i:1683265858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e24938edb9dd12942971dca66c3aa4688f81a12', '200.119.172.60', 1674759232, '__ci_last_regenerate|i:1674759232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674759230;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e25278f5e19826be9b796523c7dd37f9093f353', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419420;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e26007e8134155d1df775fe1fd291bb75abca0b', '51.222.253.12', 1684581654, '__ci_last_regenerate|i:1684581654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e284a084660dd0b2036d101dce59794576a38cf', '52.167.144.31', 1681435388, '__ci_last_regenerate|i:1681435388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2945ad4fab375ffb17403903bc95afbfab63f0', '190.56.50.6', 1667591255, '__ci_last_regenerate|i:1667591255;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667589659;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e29b7a3ada2320848fe84919091ea44db52eb99', '40.77.167.49', 1664992114, '__ci_last_regenerate|i:1664992113;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2ac5e4b5b2183b4a46db66221f0cd85364fe62', '54.186.240.170', 1686349254, '__ci_last_regenerate|i:1686349254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2bf4146c3aaa50f58eb6644c27346a5bba0994', '200.119.168.250', 1680790497, '__ci_last_regenerate|i:1680790497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680789652;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2ceeb0f43beade0623adc9953ea1724bcea2ac', '190.148.252.111', 1678112002, '__ci_last_regenerate|i:1678112002;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678111096;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e2d21d2c7431392bd34bb186402d88180e158fa', '40.77.167.97', 1655093930, '__ci_last_regenerate|i:1655093930;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 ('8e3045152b959c7cd2467359a075a4b135184919', '50.84.48.187', 1671671888, '__ci_last_regenerate|i:1671671888;error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>www.zaldamo.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e320097f7444d1de4c374838332791e24289a02', '52.167.144.73', 1679932419, '__ci_last_regenerate|i:1679932419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e320dca0a65169e7100d307d9a7f9a044acb280', '207.46.13.6', 1671983799, '__ci_last_regenerate|i:1671983799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e32da11473b21512e39588e58fdfcfb117cc6f5', '66.249.79.195', 1687735142, '__ci_last_regenerate|i:1687735142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e33dd4cfba21e703341c152199f27a955d050e6', '51.222.253.5', 1663320529, '__ci_last_regenerate|i:1663320529;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 ('8e340d3b07d6b4cb8929d9c9200b0f7c378c017c', '190.56.50.15', 1667242883, '__ci_last_regenerate|i:1667242883;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667242877;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e383ede9d93988bf2b0591dc05da4d09ac9d4bf', '190.56.51.169', 1684519619, '__ci_last_regenerate|i:1684519604;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684508177\";last_ip|s:13:\"190.56.51.169\";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 ('8e39a5a363ffd6a49f814df52cd2da3e948a278f', '52.167.144.98', 1686574868, '__ci_last_regenerate|i:1686574868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e39c31ce19fb45a992e9d3d8f0a819a322b30c6', '66.249.74.103', 1683470194, '__ci_last_regenerate|i:1683470194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3ce131d6a2759ee194eaf3928f4469838d7acd', '5.188.62.140', 1653328719, '__ci_last_regenerate|i:1653328716;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3d04a04df2b899a5a44b500ff47f2075d405bf', '190.148.252.135', 1669840628, '__ci_last_regenerate|i:1669840588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669839923;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3d1f57eacd5d035ad0c4b4b626293688755171', '173.249.31.237', 1659409126, '__ci_last_regenerate|i:1659409126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3eb5426885a13c6f98ad6e15f5452a16be5bc2', '52.167.144.98', 1685884550, '__ci_last_regenerate|i:1685884550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4193cd22f1de385b1813545291faf72300dd9e', '111.7.100.25', 1650976212, '__ci_last_regenerate|i:1650976212;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e41ef10314f879e1f48c54db4ac11d07594960b', '124.206.180.138', 1651431601, '__ci_last_regenerate|i:1651431595;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e428d476509c1ba4560e2c41861421e5716f55f', '52.167.144.171', 1685629924, '__ci_last_regenerate|i:1685629924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e43320554f3cfcff3502f40629597ed5bc89a78', '51.222.253.11', 1658953108, '__ci_last_regenerate|i:1658953108;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 ('8e43a1c32c0e85b089f542119c2f35ee97c549dc', '114.119.133.247', 1688491910, '__ci_last_regenerate|i:1688491910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e44467dcc41e9d16ff5d7d441781fe727beac52', '157.55.39.253', 1677131006, '__ci_last_regenerate|i:1677131006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e44bff8625b1270ce55eaacb72df01a2a8d17d3', '46.101.63.152', 1652762868, '__ci_last_regenerate|i:1652762868;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 ('8e45aafb62c94038878eaaf94d6f0618b683e099', '114.119.132.133', 1686616390, '__ci_last_regenerate|i:1686616390;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e45ae47a8a5ec0dfe46f6b5afafd5b863716c49', '52.167.144.98', 1685679483, '__ci_last_regenerate|i:1685679483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e46e3c910a17af5b22e2cc42a9ecdb265536cd0', '157.55.39.79', 1668367007, '__ci_last_regenerate|i:1668367007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e47413ac1be9faaf46f3b1a91324e8ee07afbf1', '5.188.62.140', 1656360040, '__ci_last_regenerate|i:1656360037;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e47501bfd557cfb06007fa3e9abecd009ce046d', '51.222.253.18', 1658764975, '__ci_last_regenerate|i:1658764975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e47dc21d38910ece3c3045914c455fdb994d359', '157.55.39.100', 1672413672, '__ci_last_regenerate|i:1672413672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e49df8a99f559e47ddf93c03284bc4e2727886f', '52.167.144.98', 1684921140, '__ci_last_regenerate|i:1684921140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4a2d417ca77ad7003a7a47b8ef67706f0fd278', '200.119.172.96', 1675188720, '__ci_last_regenerate|i:1675184789;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675093279\";last_ip|s:14:\"200.119.172.60\";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 ('8e4c7e68e610fea903688c75ad23a7e5f4e4c715', '114.119.131.189', 1688467029, '__ci_last_regenerate|i:1688467029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4d326d83498a7888b9887739bde33a62e9cea5', '207.46.13.207', 1681329105, '__ci_last_regenerate|i:1681329105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4d8f955a8ed79e9e2992bf13b4aab6a3c1a6f2', '190.148.252.195', 1653760786, '__ci_last_regenerate|i:1653760786;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653741851\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653760217;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4dfd4b0b5a69b3e6694929601563a0158bf957', '40.77.167.13', 1660345525, '__ci_last_regenerate|i:1660345525;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4e9d3cfd68b4fd10f075b25b0537cfea4047dd', '190.148.158.69', 1685651648, '__ci_last_regenerate|i:1685651648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685651645;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e4f07e41c3360615752008da9edbdc0a0667063', '190.148.157.183', 1680471385, '__ci_last_regenerate|i:1680471385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680471342;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e50c9dbfaada0770478b2545d3f0b63a91d9b78', '40.77.167.49', 1664553642, '__ci_last_regenerate|i:1664553642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5152bf03677da99bc65c65c4c9149c1d047d6b', '40.77.167.79', 1653187454, '__ci_last_regenerate|i:1653187444;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e53dd39c012b1a715a39e68e6d3dea8411b250a', '17.121.114.244', 1650970218, '__ci_last_regenerate|i:1650970218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e57ace29df8e49b69c15e80caabc61428007d10', '207.46.13.51', 1662665154, '__ci_last_regenerate|i:1662665144;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e57ce121c52c13ba0a9ed89051130881c9342e2', '200.119.169.59', 1655297363, '__ci_last_regenerate|i:1655297363;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 ('8e57f238fcbc7d39daf0409a7e8b08540306966b', '52.167.144.73', 1680117178, '__ci_last_regenerate|i:1680117178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5a4e777d23d6b2c301db691a11c9bf7918edd6', '157.55.39.193', 1662440790, '__ci_last_regenerate|i:1662440789;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5a557c2672549ca523eedcfe1433b122863ee9', '36.99.136.132', 1650976208, '__ci_last_regenerate|i:1650976202;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5bef3084d59ac686748c883b5a3229c174b9bc', '51.222.253.16', 1655316509, '__ci_last_regenerate|i:1655316509;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 ('8e5d20b37d1957ddbd40761fd29f985109be7aae', '157.55.39.253', 1682276901, '__ci_last_regenerate|i:1682276901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5d998ea1ef0711db4062955599180d476586d5', '157.55.39.79', 1668565865, '__ci_last_regenerate|i:1668565864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5e4a485859740fea3442931b65b7ed642754bd', '114.119.150.248', 1686878173, '__ci_last_regenerate|i:1686878173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5ec38f70ea242daaede1e29a9055dc2738e9f2', '40.77.167.16', 1673322668, '__ci_last_regenerate|i:1673322668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e6063a64011555423640dcae85798a5c58f1850', '157.55.39.176', 1667037565, '__ci_last_regenerate|i:1667037555;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e609a77e9a009a0ff6b18a96b9e5c47d0d1e1ef', '190.148.252.96', 1672933429, '__ci_last_regenerate|i:1672933429;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672932298\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"FbjEotup0eCSGP4l7Mx5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e63896d323e687dc51d87212bf7fee09a1cec4f', '52.167.144.42', 1679746264, '__ci_last_regenerate|i:1679746263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e639c91eab2497cfca99c45dafb53149079c216', '52.167.144.42', 1679282059, '__ci_last_regenerate|i:1679282059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e643ebf09bfba2a664b65b78a968beebf8c3aea', '200.119.172.96', 1675379027, '__ci_last_regenerate|i:1675379027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675378541;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e651666b4de870a20e2509ef79af64f56326e82', '114.119.151.17', 1684582770, '__ci_last_regenerate|i:1684582770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e6574f1885aa22659074d42b10b63b185849ae4', '40.77.167.37', 1669747731, '__ci_last_regenerate|i:1669747731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e6a1a0657ffb336e1f8f7d05eb946a698a34ef1', '190.148.252.223', 1658943241, '__ci_last_regenerate|i:1658943241;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e72db813bcc110cdfeaaa722d90e701919b84da', '74.125.212.193', 1673762630, '__ci_last_regenerate|i:1673762630;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('8e7483cb36fd14c0f66fbc37251881189c4b3d90', '52.167.144.171', 1685707541, '__ci_last_regenerate|i:1685707541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e74dc9684413fdd494c02a6404e2c6ca7e16590', '37.44.193.120', 1664742621, '__ci_last_regenerate|i:1664742621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e74fdfd0c41bfb59d1f40f2ef4797fe21180e70', '190.56.32.162', 1686252376, '__ci_last_regenerate|i:1686252376;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686252344;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e756be6f3fe331e6ff912e41858efcaf4251fd1', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e76a94d5c58bcf985c97b3cc94df79962425848', '175.196.127.111', 1650791355, '__ci_last_regenerate|i:1650791355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e778cec13522f57d94bdf606420c74cad171dee', '190.56.32.35', 1671821739, '__ci_last_regenerate|i:1671821739;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671821674;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e78aa89d786cf49d4e71c1392d632967e5ae864', '207.46.13.17', 1673926687, '__ci_last_regenerate|i:1673926687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e7aeffe7697f7cf432f71dbd4923923da2fe9c9', '157.55.39.173', 1670818762, '__ci_last_regenerate|i:1670818762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e7d0d7e822e9f98e242b0fc1752b799f6c36ac4', '190.148.157.177', 1681915384, '__ci_last_regenerate|i:1681915384;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681915381;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e803f66e9448e87ef2617c6156851b997aad5b5', '52.167.144.162', 1686406847, '__ci_last_regenerate|i:1686406847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e81f7ebfcf60b17405ebbec0a643fdfc499e130', '52.167.144.69', 1675744897, '__ci_last_regenerate|i:1675744897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8338d493a55d3936eb7817177488a182ad3534', '200.119.168.250', 1681168143, '__ci_last_regenerate|i:1681168143;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681168082;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e83b6ffc00533b27a877c2ec6be8e57056918f0', '207.46.13.1', 1671375948, '__ci_last_regenerate|i:1671375948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e83d9d01ede0c5538c478c5be9899873c152244', '40.77.167.43', 1655024837, '__ci_last_regenerate|i:1655024827;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e83e6749a54453b44c7f4a70ae786ccff485407', '190.148.252.236', 1656079916, '__ci_last_regenerate|i:1656079916;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656078743;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8918efe22b7ee2393804c41b182d5397ead2f2', '200.119.173.111', 1654797394, '__ci_last_regenerate|i:1654797394;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e89371339313e5cdbad4d95700f045a10256d00', '114.119.138.220', 1687725046, '__ci_last_regenerate|i:1687725046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e89798a14d61fda34c5dfcc3eba01c717e63580', '190.56.32.174', 1676829225, '__ci_last_regenerate|i:1676829225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676828601;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e89b08c8d97943d6825fc750649b59d38981732', '40.77.167.202', 1687774372, '__ci_last_regenerate|i:1687774372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8a966572bf51899bdc7f619a2c13ca767ddc62', '190.148.252.151', 1671108892, '__ci_last_regenerate|i:1671108892;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671108880;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8c6e5b9edffdef5df794107a063cbd1098a3e5', '47.104.168.82', 1653017510, '__ci_last_regenerate|i:1653017510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8ca246b7a6f447f1c287a9624f71e86c81b882', '93.159.230.88', 1680049930, '__ci_last_regenerate|i:1680049930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8ed4be72a043219351567e3e9b89993d35d40d', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e901ae46ab82f6abb70007e8e872303bab84dd6', '190.148.157.83', 1687742235, '__ci_last_regenerate|i:1687742235;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687741830;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e925cb435229bee964492b81374f214f5cc1d6b', '200.119.169.52', 1664919405, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664919405;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664919349;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e92616d12957f0b4270a5a3444d4c8c433a5543', '52.167.144.76', 1681719191, '__ci_last_regenerate|i:1681719191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e93740d5e4fd89a6cc8461ce32aab995e926cc1', '190.148.87.6', 1668201535, '__ci_last_regenerate|i:1668201535;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Z3ebmIUvSRYAEuh1oVcK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e9c5813110ae7bedd72f1f3bae2b2dfee14d5cd', '17.121.112.98', 1655990232, '__ci_last_regenerate|i:1655990232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e9cc3c4c80fef619480ab88b1fee6d5e3d2ae93', '51.222.253.18', 1659002491, '__ci_last_regenerate|i:1659002491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e9dd41eeb62cb494cbb8a830bffa893e31b5cb4', '190.56.54.156', 1665068906, '__ci_last_regenerate|i:1665068906;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665068862;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e9f5bdec34689523fb08364013db91ec74c7209', '190.148.252.96', 1672940388, '__ci_last_regenerate|i:1672940388;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672933899\";last_ip|s:14:\"190.148.252.96\";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 ('8ea1b448dcff5a9d586e67f943e6d05883927073', '157.55.39.94', 1672844824, '__ci_last_regenerate|i:1672844824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea2ada3acaf9065251076653f43c79d472ae289', '190.148.87.182', 1679681657, '__ci_last_regenerate|i:1679681657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679681657;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea381f77f69c1e8ae37e2e9c9ffaaf3ee3c9d94', '207.46.13.142', 1664603552, '__ci_last_regenerate|i:1664603552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea409e0b9ea978c09c7ab4db74ed185988b2dff', '3.216.3.74', 1683874112, '__ci_last_regenerate|i:1683874112;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 ('8ea4805b4b0fe57a4f398c06c91924911df6ec81', '190.56.32.162', 1686242390, '__ci_last_regenerate|i:1686242390;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686242378;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea84690ec6b8981974f33fcc0c9c183896e59be', '66.249.79.199', 1675114085, '__ci_last_regenerate|i:1675114085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea93ca5035a9a3fe0c9a9600cd3b0b7028e8a18', '190.56.173.175', 1653079141, '__ci_last_regenerate|i:1653079141;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653079070;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea985af65a162b2fb2d28aa4d722ee04e7c2fdf', '190.56.54.129', 1653426159, '__ci_last_regenerate|i:1653426159;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"w6SOl75ofFTarixmDZ4v\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea9a9f765ac8476f9ecf69f8e827b48511c07a3', '40.77.167.23', 1673821388, '__ci_last_regenerate|i:1673821388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea9e56171dce518af86651b80e845c8ab78aa6c', '40.77.167.123', 1683192173, '__ci_last_regenerate|i:1683192173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eaac5a8e35dca30e264ef2709a8148b6cb60fdd', '114.119.133.232', 1687319260, '__ci_last_regenerate|i:1687319260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eab55d439623374e890cdf5cb5c8c975b59d0b4', '190.148.87.51', 1676294500, '__ci_last_regenerate|i:1676294500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676294492;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eac90fd312e4e11035915655f088bde322ccef9', '52.167.144.164', 1685494514, '__ci_last_regenerate|i:1685494513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eadb39b9e7847c464726c72ac346dd3e20be6d7', '200.119.173.67', 1679347844, '__ci_last_regenerate|i:1679347844;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679346809;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eadd480a7c3412eb805ff59728cba9ac72e585c', '17.121.114.115', 1661582797, '__ci_last_regenerate|i:1661582797;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 ('8eae567612ad1046078ead13709ec80cf7ea1854', '52.167.144.98', 1685696687, '__ci_last_regenerate|i:1685696687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eafed52bcfdadc6d32442ab178701ba5dffee8f', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb0330832492731b9cf97560a89a7d11c35e29b', '207.46.13.12', 1675735486, '__ci_last_regenerate|i:1675735486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb0ee399e44bf5f74de7dd9179c2e565f68a41f', '114.119.138.32', 1687558100, '__ci_last_regenerate|i:1687558100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb1654d72ff95b2cb0afd98b5c3d05d9e77684d', '40.77.167.49', 1664291287, '__ci_last_regenerate|i:1664291287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb2787559467e20c050cc01f886da92382693a4', '109.239.58.107', 1666199583, '__ci_last_regenerate|i:1666199583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb43d2641fe3bdeeed62988518c4f4587c5ff5b', '200.119.172.60', 1674680264, '__ci_last_regenerate|i:1674680264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674680251;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb4c47453541514b857b8b34ba713287a26a6cd', '20.38.40.48', 1656787906, '__ci_last_regenerate|i:1656787906;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb65b832c1320d6fa324c27e3aa236a757dcb9d', '190.148.252.96', 1672949040, '__ci_last_regenerate|i:1672949040;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672949032;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb92229a9e57272096ae3f498f07ed8e66d307a', '190.148.252.116', 1653416495, '__ci_last_regenerate|i:1653416495;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"fRK7EjFxVd5guGes89X6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb97a983e06fdfa025bf206fbd2b7a323f2568c', '80.253.250.214', 1664742683, '__ci_last_regenerate|i:1664742683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebb3d519114d1601d7fcd2b149dfc1d8ebf47e7', '157.55.39.65', 1662413751, '__ci_last_regenerate|i:1662413751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebba19ff851625ab78b583bd6826bb05df51932', '35.92.24.175', 1673097914, '__ci_last_regenerate|i:1673097914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebbb66f32c3c0a5128f78dfe313d34973e8ca7a', '52.167.144.162', 1686856905, '__ci_last_regenerate|i:1686856905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebe467bebd91a00c27efd0c8c435378fe13df05', '190.148.157.206', 1656604172, '__ci_last_regenerate|i:1656604172;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656604168;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ebe7b8cc5e0c9643e845cda5292dbd0ee07836d', '200.119.173.133', 1661172714, '__ci_last_regenerate|i:1661172714;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661172693;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec244bf0288730af809fe845df26626bf2eb4b2', '200.119.173.177', 1684893093, '__ci_last_regenerate|i:1684892598;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684893093;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec284ba824ae3627f997a7a9680aa4a90787617', '50.21.188.42', 1663642561, '__ci_last_regenerate|i:1663642561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec3f17e1a0631eecde04f3241b7a8a0824e8778', '51.255.62.2', 1657370145, '__ci_last_regenerate|i:1657370145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec51dc60e354b9d812ab4ed59bc695e28edc340', '51.222.253.16', 1687975952, '__ci_last_regenerate|i:1687975952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec577ea7ea784375e213aec6e74ef17db4a7273', '190.148.252.111', 1678148636, '__ci_last_regenerate|i:1678148636;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678148628;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec642317465a4d79a378cacabeeedf124ae0e20', '157.55.39.46', 1672966555, '__ci_last_regenerate|i:1672966555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec7d044f51f5f995397133371f4dffab20a0370', '207.46.13.154', 1670355686, '__ci_last_regenerate|i:1670355686;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec7fd1d6f37eab341b3856f64281b5ac5f3fb8c', '54.227.32.154', 1658052669, '__ci_last_regenerate|i:1658052669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ec841db387790eeba6238c2cd49dcb3d2575954', '52.167.144.162', 1681942361, '__ci_last_regenerate|i:1681942361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ecd840c3e04725c3bab2910b1b9b8e32aa0f263', '207.46.13.6', 1671567111, '__ci_last_regenerate|i:1671567111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ecf46bbe1e53baf0e5e711075d9e7d3cfc1859e', '190.56.51.144', 1687098450, '__ci_last_regenerate|i:1687098450;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687098443;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ecf5922369ee715386c7cacdd9b6d532775c869', '190.56.32.32', 1686159707, '__ci_last_regenerate|i:1686159707;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686159656;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ecfe5d4566152dd7744d527ad3478016e1339e9', '190.56.32.162', 1686244304, '__ci_last_regenerate|i:1686244304;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686244300;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed253e2e99b8140ee49dc59a02a3149a104bf1a', '40.77.167.60', 1671564174, '__ci_last_regenerate|i:1671564174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed4e1add720806352075f580f87717f917c6c27', '190.56.32.37', 1670504997, '__ci_last_regenerate|i:1670504997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670504945;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed5356009991fd7c7088ccbc3e4d42acf8bba27', '54.218.171.21', 1668173980, '__ci_last_regenerate|i:1668173980;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 ('8ed750b9a6ad9fda3d0bef1ca9457f490660fd39', '193.201.9.12', 1655410652, '__ci_last_regenerate|i:1655410640;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed84b5997a3739d5394d92ceed0aee770a7742a', '54.36.148.127', 1662438623, '__ci_last_regenerate|i:1662438623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eda976c4d024d85db077ca7ed085e0f06f56db9', '52.167.144.164', 1679675795, '__ci_last_regenerate|i:1679675795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8edaa0bc5283f9dabe18f95e0daa4833efdefcdd', '52.167.144.70', 1688505770, '__ci_last_regenerate|i:1688505770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8edaf8784c2f75483aca769bc5ca8b25e000d027', '54.37.233.116', 1650851726, '__ci_last_regenerate|i:1650851726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8edb9af207a1bcae6bb13454ff361389cb9ac989', '34.211.72.12', 1655908013, '__ci_last_regenerate|i:1655908013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eddbc20003be94ebbb067026604503da0db7e92', '190.148.87.96', 1678563528, '__ci_last_regenerate|i:1678563528;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678562735;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8edf478cdba5eef5a0cfa32d6944e07965545ace', '17.121.113.145', 1654097256, '__ci_last_regenerate|i:1654097256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee02602dfb6d5d679d92d16883e53a6ecd9465b', '51.222.253.17', 1663833715, '__ci_last_regenerate|i:1663833715;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 ('8ee08aceb2e873eb2d6f20b004edbd63d81b82f2', '114.119.145.236', 1687668682, '__ci_last_regenerate|i:1687668682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee0bb67e4ddcf1991edb068848111b488d4aa28', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee230f4bf5b29e12c80846c6035a48efb8d2590', '190.148.157.147', 1673494183, '__ci_last_regenerate|i:1673494183;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee406605ae91cd51144d9e034e23682c5e0be0e', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee5902b83b2a3ad2f9cf5a0d6f1544aab16f3d8', '114.119.159.86', 1685091869, '__ci_last_regenerate|i:1685091869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee73fcd958d4b289e72a6eef0a85783af80003e', '190.148.87.96', 1678387218, '__ci_last_regenerate|i:1678387218;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"uql8AHM60ztYxBrsOhcg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee87b4fa5a5115b7de927cd9050d64235e2c6cf', '52.167.144.98', 1685355236, '__ci_last_regenerate|i:1685355236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eea2a828179e042c387dc660ddf217516d7623c', '52.167.144.70', 1688177250, '__ci_last_regenerate|i:1688177250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eea349066f8c5138e927bdda4f40f5f6c19043d', '114.119.146.12', 1684856844, '__ci_last_regenerate|i:1684856844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eea8ea0c5fe423fff5b89b5610e82ee0e0bcba4', '190.56.32.174', 1676763481, '__ci_last_regenerate|i:1676763480;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676763078;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eeb6fc647535bdae0c61a472f14606f5bc2431f', '114.119.137.141', 1688307627, '__ci_last_regenerate|i:1688307627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eeb732d9d811db4900f10a0cea90acdd109916b', '40.77.167.91', 1686889993, '__ci_last_regenerate|i:1686889993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eeb93582e4504ef837f5ccaf2abbee55ee8e231', '34.210.129.171', 1679406536, '__ci_last_regenerate|i:1679406536;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 ('8eeb9b4038225e34bbbba0514b27b93af4477cc3', '40.77.167.202', 1687774373, '__ci_last_regenerate|i:1687774373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eec2c88b9323bc4ed9649797eb026a7c963c225', '157.55.39.130', 1673056521, '__ci_last_regenerate|i:1673056521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eed842b50e525e8ed76b17f58c7ce50037e7bb4', '190.148.252.219', 1657589702, '__ci_last_regenerate|i:1657589702;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657559158\";last_ip|s:15:\"190.148.252.219\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657589682;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eedd63c8c130aab6a143a2b96c2d88b4f8fb2dd', '51.222.253.12', 1666079652, '__ci_last_regenerate|i:1666079652;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 ('8eedf368aa09d83fc77f2515c08c42d32ef9eb12', '190.148.87.99', 1688429575, '__ci_last_regenerate|i:1688429575;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688429440;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eeedf56416067b1eadfe9e1a4e0288cc2da3ede', '114.119.150.210', 1688309195, '__ci_last_regenerate|i:1688309195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eeee623241d0b02fc1fabdb6aff5cdc921cac54', '51.222.253.4', 1653821599, '__ci_last_regenerate|i:1653821599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eeef37f6a0836076800885bf84a512a90d89470', '200.119.173.177', 1685199287, '__ci_last_regenerate|i:1685199287;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685199019;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef27bd87b979afa043759caa6d0e2fd54ac9a5a', '20.83.215.68', 1653646852, '__ci_last_regenerate|i:1653646851;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 ('8ef32c1015e56d1c33c62347af0689c701517dc2', '190.56.55.48', 1687464577, '__ci_last_regenerate|i:1687464577;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687464320;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef36ec7b57dc65f802cd65b5674f77937f01de8', '190.56.32.243', 1684797352, '__ci_last_regenerate|i:1684797352;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684797275;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef39809e3d1f34cd3ae8d24e9059e14bfd6039f', '52.167.144.107', 1680803077, '__ci_last_regenerate|i:1680803077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef3c3cb1b48af872082030a4e0d616f36d7b03d', '52.167.144.164', 1685876016, '__ci_last_regenerate|i:1685876016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef62db4a04702877d11d7b7b5fa7001c6f32ac7', '188.147.134.237', 1674021531, '__ci_last_regenerate|i:1674021531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef69154429a05477a32950322fb28a10c3d87b8', '93.186.120.193', 1678471973, '__ci_last_regenerate|i:1678471973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef6ca99178371923ccbcbd9cb0abd39ed3ee8dc', '109.237.97.227', 1680003826, '__ci_last_regenerate|i:1680003826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef6ffea5a08680934dcd66fa9d164aafe40c6b7', '114.119.137.67', 1684853787, '__ci_last_regenerate|i:1684853786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef8b16e6dad994a67d8df1d4c79c032be158680', '54.36.148.22', 1678346824, '__ci_last_regenerate|i:1678346824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef8c337f28154f05e67b453bc5ef78716a1bb6b', '52.167.144.176', 1678054582, '__ci_last_regenerate|i:1678054582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8efa4323fbe8be578866fc4d8632b932c00b7b31', '65.21.206.43', 1659438098, '__ci_last_regenerate|i:1659438098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8efb07d5ea1f74b934fa8b14dbbfa38e0bf27403', '114.119.158.105', 1688128151, '__ci_last_regenerate|i:1688128151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8efbd26377d89dccb117a31d9698c685a66dd003', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8effa0386769825be9de38179f73a3293fb84084', '190.104.119.122', 1650983505, '__ci_last_regenerate|i:1650983505;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('8f00b3429781bfa21be4fae3d5fc35ca35e6c1a2', '190.56.173.213', 1683467477, '__ci_last_regenerate|i:1683467477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683467471;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f00cb26ce881665be6ab60dcc6976b20ea45087', '190.56.173.213', 1683391896, '__ci_last_regenerate|i:1683391896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683390847;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f017f98cc2a65ec69e443acc8b8813c651f2828', '52.167.144.76', 1682047164, '__ci_last_regenerate|i:1682047164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f01fe136221f8ca45d5722d717efc26be84114e', '52.167.144.73', 1679952525, '__ci_last_regenerate|i:1679952525;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f021893e58ad2fcea9bd6d9b7d437b1d23ab1e6', '114.119.131.2', 1688540982, '__ci_last_regenerate|i:1688540982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f06f003d4a6859e9d47d3856134bc1392046e40', '52.167.144.61', 1688055002, '__ci_last_regenerate|i:1688055001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f08e1ad93a409d2de70b13cb3644a6b55269428', '51.15.235.134', 1656192016, '__ci_last_regenerate|i:1656192016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f0a7eafd0548a108dc6e0d56da8c3bd082cb815', '190.56.32.162', 1686408275, '__ci_last_regenerate|i:1686408275;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686407676;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f0b99b320c8c19eec3c41e5d84a37d4dd65435d', '190.56.54.77', 1666310310, '__ci_last_regenerate|i:1666310310;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666310302;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f0dcdd562a6470065410292aff14b7a939acf96', '200.119.173.177', 1685238065, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685238065;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685238031;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f106e3e3b7b609d82ecd7c4d1b4e23db92fba50', '40.77.167.114', 1678742971, '__ci_last_regenerate|i:1678742971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f117f1a3a74b829a3c1fd8044723ed6a916b242', '52.167.144.54', 1675732163, '__ci_last_regenerate|i:1675732163;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 ('8f125789c450d6af5dfb8495e716a76ff3727bf2', '40.77.167.123', 1682776405, '__ci_last_regenerate|i:1682776405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f1349d38e309920fcfb32292c6c3a1786c96379', '35.162.44.70', 1651325170, '__ci_last_regenerate|i:1651325170;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 ('8f151cf4ceae1f9f9e1e993a3ac3d8a3191b4c5f', '200.119.172.60', 1674955048, '__ci_last_regenerate|i:1674955048;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674953760;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f15e137df0732ad260de76b30bf3eb0ec4bfa1e', '51.222.253.10', 1679063628, '__ci_last_regenerate|i:1679063628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f173f4878c491c8f5e011291f634bf5985726f5', '52.167.144.162', 1686405023, '__ci_last_regenerate|i:1686405023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f1842969143d3223f4eda8b848d42f292f476e0', '114.119.136.99', 1688027580, '__ci_last_regenerate|i:1688027580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f1879a27c610b0f4278d835c8fecb270201e156', '190.56.32.170', 1651081649, '__ci_last_regenerate|i:1651081649;requested_page|s:13:\"admin/reports\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651070783\";last_ip|s:13:\"190.56.32.170\";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\";last_activity|i:1651080982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f1884dd1ba35b3344e9d023572bb18d6ca72fdf', '35.91.177.107', 1663335036, '__ci_last_regenerate|i:1663335036;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 ('8f1c508728ef8ed742e4378642ba8adccf9c72fc', '34.123.114.161', 1665053230, '__ci_last_regenerate|i:1665053230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f1e76c9e29ea6d29646a55dc6b0c4c344dc64bf', '157.55.39.253', 1682229513, '__ci_last_regenerate|i:1682229513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2075fab8a604ae5e221d653eab3621a89b7523', '52.167.144.109', 1680532181, '__ci_last_regenerate|i:1680532181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2222d23f920cfa1822457d09caafd9f48137ad', '200.119.174.9', 1674430978, '__ci_last_regenerate|i:1674430978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674430973;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f22883c4424d6851767e2f7ba2ffe227886dc60', '192.71.142.35', 1662143849, '__ci_last_regenerate|i:1662143849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f22b9dff43be6c6b1b35af2eb7ff80b8c90d15b', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f254ec6a6e61b844f1db48ed276ab48ee7de716', '52.167.144.31', 1681222939, '__ci_last_regenerate|i:1681222938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f269479672ec09993e25798125865df89126a20', '40.77.167.191', 1682056882, '__ci_last_regenerate|i:1682056882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f26c103bc0351f0c97e1c667fa52ba5cacc896d', '190.148.87.182', 1679593947, '__ci_last_regenerate|i:1679593947;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"4ulnMWyNtvajpLhHVxoK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f26ecdabb93384388a93f6d1861fe4db51814dc', '52.167.144.162', 1681942335, '__ci_last_regenerate|i:1681942335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f26ff4faa4ac05036c1f89a8e40b9355ee0f3dd', '190.56.55.113', 1673481853, '__ci_last_regenerate|i:1673481853;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673481117;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2758387747948b4ec59ea1fa8603a6167ec948', '190.148.158.175', 1672352956, '__ci_last_regenerate|i:1672352956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672352932;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f29980c949ef0f177e1b6e647ee5ea319e7ddfd', '190.148.252.111', 1678106230, '__ci_last_regenerate|i:1678106230;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678106217;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2bb177bf37c2a46ae3319c63d1c08e1ddc1d6b', '114.119.134.93', 1688112745, '__ci_last_regenerate|i:1688112745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2ca666b4c6b6a6b0db292abb1ea85dad1deb51', '200.119.168.250', 1680814161, '__ci_last_regenerate|i:1680814161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680813478;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2d03346d50e8ac835098164c21e8d163a6fa52', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2d574bd9605b6d967d578157e4aaa752e204bc', '207.46.13.207', 1685876663, '__ci_last_regenerate|i:1685876663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2ec2e2584e81d4b2fe82c9a4b2baa4d1fb38ba', '51.222.253.20', 1659023588, '__ci_last_regenerate|i:1659023588;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 ('8f2ece5f636e0eefab3826dcbead6e20b893642a', '190.148.87.6', 1668357537, '__ci_last_regenerate|i:1668357537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668357195;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f2fbe380f658b4af53d88f6686fe8bcc7f8d005', '52.167.144.164', 1686570081, '__ci_last_regenerate|i:1686570081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f30ab0471b1e4449684c703652a4d7b35688270', '190.148.157.177', 1681998780, '__ci_last_regenerate|i:1681998780;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681998754;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f30af9f87d0c79b2efd7bbc31bb9becdfd3d286', '121.132.248.92', 1652694498, '__ci_last_regenerate|i:1652694498;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 ('8f313cca59141eb2cc5a17b4d142dd52b9e5fbce', '190.148.252.195', 1653831454, '__ci_last_regenerate|i:1653831453;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f31e676d9e160e2c844ca0b870904d11948e20e', '35.222.224.245', 1652179403, '__ci_last_regenerate|i:1652179403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f3742db0c41d344f72db0ee6f52e7a22d26320d', '114.119.129.179', 1688006773, '__ci_last_regenerate|i:1688006773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f3790fd01b64ba5f0aa667ac20149fc54a8fa90', '52.167.144.164', 1686060044, '__ci_last_regenerate|i:1686060043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f3a4f59a82a92b985227cf91a368143543569a4', '17.121.112.189', 1662946801, '__ci_last_regenerate|i:1662946801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f3baa5015ff0ec0ca36405b934c3b692df2e195', '190.148.157.117', 1675615782, '__ci_last_regenerate|i:1675615782;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675614705;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f3d099e98083e34b5c057105fd9a4f9eae41199', '190.56.51.241', 1661437893, '__ci_last_regenerate|i:1661437893;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661432084;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f3d666a9c01e3ff856b94943742aed9f7499e29', '40.77.167.97', 1654152097, '__ci_last_regenerate|i:1654152097;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 ('8f424c32236a67bb19b8b323833db1556e07d427', '51.222.253.11', 1686606237, '__ci_last_regenerate|i:1686606237;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 ('8f443a91a333c8e5556d1255a55fa3628e339b19', '200.119.172.60', 1674611314, '__ci_last_regenerate|i:1674611056;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674611313;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f45e6b82c3f304a287c4dd0133d328e18a0e038', '157.55.39.147', 1672215475, '__ci_last_regenerate|i:1672215475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f464374fc3d34e4561b8a5a9facb3786e383c15', '52.167.144.31', 1675792391, '__ci_last_regenerate|i:1675792391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f46999659f9690256aa3a2174d30a6a02a07ce7', '52.167.144.98', 1685449463, '__ci_last_regenerate|i:1685449463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4755fb13ac9055f6efc64edcf9633564dbef4f', '114.119.154.14', 1687964769, '__ci_last_regenerate|i:1687964768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f484b76cc38567b7620fbdc2aca3dfedd73a34c', '190.56.51.169', 1684509979, '__ci_last_regenerate|i:1684509978;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684355643\";last_ip|s:15:\"190.148.252.106\";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 ('8f4a42f4934f368a8da9f27befe52007c81bce60', '54.174.58.242', 1676751458, '__ci_last_regenerate|i:1676751458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4bc10834d13cad1a5dc0bccc83d82ffc8a0f8c', '68.235.44.19', 1668110708, '__ci_last_regenerate|i:1668110708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4c47a2f70fa5433f5c02e4207c05dc0966cc7e', '207.46.13.52', 1662631022, '__ci_last_regenerate|i:1662631021;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4f10c5ed163de7e09ee5ae472abb8148928037', '74.208.2.154', 1682136344, '__ci_last_regenerate|i:1682136344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4f2e565ede0ec977b62b4c9abe51e5855ee259', '114.119.134.79', 1687570977, '__ci_last_regenerate|i:1687570977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4fc44b0c0c9d5a439f1f6a1d28e051ed0a6146', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f51eb69cc9e1136d8e50e55c88da32c14bded28', '190.148.252.55', 1675694746, '__ci_last_regenerate|i:1675694746;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675694742;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f52162ceef06f0e6fa2241afd01d49140aefa85', '23.80.167.82', 1668585073, '__ci_last_regenerate|i:1668585072;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f5232a1875d3c97f9e89cde7c58870706dde13d', '114.119.149.137', 1685406244, '__ci_last_regenerate|i:1685406244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f54fb810f158826943a393c00f08cd5b0c9e7d7', '17.121.114.245', 1658697321, '__ci_last_regenerate|i:1658697321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f5733217023836044b7ae2b99b40bc8667a3e36', '34.213.25.255', 1677503537, '__ci_last_regenerate|i:1677503537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f597226ae707190d29613955c8370b4964a6705', '51.222.253.6', 1665125908, '__ci_last_regenerate|i:1665125908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f59f15441b6f81fb0c39e8e67ceae3134f40364', '35.184.66.49', 1652092084, '__ci_last_regenerate|i:1652092084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f5b5ff5ccf3f8d32736caa684f2938cd3752b57', '17.121.113.245', 1657640384, '__ci_last_regenerate|i:1657640384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f5bdc5d81625a9e5cdbe412a03c6dfb9af82ce6', '114.119.152.11', 1685459434, '__ci_last_regenerate|i:1685459434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f5d51a74e21cdd2e99937add4f952ab12d88fb6', '207.46.13.205', 1671750098, '__ci_last_regenerate|i:1671750098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f5ffe9f7203416f7b533561bea0b608da0891a8', '157.55.39.125', 1654168200, '__ci_last_regenerate|i:1654168190;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f60378a601f8b4a2f396399e03d4ffb8feca1af', '46.101.63.152', 1652762866, '__ci_last_regenerate|i:1652762866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f60c15be6463c93c46ce407ba6a9277979a925d', '114.119.145.216', 1685884771, '__ci_last_regenerate|i:1685884771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f612e299ab329fef3fbeb3d3b63e9bd5749afa1', '203.75.213.3', 1686277005, '__ci_last_regenerate|i:1686277005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6188eace2a451923930f39adc3947d5a46f131', '200.119.170.168', 1670760013, '__ci_last_regenerate|i:1670760013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670759657;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f661a98450de997a1552850231454dfbcacedc5', '207.46.13.41', 1670855336, '__ci_last_regenerate|i:1670855336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f66e2266293413c134d11ea1a7cb080994ce6c2', '40.77.167.170', 1675324904, '__ci_last_regenerate|i:1675324904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6a9946393e01560620b196f7ff991eb2076a94', '66.249.66.76', 1650908715, '__ci_last_regenerate|i:1650908715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6ad4edb5c3dfae682a0205d503c8f35d7b4da9', '52.167.144.74', 1688395870, '__ci_last_regenerate|i:1688395870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6b4eb0f76968597cc7d4c4a4ec68c24ca40cae', '162.55.237.166', 1670380698, '__ci_last_regenerate|i:1670380698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6d06c1f633a603628d177945dc01944a23e2d5', '52.167.144.171', 1685108685, '__ci_last_regenerate|i:1685108685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6d1504b8705f7d827ff75a7ac50b7903a69dbf', '34.67.114.140', 1651743778, '__ci_last_regenerate|i:1651743778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f70621056dd5549bd5c2f8c4892f632ff0f7ea6', '114.119.150.42', 1688301568, '__ci_last_regenerate|i:1688301568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f7093c76a0ef4d9e4e69f0932ddbb37ad79b8e8', '40.77.167.123', 1683355050, '__ci_last_regenerate|i:1683355050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f70cdc38f5317907d54cdc9597cdf0f6cbf383d', '200.119.174.9', 1674520166, '__ci_last_regenerate|i:1674520166;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674520133;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f75ee56b4a89974cfaa2f5a19d6d90d13652ce9', '54.36.148.209', 1652484151, '__ci_last_regenerate|i:1652484151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f79158ee8874b5d6c1dfe47c3c03bd65a77b6b5', '207.46.13.212', 1677112321, '__ci_last_regenerate|i:1677112321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f79c22d80201c70586ef814157bf8da35164730', '190.148.252.111', 1677779936, '__ci_last_regenerate|i:1677779936;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677623520\";last_ip|s:12:\"190.56.48.16\";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:1677778392;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f7a98fafc96d13583d34b9a08511a0b03f11d49', '74.208.2.150', 1672659502, '__ci_last_regenerate|i:1672659502;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 ('8f7c027eb9f7d54890bab2f4841ec92f4a765d92', '200.119.173.130', 1675788225, '__ci_last_regenerate|i:1675788225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675787256;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f7e06a95115fc6bcca89e552f6ebfb9267c6048', '190.148.252.161', 1670096611, '__ci_last_regenerate|i:1670096611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670096603;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f7f3c7568b8055faa9432f2dace876b9c251cff', '114.119.139.181', 1685357044, '__ci_last_regenerate|i:1685357044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f81b5194d9653d8015f1e56e6ccf7c99f2d2482', '52.167.144.28', 1678993732, '__ci_last_regenerate|i:1678993732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f82311c0bb20f2e329d65b5f4a5be68969e2823', '190.148.252.235', 1666878008, '__ci_last_regenerate|i:1666878008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666877959;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f82d8d56eb1e94ca067ffd8ba4e40682293b41f', '40.77.167.123', 1683265862, '__ci_last_regenerate|i:1683265862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f84c059762da6b122cdb578be2ad9ec69fc95bb', '51.222.253.20', 1659412260, '__ci_last_regenerate|i:1659412260;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 ('8f89782c8f6e286643889a63fac5b1ce652ecff0', '114.119.136.15', 1687334635, '__ci_last_regenerate|i:1687334635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f8a172aef0886cc3ed13dfb4d154f075e3bca09', '52.167.144.70', 1688406017, '__ci_last_regenerate|i:1688406017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f8abe698a6b7282ba6103f36be49bfe95168eeb', '200.119.172.60', 1674581987, '__ci_last_regenerate|i:1674581987;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674581870;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f8af27cfaf5013588c2a105f1b833241787ea7d', '54.36.149.99', 1673913859, '__ci_last_regenerate|i:1673913859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f8d3bcdf6352ef4792c702cd0d4a57a641d6455', '190.148.252.183', 1681251581, '__ci_last_regenerate|i:1681251581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681250436;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f902eb380feeb3122fc37e528d5b99b1c746b5a', '54.37.204.35', 1681231130, '__ci_last_regenerate|i:1681231130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f90e80b8933d097e33629a456775b8991a9afd5', '47.242.88.206', 1650927904, '__ci_last_regenerate|i:1650927904;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 ('8f9102154edddeaad412cc8e0ba57bd20d0209f5', '114.119.152.221', 1684244889, '__ci_last_regenerate|i:1684244889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f912bce3de5b3fb97899d3c8483cfffa4ec1a1b', '52.167.144.82', 1687481062, '__ci_last_regenerate|i:1687481062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f918cfb28a228eb8a3940833d3453ccec3858bd', '207.46.13.10', 1671042038, '__ci_last_regenerate|i:1671042037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f9210f894eb272cd103a0f696c0ee5d1a0adf31', '190.148.157.117', 1675645041, '__ci_last_regenerate|i:1675645041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675645039;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f942b4c3cf1369327d138d13d4c2cc31c5887d3', '193.201.9.12', 1655895682, '__ci_last_regenerate|i:1655895682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f95d35072cf6b3b2e2046eb803d0b6c9805e10d', '190.56.173.152', 1654903932, '__ci_last_regenerate|i:1654903932;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654903928;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f95e77c3f33897cdf3be75879008c3dadb7398a', '200.119.173.177', 1685150037, '__ci_last_regenerate|i:1685150037;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685150026;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f96e7783d1f5c7831e98e68b2532361f0125db2', '54.187.97.9', 1682799062, '__ci_last_regenerate|i:1682799062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f98f77a3809f4cd0b0fb37b619d93e931dbd8e9', '51.178.136.33', 1657911105, '__ci_last_regenerate|i:1657911105;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 ('8f9a6fd598b561699207292d3c7e96627c1b34fc', '114.119.153.97', 1685225719, '__ci_last_regenerate|i:1685225719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f9d9742df5a51b0fb48a0287f7fb7eded432c9a', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f9e0e601c45124ea39b4b694de6b58beee54c1a', '192.36.53.165', 1657248890, '__ci_last_regenerate|i:1657248890;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 ('8f9f3711053147c1707d4437a277a8f5d52ceee4', '51.222.253.20', 1656022816, '__ci_last_regenerate|i:1656022816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa2dc704a00df51001a8ae38aca9b5fdbc98b63', '149.57.16.7', 1653807030, '__ci_last_regenerate|i:1653807030;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa32fd7264b492c5f54de02beb7d7804116ee6d', '200.119.168.250', 1680976071, '__ci_last_regenerate|i:1680976071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680975915;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa49d959abe3844f2674302f1a39d81395f736d', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa4a6cb7cfb8da5f83778b3d8bea4edde9a6987', '52.167.144.98', 1686596287, '__ci_last_regenerate|i:1686596287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa4fb98221e01b7ebb68e68983318394f02920a', '207.46.13.12', 1675428783, '__ci_last_regenerate|i:1675428783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa758e4324d493c8a22683ee3304d8d8018bcba', '154.83.235.84', 1687298883, '__ci_last_regenerate|i:1687298880;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa8bbdae815eb1d1980ad976ba8a9ea44fe3a1f', '34.68.13.112', 1651656628, '__ci_last_regenerate|i:1651656628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fa9ac7a82d3563344fb4dd50d176093947c3aae', '93.158.91.204', 1664364906, '__ci_last_regenerate|i:1664364906;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 ('8fa9bf8498c1d276bbbd54fd073e04c4da452f37', '54.36.149.98', 1662207661, '__ci_last_regenerate|i:1662207661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8faa21565ca32a6a9610d83397614d321a2d0e69', '200.119.168.250', 1680891930, '__ci_last_regenerate|i:1680891930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680891907;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8faa7d5a861f1e0171907399d8e28db346930d6e', '40.77.167.191', 1682199964, '__ci_last_regenerate|i:1682199964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8faca501937505771442947cc21fd3c57f66178e', '40.77.167.156', 1678591256, '__ci_last_regenerate|i:1678591256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8facf639adde7346e23c5a6f866530f68b089412', '190.148.157.165', 1668001559, '__ci_last_regenerate|i:1668001559;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8faec79d58a419bc8894ca5561af98e1ce7e4335', '40.77.167.225', 1680803074, '__ci_last_regenerate|i:1680803074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8faf53a1eb903ddba0b539ba44e9dbc0c9639fa9', '52.167.144.171', 1684833478, '__ci_last_regenerate|i:1684833478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb06b7ab0754486068cb52b0cfcb015cbbb6e20', '20.211.90.174', 1651051496, '__ci_last_regenerate|i:1651051492;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 ('8fb1d91b2d0f0e371da4fba7b7dfdec6b443c716', '40.124.82.169', 1651534924, '__ci_last_regenerate|i:1651534916;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 ('8fb286200d26d703a5e936df14ddda870a1d65a8', '114.119.156.233', 1686881400, '__ci_last_regenerate|i:1686881400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb4af4a3fb91f6bdf27ddf7e9b2dec4288ac09e', '54.188.115.218', 1686185641, '__ci_last_regenerate|i:1686185641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb5c4e24545e4b6dfe4dfda58182b758157e72e', '40.77.167.11', 1673609064, '__ci_last_regenerate|i:1673609064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb7494c1b0a091b4fd503ed5706a8dba772ea7d', '190.148.158.175', 1672619081, '__ci_last_regenerate|i:1672619081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672618870;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb849581dd2860bf1cc805b9f3fdbc02e446049', '17.121.113.143', 1656425559, '__ci_last_regenerate|i:1656425558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb8707cfb45401d88cb972992fffb1613c4ffee', '52.167.144.162', 1682974398, '__ci_last_regenerate|i:1682974398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fb9286311f4b831c4a758201d8ac1dfaa0fee70', '190.56.55.113', 1673828747, '__ci_last_regenerate|i:1673828747;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673828705;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fbacf8e37ea53bd2baae3518d9fa0e6456a4019', '40.77.167.191', 1682459911, '__ci_last_regenerate|i:1682459911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fbb28aea4f657d35d31a5335c7521dbb78a4cdc', '51.222.253.18', 1685953791, '__ci_last_regenerate|i:1685953791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fbb666b4851172d094a6573d86aac5dcc784d6e', '52.167.144.74', 1688234851, '__ci_last_regenerate|i:1688234851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fbf179497ca1dbe2e1ad86118928e717379f324', '190.148.157.80', 1669321244, '__ci_last_regenerate|i:1669321244;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669320765;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fbfe0baf11ebbd1decdf15bc89c8caf7b3a33dc', '200.119.168.250', 1681084025, '__ci_last_regenerate|i:1681084025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681083198;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc0026518c895a9c40036a5ef61cc9349460df4', '138.199.29.42', 1656811252, '__ci_last_regenerate|i:1656811252;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc01fda8a8272a15be56a6bd859b05b1aa2e738', '52.167.144.98', 1686627294, '__ci_last_regenerate|i:1686627294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc2c13243ee330f9d67a75044c23ec9a9755bdf', '17.121.115.200', 1658607440, '__ci_last_regenerate|i:1658607440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc4508ea7a8fa482f5c771a1ce1baea56c69bbc', '54.36.149.78', 1662807464, '__ci_last_regenerate|i:1662807464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc4f4c7c29e354298189f8cebc6a6a906d884db', '190.56.32.35', 1672105489, '__ci_last_regenerate|i:1672105489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672105428;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc6b4d9ff775e3645c0826c824ff501f6f031b5', '190.148.252.183', 1681597593, '__ci_last_regenerate|i:1681597593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681597591;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc6cacbc3aaaafa5933b06db720ba264baadd95', '40.77.167.30', 1657056870, '__ci_last_regenerate|i:1657056860;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc84d5a0ab26694322ba24da8262e82810d6ffc', '52.167.144.98', 1684339338, '__ci_last_regenerate|i:1684339338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc8c457c8546a0ed398da1d5f092d06fd80ade6', '40.77.167.227', 1681942339, '__ci_last_regenerate|i:1681942339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fcb450e4b534f6ff34567903534967eeebc3865', '51.222.253.2', 1654732027, '__ci_last_regenerate|i:1654732027;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 ('8fd0469bb3e6522f0bae455528996d584ce33f7a', '200.119.168.250', 1680892243, '__ci_last_regenerate|i:1680892243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680892061;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd13495b0062dab49c9edd060847b1deebd7429', '200.119.170.212', 1665870104, '__ci_last_regenerate|i:1665870104;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665870078;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd175df832528b590cef1bcb9ed1bc10418c369', '157.55.39.68', 1666956255, '__ci_last_regenerate|i:1666956255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd242797070d4916935cf6f5811744e4c249ece', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd660ad7b3d5f8708f403e6c892668ef4e65f8a', '200.119.169.55', 1667260827, '__ci_last_regenerate|i:1667260827;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667260502;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd7affb4c5c5031dce277eb1deef4ddf92be085', '207.46.13.41', 1665688888, '__ci_last_regenerate|i:1665688888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fd856b6da01a516dd21b3108f98d0a517cfc872', '3.237.104.7', 1654055395, '__ci_last_regenerate|i:1654055395;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 ('8fd8f55c337a527eec4a1b1d71a084d2aec9f1dd', '190.56.54.156', 1665413254, '__ci_last_regenerate|i:1665413254;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665413236;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fda8b9d583221b5a475e3bd3c1dd03b6abcdc39', '40.77.167.175', 1680098810, '__ci_last_regenerate|i:1680098810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fdce1657543af2b69597237983017144b56c7db', '190.56.32.174', 1676664222, '__ci_last_regenerate|i:1676664222;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676664162;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fdd77947cf242e2f286ad6b64881f1f90ca5748', '52.167.144.164', 1685876015, '__ci_last_regenerate|i:1685876015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fde1a5c34f3b8db217201b4f5c2ef6b809175c6', '51.222.253.7', 1662326262, '__ci_last_regenerate|i:1662326262;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 ('8fdf9593b2c4b142f4c5189d41b408e8f401af02', '52.167.144.98', 1686635360, '__ci_last_regenerate|i:1686635360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe0f4e29784f627aafd0a9157b45a4cc794626b', '40.77.167.225', 1680354547, '__ci_last_regenerate|i:1680354547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe10c54e550da78cc5f21f1a0aacb250a584d41', '114.119.134.72', 1687991197, '__ci_last_regenerate|i:1687991197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe5e32083ad42c8d3282364962ec7dd66ec6e2a', '114.119.130.253', 1684285948, '__ci_last_regenerate|i:1684285948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe886a49329292378853631e792895ce42f0009', '157.55.39.216', 1676707952, '__ci_last_regenerate|i:1676707952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe8bea42433d1cb81888b4ce3614d8ca4cf1128', '205.210.31.151', 1658046606, '__ci_last_regenerate|i:1658046606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe8ef0abd1285ff1b5f6d4908f7720e09b0732b', '190.148.252.102', 1681910826, '__ci_last_regenerate|i:1681910826;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681910813;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8feb93505ae370c536efb7903b6252a87152723b', '17.121.115.5', 1659174723, '__ci_last_regenerate|i:1659174723;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 ('8fec944f6718bf4c5fcf7771f61fbf68e55e4118', '51.255.62.4', 1650694604, '__ci_last_regenerate|i:1650694604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fed2c828fe610a338ef38a24fede8fe92a21155', '193.235.141.60', 1680657540, '__ci_last_regenerate|i:1680657540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff2f895673ba0a757120ffbe2f3686ffc0f7127', '40.77.167.23', 1673994134, '__ci_last_regenerate|i:1673994133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff67ce93ca6169aef6fc07ab240f4bfe4a70268', '157.55.39.253', 1677205770, '__ci_last_regenerate|i:1677205770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff7be8c53776f3d43a590a8059bbd1502a3bd2d', '114.119.158.106', 1685399207, '__ci_last_regenerate|i:1685399207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ff9dc8c9d5ab4abb50ce0db9ad03eb45c4c4bfb', '40.77.167.249', 1680825277, '__ci_last_regenerate|i:1680825277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ffabfd66fbf2952bf3891b92cd4efe265e1ea38', '17.121.113.174', 1654316920, '__ci_last_regenerate|i:1654316920;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 ('8ffc36b953fc0e20cb4b8d02402386b72186755e', '190.148.157.177', 1682375007, '__ci_last_regenerate|i:1682375007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ffe70e6b685d4de8e5982e3d74884d4556c8583', '114.119.153.160', 1688075280, '__ci_last_regenerate|i:1688075280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ffe86f191624c9fb289747010df39f09cb0566f', '157.55.39.217', 1683192184, '__ci_last_regenerate|i:1683192184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90011a72d30b8d3089244f34194f0819695c8e34', '190.56.32.162', 1686443889, '__ci_last_regenerate|i:1686443889;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686443886;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9002e40c0c919e40ea12a3e95eea5f1b120dc9ed', '5.188.62.76', 1656377662, '__ci_last_regenerate|i:1656377659;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('900340036f3e4a2791f752e74d9bb27b39311683', '54.36.148.84', 1651904034, '__ci_last_regenerate|i:1651904034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9004bd3066b6a230314024bbedf002a14fef1af0', '114.119.158.143', 1688217562, '__ci_last_regenerate|i:1688217562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('900552a8a245f01bf47d4a5aa606acab09272fa8', '114.119.135.65', 1684145024, '__ci_last_regenerate|i:1684145024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90062f7e509b0dd4f53eafa3e4e6682fd2329f1b', '46.161.27.204', 1653920085, '__ci_last_regenerate|i:1653920085;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 ('900849fb8a18a828a165382b5e953a96806d4a2b', '40.77.167.191', 1681942338, '__ci_last_regenerate|i:1681942338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9008c4d2a31ef2bf8b17b627fe665f8e6087f80c', '163.123.143.82', 1673574425, '__ci_last_regenerate|i:1673574425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90098e37adfaba167f20769a64b2be0f2e451bcf', '114.119.144.36', 1688096053, '__ci_last_regenerate|i:1688096053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('900b88d6e52a9b8c1c86c5990e0440d6e269ba19', '207.46.13.11', 1669438278, '__ci_last_regenerate|i:1669438278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('900c5cb48cb29db773ceebb92210810de83420e6', '17.121.112.213', 1651769652, '__ci_last_regenerate|i:1651769652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('900c5e8d339f202a1203e2fae514b0f8646ae975', '52.167.144.98', 1685310475, '__ci_last_regenerate|i:1685310475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90101e2328c7649b469a91f64228be17f3fac51c', '54.36.148.135', 1664921865, '__ci_last_regenerate|i:1664921865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9011bc2bd93e08347949b5b0de7ab2c688604564', '40.77.167.13', 1660289473, '__ci_last_regenerate|i:1660289464;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('901220737c1297029d3bf2cf3cf48f27828ac90f', '114.119.133.182', 1686431201, '__ci_last_regenerate|i:1686431200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9012d0d0daa1b322ac68189bfd97dcda3ee67675', '207.46.13.209', 1681271943, '__ci_last_regenerate|i:1681271943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9012defa6ddf3eba645a24b29c5b2ffec7bd307e', '106.75.76.244', 1686908262, '__ci_last_regenerate|i:1686908262;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 ('9014b9200aeb4a8e9168eda89b478c52bc91f55c', '52.167.144.90', 1680961367, '__ci_last_regenerate|i:1680961367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('901645a57e3af82c8c4dc6b3b7807e4415c1da9a', '114.119.156.49', 1684461891, '__ci_last_regenerate|i:1684461891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('901698d3c03e5039844f4e8e9c683667f9b4bbee', '50.21.188.6', 1675140689, '__ci_last_regenerate|i:1675140689;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9018056f3b0677853d072571a966425375696a2a', '52.167.144.98', 1685350808, '__ci_last_regenerate|i:1685350808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9018aa26152342f3ec713efa8f12ac40784b621d', '200.119.173.107', 1686785480, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686785480;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686785437;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('901c625550e340a4d0921d3227d7a15fa69af6f6', '52.167.144.154', 1687876788, '__ci_last_regenerate|i:1687876787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9020f3f4397b9e22aeb5da70a96279f71623556e', '190.148.87.244', 1654620831, '__ci_last_regenerate|i:1654620831;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";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 ('90245744e233fe62e5f290dbac0db80d914846e6', '207.46.13.207', 1681372659, '__ci_last_regenerate|i:1681372659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902493ce01a3e4cba12626cd07cedf7fa3d9d85b', '40.77.167.147', 1681047595, '__ci_last_regenerate|i:1681047595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902595d19f839e534a69070dd457b9137f2747ac', '114.119.140.21', 1688196284, '__ci_last_regenerate|i:1688196284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90265d8e02991feb6e5c8a55191743a84afd0065', '114.119.138.205', 1688339296, '__ci_last_regenerate|i:1688339296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902716b614f072e83f9cad5c8e0d8ea12547af30', '54.36.149.1', 1674097522, '__ci_last_regenerate|i:1674097522;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 ('90274d4f188f45c9da40f4824c14702b7f555de0', '190.106.213.176', 1651243928, '__ci_last_regenerate|i:1651243928;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";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\";user_csrf|s:20:\"ozmL7Qd6n4KJEjhfyX3l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9027e149eec1245f786d312e456c2fd46d36866c', '52.167.144.61', 1688296437, '__ci_last_regenerate|i:1688296437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90290129b1861a89cf52d4701563d50ab07d9eb0', '190.148.252.102', 1681864232, '__ci_last_regenerate|i:1681864232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681864218;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9029d09c11ed3c39785b9559c643d4d2d46e697e', '52.167.144.164', 1686514264, '__ci_last_regenerate|i:1686514264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902cdf0e48b9787356fddedde23a0044c5f5f988', '198.251.73.113', 1686692561, '__ci_last_regenerate|i:1686692561;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 ('902d2b4e1af9c37b15db190b2069b11d28f32b81', '207.46.13.1', 1671398483, '__ci_last_regenerate|i:1671398483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902fc90425206e27b685396343ea5581ebe7d4c0', '200.119.172.60', 1674766485, '__ci_last_regenerate|i:1674766485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674765362;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('902ff54a653413032e1ff18c01bbe63b169fe803', '52.167.144.164', 1684545659, '__ci_last_regenerate|i:1684545659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903176c91a4a05a8710fb5177e96a1b66a8f476f', '200.119.168.250', 1680918696, '__ci_last_regenerate|i:1680918695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680868670\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680918695;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9037d6cb42ecdb6fdc0d3bad911f1f0a960147d9', '200.119.169.44', 1663772559, '__ci_last_regenerate|i:1663772559;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903a439856932123c08c76cdfa5cb7092347a7bc', '193.235.141.135', 1676142227, '__ci_last_regenerate|i:1676142227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903a5ed36192d780ca0e67ab3f7662ce1a5a4d5e', '190.148.157.117', 1675616436, '__ci_last_regenerate|i:1675616436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675616402;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903bdff8c30d3e9389befabaa457bab9799bc81b', '35.90.194.245', 1670939009, '__ci_last_regenerate|i:1670939009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903c223cf3943b4e3e6de13899828338b2eb80b8', '114.119.148.103', 1685733851, '__ci_last_regenerate|i:1685733851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903d907ee61129a2d2e23b603d6fcbbed478caf9', '190.56.55.32', 1657140648, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903e99bc81644c4c879d93f2a4ba66335bfc8902', '157.55.39.144', 1664460637, '__ci_last_regenerate|i:1664460627;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('903f22b3b948f731833b801461a82f55497fecfb', '52.167.144.98', 1686266295, '__ci_last_regenerate|i:1686266295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90411893f36c33a4f69d1b353441ab45d59974aa', '52.167.144.164', 1685129225, '__ci_last_regenerate|i:1685129225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904625bd2d83010c44d298dcf0d00e4635434a01', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90462972ad29973f19286b8834d1f1542ee41fae', '190.148.252.96', 1673009732, '__ci_last_regenerate|i:1673009732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673009554;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904786f8aee8ab2d60542ce237aa6d9e0d959d5d', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904987d8af1563cd9bb0085fc486567053f746be', '114.119.149.159', 1687290414, '__ci_last_regenerate|i:1687290414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9049a04334820bff8fbb6e67ad87ec2433ec7438', '207.46.13.212', 1676921304, '__ci_last_regenerate|i:1676921304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904aab5eda18d59c345c3272cf1666050c8d637a', '157.55.39.25', 1663718389, '__ci_last_regenerate|i:1663718389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904ad58b3a34d8e2c99a84c65a0ddacbf3605c25', '114.119.129.184', 1685855510, '__ci_last_regenerate|i:1685855510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904b5aea160c7702f9ac60ce2fe0ae97179ef0d2', '51.222.253.7', 1665574266, '__ci_last_regenerate|i:1665574266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904d188c8a80de8a022160495883240bc1eb4f70', '152.89.196.13', 1660875245, '__ci_last_regenerate|i:1660875069;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('904d26e52d8f15a5b80d2cd77138506bf21e3d29', '54.184.112.242', 1671716325, '__ci_last_regenerate|i:1671716325;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 ('905395e6accbf0f8456f78dc5ca8271f532d8e7e', '17.241.227.146', 1682005103, '__ci_last_regenerate|i:1682005103;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 ('9053dba07d9538b9fa1361513e6d3f682c7b0061', '114.119.153.232', 1688305923, '__ci_last_regenerate|i:1688305923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9054b8af30f52ec8738d5bb3b9fa7eee46681ca1', '114.119.157.195', 1684878318, '__ci_last_regenerate|i:1684878318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9054bc53133adc1476f358ec7ede0d5c576e3883', '51.222.253.20', 1680411059, '__ci_last_regenerate|i:1680411059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9057b17a3fec287823da7df6157b83538459737e', '114.119.157.108', 1688126979, '__ci_last_regenerate|i:1688126979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('905a4c00e76fcbe095aa5860d27c4cf9b6e4f9fb', '114.119.152.34', 1688567586, '__ci_last_regenerate|i:1688567586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('905ab3aac168cd603bd71388992885485d240b1b', '50.21.188.67', 1672492652, '__ci_last_regenerate|i:1672492652;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('905d62837d2794b317cafbad2be4716bafd11481', '190.148.252.183', 1681499021, '__ci_last_regenerate|i:1681499021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681496175;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('905ff50aafbd2f8d2a988d04b244d43752b2dd34', '190.56.51.158', 1655579538, '__ci_last_regenerate|i:1655579538;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571268\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655574779;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90601a1b6a86a4449af9896f2ad2a67bc38b1d8b', '200.119.170.221', 1664312794, '__ci_last_regenerate|i:1664312794;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663972368\";last_ip|s:14:\"190.148.252.56\";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\";user_csrf|s:20:\"2b3NjWp4deTYv5V6iMZB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9061b96ef04a395a552f762573fb93b18f41de87', '190.148.252.151', 1671409560, '__ci_last_regenerate|i:1671409560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671408914;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906287864f3b82026619c97c25d5c649089f675c', '66.249.65.168', 1673293346, '__ci_last_regenerate|i:1673293346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9066429d04ac21c9468d9b8f5dfdca9beea00dba', '52.167.144.42', 1679483141, '__ci_last_regenerate|i:1679483140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90666f0e44ea745b79363e61b05fe851672c5349', '144.76.67.169', 1676801027, '__ci_last_regenerate|i:1676801027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906706c8e8e57351c4d6393743381a02f7edc55f', '52.167.144.164', 1684760039, '__ci_last_regenerate|i:1684760039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90671c2dc2da433fc7fe235f5f30abdacd906efe', '205.169.39.170', 1669414707, '__ci_last_regenerate|i:1669414707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906895a57c164c88a63689db765f1b664c52924b', '40.77.167.236', 1677603161, '__ci_last_regenerate|i:1677603161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906e9031bdf8f56bd639eed069e1cef9ee816ea6', '45.137.150.214', 1652293417, '__ci_last_regenerate|i:1652293417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906ec94de025451d2e8cfcb7a9a8db5524c09269', '40.77.167.191', 1681775102, '__ci_last_regenerate|i:1681775102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906f5e5d084b58e692a61d24bf4baade29b77a44', '51.158.102.254', 1656192424, '__ci_last_regenerate|i:1656192424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906fac0d48c790b6b14432e301c8bfe633dadc2b', '40.77.167.13', 1672073549, '__ci_last_regenerate|i:1672073549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9070ac55955075d23b1f3c4ef843e240b9a84388', '114.119.150.34', 1688189116, '__ci_last_regenerate|i:1688189116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90712a8a7a9a37a0aa40757e74b268dd3080dc72', '157.55.39.64', 1673566961, '__ci_last_regenerate|i:1673566961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90730ff253efac8a9512977e8d8162a6105d74bf', '190.148.157.117', 1675547002, '__ci_last_regenerate|i:1675547002;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675545069;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9078e655b763e4baa7162feef8ccd09000db0766', '51.222.253.8', 1660032105, '__ci_last_regenerate|i:1660032105;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 ('90799617391cf4bff1249d23205ba4c08681cb5e', '207.46.13.6', 1672221902, '__ci_last_regenerate|i:1672221902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('907f874a0662e0523bc9bc1218348fbaa9160272', '190.56.55.120', 1663356082, '__ci_last_regenerate|i:1663356082;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663344151;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('907ff96cf4ab76bc10547d5ce3e0d960a909761f', '114.119.142.42', 1688098327, '__ci_last_regenerate|i:1688098327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9083ff5e2039d22a8f45e92ee74419ecdc9a93d0', '52.167.144.98', 1685449603, '__ci_last_regenerate|i:1685449603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9085c6290360ec5bd321a667a99b8747680f6f35', '40.77.167.202', 1687492892, '__ci_last_regenerate|i:1687492892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9086fcecfb6cdf3ec948bc0b6756177ac76e7883', '190.148.157.177', 1681940858, '__ci_last_regenerate|i:1681940858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681940845;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('908826717692ad498dfab1fd03204d607076161c', '190.148.157.183', 1680268239, '__ci_last_regenerate|i:1680268239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680268236;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('908900e6597dd31e22b91cc17714b2e69cbcb7e0', '190.56.32.162', 1686603249, '__ci_last_regenerate|i:1686603248;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('908913a6c5905317a1e5ddcf51affee10b3d7cc5', '52.167.144.98', 1685384421, '__ci_last_regenerate|i:1685384421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('908a172e6ec6826db8a47d57ec9f3ad37114c4fb', '114.119.128.56', 1686698984, '__ci_last_regenerate|i:1686698979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('908e8ef4f701977d4fa0fdcfadc20b42e8a23562', '190.148.158.69', 1685910690, '__ci_last_regenerate|i:1685910690;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685910685;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('908f814d268a9360b7ea087c88e441fb1bd1cfce', '114.119.156.124', 1687627002, '__ci_last_regenerate|i:1687627002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9090a35e5d8aba43ce117e6ac845dfaba88e564d', '157.55.39.65', 1661449239, '__ci_last_regenerate|i:1661449239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909139c76a4c5a5012e7fc87ec3a3681e42960dd', '190.148.252.76', 1654184876, '__ci_last_regenerate|i:1654184876;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654183400\";last_ip|s:15:\"190.104.119.212\";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 ('9091451cbeebca4fcd6c028eea85d4a91a59e658', '52.167.144.98', 1684786410, '__ci_last_regenerate|i:1684786409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909247431a2192014200cd12b93f9bc44ac3f3dd', '52.167.144.69', 1676995523, '__ci_last_regenerate|i:1676995523;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9094fa8cee3647da14a409edbea0915ae52c657f', '40.77.167.191', 1681795071, '__ci_last_regenerate|i:1681795071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90957b963328f72719cd0bc299ada277f8b577ce', '114.119.149.51', 1685628210, '__ci_last_regenerate|i:1685628210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909618bbee54493c2947b99225ffca06c4fb2470', '157.55.39.253', 1682833234, '__ci_last_regenerate|i:1682833234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9098e9afb030805dac121c72e6b89194f882958c', '193.235.141.7', 1677216956, '__ci_last_regenerate|i:1677216955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9098f73e19acd7c77a95b1839f11cf9f11ae794e', '200.119.172.60', 1674595062, '__ci_last_regenerate|i:1674595062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674595060;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909d2334f212585d761259189192c7fc78adb57a', '157.55.39.253', 1682925612, '__ci_last_regenerate|i:1682925612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909e1c3c2ea8f9bf4de075724dfae9902192c149', '190.148.87.6', 1668432405, '__ci_last_regenerate|i:1668432405;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668431791;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('909e355af8076e1b755bc013c2371f9147a53d96', '40.77.167.182', 1683658276, '__ci_last_regenerate|i:1683658276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a04aef3dded54518a483d9f3c3754ed780bacb', '51.254.199.11', 1685436948, '__ci_last_regenerate|i:1685436948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a14524979b35a771f5e327e3b8a5699a23cfb1', '74.125.212.196', 1669614882, '__ci_last_regenerate|i:1669614882;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('90a15a172b2450cb89e05ef81dd1a8826f0baf7b', '207.46.13.210', 1686934727, '__ci_last_regenerate|i:1686934727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a2869701d3c963475f720b38bd8f1d1ca13d39', '52.167.144.162', 1686662855, '__ci_last_regenerate|i:1686662855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a4763bf5d6673313a7d7f54a21b77dea42d462', '190.148.87.6', 1668200375, '__ci_last_regenerate|i:1668200375;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"MPitxl6AeHLoSkWZrIbB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a768092d6a2f84ee8e89098e2c03e24c3c6f75', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a81963d22658971506d7268218134ee9dff8ba', '190.56.32.174', 1676651029, '__ci_last_regenerate|i:1676651029;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676650987;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90a9a3d57155410613c743af165e170b85a30acf', '200.119.174.9', 1674151752, '__ci_last_regenerate|i:1674151752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674151709;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90aa022cfbc56ab1994ed926fe420758a43c72e6', '190.148.157.177', 1682295257, '__ci_last_regenerate|i:1682295257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682295129;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90aa270a43b1319ac93d4e07649520c4d2352a8d', '40.77.167.102', 1661431726, '__ci_last_regenerate|i:1661431726;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 ('90abf2b348fe5c3a889adf2ac3e4a7a9ad99e4ea', '17.121.114.46', 1652171992, '__ci_last_regenerate|i:1652171992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ac6c55f0b424af6815f63dff73303f78c599fb', '138.246.253.24', 1670086277, '__ci_last_regenerate|i:1670086277;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 ('90ad4d83bfb1ac7c66fc20eacb907cfc7ff34075', '40.77.167.123', 1683458530, '__ci_last_regenerate|i:1683458530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90aeeb889717b421e6698b4b295806488110c618', '200.119.168.250', 1681143904, '__ci_last_regenerate|i:1681143904;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681143882;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b03bebd2c44a495ae8c05fb1fc6febc10ed093', '190.56.51.158', 1655762923, '__ci_last_regenerate|i:1655762923;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"LaBdJhZKVle4UrDSIbXf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b0f5dec76a687f642da7dd7fec1fd8e3c51533', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b2960482213d2fd2d85fb75a1b29b8688df597', '52.167.144.56', 1677357238, '__ci_last_regenerate|i:1677357238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b2f01d688f2dd5c9cfc58a9444905afe32960c', '93.158.90.162', 1670706272, '__ci_last_regenerate|i:1670706272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b3a804986b8218276f612b53e6d98b2cfae710', '190.148.157.80', 1669665758, '__ci_last_regenerate|i:1669665758;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669665749;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b4ef4195c9e26326a146528dc228fc24a0af32', '190.56.173.213', 1683587785, '__ci_last_regenerate|i:1683587785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683587718;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b60906ab8d5f0c775c7a9c88d344f5130f5a3d', '207.46.13.6', 1672246894, '__ci_last_regenerate|i:1672246894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b6197a40bc6a8d619028a246344a451cdc5af4', '190.56.173.160', 1655816832, '__ci_last_regenerate|i:1655816832;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655816818;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b82f7312c447f3d49651c67564b99183304f15', '114.119.130.201', 1685807639, '__ci_last_regenerate|i:1685807639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b84f124548dfdee9276e78f04282bf67c4bf79', '52.167.144.171', 1685129290, '__ci_last_regenerate|i:1685129290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90b9755c8e76d56ff18f51eeb0fe1eb9b03fc03b', '152.89.196.102', 1659607126, '__ci_last_regenerate|i:1659607116;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90bd72c665b25417f60cdd6b4e4002e4b273b3f3', '190.56.51.169', 1684528720, '__ci_last_regenerate|i:1684528720;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684164272\";last_ip|s:14:\"190.148.157.53\";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 ('90bddbbf236259eb2d0c73cef5dd74da35503683', '157.55.39.62', 1659939840, '__ci_last_regenerate|i:1659939840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90be984df1dfe422abe2445aba040c24ef2cc528', '52.167.144.69', 1676123902, '__ci_last_regenerate|i:1676123902;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90bea8d483d118169689ec9bda82b4bbdd6b28ef', '52.167.144.98', 1684593709, '__ci_last_regenerate|i:1684593709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90c0b699214a26efbb14f11e3bf9db08ab872f12', '34.211.72.12', 1655908011, '__ci_last_regenerate|i:1655908011;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 ('90c3a250b77790243878bdaa2522c1e17e5b1881', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90c53cd1248e31979b30cc023121e86139de01d9', '190.56.50.6', 1686956011, '__ci_last_regenerate|i:1686956011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90c5d5e7b9e09249370268c805c0e55577f64bb1', '157.55.39.69', 1672390055, '__ci_last_regenerate|i:1672390055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90c5f713a9a3ed84a4d0e349a8e9d400a89b6ba0', '52.167.144.162', 1683017579, '__ci_last_regenerate|i:1683017579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90c9c107cc8bd965ce281ed98d6b7006575f3e44', '157.55.39.227', 1688459909, '__ci_last_regenerate|i:1688459909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ccdd49477ba09300dfde278ce1edeac995a213', '114.119.128.85', 1687313232, '__ci_last_regenerate|i:1687313232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90cfad4770cf97f9651372f6045667ae6daedbdf', '52.167.144.98', 1685242136, '__ci_last_regenerate|i:1685242135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d03fac320fb2e32c5a086ffa86d0d1a52fd17d', '200.119.169.175', 1669826645, '__ci_last_regenerate|i:1669826645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669826623;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d46978f940fa86753de8bd93cd84a18e63994d', '52.167.144.171', 1685512462, '__ci_last_regenerate|i:1685512462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d59e7fa18190c77f92a206b054d199d4699aff', '147.78.47.233', 1660896132, '__ci_last_regenerate|i:1660896132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d7da1cf27d646dc7ea458ebc48c8d2bf12dd30', '157.55.39.105', 1677162200, '__ci_last_regenerate|i:1677162199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d80084d7ca3758bb4b4dea737382951d718f22', '52.167.144.76', 1682246525, '__ci_last_regenerate|i:1682246525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d814cc5ba0422206f5d0ea0462dc2257c159e8', '207.46.13.12', 1675851918, '__ci_last_regenerate|i:1675851918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90d90e68f1c101ab37ec1be88b4ceefbc8f90636', '207.46.13.113', 1675818308, '__ci_last_regenerate|i:1675818308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90da8e47a9ad1d0dde30af444c2621d64d33c580', '51.195.90.229', 1650840572, '__ci_last_regenerate|i:1650840572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90dbf096a87a666764ec582161f2fe48b94aa2d9', '190.148.252.96', 1673304754, '__ci_last_regenerate|i:1673304754;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673304119;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90dc0faea741c4752cbb74154989a8b89c554601', '40.77.167.43', 1659444749, '__ci_last_regenerate|i:1659444749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90dd912a5e63835d00be0fb6611511805db9619f', '40.77.167.202', 1687203693, '__ci_last_regenerate|i:1687203692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90dfc432207d4b113e224a0a370cf286cff6cc89', '111.7.100.23', 1650686256, '__ci_last_regenerate|i:1650686250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e182dbb3d640cf7b1925da023111fc6f2c9301', '165.22.197.220', 1688075718, '__ci_last_regenerate|i:1688075718;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e1f0140dacad1a1c48c1d82c428cb372673375', '66.249.72.199', 1682723685, '__ci_last_regenerate|i:1682723685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e2410a698f286645cda6c9b294f7149b703800', '40.77.167.37', 1669898268, '__ci_last_regenerate|i:1669898268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e28b36224edff5e8862c06fbbc66ea7407e7c9', '200.119.173.130', 1675857422, '__ci_last_regenerate|i:1675857422;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675857400;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e351984edfdde379cf56569174a02f5cee1e87', '190.56.32.32', 1686085061, '__ci_last_regenerate|i:1686085061;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686085055;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e44f82977c04fe6e205b5a7ff14e3a976f4700', '40.77.167.45', 1670345644, '__ci_last_regenerate|i:1670345644;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e49a15dcca3e000d131c005842b3ac06c3282e', '173.249.31.237', 1659409081, '__ci_last_regenerate|i:1659409081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e646d1dff864ff51ccbefd72dc63919caae2b6', '207.46.13.224', 1680384069, '__ci_last_regenerate|i:1680384069;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90e68a09eba6833682bd41f638b882ef311ffb42', '190.148.252.56', 1663946952, '__ci_last_regenerate|i:1663946952;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663946474;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90eadcec818a64cd3c61989730d4a9b5f633c7a1', '190.148.252.151', 1671059559, '__ci_last_regenerate|i:1671059559;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671059442;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90eb7f5e3ff816f9e70a44d2c95aa186bb30c20a', '190.148.252.151', 1670937763, '__ci_last_regenerate|i:1670937763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670937717;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90edf97bca009b984c86c66e8b7cacf1d6edde92', '52.167.144.63', 1687104743, '__ci_last_regenerate|i:1687104743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ee44cf502cbe6b7b7e45f024c61fae2923adf4', '190.148.252.81', 1658799362, '__ci_last_regenerate|i:1658799361;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ee5db047a2c5ac5c9c18cc1fa0d5a2d90c41db', '200.119.170.158', 1661365115, '__ci_last_regenerate|i:1661365076;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661344641\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661365114;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ee8447814ea2d9a4883eb3dafa23d81b8e2828', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90ef98cd83cc1674fc895ee8ac896e02e00c4909', '40.88.21.235', 1667279276, '__ci_last_regenerate|i:1667279276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f04d85ccedf63436f26582095c1b1c5261922f', '200.119.169.44', 1663774648, '__ci_last_regenerate|i:1663774648;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f1fe476ec4e6e80ecda5ab02113f76cea3a588', '66.249.65.100', 1651343955, '__ci_last_regenerate|i:1651343955;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 ('90f356234e5c89c4de7f1fa5c08041555dbe90c6', '40.77.167.63', 1672157229, '__ci_last_regenerate|i:1672157229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f36b7037d6680692b326415585d9fa980cca81', '139.162.16.198', 1671704759, '__ci_last_regenerate|i:1671704752;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 ('90f46fb941a5fa9223c6ec4d478e783583c86897', '190.56.32.162', 1686579622, '__ci_last_regenerate|i:1686579622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686579238;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f4b38f845b8264157b26ebbe2226fe21b5e71a', '157.55.39.194', 1674391520, '__ci_last_regenerate|i:1674391520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f4ba9c6c5baed405c27a16511d2336515ca4d1', '200.119.170.212', 1665884020, '__ci_last_regenerate|i:1665884020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665883715;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f4c7e7898a0eb56396278bfa543fed03235875', '40.77.167.191', 1681808680, '__ci_last_regenerate|i:1681808680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f869ea079f370c786d16560ecdb51eb24d562e', '20.108.173.20', 1653610085, '__ci_last_regenerate|i:1653610081;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 ('90fa8383fa71b56f811dadd736c4bc24fe03ac8c', '52.27.34.121', 1651929403, '__ci_last_regenerate|i:1651929403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90fb4f71b91aa9fda561f87f4f2a854c258333c3', '114.119.152.235', 1686601572, '__ci_last_regenerate|i:1686601572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90fd1516b314f5d4c54a5e133f8ca845109a1598', '52.167.144.82', 1687513381, '__ci_last_regenerate|i:1687513381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90fd30b06af451d91736122fef4bff7d97f74256', '190.148.252.106', 1684443689, '__ci_last_regenerate|i:1684411395;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684333069\";last_ip|s:15:\"190.148.252.106\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684443689;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90fdc24d597d1d751fca5a1a3660c0d19e4a70a0', '207.46.13.215', 1677292437, '__ci_last_regenerate|i:1677292437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910189f3bc1e93a9e8e02d8339dad1b5e6131b58', '52.167.144.164', 1685096567, '__ci_last_regenerate|i:1685096567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9102151291c39a41b3c1f43ede5c0d6ad3355464', '190.148.158.151', 1677511678, '__ci_last_regenerate|i:1677511678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677496910\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677511674;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910288ee31af816f353e68198688b3ffe847ff89', '190.148.158.175', 1672669165, '__ci_last_regenerate|i:1672669165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672669103;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9102fcdebff0d2b1a7ae3e537ad606df6c15e4cb', '52.167.144.74', 1688088176, '__ci_last_regenerate|i:1688088176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91049ce44ae396296b6f215960692ceea4e1ccc7', '35.89.146.95', 1672580031, '__ci_last_regenerate|i:1672580031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9105be016529194fa83043b62bd42f15aa6dd33b', '18.236.249.230', 1677157956, '__ci_last_regenerate|i:1677157956;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 ('91068b23dcddc4c05d6de9b8418af0c01d48e88d', '40.77.167.175', 1680274393, '__ci_last_regenerate|i:1680274393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9107b314cda3a1c827b773fa3eafd11b507d9fe2', '51.222.253.20', 1662722249, '__ci_last_regenerate|i:1662722249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91086221fa95debe23c7875b6035bfe8e8314115', '40.77.167.39', 1656103857, '__ci_last_regenerate|i:1656103857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9109acbf2c83e8b2d7959f3db8c00b988d1d771c', '52.167.144.164', 1685184850, '__ci_last_regenerate|i:1685184850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9109e316f37b8ef39644910389ad350ed79489b9', '192.71.36.158', 1662143848, '__ci_last_regenerate|i:1662143848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910a17834efde74d537d062b52c1e65492c9fefe', '114.119.141.116', 1684389164, '__ci_last_regenerate|i:1684389164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910a5fefb161f228f4ba2894cfe49f7be1d6df94', '190.56.49.237', 1665770708, '__ci_last_regenerate|i:1665770708;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665770652;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910ba786cc6bdc00619a4bd5bedc7d3dac2ffc38', '190.148.157.53', 1683655078, '__ci_last_regenerate|i:1683655078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683655074;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910c197d982836a81bbd2f0fca804cb810003973', '207.46.13.113', 1675584094, '__ci_last_regenerate|i:1675584094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910e40d23661a8be0430d7b73a38bd02c034bb38', '114.119.145.7', 1688171885, '__ci_last_regenerate|i:1688171884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('910f3398b1fb82397063345586de973122464399', '93.159.230.88', 1681275818, '__ci_last_regenerate|i:1681275818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911033ec59a0729c3c8379c94d6f6fa6f5a2dc73', '17.121.114.74', 1651500899, '__ci_last_regenerate|i:1651500899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9110974d34ae92c82e23d30476434f2e052c9279', '52.167.144.43', 1683842375, '__ci_last_regenerate|i:1683842375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9110cc9ef5f3c9926525c970912b6b4dbb939486', '200.119.168.250', 1681177291, '__ci_last_regenerate|i:1681177291;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681177237;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91124049678b1ea9adb900ed9dadd916a4f18618', '72.13.62.27', 1688564641, '__ci_last_regenerate|i:1688564638;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91162b336d41da4303767e07aaa898ee960a5a1f', '114.119.158.149', 1687993110, '__ci_last_regenerate|i:1687993110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911773a9563853d604d02ac67f92a69cd7ce7e46', '54.36.149.85', 1662913840, '__ci_last_regenerate|i:1662913840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911876a8b1af69b6d28e2b0bccfa462296f443b8', '190.148.252.111', 1678145122, '__ci_last_regenerate|i:1678145122;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678145078;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9119c247163ca7a1488a448fa44aa0f59d3c8798', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911e75da93466a076c12acd240b50e8bfd144b9b', '188.165.224.122', 1678106075, '__ci_last_regenerate|i:1678106075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91206936f31767d5efd9d5a1b4f6e493eaed906b', '54.36.149.64', 1652484147, '__ci_last_regenerate|i:1652484147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912076d883efe2400fbeeb7cb14b934d7f6c8136', '157.55.39.51', 1667642988, '__ci_last_regenerate|i:1667642988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912166e19417cfd17257ad18954b096c5a83813d', '52.167.144.162', 1686726833, '__ci_last_regenerate|i:1686726833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912278e53efe95f8f8f2ae4f7304243031128e8c', '190.148.158.175', 1672438668, '__ci_last_regenerate|i:1672438668;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672438612;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9124476180fb7ea71de781b1752c16550dab4d87', '54.237.250.240', 1650873751, '__ci_last_regenerate|i:1650873751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912546abcde624298f56703f3f5d2f602f7b15ff', '200.119.173.96', 1687179706, '__ci_last_regenerate|i:1687179706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687179435;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91260bba90b927bff8d1f0f6f09d42956edec3d0', '203.198.207.253', 1666338269, '__ci_last_regenerate|i:1666338269;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 ('9127086a0eaee1fd434318388c82f9479c72aa59', '204.48.19.165', 1671909184, '__ci_last_regenerate|i:1671909184;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 ('91279fac35132d48ab03b44bc3c72d0d8e4b1ee0', '190.56.49.109', 1666129545, '__ci_last_regenerate|i:1666129545;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666127363;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9127ae47dc574cdb02654d356de078078e931009', '190.56.54.156', 1665081349, '__ci_last_regenerate|i:1665081349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665080997;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9127fe05c09acf8c568a840b62dd239dffcee8a7', '114.119.152.142', 1687769897, '__ci_last_regenerate|i:1687769897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9129ffa4439eb1236e31209696032809028290d7', '114.119.150.33', 1686981755, '__ci_last_regenerate|i:1686981755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912c2ad176853146674f19ed7106068d2b16767e', '190.56.54.129', 1653436549, '__ci_last_regenerate|i:1653436549;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653436542;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912d821c45e6aec0e5dacd8a4bc21831c49f5227', '114.119.157.111', 1688425551, '__ci_last_regenerate|i:1688425551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913078b936212589716f9eeb1bd7e8e38fa549be', '51.222.253.17', 1670955298, '__ci_last_regenerate|i:1670955298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91307bfc967cea0d8569870e7b01d301eb87a7a1', '190.56.55.113', 1673613926, '__ci_last_regenerate|i:1673613926;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673543670\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673613396;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913100203833ac060ca7d8f8cb4709686a46c667', '52.167.144.69', 1675848527, '__ci_last_regenerate|i:1675848527;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9131e4f8a5156e4f46b87103b4010a1d360f87c2', '190.148.158.69', 1685707769, '__ci_last_regenerate|i:1685707769;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685707759;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9132d2883503cbfbfeea510d00ad7f794a6a8809', '34.212.94.26', 1663163552, '__ci_last_regenerate|i:1663163552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9132d82a9d0026dcf7a09f067f496c95f1121b95', '157.55.39.51', 1668552409, '__ci_last_regenerate|i:1668552409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9134762b24a6c2e2630a98d5c095b1e1b8f8271c', '207.46.13.206', 1681099516, '__ci_last_regenerate|i:1681099516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913663c7b134627234574d797e0108cd4701be18', '200.119.168.2', 1661377769, '__ci_last_regenerate|i:1661377769;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9136e6fcd0c324eb37f80293380dfb5ffb0308d0', '114.119.136.99', 1688241145, '__ci_last_regenerate|i:1688241145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91377d6902d00c923947ba8df6475f6a429e3239', '157.55.39.87', 1663533833, '__ci_last_regenerate|i:1663533833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913a60bb80033baa7976ad88b9130ccc9b5e84f9', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913cddb456135650f587c498cf9761559ee30518', '190.148.87.182', 1679759454, '__ci_last_regenerate|i:1679759454;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679759265;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913d06bba56c4e006a59527bdedf56c4efa20002', '64.246.165.170', 1654973331, '__ci_last_regenerate|i:1654973331;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 ('913d8688f39e84f3083f95f50c0754118346635d', '52.167.144.74', 1688380665, '__ci_last_regenerate|i:1688380665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913e761cf818a1765393739f48e265777e801d99', '52.167.144.171', 1685421731, '__ci_last_regenerate|i:1685421731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('913ec3257d010cdc87eeb28bf0d955d91b464747', '40.77.167.106', 1687156404, '__ci_last_regenerate|i:1687156403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91426b9b5d008a1eb1622c6c1cf1b8ea818f4f84', '74.208.2.232', 1684501746, '__ci_last_regenerate|i:1684501746;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91455a79a9e6780b8ee0bec341af5c9e66a765a9', '190.56.55.27', 1662391579, '__ci_last_regenerate|i:1662391571;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9145802f897b07913a4ff5645ee930a9261a16a5', '157.55.39.79', 1668834366, '__ci_last_regenerate|i:1668834366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9147158a5fbaffb6deaa3d68311d7df4062d9e66', '190.148.252.236', 1656034676, '__ci_last_regenerate|i:1656034676;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656005155\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656034653;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9148352c20ba7f3eb1c973cf1c7d45ea6a57d22e', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9148561fa89b74dca57425299fdd32e33757dd4b', '93.159.230.89', 1674217749, '__ci_last_regenerate|i:1674217749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91493a74bf4fb7254fa1e78d900d7e2210e4f5b5', '5.188.62.21', 1656437217, '__ci_last_regenerate|i:1656437217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914976237b24b23f39c282c3ee96cbc70bd3b9d1', '200.119.168.96', 1666922878, '__ci_last_regenerate|i:1666922627;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666922878;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914a95a38389b706fe965d0a01fb65bf3ddc1afb', '34.208.237.144', 1659100776, '__ci_last_regenerate|i:1659100776;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 ('914a9bc483d304b47f8c233a39d90600e824d07f', '54.36.148.102', 1670753086, '__ci_last_regenerate|i:1670753086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914ae6b77ef74c490680d0d408e224fd817c5b3e', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('914e6f88ee3c6c62cf33fbd1aea374d2ffb15c6c', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914fe8b767e1b5a135f16958503baec40150edeb', '190.148.87.182', 1679853969, '__ci_last_regenerate|i:1679853969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679853422;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91510b8acfbf10a8099b1fb1a3aba26e765161a9', '157.245.254.89', 1655521001, '__ci_last_regenerate|i:1655521000;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915282cc9c82a13c2d98a1d1beb7fe40d8ae344b', '157.55.39.62', 1660637737, '__ci_last_regenerate|i:1660637737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9153273ca704c760cb1ca22409323c94823cf94b', '40.77.167.227', 1682468371, '__ci_last_regenerate|i:1682468371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9154ad39db9d0d0398aa1c513895545704b46e41', '190.56.32.35', 1668477527, '__ci_last_regenerate|i:1668477342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668477385;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91575c436ca2ced00e8951eac80eae90dd792e37', '207.46.13.217', 1684025453, '__ci_last_regenerate|i:1684025453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915800c8137f4599a2146ccdac806ce1cb72c3f8', '40.77.167.146', 1687858676, '__ci_last_regenerate|i:1687858676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91588d2d1ba8bf2c1ed098f2d88c40e012be3920', '207.46.13.175', 1673006787, '__ci_last_regenerate|i:1673006787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915a329fd34d2d2b0a2894a905ceb3a982b46be0', '52.167.144.164', 1684365997, '__ci_last_regenerate|i:1684365997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915be50197f6ace99838e441195d62ff27c9be92', '114.119.165.43', 1686486927, '__ci_last_regenerate|i:1686486927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915d66235e98ab031a1b72f1867f90de87b383cb', '40.77.167.161', 1675524037, '__ci_last_regenerate|i:1675524037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9160221540a6d4f4a9f694aa4e33399a7d7aec5e', '190.148.252.73', 1664835198, '__ci_last_regenerate|i:1664835198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664835198;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9160a5183cd622157293812e05f4e593593991b1', '40.77.167.246', 1677285140, '__ci_last_regenerate|i:1677285131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9160fe61939b2baa979b77fab1f47313d84f9243', '200.119.168.250', 1680734714, '__ci_last_regenerate|i:1680734714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680734710;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9162a2f8836ff1ec810797fc9d4eb92341288d65', '114.119.139.212', 1688168831, '__ci_last_regenerate|i:1688168831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9163de9b8a7132d99a7cdc113d2ac1f89208f3b8', '144.76.68.17', 1683713134, '__ci_last_regenerate|i:1683713134;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 ('9165baefcb94f42f330d195c6bb251460ca08513', '114.119.160.138', 1687723497, '__ci_last_regenerate|i:1687723496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9165f9ffc86e816e63161512800d3738e0dad48e', '200.119.170.16', 1666801146, '__ci_last_regenerate|i:1666801146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666801016;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91674b20c094edb7de0d8bdc914a9abc7b2e5a8c', '200.119.170.237', 1658326967, '__ci_last_regenerate|i:1658326967;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658248955\";last_ip|s:12:\"190.56.50.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658326536;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916a340196c3ede390a5df420d2698ddb80a3c10', '52.167.144.171', 1685705867, '__ci_last_regenerate|i:1685705867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916c343d90fd1284520d1d0a702b24ca1fd241b4', '190.56.50.6', 1686951148, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686951148;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686951110;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916c43a34119780cb42b5ae96e3fbc8f8c28ab78', '207.46.13.209', 1685975698, '__ci_last_regenerate|i:1685975698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916e39f28c868f183f316255486955c61da5f2b1', '114.119.135.181', 1688174447, '__ci_last_regenerate|i:1688174447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916e587330cb4495da7066637e110e2e337dbfa3', '52.167.144.98', 1685546741, '__ci_last_regenerate|i:1685546741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916ee30c0ce0e76b8beaf711ea2afb16529f596f', '190.148.87.23', 1679432369, '__ci_last_regenerate|i:1679432369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679432360;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9171d49118e574fa8746ab480f197fa188212e8d', '51.222.253.10', 1659897731, '__ci_last_regenerate|i:1659897731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9172db65683db29c326bf9e58cb0d26bb5293969', '40.77.167.35', 1660953377, '__ci_last_regenerate|i:1660953367;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9174561d1c8e18346c4f89b62c0f64b18078efef', '207.46.13.113', 1676488756, '__ci_last_regenerate|i:1676488756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91768e178824a7a66d9609bfd3db2284c5d4f7a4', '40.77.167.225', 1676599756, '__ci_last_regenerate|i:1676599756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('917a59fde6bc3c81812fbe3d9689dfadeff895c3', '190.56.55.48', 1687395606, '__ci_last_regenerate|i:1687395606;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687395297;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('917c1ec0cc7804a586869999c4595f93ead93a15', '190.148.157.173', 1652386327, '__ci_last_regenerate|i:1652386327;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652380635;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"bmaUxR7JGs5Fh0lNtVHT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('917edf274a2e9fc5eaf0ffb274dd058d008a236c', '114.119.159.145', 1688417434, '__ci_last_regenerate|i:1688417434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('917ef8b6f8b972904153d14f21b2dba95b49682a', '66.249.79.199', 1680914540, '__ci_last_regenerate|i:1680914540;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 ('9180f6b901e22c496763a7c27b84627e0a651500', '50.21.188.6', 1675140587, '__ci_last_regenerate|i:1675140586;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91817a9469f63c96f165160e22dfbd0598d0623a', '190.148.252.151', 1671376004, '__ci_last_regenerate|i:1671376004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671375987;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9181b03f1f91d1e0f40c7e09f0a56c1081dc908e', '190.148.157.83', 1687656075, '__ci_last_regenerate|i:1687656043;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687656074;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91826d6241a93a5be9be02d8358e03db577608d4', '114.119.138.13', 1685771280, '__ci_last_regenerate|i:1685771280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918286257f51a333c7dcda4439fce9d069a37be1', '165.22.62.204', 1672639227, '__ci_last_regenerate|i:1672639227;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918488f5ac1b953634b8c1ae68426f87ce46de25', '190.56.50.253', 1682716166, '__ci_last_regenerate|i:1682716166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682715999;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9184fd33b446666c30668b1ffeb67e175f4d60cf', '200.119.172.58', 1659186307, '__ci_last_regenerate|i:1659186303;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91850a998f5f9db58f3547c49c81617551b486c7', '198.235.24.136', 1652310459, '__ci_last_regenerate|i:1652310459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91873ada9ac4a405005ce370b9a46676b8224f83', '190.56.32.174', 1676830583, '__ci_last_regenerate|i:1676830583;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676830456;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9187a8a7c4f55e0c3008449ece75770fd69dd0ba', '200.119.172.60', 1674842602, '__ci_last_regenerate|i:1674842602;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674842596;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918b23404aa55ca9d43cad493a4a5cb160f23854', '40.77.167.123', 1683658281, '__ci_last_regenerate|i:1683658281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918b724329ed31ab0099c073c2bd37b0ba5bd26e', '157.55.39.79', 1670374514, '__ci_last_regenerate|i:1670374514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918d2eb27db5d582aa03a2a535024b862aea757f', '193.235.141.170', 1662857583, '__ci_last_regenerate|i:1662857583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918ed46ef084d0a1c08b20435b26e76dc87a6cad', '74.208.2.218', 1665904425, '__ci_last_regenerate|i:1665904425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91919dfa497dbe9bc435aad695812d685a91f107', '192.71.23.211', 1650734902, '__ci_last_regenerate|i:1650734902;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 ('9192a3dbd1496171b6516cd4875e92cc84474d5e', '190.148.157.53', 1683909428, '__ci_last_regenerate|i:1683909428;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683908966;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9192a475bab3232716bc03c712ebfc96f3f02090', '205.169.39.23', 1659087617, '__ci_last_regenerate|i:1659087617;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('91934d4c3da51c5859a879473e481244f4ee9ee6', '207.46.13.217', 1684204131, '__ci_last_regenerate|i:1684204131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9193761b5807dc4c56799f99360caa2c75465898', '207.46.13.205', 1671306373, '__ci_last_regenerate|i:1671306373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91939db32504ee2d7221453f6bb5f5c31e50934f', '190.56.54.156', 1665076968, '__ci_last_regenerate|i:1665076968;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665076844;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9194f27fc93df9a993537dbb838e0e3161d9819b', '40.77.167.192', 1688346749, '__ci_last_regenerate|i:1688346749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9196455ff205136e02eaeb0012a7783f8b7cdda7', '190.148.252.151', 1671225866, '__ci_last_regenerate|i:1671225834;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";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\";user_csrf|s:20:\"Y54agloN7KrUmn2xiS1y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9196b8c056429d122440575e01be1b10bd8d43a4', '40.77.167.44', 1659649565, '__ci_last_regenerate|i:1659649564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91979ebb25e03ac1fb302e04be604ae588a620a1', '51.222.253.14', 1677975518, '__ci_last_regenerate|i:1677975518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91988e3e200f3a01468a5b2cac4d25acc43d1c55', '51.222.253.17', 1659273982, '__ci_last_regenerate|i:1659273982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9199c0a24ebfa93280e62b4e32b8fc2614151269', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('919a037df0a568d0397df933865b745e7e620d3e', '51.222.253.17', 1668504859, '__ci_last_regenerate|i:1668504859;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 ('919b363c68642c818b6e8eac9708532654fcf166', '200.119.168.48', 1668116946, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668116946;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668116846;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('919d0a17aeaeac7b018267dfdd0a4a06532d376e', '50.21.188.63', 1672705004, '__ci_last_regenerate|i:1672705004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('919dea8ba65181ae33fe4c5542486dc9cd384415', '114.119.144.87', 1685096742, '__ci_last_regenerate|i:1685096742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('919ece316cf61566c3828e95d8187a60e7430b09', '52.167.144.164', 1686726971, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a02a3ccaccfb798fd652e8acd5df64e90174e4', '52.167.144.98', 1686252272, '__ci_last_regenerate|i:1686252272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a22ac9ef243a3f3560972d1c4f1cdcd1ad7bef', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a32a941787d53a837f4b0c52722e285b4dc012', '51.222.253.13', 1683703482, '__ci_last_regenerate|i:1683703482;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 ('91a8b1591ec02f3f3cc890f726bb36a7735f2be7', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a8f90abefa9930f7b9faa07b99541a66fcc510', '157.55.39.210', 1680911185, '__ci_last_regenerate|i:1680911185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a9929a41e8f0b17526a537422100d2d0ce93dc', '104.227.189.24', 1675424561, '__ci_last_regenerate|i:1675424561;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 ('91a99b8ee92c5e357a5173c821393cd874edecab', '114.119.158.128', 1685993759, '__ci_last_regenerate|i:1685993759;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a9dd6e37e0c58d07876472fe22db23b1a2d001', '190.148.252.151', 1671233757, '__ci_last_regenerate|i:1671233757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671233754;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91ab63895f11ddc6efb6504c04ad3cac70d8b5b3', '190.148.157.80', 1669559753, '__ci_last_regenerate|i:1669559753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669559654;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91ae05fcea0b183ee79964b04259502e68d85ba8', '40.77.167.146', 1687916155, '__ci_last_regenerate|i:1687916155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91af7fef48ffc8c11ef93c53e90b27eac81dff3b', '54.36.149.67', 1657954550, '__ci_last_regenerate|i:1657954550;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 ('91b1d60e3184a21369608cec08c8ddf33a395a4c', '185.181.60.39', 1676657462, '__ci_last_regenerate|i:1676657462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b42128212f0bd191cfac67a94d69d4efdaeb27', '192.99.18.122', 1652019454, '__ci_last_regenerate|i:1652019453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b5159649b931afc15685b9f634b0955b9e3ff0', '51.222.253.14', 1655685410, '__ci_last_regenerate|i:1655685410;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b62b8067e4294aa23509b0bfdd2e4c159b24d7', '200.119.174.9', 1674419833, '__ci_last_regenerate|i:1674419833;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674419785;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b8ba9ca3dfb4361f62414501e77aa62eba4d6a', '157.55.39.123', 1667468371, '__ci_last_regenerate|i:1667468363;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91ba2aa9efdf5c3f09dfaff6456bad5a7748c3c0', '51.222.253.9', 1664971416, '__ci_last_regenerate|i:1664971416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91bb83162ebbf5def4725e0fb976ab15df5b735d', '114.119.137.64', 1687612069, '__ci_last_regenerate|i:1687612069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91bddccd6f11f4409916ec19a6221456f989bef4', '190.148.157.206', 1679528579, '__ci_last_regenerate|i:1679528579;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679528519;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91be26b5574263d7dd0b8c4406fcbf10e6bd5516', '51.104.39.111', 1651095921, '__ci_last_regenerate|i:1651095918;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 ('91c0f86aece8c008a9239cdfb37f171843f5f877', '40.77.167.161', 1675298594, '__ci_last_regenerate|i:1675298594;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c1789acefa72b903c5c1a2b55e81b113ec6692', '35.164.238.172', 1677503659, '__ci_last_regenerate|i:1677503659;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 ('91c2145552bab787a6d4985e9e887d7dc931e8ea', '190.148.158.75', 1663107860, '__ci_last_regenerate|i:1663107860;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663005228\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"iy5Xs6nMRLFJ3lkvWcU7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c21d0998eb8a19deaeaa7c3bc67c6e16dde267', '114.119.146.129', 1688364564, '__ci_last_regenerate|i:1688364564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c23ae724f1d53a188c661a1d23e4ce6f6cdd91', '52.167.144.162', 1682345230, '__ci_last_regenerate|i:1682345230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c38e40668a6ef0ceb9c0e50206ffbf10c65aa7', '40.77.167.170', 1675596734, '__ci_last_regenerate|i:1675596734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c40d007ee999f4e0f85f146ddcafef80071cdf', '114.119.138.35', 1687140547, '__ci_last_regenerate|i:1687140547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c4bd4998c303e821d65142f599edb7c2c87251', '190.148.158.175', 1672425976, '__ci_last_regenerate|i:1672425976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672425968;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c5fc8b48a49a4d0785f2997d6ce4f99036fe51', '18.236.91.134', 1683931572, '__ci_last_regenerate|i:1683931572;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 ('91c63b00c28241dbcb4a534a635f97c4982f9d98', '207.46.13.12', 1675839266, '__ci_last_regenerate|i:1675839266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c6a7b9a7427b6bfdfe6dbd7802f954267ee7a1', '50.21.188.4', 1677541974, '__ci_last_regenerate|i:1677541974;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c6d7dee828756bf86008898ad1ab358be64728', '157.55.39.80', 1670586705, '__ci_last_regenerate|i:1670586705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c8d2afdfc5b8f8f8a32337ba87c08719ae3840', '190.148.87.182', 1679607757, '__ci_last_regenerate|i:1679607757;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679607555;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91ca77bc9a5c500bcb9191a55669b72a87d1387d', '157.55.39.208', 1686035616, '__ci_last_regenerate|i:1686035616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91cae448381f861d8877a66f3e7e7ded56eb196f', '52.167.144.171', 1685760642, '__ci_last_regenerate|i:1685760642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91cc00f6e3d6bc00314684b36586c5134caa5216', '207.46.13.49', 1661610883, '__ci_last_regenerate|i:1661610882;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91cdb0dfde1f3b63e75f0b17d48b932e3bca822a', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91cff75284425b96dd84b3a248334c3fff79ca71', '40.77.190.85', 1681842483, '__ci_last_regenerate|i:1681842483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d0041c1d279be9495f0e6510ecae31b5d8950b', '190.148.157.53', 1683851797, '__ci_last_regenerate|i:1683851797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683851791;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d0a19816a2b527dbead2fc2fa2a0e3a7700683', '200.119.173.133', 1660948191, '__ci_last_regenerate|i:1660948191;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660683184\";last_ip|s:15:\"200.119.168.196\";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\";user_csrf|s:20:\"4T0mw2hnQZoAqSbF7eyg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d0c89b07986de0759220a5a342fe3579a9b4e8', '40.77.167.202', 1687701567, '__ci_last_regenerate|i:1687701567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d39ab377d462f8315691b9776f620f856ce5e0', '40.77.167.161', 1675662119, '__ci_last_regenerate|i:1675662119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d4652e8c2961d5d72138c17cb41d882b46324c', '190.148.157.80', 1669168552, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1669165416;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669142647\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669168552;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d4a2cb0e960235ec8cd8b8732d95b1cf8168c0', '157.55.39.225', 1687686492, '__ci_last_regenerate|i:1687686492;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 ('91d4f6bb8ad97bee3bff4a5618ee88c4260f1f59', '34.221.169.83', 1667222861, '__ci_last_regenerate|i:1667222861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d8bdae14468ebd58641c16d9fcd52267a019b7', '200.119.172.96', 1675475074, '__ci_last_regenerate|i:1675475074;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675474599;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91da444f99d1c1f5ecf100997ffe2eb8595670e8', '157.55.39.79', 1669577779, '__ci_last_regenerate|i:1669577779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91dba25eca477ae42697c32b6236db0b7468e5d4', '190.56.32.35', 1671645802, '__ci_last_regenerate|i:1671645802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671645438;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91dd93ac074964ad75f43ca593a5f4e2ecc6c7eb', '200.119.172.60', 1674763507, '__ci_last_regenerate|i:1674763507;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674763494;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91df19d515972fa369bb6263e337381b6232ca4d', '200.119.174.132', 1663793463, '__ci_last_regenerate|i:1663793463;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663786417\";last_ip|s:15:\"200.119.174.132\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663792654;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91df67d6f08e7c4998dab79c53f08fefba303995', '40.77.167.219', 1676697921, '__ci_last_regenerate|i:1676697921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91dfa550081a44f47b793b57425a639d8fe6896c', '190.148.252.151', 1671231462, '__ci_last_regenerate|i:1671231462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671231453;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e314e32885b620f034abf87919b9393b9a5e7f', '114.119.159.246', 1688186274, '__ci_last_regenerate|i:1688186274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e383f7be13cc55a62927b64e39e921758df3ad', '52.167.144.162', 1686094005, '__ci_last_regenerate|i:1686094005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e53fcab3a1970c1b7d26cc61bdf430655b2584', '190.56.173.213', 1683334821, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683334821;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683334282;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e5e86422aaea4bd0889fc53b881571e3ce32b2', '157.55.39.200', 1667222616, '__ci_last_regenerate|i:1667222616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e646b2d941b86b9ba81df7332cad6491db861b', '51.222.253.11', 1652210817, '__ci_last_regenerate|i:1652210817;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 ('91e647507fe03064eabe2739e01fe3521ab6e098', '40.88.21.235', 1680406051, '__ci_last_regenerate|i:1680406051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e85fe53cf0f5c4ba7e6ac8c1e40dbcfd5931d4', '46.101.63.152', 1652762871, '__ci_last_regenerate|i:1652762871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91ec8b3152e765b7d22db8a0d0bf9fffa999db0f', '114.119.156.119', 1688105616, '__ci_last_regenerate|i:1688105616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91ed03a1917d76259e9a93a566656f14374e43e1', '40.77.167.49', 1666510858, '__ci_last_regenerate|i:1666510858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f015d88f00ad84c0445212dc8a310fe42ef614', '40.77.167.182', 1683275301, '__ci_last_regenerate|i:1683275300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f06badd9830bde85faba78af330cc5162a1ea5', '114.119.152.60', 1686933347, '__ci_last_regenerate|i:1686933347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f4a0ab8b354846de23667423bbf27f24b40d36', '40.77.167.166', 1676599310, '__ci_last_regenerate|i:1676599310;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 ('91f598c0bda16cee1c104355496d65ec53d0b767', '40.77.167.202', 1687306371, '__ci_last_regenerate|i:1687306371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f63758a860da4516bca7a18e59a1bc1e8eac97', '207.46.13.106', 1670773518, '__ci_last_regenerate|i:1670773517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f811c8c279c82271dac4eef79623ee7f9b2424', '190.56.55.27', 1662383623, '__ci_last_regenerate|i:1662383623;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662383612;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91fb8374187507378cb71650136c51aa5adb033b', '114.119.154.115', 1688187667, '__ci_last_regenerate|i:1688187667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91fc1bbb431abaa6d1c137786acea0a27b98700e', '190.148.158.175', 1672162897, '__ci_last_regenerate|i:1672162897;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672079705\";last_ip|s:12:\"190.56.32.35\";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 ('91fc69808322a57f66ff3b198b2e645e1862de80', '51.222.253.3', 1669026639, '__ci_last_regenerate|i:1669026639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91fdd6f8b28f8a3480013c31857ccf5da38e7a7e', '40.77.167.49', 1665927801, '__ci_last_regenerate|i:1665927801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91fde7031edab6d71c5829977bee879727f0bfef', '190.148.87.96', 1678406040, '__ci_last_regenerate|i:1678406040;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678405719;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920013d503670054279388c3a099d17b506d606e', '190.148.252.116', 1653413331, '__ci_last_regenerate|i:1653413331;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409114\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"d1fG79RTe3PhsFv5Yogx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9200ed5ab22494934c31ae30aec4d18aae9932be', '52.34.76.155', 1663335039, '__ci_last_regenerate|i:1663335039;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 ('9202c22fa3ae0428c00308439a8e11bb75614719', '17.121.112.61', 1651501558, '__ci_last_regenerate|i:1651501558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9204fa53bfcd0394f21682a78a059d76800715a0', '173.249.31.237', 1659409305, '__ci_last_regenerate|i:1659409305;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 ('92056dc0b0f638ace06f06a4c54188a448f197f1', '52.167.144.164', 1684763744, '__ci_last_regenerate|i:1684763744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9206c2afbbd9a7564ad68d36de9651a0b9d06a03', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9207aeaf0c7a6049cb5436158ed3c7a59b8eb50e', '54.36.148.124', 1650924629, '__ci_last_regenerate|i:1650924629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9207b7398ec411808ff9d54ef88592da34ecd937', '190.148.252.151', 1671150249, '__ci_last_regenerate|i:1671150249;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671148555;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920db0a63351b135ddabfdbbc94be30da9a8fc51', '40.77.167.202', 1687895188, '__ci_last_regenerate|i:1687895188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920dd1286826497b0a9a72e50895daff1f2d4b6d', '40.77.167.85', 1683980122, '__ci_last_regenerate|i:1683980122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920f5e5d063f10cfa2e877f94f4f6f13034c3a7d', '51.195.216.255', 1650899389, '__ci_last_regenerate|i:1650899388;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920fddf9ec6f0bfa38111ee8281e3db3f242e9c4', '51.222.253.4', 1655891160, '__ci_last_regenerate|i:1655891160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9210f733aaa2ad26c5a18046535d6219a1526fd6', '54.36.148.8', 1651300408, '__ci_last_regenerate|i:1651300408;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 ('9211b2cc8a849af530ad30aea916625872e5a109', '106.75.101.43', 1686908273, '__ci_last_regenerate|i:1686908273;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 ('9211bc7365a05f785703fbda3fca1666529a394e', '190.148.252.235', 1666892296, '__ci_last_regenerate|i:1666892296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666892199;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9211ed96f2a3dbac6dd9907e5dcae1ee17993fd8', '114.119.132.10', 1686142657, '__ci_last_regenerate|i:1686142657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9212e8e0624597ca0cc1676ac6ddf701d8691389', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9214e6fdfbc09081a589a0ecdc7a78ebaacdd856', '40.77.167.123', 1682959422, '__ci_last_regenerate|i:1682959422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9218cac52e99d7b57fab5856231d5ad0a94a67c1', '176.28.102.178', 1665940137, '__ci_last_regenerate|i:1665940137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9219207c22eb5209ad56bffa374b0adfe2ef3062', '207.46.13.210', 1686973931, '__ci_last_regenerate|i:1686973931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921b46320a5240c1a723e8b54520fe2a12c78e17', '157.55.39.65', 1661173168, '__ci_last_regenerate|i:1661173168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921bffb1bc13766a72dcfd4f40b233607f19b2ec', '190.56.50.253', 1682724961, '__ci_last_regenerate|i:1682724961;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"eNI5Un3pS0sVORHwqQEr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921d2ad2e7fc40a2b48d5b5a5997c8aa75e74b99', '54.36.149.54', 1655421417, '__ci_last_regenerate|i:1655421417;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 ('921dd82b8cc5c00dac9b38da3ee39a96699fa824', '3.111.41.2', 1670738456, '__ci_last_regenerate|i:1670738456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921fcb5a2bcc4f8a4b35c7d982527b480e74ee7e', '190.56.173.213', 1683553451, '__ci_last_regenerate|i:1683553451;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683553445;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9220904f2a6efdb28d913089df91fae1fbd58f5b', '149.57.16.7', 1653807047, '__ci_last_regenerate|i:1653807047;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9220911acab552fc0a4fc25221befcd694140ed4', '40.77.167.79', 1654161931, '__ci_last_regenerate|i:1654161920;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9221766a921b05be8c681cdd44f82b2456432f5c', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9223cc1d163a45b880afaf43643c2589f59e2c04', '157.55.39.80', 1669998730, '__ci_last_regenerate|i:1669998730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9223fd27b0d2efdd540ced8cbf3593c26c2a4861', '207.46.13.209', 1681157861, '__ci_last_regenerate|i:1681157861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9224496f9b88137014e81ea94b2660bf51372dc2', '173.249.31.237', 1659409144, '__ci_last_regenerate|i:1659409144;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 ('92248bda18657422abdac78bc7c6abf78607ec3d', '192.99.18.122', 1652019448, '__ci_last_regenerate|i:1652019448;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922602550f5a89cc8473095a419b8923d53f1ef2', '52.167.144.164', 1686321512, '__ci_last_regenerate|i:1686321512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9226dbdfe7f32cebaab4d28b61707d9cc4f15f5f', '52.167.144.98', 1684418831, '__ci_last_regenerate|i:1684418831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9228de96c89fd919d680c0224281fa4e5e1c3945', '51.145.92.28', 1651927104, '__ci_last_regenerate|i:1651927100;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 ('9229f92e2f6f60f15bd1db24394e2915eff36b96', '52.167.144.28', 1679245865, '__ci_last_regenerate|i:1679245864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922a02df65ca60faa6d1ee6acbe84fdc9ab61e2d', '114.119.159.6', 1685590819, '__ci_last_regenerate|i:1685590819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922c92c40b6b1eb61e86a6f22427d63afd61777e', '190.148.252.60', 1660667252, '__ci_last_regenerate|i:1660667252;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660653887\";last_ip|s:13:\"190.56.50.105\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660662770;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922cd987c5b63c7eed6312222172796d24c43e8c', '114.119.144.31', 1688217881, '__ci_last_regenerate|i:1688217881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922d5642b044b682d73e743853c3fcc00c3d1850', '190.56.55.27', 1662415071, '__ci_last_regenerate|i:1662415071;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414670\";last_ip|s:15:\"200.119.174.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662415044;register_id|s:2:\"95\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 09:02:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922e03e9b3d1bbb58e47b8b69628f18c2eb56443', '54.36.149.76', 1683875343, '__ci_last_regenerate|i:1683875343;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 ('922ef7ee98dc58ede5d878cad80c546ac49fe8fe', '17.121.112.219', 1658604073, '__ci_last_regenerate|i:1658604073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922f2820905cf260dffd00e100f029d016475c67', '54.37.233.116', 1650851733, '__ci_last_regenerate|i:1650851733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923013d71cd9a6757935ebe259929c15c57329db', '157.55.39.79', 1668250548, '__ci_last_regenerate|i:1668250548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923344bb9801ecb9623a05217dbdb25446a1a83b', '40.77.167.123', 1683265871, '__ci_last_regenerate|i:1683265871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92343bb3aa92e9087ddbd3f36a556f2df7367927', '190.56.50.15', 1666982603, '__ci_last_regenerate|i:1666982603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666982598;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92344a1baa9261af0330416665014a9b899f8817', '157.55.39.131', 1663589179, '__ci_last_regenerate|i:1663589179;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 ('92373b74d16d9334e09446518393f6afcdfffd75', '94.130.27.167', 1664543668, '__ci_last_regenerate|i:1664543668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92377b8425d84a4f7c2820213e88b533bddb96d4', '51.222.253.14', 1676478088, '__ci_last_regenerate|i:1676478088;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 ('923820e3b0f4308182983cd6b7d1ad8de41a26e6', '34.222.143.15', 1679491540, '__ci_last_regenerate|i:1679491540;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 ('9238252861b39451a17068f0e6225f55bf69ad79', '190.148.252.67', 1688507572, '__ci_last_regenerate|i:1688507572;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688507566;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9238519a658a34963073625cf02563c95cada107', '207.46.13.106', 1670998536, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923a2a475a61fa651e35bf5cca06217eb4263f57', '190.148.87.6', 1668287062, '__ci_last_regenerate|i:1668287062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668285422;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923aeda0108909ce35c15ef62f003e39f45bd66f', '207.46.13.205', 1671526232, '__ci_last_regenerate|i:1671526232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923b6f27acb5c0649d71c448c2586f1babd57337', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923cf7c05b39c87318b2fba1249a85efad98ae10', '66.249.77.17', 1653118583, '__ci_last_regenerate|i:1653118583;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 ('923d707572fd66cef516aed886cb78f991f15a74', '190.56.55.113', 1673733391, '__ci_last_regenerate|i:1673733391;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673732655;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923f615d985de5a7dad3508ba0d95e40d9f3e204', '77.74.177.119', 1660836330, '__ci_last_regenerate|i:1660836330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('923f8b8157342749f0b2b347becb791bc45896eb', '114.119.145.233', 1685552053, '__ci_last_regenerate|i:1685552052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92413466a05f89393f72a46f29f8eabedc86c4e6', '40.77.167.27', 1658083143, '__ci_last_regenerate|i:1658083132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9241814fed61d418875be348ec4221161a221788', '114.119.128.253', 1687342757, '__ci_last_regenerate|i:1687342757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9241e1ddb98eee202bf985f9b5f9e76fc62cbaed', '190.148.157.53', 1684084828, '__ci_last_regenerate|i:1684084828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684084823;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924276b71e9e4b501a4f015e455a75949625185f', '157.55.39.80', 1670184856, '__ci_last_regenerate|i:1670184856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9242cf5fe7ce1857d665fb1df02c52dbc190cfb4', '45.63.18.23', 1688447118, '__ci_last_regenerate|i:1688447118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924403d142e0c47eb18f0febf77b2d6eb89b7e1b', '190.148.87.244', 1654648018, '__ci_last_regenerate|i:1654647993;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654613787\";last_ip|s:14:\"190.148.87.244\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654648008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9244337e300a60ee05cbcb70e6bc82df08994c13', '200.119.168.250', 1680721808, '__ci_last_regenerate|i:1680721808;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680721537;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924469d594d9c64cf3535d21127c6f77acc32320', '114.119.148.184', 1684050405, '__ci_last_regenerate|i:1684050405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92453795dd8923a4a699e6e2819158ee5a326fd1', '173.249.31.237', 1659409324, '__ci_last_regenerate|i:1659409324;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 ('9245f4a2f1b92bbedad1d48c0a33bf7fe618e29f', '18.206.55.48', 1652213275, '__ci_last_regenerate|i:1652213275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9246662f3aa93a79341065179d0f7f8038974f26', '114.119.144.184', 1685771109, '__ci_last_regenerate|i:1685771109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92480c40c2cfa7d81cf86e121e40463e15f30535', '17.121.114.84', 1656353736, '__ci_last_regenerate|i:1656353736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92481890019f9fbdb5752132f91a9de7a9b142fd', '114.119.131.231', 1688228438, '__ci_last_regenerate|i:1688228438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92483f38300282a4c5dd0862aa55e65a14af0181', '157.55.39.65', 1661784032, '__ci_last_regenerate|i:1661784032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9248d07c73a9eb078b600ba1961bce441a974b46', '157.55.39.65', 1662104370, '__ci_last_regenerate|i:1662104370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924993e81594f8d5466e6d51fa84ca8f74173517', '45.63.18.23', 1688451333, '__ci_last_regenerate|i:1688451333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924a231820c1b4cd7bbcc100cc7674f582e8f8ba', '114.119.153.53', 1687507438, '__ci_last_regenerate|i:1687507438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924b8bb705733ac94a5cd0c13dc51037be2e5d74', '114.119.152.12', 1688180293, '__ci_last_regenerate|i:1688180293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92512eb43a88ece097046ef847a2e3b320ecb852', '5.188.62.21', 1653310692, '__ci_last_regenerate|i:1653310690;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92512f70c1a0e9cf5b184eb639e74fa7a80f1760', '52.167.144.164', 1686468039, '__ci_last_regenerate|i:1686468039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9251d467767eb206a05c451957656659b7566919', '114.119.152.59', 1686601043, '__ci_last_regenerate|i:1686601043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92558066c6ad84d44cf798dd3aa4501feb8cecc3', '172.126.19.216', 1686501414, '__ci_last_regenerate|i:1686501414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('925817420f33be32b2a71cb63f9c67445d456def', '114.119.133.34', 1687552103, '__ci_last_regenerate|i:1687552103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92590e12534890b70a1cf6f53b920d774c2251aa', '52.167.144.31', 1681499512, '__ci_last_regenerate|i:1681499512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9259428dfe66242083fc0a422aeb32acd6aaa832', '114.119.146.251', 1686903854, '__ci_last_regenerate|i:1686903854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('925b2f38252314bcfe424b9fdede53da4b551437', '157.55.39.217', 1683331716, '__ci_last_regenerate|i:1683331716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('925c0397a3979386bef60c908eac3f503289b96f', '200.119.174.9', 1674349100, '__ci_last_regenerate|i:1674349100;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674349092;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('925c82064b4d079f612c860896c8fcf6a4729b90', '114.119.135.196', 1688039308, '__ci_last_regenerate|i:1688039307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926582f5a0b12b2987223cd052c27f8e6bac90c9', '190.56.50.253', 1682605215, '__ci_last_regenerate|i:1682605215;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682605181;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9266389488e68f50dcbc18a2a8be2b17e892ee3e', '190.148.252.96', 1672963991, '__ci_last_regenerate|i:1672963991;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672963977;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926ca7a591dcd60861592ad49694a9fc074275db', '40.77.167.80', 1686834538, '__ci_last_regenerate|i:1686834538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926dbd79a723d3578307d46a90ed05e2406134e8', '114.119.141.103', 1685253424, '__ci_last_regenerate|i:1685253423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926f8343167a134b8e4af30e4fbae73a3c1cb989', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926f8f004f38daedde052d75ab1001a2687e812b', '40.77.167.13', 1672190634, '__ci_last_regenerate|i:1672190634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926fee392f0ff583ebdd0c9d707959f4e4f2c3a8', '114.119.157.156', 1688188221, '__ci_last_regenerate|i:1688188221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('926ffd564ce55d3ffd1f513b3a832cf78daa95bc', '46.161.11.81', 1654220493, '__ci_last_regenerate|i:1654220484;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927080ed3063f90b6d860c4fc3fd75c32c387489', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927139d63b701c44ce2f14c756f60fbb158e85bd', '52.167.144.98', 1685486500, '__ci_last_regenerate|i:1685486500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927199d9d95835bc8724583dcfc85885624a7721', '190.148.158.69', 1685751384, '__ci_last_regenerate|i:1685751384;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685751337;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9271af568cdde845c890e9dbba2959dc34c76236', '200.119.172.126', 1652825055, '__ci_last_regenerate|i:1652825055;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652800395\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652825041;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92724cb531f5c0e200b71c1c7d8cc52f8216f6dd', '157.55.39.102', 1658998191, '__ci_last_regenerate|i:1658998181;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92737e574ab6f808dc51958c0a0cd8844daa015f', '157.55.39.51', 1668255820, '__ci_last_regenerate|i:1668255820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927433388b40ccec329beddf483f1648c7aeb83d', '200.119.168.250', 1681167072, '__ci_last_regenerate|i:1681167072;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681166929;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9276ee412c58d3e94a1eb3fc357d1420d2af67d3', '157.55.39.144', 1665786395, '__ci_last_regenerate|i:1665786395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92771d68b46ec8b5ff56f704ec33964bd33fc7cd', '17.121.112.80', 1657286996, '__ci_last_regenerate|i:1657286996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927750f4d1e7309a6202dafb20ab76a179e4e170', '54.203.19.188', 1679924128, '__ci_last_regenerate|i:1679924128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9277ecfa892e360894fffe1cc3103d0391eabc67', '101.251.204.98', 1675345767, '__ci_last_regenerate|i:1675345767;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 ('927c53bdd6cb2a6a48f5bebecbf4cd88a5f13198', '52.167.144.164', 1684315764, '__ci_last_regenerate|i:1684315764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927ca5ff6db47c58005f71d947c8013fbe67d046', '52.167.144.164', 1685369019, '__ci_last_regenerate|i:1685369019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927d34ef068f73dc0d7c327b83a2e103b61fa2c2', '114.119.135.193', 1688543959, '__ci_last_regenerate|i:1688543959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927e285b15b02723319d401ada3471f5dbf2855d', '114.119.157.191', 1687301245, '__ci_last_regenerate|i:1687301245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927e4bc84b10e898380bf9fb6c9c9883598fcab2', '40.77.167.202', 1687279260, '__ci_last_regenerate|i:1687279260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('927e9a4f92c5451b6ae0f0e873f585618dae75dc', '40.77.167.85', 1686512051, '__ci_last_regenerate|i:1686512051;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 ('9280720c8ee8aa8b09e506449aa9387548b67706', '190.56.49.187', 1688043882, '__ci_last_regenerate|i:1688043882;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688043874;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92817ed94511dff29afbfc195125e198ac98d551', '207.46.13.41', 1671603690, '__ci_last_regenerate|i:1671603690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9283a7930a22c8484a43506bc5b8cd139048711c', '52.167.144.164', 1684553843, '__ci_last_regenerate|i:1684553843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9283dd55805fc022106eacfb094a9aa7eecd0e63', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9284e0cf24f92db90528b932433326f17ac3e509', '157.55.39.9', 1674966590, '__ci_last_regenerate|i:1674966589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92862efddfcd679ce045da6d071750bea9189ca6', '114.119.129.74', 1688039097, '__ci_last_regenerate|i:1688039097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9286b520afec167726eed4777e314a07a987d884', '52.167.144.164', 1686415142, '__ci_last_regenerate|i:1686415142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92891bf55dff320479d0c45b8634bb1062cb9fae', '190.148.157.177', 1682089637, '__ci_last_regenerate|i:1682089637;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682089526;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928a95db55ecbda25430ffd18f38edf33561fcdf', '46.161.11.81', 1654355549, '__ci_last_regenerate|i:1654355547;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928b6660a9a96bf0275a155ac7b3f2db3cb8476c', '190.56.173.213', 1683567542, '__ci_last_regenerate|i:1683567542;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683564731;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928c24c5aa78c2f41c88b3ae49ee6c4b95eee6ca', '190.56.32.35', 1672020595, '__ci_last_regenerate|i:1672020595;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672020576;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928ddfb91edeeac6124ce9b2766e1bf4750c8fb0', '200.119.173.130', 1676130032, '__ci_last_regenerate|i:1676130032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676130018;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('928ec4cd64b6bdf5013e1639eebb45e8c642f54f', '52.167.144.76', 1681701892, '__ci_last_regenerate|i:1681701892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92911711b621c8f9b39e82259bb1115da5bc3dd2', '72.13.46.6', 1659859417, '__ci_last_regenerate|i:1659859414;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9292722da2742833789d553fe877bfefab960b45', '54.36.148.101', 1663126725, '__ci_last_regenerate|i:1663126725;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 ('9293144034abb6abd03ae6b1642603731db5867b', '54.208.79.154', 1665421663, '__ci_last_regenerate|i:1665421663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9293f1c382eb17adbc37ca823c2c6faa1315ed8b', '66.249.79.199', 1679852235, '__ci_last_regenerate|i:1679852235;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 ('929435335b25892ba00b96e0bb5ed5778b0aba24', '207.46.13.154', 1671522728, '__ci_last_regenerate|i:1671522728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9295352759b071279055140bbf14a0751509ec94', '190.56.55.48', 1687636785, '__ci_last_regenerate|i:1687636785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687636652;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('929579dc2900e395016d16d45f99fdd059414d5d', '190.148.87.182', 1679678305, '__ci_last_regenerate|i:1679678305;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679678256;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9295e95dabf2b936b816adaede1a9d703da4cc04', '190.148.252.85', 1666203529, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666203529;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666203469;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9296d99ec73dda30a43c652c2da217758b241aa0', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9296db40f2024a1209d925464b8de3ad36278219', '17.121.114.164', 1660419098, '__ci_last_regenerate|i:1660419098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9298b688241e96a98e03de0fb9bf742632f2e82d', '54.37.233.116', 1650851707, '__ci_last_regenerate|i:1650851707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('929c21b43eba8a7d357049609242272a377d8252', '207.46.13.12', 1675324894, '__ci_last_regenerate|i:1675324894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('929d7bd291a4ff25e265c4fce7e6db56806d1be7', '34.102.12.65', 1659997662, '__ci_last_regenerate|i:1659997662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('929e040d0ecfd2fa67c1d83468c838e2a52dab9a', '17.121.115.12', 1659587802, '__ci_last_regenerate|i:1659587802;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 ('92a0aef9f2996671aa9a01cc8656f919bdab9a7c', '173.249.31.237', 1659409293, '__ci_last_regenerate|i:1659409293;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 ('92a0ce44cd726c233dc191f3772bd32c6266e356', '52.167.144.164', 1685974244, '__ci_last_regenerate|i:1685974244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a10ee2a5b0db9d0d3c53558b41968cdcc61cb4', '52.167.144.37', 1677652600, '__ci_last_regenerate|i:1677652600;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a1b18177827868b11147d684d74b6b150cd4a4', '18.206.55.48', 1651803479, '__ci_last_regenerate|i:1651803479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a2dbf6266ee3706095c15a67a47516d702b9a2', '52.167.144.39', 1680532192, '__ci_last_regenerate|i:1680532192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a40316413c48f013b64cb84272b4895d95c497', '40.77.167.13', 1672246879, '__ci_last_regenerate|i:1672246879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a4d8d11afe77567c35fc601026ee9d0cd15e39', '51.222.253.5', 1685468125, '__ci_last_regenerate|i:1685468125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a50a1cee4659c80d562b844a1a66e6acd7007c', '157.55.39.46', 1673213606, '__ci_last_regenerate|i:1673213605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a553619dda44c77cedbca22553ceb2306b5321', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a57d40f090201777f905fbedb1dacfbec908d2', '152.89.196.13', 1661177324, '__ci_last_regenerate|i:1661177149;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a5c8302614d3f34b604ade119deb300bcf77d8', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a680207075725d1da8f2aae3bb597bfd41c861', '52.167.144.164', 1686510356, '__ci_last_regenerate|i:1686510355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a794cc4e01dd8f74e5692c86a85d81668a73cb', '52.167.144.171', 1684835831, '__ci_last_regenerate|i:1684835831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a7b7614ed3c487311815e448530b16e8fb63be', '114.119.150.254', 1685912122, '__ci_last_regenerate|i:1685912122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a7c58d3eee9ce639c02488c86fca7f5a57c909', '51.222.253.15', 1658196027, '__ci_last_regenerate|i:1658196027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a9882bced172411a2816aedf1b92b30c5e78c0', '52.167.144.70', 1688349524, '__ci_last_regenerate|i:1688349524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92a9d0650c7fc1e8999ad52afc93e0a495ac696f', '207.46.13.199', 1660275066, '__ci_last_regenerate|i:1660275056;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92aacb3452d8498f4ca20d5a6b428d34c9c34c36', '190.56.54.156', 1665160062, '__ci_last_regenerate|i:1665160062;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('92ad53206142bf9515bf3ae56559b73152e08f8a', '35.88.208.97', 1675864355, '__ci_last_regenerate|i:1675864355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b0aa201034c0d0767e68d20db93cde63d6d772', '51.222.253.19', 1663077708, '__ci_last_regenerate|i:1663077708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b0d4e7c924caad4f2e72abfd6138d0f85daca1', '200.119.174.9', 1674509322, '__ci_last_regenerate|i:1674509322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674509316;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b1604eafdb81748498353051fc5437f3471a77', '50.21.188.12', 1663642575, '__ci_last_regenerate|i:1663642575;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b245f984c93811b6df883791e2e4e7cc50d6b1', '114.119.158.138', 1687635200, '__ci_last_regenerate|i:1687635200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b26c173f28c00e185c337719f3edf8e57765b3', '51.222.253.17', 1681352279, '__ci_last_regenerate|i:1681352279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b2c4acc644e29921060604f79b9c1b36ddcfd9', '51.195.90.229', 1650840534, '__ci_last_regenerate|i:1650840534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b2f6d8f44037024125d5ac85565604e1c220b7', '51.222.253.11', 1651182580, '__ci_last_regenerate|i:1651182580;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 ('92b60ba4e042c8019e4ebab259afb179fc76c670', '207.46.13.165', 1674970551, '__ci_last_regenerate|i:1674970551;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 ('92b77eed175b12797f4dc3722a1a553158cc7941', '52.167.144.164', 1685442873, '__ci_last_regenerate|i:1685442873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92ba4bf936b66cbd2cb4f3c9eb636e82f9400243', '207.46.13.205', 1671347493, '__ci_last_regenerate|i:1671347493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92bd6244f208adbfddfee6fe782369927fba7cdb', '104.248.166.186', 1673041639, '__ci_last_regenerate|i:1673041639;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92beb879ade6c47d03608cadc96c28e1dfda35a6', '51.222.253.16', 1657057602, '__ci_last_regenerate|i:1657057602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92bf1778d9f1a21ea36de2ffce9b4b67d2775d82', '51.222.253.3', 1685769008, '__ci_last_regenerate|i:1685769008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c0aa318b601626d4a3d9ccf328ce542f25c020', '52.167.144.98', 1684366001, '__ci_last_regenerate|i:1684366001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c121219580161afd4ee718af1cc36c6915d8b3', '5.188.62.21', 1656404426, '__ci_last_regenerate|i:1656404424;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c242b241388345fdb1839f463d1e29e47cb687', '54.37.233.116', 1650852044, '__ci_last_regenerate|i:1650852044;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 ('92c31af5d16b6c6610ed9aa658df4070186b46dd', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c3f1d1ab363ce26a770617c25d97f25e7fcaab', '190.56.48.81', 1666012839, '__ci_last_regenerate|i:1666012839;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666012478;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c40bbf5219948a7ac977d37920347927965cd5', '52.167.144.164', 1686726466, '__ci_last_regenerate|i:1686726466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c4e5198c2be3b9c5686571263613981145eeb6', '17.121.114.198', 1654257266, '__ci_last_regenerate|i:1654257266;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 ('92c53ff1fbe62e05b4ad15b3bf3e561f9636bd8e', '190.148.252.220', 1661436118, '__ci_last_regenerate|i:1661435987;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661431328\";last_ip|s:13:\"190.56.51.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661436117;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c5ce5759e9544e86e01e72e3ab1e088b005680', '157.55.39.213', 1681419921, '__ci_last_regenerate|i:1681419921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c8389982c2e0cee66e2c1b53e087db6e32266a', '190.148.157.206', 1679495006, '__ci_last_regenerate|i:1679495006;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679494593;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c84d940c3a0ffa5fcece70c64412784f200c7c', '34.208.80.200', 1661779757, '__ci_last_regenerate|i:1661779757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92c9f600b04722df8e9b3871204f82ded825a8de', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92cbdc5a74a40832c317f12e341f3f4288c1cf41', '144.76.67.169', 1676800975, '__ci_last_regenerate|i:1676800975;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d22a2b35ae3d23c928b26a6dfcf88662aa596f', '114.119.135.84', 1687647321, '__ci_last_regenerate|i:1687647320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d541261f0eaf9eb277aff14693387b36a17229', '190.148.157.8', 1677865993, '__ci_last_regenerate|i:1677865993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677865881;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d59a1091e4c54b594ab68086f8d94b18230a9c', '52.167.144.162', 1686291103, '__ci_last_regenerate|i:1686291103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d69a04ebc951cecadb1340470ac4dd626fc203', '51.222.253.5', 1663342053, '__ci_last_regenerate|i:1663342053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d7716be1c92d5bb93a690c3ffe5180fa753cdf', '51.222.253.17', 1664913554, '__ci_last_regenerate|i:1664913554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d94e323e58e207d21c1f467a4a39e67f3d254b', '144.76.151.42', 1650866393, '__ci_last_regenerate|i:1650866393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92da652aca79dda3c0e5019e203fa9d35f66e43d', '208.167.233.65', 1671467418, '__ci_last_regenerate|i:1671467418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92dd6b86fd6b334aa0cc0442c145f3a3ff921d0a', '190.56.32.243', 1684696580, '__ci_last_regenerate|i:1684696580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684695812;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92df5b03181cf79e73e67e7fdfaaa69a51b8d519', '190.56.173.136', 1687905973, '__ci_last_regenerate|i:1687905973;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687905940;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e1543b882883dccbe05baf121bb2c8d75b7ce0', '51.222.253.4', 1660161197, '__ci_last_regenerate|i:1660161197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e3da5c895a1e21b2fda66bfd9762503fd3132b', '114.119.151.9', 1685335548, '__ci_last_regenerate|i:1685335548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e4ac30aab6fb1f3bad281bf1fd1f2a6f8d68cb', '190.148.157.183', 1680195807, '__ci_last_regenerate|i:1680195807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680195796;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e5c15fa8479505e55938a9ff48d5628f34bd7d', '190.148.157.233', 1655486244, '__ci_last_regenerate|i:1655486244;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655485607;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e6a81a1637459a9726ff9676bb9459251822fe', '167.172.75.190', 1651351221, '__ci_last_regenerate|i:1651351217;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 ('92e9a0a7d9e68cd48c1c8a57bb1426befdb80df9', '52.167.144.28', 1679155989, '__ci_last_regenerate|i:1679155988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92e9dfc5c77c4309fe44d2e2526c94d9047f3eed', '157.55.39.147', 1672246855, '__ci_last_regenerate|i:1672246855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92ec45aae4a0416a4ac201819f9d9c80044f6b07', '114.119.147.6', 1687788420, '__ci_last_regenerate|i:1687788420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92ecd05845736ba6caf7298afed63fa7acde7074', '114.119.159.6', 1687063050, '__ci_last_regenerate|i:1687063050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92f2829f1d272858c5b33c95ac9f4c4f787464a8', '190.148.87.85', 1684541528, '__ci_last_regenerate|i:1684541528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684541427;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92f35bc22eac4732fb28373a01207cff5ef630a9', '190.56.32.162', 1686515626, '__ci_last_regenerate|i:1686515626;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686515622;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92f41fe885becb8890cac4b96353b56273da791e', '66.249.74.103', 1683125116, '__ci_last_regenerate|i:1683125116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92f75864aa4b1cd6b0d9bebc0602b1dfc9c45e4c', '190.148.157.177', 1682193283, '__ci_last_regenerate|i:1682193283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682193277;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92fe35dcbd063344cc61e755b7829a1ffce93e3a', '200.119.172.60', 1675088452, '__ci_last_regenerate|i:1675088452;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675088428;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9300bb6f39b074823a034a07effe976de8dab15f', '190.148.157.53', 1683650165, '__ci_last_regenerate|i:1683650165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683649860;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9302d8c427cb6ae21a6082592d157fbc747f6b71', '190.56.50.15', 1667139770, '__ci_last_regenerate|i:1667139770;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667139759;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93035f920500bb76f44afde1a09128087fd888fa', '200.119.175.15', 1658580841, '__ci_last_regenerate|i:1658580841;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658512474\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658580831;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9303bbebf86d80c63c25e5d6c509c8ae3ab69b2e', '17.121.115.181', 1653057865, '__ci_last_regenerate|i:1653057865;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 ('93058895d8ea525a618d40b9727bf21fb888e741', '157.55.39.105', 1677174188, '__ci_last_regenerate|i:1677174188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93078776b34da105dc82ba0d8571b1e3a61b2b49', '114.119.132.58', 1686944739, '__ci_last_regenerate|i:1686944739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930adecb21082615e15cf9e78749f90222fc337f', '200.119.174.9', 1674253639, '__ci_last_regenerate|i:1674253639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674253618;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930b82a2a6c7bcced02b791bcc876fd145f2558d', '190.56.32.174', 1676673185, '__ci_last_regenerate|i:1676673185;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676673164;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930d0a67681941e262498e13a7ea88f4fcca3248', '51.222.253.5', 1679449234, '__ci_last_regenerate|i:1679449234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930db956f769e79b17f7f44f5f2609f0764cc492', '157.55.39.79', 1668935029, '__ci_last_regenerate|i:1668935029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930e7de81631d5c291b5e78267e89c6c696d7fd3', '190.148.158.69', 1685489814, '__ci_last_regenerate|i:1685489814;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685489335;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930f9b6ab70eb2d16e4d42335e69829abaffc7ad', '51.222.253.17', 1667364807, '__ci_last_regenerate|i:1667364807;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 ('930fb7ff06bcfeb07fb0581c84bca62a9b0cb55f', '157.55.39.128', 1673753271, '__ci_last_regenerate|i:1673753271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9312862ed8532c0bc5ef7e053f3b3003e15b51cb', '114.119.132.36', 1685748755, '__ci_last_regenerate|i:1685748755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9313aaeb6c2403f2a594684319088e5e4d44b06c', '52.167.144.164', 1685361266, '__ci_last_regenerate|i:1685361266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9313d2ae00ab1cda201ac59c2ef5502e17356547', '190.56.54.129', 1653589423, '__ci_last_regenerate|i:1653589423;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";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 ('9314b5bad5dc00279eda35b433da00b0dc339e9a', '157.55.39.231', 1672507021, '__ci_last_regenerate|i:1672507021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('931672eb746e02da44e0c6d5a7f1872bafa2f858', '190.56.32.162', 1686348388, '__ci_last_regenerate|i:1686348388;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686348309;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9316ce3f0cbd714cd7f92a336625342e5e215e96', '190.148.157.98', 1678927648, '__ci_last_regenerate|i:1678927648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678927602;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9316f35d3e1b8e1c0427fbcab4e707be756a7a96', '52.167.144.74', 1688123682, '__ci_last_regenerate|i:1688123682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93198970c84edff469b8a60368c7dd5edb2227c1', '114.119.148.202', 1688133125, '__ci_last_regenerate|i:1688133125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('931a5ed51a4bb807e9761b9e2ea0de2fa271fb68', '66.249.79.199', 1659176653, '__ci_last_regenerate|i:1659176653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('931ff0e61839c7bb4db2f04c715125b3cac34389', '190.56.173.213', 1683381919, '__ci_last_regenerate|i:1683381919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683381353;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9321f3f6496b8b3be1ee727853326cfffa172453', '51.222.253.19', 1682034494, '__ci_last_regenerate|i:1682034494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9321f80217f40d6297d32755d805201c278ffd07', '65.21.206.46', 1657483180, '__ci_last_regenerate|i:1657483180;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93228b0263c5c0b870e3c55a8d2b9d19d8cfdf59', '40.77.167.182', 1684027987, '__ci_last_regenerate|i:1684027987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9323cf532d2fbecc1ad7035fdc21c5e02df9f710', '200.119.170.30', 1660234144, '__ci_last_regenerate|i:1660234144;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660165219\";last_ip|s:15:\"200.119.170.131\";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\";user_csrf|s:20:\"xjZek9HdnfV3aTOsqSoX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93259c5eb3ee7957752f89af5f2351d237a42854', '190.148.157.242', 1687012700, '__ci_last_regenerate|i:1687012700;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687012446;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932675430b15799354e19ffb4509998493847232', '54.227.32.154', 1652213286, '__ci_last_regenerate|i:1652213286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932761e31dfcc0e95bab905cc067ce8f3c2bde57', '200.119.172.126', 1652890641, '__ci_last_regenerate|i:1652890641;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652887264;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932b0165461139baf32444a15c19e1e79404e5b0', '40.77.167.13', 1674318411, '__ci_last_regenerate|i:1674318411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932b9c277749fbe8fdf881c7e8f2ed47e72f3eed', '54.36.149.98', 1662207660, '__ci_last_regenerate|i:1662207660;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 ('932c495f73576c9fb24d9ab99832a5e7a98efbce', '190.56.55.113', 1673708536, '__ci_last_regenerate|i:1673708536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673707711;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932d1a90e7968b635054bc8229cde9c43830f678', '40.77.167.156', 1678950068, '__ci_last_regenerate|i:1678950068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932defe1e6afec36cee81d4a63ec473554fda4cd', '190.56.32.162', 1686237240, '__ci_last_regenerate|i:1686237240;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686237237;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932e247ec4bc32562a8aa323fa5a6487dfe35e64', '114.119.133.82', 1688036892, '__ci_last_regenerate|i:1688036892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9330618c13ef74904c0264727363ad665a376f74', '35.244.119.8', 1655861568, '__ci_last_regenerate|i:1655861564;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 ('9333d3777f9dc9291d0fb2cbc4205a789fc6a1e7', '34.143.145.127', 1650854973, '__ci_last_regenerate|i:1650854968;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 ('9334ceb3ddf5fabaffb11970cf84237c24aa1c3c', '114.119.153.132', 1686647286, '__ci_last_regenerate|i:1686647286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9336bbdd72c7ee40b558a52f895b5c65abd6f3ce', '157.55.39.13', 1676485849, '__ci_last_regenerate|i:1676485849;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 ('9336c65c2141280bf1490164fc5a34291f4ebef4', '40.77.167.37', 1668001725, '__ci_last_regenerate|i:1668001725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('933a69000cf06199a70a4e35e699aed24ad05b51', '66.249.79.196', 1688554130, '__ci_last_regenerate|i:1688554130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('933ba6491b3ebf40d0a8351856b58f043cce6b6c', '52.167.144.164', 1685679487, '__ci_last_regenerate|i:1685679487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('933c7a8e4ca35ccd4524f4877684a7462f721cee', '190.56.32.243', 1684776290, '__ci_last_regenerate|i:1684776290;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684776158;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('933cb62907e745f7107efdb8cf7842f8a4acc140', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('933d6e8b49a7ab5ffde92ecf4bf337db178dbc47', '51.222.253.17', 1663833715, '__ci_last_regenerate|i:1663833715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93450abdd214d3830c0adcf001e6f33169a012b3', '190.148.252.57', 1657895636, '__ci_last_regenerate|i:1657895636;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657895279;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93465f2fdd0deba457d183f0af1c0a8a77196019', '190.148.157.177', 1682188489, '__ci_last_regenerate|i:1682188489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682188450;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9348e1f2863ba9e57f14793cc727aae736a6b0c7', '52.167.144.90', 1680899744, '__ci_last_regenerate|i:1680899744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('934c8a4d564cf8f5b1522fe0854be843dda9ba52', '190.148.87.23', 1679437597, '__ci_last_regenerate|i:1679437597;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679437595;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('934f152563d25a30034d2e1420293b202764c39d', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('934f5cd60d61d328f79300ae64fb2f154a9d42c6', '58.251.94.154', 1650670586, '__ci_last_regenerate|i:1650670586;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('9353d00458c45985d3ae3aeccf4c1e786d966fe7', '51.222.253.9', 1675035075, '__ci_last_regenerate|i:1675035075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9355e9ad3006f23a5f3ad1a9d0c94f956ca2f97d', '66.249.65.100', 1678149447, '__ci_last_regenerate|i:1678149447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93571b9f0515d6db336ca39f0810abaaa0c7dc42', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93585eee743d907c09cf6eb72306a557b7e18fed', '17.121.115.198', 1653661476, '__ci_last_regenerate|i:1653661476;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 ('935c8f3751367f342cd51e046d5b907aafe03174', '114.119.161.177', 1687659006, '__ci_last_regenerate|i:1687659006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('935cb62d324bf54a64c80f9c0b10a8d0490490af', '190.56.32.32', 1686178152, '__ci_last_regenerate|i:1686178152;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686178143;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('935ef64a8a9fd29dcd4adf86bb1a1d14630a34cb', '52.167.144.94', 1687055670, '__ci_last_regenerate|i:1687055670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9362b0af7e38747b859c1d7714f9350d21c71988', '207.46.13.210', 1687082890, '__ci_last_regenerate|i:1687082890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9362d14845bf59632c1808d0b7f903629603b126', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9363cb0c793aa394436092ab7a08f880b67c38ea', '190.148.157.98', 1679017537, '__ci_last_regenerate|i:1679017312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679017536;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9364612fd4a7cd41d517d086a9b257c21f9b68c7', '207.46.13.199', 1660280054, '__ci_last_regenerate|i:1660280044;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93660e2d6d04bd2f3f316fa2f2c1071b4d03d979', '52.167.144.31', 1681417575, '__ci_last_regenerate|i:1681417575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93698d6a25a47ee3bedc26b2031e4a4b00b72570', '52.167.144.164', 1686726466, '__ci_last_regenerate|i:1686726466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('936a7c20b0720ff5e112dc6d19eb5dce9e174f8c', '52.167.144.171', 1685223751, '__ci_last_regenerate|i:1685223751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('936c076104bfe43c41bdb96ef005b980c8cc4d0f', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('936d969b3156143fc48c9fe1a8211adaf8fa4617', '157.55.39.221', 1661005939, '__ci_last_regenerate|i:1661005939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93700f674f5a586bf378616e39fb43a916ac16ce', '190.148.158.151', 1677441180, '__ci_last_regenerate|i:1677441180;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677441056;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9370aaacf8c611a21a537d305277985af471b42d', '40.77.167.227', 1678816291, '__ci_last_regenerate|i:1678816291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93711fefc00024132c7b16063c7b1f7b8f73eacc', '66.249.79.203', 1680931937, '__ci_last_regenerate|i:1680931937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9375106a3bbdf1bed13a7f0f7ba89732267e8a2a', '52.167.144.89', 1679400311, '__ci_last_regenerate|i:1679400310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937571f15c328589df557eb7e2cdcb747bfc655b', '54.36.148.120', 1670174003, '__ci_last_regenerate|i:1670174003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9375da123856265423e556ab008f46bc142312ec', '114.119.151.133', 1686163784, '__ci_last_regenerate|i:1686163784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9376e10ba6ad10d1b2d40070e576abfffc1cf1fa', '52.167.144.164', 1686726466, '__ci_last_regenerate|i:1686726466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9377065d37d67ceb096ce4d8daa5ca827f4965ed', '52.167.144.98', 1686665865, '__ci_last_regenerate|i:1686665865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9377d74b0d61f048d1213688585e0583d76ed494', '40.77.167.63', 1671956143, '__ci_last_regenerate|i:1671956143;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937ac66046c806da775240b81f5c209558385a43', '17.121.112.129', 1653923782, '__ci_last_regenerate|i:1653923782;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 ('937ddff87d17a1c74474e53d2b9e3975d32656e2', '200.119.170.168', 1670638000, '__ci_last_regenerate|i:1670638000;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670633453;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937eb88f9853f0730ac1cf660ebf6b4ee0457bfc', '52.167.144.171', 1685180461, '__ci_last_regenerate|i:1685180461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937f595bddca3d63d15f2d13f4bacd70fa7d7407', '51.222.253.12', 1688250003, '__ci_last_regenerate|i:1688250003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('937fb2fd6653c05ddb3ff1e4eac3d3d9c0afc5aa', '190.148.252.235', 1666833957, '__ci_last_regenerate|i:1666833957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666833953;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9380f37c3524991a10ad7cd3294ac269b6486bea', '190.148.252.102', 1681858082, '__ci_last_regenerate|i:1681858082;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681857513;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('938164915143c6f4d2bfd520147d6d19ff1b49a8', '40.77.167.182', 1683611681, '__ci_last_regenerate|i:1683611681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9382108fe096d5731fef413771300a7ba5989887', '200.119.174.9', 1674519504, '__ci_last_regenerate|i:1674519504;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674519481;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9382a76d7542d5b12115785f40aad8bef56e4b69', '46.137.146.36', 1672410517, '__ci_last_regenerate|i:1672410516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93840a22ca86508d10bb06e3542ba95c6963294d', '51.222.253.2', 1674941917, '__ci_last_regenerate|i:1674941917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9387bddfcf11033632ba8b0ab71eb141627531f3', '200.119.173.111', 1654797010, '__ci_last_regenerate|i:1654797010;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9389a9e21a9621e8d7070d5e35f13d414f530039', '157.55.39.253', 1682209819, '__ci_last_regenerate|i:1682209819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9389f3337d5160118d22131b8ae35b7e7e0934f9', '52.167.144.98', 1685884551, '__ci_last_regenerate|i:1685884551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('938cb5aa8f9eef1bfc548f4a505a3b7c05040b95', '49.234.150.132', 1655621380, '__ci_last_regenerate|i:1655621380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939103f26ef4a5b92bc8c44e59e8915c01f91392', '54.36.148.132', 1679599509, '__ci_last_regenerate|i:1679599509;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 ('9394e6b132ca446d832583423c37516a834366eb', '52.167.144.109', 1680385801, '__ci_last_regenerate|i:1680385801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939585f9b900625b02560f8fb087b2df0970736c', '190.148.252.112', 1667781491, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667781491;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667781486;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93959d3f482d153d48ac30681d4978007b389d4e', '114.119.144.87', 1685006277, '__ci_last_regenerate|i:1685006277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939737b078d0837b89b65d0030899f46a10dad22', '190.148.157.177', 1681955365, '__ci_last_regenerate|i:1681955365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681955353;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9398de7902509999cd49808c58afc73d4e8e11ac', '40.77.167.191', 1682160561, '__ci_last_regenerate|i:1682160561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939a2f7fb1e2be3a4645a08b2a921f5946f6598f', '207.46.13.217', 1681378521, '__ci_last_regenerate|i:1681378521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939b16241084f0025b61b03dd1002b430b2075d3', '91.227.68.183', 1662933539, '__ci_last_regenerate|i:1662933539;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 ('939b1cbaea01d369d53f583bebecd912e7cfb6e9', '54.36.149.89', 1664125378, '__ci_last_regenerate|i:1664125378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939bac70c087d1b26bd76052f056c955f1d70e77', '52.167.144.164', 1685773948, '__ci_last_regenerate|i:1685773948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939c29f0cca7a83510d94ff1ce4832d44317f294', '152.89.196.102', 1659694512, '__ci_last_regenerate|i:1659694442;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939d47a8cd4eb29c9e73cc7376640e451fc90e05', '52.167.144.28', 1679633855, '__ci_last_regenerate|i:1679633855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939e933a69562c77c2d4f6258a464a44a618d53d', '190.148.157.98', 1679010879, '__ci_last_regenerate|i:1679010879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679010876;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93a2806085f75e277c397f23488c81a219931c58', '190.148.157.53', 1683943453, '__ci_last_regenerate|i:1683943453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683943315;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93a39dc0d6b3d5a64f8ff260bed0af7c27dbc488', '65.21.206.45', 1661172283, '__ci_last_regenerate|i:1661172283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93a787b26904e963d6e8b2b8988d0787043deb74', '51.222.253.6', 1673650607, '__ci_last_regenerate|i:1673650607;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93a8616c1936ec1da86f6c138b278e4391969edc', '157.55.39.130', 1658908871, '__ci_last_regenerate|i:1658908861;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93a8fa34f22343b2808e4db05d173fa5ac4a4bf4', '190.56.49.109', 1666126500, '__ci_last_regenerate|i:1666126500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666126486;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93a9b90b7e412f17227e68c1dbae2ec4f980700e', '114.119.158.18', 1684612370, '__ci_last_regenerate|i:1684612370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93aa1b1a06618785e066d09ad0d90fa587c78e5a', '207.46.13.138', 1674622654, '__ci_last_regenerate|i:1674622654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93acc7695edd157e0c8f0727abe5b0081295adbe', '185.54.228.99', 1651205509, '__ci_last_regenerate|i:1651205505;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 ('93b00dca5f8721f25c2ff28e9453afcd369cf491', '54.36.149.78', 1670552131, '__ci_last_regenerate|i:1670552131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93b03cbdf2badde0773bb970a81c3ea052408784', '190.148.87.182', 1679937549, '__ci_last_regenerate|i:1679937549;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1678922942\";last_ip|s:14:\"190.148.157.98\";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 ('93b102807a024609d6f3bdc8c48358540016dae8', '190.148.87.96', 1678289509, '__ci_last_regenerate|i:1678289509;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93b14dd01198b1871d090a8d366e953b91439df8', '200.119.173.78', 1682862709, '__ci_last_regenerate|i:1682862709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682862642;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93b8510c9630e69ca97079b5098953961af07795', '207.46.13.41', 1666609316, '__ci_last_regenerate|i:1666609316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93bae725e3c831dfa968490fd0b416347fa965b7', '52.167.144.133', 1682311247, '__ci_last_regenerate|i:1682311247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93bbdf26cc44d95736609c8de53dab989aa7a41e', '40.77.167.169', 1676123910, '__ci_last_regenerate|i:1676123910;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93bd3040be6e1f4ad9ebce8b26272271989710b0', '207.46.13.12', 1675772152, '__ci_last_regenerate|i:1675772152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93be25252e06c879e91c54f9d5f267b93c68852d', '51.222.253.15', 1658206707, '__ci_last_regenerate|i:1658206707;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93be8126a0c7f669278e2cd1d28f5e18bd2d5b67', '114.119.146.230', 1687555139, '__ci_last_regenerate|i:1687555139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93bf54c78a6ec7e1bb2c1f8f4df94e5b8a6d3a0f', '157.55.39.253', 1682170320, '__ci_last_regenerate|i:1682170320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93c28a71d153394c8411e03da90f2f65d9d06923', '17.121.112.56', 1659063436, '__ci_last_regenerate|i:1659063436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93c2b90b63e8d8ab041c6415162765309e9b2f6f', '200.119.174.30', 1667523464, '__ci_last_regenerate|i:1667523464;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667523460;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93c2c4ca79b6486658f9065300360863c63fb3a4', '190.56.50.253', 1682713228, '__ci_last_regenerate|i:1682713228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682713184;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93c38b5c2ca556bf54e19e6d6baf30815dfaa7f3', '52.167.144.54', 1678423108, '__ci_last_regenerate|i:1678423108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93c450680cf6191234080ed8facc073f82417a38', '17.121.113.238', 1662344580, '__ci_last_regenerate|i:1662344580;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 ('93cbc242e2e9f185fc8ed7f2e39189dfca1fe7b3', '114.119.145.233', 1683618199, '__ci_last_regenerate|i:1683618199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93cce4e578593077d683efb04781799758f5e049', '5.188.62.21', 1653245897, '__ci_last_regenerate|i:1653245894;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93cd0173f456e1ea13cad014884bd2aac774290a', '190.148.252.111', 1677958691, '__ci_last_regenerate|i:1677958691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677955123;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93cd8afe1b1e8a1b82f83810d7a6639498510745', '40.77.167.169', 1676212048, '__ci_last_regenerate|i:1676212048;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ce62915288f16dcb1032313d1c7b3c55c5c5d0', '52.167.144.98', 1686667050, '__ci_last_regenerate|i:1686667050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ceb933b022fd92541b1dcf1448e370d3217316', '40.77.167.246', 1677059863, '__ci_last_regenerate|i:1677059863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93cf56d8208f0089d9c0c3b593b5f18f5e6dc9fe', '130.245.169.247', 1657277737, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d1cfdc8d9e1b7394e104fb970ca1e6081aaa65', '190.148.252.56', 1663863256, '__ci_last_regenerate|i:1663863256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663799473\";last_ip|s:15:\"190.148.252.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663863250;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d1e0f9ad8a3d501575468040fedb1b3f443b08', '190.148.87.182', 1679951734, '__ci_last_regenerate|i:1679951734;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d2c5ccc5a4452805798ab4419d22c2ad59883d', '200.119.174.183', 1662383549, '__ci_last_regenerate|i:1662383549;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d37a56d299dcb672315faa0c9d82cc8386eb61', '40.77.167.30', 1657211378, '__ci_last_regenerate|i:1657211368;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d4dbc6ca03da0eab805cc1174bc6192052f99d', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93d673eebd1aea6d9ff905750592d9dd20185e09', '190.148.87.248', 1660834625, '__ci_last_regenerate|i:1660834625;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660832594;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93db5884256bac75c5eee7d8af7aa592a4359994', '190.148.157.80', 1669465262, '__ci_last_regenerate|i:1669465262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669464761;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93dba25116fe50e787f40e6ad8a0f2acc89a3c9e', '200.119.169.93', 1669673550, '__ci_last_regenerate|i:1669673550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669673447;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93de039cbdd881d9b5ce2545b50559ccef5c3a61', '52.167.144.76', 1681945202, '__ci_last_regenerate|i:1681945201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ded8dcba5a86f01f46c489b91c971e5982b2a6', '190.148.157.98', 1678976454, '__ci_last_regenerate|i:1678976454;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678923381\";last_ip|s:14:\"190.148.157.98\";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 ('93df122d52a9525fa4dfd97b681cadf04552bb5c', '190.148.252.183', 1681669423, '__ci_last_regenerate|i:1681669423;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681669336;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e0628a431180234d03f5e0e4106f0336b58487', '200.119.168.250', 1681135777, '__ci_last_regenerate|i:1681135777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681134900;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e0f6e6952b269f525415e3be40839e15678729', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e125dfe474f7eea316c2d9f141c54fce232127', '66.249.79.195', 1688500271, '__ci_last_regenerate|i:1688500271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e34105bf2f63a8e47ad5fb7fb730b353ebda71', '157.55.39.200', 1664330942, '__ci_last_regenerate|i:1664330942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e34d0a844da6e53488b990208bce477463af2e', '190.148.157.50', 1668777631, '__ci_last_regenerate|i:1668777631;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668777523;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e5ef3e8e3c55fd3643806752e5042b6dd6f993', '52.167.144.171', 1685240969, '__ci_last_regenerate|i:1685240969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e79d9710b9a6670f4dfb7a63d23383ecf0a411', '114.119.139.86', 1688035444, '__ci_last_regenerate|i:1688035444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e7aa5d773c18bee64b1e034a12c39df0176871', '114.119.142.39', 1688466537, '__ci_last_regenerate|i:1688466537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e88e856d5ab8804450bb33159b211462e9bf3a', '114.119.134.220', 1688074678, '__ci_last_regenerate|i:1688074678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e9649d3257134dd19fb938ae057c9210896366', '52.167.144.98', 1684245834, '__ci_last_regenerate|i:1684245834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e9bc8df050a22bcc0e9b6c6814410ba8c268d5', '40.77.167.37', 1669435769, '__ci_last_regenerate|i:1669435769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ec39ebbcee503fe621a51d618ce6adfa83c38b', '207.46.13.160', 1674073344, '__ci_last_regenerate|i:1674073344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ec79297ae263d833f5d9b560036b543cceb12e', '114.119.142.84', 1688400144, '__ci_last_regenerate|i:1688400144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f03edcd25592d0a7fafaae1eb4918f95a167e3', '114.119.151.81', 1686578677, '__ci_last_regenerate|i:1686578677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f2ff8ddb39ea1dd0ad06aaaa5a3bb74c3817d9', '190.56.50.39', 1665003517, '__ci_last_regenerate|i:1665003517;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f53d897ae6cf2ea19af10859d928f1c15d9c7d', '66.249.79.195', 1687613829, '__ci_last_regenerate|i:1687613829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f61fd1a0f35884f4a04d73fc146ac38a02f191', '51.222.253.1', 1668659859, '__ci_last_regenerate|i:1668659858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f64994f5bc6e541bcbc522af9b4ed81e443ac1', '54.160.227.24', 1680613309, '__ci_last_regenerate|i:1680613309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f779e7d0d98f58603994bf1a59aa9e20175ebf', '17.121.113.182', 1652102428, '__ci_last_regenerate|i:1652102428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f87ae2ee9550d4e8778a963865dbcf32b7d6ef', '52.167.144.31', 1681416886, '__ci_last_regenerate|i:1681416886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f8e412d7e32aec8a6415c94c8da0a193dc93cd', '17.121.115.3', 1658005231, '__ci_last_regenerate|i:1658005231;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 ('93fa6389c6d71afa523e41ddba0e23bab57f8455', '200.119.169.52', 1673976316, '__ci_last_regenerate|i:1673976287;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1673889902\";last_ip|s:13:\"190.56.55.113\";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 ('93fb83b2b748a552fc6570d1743dfbb354aab275', '51.222.253.10', 1655724534, '__ci_last_regenerate|i:1655724534;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93fd26bdc7fbfc75cd33a7ff3ec53687a94e04c9', '40.77.167.185', 1677744814, '__ci_last_regenerate|i:1677744814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ffed06f3794460a0ea1430b8fd3168a09babdc', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9400728e312304e8949cf9697571f22d4e3a2c59', '130.245.169.247', 1657277739, '__ci_last_regenerate|i:1657277737;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94010c43d626924df038bf482f9a9b9722e4ea92', '52.41.38.241', 1676985300, '__ci_last_regenerate|i:1676985299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940187a20af9dcb794fc15f9820a30dc43138537', '130.245.169.247', 1657277739, '__ci_last_regenerate|i:1657277737;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94030639c58f900abc7d4e0321c5a8c4b234b017', '190.56.173.175', 1652913978, '__ci_last_regenerate|i:1652913978;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652825172\";last_ip|s:15:\"200.119.172.126\";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\";user_csrf|s:20:\"qwj5O9zV2ham3eXrMoTd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940367f6d5814551ce1656734b05538d55c0232a', '40.77.167.13', 1674461183, '__ci_last_regenerate|i:1674461183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9403bd314a4f7ea4a9db5e0006b3026a20cf8e35', '200.119.172.60', 1674734883, '__ci_last_regenerate|i:1674734883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674734858;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94054abdeb6bc29925ac0e796f8407c8dee7e861', '190.148.87.6', 1668369021, '__ci_last_regenerate|i:1668369021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668369012;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94077d3fa482f060e0aef36a9a1495dd6b1ace44', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94088ab4e38ff33310d0358ee140ed93bf6faed1', '157.55.39.194', 1674396188, '__ci_last_regenerate|i:1674396188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940a63c3c4e6ccc1165f54a2f5f520b6390617f3', '157.55.39.51', 1668935051, '__ci_last_regenerate|i:1668935051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940ae1ba0049de6fa90ff727a0a7fc38a42f2152', '66.249.65.164', 1671257203, '__ci_last_regenerate|i:1671257203;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 ('940c9cfb83e9145ef2fac01ab8b08ec7665c80b3', '36.99.136.132', 1650686118, '__ci_last_regenerate|i:1650686118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940ee535b79bd229998808e12b090d1285f7d26a', '190.56.54.156', 1665407840, '__ci_last_regenerate|i:1665407840;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665404723;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9410fbb4c816b5aed8a87777c974fe87e448b744', '17.121.114.46', 1662946171, '__ci_last_regenerate|i:1662946171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9411af26baaa6e25ed9d6e3a6905aad15ead7afa', '40.77.167.176', 1677964375, '__ci_last_regenerate|i:1677964375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941245d27dcecab36c44621ead8aa6a054e57df7', '34.209.238.201', 1660743465, '__ci_last_regenerate|i:1660743465;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 ('941413aefd0c327b453019a708341e123d3a8e1f', '40.77.167.101', 1661374833, '__ci_last_regenerate|i:1661374833;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 ('94144516896a9629f50bc054d99ec6ee16f619ef', '200.119.174.9', 1674223763, '__ci_last_regenerate|i:1674223763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674223744;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94150d0a15da9e017c88723252d4827c95a48a78', '74.208.2.134', 1682136368, '__ci_last_regenerate|i:1682136368;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9416efa3fc4c4ad35adff8867cb752f4b87db209', '157.55.39.69', 1671650697, '__ci_last_regenerate|i:1671650697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94180fec9b651a2e456cf65a5971f9e084dc11ab', '144.76.67.169', 1661940650, '__ci_last_regenerate|i:1661940650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9418aedc8376c7971a7bef5d33770cecad6b3efa', '190.56.55.48', 1687564747, '__ci_last_regenerate|i:1687564747;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687564740;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941a001c7eeedf9a21d6628e3430b97be9fb4235', '190.148.157.99', 1662576928, '__ci_last_regenerate|i:1662576928;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662563564\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"WlKn4drQ19P2JMtju3ym\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941aadbb3a8f7e771b45eb16de1ad4bdf08a532e', '37.44.193.120', 1664742627, '__ci_last_regenerate|i:1664742627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941e438418111f973adb57ca99df4081feb8104d', '66.249.79.162', 1688261541, '__ci_last_regenerate|i:1688261541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941f07683acfd977d65ac36276faa5785041c6de', '190.237.5.169', 1683568822, '__ci_last_regenerate|i:1683568822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94203bfa5438606c918ec9d292783f431103b23f', '13.75.213.98', 1651062182, '__ci_last_regenerate|i:1651062178;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 ('9421c899c89c207ffce9fc3e93652c8bce3b13b9', '40.77.167.123', 1683658296, '__ci_last_regenerate|i:1683658296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942483d7b69c0b2242bbbb8f94c08037561901aa', '52.167.144.154', 1688036998, '__ci_last_regenerate|i:1688036998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94284bf3bbc99d01d165bb64a23129fbddc2fc9d', '190.148.252.96', 1673108120, '__ci_last_regenerate|i:1673108120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673108113;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942a127211bbbfafbddc155c3dfab1715e2fae5c', '190.148.158.69', 1685900867, '__ci_last_regenerate|i:1685900867;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685900864;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942a2563d4a0414295de1ad852b8fa52a3531f52', '40.77.167.244', 1677538939, '__ci_last_regenerate|i:1677538939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942a635198670f6b5b49406019d8838a7680d8ac', '190.56.49.237', 1665849013, '__ci_last_regenerate|i:1665849013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665849007;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942df7cfb8cf717dcc4fecba44121fd471ca62d2', '114.119.149.183', 1684107981, '__ci_last_regenerate|i:1684107981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942df9b067284048304aed75f942e8db8ea1af87', '66.249.66.4', 1681871953, '__ci_last_regenerate|i:1681871953;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 ('942e5c2ed564416c5846bfb0111ec6f88c3a6e67', '52.167.144.98', 1684212651, '__ci_last_regenerate|i:1684212651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('942f7f70dcd61cfb57f57134aa9a7d7c4f6f1f96', '200.119.173.212', 1667940504, '__ci_last_regenerate|i:1667940504;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943076ae98581a6ff6cab4a8bfe5c04f830f77a9', '190.148.252.112', 1667836016, '__ci_last_regenerate|i:1667836016;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667399939\";last_ip|s:15:\"190.148.158.164\";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 ('94308050b12d8944eea602aa7336e95a5e18884d', '157.55.39.194', 1674407577, '__ci_last_regenerate|i:1674407577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9431f1699bccf41fd80245eabca355ceec9e8bfb', '40.77.167.91', 1686974037, '__ci_last_regenerate|i:1686974037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943366db6f8794955bf2733a09ae609973113f73', '52.167.144.95', 1680536089, '__ci_last_regenerate|i:1680536089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9433aa251f6eed76c23214eea4eacb94ee36fb3b', '173.212.199.138', 1653659267, '__ci_last_regenerate|i:1653659267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9433b20d4574ade2ce85ffcad3cb7ab607206887', '200.119.168.118', 1668030218, '__ci_last_regenerate|i:1668030218;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";user_csrf|s:20:\"4hLzZkpA5YrCwSEBPGsQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943414f53a6714a88ae729bcec924b9d40b1624f', '52.167.144.63', 1686934737, '__ci_last_regenerate|i:1686934737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94350ce33932afe4030c4a7eb100fee4e748a018', '17.121.112.17', 1655931489, '__ci_last_regenerate|i:1655931489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9435f97fb482b9ed670d560e062d6bb23a7b1fec', '40.77.167.123', 1683134393, '__ci_last_regenerate|i:1683134393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9436469fa6e4de99af4d683ec356a049849679a3', '52.167.144.166', 1686889978, '__ci_last_regenerate|i:1686889978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943666b7e869929d11d21dc9900f91b25daacff9', '52.167.144.76', 1681665596, '__ci_last_regenerate|i:1681665596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94368ba1ca037af2f1d726c2713f350fb32c7499', '207.46.13.211', 1679496886, '__ci_last_regenerate|i:1679496886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9437868bb4a2db283cd68769145858fdffd1b857', '190.56.48.27', 1650982665, '__ci_last_regenerate|i:1650982665;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650938768\";last_ip|s:13:\"186.151.60.88\";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:\"warning\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9439010b7851cbba950a37f41c6ae10d67666af0', '52.167.144.164', 1684815674, '__ci_last_regenerate|i:1684815673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943932d76c734b623c08c11a7793336ef4171f4d', '40.77.167.101', 1681473199, '__ci_last_regenerate|i:1681473199;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 ('943aa62173912c1346030008ebc963c70fddd1d4', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188504;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943c6ef178143fe1324ba9778f6e66b96b092995', '66.102.8.136', 1677433092, '__ci_last_regenerate|i:1677433092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943d127053b9b770563353d0fded63e8eaaa3223', '77.111.247.44', 1655162906, '__ci_last_regenerate|i:1655162905;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943e198a440d255393c641d72701b49d78339a7f', '190.148.252.111', 1677784664, '__ci_last_regenerate|i:1677784664;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677784650;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943e4899a6d5ae82fce1334a86b4b5ede6191429', '114.119.140.84', 1688499801, '__ci_last_regenerate|i:1688499801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943f0b0bc9ea7006325c55511c296d5e43f08a50', '200.119.168.250', 1680745071, '__ci_last_regenerate|i:1680745071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680744388;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('943f770364fa40da6df320abef11a7de948bd7ce', '157.55.39.227', 1688519112, '__ci_last_regenerate|i:1688519112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9441c51d128c0621d80dbc921e20d22f7b402616', '40.77.167.185', 1677749048, '__ci_last_regenerate|i:1677749048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9441cb504b7aaced9cabeaef4d901ac142f50938', '40.77.167.133', 1684025488, '__ci_last_regenerate|i:1684025488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9441eea187a8984c4e76b4aaa399a1e47f834243', '52.167.144.171', 1684823702, '__ci_last_regenerate|i:1684823702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9442898f9dbd903c37a2825c459226350c433f27', '190.56.32.162', 1686337089, '__ci_last_regenerate|i:1686337089;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686337073;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('944290294bedd0fbba2a55e1936b365a3ee8dcb7', '190.148.87.96', 1678449844, '__ci_last_regenerate|i:1678449844;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678449154;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9443177f32642c02a0a7e2eddbcf7e50d60cf3e2', '114.119.157.51', 1686145161, '__ci_last_regenerate|i:1686145161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9447d4a7d50db9afc03460ca2ce4fa039d624a39', '17.121.112.132', 1661675140, '__ci_last_regenerate|i:1661675140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9448c98cf2ee0a4eda9a6cd2c217e6a1b2ecb58f', '200.119.174.9', 1674304460, '__ci_last_regenerate|i:1674304460;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674304442;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('944a35edc65c85850efbd316a446ecc2360a1a3b', '74.208.2.174', 1682136345, '__ci_last_regenerate|i:1682136345;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('944a85ae39d7107d57e1f93e5ba95e5809beeed3', '146.59.157.229', 1650749237, '__ci_last_regenerate|i:1650749237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('944d27702f8cd49ed22e98b90db54059d329a61c', '51.222.253.12', 1680941112, '__ci_last_regenerate|i:1680941112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('944ffecdee111d9c7301eab8d64b34408a675760', '190.56.55.0', 1687802657, '__ci_last_regenerate|i:1687802657;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687802651;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94503ed7f7ca9b2862d5b601113612b9069dee14', '207.46.13.205', 1671199194, '__ci_last_regenerate|i:1671199194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94545c1700027b69fc6d0d8286d946d2033b29cb', '40.77.167.37', 1669517579, '__ci_last_regenerate|i:1669517578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('945474e90b97190d2dd80442c1d318ed5f802396', '40.77.167.123', 1684025449, '__ci_last_regenerate|i:1684025449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9457eca144daa4a341ae2e4b35d83fa562bfeae8', '52.167.144.98', 1686074788, '__ci_last_regenerate|i:1686074788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('945883807245293030258489592bc1285824e66b', '40.77.167.80', 1686843814, '__ci_last_regenerate|i:1686843814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9459fb96dfcfa1d990f1a8670331e08056cc8cc2', '200.119.181.7', 1654801131, '__ci_last_regenerate|i:1654801131;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799610\";last_ip|s:15:\"190.104.119.212\";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 ('945a76b2d7fb580c6bf75ce1d17d55a1aeef710d', '200.119.173.177', 1685024492, '__ci_last_regenerate|i:1685024492;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685024446;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('945b95bbd7fb3da476f8b59273a029c616922bdd', '40.77.167.63', 1671850147, '__ci_last_regenerate|i:1671850147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('945cbe888642ab6e2fe90a58f878442aeef0d5ea', '200.119.170.221', 1664474143, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664474143;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664474107;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9461c1a12b577f13fbf091d354da33571133e339', '52.167.144.74', 1688053898, '__ci_last_regenerate|i:1688053898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9462932649e604a855ff42da21bcddc960448a36', '130.245.169.247', 1657277746, '__ci_last_regenerate|i:1657277745;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94629d61ae786402f95f90ca02310cd91642dd1b', '51.222.253.11', 1680236109, '__ci_last_regenerate|i:1680236109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946379025cc642a3c5b3fdcadcafe2732d692ec0', '190.56.50.39', 1664982757, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664982757;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664982569;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94645abc1e946fa5953596b6930302598c528a7c', '207.46.13.10', 1672679171, '__ci_last_regenerate|i:1672679171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9464cfd7ab2f498f3942209205453de0175a3c7d', '168.194.72.202', 1651017134, '__ci_last_regenerate|i:1651017134;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('94660339c79dc59ebd0527cb3e197a1533f554ca', '114.119.140.217', 1686083250, '__ci_last_regenerate|i:1686083250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94663ea1fc7e27ff6505641e75f293ab57f26b93', '200.119.173.96', 1687119635, '__ci_last_regenerate|i:1687119635;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687119633;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94694a5dceca82e619268ac05da9b92067b101d2', '5.188.62.26', 1656354518, '__ci_last_regenerate|i:1656354514;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9469796a9382543534ae37647d72471b8a3ba8dc', '54.37.233.116', 1650851786, '__ci_last_regenerate|i:1650851786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946b96527567edaf99d4ce8228aa4a4223dc3eb5', '17.121.114.174', 1657741819, '__ci_last_regenerate|i:1657741819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946c06702b008b89dc0e6683c45a219a7be45b32', '157.55.39.148', 1671815575, '__ci_last_regenerate|i:1671815575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946c7a701a9fb761445c2989606f52909120a854', '52.167.144.164', 1684444245, '__ci_last_regenerate|i:1684444245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946d42d1e088ec63dd819243a931a35c0db7b597', '114.119.157.185', 1688099797, '__ci_last_regenerate|i:1688099797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946dc1dd5a05514055304c845b7aea15a65a31b3', '190.148.252.111', 1677949172, '__ci_last_regenerate|i:1677949172;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677949114;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946eb0d3e391a84911d2159bc91599e5641c8a1a', '40.77.167.133', 1684025496, '__ci_last_regenerate|i:1684025496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9470e0db30ec4e2ff91d0d4ad2e876cc732261fe', '157.55.39.253', 1682005028, '__ci_last_regenerate|i:1682005028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94712df5e74652fafd192ff8bd4e3d95b88d1c9d', '54.36.148.109', 1680859703, '__ci_last_regenerate|i:1680859703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9471600a86648772324d7567c4a0e9789dbe9061', '200.119.168.250', 1680986829, '__ci_last_regenerate|i:1680986829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680983903;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9471e7ecab77a8661bafd6cb21d940a9ce446c93', '190.148.157.99', 1662645664, '__ci_last_regenerate|i:1662645664;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662581516\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662644919;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9473b008f77b46e57808553a0c7a2dec793959e7', '51.222.253.13', 1682437586, '__ci_last_regenerate|i:1682437586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9474008de855e320bae698d68e08f7da77bc5012', '114.119.146.120', 1685039311, '__ci_last_regenerate|i:1685039310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94746cc366c8f736467ef3f892acbb85ff63c30f', '207.46.13.154', 1671107928, '__ci_last_regenerate|i:1671107928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9475ebdb9123cd96362e7edee4c0d602eb2e2fa6', '51.222.253.9', 1652811013, '__ci_last_regenerate|i:1652811013;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 ('947705d1c1e214253719efd22b297312d5cbde7a', '114.119.158.58', 1684108674, '__ci_last_regenerate|i:1684108674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94793896cc8815b6b98a9df920db3c570992a990', '144.76.67.169', 1661940848, '__ci_last_regenerate|i:1661940848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9479c2cbe54051d3302a7e9fa1499b6ab9ea214d', '52.167.144.76', 1682030472, '__ci_last_regenerate|i:1682030472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947acb0e9f7e132045252338533f25297eb3a9b5', '207.46.13.12', 1676297376, '__ci_last_regenerate|i:1676297376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947af7575ff5521435910ebd785b65d824ed4ebc', '200.119.169.82', 1656468079, '__ci_last_regenerate|i:1656467844;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656456719\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656468079;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947d0c9db00a03a7d4e43e814542883b318c39b7', '52.167.144.162', 1686372983, '__ci_last_regenerate|i:1686372983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947d7b961901c801d124b652ee56518b9f11011c', '190.148.252.151', 1671115321, '__ci_last_regenerate|i:1671115321;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671114490;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947e7cc69c6c6517365881b740ee388c04b14f16', '54.36.148.126', 1659115904, '__ci_last_regenerate|i:1659115904;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 ('947eac812c030c6dcf1bc6db1f7b73bc431354dc', '52.167.144.56', 1677382425, '__ci_last_regenerate|i:1677382425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('947f3eb6da0068bf8790794ac94c7f982e2ff761', '17.121.114.102', 1651769652, '__ci_last_regenerate|i:1651769652;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 ('94800cc79ca4f4f214f2aad56afcb9f4820167e4', '52.167.144.98', 1686542611, '__ci_last_regenerate|i:1686542611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9481ee8a34d4c988f66e0007a062404251cda873', '17.121.114.48', 1655912931, '__ci_last_regenerate|i:1655912931;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 ('9482544d33b2d56eb8ba5c173387efc8adfa5945', '17.121.115.10', 1651407569, '__ci_last_regenerate|i:1651407569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9482ee959c3abd80f434d8a8dc0e1914cecf961d', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94830da27781ffd467cd397d5b8f07ac8075d0f9', '17.121.115.60', 1652513756, '__ci_last_regenerate|i:1652513756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94838320f146adabf215aaa311b6ee91b6b686ba', '190.148.158.151', 1676989192, '__ci_last_regenerate|i:1676989192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676988784;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9484f37cffed0fca969be229ba251c26ddea0818', '190.148.252.96', 1672932953, '__ci_last_regenerate|i:1672932953;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1672677083\";last_ip|s:15:\"190.148.158.175\";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 ('9486717a0e2bd0d29e4f531af0bd96f8e2ba2ec6', '40.77.167.64', 1674719647, '__ci_last_regenerate|i:1674719647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948770322adefeec80e41db5a2938638fe4059de', '200.119.173.130', 1675949337, '__ci_last_regenerate|i:1675949337;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675948511;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94882fecd8ad456b506f977609bb5f28a6b870d4', '190.148.157.88', 1668533224, '__ci_last_regenerate|i:1668533224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668532919;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948916f4832d883ac620eb542d4fa52187c87c74', '52.167.144.98', 1686314622, '__ci_last_regenerate|i:1686314622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948aad7d4e7b21461e9063f5bba3dc7e60abd8e7', '74.208.2.223', 1668050334, '__ci_last_regenerate|i:1668050334;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948aadc9d37405bb61f2311e818c2024fc759e27', '190.148.252.73', 1664836605, '__ci_last_regenerate|i:1664836605;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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\";user_csrf|s:20:\"wXQkYaJUtfVZOKCMjFAv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948d323168be1c6b9edb6189ab3d2555c9613e15', '52.167.144.42', 1679668251, '__ci_last_regenerate|i:1679668251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948d77b50f6cdb9b991dd4f09f2334caef4a15c0', '54.36.148.160', 1660352815, '__ci_last_regenerate|i:1660352815;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 ('948de4ce3a0779b62cc46ea0e9d0c6382f7556d6', '190.148.252.183', 1681597285, '__ci_last_regenerate|i:1681597285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681596390;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948e4f1dde98372e054ad2894535526f7c0a6212', '52.167.144.171', 1685546734, '__ci_last_regenerate|i:1685546734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948f21428e70e80f2e8a079b27ff797f2b8f7981', '190.148.158.23', 1687204323, '__ci_last_regenerate|i:1687204323;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687204320;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948f8a2a327f6bd0a11358600cfe4a287eb42890', '114.119.152.233', 1686238013, '__ci_last_regenerate|i:1686238013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('948fa170683f6f1368a0ddcc796e1f6be26b903a', '17.121.115.193', 1659899794, '__ci_last_regenerate|i:1659899793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94900821a0f0e54703ce02e33f1b553ac01d13a3', '52.167.144.164', 1685461653, '__ci_last_regenerate|i:1685461653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94930d50f0651f37968b703cd05bf6c7a341aa56', '114.119.159.210', 1687597022, '__ci_last_regenerate|i:1687597022;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949525eb20463c80afc579198526349176f5a9a8', '200.119.173.78', 1682876105, '__ci_last_regenerate|i:1682876105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682876074;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9495a6b2dd6b2509251a79121146d6c7bd4f7387', '40.77.167.81', 1674848901, '__ci_last_regenerate|i:1674848901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949762451f756007fdfded2e2cb5c00685fae99f', '190.56.173.175', 1652912706, '__ci_last_regenerate|i:1652912706;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652911772;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949779f1467db5834ff4ea9150c834c01ee605da', '40.77.167.49', 1665478426, '__ci_last_regenerate|i:1665478426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949a116060dd41025cd863511cb2e0831530e6a0', '200.119.173.78', 1682949393, '__ci_last_regenerate|i:1682949393;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682948952;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949e61818032ad44872565276da5bdff6f0b52de', '54.201.90.228', 1650870982, '__ci_last_regenerate|i:1650870982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949e75a77e29524c9148703d80a746b103e46def', '114.119.157.160', 1687547387, '__ci_last_regenerate|i:1687547387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949e915d3f0173752132d8d787472ed39640fd0b', '114.119.149.228', 1687144352, '__ci_last_regenerate|i:1687144352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949f2fa66bdeb69b6a85e8215f2cfc7fa4352e2a', '138.246.253.24', 1684548323, '__ci_last_regenerate|i:1684548323;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 ('94a0224cbbd654263f64b7e51f3a9a921eddcb71', '190.148.252.161', 1669849300, '__ci_last_regenerate|i:1669849300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669849296;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94a078cd16d8aede2f55814e2a325a16fe777f36', '40.77.167.182', 1683595319, '__ci_last_regenerate|i:1683595319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94a2170e7f416a475c5670c1377471b0e804c143', '35.92.109.117', 1673269415, '__ci_last_regenerate|i:1673269415;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 ('94a369e210a652429384b1c15f7f3d016ab7dfa0', '157.55.39.100', 1671917034, '__ci_last_regenerate|i:1671917034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94a83e2af6746ade91b2a1c1a9de34b61fc5d8ba', '157.55.39.25', 1663333142, '__ci_last_regenerate|i:1663333142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94a8862b2eed77d6945cc1d9f8eeaa2221906ad1', '114.119.131.189', 1687627213, '__ci_last_regenerate|i:1687627213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94ab2e3d32a32832a00940b7d5eb262a58e5bf62', '190.148.87.182', 1679873228, '__ci_last_regenerate|i:1679873228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679873101;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b04e2ce020d088308d5caf70711a14348dcc11', '104.234.53.30', 1685291604, '__ci_last_regenerate|i:1685291587;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 ('94b14f68da158612d83642e8fe116490da3b897c', '114.119.156.19', 1687122287, '__ci_last_regenerate|i:1687122287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b1f9579de983e9d16c46d4b236b78b108e212d', '52.167.144.95', 1680457506, '__ci_last_regenerate|i:1680457506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b4013282c3c326cd82d08e4407c1e7382e9330', '198.244.142.178', 1670011147, '__ci_last_regenerate|i:1670011147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b466787908fdb5be223f103bdb9a0f485d9fb4', '66.249.79.194', 1687746489, '__ci_last_regenerate|i:1687746489;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 ('94b78e67d4d556383aefe648939352cc3c8bc2aa', '200.119.173.107', 1686783535, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686783535;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686783521;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94bb8cb21c75eff67432fd0e10bfd8a3d4b7f220', '190.148.252.195', 1653674376, '__ci_last_regenerate|i:1653674376;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653590777\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653669388;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94bc0fa1f8bfc6d8d2b5a173b7c108cbf886db7c', '200.119.173.177', 1685372359, '__ci_last_regenerate|i:1685372359;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685055199\";last_ip|s:15:\"200.119.173.177\";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\";user_csrf|s:20:\"f2tn86Zu5S9dcjyp4eUa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94beb061591edf1d50a9ef5d544deeb94745199b', '190.56.32.174', 1676492621, '__ci_last_regenerate|i:1676492621;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676479886\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"Y7zPMZjfFDw9eg4UKCqV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c1193e018ca18adff74807a01b8c78accb8b3b', '157.55.39.217', 1683267252, '__ci_last_regenerate|i:1683267252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c1d1242943988747f2771a84b10bf645b990d6', '52.27.40.180', 1680961309, '__ci_last_regenerate|i:1680961309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c277c86326ddd86b301823c1e5d5a9c3012697', '206.189.146.90', 1650804856, '__ci_last_regenerate|i:1650804852;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 ('94c639c1ae5662288d20042f23abb375b44f52cb', '54.213.12.2', 1675172004, '__ci_last_regenerate|i:1675172004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c6438b1f0e7cebeb37e17f3a26d4be2e1810f5', '114.119.155.232', 1684895610, '__ci_last_regenerate|i:1684895610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c701f964c0916e476f2d8deba4669b1d620f07', '40.77.167.191', 1681719199, '__ci_last_regenerate|i:1681719199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c8005994e8bcb65104655167a9fe25ff076d44', '51.222.253.3', 1651431279, '__ci_last_regenerate|i:1651431279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94c895951f9b871fe6428979f967d5e6589e99c8', '190.56.32.35', 1671717675, '__ci_last_regenerate|i:1671717675;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671717668;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94ca8168d142b035f996feedd19d50b54b35ada2', '190.148.252.55', 1675686118, '__ci_last_regenerate|i:1675686118;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675685416;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94ca89bda95bb1b895c30cf3a1443b9db49fad4c', '52.167.144.164', 1686312926, '__ci_last_regenerate|i:1686312926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94cf5ecdc3efd5bc3469f30626e79ef4c631e7ee', '52.167.144.162', 1686102449, '__ci_last_regenerate|i:1686102449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94cf9811305386b413ffbe26c414c46a51976822', '207.46.13.175', 1672915264, '__ci_last_regenerate|i:1672915264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d149a4cbe1c15cff892dcbfe15134aca7f6def', '40.77.167.49', 1666320598, '__ci_last_regenerate|i:1666320598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d14be01ea20a73bc467104a11c28536a80312f', '52.13.68.101', 1682813564, '__ci_last_regenerate|i:1682813564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d187240ed5f6745134fb4156aa21e237c4606b', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d1e59acc54b3f2c25538d43bd42f9b56bc17e5', '190.148.157.167', 1665600133, '__ci_last_regenerate|i:1665600133;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('94d2119c9ae834e56ff351366fdcb3cd8b601493', '114.119.156.206', 1685667713, '__ci_last_regenerate|i:1685667713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d41b577de701b26d621b9098d5c913c09cc780', '114.119.136.120', 1684110824, '__ci_last_regenerate|i:1684110824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d9018d6e6a6042b0934e9b1e216842fd1b05a4', '190.56.32.32', 1686100494, '__ci_last_regenerate|i:1686100494;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686100456;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d918744fbb01305a16f8a85be94cdadec751a9', '51.222.253.17', 1684696678, '__ci_last_regenerate|i:1684696678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94dae4f63d9cb658764ddf6b60cd0eacc3d4b6d6', '207.46.13.48', 1662811555, '__ci_last_regenerate|i:1662811554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94dd844461592f205c8ca73e0fc5ae8a0fa0d364', '114.119.150.27', 1687770221, '__ci_last_regenerate|i:1687770221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94ddede6399100b5c8c18d4df2500e7e5b2a020a', '40.77.167.146', 1687916873, '__ci_last_regenerate|i:1687916873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94de5cf39b0698eaef80defa619788c6cc0f3e64', '54.37.233.116', 1650851726, '__ci_last_regenerate|i:1650851726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e41633c10f64caf09c30029c2436e7744b514c', '200.119.172.65', 1659298758, '__ci_last_regenerate|i:1659298758;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659141847\";last_ip|s:14:\"200.119.172.58\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659298746;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e453ca8744bbbc9b989ab4f08eaa3777cecef8', '51.195.90.229', 1650840587, '__ci_last_regenerate|i:1650840587;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 ('94e4737fd184b9cc9266d51e63ebc60f9ea3f71f', '200.119.170.212', 1665885352, '__ci_last_regenerate|i:1665885352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665885346;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e5dc98635194dc5352d6f486a97df057c916a3', '200.119.173.177', 1685313867, '__ci_last_regenerate|i:1685313867;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685313810;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e790696fb906675647aa0da6aace32d6992089', '40.77.167.181', 1687268522, '__ci_last_regenerate|i:1687268522;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 ('94e79240453105c3c1069f04c4be191dde24c128', '66.249.74.107', 1683289112, '__ci_last_regenerate|i:1683289112;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 ('94e853a5c227dd7a972fca17fbf41af765288559', '46.101.63.152', 1652762865, '__ci_last_regenerate|i:1652762865;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 ('94e94fd9236fe8c6aeef34391e2650b970a45b4d', '52.167.144.28', 1679396436, '__ci_last_regenerate|i:1679396436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e99913f7d84ce2996f24fb6d5481016ffdfe54', '52.167.144.70', 1688453101, '__ci_last_regenerate|i:1688453101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e9e884e9413ea75d48b40040aee2e37bf411f7', '72.13.62.26', 1674222039, '__ci_last_regenerate|i:1674222039;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 ('94ead7145eaa84277f9ca0ce103e154b8f425c8e', '51.222.253.4', 1672286141, '__ci_last_regenerate|i:1672286141;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 ('94ed4c8b06445548f7504eeb4d4e68f3fd87b07b', '114.119.142.217', 1684356191, '__ci_last_regenerate|i:1684356191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94ed55a5d09965c10376ca743d099959f24f7112', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94edb6b3071ad31dcaa8120822420d09fd7ae3be', '54.36.148.217', 1656503225, '__ci_last_regenerate|i:1656503225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f038e3282cccd853c63f5ffd17e7848ee2dbd4', '200.119.174.9', 1674301700, '__ci_last_regenerate|i:1674301700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674301659;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f0b6b4cb9228ab78ccf56c59d3067279491222', '205.210.31.146', 1659162134, '__ci_last_regenerate|i:1659162134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f0bcbef956db0d338065186c46bae1c1eb5726', '200.119.170.158', 1661280151, '__ci_last_regenerate|i:1661280151;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661279717;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f1acdf5923ad1a8c2b7a7e087007b4c7c0afbb', '157.55.39.227', 1688505775, '__ci_last_regenerate|i:1688505775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f2dc5089714a828ded5304eeaa2e137733215b', '190.148.252.76', 1654263834, '__ci_last_regenerate|i:1654263834;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654260849;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f49fb728ccdd0bcd4f77b81df8cbecb97843cc', '190.148.252.112', 1667772896, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667772896;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667772885;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f4d762dd7404b0acdf4b8a55af53b0884a03e9', '190.148.158.69', 1685465174, '__ci_last_regenerate|i:1685465174;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685465098;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f874156af533b071e9a6be0b5a3d30f360ed45', '54.36.148.123', 1685212185, '__ci_last_regenerate|i:1685212185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f95e392e26d57772dd0a5692ce5a3cf386607c', '190.148.252.183', 1681594326, '__ci_last_regenerate|i:1681594326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681594282;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fa283381f06bfd87db06709010fe7ecb53530f', '190.56.173.175', 1653085222, '__ci_last_regenerate|i:1653085222;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653083892;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fbc8956096a224a1f61f05655a98c033023b01', '51.222.253.15', 1656716251, '__ci_last_regenerate|i:1656716251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fce0628b5299decf78c1cd6cdbdf19e0c3de54', '114.119.158.149', 1687895913, '__ci_last_regenerate|i:1687895913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fd41a4e4fabae2b70a95560be2eaedc26a3f4c', '40.77.167.64', 1674874163, '__ci_last_regenerate|i:1674874163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fe10e514533abe1536f86ee73e7c018c296c24', '200.119.173.130', 1675893021, '__ci_last_regenerate|i:1675893021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675891374;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fe4215cdf0be736fc630521d7b1146d7f310c7', '200.119.174.72', 1660162910, '__ci_last_regenerate|i:1660162910;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660156542\";last_ip|s:14:\"200.119.174.72\";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\";user_csrf|s:20:\"18badxgezBSsOA9Kk2D7\";last_activity|i:1660157214;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9502543bb9cc710391a08886baec20e7bfef1851', '200.119.172.126', 1652830545, '__ci_last_regenerate|i:1652830545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9502f5352dcd4fefb86b69b87f8659a1dd3792ed', '207.46.13.113', 1675454592, '__ci_last_regenerate|i:1675454592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95030e48f9431b45fe8aa2d44c5c7a95a8e0c67b', '138.246.253.24', 1674876325, '__ci_last_regenerate|i:1674876325;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 ('9504cfe94f13b70c8696ab56222aca5189b8caa9', '190.56.50.253', 1682457611, '__ci_last_regenerate|i:1682457611;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682456933;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9505d556e1c7806b1091b18bd29fa56b462411f1', '17.241.227.8', 1679316318, '__ci_last_regenerate|i:1679316318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('950edc910fc2df96b8bbd50aee767e73412f4b9d', '200.119.170.30', 1660242261, '__ci_last_regenerate|i:1660242261;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660239168\";last_ip|s:14:\"200.119.170.30\";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 ('9511250efe68a922c298c878f0d089259f5cf0ee', '190.56.55.113', 1673361240, '__ci_last_regenerate|i:1673361240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673360985;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9512eeb757702a0f7db99e7e60a5a26dc0ee65fa', '40.77.167.85', 1686310085, '__ci_last_regenerate|i:1686310085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95138a0a1f05c24d4159120a4fc35bb6d5a2798a', '200.119.170.113', 1666700881, '__ci_last_regenerate|i:1666700881;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666700870;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9517495f3c1a544028e6d630c1f7ef37805c53f1', '190.56.50.15', 1667049111, '__ci_last_regenerate|i:1667049111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667049103;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95187a8f693f840216b017438dc8befa21be8da1', '157.55.39.217', 1683441902, '__ci_last_regenerate|i:1683441902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9518994221d33ed56842813f4027445226881b86', '52.167.144.162', 1686726982, '__ci_last_regenerate|i:1686726982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9518e4baa4c2be21ca118447a1bb9ef3026dce8d', '54.36.149.25', 1658721794, '__ci_last_regenerate|i:1658721794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9519722449df3ecd7b39f5e6a65255f787e69cc4', '190.56.55.48', 1687564425, '__ci_last_regenerate|i:1687564425;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687564378;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951ac4fbd76df8227922fa6db5dd3958bd84858b', '190.56.32.174', 1676648861, '__ci_last_regenerate|i:1676648861;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676648799;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951b97bd47045fbeaae4068119f60b6531f521dd', '190.148.157.53', 1683741716, '__ci_last_regenerate|i:1683741716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683741713;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951cc8057550f97ea305185ee3bc4d44807c3ead', '114.119.139.26', 1687721384, '__ci_last_regenerate|i:1687721384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951dbed88ce67c28d1989bb750a8e7feb584146e', '66.249.77.162', 1686629184, '__ci_last_regenerate|i:1686629184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951df0c7bb9e3420005dc99e625705ea13ef93e9', '200.119.172.95', 1659631608, '__ci_last_regenerate|i:1659622120;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659585088\";last_ip|s:14:\"190.148.158.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659622120;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951f0e10006f14e02772e997ab42c6cbb4bfd17a', '200.119.169.25', 1664894128, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664894128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664893681;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951f2fc8f8f96a7431469ddf55e184a26b2bca04', '40.77.167.182', 1683285567, '__ci_last_regenerate|i:1683285567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95204d2a19b2b9a31e5b38b03dee7833df7cf5b8', '17.121.115.125', 1657372453, '__ci_last_regenerate|i:1657372453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95218a64f5e63d93389d063b7b1e026d4c979f2f', '52.167.144.70', 1688528565, '__ci_last_regenerate|i:1688528565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('952437e34f28aecd84ef86e9ab29285f3a09727d', '51.222.253.17', 1671552183, '__ci_last_regenerate|i:1671552183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95247c3a6f2ad4e15a4b61299e4fce2ead802da7', '157.55.39.69', 1672232704, '__ci_last_regenerate|i:1672232704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9525c25256b7277647e41bdcbfb90a5d0b3eaf44', '190.148.158.74', 1669038278, '__ci_last_regenerate|i:1669038278;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669038198;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9525d2eb73147e06a829af1fad9bbda1bd6a9729', '52.167.144.98', 1686573740, '__ci_last_regenerate|i:1686573740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('952880d5c3e2fe04400ad90d282ed40bd0a1c244', '52.167.144.98', 1686596288, '__ci_last_regenerate|i:1686596287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9529587328ee24ed7a99a27286580c9334738a22', '38.132.193.71', 1672579200, '__ci_last_regenerate|i:1672579200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('952aa5c770830a1d23b8acadc8b315537d873403', '190.148.158.175', 1672279529, '__ci_last_regenerate|i:1672279456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672279528;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('952ad55cb3bf25e60086d0f214b65bfc524597d4', '157.55.39.51', 1668610109, '__ci_last_regenerate|i:1668610109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95308f4293fc13321705807e1b73714aaea6ef7c', '207.46.13.17', 1674175244, '__ci_last_regenerate|i:1674175244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9530ab9fb9525cac8fca64aef002aea34bd143ad', '157.55.39.100', 1671972141, '__ci_last_regenerate|i:1671972140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9530c5870e7cf68cebe821669d5502c8a457dab5', '200.119.173.78', 1682903738, '__ci_last_regenerate|i:1682903738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682903729;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95320a659e0d1f48d235f830d1aea153703ee035', '51.222.253.14', 1677432067, '__ci_last_regenerate|i:1677432067;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 ('95332b30a2ce41dd6ab29dc9b3ae6ce6659b52e0', '190.148.157.183', 1680542131, '__ci_last_regenerate|i:1680542131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680542123;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9533cf14c60d10c1cda47dc58396cdb62e96aff6', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9533edf841f788c348aca9d2ce4170bfce3486a5', '40.77.167.123', 1683798892, '__ci_last_regenerate|i:1683798892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95341544fd35af7a1e7aa309b03d724dc12cd4c1', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9537cfdc92057965aa560d35fe1c0815362ec35a', '114.119.134.224', 1688223711, '__ci_last_regenerate|i:1688223711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('953932c9d4b2f3d6afc958a75b6ab189b87c0123', '114.119.133.125', 1687214555, '__ci_last_regenerate|i:1687214555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('953d925831f9073ca3a8f37eaaf993c97919dbd3', '200.119.169.25', 1664893369, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664893369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664890714;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('953f25124cd1b34e9b2a3c832a540ef9aa5d8e17', '17.121.114.210', 1660086479, '__ci_last_regenerate|i:1660086479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9540955755d90179ab2b51924295eefb57fa9cbe', '207.46.13.1', 1671352269, '__ci_last_regenerate|i:1671352269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9541870984169e9f46b0d6497172c58952cb34e3', '190.148.252.151', 1671233403, '__ci_last_regenerate|i:1671233403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671233373;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95441a941ef3fcf169290d0c6d61797fd2a10867', '114.119.146.141', 1685906609, '__ci_last_regenerate|i:1685906609;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95456a2b4a1d04c9dc7658d8502f05fbc0169314', '157.55.39.69', 1671918050, '__ci_last_regenerate|i:1671918050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954657768a9a9351198f849ee819b41e3d23b03a', '190.56.173.175', 1653323540, '__ci_last_regenerate|i:1653323540;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653102670\";last_ip|s:14:\"190.56.173.175\";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 ('9546d1ee69f5f4a5e682bed94f9b74ba1b65883a', '40.77.167.123', 1683192163, '__ci_last_regenerate|i:1683192163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9546ed87d7efc4d7d184ffa8246e2f9df0d18467', '190.148.87.182', 1679601382, '__ci_last_regenerate|i:1679601382;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679601292;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954a8184b6de7b88f6a5e48bd7363a95946c7584', '190.148.158.151', 1677334997, '__ci_last_regenerate|i:1677334997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677334890;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954b0ac2b6412a33297f3429a78cf4b2d2d82221', '52.167.144.164', 1685074572, '__ci_last_regenerate|i:1685074572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954bd17a7a3a7d01d29e1531c64710e0d7fa3da2', '40.77.167.123', 1683192148, '__ci_last_regenerate|i:1683192148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954cc746d16c457ea46c8509ad6d575dab938f8d', '52.167.144.49', 1676724795, '__ci_last_regenerate|i:1676724795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954fae59b719a01a08292caf749f40ba3d2dc2be', '54.170.56.42', 1681917435, '__ci_last_regenerate|i:1681917435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95516f7d2762b6e8e97413814b4ae95e25e7117a', '157.55.39.9', 1674750244, '__ci_last_regenerate|i:1674750244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95550677166067d0d61fa4e36639f25e49a0e38d', '3.16.27.50', 1667542167, '__ci_last_regenerate|i:1667542167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9555a2b3e8f685e25ac11c14e02fe2406078c214', '17.121.114.184', 1652538952, '__ci_last_regenerate|i:1652538952;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 ('955614aa6c25e2a6f0d11af2e3ec46f06b00a9a3', '190.56.49.149', 1688576295, '__ci_last_regenerate|i:1688576295;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688484755\";last_ip|s:14:\"190.148.252.67\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688575887;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95566b70aba74c8e463444fac6f2797f7b2bd600', '17.121.113.13', 1660958942, '__ci_last_regenerate|i:1660958942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9556d3e7aea869f349bd7290d128c76fc6e3fb76', '198.251.73.97', 1680407570, '__ci_last_regenerate|i:1680407570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9556d96d758c1719aced2dafb8f56daec6c0e980', '190.56.173.251', 1652105830, '__ci_last_regenerate|i:1652105830;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935575\";last_ip|s:14:\"190.56.173.251\";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 ('95573df9b3da4cbc105818bdf5a374b1b4bbc7ef', '91.227.68.183', 1662933524, '__ci_last_regenerate|i:1662933524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95581f9eeb566de602fae0a91dde3b876953bf85', '200.119.173.177', 1684971167, '__ci_last_regenerate|i:1684971167;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684971157;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95599887653880e189a11bbd25e00849d36c01d6', '190.148.87.6', 1668475704, '__ci_last_regenerate|i:1668475704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668475479;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('955c3e6bb4f55667cf0d7446ee926e34397c6d38', '190.56.55.48', 1687538590, '__ci_last_regenerate|i:1687538590;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687538526;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('955d2d434523f13ab46aff2d0695ea0beceec6f1', '200.119.172.48', 1668614492, '__ci_last_regenerate|i:1668614492;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668531867\";last_ip|s:14:\"190.148.157.88\";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 ('955d5f2a546a35513382e28d6228fe1de7818ef6', '200.119.174.9', 1674157936, '__ci_last_regenerate|i:1674157936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674157923;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('955e2b9dc334c7ce4795f19b65d3d86d049d973e', '190.56.50.253', 1682553856, '__ci_last_regenerate|i:1682553856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682553699;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95617fd56fc96c917a9a6bb2d3ac7e21eaa5a62f', '13.66.139.11', 1674605332, '__ci_last_regenerate|i:1674605332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95626cc9dfe72531224a8e699d2f1ffe70a68e44', '114.119.156.27', 1688383922, '__ci_last_regenerate|i:1688383922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956464357aa4f41520851b9fde450d549cf6e514', '40.77.167.106', 1687144524, '__ci_last_regenerate|i:1687144524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9567caf5db96e07a912472e06a70f26d3e4db42d', '52.167.144.164', 1684752390, '__ci_last_regenerate|i:1684752390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9567fce09c06a5eeaaee4f96fe96a164a51c0893', '157.55.39.128', 1673326013, '__ci_last_regenerate|i:1673326012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9569b0c807445fb91c2c1b56c2428a76787c2718', '40.77.167.91', 1686974791, '__ci_last_regenerate|i:1686974791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9569b25188dd489667589928f7b240bc5a5e03a8', '40.77.167.86', 1678822989, '__ci_last_regenerate|i:1678822988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956aa7ba50d23550f04e39335f50217821231484', '52.167.144.164', 1686410557, '__ci_last_regenerate|i:1686410557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956ba6b2ffe8418778b4c5566841e4bcb648db1a', '114.119.147.74', 1685777418, '__ci_last_regenerate|i:1685777418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956c44830890483e371922d3f608df0ca0c7509c', '157.55.39.123', 1673322673, '__ci_last_regenerate|i:1673322673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956d728a67f812324b86da5016f285ee75f7d2aa', '34.222.138.101', 1662557637, '__ci_last_regenerate|i:1662557637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('956dc526bc8a091de80a468e440b597461b9c6ce', '40.77.167.39', 1656347834, '__ci_last_regenerate|i:1656347834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95700c00816e9f3eac55e115f0c42bc41da58cc1', '190.148.157.98', 1678987869, '__ci_last_regenerate|i:1678987869;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678987862;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9571ea7f0604dad36cb147ee8ed6334e83da2cde', '207.46.13.52', 1663764693, '__ci_last_regenerate|i:1663764692;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9573e74baef8071789ae42555d0d0288804305fd', '190.148.252.151', 1671197450, '__ci_last_regenerate|i:1671197450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671197443;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9574538ca9653c606037a0b32cd6436881102031', '190.148.252.197', 1665578773, '__ci_last_regenerate|i:1665578773;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665578732;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9574b5000b40e354a0ec7e23ef88412dab3b369a', '54.36.149.62', 1688262906, '__ci_last_regenerate|i:1688262906;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 ('9574dd4f5653465e3bebc228f520bd6714153a0c', '190.148.157.192', 1655860331, '__ci_last_regenerate|i:1655860331;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655846385\";last_ip|s:14:\"200.119.174.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655860331;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9578f793d7c0ac8e76da2f240b0f4aff814d1ec7', '52.167.144.26', 1682459859, '__ci_last_regenerate|i:1682459859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957916f1464a5466066f963fb42082ef462d6dd2', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957a91a1c9e66bcf4bbea373a7aeba1ea1a5a72b', '200.119.174.9', 1674486740, '__ci_last_regenerate|i:1674486740;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"0pRDbYI2twnAyrhUueBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957ba86631d3876ef3f0aaae21faae6f488e7426', '190.56.173.211', 1655816230, '__ci_last_regenerate|i:1655815981;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655815364\";last_ip|s:14:\"190.56.173.160\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655816145;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957c2a11e0786113dd71b35f6ddf26e94c1767f5', '3.252.163.12', 1665460025, '__ci_last_regenerate|i:1665460024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957d72446719549f3c4b2fc6eeb42c272a4982a1', '52.167.144.164', 1686164916, '__ci_last_regenerate|i:1686164916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957db2121076ec41b7052a028a14b6a2c035cdfc', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957ee3257b39a9ad4aa9c9d513aee2c2ad78ab5c', '52.167.144.98', 1684315731, '__ci_last_regenerate|i:1684315731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957f6b784e056098b19812f466a1beef95b615f8', '200.119.168.250', 1681062990, '__ci_last_regenerate|i:1681062990;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681062980;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957fe7ecc4ae1fe1b77cd0e3cac54ee66ff920fb', '190.148.87.182', 1679696543, '__ci_last_regenerate|i:1679696543;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679695979;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('957fecf41bc936c98e710b8a0aba884ca8171512', '190.56.49.237', 1665767716, '__ci_last_regenerate|i:1665767716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665750466\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665767665;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95804ca402548dd278d8017d02fdff9aedbea23b', '190.148.87.96', 1678478250, '__ci_last_regenerate|i:1678478250;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678478249;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95846418e9c4ddb0d70bc250e54ebfddfd15bb99', '51.254.199.11', 1673913940, '__ci_last_regenerate|i:1673913940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9584651962ea2b0407ea5063af703e9abfb3d778', '52.167.144.76', 1681928695, '__ci_last_regenerate|i:1681928695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9584b1dd2dc6ff55c21e344dc690d362c13c3420', '17.121.113.147', 1656694346, '__ci_last_regenerate|i:1656694346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95856dede391a01e1771bf0bc0f78b4aedffcfd2', '190.148.158.69', 1685452883, '__ci_last_regenerate|i:1685452883;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685452872;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95856ec17828a4ecf16311cb6a02e29fcc824f61', '54.36.148.159', 1660966053, '__ci_last_regenerate|i:1660966053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95865baa799716e08b0c35e6ab748ea990d0211c', '40.77.167.133', 1684132443, '__ci_last_regenerate|i:1684132443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('958a5139706a7c943f061214e2229ff6eeeed0b6', '190.148.157.117', 1675639494, '__ci_last_regenerate|i:1675639494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675639464;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('958f8c5d7ee15050f6e6ee16cdb983837ba02acc', '190.148.87.6', 1668178636, '__ci_last_regenerate|i:1668178636;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668122599\";last_ip|s:12:\"190.148.87.6\";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 ('958fe76ec91fee02a494b7a1d919b130d9e1657a', '34.210.183.68', 1672665693, '__ci_last_regenerate|i:1672665693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95911c13f7ddf37668175f030f9861c1fcb44571', '40.77.167.13', 1672472732, '__ci_last_regenerate|i:1672472731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('959189e40dd7cf414e724e231a8f4331374c3b60', '40.77.167.123', 1683130085, '__ci_last_regenerate|i:1683130084;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95949f9040c1b0d1580814d739c35f9796861a6d', '200.119.168.250', 1680918695, '__ci_last_regenerate|i:1680918695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680868670\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680918631;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9594e965026657bf63a6b8b2a8d29f749d19001f', '207.46.13.236', 1654000769, '__ci_last_regenerate|i:1654000769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95985ea1d976e3eeff22e0ddc0d1137396490ffc', '114.119.150.140', 1688208250, '__ci_last_regenerate|i:1688208250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95988824aa54e403a914a914c5a71e876ce09a5b', '190.148.157.53', 1683927323, '__ci_last_regenerate|i:1683927323;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683904005\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"CiTDcFSfhKNqVeGl6so3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9598e1984dc8a9f1e6fa551a86b3211a9a7898a0', '200.119.169.5', 1654865285, '__ci_last_regenerate|i:1654865285;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654865247;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('959bb1cdf398e59872fdb8b77cdeb7c08ddd8549', '114.119.132.153', 1688245322, '__ci_last_regenerate|i:1688245322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('959db0a78fde3e5551fccd59a60c085502606826', '212.102.57.206', 1688331635, '__ci_last_regenerate|i:1688331635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('959dd0c856cfe5e6a3b93d36d92d1b30c7c30ff7', '17.121.115.44', 1651028005, '__ci_last_regenerate|i:1651028005;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 ('959f9b280b614a6605932af638e016a78febb6bf', '207.46.13.10', 1672603561, '__ci_last_regenerate|i:1672603561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a1019612a81f81824da368e65e19c56145cb5f', '52.167.144.164', 1686726971, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a23fa940be02011b7742ff394a14bf6c2c1a1f', '35.224.43.9', 1669805426, '__ci_last_regenerate|i:1669805425;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a251a0ec5563e3d43741f34831264364f56dae', '52.167.144.133', 1685469767, '__ci_last_regenerate|i:1685469767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a3ab1ef91b862eec3307b9ddf0abaaf7c92414', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a7d0893e2faf380718fa90fc41c36ac6a805ca', '17.121.112.217', 1660626234, '__ci_last_regenerate|i:1660626234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a7d4316a1ba88b0178f23ccfe7e946c608fd7f', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a94b73b136828ff2f6be3adf11bb560eee54a2', '17.121.114.32', 1654181642, '__ci_last_regenerate|i:1654181642;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 ('95ab12cd1e887652783457c20b7fc7b430790677', '190.56.173.213', 1683305848, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683305848;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683304886;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ac1e26dcb0f4fcc92ba314a228448a9c36f962', '114.119.152.128', 1687911458, '__ci_last_regenerate|i:1687911458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ae0fd06ebd35c92d1ad72b516966b648591425', '40.77.167.91', 1686964923, '__ci_last_regenerate|i:1686964923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95aef5555d62b8545972eb9a99203b500e3a9534', '40.77.167.202', 1687513388, '__ci_last_regenerate|i:1687513388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95b1fb87eec49f112490f7e0a8b11496ee585637', '207.46.13.205', 1671898865, '__ci_last_regenerate|i:1671898865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95b214e10fc5f1da6e53c12f1628d236bf94d77c', '17.121.112.20', 1655379110, '__ci_last_regenerate|i:1655379110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95b2d50d0fade8230301c53dc00d3f687190b402', '40.77.167.181', 1679742791, '__ci_last_regenerate|i:1679742791;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 ('95b33d5cfda29768f19d9807c8171d7e1e0fb6e3', '207.46.13.234', 1660445165, '__ci_last_regenerate|i:1660445165;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 ('95b36aea92c167716f8d6ec4bc1e9d4d93897d9d', '114.119.156.77', 1687788630, '__ci_last_regenerate|i:1687788630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95b42362ad903a65a9270f7dfa4561cbfea9075e', '34.121.233.252', 1664428073, '__ci_last_regenerate|i:1664428073;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('95b5ecb712330b656a13d24ff1d5d8e1fa7975d0', '114.119.135.8', 1688017804, '__ci_last_regenerate|i:1688017804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95b6ada9b0e25ac4f0eead3cca0b105ba82376f6', '157.55.39.180', 1667481050, '__ci_last_regenerate|i:1667481050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95b9c4a31d02860a5d8f1489da44d1b9964dbc0c', '114.119.135.166', 1685851578, '__ci_last_regenerate|i:1685851578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ba704c53f74281e1b0f46e60feb0a5fd83366e', '52.167.144.23', 1687160892, '__ci_last_regenerate|i:1687160892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bb4f37924d0215556e6945edbe1852982fa9cd', '40.77.167.114', 1678585760, '__ci_last_regenerate|i:1678585760;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bb6496aaea58ce668708f121c245acd897da41', '40.77.167.114', 1678630501, '__ci_last_regenerate|i:1678630501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bb982699882b239bc48099a037bf2bd74a9fea', '190.56.50.253', 1682645878, '__ci_last_regenerate|i:1682645878;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682645513;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bd6a48d0f4246424ebe7983e83fba1e2117c08', '54.184.63.244', 1674740427, '__ci_last_regenerate|i:1674740427;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 ('95c02a45e36364b2fd77d4bebbeebacdd13cf9ff', '190.56.32.162', 1686318933, '__ci_last_regenerate|i:1686318933;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686318736;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c088e6d63660169e0be4a5f51fa776d1ec1a0f', '52.167.144.162', 1686102239, '__ci_last_regenerate|i:1686102238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c08bdcf96df7e528c54df40e9b39bb860c0265', '114.119.148.163', 1684852814, '__ci_last_regenerate|i:1684852814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c0b15822a7eeb4c415ebe9447bf405d50de753', '52.167.144.98', 1686607450, '__ci_last_regenerate|i:1686607450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c1158319700fe006182c55f5b90c4f76df7140', '157.55.39.100', 1672246866, '__ci_last_regenerate|i:1672246866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c1279809fbd27ccb3c94cd48b84631fbf31fe9', '157.55.39.206', 1667734482, '__ci_last_regenerate|i:1667734482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c1d16f69ef7d826434626e0a14d5dae414b14a', '52.167.144.164', 1686579223, '__ci_last_regenerate|i:1686579222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c2bdb06c8ebf112d05c7180ef020b14914b16d', '40.77.167.170', 1675545814, '__ci_last_regenerate|i:1675545814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c2d805889905e10f2584c86db91ff8d55ff3da', '190.148.252.56', 1663956438, '__ci_last_regenerate|i:1663956438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663956409;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c49c355064cc1e48e2215a27290f433f93d4dc', '40.77.167.123', 1682762988, '__ci_last_regenerate|i:1682762988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95c5059bb7ad6c00bfc8893e5d52d684f596cc61', '35.93.20.24', 1663683632, '__ci_last_regenerate|i:1663683632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95caa3e9f7a4a886f12ad44ef6a1e4833d72416f', '207.46.13.17', 1673800018, '__ci_last_regenerate|i:1673800018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95cacda2f1e0599b15bf0122530029599bf0dc24', '190.148.252.115', 1664635786, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664635786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664635767;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ce269cd8c467ad3ab8c4b721c7939509bae91b', '190.148.157.80', 1669376003, '__ci_last_regenerate|i:1669376003;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669375631;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d02dd8da0bbf607ef9fa6a16a502993797d2bd', '66.249.79.199', 1681963810, '__ci_last_regenerate|i:1681963810;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 ('95d327108d178d1429e5120a497482d39a485ae2', '51.222.253.14', 1656510194, '__ci_last_regenerate|i:1656510194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d429327c5beacc07e7afafbe725527849ce97c', '40.77.167.43', 1658513172, '__ci_last_regenerate|i:1658513172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d6d42712544e5f71706cf3607b761b5efe68e4', '190.56.50.253', 1682451594, '__ci_last_regenerate|i:1682451594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682451570;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d70f32e2f1493070adde21d8243944442de42f', '190.148.252.177', 1674078583, '__ci_last_regenerate|i:1674078583;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674074772\";last_ip|s:15:\"190.148.252.177\";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\";user_csrf|s:20:\"hvLeW8pOIB7RyxF0TdDn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d955051e224dc08b1a9233192612849ea9d973', '40.77.167.191', 1681775105, '__ci_last_regenerate|i:1681775105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d9d1759cac73cdab59098bda85267b02cd25b4', '66.249.65.161', 1670968482, '__ci_last_regenerate|i:1670968482;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 ('95db3b7e9fb0dd347d46a42cd48aba11180c4494', '190.56.173.136', 1687907483, '__ci_last_regenerate|i:1687907483;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687907140;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95dee4d267ad60379763b38e65ae906f4547161f', '157.55.39.192', 1666194220, '__ci_last_regenerate|i:1666194210;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95df80d696345553d973dd7b8becdc92250f9b90', '207.46.13.17', 1674163249, '__ci_last_regenerate|i:1674163249;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e05ca2e51e32022d75118c8fe55d526bcb84c5', '5.188.62.140', 1653308938, '__ci_last_regenerate|i:1653308935;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e1b27cc0167a293ad589b5b9959762eded8dfd', '52.167.144.164', 1684593703, '__ci_last_regenerate|i:1684593703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e1c9587196eaa69a545f736d53d8cd51d54579', '40.77.167.104', 1668228194, '__ci_last_regenerate|i:1668228194;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 ('95e34291427885dff2bfedfafe586fa4054b4d5b', '40.77.167.227', 1682196824, '__ci_last_regenerate|i:1682196824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e36d5ba18b58b7ad58f9cc686c0e6ef3f151d6', '45.71.19.23', 1682470953, '__ci_last_regenerate|i:1682470951;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e422409b31e522af11198d90641620b61173ab', '207.46.13.147', 1672649688, '__ci_last_regenerate|i:1672649688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e466ed72d60a1b3e0a05db1fd256af580b19b7', '200.119.170.113', 1666727185, '__ci_last_regenerate|i:1666727185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666727161;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e4e16d6c6c12ce0792f801b9fcb9ad40c03a6c', '35.88.155.171', 1675518214, '__ci_last_regenerate|i:1675518214;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 ('95e5683d42b52192664ec79bfad9cadbc3cbb039', '114.119.138.48', 1686671471, '__ci_last_regenerate|i:1686671471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95eb71361b33d0dff6af08fa6568e334529fefb0', '114.119.131.50', 1687235208, '__ci_last_regenerate|i:1687235208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ecc2cc28a7c5a77f95f6a79c5d26e39c2eab2c', '190.56.32.174', 1676933786, '__ci_last_regenerate|i:1676933786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676933701;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ed3aeb93d13f0c5ec29642991a2fa52b296def', '190.148.87.182', 1679747760, '__ci_last_regenerate|i:1679747760;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679746912;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ed7cf79ead81524ecca8a6557148ad48944c7b', '190.148.252.151', 1671311307, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671311307;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671309935;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95f009e32a56ccb16b869372faa2f0514420e146', '54.187.123.223', 1672406700, '__ci_last_regenerate|i:1672406700;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 ('95f2073e267718ad41b78ba5a4c7cfc29fa63d9b', '20.83.215.68', 1653626989, '__ci_last_regenerate|i:1653626988;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 ('95f2605fbff0b45967d2b7a250c66551b473ff69', '66.249.74.105', 1681648689, '__ci_last_regenerate|i:1681648689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95f2f049f0935f04f441ffb7282d27764dcadaa1', '114.119.154.30', 1687189391, '__ci_last_regenerate|i:1687189391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95f33720938c35091da2c803955868ae845c682e', '206.189.156.199', 1652762084, '__ci_last_regenerate|i:1652762080;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 ('95f3ce49ef2597de750ef2a2a8442e5c8eeea7bb', '190.148.87.244', 1654616794, '__ci_last_regenerate|i:1654616794;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654616776;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95f6f4830df050c058d83ee52ef4d9b7c6a4b2de', '190.56.55.27', 1662310386, '__ci_last_regenerate|i:1662310378;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662298065\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662310386;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95fce6a6ab206b76988716ca46d27425a0ca193e', '114.119.156.31', 1684931908, '__ci_last_regenerate|i:1684931908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95fe3aba126d9d2e2d384afd142008efea0d8616', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95ffb7142c1d7b373bf167f50c6e9b003c7cd1f3', '82.80.249.158', 1668921144, '__ci_last_regenerate|i:1668921144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9600491741c9e3fde4664cfaaa911ab20e758e2a', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9600df510289865b54396a2da3ac1f36932a50cc', '52.167.144.162', 1686106184, '__ci_last_regenerate|i:1686106184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9600f9bc0226733c78079289739906df533a1849', '190.56.49.109', 1666184120, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666184120;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666184074;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('960260d3682b4172890bc7a491d2e7e6a62854b0', '205.210.31.145', 1654520673, '__ci_last_regenerate|i:1654520673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9603803f4797df35244630ff54a9f8c3583fa429', '40.77.167.43', 1658497186, '__ci_last_regenerate|i:1658497176;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9604663aa845e0571f96bf82678a91b5e08e5c7d', '114.119.133.251', 1687276546, '__ci_last_regenerate|i:1687276546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9604e7d9c5f6c4334f2507b5bb2a425ea0b1075f', '49.12.224.61', 1679236912, '__ci_last_regenerate|i:1679236899;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('960653f2f8e847b68e997ea44221ed6cfb94d7df', '114.119.130.151', 1688332725, '__ci_last_regenerate|i:1688332725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96087cd18afc1d4ad876123b53a731f53855241f', '200.119.168.250', 1680741216, '__ci_last_regenerate|i:1680741216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680740972;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('960a58bdd757d69dab5a8669a62584e602262c65', '190.56.32.32', 1686062506, '__ci_last_regenerate|i:1686062506;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686062503;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('960d827bae7d395aeef3a73ca9bb6d4712ceb3ae', '190.148.252.67', 1688473375, '__ci_last_regenerate|i:1688473375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('960dcee06dd99993500061b318d73b96c3b13651', '40.77.167.30', 1656810291, '__ci_last_regenerate|i:1656810280;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96108b7a5249d623290b0252ab7010c699f04447', '114.119.149.254', 1686225213, '__ci_last_regenerate|i:1686225213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9614300af93b85bc9d113d15ca1bcee9fc3e6d5b', '190.148.252.96', 1673132500, '__ci_last_regenerate|i:1673132500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673130511;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9616296aef88ac7304c0de5814f5097c3d278fb0', '190.56.55.48', 1687569460, '__ci_last_regenerate|i:1687569460;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687568429;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96182fe3d746a53a17abc70d4b725cbc73a7fd95', '190.56.54.156', 1665356124, '__ci_last_regenerate|i:1665356124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665354804;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9619318c2f081cbdffe5505e17ce61d1352411cd', '52.167.144.154', 1687876787, '__ci_last_regenerate|i:1687876787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('961bfdc913a5916b2415e08ae3a0827151ad3ee2', '52.167.144.42', 1679322593, '__ci_last_regenerate|i:1679322593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('961c70a44cf17f39c6ec9b5af87d6de33a5d47d2', '51.222.253.7', 1676167316, '__ci_last_regenerate|i:1676167316;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 ('961decc57090b6994f158f794edd191345f4b034', '15.204.182.106', 1678850184, '__ci_last_regenerate|i:1678850183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('961e6fa0f4f44c7aaab35da0a7eea49e86701fb8', '52.167.144.70', 1688296431, '__ci_last_regenerate|i:1688296431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('961ed923d84b00048d361563bd7d09ce6f034d4a', '40.77.167.123', 1683084948, '__ci_last_regenerate|i:1683084948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9621c016e2abfc0e313fb9d19778216f95918f07', '51.222.253.17', 1663949258, '__ci_last_regenerate|i:1663949258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9622ab1f379f3da31250cd32f18bd204058160a7', '17.121.114.187', 1652028639, '__ci_last_regenerate|i:1652028639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9622c7c4d06879fdc70b1c4c192a8e00409c3284', '146.190.248.193', 1671927933, '__ci_last_regenerate|i:1671927933;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962367f4a9062dea54d45b31022df6dc696a3c15', '190.148.252.178', 1657290521, '__ci_last_regenerate|i:1657290521;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657231854\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657289650;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9623d8459abce65b95784512042a54f599939c5c', '40.77.167.182', 1683403009, '__ci_last_regenerate|i:1683403009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9625515cd25fe38707c9d2d7fafff08a5ee381c8', '200.119.172.95', 1659744413, '__ci_last_regenerate|i:1659744380;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659744380;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962639d61fc91661e3607f9b42fb52f251b5b949', '17.121.115.161', 1660071858, '__ci_last_regenerate|i:1660071858;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9626656f1f763fb075a7aceb2eb50c26fe219e32', '157.55.39.173', 1670202384, '__ci_last_regenerate|i:1670202384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962a663f6150fda3eb7d67b2befc542f3f209480', '17.121.112.163', 1658450046, '__ci_last_regenerate|i:1658450046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962be18b2702fd5966aa32285a87747a2ec4b96a', '207.46.13.17', 1674211140, '__ci_last_regenerate|i:1674211140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962d1b4e4ec8b6c7b9eee684785d4dfefff358a6', '51.222.253.10', 1674867664, '__ci_last_regenerate|i:1674867664;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962e466b8db1af80857dda5870bb976905f36ade', '200.119.170.209', 1656944960, '__ci_last_regenerate|i:1656944960;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656943828;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962f4e0b768e043758f18f7fc57d29a45cbca63b', '40.77.167.182', 1683989567, '__ci_last_regenerate|i:1683989567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96323e1f6c1a9a2d766f7b77eb4e92dc77558315', '190.56.50.15', 1667238142, '__ci_last_regenerate|i:1667238142;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667238068;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96331156b366f34b93a1e57e6d063d6e0fac0777', '114.119.159.61', 1687891047, '__ci_last_regenerate|i:1687891047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9634c692e84649556d7eb9555eb9cf0b8f4132a7', '190.148.157.53', 1684002615, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684002615;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684000348;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96368c8ade80459d90ff56dbfeff471a7ce9c904', '190.56.49.237', 1665835163, '__ci_last_regenerate|i:1665835163;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9637bc021b3ff608d60b8ff05abf1e27da9a5fc4', '114.119.129.71', 1688180798, '__ci_last_regenerate|i:1688180798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9637ec314aea8b2fef2d8954114fd503726eb02e', '17.121.115.84', 1652961286, '__ci_last_regenerate|i:1652961285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96383a64d420502ac26ee0ffaa8a0001e8d3196d', '200.119.168.250', 1681131216, '__ci_last_regenerate|i:1681131216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681131212;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96383ba612449ea93c36d57435280b72a2976124', '157.55.39.46', 1672321034, '__ci_last_regenerate|i:1672321033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('963872fc4a50fc01428708cd8e73a41074eadcbb', '190.56.173.136', 1687978966, '__ci_last_regenerate|i:1687978966;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687978966;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96392a98500ff2a99476d8edb8bdab5b60049b8d', '157.55.39.64', 1673444151, '__ci_last_regenerate|i:1673444151;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 ('963973fd4be57a3bae4b65589cd5ad296030cf49', '40.77.167.106', 1687178279, '__ci_last_regenerate|i:1687178279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('963ae920a358b60e474f9dcc63250ff049d21281', '192.71.225.127', 1650734901, '__ci_last_regenerate|i:1650734901;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 ('963af8435727affad6685346ed591ae8f73324d9', '190.56.50.253', 1682617663, '__ci_last_regenerate|i:1682617663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682617652;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('963ec48e48ef40ad212d59b3b952b9e278c5a227', '52.167.144.166', 1686912120, '__ci_last_regenerate|i:1686912120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96402461bcc6923629306c44f97f2d77d8a8556d', '54.36.149.47', 1687001139, '__ci_last_regenerate|i:1687001139;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 ('9643ad0daa9f2e684deecca2e4f4338b1ed8b2b9', '114.119.146.141', 1686219204, '__ci_last_regenerate|i:1686219204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96475e27bc57aa104b3ffb39149bdd4c57221e62', '190.56.54.156', 1665430027, '__ci_last_regenerate|i:1665430027;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665430019;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96483ae21be680456ef8e7d9894fa647590edcb0', '114.119.130.91', 1688576455, '__ci_last_regenerate|i:1688576455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9649279da9a5ddce59130eda14a0ca3060b1663e', '157.55.39.216', 1676435954, '__ci_last_regenerate|i:1676435953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('964dec195f35bc6793e66fef6428236f1cd01848', '114.119.153.209', 1685099051, '__ci_last_regenerate|i:1685099051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9653d30d736c02515c9f813b3749a5a998b86899', '51.222.253.12', 1670174007, '__ci_last_regenerate|i:1670174007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965ae3e42bce23e2ed50c6740bd354eb17abbefc', '51.195.216.255', 1650895292, '__ci_last_regenerate|i:1650895292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965b6c0bcb16eebbd6471985c921dd19fe41b960', '114.119.143.114', 1685942756, '__ci_last_regenerate|i:1685942756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965bfd906e313d4fbb1366ae7fd65e171fbc5d75', '190.148.158.164', 1667399224, '__ci_last_regenerate|i:1667399224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667398200;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965cf13df25ef3f2a2fd3b42d6cdae5748e28420', '52.167.144.171', 1685157746, '__ci_last_regenerate|i:1685157746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965d6df8506f9a101229fe7c812bbe8853c95792', '200.119.172.60', 1674673147, '__ci_last_regenerate|i:1674673147;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674673144;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965df34d1b9b5bbf2e348bb547b4ad0cb9988b53', '200.119.173.133', 1660848423, '__ci_last_regenerate|i:1660848422;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 ('965e41a2789ee667749d909973917b512fa350cc', '52.167.144.164', 1685703180, '__ci_last_regenerate|i:1685703180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965ec11cb2f68dc25bb852d6ca3ffcf9bc091271', '157.55.39.69', 1672198476, '__ci_last_regenerate|i:1672198476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965f2c66f84e3bb8a3865a8bfb1240ce1f2ac02f', '190.148.157.80', 1669252351, '__ci_last_regenerate|i:1669252351;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669252146;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9661103aec137fee1ef827fe43690ca3119636f5', '52.167.144.164', 1686575612, '__ci_last_regenerate|i:1686575612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9661b85872e1921d40d43730b40640319410b9a0', '51.222.253.5', 1677801275, '__ci_last_regenerate|i:1677801275;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 ('9662dc66ae03dff95963d5df86c893b6e647069a', '51.222.253.11', 1686704270, '__ci_last_regenerate|i:1686704270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9665fd3f038b7fcd8f5dd42ae3f114fa4ae86299', '190.148.252.233', 1668811618, '__ci_last_regenerate|i:1668811618;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668782296\";last_ip|s:15:\"190.148.252.233\";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\";user_csrf|s:20:\"N5x18m7YioOnrWJ2DHeP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966658cf213401e419aa9434c36685de2b67cb18', '207.46.13.209', 1685975698, '__ci_last_regenerate|i:1685975698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9666d4dc0a74b4e42f1468e16f8f2924e45653bd', '111.7.100.24', 1650976216, '__ci_last_regenerate|i:1650976216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966796f805522b855762d75730c0b0ab34007522', '51.222.253.14', 1671552180, '__ci_last_regenerate|i:1671552180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9669061a171da37ad718f1b1456d22faf8feb949', '200.119.172.65', 1659361185, '__ci_last_regenerate|i:1659361185;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659361180;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966a627e93afe55371fd6159bcb73cf7f1a2b930', '93.158.90.144', 1668516475, '__ci_last_regenerate|i:1668516475;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 ('966a805941fc16fc20d37a19a917d4b399ba328f', '165.227.42.13', 1687776055, '__ci_last_regenerate|i:1687776055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966aadf438ef91eda9988dc4871e10d9fd5c09dc', '190.148.87.99', 1688412685, '__ci_last_regenerate|i:1688412685;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688412649;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966b134c446e22c93587a978219339a974fea705', '52.167.144.98', 1686126457, '__ci_last_regenerate|i:1686126457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966d13527930c5fc8a19062c242bfd786044c0ba', '114.119.148.37', 1688302415, '__ci_last_regenerate|i:1688302415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966ea15e97a91d0b3a3b24fd333071e95fe67d7d', '190.148.252.96', 1672947324, '__ci_last_regenerate|i:1672947324;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672946506;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9671a778e7ed2c6844d8521bb699f455328f4a30', '157.55.39.79', 1656947913, '__ci_last_regenerate|i:1656947903;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9672fbbb3c5ea5b5c7453a8edaa8c0c02dd9b8ba', '23.226.129.46', 1651165175, '__ci_last_regenerate|i:1651165173;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 ('9673e9bac70ffd6f099b8cea205603a7a368e82a', '161.35.27.185', 1688184076, '__ci_last_regenerate|i:1688184076;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96744b6a83d95f11cef774ea58143ea47a031c41', '52.167.144.98', 1685077856, '__ci_last_regenerate|i:1685077856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9675ffd97e6fd2c804192739c564b68e28812c3c', '51.222.253.18', 1675841573, '__ci_last_regenerate|i:1675841573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96764b96aa82db14d80c2de9ab1321ff675d116e', '200.119.170.113', 1666721362, '__ci_last_regenerate|i:1666721362;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666721345;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96767b1206c3fb3af9f3b5a6bac19d8e4896247b', '66.249.79.208', 1675114085, '__ci_last_regenerate|i:1675114085;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 ('96780aa23e40ba60ae5e6750fd6414ec45b0a179', '52.167.144.98', 1686401151, '__ci_last_regenerate|i:1686401150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967850456673f16c2ee0ebc6f7a2efb2d4a7f88b', '66.102.8.7', 1652212602, '__ci_last_regenerate|i:1652212602;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('967958574eb9e9cc6313e2e609bf4ccc369cf4f1', '149.57.16.7', 1653807073, '__ci_last_regenerate|i:1653807073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967983eb23551d1d6c739254ce444d94f7250b65', '190.56.55.113', 1673439394, '__ci_last_regenerate|i:1673439394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673439353;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9679c2470adff82cc87ad3ad816f73b74057e6c1', '52.167.144.89', 1679795875, '__ci_last_regenerate|i:1679795875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967adb9b04d8916e7f463af3422a10bbb1a42f96', '114.119.158.149', 1686220481, '__ci_last_regenerate|i:1686220481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967c220a810563ffd31a4d43ea2edf4c401d32f7', '82.80.249.214', 1668921101, '__ci_last_regenerate|i:1668921101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967cb070f33389f3a8d535f5ab29cd308d7eab8a', '200.119.173.177', 1685366647, '__ci_last_regenerate|i:1685366647;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685366635;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967d6f2920601c76818a55af79a70ea0ac99d9fe', '74.208.2.232', 1684500588, '__ci_last_regenerate|i:1684500588;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 ('967e39772c37b04a6162e04cb30a5a67472e4aae', '114.119.137.180', 1686517051, '__ci_last_regenerate|i:1686517051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('967e960e58b2e0147095d34e6ce1f10e19b91645', '51.222.253.14', 1674111783, '__ci_last_regenerate|i:1674111783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96807fa981113e9bcf19870b03241a933d5fe4b9', '114.119.135.143', 1687936012, '__ci_last_regenerate|i:1687936012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96813104584d1de4d5137f39ff19077e8e591932', '51.222.253.11', 1668250165, '__ci_last_regenerate|i:1668250165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('968478f4457c680cde8fe381bd01b072ce535551', '157.55.39.253', 1682084036, '__ci_last_regenerate|i:1682084036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9686007605b215bd46afb5d3163c7f2823300d99', '157.55.39.164', 1654006932, '__ci_last_regenerate|i:1654006922;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9689865f39329c06874377f59f4a900b1420d744', '200.119.173.96', 1687128492, '__ci_last_regenerate|i:1687128492;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687128478;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9689e543ff903d6a4757d05a19f43ec3ab64d050', '40.77.167.11', 1673376676, '__ci_last_regenerate|i:1673376676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('968f967147d9ebc3b9af6cb74f365dba03fac3bb', '207.46.13.138', 1674432067, '__ci_last_regenerate|i:1674432067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9690ed4f4d30d9008edb62f443b1b95bb6df6d27', '185.27.99.130', 1682140098, '__ci_last_regenerate|i:1682140098;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 ('9693d15f0fd2b544feae856a6cf5d1eb09374ce5', '190.148.158.151', 1677330102, '__ci_last_regenerate|i:1677330102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677330050;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9694088eb6b1bd8e54ee1e90ab2b17c1e1fe829c', '114.119.131.210', 1687714067, '__ci_last_regenerate|i:1687714060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96944fa22e3cd45b6569e1d0623ff46d14af8e91', '52.167.144.136', 1678704084, '__ci_last_regenerate|i:1678704084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9695cf04196b23b18add8cccb824ab8a195782ea', '54.36.148.164', 1675035073, '__ci_last_regenerate|i:1675035073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96960f8d368e11187c0d3cb430307e801708a6b5', '74.208.2.208', 1665904733, '__ci_last_regenerate|i:1665904732;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9697373a498217b721cb8492d8c218232a745285', '190.148.87.96', 1678402789, '__ci_last_regenerate|i:1678402789;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678402782;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9699129952f7d2e382965fd7c3b8879c4046b9ac', '40.77.167.169', 1676001699, '__ci_last_regenerate|i:1676001698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9699896449fc9d5da64a54f01a3f1e492288c4b7', '200.119.170.209', 1656949451, '__ci_last_regenerate|i:1656949451;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656944960;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969a1b63eb21c3547f502c658c9ddf6c8c486774', '40.77.167.11', 1674419122, '__ci_last_regenerate|i:1674419122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969c0b56a2711da3e760d9ccdd07006d5f264b1c', '190.148.158.151', 1677277614, '__ci_last_regenerate|i:1677277614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677277536;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969c382a40841716915ea02419bd150f8ff0f748', '51.222.253.6', 1675323653, '__ci_last_regenerate|i:1675323653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969d4e0107f36357b069de5239e65acd82166f0c', '207.46.13.207', 1685876019, '__ci_last_regenerate|i:1685876019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('969d70b5695aa016298020acc0a0c4526d32b065', '51.222.253.17', 1680705871, '__ci_last_regenerate|i:1680705871;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 ('969ed63cffd2e8ea5da6246b2af1d4d3e57556ff', '17.121.112.21', 1660941246, '__ci_last_regenerate|i:1660941246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a1b65672b4201a918989fe81037c663e0387aa', '5.161.148.165', 1682606633, '__ci_last_regenerate|i:1682606632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a3bb8ef004e3ddc5734877acb4055372d03b27', '190.148.157.98', 1678985596, '__ci_last_regenerate|i:1678985596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678985591;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a437640d752b0e023d5e450045ff2d31161ad3', '190.148.158.108', 1676391075, '__ci_last_regenerate|i:1676391075;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676298393\";last_ip|s:13:\"190.148.87.51\";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 ('96a4b9d4daa58dc0a855738c3d2f2625d53b0023', '114.119.133.103', 1687879723, '__ci_last_regenerate|i:1687879723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a6db84f2999711885070dbbb535ee3f9581a84', '114.119.134.79', 1685102472, '__ci_last_regenerate|i:1685102472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a75ef094f4785d78cb34b787096d1bf1b6fbcd', '190.148.252.195', 1653937487, '__ci_last_regenerate|i:1653937487;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653857434\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653934159;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a8e44467190bdf20b744e0e55d491ef65c6e55', '190.148.252.111', 1678152397, '__ci_last_regenerate|i:1678152397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678152389;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a96aa8d13a9d2e48bbe7f235efb9b284ee7d98', '51.158.114.244', 1682466228, '__ci_last_regenerate|i:1682466228;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ac48bb3b2c2e6f59f6e0cae0d5ad4ed10f638c', '190.56.32.174', 1676829930, '__ci_last_regenerate|i:1676829930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676829847;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ad153bdacd1f1cc8a5d799cb796d9e2f57382b', '17.121.113.133', 1655744328, '__ci_last_regenerate|i:1655744328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96adf42e2516be85afa240652ce41f28e361b162', '144.76.67.169', 1676800989, '__ci_last_regenerate|i:1676800989;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 ('96af9e7ca1b34933b05a733220c4626addeda26c', '51.15.251.107', 1682465633, '__ci_last_regenerate|i:1682465633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96afd423599b0c03520b0e05a8cb160bfa5f099b', '114.119.137.237', 1686317938, '__ci_last_regenerate|i:1686317938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b126255a33ffd1ba5f89555e46c5c7385923d2', '190.56.49.83', 1687049153, '__ci_last_regenerate|i:1687049153;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687049131;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b2619088b3ee43d2c512f6c4c53f81cfc73aba', '200.119.173.130', 1676075349, '__ci_last_regenerate|i:1676075349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676075275;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b321ef84f05d59ef4746d1afba5f8944afbb31', '52.167.144.154', 1687513397, '__ci_last_regenerate|i:1687513397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b44d3c475c9dc090ea7864a7942e55364f6cb8', '65.21.206.42', 1657582124, '__ci_last_regenerate|i:1657582124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b52b4e5c7ccabde54568fb89dca8a3a65680a0', '34.221.47.115', 1679924095, '__ci_last_regenerate|i:1679924095;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 ('96b5a908b5c169306521dbcb9d20f27ae89c54f5', '190.148.158.175', 1672599561, '__ci_last_regenerate|i:1672599561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672598304;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b89b751aa2886b6b375f0ac2641a8e60507e12', '190.148.157.117', 1675549966, '__ci_last_regenerate|i:1675549966;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675549412;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b9090d4f8780dd6d404097dbb5a7f859a50723', '200.119.173.177', 1685277639, '__ci_last_regenerate|i:1685277639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685277510;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b9de18cc1ca290be416ec3e43089b163977de5', '34.142.159.34', 1660358494, '__ci_last_regenerate|i:1660358490;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 ('96bc5ded3e6b355a3fc2564bf5dd7f93ba927b21', '34.215.86.222', 1673443229, '__ci_last_regenerate|i:1673443229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96bcd866f762ac425d53a817333b9d4b89c13865', '200.119.173.78', 1682811718, '__ci_last_regenerate|i:1682811718;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682811499;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96bd4ddf68561784f467f657796b95ea7247dc52', '190.56.32.164', 1664563988, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664563988;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664563817;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96be1bc90a2a40ba2d4b455ec2e18c15a75ab627', '35.222.245.197', 1653222859, '__ci_last_regenerate|i:1653222859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96be954ee76e4fc03d4c9352bf311aa6fcb648ff', '52.167.144.164', 1686249313, '__ci_last_regenerate|i:1686249313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c189cd89b7f4fd5ec1ee767aa3c450b503cb90', '40.77.167.191', 1681908839, '__ci_last_regenerate|i:1681908839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c1f9631455f717c23c8b792d90f517bba94fc6', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c5ac5079ee5e679aaa710a334e793b58db5525', '114.119.149.232', 1686982640, '__ci_last_regenerate|i:1686982640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c5c56851fdbcd2a321ba7f84c151daf2e09ead', '52.167.144.98', 1684731202, '__ci_last_regenerate|i:1684731202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c6c9515dd86d0f7f09ec8d229156d70c2fe148', '190.148.252.96', 1672784074, '__ci_last_regenerate|i:1672784074;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672664046\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672782443;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c727b008745f9a6f9c4b5c9411015074859ac3', '52.167.144.76', 1681475498, '__ci_last_regenerate|i:1681475498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c8701cf0ffb4e45155d501e0113f781b97a4d6', '144.217.135.163', 1682410809, '__ci_last_regenerate|i:1682410809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96c90bcf59e2b0f54b05211ea26f7f56dc3de806', '190.148.157.177', 1681994139, '__ci_last_regenerate|i:1681994139;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681994135;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ca161f65937a9a407737412b1a2f3e43a416ce', '207.46.13.12', 1676001718, '__ci_last_regenerate|i:1676001718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96cc96e290cd4877a8c053c36eccb545dddd2d6a', '114.119.151.67', 1685030954, '__ci_last_regenerate|i:1685030954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ced05044bef6a4bb917398d33bd59a7bed89b8', '130.255.166.90', 1679036518, '__ci_last_regenerate|i:1679036518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ced28e4606397fb10b2eea4ef9e19c0881d737', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360536;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ceeefa89b5d6dc1cd0c5c990f05fa953c33d45', '40.77.167.225', 1680252120, '__ci_last_regenerate|i:1680252120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96cf240ff0f6c33405bfb13398e553485e43cff3', '157.55.39.253', 1677022229, '__ci_last_regenerate|i:1677022229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d0d7167f164de6af073bf486984b00de3542e2', '190.148.158.175', 1672260298, '__ci_last_regenerate|i:1672260298;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672260292;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d37ffe411751c6b066f41ab78292bf4c570e92', '54.36.148.118', 1655605337, '__ci_last_regenerate|i:1655605337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d393930c10b5aa548cee67a63bfff0d174e023', '200.119.173.107', 1686834215, '__ci_last_regenerate|i:1686834215;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686834201;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d3cd98e6e00f98732b8134bb7687ae82fe2a04', '52.167.144.98', 1685619153, '__ci_last_regenerate|i:1685619153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d5e0497b01620990013aeb3e34c370788f7686', '114.119.157.82', 1687291469, '__ci_last_regenerate|i:1687291469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d5e84cbdf454553993160a81699dc5b779d903', '51.222.253.4', 1686450630, '__ci_last_regenerate|i:1686450630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d8bb780b9e5154276e18b9e2d5becf7b8b5f10', '114.119.157.245', 1686136505, '__ci_last_regenerate|i:1686136505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d917210c6f28873a4584a0ccc0cd29e4fd32f2', '190.56.55.113', 1673873648, '__ci_last_regenerate|i:1673873648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673873593;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d9572eaa2ce85c36368f5d3f9a5f6edb566031', '17.121.115.47', 1661834445, '__ci_last_regenerate|i:1661834445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96db043a84b7c536262f86793ebf0aee54e5e584', '54.36.148.214', 1684211325, '__ci_last_regenerate|i:1684211325;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 ('96dd11e8691cd3303f3f944c7a5a3064db8dbaf0', '190.148.252.111', 1678139507, '__ci_last_regenerate|i:1678139507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678139487;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96de07fea1591f75bd66469935f142589069335c', '52.167.144.164', 1686398275, '__ci_last_regenerate|i:1686398275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96deee661dfc6c7d92ad042c2f074f6d73f727a9', '40.77.167.133', 1684043031, '__ci_last_regenerate|i:1684043031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96df36911da10e3e1c24ce0b1340755379673ab3', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96e006cddce3cc87fc06e313466904a4c068b56d', '66.249.79.196', 1653949855, '__ci_last_regenerate|i:1653949855;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 ('96e1d1b0b7d2e5260e1eae34ae8b5ec9b995c286', '190.148.252.176', 1686966093, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686966093;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686966088;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96e21d032a26f47c5df12cb5e9b30c69341844bc', '190.148.157.122', 1666655871, '__ci_last_regenerate|i:1666655871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666655772;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96e6b4fc43a40cc90fbb49b325d7b89dcb576ece', '114.119.140.122', 1685486935, '__ci_last_regenerate|i:1685486935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96e6c026f091f82f2c2044a90e0911bcb28a5848', '51.195.216.255', 1650898013, '__ci_last_regenerate|i:1650898011;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96e8139fd786f2715dca24806ceb25f44c12b6a3', '34.132.52.32', 1664741059, '__ci_last_regenerate|i:1664741059;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('96ea1bb7cf6cb54150533a0ff476a421a9510664', '114.119.150.158', 1688075087, '__ci_last_regenerate|i:1688075087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ecef6964660881efc7fd6ddef05810ffe74457', '200.119.174.9', 1674495667, '__ci_last_regenerate|i:1674495667;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ed548db4194ad779d8c05ca98bcc4bca739e3f', '207.46.13.230', 1657952069, '__ci_last_regenerate|i:1657952069;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 ('96edcf7d47a1b787cd7d0debacf0b465b607e122', '157.55.39.69', 1671864949, '__ci_last_regenerate|i:1671864949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f007aef1d1504853635b40acd6a371467795d1', '200.119.173.67', 1679351830, '__ci_last_regenerate|i:1679351830;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f14f281af0091ba99c9c9a8a78ecaa5cae7267', '144.76.151.42', 1650866372, '__ci_last_regenerate|i:1650866372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f321c3677f029829f4abe46ab08659eef97eaa', '52.167.144.162', 1686575670, '__ci_last_regenerate|i:1686575670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f71afb9bbdce036bb8ef24535a22ab3b09a12f', '51.222.253.6', 1685862846, '__ci_last_regenerate|i:1685862846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f81e2404ed10b60f271a3b33a58f3bc233b3ed', '190.148.157.183', 1680286456, '__ci_last_regenerate|i:1680286456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680286451;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96fc1add113e4ec32a1eba61816d4dda037ce660', '54.36.149.81', 1669418097, '__ci_last_regenerate|i:1669418097;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 ('96fca131bc7c6f71346b74663c704c46a1d2a9bf', '51.222.253.8', 1669561369, '__ci_last_regenerate|i:1669561369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96fd43cabf3aea2a27b82c517acce06cb69dc099', '54.36.148.100', 1659669527, '__ci_last_regenerate|i:1659669527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96fd51547295268bd75107493e010a97b53a6c42', '190.148.252.111', 1677967662, '__ci_last_regenerate|i:1677967662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677966533;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97006891defd98b7ccd05fb30913bd797612cc1c', '190.56.55.27', 1662399605, '__ci_last_regenerate|i:1662399605;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662397369;register_id|s:2:\"95\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 09:02:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97021256ba0b242039d09e3eb84f11f84f99d99f', '114.119.157.160', 1687891187, '__ci_last_regenerate|i:1687891187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97066a14a0e5f92d03551bdfb9afddfdb428ffef', '207.46.13.130', 1660164032, '__ci_last_regenerate|i:1660164032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9706d7421bbadb3cf9e71466d060f5d092c15fe1', '54.149.143.32', 1668000403, '__ci_last_regenerate|i:1668000403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97084b223253f76795b9fde9b0d948de38015bce', '51.222.253.20', 1678653544, '__ci_last_regenerate|i:1678653544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9709d13473b643911c7ca19a84c2ea2f8e6cab63', '200.119.172.48', 1668564451, '__ci_last_regenerate|i:1668564347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668564451;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970ab71329683a74cbe213f123f70745342fccf2', '66.249.79.195', 1687536886, '__ci_last_regenerate|i:1687536886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970abaa0c34ab563ae7c8975925c12118f47b01e', '190.56.50.253', 1682559100, '__ci_last_regenerate|i:1682559100;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682559003;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970bbe1e5c09c7f3b4584dba0de4dd6adf091fd2', '190.56.55.113', 1673360251, '__ci_last_regenerate|i:1673360251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673358750;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('970f31aa960564a54c6be1e0a212677cc288897e', '36.99.136.130', 1650687182, '__ci_last_regenerate|i:1650687182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9714028c60c4df51881867389c6c94333eaa40f9', '35.90.30.92', 1687305462, '__ci_last_regenerate|i:1687305462;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 ('9714707eb597fe615671dd18e52e7dd695dde3bb', '54.200.235.97', 1656595884, '__ci_last_regenerate|i:1656595884;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 ('9714d249e1c548d41f8228a3f25ef866efa09e90', '207.46.13.12', 1676032856, '__ci_last_regenerate|i:1676032856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971630889a61c14724d0e2210c25c22fe09833d9', '190.56.54.156', 1665454331, '__ci_last_regenerate|i:1665454127;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665454331;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9717d02360e1d4fecb6f85a9de180ddb8cc2647a', '168.91.85.241', 1654097214, '__ci_last_regenerate|i:1654097212;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971828151b618e52c2d65acbbed5cef90b99d384', '40.77.167.37', 1669168376, '__ci_last_regenerate|i:1669168376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971944fecfb9fa39444a26c96e26b648c190a17a', '40.77.167.11', 1673322337, '__ci_last_regenerate|i:1673322337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971bb4c2498e72b76cf5dfbba669e042c89cf7c8', '114.119.150.57', 1687902719, '__ci_last_regenerate|i:1687902719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971cf4d19c1c417b557f95e1d8b73906cbcfb990', '65.21.206.45', 1654810271, '__ci_last_regenerate|i:1654810271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971f9d0cda754dec1abf1fdeac861d52b5e0df99', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971ff09a361c476e9c961455cc7a6fad81781a5b', '138.246.253.24', 1680915476, '__ci_last_regenerate|i:1680915476;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 ('97223da1ea18b16d6e49bceef7b856f0582922a2', '51.222.253.2', 1656014425, '__ci_last_regenerate|i:1656014425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9723fbf83a1f0e32c7e0b3518c85baa2ab928b83', '114.119.148.163', 1687566050, '__ci_last_regenerate|i:1687566050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97257e3d41f0a1d9aed4487c13195f59e1851df8', '54.36.149.18', 1680593126, '__ci_last_regenerate|i:1680593126;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 ('9725bc8d80da04f4d57025d5f13dca2a880317fe', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9726c33c2711fd303d4798958f515ee52351a7f4', '157.55.39.65', 1661379800, '__ci_last_regenerate|i:1661379800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97272045615f75153f9897ffc8dd22d92cfa08b5', '190.56.54.129', 1653492241, '__ci_last_regenerate|i:1653492241;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653492230;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972743db1fa0e1ec9333c3c9ad3b2df7d782242d', '190.148.252.102', 1681863603, '__ci_last_regenerate|i:1681863603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681863597;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9727a66b1433bf78d897e3b4979a628b09948c34', '207.46.13.210', 1686964916, '__ci_last_regenerate|i:1686964916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972868bd854242bbc29816022eab36be8266d629', '54.36.148.233', 1666656214, '__ci_last_regenerate|i:1666656214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9728e0727bfb0e974b4f1dca0d78f3598dc8669f', '114.119.150.41', 1684177661, '__ci_last_regenerate|i:1684177661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972def1ed1da1b34d752c19683c6f0a636f35939', '200.119.173.130', 1676052898, '__ci_last_regenerate|i:1676052898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676052584;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972e17afef1ea8e611ca8077ebe08e0a0a7d4910', '40.77.167.56', 1673208203, '__ci_last_regenerate|i:1673208203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972ed0807776280d50931c4aa65064965379a08c', '207.46.13.209', 1681262721, '__ci_last_regenerate|i:1681262721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('972f0a103898fdf0a7a882e2887fcc535ac5d555', '35.184.149.160', 1652135776, '__ci_last_regenerate|i:1652135776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9730b2b3bb6fd6e6515fce5283eaaa3643dbd70a', '114.119.129.107', 1688280959, '__ci_last_regenerate|i:1688280959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97311ef2afdeeec204d99589fd8228724f0c511a', '40.77.167.182', 1683218028, '__ci_last_regenerate|i:1683218028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973127552be1d2fef594a5f9a10c71549645e16e', '130.255.166.82', 1660829473, '__ci_last_regenerate|i:1660829473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973279ad38ce113f621c80255dcb908ffa15b815', '157.55.39.217', 1683448097, '__ci_last_regenerate|i:1683448097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97354db575deee601a51808ecbb1ca148ecc4365', '50.21.188.77', 1672492736, '__ci_last_regenerate|i:1672492736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97391cee067f678fe1b91491c763a99d8e629def', '17.121.115.189', 1659073751, '__ci_last_regenerate|i:1659073751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973933320f0765573ed5e6d6cf59daa143730622', '200.119.170.168', 1670608477, '__ci_last_regenerate|i:1670608477;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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 ('973c63136bf92724a354d1a1d09550b31834f7ca', '114.119.137.65', 1684315536, '__ci_last_regenerate|i:1684315536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973d76e6bc17d2fc64f76783b36d675cd8217005', '114.119.145.188', 1686348333, '__ci_last_regenerate|i:1686348333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973e03d427de410c1ca14e3f5901717f2ff39315', '190.148.252.183', 1681426926, '__ci_last_regenerate|i:1681426926;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681426353;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973e9915017711e777bf0b887bc0db2c4bafdb36', '114.119.159.246', 1688063520, '__ci_last_regenerate|i:1688063520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('973ebc587f05e9243bd89ababd6b7605e798051f', '157.55.39.173', 1670190666, '__ci_last_regenerate|i:1670190666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974026898c5ce02c9094702d3005a11aa45b99e1', '190.148.157.171', 1667412427, '__ci_last_regenerate|i:1667412427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667412419;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9740618f35785bb69a5f9816fc4209d5c74b53af', '52.167.144.98', 1685427178, '__ci_last_regenerate|i:1685427178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974229abdb80b9bf1116d72b54f2939142ebbf70', '46.4.33.48', 1650813334, '__ci_last_regenerate|i:1650813334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9742ebc6223cab467d174aab0c90d54951e792c2', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97442cc7a41d55e25ce2efe1070dcf312d7dcd76', '190.56.32.174', 1676552067, '__ci_last_regenerate|i:1676552067;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676552050;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9744605a2d1b23b00742bfceb627697d34c3b0d2', '157.55.39.79', 1669998547, '__ci_last_regenerate|i:1669998547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9744fc237a5ffb868a9083fa605d62adeaaf4f2b', '157.55.39.112', 1667468356, '__ci_last_regenerate|i:1667468356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97462d273247b39a596db876e257717b36558992', '190.56.32.174', 1676734416, '__ci_last_regenerate|i:1676734416;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676734380;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9747a4f928d354ceab8289fd6c2a7e558cd6e4d6', '52.167.144.74', 1688058650, '__ci_last_regenerate|i:1688058650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9748a282ad86d12f35e7226cd605068798d972ba', '190.148.158.69', 1685811790, '__ci_last_regenerate|i:1685811790;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685811787;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97490f46b0202574283f6c7209d643326223e90b', '157.55.39.253', 1682510351, '__ci_last_regenerate|i:1682510351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974afacbbc4f5efc5afe9cd10ec9414d2d83f18e', '51.222.253.15', 1686157618, '__ci_last_regenerate|i:1686157618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974b7e97d22afcf735d6fc3c02f7d6388049c303', '190.56.32.174', 1676748855, '__ci_last_regenerate|i:1676748855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676748683;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974e8b5d808d47a7091b7a832b017936ae564826', '207.46.13.160', 1674531446, '__ci_last_regenerate|i:1674531446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974fb9945ca5c4223b5130817691e82c9d5598bb', '18.206.55.48', 1652876330, '__ci_last_regenerate|i:1652876330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975241361d38b0e85f16ab35e03e988a52958767', '114.119.147.6', 1688467293, '__ci_last_regenerate|i:1688467293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975268bdc60928cb3660d3d7fe6f06fa3083380e', '40.77.167.80', 1674974873, '__ci_last_regenerate|i:1674974873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9753f76074202c69f1622627e66792e9757a4a8f', '51.222.253.15', 1672249116, '__ci_last_regenerate|i:1672249116;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9754c20eeaf39ddbbc4f5fc3a217a6508197c4ae', '52.167.144.61', 1688296437, '__ci_last_regenerate|i:1688296437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97552ed8a16779d9b7ce9231a94114343385b778', '190.148.157.98', 1678977071, '__ci_last_regenerate|i:1678976772;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678923381\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"Mswk3FEBgzG2vyjl0o8U\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975822f7ea9c7bfd225cfe47717d0fea4388478e', '51.222.253.9', 1661395679, '__ci_last_regenerate|i:1661395679;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 ('975828f55bd5dc3e4fd3c2e4a07b0879b563c337', '190.148.157.233', 1655485476, '__ci_last_regenerate|i:1655485476;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655485467;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975910fb94900ea061bcb14ffbf5df7ee50f9194', '51.222.253.10', 1684225081, '__ci_last_regenerate|i:1684225081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975b2ce36b9e5f35ce3e2d17e8de0e18d4c6314c', '111.7.100.20', 1650976211, '__ci_last_regenerate|i:1650976211;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 ('975c22c7c334148a1fff08a585fd7fa5d2f95271', '190.56.32.174', 1676852227, '__ci_last_regenerate|i:1676852227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676851662;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975c93c8180bfb364389b864e7ef3ed5723649db', '51.222.253.11', 1672019848, '__ci_last_regenerate|i:1672019848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975ef4b38fbcfd1e24e900fcb19bd1b72f3783ae', '190.56.32.35', 1671845864, '__ci_last_regenerate|i:1671845864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671845864;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9761072ee18f07e2e2a2b9c6f8621b67edf571a3', '40.77.167.43', 1654731226, '__ci_last_regenerate|i:1654731226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97639bc09bc701c2adc1a407b808f7e3608c2589', '74.125.212.199', 1670243413, '__ci_last_regenerate|i:1670243413;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('97642f72cd6c9bea418356869d7394d22019e29d', '74.125.212.209', 1676790549, '__ci_last_regenerate|i:1676790549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('976495662f4bb2979691f3d26ec4da7c65eabd43', '52.167.144.162', 1681719215, '__ci_last_regenerate|i:1681719215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('976529d6c748a7e4000371ec4e602dd5f0f0fbde', '114.119.131.110', 1684184324, '__ci_last_regenerate|i:1684184324;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97660825db3bd171bcb406a208eed1d7d953728a', '190.56.173.251', 1651946320, '__ci_last_regenerate|i:1651946320;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('9766abe7b6932fd74af3fb2774916ed77702fc66', '40.77.167.202', 1687897521, '__ci_last_regenerate|i:1687897520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('976782083e3ad86634ebd208254c5af56248d560', '200.119.172.60', 1674606193, '__ci_last_regenerate|i:1674606193;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674606184;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9767f9a0a180a4aa83b2a85f5d03bf26b9fa6b0a', '200.119.173.177', 1684854866, '__ci_last_regenerate|i:1684854866;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684854862;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('976b0687975045f4b54b926bf0c0e12fc53dbab5', '40.77.167.104', 1669677307, '__ci_last_regenerate|i:1669677307;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 ('976c4a78f1cf479d57bb98fae2d98cae73d9877a', '105.72.156.213', 1651357293, '__ci_last_regenerate|i:1651357293;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 ('976e88ea6e74ba0248a8d68e78ebca047326c9e5', '200.119.173.177', 1685371618, '__ci_last_regenerate|i:1685371618;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685371187;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('976ee985dae5f4665a1350fe9f00f21ed38f7b0b', '51.222.253.4', 1658103618, '__ci_last_regenerate|i:1658103618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977123aac239b5a9bd88c60bd4395fc3b8539943', '190.56.32.174', 1676583056, '__ci_last_regenerate|i:1676583056;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676582796;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9771c0f6e447296a8f78745c283865c09b188ecc', '40.77.167.202', 1687774374, '__ci_last_regenerate|i:1687774373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9771d32b512d1de1e77e36c6d38cae604c848295', '175.196.127.111', 1650791355, '__ci_last_regenerate|i:1650791355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9771f4bb6b9ec2070e17c854b2d6da3efa33bce8', '190.148.87.6', 1668203555, '__ci_last_regenerate|i:1668203555;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668203543;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9772dfbcb70495b4655d3758ea2838d3ad985220', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97737c21ba66431bd87b3c6fb3cb6756968ae33b', '190.148.157.194', 1662052124, '__ci_last_regenerate|i:1662052124;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662052104;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97739949dd232cb775bba3d8ada0bed9e6d96dd7', '190.148.87.6', 1668374017, '__ci_last_regenerate|i:1668374017;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668374008;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9773e9481c92a3916c882097df7fc4d63bea1dde', '134.122.97.159', 1688443596, '__ci_last_regenerate|i:1688443596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97741fe249731ca43bc778d0a487f03f3ced6cb6', '17.121.112.22', 1653920198, '__ci_last_regenerate|i:1653920198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977446e8fdd239476b7cf20a14b45e3d4d309e92', '54.36.148.102', 1672167418, '__ci_last_regenerate|i:1672167418;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 ('9774e36fcbb6d8e8d35df9b50e59f2ce4e8700ad', '190.56.55.48', 1687282112, '__ci_last_regenerate|i:1687282112;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687281573;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9775ff3d97a31300bb6332a381afee4340214bbd', '207.46.13.41', 1670998403, '__ci_last_regenerate|i:1670998403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977601e3459634f6a34b5fab635a1531c0a2fc3a', '190.148.157.53', 1683748224, '__ci_last_regenerate|i:1683748224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683745720;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97778ddf62cee32746b5bcde2f4d0fdf579245c0', '190.56.50.3', 1660769382, '__ci_last_regenerate|i:1660769382;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97784aa1e4b3d05a19847b4327da125d2beb1735', '200.119.168.250', 1680744075, '__ci_last_regenerate|i:1680744075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680744051;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9779b0bb8bfb9ba012557e58113030584e1683db', '52.167.144.162', 1687286795, '__ci_last_regenerate|i:1687286795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9779bc55b94ffe768fca587462ae57fe3f7a5be3', '40.77.167.156', 1679044566, '__ci_last_regenerate|i:1679044566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977a3aebcb916e767a389f5aa0b3fefaf56dd361', '114.119.137.141', 1688340567, '__ci_last_regenerate|i:1688340567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977dae814c02510e86f66cfbd74dd081bebb3fac', '200.119.170.30', 1660314339, '__ci_last_regenerate|i:1660314339;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660313227;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977e392bdbb5e1a44cc5709af4ffe09704e55eed', '190.148.252.183', 1681564415, '__ci_last_regenerate|i:1681564415;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681562730;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977fa6ec55b6111194e235a17b982bf157655437', '157.55.39.102', 1658940666, '__ci_last_regenerate|i:1658940656;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97815f762b2897d54836382223a258f1ba176db0', '190.148.252.151', 1671057016, '__ci_last_regenerate|i:1671057016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671056439;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9782b963148ce8f72fa5fe0fb4a7e90f16e8919c', '40.77.167.219', 1677834436, '__ci_last_regenerate|i:1677834436;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 ('9787e62e02e50d95a1878eeb2977d1622a2ed17a', '18.237.250.245', 1677937737, '__ci_last_regenerate|i:1677937737;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 ('97888651a1f53cfbee567cc494faa125035f89c3', '52.167.144.162', 1686455227, '__ci_last_regenerate|i:1686455227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978892ceb865794b7ba88d495df59931e76741d1', '190.56.32.162', 1659545198, '__ci_last_regenerate|i:1659545198;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659544882;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9789a9745eba65c321fa907bd599ab15482680bc', '207.46.13.41', 1663992027, '__ci_last_regenerate|i:1663992027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978ad0cf9f1f4df7774681b1f5d284c676c2e472', '114.119.150.155', 1686481735, '__ci_last_regenerate|i:1686481735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978ade5c72161de07294f232bc9b86fd7f2ea88c', '114.119.130.23', 1686085387, '__ci_last_regenerate|i:1686085387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978af8856e9c3b135b011e7db6d47393bed2f0b1', '190.56.32.32', 1686053951, '__ci_last_regenerate|i:1686053951;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686053946;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978b226777640c194916034fdcff8954d2fddb71', '40.77.167.35', 1661303993, '__ci_last_regenerate|i:1661303993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978b85447ed895e390a8305ec88ab57818343ce1', '157.55.39.9', 1674755861, '__ci_last_regenerate|i:1674755861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978c229f6866f52a1c5ab308f436c9460909b275', '190.148.157.171', 1667418607, '__ci_last_regenerate|i:1667418607;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667418576;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978df0329deb004cf66d7c8732fea3f090cf96ec', '149.202.80.155', 1681193760, '__ci_last_regenerate|i:1681193759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('978edf532260c855ec759ac48dc5c1821dc16063', '198.251.73.67', 1672881335, '__ci_last_regenerate|i:1672881335;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979067cd8a58c107e97e30e97167200fe703901d', '114.119.155.54', 1687139133, '__ci_last_regenerate|i:1687139133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9791bf939d7d477e6dd11c8e57f0eee6e9d5a266', '92.185.2.2', 1666427548, '__ci_last_regenerate|i:1666427548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9792246766a4b9354528735ab2c681e30c6671fb', '50.21.188.34', 1677542060, '__ci_last_regenerate|i:1677542060;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9793ac4358ddb476032a949c7bc1b8bccea17883', '190.148.157.165', 1667998498, '__ci_last_regenerate|i:1667998498;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97944b33b32a44d4b5ace0c2738f6373da690d49', '114.119.128.6', 1686854446, '__ci_last_regenerate|i:1686854446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9794fe62f10e6971ddf917aa2f6034b4b3ef2a5d', '50.21.188.32', 1663642566, '__ci_last_regenerate|i:1663642566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97960825a19a77343d8b8eb5c37f92652ee61ddc', '190.148.252.96', 1673125504, '__ci_last_regenerate|i:1673125504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673125499;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9796967518747aafc9484fd4c1f80333db35817e', '40.77.167.123', 1684025469, '__ci_last_regenerate|i:1684025469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9796b8bd83409753cffd6d29719a7272c47a39f8', '200.119.168.9', 1656104862, '__ci_last_regenerate|i:1656104862;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656100365\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656103350;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979bb848431d40ad1fc96749cc86197a9a255c7d', '200.119.173.212', 1667932962, '__ci_last_regenerate|i:1667932962;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979bfb3290cf84003be2560f3f31062483b4ed1b', '190.56.173.213', 1683331167, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683331167;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683330920;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979c2c46d6eb0ad9e4b7c25bde493de541da98e6', '174.138.56.139', 1687255858, '__ci_last_regenerate|i:1687255858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979c54aae0b40b19ed439fa94f0c05c44fc999cb', '198.251.73.99', 1686693217, '__ci_last_regenerate|i:1686693217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979e8cb771b460c5750ebb9a124118f36d3342bd', '207.46.13.12', 1675545318, '__ci_last_regenerate|i:1675545318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979eb86d419aed14d9f0305dbbef9c0a66662c95', '114.119.148.202', 1686865152, '__ci_last_regenerate|i:1686865152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979f0e4372471a45eeb265ba09ff92eb875f79df', '190.148.157.98', 1679092475, '__ci_last_regenerate|i:1679092475;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679092235;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('979fd29761f4ec667c1dee15cbf5b33daba220be', '17.121.112.240', 1660887428, '__ci_last_regenerate|i:1660887428;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 ('97a4cd6af84bb6a4c00cd8e57300f9cfc2555c16', '190.148.157.117', 1675612569, '__ci_last_regenerate|i:1675612569;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675611234;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97a598e7dd319eba53f62deb3b85973901b6c7cd', '52.167.144.61', 1688180771, '__ci_last_regenerate|i:1688180771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97a6ef9d77f8566ac64523a6051a5da1b1594921', '108.174.5.113', 1678601772, '__ci_last_regenerate|i:1678601772;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97a80bd265a9bfc21a650dc30fd1840bbaa9616d', '200.119.168.250', 1680619085, '__ci_last_regenerate|i:1680619085;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680618539;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97aa16fc7c8bcd5acca47d86c2aee3268fe919b4', '190.56.32.35', 1671656772, '__ci_last_regenerate|i:1671656772;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97aa2c47c852803b763026a9406558ad1cb8645b', '190.148.87.6', 1668274435, '__ci_last_regenerate|i:1668274435;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";last_activity|i:1668273529;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b1f566a320b7e4eda6da59900a68e68a77cbe7', '66.249.77.31', 1681614306, '__ci_last_regenerate|i:1681614306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b365fc100eb10bd1952f37a812dc097e40ebf0', '190.148.252.76', 1654088570, '__ci_last_regenerate|i:1654088570;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654041933\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654088555;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b4a4e4e00e7ca3fe791b67a2d8675e352eccf4', '200.119.173.130', 1675976603, '__ci_last_regenerate|i:1675976603;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675973216;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b4ba830abef58da02771b0c0a9edd0f7bf8b92', '134.122.44.195', 1687680401, '__ci_last_regenerate|i:1687680401;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 ('97b5abb66f1ad9b71cc08d6b4b2370e5a0e91ade', '200.119.175.15', 1658507114, '__ci_last_regenerate|i:1658507114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b5c35765c4f837fdb136c441a0754d375ab5e5', '51.222.253.5', 1670968008, '__ci_last_regenerate|i:1670968008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b5fe10d17a26c22cb04998c4b7412190944873', '5.188.62.26', 1660748020, '__ci_last_regenerate|i:1660748015;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b73059070451fd7da4c14e4f6193216c029d6d', '157.55.39.173', 1670374531, '__ci_last_regenerate|i:1670374531;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b764d17a3599da65538d6ed4a5dd2ce042818c', '118.107.40.179', 1655655262, '__ci_last_regenerate|i:1655655262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b7ac1f5431d83330a841d3e67651b2b1fa7c79', '157.55.39.51', 1669207997, '__ci_last_regenerate|i:1669207997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b7b8385daedc526fa0f406e859bd08c0f8faf9', '66.249.65.97', 1677835885, '__ci_last_regenerate|i:1677835884;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 ('97b851d9b91ec78aa6a569b2dd3cf11a8f5b0131', '54.36.149.83', 1658873517, '__ci_last_regenerate|i:1658873517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b8da2a0403b0cc2b8d6e56d556829a4a51eff6', '54.36.149.28', 1652643508, '__ci_last_regenerate|i:1652643508;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 ('97b8ed8e6db1029edf8bca89a7e2a867faae12e3', '190.148.87.99', 1688420289, '__ci_last_regenerate|i:1688420289;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688420280;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b9ac76cee540bda73d84b03ea6e1a6ac474897', '190.148.252.183', 1681593883, '__ci_last_regenerate|i:1681593883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681593853;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97babf6ab5a5bf3213669f6cc8e942137a577d84', '40.77.167.45', 1670219495, '__ci_last_regenerate|i:1670219495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97bb8f2e69eeb5584fa1cc374b352df4415bba51', '190.148.252.112', 1667825874, '__ci_last_regenerate|i:1667825874;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667825565;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97bd8322cb0699874e51b2bac202c3a75d51dc6c', '54.36.148.141', 1658533761, '__ci_last_regenerate|i:1658533761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97beaab24013a78625108d555e1ad80a70b140f4', '52.167.144.154', 1688004005, '__ci_last_regenerate|i:1688004005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c024b25514a04571a76e7b13a523cf94270876', '190.148.252.96', 1673282748, '__ci_last_regenerate|i:1673282748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673282318;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c10f741326fe0f63f76a00c80c973a88f4153c', '190.148.158.151', 1677343640, '__ci_last_regenerate|i:1677343640;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677343617;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c24c8e100ea367d64ad4260dab980ca854646f', '52.167.144.164', 1686321512, '__ci_last_regenerate|i:1686321512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c362a77be85305aac559208e26c09acb987a25', '190.148.157.53', 1683913319, '__ci_last_regenerate|i:1683913319;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683912910;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c3a8f8c008f7a7557d1fd28209a54b3c543c2a', '190.56.32.35', 1671731987, '__ci_last_regenerate|i:1671731987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671726744;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c664b54b6d051659aec876b88ba9c55e5a4026', '114.119.134.35', 1688072790, '__ci_last_regenerate|i:1688072789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c6899830369f9f0300406c2f4cb981ae276bd4', '40.77.167.49', 1666595251, '__ci_last_regenerate|i:1666595250;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c6dc191d68dd551bdff30d59de6a3f4ce192d1', '52.167.144.98', 1684315731, '__ci_last_regenerate|i:1684315731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c8bbb9173dd4696e08b18288911f506a9ab641', '192.36.248.249', 1662143847, '__ci_last_regenerate|i:1662143847;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 ('97c8cca01d7ef25330667b9cffa222ae1f4c1ec9', '52.167.144.74', 1688527127, '__ci_last_regenerate|i:1688527127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c9c14f8d1112192dbaa16558fd42b0b25d1cb2', '114.119.132.73', 1686891155, '__ci_last_regenerate|i:1686891155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c9d1a9a5a20742c54da6f13f10eb998b63047b', '205.210.31.19', 1652495748, '__ci_last_regenerate|i:1652495748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ca1c521bae0fc35bc774b53e0f919ea2e9ab0a', '190.148.158.69', 1685543394, '__ci_last_regenerate|i:1685543394;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685543029;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97cb4ed4b44d6656b85a80885bae11a7d26119e5', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;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 ('97cc04a7e7db8259894d3402790e4108dd2118e1', '200.119.174.9', 1674256628, '__ci_last_regenerate|i:1674256628;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674256571;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97cc0f19d01f35b7cccc1c18d8cc4290204b3b6f', '40.77.167.49', 1664550837, '__ci_last_regenerate|i:1664550836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97cd753b1a0cfaa6364ffdf6a80887460b478ebb', '200.119.172.60', 1674672772, '__ci_last_regenerate|i:1674672772;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674672753;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ce21c07e5b9fe86f36022992710ace7373bc30', '40.77.167.147', 1681154985, '__ci_last_regenerate|i:1681154985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d07514f3d1e6094325faf4d65dd014377ea04f', '114.119.137.70', 1687087788, '__ci_last_regenerate|i:1687087788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d0bbf4dd029dd4fec2073327d7da409ae937a9', '54.36.148.113', 1684406005, '__ci_last_regenerate|i:1684406005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d17a57afad8c8ac761c73fb330506b5389c74a', '51.222.253.16', 1658558055, '__ci_last_regenerate|i:1658558055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d54b19afcd74191559e406dccb7493accba9b7', '212.83.186.254', 1653411172, '__ci_last_regenerate|i:1653411172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d5bf3797d4e4c758b55e44275ae35b88a272de', '40.77.167.156', 1678807087, '__ci_last_regenerate|i:1678807087;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d5fdffd19bd359579e5a39babde7f229ae85f9', '190.148.158.175', 1672677450, '__ci_last_regenerate|i:1672677450;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1671641861\";last_ip|s:12:\"190.56.32.35\";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 ('97d6632772c129548dbaaefb60ea4bfea72f5808', '181.114.27.110', 1683562648, '__ci_last_regenerate|i:1683562647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d6f418395c6e511a7b0b5a4921e5ebf34ca384', '114.119.143.152', 1684414366, '__ci_last_regenerate|i:1684414366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97da51d84bdf9a5b453fa1f915e982e5969a68c0', '52.167.144.54', 1675555052, '__ci_last_regenerate|i:1675555052;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 ('97db2d04734b1a36c5470bc02532169c85236b89', '192.99.18.122', 1652019450, '__ci_last_regenerate|i:1652019450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97db8cfaa355a34ad6dbcdd910e74264c0c0f4c3', '207.46.13.12', 1675678460, '__ci_last_regenerate|i:1675678460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97dbd2d957e9e5b769d33e306ab25bd68f548efc', '130.245.169.139', 1657878934, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97dd85958ee315549885a8512670ac60ea6fb738', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97dee4c946dd587380740aa74f7f5c1d21f4b7c9', '74.208.2.183', 1668050100, '__ci_last_regenerate|i:1668050100;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e050d58027f7bcd1773d077ec240dcb76d6122', '207.46.13.11', 1668668364, '__ci_last_regenerate|i:1668668364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e0a1ad66790016a475e93045ed00538e5cce06', '157.55.39.79', 1669249342, '__ci_last_regenerate|i:1669249342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e26437a4aca35d7b119b3bfb84096fc3f97a75', '74.125.215.21', 1659127276, '__ci_last_regenerate|i:1659127276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e43dabea154edeb44439cd6058e1dd5fbc9949', '40.77.167.13', 1656178074, '__ci_last_regenerate|i:1656178074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e548538aba84fcbed2411867eb3df64f2a84a0', '40.77.167.30', 1656881282, '__ci_last_regenerate|i:1656881273;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e58541049a106efe585984d008c7c0dc28d360', '35.93.0.148', 1671369100, '__ci_last_regenerate|i:1671369100;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 ('97e7ca9648ae2203028041e957c5c154ab0451a4', '51.222.253.8', 1674806040, '__ci_last_regenerate|i:1674806040;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 ('97e8adc0668f71b9d10b37d31ce55b1b89059f95', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e938cb1b7824317a507aaccb4cd3f74bfc7139', '114.119.135.204', 1683757283, '__ci_last_regenerate|i:1683757283;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ec65c4d47315a4b6ed46897e636d3f7fbeef09', '114.119.151.146', 1687597428, '__ci_last_regenerate|i:1687597428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97eca3ad5510906a18425fdb39fd14b5db15e83f', '66.249.73.228', 1651476605, '__ci_last_regenerate|i:1651476605;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 ('97ecc92c588292516f476494857e1048257e0a3c', '192.71.3.26', 1682937493, '__ci_last_regenerate|i:1682937493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ecd4c625b5dc3915e80e5b97d05250952fa1d1', '190.122.185.239', 1682533588, '__ci_last_regenerate|i:1682533569;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1678830682\";last_ip|s:15:\"190.122.185.252\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('97edd86ecbd04d59b09e84b385c089dd130be43d', '51.222.253.3', 1686333822, '__ci_last_regenerate|i:1686333822;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ee16bb34c1a1f11478fcb7d190f8de15be9acf', '207.46.13.207', 1681352458, '__ci_last_regenerate|i:1681352458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ee9a1f4be7b2a837adc4ead1d337f5f916e6e4', '51.222.253.17', 1667919393, '__ci_last_regenerate|i:1667919393;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 ('97ef376055bf67e8c9b8031ed29ace4de9c56e91', '190.148.252.73', 1664832525, '__ci_last_regenerate|i:1664832525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664832522;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97f1725f2588f124b230415b1f37422421c93ab9', '40.77.167.43', 1654071812, '__ci_last_regenerate|i:1654071802;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97f2052ad61efa41c2e5ef02ee687cdd4466da13', '52.167.144.154', 1687547831, '__ci_last_regenerate|i:1687547831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97f365e1d60bc4cbdeaa39043b7f6d2b1f6cd0cf', '200.119.170.143', 1670252523, '__ci_last_regenerate|i:1670252523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670252518;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97f774ac065fe3af4b0ba22d8860083bfb2f8adf', '51.222.253.16', 1662963780, '__ci_last_regenerate|i:1662963780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97f7c51ab956cfb6d3174b65fe0371c973b2c930', '54.37.204.35', 1681231134, '__ci_last_regenerate|i:1681231134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97f83970e095461a63d6f5c594f5e8a51cb39931', '157.55.39.25', 1663430986, '__ci_last_regenerate|i:1663430985;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97fb56fbeef0d4aba1703b90fc19d20a1f209cb1', '52.167.144.164', 1685980092, '__ci_last_regenerate|i:1685980092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97fe2b097626151964071c078b711ee29ae1d4fc', '114.119.137.116', 1687557549, '__ci_last_regenerate|i:1687557549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ff52ff0667a7f6c88f730ce642f88e8b82ae5d', '40.77.167.182', 1683116399, '__ci_last_regenerate|i:1683116399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97ffb59132782bec4dc312f3867a4a3d4c232df0', '157.55.39.118', 1656050542, '__ci_last_regenerate|i:1656050542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980104b17b827a3b9d1fdbe6e21ebe6bdfadf87c', '114.119.138.27', 1687996045, '__ci_last_regenerate|i:1687996045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98036ca38404464fe65e2641bb31d7998cb41328', '190.56.55.113', 1673626733, '__ci_last_regenerate|i:1673626733;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673610640\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673626719;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98045d5e8a8401b07e530496dd1ea38ed3f683b5', '114.119.128.50', 1688532809, '__ci_last_regenerate|i:1688532809;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980491ba0ede831e42b61393c5dcc243e4f4bcaf', '119.90.52.37', 1650859297, '__ci_last_regenerate|i:1650859297;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 ('980524ce4a1c0de4fdc5b2302b5ddd01c6686470', '114.119.153.67', 1688525032, '__ci_last_regenerate|i:1688525032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980749582bce2609b3e529e1983e3d03866a1c42', '40.77.167.3', 1668533764, '__ci_last_regenerate|i:1668533764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980754609e987ac1558a28647fae489490a99721', '207.46.13.154', 1671750078, '__ci_last_regenerate|i:1671750078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9807a6dd2506c1e6e2bc2622d0fc833c22b0a325', '190.56.49.237', 1665773307, '__ci_last_regenerate|i:1665773307;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";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\";user_csrf|s:20:\"Srx8f7zG54nsAHpKWeR1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980a540a7fe75230bd8e8eb2c66552aa0b49a0b6', '114.119.141.73', 1688336172, '__ci_last_regenerate|i:1688336172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980abdd40b04948fe6dba9f37dcdcd8ef831ca8d', '190.148.252.111', 1678141654, '__ci_last_regenerate|i:1678141654;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678141648;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980c0308deb75c89cb1501b6fb9f078a417b1277', '51.222.253.6', 1675631098, '__ci_last_regenerate|i:1675631098;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 ('980de7b1fc0f72714bc47fabf9f2e3b6a8651331', '52.167.144.98', 1685076620, '__ci_last_regenerate|i:1685076620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('980eb543d15f5e4cfc204a8d605814cf4be48066', '190.148.87.6', 1668179748, '__ci_last_regenerate|i:1668179748;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668122599\";last_ip|s:12:\"190.148.87.6\";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 ('980f8566f042eab0008ed7a8d31dd9d9544aa3a0', '200.119.174.55', 1662475649, '__ci_last_regenerate|i:1662475649;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468197\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662471843;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98137c1b149abcd5446b2f31cf43414e5b76cd1d', '190.56.32.32', 1686092556, '__ci_last_regenerate|i:1686092556;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686092537;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98141034f000d743f20624f4f1d6ad0623d77860', '207.46.13.215', 1677242304, '__ci_last_regenerate|i:1677242304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('981430ccbaf3600353d256b6ce6518a08ec09120', '114.119.135.78', 1686847863, '__ci_last_regenerate|i:1686847863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9817d78faeb734cecd79b15f05baf71cf141878b', '40.77.167.191', 1682519995, '__ci_last_regenerate|i:1682519995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98195ddfe09a9741a15d494f9a10e5258d93044c', '207.46.13.1', 1671104089, '__ci_last_regenerate|i:1671104089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9819e8e6f3c6cd5a51fdf2d495b6d7ed8405ab01', '54.36.148.20', 1655152120, '__ci_last_regenerate|i:1655152120;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 ('981a6bc2ef58fc9e996926c9129b76e15d216c53', '93.158.91.228', 1672591704, '__ci_last_regenerate|i:1672591704;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 ('981aa4edb6ce1b4d081baad412f1e69d0fdc57fa', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('981c35fee8bc27bda33c069d834615c6e26f9ee8', '114.119.154.67', 1687318741, '__ci_last_regenerate|i:1687318741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('981fa07f9637f7c9c3ba936332b246a256edbc2f', '93.158.90.70', 1652994973, '__ci_last_regenerate|i:1652994973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('981fc1b643ab81cb090eb7ea618c8e8773d34013', '190.148.87.96', 1678562252, '__ci_last_regenerate|i:1678562252;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678561931;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('981ff3092133e3033f9c01ea99297a9631574d11', '190.148.252.161', 1670031087, '__ci_last_regenerate|i:1670031087;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670031000;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9824c17f03151c50681c8a2136962d213c45311b', '190.56.49.237', 1665685878, '__ci_last_regenerate|i:1665685878;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665684712;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982583550e9f7483532794e5e259f86091150dbe', '34.214.124.86', 1672665695, '__ci_last_regenerate|i:1672665695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9825f691672adbc7c3c545a088f5ef7e59b6b469', '52.167.144.98', 1686468563, '__ci_last_regenerate|i:1686468563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982b424bc411a8f1fc01c6656f94f1f2fb391fd0', '17.121.113.141', 1650967965, '__ci_last_regenerate|i:1650967965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982bd2cc8992c5f23c5c19316edef943ddd55182', '190.148.157.184', 1651856447, '__ci_last_regenerate|i:1651856447;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651786305\";last_ip|s:14:\"190.56.173.169\";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 ('982bf120599e092d1002f8de715118fea2f5e2c2', '200.119.169.27', 1657052214, '__ci_last_regenerate|i:1657052207;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657026810\";last_ip|s:14:\"200.119.169.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657052213;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982cda1ec161cd98343853e54b0770c21d317db4', '40.77.167.23', 1673959298, '__ci_last_regenerate|i:1673959298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982d10fda2b8a9a3ddaafa391eac4beb5c6a9f88', '200.119.170.193', 1670524906, '__ci_last_regenerate|i:1670524906;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670449121\";last_ip|s:12:\"190.56.50.38\";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 ('982d2373f318a0ea8fc81ee17b88699c76428a7a', '54.36.148.157', 1687543843, '__ci_last_regenerate|i:1687543843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982e5d970b1e56e6ad1c26e10e7cdd8392f181ac', '190.148.252.73', 1664831662, '__ci_last_regenerate|i:1664831662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664831658;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982f3e05c0b380096e0dd5a972642e88f506827d', '114.119.146.98', 1687532041, '__ci_last_regenerate|i:1687532041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982f6ab9292a94119f2bf94c67240346fc15db9a', '40.77.167.91', 1686934789, '__ci_last_regenerate|i:1686934789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982f8c145152fe9b05eb99450ae1c7fd31a46251', '114.119.131.199', 1687770912, '__ci_last_regenerate|i:1687770912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98317bf245d377393f58908dfd9da32138f86e6e', '200.119.169.82', 1656457703, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656457703;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656420319\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656457326;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('983301c2dd2b2cddc05119f86cc0fc5042494e33', '190.56.55.120', 1663371866, '__ci_last_regenerate|i:1663364227;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663364227;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9834138848d6bf9c3fd814dd431bf4a5a49484ed', '190.56.32.162', 1686243278, '__ci_last_regenerate|i:1686243278;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686243253;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9834168dda65a6823c6c31daef865ad905ec06aa', '200.119.170.143', 1670205786, '__ci_last_regenerate|i:1670205786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670205337;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9834b742773cfba9bca5173652a5de55b66b5632', '190.56.55.113', 1673642481, '__ci_last_regenerate|i:1673642481;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673642379;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9836e4d39aba84fd2b34ccbe03d0ab0485d0d9c6', '66.102.8.2', 1650921492, '__ci_last_regenerate|i:1650921492;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('983887a5d21f99270a6a11d6909ee0aac2cf3b0e', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;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 ('983a25502145924fcdb151f1f21194901a5e20b4', '114.119.146.252', 1687717767, '__ci_last_regenerate|i:1687717767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('983a47405666a42c3598255981388d1d2f5d6b38', '200.119.170.143', 1670176016, '__ci_last_regenerate|i:1670176016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670176009;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('983b497b5f8315ecad20f01e2f36c26d0c822e17', '207.46.13.44', 1673123148, '__ci_last_regenerate|i:1673123148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('983e263aa389b4a8b626470d1888c44809bf6252', '34.220.25.147', 1658235943, '__ci_last_regenerate|i:1658235943;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 ('983f13559e922c766e3c2c591d439f9f032b7f66', '40.77.167.85', 1684306868, '__ci_last_regenerate|i:1684306868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('983f3b96e6ab88d97e1946514db4bb6668216f09', '114.119.149.247', 1687916012, '__ci_last_regenerate|i:1687916008;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9840331a8d8ed6ea2a1ba0b0eb78cb13845b138a', '190.148.252.197', 1665581011, '__ci_last_regenerate|i:1665581011;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665580971;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98410e33ea2878d1031ababa751eb75b246db26c', '114.119.151.165', 1687601290, '__ci_last_regenerate|i:1687601290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9841113eb918bf27a03884605bbfc89003830572', '52.167.144.171', 1685123929, '__ci_last_regenerate|i:1685123929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9841838213c3514272e97a8ec2822a7ebf5ca1a4', '207.46.13.147', 1672603552, '__ci_last_regenerate|i:1672603552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984214f3558f990585875f12b8c220f148f1c99d', '200.119.174.9', 1674437177, '__ci_last_regenerate|i:1674437177;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674437065;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9842e71db92fb5c802edc0b770f189d2ffc029bb', '52.167.144.76', 1682275199, '__ci_last_regenerate|i:1682275199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9843fa31e20c9319a4ae93bdfaf271908feca12a', '52.167.144.162', 1682053705, '__ci_last_regenerate|i:1682053705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9845887e19743ea3cd79b9832d6c2661ed6bfdf8', '207.46.13.205', 1671234195, '__ci_last_regenerate|i:1671234195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9845e1c1a3da66d2282a56dfb7f7e7478e439035', '200.119.172.123', 1657659676, '__ci_last_regenerate|i:1657659483;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657637466\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657659671;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9847b747cf4321c25bc8e3d15f5d785237833fed', '52.167.144.39', 1680471627, '__ci_last_regenerate|i:1680471627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98484248a005ab031516c200cf9a1d669f206af3', '200.119.173.78', 1682800030, '__ci_last_regenerate|i:1682800030;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682799833;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984a4c1dd4c20c631af919423184dddd29fe3f7e', '114.119.130.40', 1687916960, '__ci_last_regenerate|i:1687916959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984a8dcca7578889c3e228be452d6088228bb6d9', '190.56.50.200', 1654607063, '__ci_last_regenerate|i:1654607063;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654564535\";last_ip|s:15:\"200.119.170.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654606759;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984b7da7cf699222e48abe180965e26ee3d72420', '114.119.156.182', 1687648141, '__ci_last_regenerate|i:1687648140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984c3b2669018c9d6ad199f6c670ceba813a1f42', '190.56.32.35', 1671749088, '__ci_last_regenerate|i:1671749088;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671749023;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984cbc0240705ddbadf1a6ae970e2dd4fde63b18', '200.119.173.130', 1675787255, '__ci_last_regenerate|i:1675787255;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675787225;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984d9f1018f6b5eba5b5b8b86dfc95639f6ba883', '40.77.167.30', 1656696848, '__ci_last_regenerate|i:1656696838;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98501a38074140136560a955b8ee14cba80df255', '190.148.252.197', 1665529367, '__ci_last_regenerate|i:1665529367;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665529355;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9850ff03eff9d918a8cd55a04ba2c17716b73281', '40.77.167.91', 1686912152, '__ci_last_regenerate|i:1686912152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9854c8330f1c3506d1fb13a92f47fdb7459868d5', '200.119.174.9', 1674133557, '__ci_last_regenerate|i:1674133557;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674133549;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9854cce0b4a80a2b34c2a0ceb91fbb8fecab31ee', '52.35.65.111', 1680961341, '__ci_last_regenerate|i:1680961341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9856b9f7769ac8d408d9b71218ea856e80c98d4f', '190.148.252.102', 1681827429, '__ci_last_regenerate|i:1681827429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681827402;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98579c2f622d6a8af618bcc50c230c9882d68cb7', '52.10.145.28', 1675863442, '__ci_last_regenerate|i:1675863442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985a25f10ffe2f815d6734ddf6307148f9ab2e11', '114.119.158.193', 1688421517, '__ci_last_regenerate|i:1688421517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985bc4204d86f1a9c28caf2104f6913c10438075', '157.55.39.62', 1659674652, '__ci_last_regenerate|i:1659674652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985bd7506dc86f518693eac6b2bd1a852e53555b', '34.132.52.32', 1664741096, '__ci_last_regenerate|i:1664741096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985c0f4c13ba3aedb4a5c4022824964b2ce08a80', '51.222.253.14', 1664083357, '__ci_last_regenerate|i:1664083357;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 ('985c3b0e85e2662e4dec70ee1ab2b4be543245d6', '40.77.167.23', 1674041798, '__ci_last_regenerate|i:1674041798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985c7ff678460c058ae78376e96cb4f7dd9834d0', '190.56.173.175', 1653068827, '__ci_last_regenerate|i:1653068827;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653068799;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985ca89aebbbc7b5cc6d8700796aa8863dca1608', '190.56.32.35', 1671802923, '__ci_last_regenerate|i:1671802923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671802917;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985fe61aa5f25f7b9f909a54278bdaa9f5847e7f', '114.119.134.161', 1686020150, '__ci_last_regenerate|i:1686020150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985ffcbb19e74a8339c7b8726abdaa0dcfd4a3bc', '185.27.99.130', 1651627518, '__ci_last_regenerate|i:1651627518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98625f9c76773c94d64813ad7efdca43fe4db69e', '24.199.84.191', 1681338483, '__ci_last_regenerate|i:1681338481;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98627eab5d5dd321cacc08607c1931d2670732d4', '190.148.157.192', 1655860358, '__ci_last_regenerate|i:1655860331;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655846385\";last_ip|s:14:\"200.119.174.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655860358;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9864e224e564ef71783d0daffad7b8ba426c425f', '40.77.167.85', 1683805443, '__ci_last_regenerate|i:1683805443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9865e609531cd808028b9f1038dd323e69c9573e', '190.148.252.183', 1681602015, '__ci_last_regenerate|i:1681602015;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681601085;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98662555d88280ffe65b112fae8e598811933f92', '190.56.32.243', 1684601747, '__ci_last_regenerate|i:1684601747;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684601715;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9866bdcbbaf1f9f37b592bf9b54ccfcfdade999e', '114.119.153.114', 1687583391, '__ci_last_regenerate|i:1687583391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9868d711a1051d1719357250944ab356604e7421', '17.121.112.129', 1652130166, '__ci_last_regenerate|i:1652130166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('986996416920a54bdff41b635b166fa6c696cfd7', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9869a74b31808c46d0cdf77e4ddb586355c0f3ec', '54.36.148.32', 1657203029, '__ci_last_regenerate|i:1657203029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9869ca4d6e1d11ce3cf451d62a9dbd6d665402b3', '52.167.144.74', 1688406017, '__ci_last_regenerate|i:1688406017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9869e3f8918f743f0ac97c8b6225d731d7412046', '190.148.252.111', 1677804667, '__ci_last_regenerate|i:1677804667;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677804663;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('986a5275673a7235b4e1a54a019602fcd1356751', '173.249.31.237', 1659409206, '__ci_last_regenerate|i:1659409206;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 ('986dfd126e1b05ca36dd164844f28fdf59aa268b', '190.148.87.6', 1668369625, '__ci_last_regenerate|i:1668369625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668369021;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('986f22f00f30d39d2541f1706f838919d0d97d4b', '157.55.39.147', 1672014887, '__ci_last_regenerate|i:1672014887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98719ca8793d48954b77cb2489d18f0b23cc23a4', '66.102.8.39', 1680149347, '__ci_last_regenerate|i:1680149347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('987316a400864193bc57b181412ea00c1ee2b21f', '200.119.174.83', 1661950620, '__ci_last_regenerate|i:1661950620;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661900274\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661950619;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9873cb5c5b1f5f00176143f49300c486dd71bf02', '74.208.2.208', 1672815567, '__ci_last_regenerate|i:1672815567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98740570a719780cff802d58b27ae80ab781ea7e', '207.46.13.52', 1662807019, '__ci_last_regenerate|i:1662807008;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98761b735d6e4d2bcfb0253dde7e057dba7fb2ff', '51.222.253.4', 1660602030, '__ci_last_regenerate|i:1660602030;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98762eaf92f790b0db87f12a6e24a5cc8de3d5df', '52.167.144.98', 1686404559, '__ci_last_regenerate|i:1686404559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9876d4374ed827a9c9d6cb87659d5b227a2fdcb3', '190.148.157.53', 1683893687, '__ci_last_regenerate|i:1683893687;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683893681;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('987a94453ded6895f0a3fbdb69d187027f7a4b2b', '157.55.39.69', 1671946064, '__ci_last_regenerate|i:1671946064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('987ba5ea7f572e0f6aacc9d2f1b0e02a7226fde3', '5.188.62.26', 1656354347, '__ci_last_regenerate|i:1656354347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('987eaa10ae955460ab42898a240299f7884267a4', '114.119.132.73', 1688122114, '__ci_last_regenerate|i:1688122114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98808f2b93df4246552512e594fe88404727175b', '114.119.146.36', 1686247574, '__ci_last_regenerate|i:1686247574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9881325e1dc7444e26967bf8c25dc05d15d7f9cc', '157.55.39.193', 1662448400, '__ci_last_regenerate|i:1662448391;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('988171b89ebb8b4c24ad39d32f9900c35f497526', '51.222.253.13', 1671773515, '__ci_last_regenerate|i:1671773515;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 ('9882c5554aee527f8115945a68d1462fafb4d094', '51.222.253.18', 1662986907, '__ci_last_regenerate|i:1662986907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98841200cd2f005e789ec32d36f07bd598acc645', '52.167.144.98', 1686456473, '__ci_last_regenerate|i:1686456473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98843e1368faa5bf7f720a20ef99ce95cdc5fee5', '40.77.167.191', 1681986930, '__ci_last_regenerate|i:1681986930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9884542257206c86e4fe20e55cd2e303f9ef89bf', '52.167.144.164', 1684570397, '__ci_last_regenerate|i:1684570397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('988546e49d30160f59dcc027cdc93e531c05f20c', '205.210.31.144', 1652644901, '__ci_last_regenerate|i:1652644901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98862907e03954365a201969c7a43092a5375431', '190.56.173.213', 1683564588, '__ci_last_regenerate|i:1683564588;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683562965;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9887713fac7e24bb5771268dedf030aaf7091b98', '157.55.39.125', 1653853051, '__ci_last_regenerate|i:1653853040;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9888c4c17292209c9ebcedc034c51ae988023315', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9889751b960738fac5e712ac8f24eb7c183ebd83', '51.222.253.12', 1652618631, '__ci_last_regenerate|i:1652618631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('988b8c176f05db803f6e7eac767bf5cb3da5768c', '200.119.173.177', 1685312481, '__ci_last_regenerate|i:1685312481;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685312391;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('988ba93eef85fb61d5edfb168928ad137fa26cbc', '40.77.167.63', 1672157233, '__ci_last_regenerate|i:1672157233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('988ee20a355efa2289f5231478d08efa5cbb7dcc', '190.148.252.151', 1671242027, '__ci_last_regenerate|i:1671242027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671241996;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('989018d7106d27646dcb8529726832bb71538a58', '190.148.252.151', 1671212941, '__ci_last_regenerate|i:1671212941;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";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 ('98913157e6afe673d4c8deb3362f76b9ca0962d3', '114.119.131.2', 1687528864, '__ci_last_regenerate|i:1687528864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98917500446a445f9161e0cb483e5b5880bd457f', '142.93.63.78', 1672616855, '__ci_last_regenerate|i:1672616855;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 ('98919b1cfeea88280625e3805e41f85640041b30', '51.195.216.255', 1650742857, '__ci_last_regenerate|i:1650742857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98979a4b1dcd486e9371b55a08dd11b964835f0c', '40.77.167.80', 1686862185, '__ci_last_regenerate|i:1686862185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9897bf4971695bbf993060caf311ac579c4d7008', '190.148.157.183', 1680551954, '__ci_last_regenerate|i:1680551954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680551152;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('989be42731c63649409fdbf2ff73e1c74e13461f', '17.241.219.162', 1672318754, '__ci_last_regenerate|i:1672318754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a00972513d812c0dd73a2a0024b72c02c59087', '66.249.66.36', 1682870866, '__ci_last_regenerate|i:1682870866;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 ('98a173f947f1cd57153c6c55be5a1767935dc9f7', '114.119.136.109', 1688166657, '__ci_last_regenerate|i:1688166657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a1e448941773d7da7c433142fee26392ccd015', '200.119.172.48', 1668612343, '__ci_last_regenerate|i:1668612343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668612078;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a24f936ceb1acda21ccd26d78fddf8b036ca2e', '190.148.252.151', 1670962283, '__ci_last_regenerate|i:1670962283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670958238;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a3a904961eac0cbc79c03a2014c1437511a209', '40.77.167.43', 1659039644, '__ci_last_regenerate|i:1659039644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a46599d41621ab566eff36c7d9d9bd3ceb2f83', '54.37.204.35', 1685701312, '__ci_last_regenerate|i:1685701312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a51bc8b144493b40c765fcc7fe9135210df39e', '51.222.253.3', 1679054356, '__ci_last_regenerate|i:1679054356;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 ('98a6cc4bd007ccce514da91d918ab21604d877f3', '5.161.82.159', 1682606632, '__ci_last_regenerate|i:1682606632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a72a5f091df309b53acb7f8d148966efcf0ad8', '51.222.253.6', 1653712427, '__ci_last_regenerate|i:1653712427;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 ('98a74887cb85b8be6161104fc8c1faba3862cfa0', '114.119.142.15', 1686910594, '__ci_last_regenerate|i:1686910593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98aa603d11e90dbc506d66783425b3c21fa4e1ad', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98aaa13737ea9aea10a01b89c649f56ab9ad0133', '40.77.167.123', 1682633465, '__ci_last_regenerate|i:1682633464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98abaa5aa336c4fc4ffb91cccccffd37d193dbbc', '190.56.54.156', 1665321833, '__ci_last_regenerate|i:1665321833;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665321683;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98abb627606908ff4e2c571dc72bd8ddca026492', '40.77.167.64', 1674648765, '__ci_last_regenerate|i:1674648765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98abe1054eccea821ec13a50dd5db4895788e382', '147.185.238.53', 1653391015, '__ci_last_regenerate|i:1653391015;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ac12c68c4046c836d36b0a1c67f4f173370c8b', '34.216.125.7', 1681825500, '__ci_last_regenerate|i:1681825500;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 ('98aca99dd103641266d82a2f9d2654da61530c42', '146.59.157.229', 1650750656, '__ci_last_regenerate|i:1650750656;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98af7fdc7b718d00c82c2e794b54182375a51496', '157.55.39.200', 1664532760, '__ci_last_regenerate|i:1664532760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b0dd4a77001a4e7781cf444997a5cb8235b587', '54.227.32.154', 1651390086, '__ci_last_regenerate|i:1651390086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b2386412e6aee02ff8a7a4cc8eebb1d986d48b', '17.121.112.120', 1663043330, '__ci_last_regenerate|i:1663043330;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 ('98b27ad7eff50f4479fd69ef89ceac1bf8df19de', '114.119.137.204', 1688022154, '__ci_last_regenerate|i:1688022154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b46c65c971e7b43d68be496b01fa33dcef49fd', '207.46.13.154', 1670600475, '__ci_last_regenerate|i:1670600475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b55da697148d5f51e9e0999600af8a0bff7bbc', '190.148.157.80', 1669669911, '__ci_last_regenerate|i:1669669911;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669669906;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b5d11326de54e0f5b53f12e0d9f8d6406f4e75', '54.36.148.147', 1651503935, '__ci_last_regenerate|i:1651503935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b67fe10bbc3b4180ccd9cf2644c4f8f41a359e', '17.121.115.83', 1660959745, '__ci_last_regenerate|i:1660959745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b80a3a54a1515486fd468a2d587973e193fbb8', '157.55.39.217', 1683320686, '__ci_last_regenerate|i:1683320686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b939e8f3b90d80ad282e01b8f4558de2965af4', '51.222.253.13', 1673061514, '__ci_last_regenerate|i:1673061514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bc34ef141c596ecf6f15a8cc4f93981b29f541', '74.208.2.144', 1682135695, '__ci_last_regenerate|i:1682135695;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 ('98bd2d853853c7379dba902ca9e2193fca2ec1c0', '114.119.151.146', 1684090216, '__ci_last_regenerate|i:1684090216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bdab2fe8bd19b1068627b366065e27ace3e8b8', '52.167.144.76', 1681564508, '__ci_last_regenerate|i:1681564508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bdff19cb5d2ca736a2e15833bb532e0a2aa7fa', '190.148.157.82', 1668296462, '__ci_last_regenerate|i:1668296462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668296462;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bec1c23dfdd800228460799f4c9c1be2431a2e', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98c4f69319268ce3cd4b585437a506b2a433fec5', '17.121.114.92', 1661246300, '__ci_last_regenerate|i:1661246300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98c59e6dac7b41f33c7cd9e8d9e876518663781b', '190.148.252.177', 1674129464, '__ci_last_regenerate|i:1674129464;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674126800;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98c7530ec8c78ff2d1ad62a2e43fddd8ab5c750e', '190.56.50.108', 1661358203, '__ci_last_regenerate|i:1661358202;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 ('98c76110efadd92ba669241025d70cace17fb3e0', '54.36.148.97', 1654653515, '__ci_last_regenerate|i:1654653515;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 ('98c7fa4b9b56e806451860c5d223e511d7f93fec', '190.148.87.248', 1660829745, '__ci_last_regenerate|i:1660829745;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660829742;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ca33b6e7adda6bad4efab052b07045d90cb119', '40.77.167.182', 1683842360, '__ci_last_regenerate|i:1683842360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cb19fb9529ab24b41817582c52263f7dcbe064', '157.55.39.69', 1672026302, '__ci_last_regenerate|i:1672026302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cb6d7127f808de2396e2a13d945954f69ef815', '157.55.39.79', 1668631645, '__ci_last_regenerate|i:1668631645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cbe7d65342ae8f7fb2a78a16a4c17e14c9665d', '200.119.173.130', 1676066502, '__ci_last_regenerate|i:1676066502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676066443;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cd2d8c0373231adfe525e26dba64e1d6fb2a68', '74.208.2.208', 1672815565, '__ci_last_regenerate|i:1672815565;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 ('98cdd1e234bf51e262518491ea0a058a35f64a77', '114.119.143.215', 1685252366, '__ci_last_regenerate|i:1685252365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cefa502ffac927028c209d11cdc0668a0b761b', '114.119.153.237', 1688120314, '__ci_last_regenerate|i:1688120314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cfe51a3ca972341d99e9680cc7dcde590d70ea', '52.167.144.171', 1685129289, '__ci_last_regenerate|i:1685129288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d0c9cd89cc058e137a3194c76884b4be7197bd', '190.56.32.162', 1686488302, '__ci_last_regenerate|i:1686488302;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686488295;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d2177e0cd2f09542922b788471ec659b57c2d3', '157.55.39.62', 1660361672, '__ci_last_regenerate|i:1660361661;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d2289bfcf7586422a21aed01700c0e653ccde7', '157.55.39.80', 1669998730, '__ci_last_regenerate|i:1669998730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d30f39e1bbc9fe57847bcfa522269a4759309f', '40.77.167.170', 1676217913, '__ci_last_regenerate|i:1676217913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d3dc157b2e5133a23a9794ed9f0fef986013ae', '168.194.72.202', 1669938170, '__ci_last_regenerate|i:1669938123;identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1667599383\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('98d4a11c1c4100df4cbafd0158a55ed25976416d', '40.77.167.63', 1672157231, '__ci_last_regenerate|i:1672157231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d4d473761e0b0af11c5caa89c96545488c06a8', '66.249.79.199', 1666103159, '__ci_last_regenerate|i:1666103159;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 ('98d52cbd91e1daa42ec390e1fe6a52b7466db197', '114.119.139.224', 1685495741, '__ci_last_regenerate|i:1685495741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d581a78a202cff97fa21f53cf7f6e3872048ca', '67.205.31.50', 1656148411, '__ci_last_regenerate|i:1656148411;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 ('98d68c666dd77e4398ce4d578562ede06df99979', '42.236.10.93', 1653527828, '__ci_last_regenerate|i:1653527828;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('98d7b406839f077cdfb15d968c48897146af9a36', '52.167.144.98', 1685383120, '__ci_last_regenerate|i:1685383120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98da3e08756eef2721c9e5b92357484967b1fb27', '190.148.252.116', 1653423455, '__ci_last_regenerate|i:1653423455;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"fP91OnLcSaKB2eRlgmjy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98da93847a560b7f6e2f852f85d894907a8eb107', '52.167.144.164', 1679714679, '__ci_last_regenerate|i:1679714679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98db37a7fff65e1bc6c7230cf79e892e738ad64e', '66.249.74.100', 1688068257, '__ci_last_regenerate|i:1688068257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98db5f817ecab019b987fd6cb3bd4462727ea2e9', '114.119.128.46', 1688013771, '__ci_last_regenerate|i:1688013771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98dc121cfb159a4436372d64afd0fcbb83ebe98e', '190.56.32.35', 1671817347, '__ci_last_regenerate|i:1671817347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671817230;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ddd1acb7932113ca3e58e9d29dcbf3bf132cf4', '207.46.13.215', 1677171427, '__ci_last_regenerate|i:1677171427;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98de5aa06453d22db890e580b57dd9f8210e5ea3', '52.167.144.98', 1685629937, '__ci_last_regenerate|i:1685629937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98deea45d3bea6c56e9e0d8ef51e9237b63f4d86', '66.249.79.199', 1662601094, '__ci_last_regenerate|i:1662601094;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 ('98df71ac4a111dbda038b7e3dd8c205c3e0dd2a4', '18.190.157.138', 1676715641, '__ci_last_regenerate|i:1676715641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e20ef0f78206cd0f96b5a8559f599197c424ec', '54.36.148.224', 1659613217, '__ci_last_regenerate|i:1659613217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e226ca3c6bf22baf365722fc4d093f7f079119', '52.167.144.43', 1683658262, '__ci_last_regenerate|i:1683658262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e25dfcaec7bfbfdcc55c00fa0aeb1813047e04', '52.167.144.154', 1687916173, '__ci_last_regenerate|i:1687916173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e2b86bc019b90a5327cb8a0347d144fd43c774', '157.55.39.9', 1674749053, '__ci_last_regenerate|i:1674749053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e3e7c49ce165f2a7040bbb528cb7edb0e96ff9', '114.119.153.152', 1685988261, '__ci_last_regenerate|i:1685988261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e47173f46c790d05adf6395f4b60c223193392', '157.55.39.200', 1664012289, '__ci_last_regenerate|i:1664012289;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 ('98e4e6e9de407c2cfb1082a05a70a59dd9f86933', '52.39.127.148', 1656595856, '__ci_last_regenerate|i:1656595856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ea0ef4628b0a5179a783824c95699276bebe94', '190.56.50.105', 1660654657, '__ci_last_regenerate|i:1660654657;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660654643;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ec5271d7cc1a59b5a51343f2a4284d919ec76b', '51.222.253.17', 1675429779, '__ci_last_regenerate|i:1675429779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ed161567d11f3266bad6f577237c15a44366ae', '93.158.90.144', 1679809060, '__ci_last_regenerate|i:1679809060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98eedaea1e4cb05c0e6442e39d728fa31c9198c4', '190.148.252.161', 1669916943, '__ci_last_regenerate|i:1669916943;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669916759;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98f0135d352d202d61c370384fbacf683c60336d', '54.201.161.228', 1685751006, '__ci_last_regenerate|i:1685751006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98f1c9ff65a0b39f1bd0d15c662b89ce6c87eefa', '190.148.157.80', 1669240199, '__ci_last_regenerate|i:1669240199;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669118648\";last_ip|s:14:\"190.148.157.80\";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 ('98f2dab4d1635d3389770624539a7e5514214eac', '114.119.137.195', 1686544861, '__ci_last_regenerate|i:1686544861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98f359f1b9353152a6acb45df25b86f92efa58c0', '52.167.144.28', 1679795868, '__ci_last_regenerate|i:1679795868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98f382db57514cf01a16da5759bdbb7c3727d83e', '200.119.172.60', 1674767287, '__ci_last_regenerate|i:1674767287;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"XLtJMpjU6G7ONBkz4usq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98f7bd702bed3547c58113de35021cc3a47aaf69', '40.77.167.202', 1687774373, '__ci_last_regenerate|i:1687774373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98f92daab2e117fafb1e308bf71080f65823d2e7', '114.119.147.81', 1684313742, '__ci_last_regenerate|i:1684313742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98fc3bef7446fa043126ad66ee9342f3bf419204', '207.46.13.53', 1662574147, '__ci_last_regenerate|i:1662574147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98fcf566f412a30903b917d218f1d08b0e4a0f66', '66.249.77.163', 1686498517, '__ci_last_regenerate|i:1686498517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98fdcce415e33597c986f75c8370bcfdfc9e16d4', '190.148.252.76', 1652807193, '__ci_last_regenerate|i:1652802956;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652744368\";last_ip|s:15:\"190.148.157.173\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652800395;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98fe91f6f873fac5ed52d144bd52536d442dab3f', '190.56.55.48', 1687536946, '__ci_last_regenerate|i:1687536946;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687536860;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ff982e40b424c80f54cbf10f7d356597864bac', '52.167.144.63', 1687178305, '__ci_last_regenerate|i:1687178305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ffde4863b1246a893d016555657eb2c7bed1a5', '190.56.49.83', 1687026278, '__ci_last_regenerate|i:1687026278;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687026273;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99002c1c9141c3fc09753e6cb007e804fa157fa0', '40.77.167.44', 1659713075, '__ci_last_regenerate|i:1659713075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9900dd33e150cd0cce2e5153189897ec6ebbdadb', '200.119.172.96', 1675374189, 'requested_page|s:27:\"admin/sales/modal_view/1525\";__ci_last_regenerate|i:1675374189;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675352351\";last_ip|s:14:\"200.119.172.96\";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 ('9900de47c26a28348c77b605f815507485a3381e', '157.55.39.55', 1661589003, '__ci_last_regenerate|i:1661589003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99019906af86d86493f2d07e938b40f7d936f775', '51.222.253.2', 1673057445, '__ci_last_regenerate|i:1673057445;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 ('9901b4f8183ca2f59f2d25ac2c4338e6498ca5f8', '190.148.158.75', 1663168580, '__ci_last_regenerate|i:1663168580;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663107464\";last_ip|s:14:\"190.148.158.75\";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\";user_csrf|s:20:\"zIHnhX4NeZa8x2LWbGci\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('990223cbda69405973c414b8bacb0a9199d6765d', '40.77.167.147', 1681266306, '__ci_last_regenerate|i:1681266306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99063636149cd89758abcbd552a6b682cd4b2d5b', '54.36.149.33', 1664264947, '__ci_last_regenerate|i:1664264947;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 ('9906a15166d3fa9862a3ab8f64ace99aef36a53d', '157.55.39.94', 1672679160, '__ci_last_regenerate|i:1672679160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9906e498d44122c27e6a4b116e73a3596f429219', '207.46.13.215', 1677296203, '__ci_last_regenerate|i:1677296203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9907cedac0156a1649deb7afa9d2b9eff7cd18e0', '178.62.110.145', 1657212788, '__ci_last_regenerate|i:1657212788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('990bb994c785d00e65aacbebe37bbe8cd8c438cf', '107.174.251.180', 1650767219, '__ci_last_regenerate|i:1650767219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('990ce5283a04ebb1fcddfca0f7287d3946cfa96a', '190.56.173.251', 1652119796, '__ci_last_regenerate|i:1652119796;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651869909\";last_ip|s:14:\"190.56.173.251\";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\";last_activity|i:1652119596;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('990e3cdbc5023b59362c06d690fb0318b6961ba0', '190.56.50.253', 1682706184, '__ci_last_regenerate|i:1682706184;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682518853\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"f0I8zYFNnr5ZQPCs1il4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9910cbc9570ff4886afa89f0008a3041a03cc3cc', '190.148.252.96', 1673029239, '__ci_last_regenerate|i:1673029239;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673029227;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9912835a5ca8ebff9ee7a2ab8156b0f3fd656690', '40.77.167.202', 1687279259, '__ci_last_regenerate|i:1687279259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99149d050adc9937aca9a9afeb8254e163e3b7a0', '200.119.172.60', 1675040331, '__ci_last_regenerate|i:1675040331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675040100;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9916d12e9fd774a11fd8a9dac2cc6bf045e4269f', '51.222.253.19', 1684704989, '__ci_last_regenerate|i:1684704989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99179ca806a304ed0f4e0a4a85e2058be2402851', '52.167.144.98', 1685704780, '__ci_last_regenerate|i:1685704779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99187d51fa3ece4ba72861c7de2dd3b2417a0ec9', '5.188.62.21', 1656402339, '__ci_last_regenerate|i:1656402339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99189853367beb67dbb79367c0de07a14db3c353', '190.148.157.206', 1656541204, '__ci_last_regenerate|i:1656541203;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9918bf229c247f6260458a98170cb58095b6c36a', '52.167.144.162', 1686160040, '__ci_last_regenerate|i:1686160040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991a2bdd7a17879382e302cebc79ada68c0809b8', '68.69.184.202', 1671722384, '__ci_last_regenerate|i:1671722384;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 ('991a9cd7157820dbd430c87259d109dae48c0469', '52.167.144.70', 1688243859, '__ci_last_regenerate|i:1688243859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991c20bdb63b75b575fc2cd8d7007468d187d8e4', '66.249.79.210', 1662165426, '__ci_last_regenerate|i:1662165426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991c710be7613ab11752071c43ced2c032ec279a', '52.167.144.66', 1682134006, '__ci_last_regenerate|i:1682134006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991d43f5894fb33d0408c6f50ed79dee4188f94f', '152.89.196.13', 1661150555, '__ci_last_regenerate|i:1661150555;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991f5b0e789e6493c8fdbd2a133bcbdf7f7fa0e5', '40.77.167.227', 1681953162, '__ci_last_regenerate|i:1681953162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991faf311951a390610e65862d3553898d676240', '40.77.167.202', 1687413716, '__ci_last_regenerate|i:1687413716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('991fe46530202125ff637bac9559e406dd2bc73b', '207.46.13.113', 1675863218, '__ci_last_regenerate|i:1675863218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992055f30e9a223b1f5b415e068c12f97f1f3233', '40.77.167.178', 1677077392, '__ci_last_regenerate|i:1677077392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9920b354865f0671232753ec510beb2af6f79925', '190.148.157.177', 1682111067, '__ci_last_regenerate|i:1682111067;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682086999\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"6gNQSZv3PeoqT92jtYGC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99222c3f97c3af199ea04148cfd229bd69b9bcac', '51.222.253.10', 1651217745, '__ci_last_regenerate|i:1651217745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99227b55928bf57692593f152e8e56373c3b7287', '194.163.168.227', 1656941037, '__ci_last_regenerate|i:1656941037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9923407902459489676a22e559286e72054abb32', '190.56.49.187', 1688234900, '__ci_last_regenerate|i:1688234900;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1688048817\";last_ip|s:13:\"190.56.49.187\";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 ('99237598e9663c30fc27b873d12b0e2e185eddef', '40.77.167.178', 1677049014, '__ci_last_regenerate|i:1677049014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9924d4c3aa341bebeebfd003c4cb0c675c487e07', '40.77.167.123', 1683833045, '__ci_last_regenerate|i:1683833045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9924ebbcb66eaababd460964d71c8e7ee3e96f47', '157.55.39.125', 1654457989, '__ci_last_regenerate|i:1654457989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99262a4cf43420c76181c99a2cbd8c54818ea076', '40.77.167.43', 1653999350, '__ci_last_regenerate|i:1653999341;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9926f81415b8b2b140d958d7623636ed9daad7c0', '190.148.157.177', 1682028510, '__ci_last_regenerate|i:1682028507;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992704bc7a7f039adc95f430a1a44ea131786653', '52.167.144.39', 1680454092, '__ci_last_regenerate|i:1680454092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99277abfa8399063dfd97099a55260fe46057945', '122.162.147.56', 1650951978, '__ci_last_regenerate|i:1650951978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9927e7a6b1ce2e443aae922bcf6db676a9f62249', '51.222.253.3', 1659217850, '__ci_last_regenerate|i:1659217850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99288671b125083d2144db16840a033479c1f695', '5.188.62.140', 1656394854, '__ci_last_regenerate|i:1656394851;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9928da1949007065130888a5e668f57dc7600c39', '35.239.18.82', 1652310397, '__ci_last_regenerate|i:1652310397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9929e8ed53959a2d6bec7a343db4911bbb0ad932', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992a5914d2c433f5a03981cb9f8807ab5abf4487', '34.209.214.219', 1655558410, '__ci_last_regenerate|i:1655558410;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 ('992a78cce20cadec9978bbc0837a34b7c7d2d771', '114.119.151.151', 1687613145, '__ci_last_regenerate|i:1687613145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992afbd1981a84868ed1188491396fda63ddbaf2', '207.46.13.17', 1673915818, '__ci_last_regenerate|i:1673915818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992b9f7e6c9355d175bd565792f07baca3831b40', '66.249.79.175', 1662165368, '__ci_last_regenerate|i:1662165368;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 ('992bef53696fb0fa3e0252e932426b0f94de8ad3', '157.55.39.208', 1685974237, '__ci_last_regenerate|i:1685974236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992c944d5cc337bf5bdba7418ddb7f25c7a5a2f2', '190.56.32.35', 1671926597, '__ci_last_regenerate|i:1671926597;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671926581;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992cbaaeddeb82d537ec7684e97596e0d7aae3f8', '190.56.54.156', 1665423224, '__ci_last_regenerate|i:1665423224;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";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 ('992fd402770239b5176669a0cf859c4fb17f483b', '190.56.32.131', 1687653281, '__ci_last_regenerate|i:1687653281;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687653275;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992fdeed801b578ebc6b140bcc3df96d4aaa9662', '190.148.252.183', 1681347460, '__ci_last_regenerate|i:1681347460;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681347417;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99315f03e3c24ff078af7f15b007177c44b0f8ea', '198.235.24.3', 1652535616, '__ci_last_regenerate|i:1652535616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99344de4798abb0e74dfda2d794c5825b2f033a9', '52.167.144.171', 1685758200, '__ci_last_regenerate|i:1685758200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99378442e9b7fa028620d3b1e1aca7b95336cd71', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9937cea372411f9429777f3d7f3db8eff5fd2fbf', '190.148.87.6', 1668363193, '__ci_last_regenerate|i:1668363193;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668362561;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9938c6b9c66d3ef078ec128fe1f009c9a573ce6d', '200.119.174.9', 1674344104, '__ci_last_regenerate|i:1674344104;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674344064;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99399d236c390c651a816a108f0e63a5b7da3545', '190.56.173.213', 1683205931, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683205931;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683205901;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('993b5b05770459413428c624556f72ec26ff378a', '200.119.173.133', 1660835225, '__ci_last_regenerate|i:1660835225;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660834628;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('993c73d602a278880d517b341349a03cb062b262', '52.167.144.164', 1684659963, '__ci_last_regenerate|i:1684659963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('993d85c211332490ae0e9aa21fc4020fd2296c02', '52.167.144.105', 1677862638, '__ci_last_regenerate|i:1677862638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('993dec5adcdb7308403c8437131bd2dddfb6e997', '157.55.39.147', 1672603568, '__ci_last_regenerate|i:1672603568;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99405694c8174c841ba62e1768a846f4be401b4f', '200.119.173.130', 1676072477, '__ci_last_regenerate|i:1676072477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676072105;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9940c96618a977d27752fabc672a899599d61cfd', '190.56.50.6', 1667608103, '__ci_last_regenerate|i:1667608103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667608095;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('994109b49944d1384adfd360d33a2a18cb9cdfcb', '54.36.148.108', 1660414214, '__ci_last_regenerate|i:1660414214;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 ('99421e87b70c47d88b5d3ce975cce1afe7047aff', '200.119.170.30', 1660239017, '__ci_last_regenerate|i:1660239017;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660231740\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"8Okgy9KHAZzRpxniGt2B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99446d215294751c99ef15b72d127e6c575aa599', '40.77.167.170', 1675319322, '__ci_last_regenerate|i:1675319322;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('994484db6489ed39ebd3f036de048facced949a8', '114.119.130.199', 1687555853, '__ci_last_regenerate|i:1687555853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99450331a4ae22a4f1e63247b16dc54a13c60a67', '114.119.153.93', 1684516324, '__ci_last_regenerate|i:1684516324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9945ba2c2f2d34632cb863925e227a5c9cbcc2f5', '114.119.158.28', 1688021083, '__ci_last_regenerate|i:1688021083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99484da7bac363ef47812dd512c54e8eb5aba864', '200.119.174.9', 1674247169, '__ci_last_regenerate|i:1674247169;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674246904;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9948e1c93edd0639ae977d946800531fc183bcc5', '190.56.54.156', 1665190834, '__ci_last_regenerate|i:1665190834;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665190824;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('994b71ff6f23c9f0e7fa5ee0cc96da3a8abbd924', '144.76.67.169', 1669883310, '__ci_last_regenerate|i:1669883310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('994fbcee5c12a21b8d2607dad4a9671b44348d8d', '207.46.13.11', 1668935010, '__ci_last_regenerate|i:1668935010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99510ff713b72d0bf18a8380b8c2cc7696b2aeef', '40.77.167.37', 1669577869, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9951afe0fa6e880bf3799e16fe2c993c92343445', '114.119.147.213', 1686542443, '__ci_last_regenerate|i:1686542443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99553095c2be353a7a80ca601ba287013a3a89dd', '207.46.13.199', 1660427052, '__ci_last_regenerate|i:1660427042;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9955a9b151cff2d1236aa9db9325c625a229ebd9', '193.235.141.134', 1680428169, '__ci_last_regenerate|i:1680428168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9955d18809fad90f0ebd984f8af87b32630cce7f', '157.55.39.173', 1670201964, '__ci_last_regenerate|i:1670201964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('995af953d6cb5ebf9d3974d323d65325e46fc8c4', '52.167.144.171', 1685055981, '__ci_last_regenerate|i:1685055981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('995edf64fef5bc52ba275a1871b7f2368fe70a8f', '190.148.87.182', 1679959976, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('995f3c549635746709671579d5a8930002290ae9', '17.121.114.199', 1656262086, '__ci_last_regenerate|i:1656262086;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 ('995f871bc772a47255f26937b6a793dc990c7db9', '35.89.129.98', 1676034323, '__ci_last_regenerate|i:1676034323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99620d8e0b66546fd4cc7f4de2669e6994c9a901', '190.148.157.177', 1682090725, '__ci_last_regenerate|i:1682090725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682090721;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996285eac2d39bbd6f619a3ca2331c13e1893d5a', '52.167.144.98', 1684355667, '__ci_last_regenerate|i:1684355667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9962d367f34014504566a462d1350c9b4da84a1b', '157.55.39.80', 1670003445, '__ci_last_regenerate|i:1670003445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996409c5f918090c52330945c9391d92e0a83441', '52.167.144.162', 1686410988, '__ci_last_regenerate|i:1686410988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99644835dbdad1602f1f94bb6ca5abb2079df327', '40.77.167.91', 1686974667, '__ci_last_regenerate|i:1686974667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9965154258b00a48e4d80d8c47969a43964774eb', '190.148.252.183', 1681389228, '__ci_last_regenerate|i:1681389228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681389190;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9968d557443c50d1be1e3893b7fd3b435e547dca', '51.222.253.9', 1657660452, '__ci_last_regenerate|i:1657660452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9969ee063547ff98adcee414deccf4c4ca056e8e', '190.56.51.156', 1664573791, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664573790;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664573790;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996a9f301937d7d5e373eb95b0b129b889e60291', '190.148.157.98', 1679191021, '__ci_last_regenerate|i:1679191020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679191020;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996adb5ac854619ddc4276f705e9459baa8cfa39', '207.46.13.212', 1677056764, '__ci_last_regenerate|i:1677056764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996d484bc3937e81a72934d6e7347209b70fe773', '114.119.161.89', 1688536770, '__ci_last_regenerate|i:1688536770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996da52b24811f0c43e6b2f6c2de7bf385277337', '114.119.146.208', 1688176235, '__ci_last_regenerate|i:1688176235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996f9d9ea55f3e41305ebc56de750ddd9a118107', '52.167.144.164', 1685685196, '__ci_last_regenerate|i:1685685196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996fd535bf6fd47e325f1623bde9c2eb4208eddb', '52.167.144.164', 1684349188, '__ci_last_regenerate|i:1684349188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9971f6e4b1c61e22482162e7906f3567e124ddfb', '190.56.54.77', 1666295125, '__ci_last_regenerate|i:1666295125;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666294885;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99721885cb75b3684aaa162d83b985d0bd3472d6', '196.202.215.143', 1671180507, '__ci_last_regenerate|i:1671180507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997288346a22c672558bf015c0808fcea5666a15', '190.56.32.35', 1671761140, '__ci_last_regenerate|i:1671760930;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671761140;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99741d558c363f28bcfdbb2b64e9e876b8197dd6', '200.119.170.143', 1670169906, '__ci_last_regenerate|i:1670169906;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670169902;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997478460de4028e3ba65c7bd520768df7b2b3f8', '35.91.103.117', 1685403152, '__ci_last_regenerate|i:1685403152;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 ('99751de0da98a605a01bc3a9978bffc39558be8e', '45.63.18.23', 1688464576, '__ci_last_regenerate|i:1688464576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997632a1ded443c5f3390ed40ce0df5885a6119d', '190.56.50.6', 1686946140, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686946140;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686946133;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9977382824c1cbce35bd9d2036ce1a33026ff699', '52.167.144.152', 1677793959, '__ci_last_regenerate|i:1677793959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99786acbfba2137746898f24ace78af6294d68a0', '54.36.148.170', 1671518518, '__ci_last_regenerate|i:1671518518;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 ('997a0c8db96432a90f5a0c40bf29514741da3b09', '40.77.167.26', 1670946713, '__ci_last_regenerate|i:1670946713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997b4de092691b29638effd05d7ce6f53a59984a', '114.119.140.221', 1688369266, '__ci_last_regenerate|i:1688369266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997b7b6cacdeb4b7b4e598f17f923faa9dae2f05', '51.222.253.16', 1664517503, '__ci_last_regenerate|i:1664517503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997b92a5068834a6b18b9a069f96f7bcccca9047', '190.148.157.183', 1680482510, '__ci_last_regenerate|i:1680482510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680482488;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997d00e9f4361b6ad7c4d91dde0a97244031d962', '200.119.170.113', 1666711654, '__ci_last_regenerate|i:1666711654;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"UvhlGoCuRAgjzitH7xL6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997da31a47d901f579f2ce98fd670623c58fe1b8', '114.119.146.4', 1686283769, '__ci_last_regenerate|i:1686283769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997e6eace42b0955df6ef4168dd11334f9d473c8', '198.235.24.10', 1659244622, '__ci_last_regenerate|i:1659244622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('997fd6d459495990abca91eb50a0187d49e572d1', '207.46.13.4', 1667176088, '__ci_last_regenerate|i:1667176088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99801754e9a7d61e2dad61e345f005ce795fa645', '51.195.216.255', 1650895879, '__ci_last_regenerate|i:1650895879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99808e09708dd06aa1888bb9164693f7ead98de0', '114.119.142.207', 1687530589, '__ci_last_regenerate|i:1687530589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998119a38b473734f5aaa538d9ac02be8dae774c', '193.235.141.7', 1682267984, '__ci_last_regenerate|i:1682267984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9981bd45485f21ea7e098cc946dd515c8b188b67', '51.222.253.12', 1658157189, '__ci_last_regenerate|i:1658157189;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9984b51af77ffca00fb97a902fd9157642498b2e', '52.167.144.98', 1684315751, '__ci_last_regenerate|i:1684315751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998718e30706d97bfe3592789ba52adb95b1ce20', '190.56.50.32', 1655043415, '__ci_last_regenerate|i:1655043355;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654979174\";last_ip|s:14:\"190.56.173.152\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655043415;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9987c61d57c43f745d4795ae0c86090a052ca9c6', '200.119.172.60', 1674766983, '__ci_last_regenerate|i:1674766983;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"XLtJMpjU6G7ONBkz4usq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998b1d60db2cd9a2595b16e44d6528b42c1d3479', '52.167.144.42', 1680075838, '__ci_last_regenerate|i:1680075838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998be04ccff932c326b8676b6143a9b9625281fa', '40.77.167.37', 1669096803, '__ci_last_regenerate|i:1669096803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998c3af75c207b153df2ddd255beb99639bbf8df', '190.148.157.98', 1678923609, '__ci_last_regenerate|i:1678923368;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678914275\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"6QerVOzJ9oYD0NLn4IuW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998c7f0b8cb169cb04ec9e347d136bd23ee7ee71', '40.77.167.104', 1667693311, '__ci_last_regenerate|i:1667693311;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 ('998d2e3286331e8deb72cc8408b5d41f27fc83de', '185.181.61.24', 1661736191, '__ci_last_regenerate|i:1661736191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998f4b8c2a07ff2719b93e54bdefb9f1b8370a06', '52.167.144.43', 1683941156, '__ci_last_regenerate|i:1683941156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('998fab212bf89329c1d86a04b2ee8f4881eff818', '91.92.23.53', 1650756620, '__ci_last_regenerate|i:1650756620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99917c1ef04b5bd2d2f671c1a4e33a536f0c0296', '54.202.117.141', 1679837339, '__ci_last_regenerate|i:1679837339;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 ('9991eb74add37cdbf91d91408936a10bde4dcdcf', '207.46.13.215', 1680229162, '__ci_last_regenerate|i:1680229162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9992d764c99242411ae3c828177ae8f965b8c7dd', '54.36.148.131', 1669704029, '__ci_last_regenerate|i:1669704029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9993b5a0432b646bdba32869670f3b52301933e8', '17.121.115.99', 1662543101, '__ci_last_regenerate|i:1662543101;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 ('9994b224e603c4684629de0ee4fd103ca6fe8e57', '157.55.39.51', 1669734320, '__ci_last_regenerate|i:1669734320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99960267ac09a9415fe0147e46b12f2f285993fc', '190.148.252.177', 1674081183, '__ci_last_regenerate|i:1674081183;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674080916;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99979b7c38b9a37908ff3ed4db0ce14862b43063', '52.167.144.63', 1687074922, '__ci_last_regenerate|i:1687074922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9998c8ecb2e40b5ccd090c474053ece45e125754', '40.77.167.146', 1687776206, '__ci_last_regenerate|i:1687776206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999ae7f293968da67b0b4f9e4f9647a247f3bd46', '17.121.112.186', 1652206388, '__ci_last_regenerate|i:1652206388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999b2139116ee991849900cd3cf2ed3be91c3849', '40.77.167.35', 1661911123, '__ci_last_regenerate|i:1661911112;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999cc126a1fac8200be928b604b0212a5f65c94b', '54.36.148.183', 1652951298, '__ci_last_regenerate|i:1652951298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999d0d7250775912aa783818b304a8302b9b5d44', '18.189.2.21', 1680308337, '__ci_last_regenerate|i:1680308337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999d68fb6c929afc38b37364287586f5e6fc6cd5', '52.167.144.43', 1683939968, '__ci_last_regenerate|i:1683939968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('999d823a699d25e364368bd61e197c349c5eae91', '52.167.144.74', 1688346753, '__ci_last_regenerate|i:1688346753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99a011cf7d5fe0714650e3cea807f5f700b79380', '34.135.8.81', 1664346071, '__ci_last_regenerate|i:1664346071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99a56e6562b658642274433a69ee6beba31f06f1', '17.121.113.103', 1661139485, '__ci_last_regenerate|i:1661139485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99a65142368d8e36cb3411d188a04e7aed0b1a4d', '40.77.167.175', 1680023248, '__ci_last_regenerate|i:1680023248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99aab00808a0e0506fb809f3b7cf51fbd03a614d', '40.77.167.178', 1676847053, '__ci_last_regenerate|i:1676847053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99aafa68cb41918035298131ddab83421443800d', '40.77.167.219', 1676667518, '__ci_last_regenerate|i:1676667518;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 ('99ac17f2d81a175ebaf0dbcc533eb70512b9db35', '207.46.13.10', 1671330812, '__ci_last_regenerate|i:1671330812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ac29a61c5761d6f69dc7a94f2100f0ceaa7647', '190.148.252.96', 1673104518, '__ci_last_regenerate|i:1673104518;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673103586;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ad73e99305d95bc88eb2e26181fd48edbf55da', '93.158.91.207', 1684584317, '__ci_last_regenerate|i:1684584317;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 ('99ae66b0c7c4c67197f113c041eb7c8e33eae65b', '66.249.65.110', 1674611031, '__ci_last_regenerate|i:1674611031;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 ('99af44e6a268f03fa108039799feb00242089f36', '40.77.167.49', 1665765960, '__ci_last_regenerate|i:1665765960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99af724c1c1d88b47ccb5caf5ba3302594dfb78f', '40.77.167.202', 1687784034, '__ci_last_regenerate|i:1687784034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b02800fd7cb73a33d8b3a5a52cc118d5dd4161', '190.56.54.156', 1665158851, '__ci_last_regenerate|i:1665158851;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('99b0b01aa2b012d9b652429e024ceb2d2746ec9b', '200.119.173.67', 1679349602, '__ci_last_regenerate|i:1679349602;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b29cb13baf1de7609158e059a6231ee989c430', '190.148.158.164', 1667335667, '__ci_last_regenerate|i:1667335667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667335577;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b30382bf2efdcaf6830d614388b29d642653c3', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;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 ('99b35c4cefd189f86dd9a5e13ef9ae04a28a90a9', '114.119.136.92', 1685941008, '__ci_last_regenerate|i:1685941008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b430a2056feda06e4bdcbda40b6df9dcc6344a', '52.167.144.164', 1686312929, '__ci_last_regenerate|i:1686312928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b4d850d6916794fed4c2b02ef634fc735aec96', '40.77.167.146', 1687701565, '__ci_last_regenerate|i:1687701564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b68a4947835a0c5a2b9e4de509d752adc3a768', '74.208.2.231', 1684500934, '__ci_last_regenerate|i:1684500934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b7cb483accbce804ed1f5487b8f3df2a1e8974', '193.201.9.12', 1656949219, '__ci_last_regenerate|i:1656949219;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b8ebdb2f9ed0e0460a7f5f26f111c056a913d4', '52.167.144.171', 1684357595, '__ci_last_regenerate|i:1684357595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99bdcc313e8f0b91a1588e215e6eb678f2476fd2', '114.119.130.151', 1687652035, '__ci_last_regenerate|i:1687652035;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99be6422947acd8411f2d3407026b93a06177fa1', '130.245.169.70', 1657360549, '__ci_last_regenerate|i:1657360549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99bfbabde77aca878539064a19292a253d8b5c75', '52.167.144.98', 1686406949, '__ci_last_regenerate|i:1686406949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c0cc0cab6ac65faef17a517887252453c9abab', '114.119.151.175', 1686387247, '__ci_last_regenerate|i:1686387247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c396ac5964067339e62ec0c5c816befe72c618', '54.227.32.154', 1650879173, '__ci_last_regenerate|i:1650879173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c3be3519a97642de6a543b8ef3af44aa1e485d', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c44c35137972134ef990c96d40b1c8d194e3ac', '52.167.144.154', 1687707353, '__ci_last_regenerate|i:1687707353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c46bb67e111f1763be62ac7d2143c370ab1238', '52.167.144.162', 1686372983, '__ci_last_regenerate|i:1686372983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c592b7e31b40c1238e6780fde678b5c8514bb0', '114.119.142.20', 1686074025, '__ci_last_regenerate|i:1686074025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c7b77193528fb2b070432a2e046bc1948acb1c', '66.249.79.193', 1680406531, '__ci_last_regenerate|i:1680406531;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 ('99cc062546589aa5ee7e09cf321fc9adaf3ba103', '52.167.144.28', 1679364192, '__ci_last_regenerate|i:1679364192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ccd48503fb38ea7338edcad18abc3b1bb94df1', '52.167.144.154', 1687481071, '__ci_last_regenerate|i:1687481071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99d0a7940690cc0d613c1d4896552243d821b9ac', '52.167.144.31', 1681370028, '__ci_last_regenerate|i:1681370028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99d60111a2b20b1c6e8617a7a8b4a9b2b4497235', '52.167.144.164', 1684315757, '__ci_last_regenerate|i:1684315757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99d767425adce04900b1eedf93b916bad358162e', '3.16.78.97', 1668653790, '__ci_last_regenerate|i:1668653790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99d795e2e1f2f32aeeabbe57c53acb4fd907f56c', '17.241.219.241', 1685821241, '__ci_last_regenerate|i:1685821241;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 ('99dacc6a9eecc7966a95c880b9c029c260e5a51d', '52.167.144.164', 1685129226, '__ci_last_regenerate|i:1685129226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99dc0b126f9e1b537f6ae5fd7de38b8ef5cfdd7a', '190.56.55.113', 1673548601, '__ci_last_regenerate|i:1673548601;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673548567;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ddc9f7dba250f9798f3d6b5e2301549f468ad8', '114.119.146.36', 1685097879, '__ci_last_regenerate|i:1685097879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99df80c1f05bfcab3cae40934969295909cc15b6', '51.222.253.4', 1675940920, '__ci_last_regenerate|i:1675940920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e043c2a8f581daf2a41132a12d45b877e4e9ea', '190.148.157.214', 1669736160, '__ci_last_regenerate|i:1669736160;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669389200\";last_ip|s:14:\"190.148.157.80\";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\";user_csrf|s:20:\"QPbJIOUDd8ngwFS7L6yf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e2c65af3a0ea20271fc235e537310e20a010d5', '50.21.188.16', 1675140486, '__ci_last_regenerate|i:1675140486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e3bc21187d59089bb0eb74fe2dc483f94284f6', '52.167.144.162', 1686769198, '__ci_last_regenerate|i:1686769198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e3d337435e0d13a9adbf59515b15144cdf4e79', '207.46.13.215', 1680337782, '__ci_last_regenerate|i:1680337781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e44c6025b09575f160f5e309e08d23933483c0', '52.167.144.70', 1688519130, '__ci_last_regenerate|i:1688519130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99e6b77af4ba7297e5e50e338f1648fe776e2420', '190.56.32.35', 1671662736, '__ci_last_regenerate|i:1671662736;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"Kuz6bvsCfj7owMFJEkhT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ec7461e26af8faea206ee590e9ba3f32492619', '190.148.252.236', 1656076083, '__ci_last_regenerate|i:1656076083;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656076068;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ec8930ab5f5496f90440fd73a65812ce3c38c8', '52.167.144.73', 1679346636, '__ci_last_regenerate|i:1679346636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f07f521f896c4b5dcfeb4ca115fc9b54376046', '52.167.144.98', 1684328029, '__ci_last_regenerate|i:1684328029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f1afb48c11d4af7bf1e434db6009c342bb4271', '52.167.144.89', 1679463832, '__ci_last_regenerate|i:1679463832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f2c1350c41a77a700af43848f75fa59da68955', '190.148.252.233', 1668822831, '__ci_last_regenerate|i:1668822831;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668817811;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f30b2e5317c0ccd55e3af8f7476e3c5d8a5ec7', '114.119.153.186', 1687129718, '__ci_last_regenerate|i:1687129708;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f35ab95bd5ede67472e405011b1413d317d834', '52.167.144.162', 1682242619, '__ci_last_regenerate|i:1682242619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f4f7e05bba011debbc51efaee1fd09a596f298', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f5f1baf5c554f3c0aa73f1edfde62ea078451d', '190.56.54.156', 1665256329, '__ci_last_regenerate|i:1665256329;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665256284;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f607e6327e1c8d962fc5a8cddcf5bab70f84e0', '190.148.157.177', 1682350887, '__ci_last_regenerate|i:1682350887;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682350783;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f654d71d4ddacaf7ec3f5f0fce26ffe1bec1ee', '52.167.144.162', 1687355401, '__ci_last_regenerate|i:1687355401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f7b1c8a97d26b67c2ca7d4da2f90a7b6d9b7ef', '190.148.157.183', 1680225607, '__ci_last_regenerate|i:1680225607;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680224072;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f7e297fa7b81b82113d8af0564786e0f48c4c9', '190.56.173.213', 1683394539, '__ci_last_regenerate|i:1683394539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683394500;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99fa3d1537d9817db1675c6e9514135e008e323e', '190.148.158.151', 1677374914, '__ci_last_regenerate|i:1677374913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677374913;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99fbc74a3f50b8bc90929421758fe88e2dd173aa', '190.148.157.117', 1675539338, '__ci_last_regenerate|i:1675539338;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675537900;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99fc8ba78e275f4956f38fab3ab53bd40ab34fed', '190.56.49.237', 1665766067, '__ci_last_regenerate|i:1665766067;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665750466\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665764791;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99fdbf15677e7c08cc6e6b8c2417aa3b7d6d328f', '52.167.144.164', 1686667312, '__ci_last_regenerate|i:1686667312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99fe914d4abd6a87ea094144be595146eb77e6b0', '67.205.31.50', 1656148412, '__ci_last_regenerate|i:1656148411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ffe5fedc17fdbcb77e22405e5f6bb36eb95082', '51.222.253.9', 1673283802, '__ci_last_regenerate|i:1673283801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a02518bd591828c0303e514948f67a0ef4b90ca', '157.55.39.86', 1664993145, '__ci_last_regenerate|i:1664993145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a057c16004b0f741c478a298d130446eb0ac82e', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a06733a0fa8f2830415f3006769f8c4314478ad', '114.119.157.221', 1687734129, '__ci_last_regenerate|i:1687734129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a07c82b8899f7a92e0c9a93ea66dd5d370d0c56', '114.119.140.21', 1688285614, '__ci_last_regenerate|i:1688285614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a080591af2c29c36dc5aa0baa70ed3416a1294a', '40.77.167.37', 1668935073, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a081029f33d5539cc0d99d41342fa1b9002c618', '190.56.32.35', 1671726483, '__ci_last_regenerate|i:1671726483;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671726472;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a08d3b7f2bb2a49eb0c6b6c0b8bcf3da1833e2f', '190.56.54.135', 1663604514, '__ci_last_regenerate|i:1663604514;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663419227\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663599527;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a091a5468c1e8d7c7cb2399e2076fcbb9fe5aef', '66.249.66.131', 1676173934, '__ci_last_regenerate|i:1676173933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a0b0e5d3c3e48b5de2e673d2a9fa855e3b67593', '114.119.128.181', 1688568024, '__ci_last_regenerate|i:1688568024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a0c9d3e1f179644bc27f7f4d15667dcf7d28ead', '114.119.152.142', 1688363985, '__ci_last_regenerate|i:1688363985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a0fe0dca75e75483c5b5b217f0022690e8ef5cb', '207.46.13.12', 1676119801, '__ci_last_regenerate|i:1676119801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a0ffa0fde1fe9fface79fea7e7af0d4f890be9f', '40.77.167.161', 1675498337, '__ci_last_regenerate|i:1675498337;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a131eba9df574598d140902f5c5565b74674026', '190.56.50.253', 1682540294, '__ci_last_regenerate|i:1682540294;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682540288;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a14309446d85a1c34221a832eddc2be8154a189', '190.148.157.177', 1682352214, '__ci_last_regenerate|i:1682352214;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682110649\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"RsehCFA9X20tJc8fMpIP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a14a4e662adc43a36d8ad59eebe3430eed1a063', '190.148.252.183', 1681429132, '__ci_last_regenerate|i:1681429132;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681429057;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1503b8af3e8b3cc19da347c2d1aa4e4ee01f26', '114.119.130.151', 1687206582, '__ci_last_regenerate|i:1687206582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1629c498b3207761da9272220229ac64fc8d1f', '190.56.32.35', 1671808294, '__ci_last_regenerate|i:1671808294;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671808288;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1a59648c74ba81341cc9cc8670c8f926340939', '157.245.71.118', 1654150779, '__ci_last_regenerate|i:1654150776;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1aa6a1116c09d5e9a3abb4f1d8511c28b695dc', '200.119.172.60', 1674601276, '__ci_last_regenerate|i:1674601276;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674601229;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1b165a6fbc8af679cc0ca57cb2eb662ddb2858', '54.190.42.201', 1684021314, '__ci_last_regenerate|i:1684021314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1c3e4734df52d51c894c3b8db6edc42ba22a63', '192.71.103.173', 1675892699, '__ci_last_regenerate|i:1675892699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1c66792cd4da5374f604ca99249096de1a7c9d', '34.171.180.79', 1662911194, '__ci_last_regenerate|i:1662911194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1eb2971d0ee55728487d445f2af0754ed03d15', '190.56.55.113', 1673746929, '__ci_last_regenerate|i:1673746929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673746837;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a1f240d926761fb0acb5aca4158b89e99e5b1e3', '200.119.174.9', 1674257041, '__ci_last_regenerate|i:1674257041;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674257038;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a202dc670c22423ae7bc0a0c9cefead2e7c7f9d', '157.55.39.80', 1670760753, '__ci_last_regenerate|i:1670760753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a20b13fda4ae7fc855ac9b814c1f3eddcb1bf0c', '190.56.173.251', 1651947622, '__ci_last_regenerate|i:1651947622;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('9a218df31c87e24e3afc4b51464e2a033b6637a2', '149.57.16.7', 1653807070, '__ci_last_regenerate|i:1653807070;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a22d143f0a67f3807e7e84b3ff6d17240ff2451', '207.46.13.12', 1675732171, '__ci_last_regenerate|i:1675732171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a232b30a2fc1cff236852b86bbf952233ac2f0c', '190.148.158.175', 1672348470, '__ci_last_regenerate|i:1672348470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672348223;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a239f5f6c2f8658d5e0717907d6262070c0e302', '40.77.167.202', 1687707360, '__ci_last_regenerate|i:1687707360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2498ad443b4aa9b049f09d6a1b5f88dd608ad0', '52.167.144.154', 1687876788, '__ci_last_regenerate|i:1687876788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2cd5216348a5c26d0f9c4c4dd8eda5abfa933e', '114.119.148.50', 1686139553, '__ci_last_regenerate|i:1686139553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2d0bfed03861cc6ecdcc69b1841f4af320c0d3', '200.119.169.5', 1654814187, '__ci_last_regenerate|i:1654814187;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654804943\";last_ip|s:15:\"200.119.174.137\";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\";user_csrf|s:20:\"idahXS9kV7n3MZDxwEFP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2d1535cea5001f6b66cabd3ac65d805f4f0a4e', '114.119.143.133', 1687297143, '__ci_last_regenerate|i:1687297142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2e2f663e48d82a1b7963a3f67fe8cf7ff78ba7', '190.148.252.151', 1671385248, '__ci_last_regenerate|i:1671385248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671385195;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2eb305798ca0b48335a73cfbe75c865caca29b', '52.167.144.164', 1686774569, '__ci_last_regenerate|i:1686774569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a3122642b5168f9c2eadca4d4e8d4c33ca1daca', '50.21.188.4', 1677542054, '__ci_last_regenerate|i:1677542054;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a326d4f6872113654e2ee8b2cabc4710bf763eb', '200.119.169.55', 1667267673, '__ci_last_regenerate|i:1667267673;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667267659;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a337dd562a551d8a86ef6dafc8ebdc0c7fbb515', '190.148.158.69', 1685815723, '__ci_last_regenerate|i:1685815723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685815630;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a33ed358e823dc94113f0e86d06feee6e406cec', '8.41.221.58', 1650846259, '__ci_last_regenerate|i:1650846259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a352e8faf2c6436a8793c84d6f0342116ce21b6', '17.121.115.252', 1654009892, '__ci_last_regenerate|i:1654009892;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 ('9a36263841277e9548cb5dd95c2972d64fc22ddf', '66.249.79.193', 1661569991, '__ci_last_regenerate|i:1661569990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a3638064d5ccf74608f0da4f948ffea14520d01', '130.255.166.69', 1679036517, '__ci_last_regenerate|i:1679036517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a366fa4f7857c68d5454d88ae3e1d12b3d3cc1c', '190.148.157.99', 1662498553, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a37ffc5d0602d82514493c644f482cb7306325a', '40.77.167.101', 1681818190, '__ci_last_regenerate|i:1681818190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a38d217205ffb9d84e5936ff9576a314b069e92', '52.167.144.67', 1677321414, '__ci_last_regenerate|i:1677321414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a39562370b56e9295c66a317168edfcc31fc805', '66.249.65.103', 1652287933, '__ci_last_regenerate|i:1652287933;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 ('9a39bf7171dcd12a641f0cd2f78fff7c39188bf4', '190.148.87.6', 1668273143, '__ci_last_regenerate|i:1668273143;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";last_activity|i:1668273066;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a3be015ba54f48bcd3521d90b9e9f787f95dd5b', '17.121.114.92', 1661246300, '__ci_last_regenerate|i:1661246300;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 ('9a3e1c71385e4fffa833b07dc6dd47dca41dba3b', '190.56.32.174', 1676479753, '__ci_last_regenerate|i:1676479753;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676389896\";last_ip|s:15:\"190.148.158.108\";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\";user_csrf|s:20:\"9EDzyFWMu7ldSZmBagsj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a431defac7a2fce112d9d8e6249b4e23d3eaded', '207.46.13.130', 1660223276, '__ci_last_regenerate|i:1660223276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4659e5a57ae8ad7fa1f41fc7b26a2c972c8f50', '40.77.167.43', 1657738315, '__ci_last_regenerate|i:1657738315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a466e6d006eb324278f13f2a04d9a3f346b2afc', '52.167.144.98', 1685520284, '__ci_last_regenerate|i:1685520284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4687cae785f58951e3cf7fc76744a13563f7a3', '190.148.157.183', 1680383713, '__ci_last_regenerate|i:1680383713;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680380567;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a46bbad64f11fd58a17916c09fa1993b0f0f702', '18.206.55.48', 1652846888, '__ci_last_regenerate|i:1652846888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4921fbfa069e40954a4694395effe7346a4c34', '114.119.128.129', 1684920162, '__ci_last_regenerate|i:1684920162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4bf2dfbb8908f2c382452b267ae2a2a6da3cec', '114.119.157.231', 1685257508, '__ci_last_regenerate|i:1685257508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4c5f61dca2653d235ca61e2701953dee774d36', '190.148.157.147', 1658881905, '__ci_last_regenerate|i:1658881789;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658841986\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658881879;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4cd7c53901b9983a7dd8b0c57a09764e4b2dff', '200.119.168.250', 1680997440, '__ci_last_regenerate|i:1680997440;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680996797;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a4ce5bdc74640e62828780825ec2def4d253d42', '114.119.146.185', 1685590008, '__ci_last_regenerate|i:1685590008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5411065cd3951b7cc9218ddb34d11ac658fc19', '190.148.252.111', 1678106635, '__ci_last_regenerate|i:1678106635;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678106231;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a545cbff78322fff3bea9964e921c98d8c20df2', '66.249.79.203', 1681530638, '__ci_last_regenerate|i:1681530638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5578ad3992a6f6421e91aa330b56f76b36ce1e', '146.59.157.229', 1650749567, '__ci_last_regenerate|i:1650749567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a563621c7ada18cfd1a054ed7fe857e545d7e45', '52.167.144.98', 1685758213, '__ci_last_regenerate|i:1685758213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a576526196f0f53482c1d37f0ea81c1c8979c81', '114.119.159.169', 1685290358, '__ci_last_regenerate|i:1685290358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a59109e92f1933bfaad91855b2272cb5feb4508', '54.190.186.186', 1655559619, '__ci_last_regenerate|i:1655559619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a59f6844871c25bdac7b7a7fbdf5019d5515d6e', '190.56.55.48', 1687267183, '__ci_last_regenerate|i:1687267183;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687267149;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5a580cc5b2fc8781f75af038fa91ef9aa90b44', '52.167.144.171', 1685758199, '__ci_last_regenerate|i:1685758199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5a5e4ecfa269b383fcf6f9419ac2bb7a50e483', '52.167.144.109', 1680289492, '__ci_last_regenerate|i:1680289492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5a9a8c30674be6461591fe0c0cf0a9bbf4ac7f', '207.46.13.210', 1677382444, '__ci_last_regenerate|i:1677382444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5c121617ae23a60a7772fef6bcd2a0059c0e7a', '40.77.167.187', 1680509533, '__ci_last_regenerate|i:1680509533;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 ('9a5ed6b83c682ad1c7477c53b93499bb0f24d4fd', '190.148.252.178', 1657482771, '__ci_last_regenerate|i:1657482771;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657401924\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657477697;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5f448c1dd25bf69146d862001f6ea7577b7a7d', '51.222.253.11', 1677053083, '__ci_last_regenerate|i:1677053082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a606cbfdcad4e727786115700334122beee6729', '157.55.39.69', 1671680766, '__ci_last_regenerate|i:1671680766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a632620f7edc2aeeacbef008af4e68c4a2910e1', '114.119.132.9', 1688139410, '__ci_last_regenerate|i:1688139410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a64b3a9987c1dadb15ca019203e6ac02f644040', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;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 ('9a66fe83d005c27947313bb9c757fff0acfdbcc0', '52.167.144.70', 1688122079, '__ci_last_regenerate|i:1688122079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a673cb99ea3644af4c84ee9894b493fb2707d1a', '207.46.13.41', 1671107157, '__ci_last_regenerate|i:1671107157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a68aefdc8d0742d28d7d3c81e918370d2b3842c', '114.119.148.60', 1686899024, '__ci_last_regenerate|i:1686899024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6af6216f1387a01b8894f94be99840ee73dde2', '190.148.157.98', 1679249464, '__ci_last_regenerate|i:1679249464;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679249422;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6c0d715c4b18bf728a7d373629e6c06758dd18', '190.148.158.151', 1677512556, '__ci_last_regenerate|i:1677512556;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677496910\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677511863;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6e688b556d198e990c1c4d39f6e5c6e5c18a64', '190.56.55.113', 1673736913, '__ci_last_regenerate|i:1673736913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673736609;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6f4bb6def5d97bb2f2aaeda03c54b39148064e', '52.167.144.25', 1687246856, '__ci_last_regenerate|i:1687246856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a6fe49213555f08090bb865c29ac58fab8db915', '198.235.24.23', 1651823233, '__ci_last_regenerate|i:1651823233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a703d3a7321f4fda784633c5232eba1cd00449c', '114.119.136.137', 1685038126, '__ci_last_regenerate|i:1685038126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a719a202b42eb4cfd371d909d40868e9504dead', '40.77.167.157', 1677908810, '__ci_last_regenerate|i:1677908810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7a3356d9a8a5ebb886463b0bcd185dd7bbeab8', '173.212.202.108', 1656118263, '__ci_last_regenerate|i:1656118263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7c8f487a024402b3a903774817529eceb14fc0', '114.119.163.52', 1685553969, '__ci_last_regenerate|i:1685553969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7c968d10d7dc2852ceff859cf4d70e5e2fd461', '52.167.144.70', 1688519130, '__ci_last_regenerate|i:1688519130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7d298090b62f072215431919803a9643a83b14', '190.56.55.113', 1673657804, '__ci_last_regenerate|i:1673657804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673657708;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7e2657fef8c74876a5fea5bdf1647b38234b89', '52.167.144.164', 1684648094, '__ci_last_regenerate|i:1684648094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7fc5eb92783ef0fb097c4580f4d6856ab0227d', '207.46.13.147', 1672679156, '__ci_last_regenerate|i:1672679156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a818cb40099eef8a04af67da0d025206c1459b4', '114.119.145.160', 1686656145, '__ci_last_regenerate|i:1686656145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a822b7d0c7021532c3d3a0424a288e22d280712', '207.46.13.142', 1665607572, '__ci_last_regenerate|i:1665607571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a8271d4b13fffdbe24efe9f8a888801bc601323', '207.46.13.189', 1668267479, '__ci_last_regenerate|i:1668267479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a831a2dcaf6dd3ed8389dbd07a1f050d8f55867', '52.167.144.162', 1686253148, '__ci_last_regenerate|i:1686253148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a836e75070b152c2d6e97d151571f8e35591684', '52.167.144.98', 1685786717, '__ci_last_regenerate|i:1685786716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a84a8ea6280dbc9f76c19cb8ee421ddd6337e62', '17.121.112.213', 1654529493, '__ci_last_regenerate|i:1654529493;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 ('9a88725e67239b092e9287d0796b2d55c2e5a378', '207.46.13.17', 1673822293, '__ci_last_regenerate|i:1673822293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a8b756d4e25d5c4708acbad25d469677c5d7d74', '200.119.170.209', 1656715563, '__ci_last_regenerate|i:1656715563;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"S0WvCtQOwRnmNealbsDp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a8c44b98a7ed0fc73006cfdd546079e594831d1', '52.167.144.164', 1686652322, '__ci_last_regenerate|i:1686652322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a8ea091a06ecb3a1a52959622c4f4fd8eb4fa8e', '114.119.156.129', 1686936233, '__ci_last_regenerate|i:1686936233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a90fd3890bd6884a619f347be17020b49a53c42', '40.77.167.192', 1688358977, '__ci_last_regenerate|i:1688358977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9146eb9e01fc3e5e2f06c60b901719ca1806dc', '52.167.144.24', 1687927172, '__ci_last_regenerate|i:1687927172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a94ba55b959a74abdb757bf21262e442005ba00', '207.46.13.41', 1664674642, '__ci_last_regenerate|i:1664674642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a94d7748515196ed8ac51efb73476322b34234c', '50.21.188.63', 1672704957, '__ci_last_regenerate|i:1672704957;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9647a3950892686591d8d302b807b82bf9b923', '200.119.168.118', 1668012441, '__ci_last_regenerate|i:1668012441;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a96a3ccfa6e416f5126ad12e56f9993615ad754', '93.158.91.193', 1667128760, '__ci_last_regenerate|i:1667128760;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 ('9a97c0f1c6fba3978ed592e96dd13fc71b854314', '66.249.64.39', 1677171725, '__ci_last_regenerate|i:1677171725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9919bae52f560d8d601e66ef284ce3f7827ee4', '114.119.155.217', 1683717855, '__ci_last_regenerate|i:1683717855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9a1fdfa50e06f411d236a868e4cde9f59a15ee', '114.119.144.38', 1688128373, '__ci_last_regenerate|i:1688128373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9af40d069a8b893144c9f1b2754028a9f246e9', '157.55.39.69', 1671934736, '__ci_last_regenerate|i:1671934736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9b2742427f80dbeac7e09d514baec7b7b7ec23', '54.36.149.25', 1658721793, '__ci_last_regenerate|i:1658721793;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 ('9a9df28ad172bba24d3845cf7bf061043fc0bfb2', '200.119.168.250', 1680637319, '__ci_last_regenerate|i:1680637319;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680637221;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9f1585d7d04e34eba353f9037e442e442708e2', '190.56.50.6', 1667591989, '__ci_last_regenerate|i:1667591989;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667591981;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa41750a1c1f724ff0ee5e139830f12cad9f431', '17.121.114.151', 1658974407, '__ci_last_regenerate|i:1658974406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa4c4e729d111436bfd3c609ec6ed12ae839a47', '190.148.87.96', 1678292976, '__ci_last_regenerate|i:1678292976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678291637;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa61469db161abc255cc9dd1cfbf443c871a564', '200.119.173.67', 1679331310, '__ci_last_regenerate|i:1679331310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679331245;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa792b1a39c8088575684f3a7cd593e2406f8ed', '190.148.158.69', 1685995743, '__ci_last_regenerate|i:1685995743;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685995740;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa86eaf181ff50571f654fab80a33d528dc1517', '40.77.167.37', 1669203572, '__ci_last_regenerate|i:1669203572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa98402d098d433ee34b677c1271447ac0d969a', '114.119.142.183', 1686378002, '__ci_last_regenerate|i:1686378002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aaafa037cfdb924757e773f899e34cb197f9a80', '34.208.69.153', 1675949695, '__ci_last_regenerate|i:1675949695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aad6d1907d07239deb39aa264306300856d9fc3', '190.148.252.55', 1675696939, '__ci_last_regenerate|i:1675696939;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675696932;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aaf19116a467e7399f725ee207c5e05bc2c67ca', '207.46.13.138', 1674768873, '__ci_last_regenerate|i:1674768872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab0426c1c11030f7e31b3320f4d9a25aef62494', '200.119.173.177', 1685286817, '__ci_last_regenerate|i:1685286817;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685286808;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab0b96b57becabb72d0607da3f4066687497c85', '114.119.142.186', 1685658185, '__ci_last_regenerate|i:1685658184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab0bb2dffb6c8a18cffc494ec475ec67eb2f090', '190.56.32.243', 1684720194, '__ci_last_regenerate|i:1684719011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684720194;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab1ada4351945ca820aec092574c199f2b634e8', '200.119.168.250', 1680651073, '__ci_last_regenerate|i:1680650907;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680629111\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"atAzZG3W7CIBgPuFh1Uo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab21de3e7aad2b2cfb8c3f4af0390e1491b2a5e', '185.27.99.130', 1655113323, '__ci_last_regenerate|i:1655113323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab2d44fd99bf1efe0eb91e02fe3224d251e1e7d', '190.56.32.162', 1686590646, '__ci_last_regenerate|i:1686590646;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('9ab3a75a9a107be6929880bc2b6323eb935c8d68', '114.119.158.165', 1688403153, '__ci_last_regenerate|i:1688403153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab6464ce1732ee4c9f5c694ff85a9b4cc5010f6', '52.167.144.74', 1688528559, '__ci_last_regenerate|i:1688528559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab7495140b6a7d550b57d2792ade67a386b79b0', '192.99.18.122', 1652019453, '__ci_last_regenerate|i:1652019452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab913106f9ba4e261602ef43c96d4b80c0badd3', '40.77.167.123', 1683445887, '__ci_last_regenerate|i:1683445887;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9abbd38de898e55f9fe3193d4a8fb92250c2257d', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9abd245ab6215556b806e8e65036a47148aeca8b', '114.119.129.97', 1688167570, '__ci_last_regenerate|i:1688167570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9abe79e7584400b23de1dcbfbcd5ed5fef713642', '190.56.49.109', 1666113350, '__ci_last_regenerate|i:1666113350;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666111980;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac07a8d2ab0343815c402c1d645644ce585b7da', '40.77.167.37', 1668034380, '__ci_last_regenerate|i:1668034380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac314c53f61121994f9903cc7e10bc76052b58f', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac3fa193898e1f829e08a222c000ee1bf5cd29b', '200.119.173.96', 1687191238, '__ci_last_regenerate|i:1687191238;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686949676\";last_ip|s:11:\"190.56.50.6\";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 ('9ac417c708a3861516355d1c8489f26dd8c4fea5', '54.36.149.59', 1684713503, '__ci_last_regenerate|i:1684713503;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 ('9ac490e3fa60e18104dbb6b4aa5af7c66e149d58', '114.119.138.214', 1688062322, '__ci_last_regenerate|i:1688062322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac4ba8456d57d6643fb97e25c973165bdb9e588', '40.77.167.11', 1673468185, '__ci_last_regenerate|i:1673468184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac7a4baeaf8598df7c838e8eab32c7aadf8b4b9', '52.167.144.42', 1679581053, '__ci_last_regenerate|i:1679581053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac80ec4316d3aa9581795516eeb757f63025aec', '5.188.62.76', 1656415979, '__ci_last_regenerate|i:1656415976;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac8b53d8ada8b818f4d3ec13b8496f72cccc76b', '207.46.13.41', 1671339748, '__ci_last_regenerate|i:1671339748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ac90165325a8a338f680a6b3d1df1eb0addd482', '52.167.144.164', 1686571794, '__ci_last_regenerate|i:1686571794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ad3e0e059be5e1cf4eff4047e81cb7305fb06a7', '114.119.158.216', 1687226157, '__ci_last_regenerate|i:1687226157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ad4c5f96a558fc119c4206184fb5f98c0de889e', '190.148.252.235', 1666900843, '__ci_last_regenerate|i:1666900843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666900843;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ad65fbb9ecf1a24475aa09a12361624641a9598', '54.186.173.60', 1666829530, '__ci_last_regenerate|i:1666829530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ad92059a96dcdc8ca9d6837625f254f2ba81f6c', '190.56.32.162', 1686532918, '__ci_last_regenerate|i:1686532918;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686532046;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae273e8cb0732c324d596aa79460cc287d21232', '50.21.188.24', 1677542054, '__ci_last_regenerate|i:1677542054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae2aba717a29cf54e264e47fba6847063b7cee3', '157.55.39.125', 1655252050, '__ci_last_regenerate|i:1655252050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae3314e75f8df76302378647a05e471f822fa69', '207.46.13.11', 1669419436, '__ci_last_regenerate|i:1669419436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae4463b48284dd36d787bc18452f758c9071bcf', '34.215.83.22', 1685319805, '__ci_last_regenerate|i:1685319805;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 ('9ae6a42f902f5dc9660d9d97868d929b1af99fa9', '3.237.104.7', 1654055394, '__ci_last_regenerate|i:1654055394;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 ('9ae9172a2b1da665bff5222760a9fbe6e61940f5', '190.148.157.53', 1684160538, '__ci_last_regenerate|i:1684160538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684160481;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aeb2c798cdffd537272459041c01712bb3f3419', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aede0be5c92cde6e8cc576ec95302708358e4a0', '190.56.49.187', 1688241861, '__ci_last_regenerate|i:1688240110;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688123518\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688241861;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9af111f7e21b53ae55dfd76cbd26d482b00b97d4', '207.46.13.41', 1671347545, '__ci_last_regenerate|i:1671347545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9af2fb39827bd16bca11e0059698c9258eaa96a9', '93.159.230.87', 1675487430, '__ci_last_regenerate|i:1675487430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9af6e34791e3175a7303e002a1f0fd5f4b868d43', '114.119.159.8', 1688189693, '__ci_last_regenerate|i:1688189693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9af920cbd8d50a2ef1468dee74249b5e3710e650', '190.148.252.197', 1665598367, '__ci_last_regenerate|i:1665598367;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665598339;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9afa3f00da5851e27c01b18571a416c1b65f480f', '72.13.46.6', 1683034876, '__ci_last_regenerate|i:1683034876;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 ('9afb13bfefa721e185ba1bbb0bfded2ac0da8db1', '40.77.167.43', 1657836214, '__ci_last_regenerate|i:1657836214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9afc37118839081bb99b8dffcda8a3a44e611cd9', '190.148.252.183', 1681514665, '__ci_last_regenerate|i:1681514665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681513773;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9afc9baae3b65dc93be5cd8d2ed9790a4c77982d', '3.239.13.193', 1653554573, '__ci_last_regenerate|i:1653554573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9afe93c0e48e75435c92aa4b9b250f7f02ee6319', '52.167.144.54', 1675918853, '__ci_last_regenerate|i:1675918853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b01a9bf7114e7baf6c4e4c19ced62f5a426871d', '190.148.252.96', 1673302800, '__ci_last_regenerate|i:1673302800;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673302234;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0610c3423932128e8683587ab911ca4039e2c9', '200.119.173.177', 1685151021, '__ci_last_regenerate|i:1685151021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685150885;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0677218b635dfc31ee6c95bf258472ad68ba3b', '190.56.32.35', 1671986997, '__ci_last_regenerate|i:1671986997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671986724;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b06c9d106fb46973eb5bf7c6df87787234287d8', '190.148.87.96', 1678235980, '__ci_last_regenerate|i:1678235980;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678235021;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b08983c7732a6831ae0e7244c76ebf17794ce2b', '114.119.131.92', 1687648043, '__ci_last_regenerate|i:1687648043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b09cf5d26accbc5a430dd57f40e55736ce82e95', '40.77.167.85', 1685355283, '__ci_last_regenerate|i:1685355283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0a83b43ddf4326be6e4286be139699a32e5b61', '17.121.115.143', 1659836666, '__ci_last_regenerate|i:1659836666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0b3f583a5cd77b1d64acbd98c19d5f018d792b', '190.148.87.6', 1668276022, '__ci_last_regenerate|i:1668276022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668276018;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0c3305dd5584d6ab989d136f38a2ce984b4ae5', '40.77.167.43', 1658926447, '__ci_last_regenerate|i:1658926447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0ced035b242acdb76450efc44d9e789baaa478', '54.36.148.208', 1660024253, '__ci_last_regenerate|i:1660024253;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 ('9b0fbd21736ff2b27e936123d81845a91415e824', '52.167.144.98', 1686665866, '__ci_last_regenerate|i:1686665866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b10093d4d1ac7becfdf8ce66d422fbb3e38e88e', '40.77.167.27', 1658864507, '__ci_last_regenerate|i:1658864497;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b11c2d67218de8802f35237c05c1d826183da46', '51.222.253.19', 1654746728, '__ci_last_regenerate|i:1654746728;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 ('9b1296e0f0c54ac8adc397c21c28f746f1ecbc28', '114.119.147.152', 1685709106, '__ci_last_regenerate|i:1685709106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b13e6b00f080595b2b43738fff9b267465305dc', '35.184.89.7', 1664302606, '__ci_last_regenerate|i:1664302605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b15f5852335b1f90779bbef536d7053cf18f61f', '190.148.252.233', 1669051814, '__ci_last_regenerate|i:1669051814;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669051814;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b1744cedeae7106cd3d8f59151f37b6faec9766', '114.119.132.65', 1685740245, '__ci_last_regenerate|i:1685740245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b17ca47aa7795461cb76084294dc46180dabbbf', '34.217.211.64', 1667829455, '__ci_last_regenerate|i:1667829455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b1c0f93ee03808c351f1fbb9af58d67b802934d', '54.36.148.23', 1669561367, '__ci_last_regenerate|i:1669561367;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 ('9b1cbbf02f15b63938c2b49c45a0c871b8c700f6', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b1de2d5964353fd4a407248657555438a5f497d', '200.119.173.130', 1675881396, '__ci_last_regenerate|i:1675881396;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675880801;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b20cb5ceab97388266f6e32774673ce8f56d2ae', '40.77.167.170', 1675466785, '__ci_last_regenerate|i:1675466785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b22388cf6c2c934b4949e7947f77dcf4cb0aef2', '149.28.49.253', 1669422545, '__ci_last_regenerate|i:1669422545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b23989b547d23664762f65bbcd1f6dc56aed969', '40.77.167.202', 1687895190, '__ci_last_regenerate|i:1687895190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b23cc88626f3d39f160a2a70b3b16cc24581bd2', '51.195.216.255', 1650742857, '__ci_last_regenerate|i:1650742857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2516ea55da50bb80d19111877a3470c3d58d3c', '23.227.72.144', 1670392892, '__ci_last_regenerate|i:1670392891;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b259ad33103e921e6858b184009d6c36c682fb2', '114.119.159.62', 1688283994, '__ci_last_regenerate|i:1688283994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b263f6380a90623b8aec7e7e0ed51c1fd50b4ae', '190.148.157.88', 1668532919, '__ci_last_regenerate|i:1668532919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668532916;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b28cade2c9d48ed30a584094c6377a8068c0f52', '128.199.84.63', 1684239371, '__ci_last_regenerate|i:1684239371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2920f90d53a5fb327c464f18ca26c9ef507893', '66.249.79.196', 1653998352, '__ci_last_regenerate|i:1653998352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b29300c31043b587e15b44494030defd3f9ce65', '200.119.168.118', 1661551117, '__ci_last_regenerate|i:1661551117;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661530210\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661551032;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b29adcd8ae6aa225135946f799384e8867b9058', '157.55.39.209', 1680010983, '__ci_last_regenerate|i:1680010983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2a77975a4766d3325d6b5f04e3182f6dfba373', '190.148.87.182', 1679865019, '__ci_last_regenerate|i:1679865019;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679863218;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2a7863b60072d79f744a1fc1ec8cb9842b8e8b', '40.77.167.13', 1673056523, '__ci_last_regenerate|i:1673056523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2c2ec281aa81ab6e97c649377b6a47a2e45838', '198.12.91.231', 1653192442, '__ci_last_regenerate|i:1653192442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2c5505ca075b410c91da41ab1a1fad8b0bd0d8', '65.21.206.44', 1656832486, '__ci_last_regenerate|i:1656832486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2cffbb7f252e9ce0fce5cfcee9849baf6f3e80', '157.55.39.212', 1677497866, '__ci_last_regenerate|i:1677497866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2dbefb4f99c34210486407d758cc7a74a30c26', '200.119.168.250', 1681091376, '__ci_last_regenerate|i:1681091376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681091373;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b2e583c223eab12d9b6ccacf351c7c8ec8eef21', '190.56.55.48', 1687298557, '__ci_last_regenerate|i:1687298557;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687298550;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b304682bc812ef1eaf2849ce53d28c46ace7f24', '190.148.252.183', 1681607694, '__ci_last_regenerate|i:1681607694;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681604980;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3536e081b0d49c1e6be41a61638ee24ecaf02f', '54.36.149.41', 1659009832, '__ci_last_regenerate|i:1659009832;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 ('9b3a2c9e22f1bbcc4d9dbf782b9ff36f3f168306', '190.148.157.80', 1669679504, '__ci_last_regenerate|i:1669679504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669678955;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3a7f0d302cc2c04b93337b6240011eb176738b', '114.119.143.101', 1687509980, '__ci_last_regenerate|i:1687509980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3b0d5da9f4d266e1a26fe75cf92c07f3953b58', '193.201.9.12', 1658622080, '__ci_last_regenerate|i:1658622079;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3b74b7ab31a8e14a845980c47e5cfd83b2ba71', '190.56.50.15', 1667216964, '__ci_last_regenerate|i:1667216964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667130438\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667216958;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3fa27802ea654a93d4c3f416fd347b6edb5f47', '52.167.144.70', 1688577140, '__ci_last_regenerate|i:1688577140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b400b2510668e65d6c6a159c305c0300cb819ed', '114.119.143.68', 1685462571, '__ci_last_regenerate|i:1685462571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4040a2bace83dd2fdd8c0fd4a1467adebe8137', '190.56.173.160', 1655818016, '__ci_last_regenerate|i:1655818016;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655818011;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4289f2a55597df32f5f70226846c961f676af5', '200.119.172.234', 1654617045, '__ci_last_regenerate|i:1654617024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b430420339c31f431876e2a2c4795e9dd877271', '207.46.13.160', 1674648432, '__ci_last_regenerate|i:1674648432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b461abb3bb8c45c0a6105aaf7f4a05bac57821b', '114.119.132.38', 1687076391, '__ci_last_regenerate|i:1687076391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4880e6b9be90c7a13c3d6f1f2b6a4ec0f0a8f7', '54.187.23.62', 1653486157, '__ci_last_regenerate|i:1653486157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4aa302745b646a84961e59dffc34a3b5baf05f', '207.46.13.230', 1656899244, '__ci_last_regenerate|i:1656899244;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 ('9b4c15ebfe243d3dcfe78eba24de95823610b22b', '17.121.115.90', 1662542853, '__ci_last_regenerate|i:1662542853;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 ('9b4de92ded25635f64a2d7c52fb745f475a8e2bc', '34.222.67.199', 1671369233, '__ci_last_regenerate|i:1671369233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4e2c00e9f5cde3bb95aa2b117cfa8d129255f5', '181.174.80.228', 1652752675, '__ci_last_regenerate|i:1652752675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b51464e4c5a2be248845e06826694755bbcafbb', '157.55.39.69', 1671956122, '__ci_last_regenerate|i:1671956122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b5154c18c2d780829f2bd5de380ec6213a5ec99', '157.55.39.79', 1668934962, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b52ce035f302b6a77d43267694dfdfd792bbeff', '40.77.167.13', 1655879986, '__ci_last_regenerate|i:1655879986;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b53bb93600867b0a156571fa2b925ef0079104d', '51.222.253.10', 1653016013, '__ci_last_regenerate|i:1653016013;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 ('9b574e5dc17124b33564ad09e1242f8b21e61813', '40.77.167.202', 1687212883, '__ci_last_regenerate|i:1687212883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b59dad960b2e3b41b48d1a3c9ea31e75af05ced', '190.56.49.109', 1666137490, '__ci_last_regenerate|i:1666137490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666137450;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b5ab06d256692d203438ef77320feb0bbd78062', '114.119.132.202', 1685198042, '__ci_last_regenerate|i:1685198042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b5b8b1997717a33e073330483d3326f3ec67443', '190.148.87.96', 1678630216, '__ci_last_regenerate|i:1678630164;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1678406564\";last_ip|s:13:\"190.148.87.96\";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 ('9b5ce9229aabaca4d2b81b9b7a40b99aa78ca568', '52.167.144.162', 1681879265, '__ci_last_regenerate|i:1681879265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6249576edc0a1fb557e19a9feec8ec096ac04a', '157.55.39.62', 1658717650, '__ci_last_regenerate|i:1658717640;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b62ecf266b92bafc334917ecd643b743eb576fc', '52.167.144.160', 1685918086, '__ci_last_regenerate|i:1685918086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6317de9b1cff2cc3af850938caa492b398257a', '69.160.160.59', 1667400627, '__ci_last_regenerate|i:1667400627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b66034e961075c04002adf22c8686b261cf8c9e', '190.56.54.156', 1665175613, '__ci_last_regenerate|i:1665175613;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665175539;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b66f4df33f423871aa8c19221dcb27c1a818af0', '190.148.157.83', 1687741065, '__ci_last_regenerate|i:1687741065;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687740935;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6949eb85dea6e3937beb76ed8a99d0be5a9e11', '114.119.136.51', 1688227325, '__ci_last_regenerate|i:1688227325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b69b83ecdeeaf7db2e3a361e304e8095c5e97ef', '64.246.165.150', 1674292931, '__ci_last_regenerate|i:1674292931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b69c5293a3d149d6c30211a19b7b8c3defb7483', '104.198.160.74', 1661372495, '__ci_last_regenerate|i:1661372494;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6a061fab45a0c67ddc8bc214c9ad219e342f85', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6b5f8bac4c14490113bb031d3295d0555310f0', '114.119.155.79', 1685710832, '__ci_last_regenerate|i:1685710832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6e596fbf1e130c48cd26943af142b3596595d8', '40.77.167.44', 1659664517, '__ci_last_regenerate|i:1659664517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6ec0e20a3caab9c88f12f57ab76a6cfe607206', '114.119.150.101', 1685052758, '__ci_last_regenerate|i:1685052758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b73a3b6a8443c3b584b3c3613b1547c71ebce4b', '190.148.87.6', 1668428736, '__ci_last_regenerate|i:1668428736;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 ('9b7427adb5ba5c5662851f8312362ce02facd2ef', '149.56.150.60', 1672432589, '__ci_last_regenerate|i:1672432587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b75b456ab1c917f66ca762e6bad43d65b565300', '114.119.128.139', 1686235111, '__ci_last_regenerate|i:1686235111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b787d610d171f58c1077e10cc3a20cb84668bff', '54.36.148.236', 1652243434, '__ci_last_regenerate|i:1652243434;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 ('9b7956b226b62ab4e22e6beb2890a315e68f65f6', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b79b39f6567d2a1cb5d0137e6bcf76b2c93c656', '200.119.170.16', 1666808513, '__ci_last_regenerate|i:1666808513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666808474;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b79e86732375da04570903bb7e5f8aef9a18d1d', '157.55.39.86', 1676724799, '__ci_last_regenerate|i:1676724799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b7a88bb337059c09f3cad436512aafaf2b628d4', '157.55.39.253', 1682563873, '__ci_last_regenerate|i:1682563873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b7b5dc5e92504c957b3eb0360074ef34aefd79f', '114.119.156.95', 1686712272, '__ci_last_regenerate|i:1686712272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b7c38f5665a9d27bc6e115ae3ac291c8aa1a8cf', '157.55.39.143', 1669794961, '__ci_last_regenerate|i:1669794961;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b7daeed9cde058d369f909c78fd3a0081a1920e', '114.119.152.235', 1688101534, '__ci_last_regenerate|i:1688101534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b7de14db354af774631d6f90b5f825b45cda68b', '52.39.126.24', 1657890936, '__ci_last_regenerate|i:1657890936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b7e655aba12dd31cec89eab462af799a86e3c25', '157.55.39.173', 1670832126, '__ci_last_regenerate|i:1670832126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b82181f26bfc0142c9e75d2d24e214991a16aed', '3.17.148.246', 1687183263, '__ci_last_regenerate|i:1687183263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8314dd6fc1b773862ecc60253965cf79e0e4c1', '190.148.157.206', 1679530766, '__ci_last_regenerate|i:1679530766;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679530604;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8316b73914a2d64ac49c527e8e4a0a0720ae6c', '190.148.87.97', 1655941911, '__ci_last_regenerate|i:1655941911;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655907480\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655937763;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b84cab8dea53b39ef414f112ac33598441d9a30', '190.148.252.235', 1666881916, '__ci_last_regenerate|i:1666881916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666881716;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b854da03118fb7ec597c7284c6f1b49264a22e9', '114.119.143.225', 1685661604, '__ci_last_regenerate|i:1685661604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b85ac9f2d76f49bf5ee7cabae0c77afaec986b5', '40.77.167.161', 1676268485, '__ci_last_regenerate|i:1676268485;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b87dfa7a5ca552f2f40d19d513fed1800e4e4a6', '40.77.167.49', 1665626845, '__ci_last_regenerate|i:1665626845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8b95a357b51d6785fbe1a70390aa4256f4d3d3', '167.71.82.118', 1671073038, '__ci_last_regenerate|i:1671073038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8c4f40cee3f954f0cb1aba738c538db68c32b8', '190.148.252.161', 1670085016, '__ci_last_regenerate|i:1670085016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670085006;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8c5d968226cd2c3d9cb2a184f091dffa9adc84', '17.121.113.132', 1662446735, '__ci_last_regenerate|i:1662446735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8d1bb026a5f41c2cd582b2c0efa4150ef2b879', '190.56.49.83', 1687042081, '__ci_last_regenerate|i:1687042081;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687042078;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8d1e170767ea51c0a52e6deee76e1351806237', '190.148.252.111', 1678066203, '__ci_last_regenerate|i:1678066203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678066197;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b93795e1d407115e3e4d08b3fa08cd3bb0634b4', '190.148.252.112', 1667823778, '__ci_last_regenerate|i:1667823778;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667823752;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b96e1b5d5f738cfbc4d3bec6632f0f263624ae3', '211.205.155.42', 1657323960, '__ci_last_regenerate|i:1657323960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9811ba08b52ffbfaba3313f87a59a8487ac257', '34.72.164.252', 1664852242, '__ci_last_regenerate|i:1664852242;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('9b9837f76259c8a10b253894f99f2d62f892b37c', '190.56.50.106', 1652302160, '__ci_last_regenerate|i:1652302160;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652291404\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"XYPJ86nU0iqgCBDcwVvM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9a8150cf0d51cd191d9dfe1c402a37130382ba', '54.71.150.41', 1685659059, '__ci_last_regenerate|i:1685659059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9af33334d051f596291b81f4155a517d4156f8', '190.148.87.99', 1688428001, '__ci_last_regenerate|i:1688428001;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688427890;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9bf8ba80aafaf268937843320467ae09051de3', '17.121.113.17', 1658883525, '__ci_last_regenerate|i:1658883525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9d0863ce124ae797940ce7c2b0cb09830f8148', '51.222.253.14', 1679463345, '__ci_last_regenerate|i:1679463345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9e41c4a307921d5e25e4d2014150e133ceae3b', '190.148.157.53', 1684104978, '__ci_last_regenerate|i:1684104978;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684104850;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b9f4d55b035d6dda8fa8cce23498bc9222ae0ca', '190.148.252.76', 1654182834, '__ci_last_regenerate|i:1654182834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba09c1f74d57e47b9f7d216611e65c97cae92c8', '190.56.32.35', 1671642355, '__ci_last_regenerate|i:1671642355;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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 ('9ba33316b752e5618adccef204e403572cd8eac7', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba63efe71e89271e61151f610c6edcc2f10ff2b', '40.77.167.169', 1675555129, '__ci_last_regenerate|i:1675555129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba86077c311f5a0dc4c8b5106faed945023c2f7', '40.77.167.79', 1655106696, '__ci_last_regenerate|i:1655106686;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba8646eeedbec7f43f3e482da36af97fed5e578', '190.56.32.35', 1671820886, '__ci_last_regenerate|i:1671820886;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671820521;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba8eef379cfecda05f3a3a4fa857ce3a18ad98a', '157.55.39.62', 1659594493, '__ci_last_regenerate|i:1659594493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9baabfccf46447a493203dd8b2c67f0ebcd6dbba', '114.119.143.185', 1686929861, '__ci_last_regenerate|i:1686929861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9baaf0950d04e34a673611560f7d101c1af511fc', '190.148.157.177', 1682016386, '__ci_last_regenerate|i:1682016386;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9babbe8b5cc4fce221af545e2e3762a90e21cf7b', '207.46.13.6', 1672321030, '__ci_last_regenerate|i:1672321030;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bade7914e233cfc3058b88b5d3521aba4e125c0', '40.77.167.191', 1681551009, '__ci_last_regenerate|i:1681551009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bb16565998dea5c606e96d2b11439d4e961ef9a', '198.251.73.45', 1669807894, '__ci_last_regenerate|i:1669807894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bb3463b0315acf479dac33a8ceac8c52dca5e05', '20.205.103.83', 1652261132, '__ci_last_regenerate|i:1652261128;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 ('9bb41bf57e3f3b168df8748b6fe7e111e45bd0be', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;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 ('9bb5abca7eb5a12177101323f191218f7cceddf4', '5.188.62.21', 1659472207, '__ci_last_regenerate|i:1659472202;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bb743478094e67c025850e4a2456a7c68b49a8c', '35.91.107.58', 1682168779, '__ci_last_regenerate|i:1682168779;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 ('9bba3ae8fcbbdfc950f9dce2ad17c5cc6780366f', '46.101.63.152', 1652762868, '__ci_last_regenerate|i:1652762868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bba5991fd02fb653e2a53896105f052f95dad7f', '167.71.77.2', 1671902600, '__ci_last_regenerate|i:1671902600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bba75badeaca477d82481e13836264ea9849f47', '40.77.167.37', 1669811001, '__ci_last_regenerate|i:1669811001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbb4b68732b365bb84e3e6e258ee072447169b6', '52.167.144.162', 1682968789, '__ci_last_regenerate|i:1682968789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbb8383d5372f7f85ba612a1f84b85c5e247a74', '114.119.136.155', 1687563117, '__ci_last_regenerate|i:1687563116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbbe8bdbdce571c06303da9ba024ea5a992fbdb', '200.119.172.60', 1674760709, '__ci_last_regenerate|i:1674760709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674760595;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbc2a8b3df9bf11cf97a26b6feb51bb5a414c61', '190.148.252.183', 1681411283, '__ci_last_regenerate|i:1681411283;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbdb4904498b2a58dc0d5ba1522b456e2bca8f7', '207.46.13.221', 1687055962, '__ci_last_regenerate|i:1687055962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbdb70e0858e5fd5a8e2b733d07d1acdc12977f', '200.119.170.143', 1670165004, '__ci_last_regenerate|i:1670165004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670164967;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbf0b709306f8710a52b7f3f989c5f87d0ef88f', '52.167.144.162', 1682239463, '__ci_last_regenerate|i:1682239463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc0a16b4491a68d2590287e539d7dc1aaef104f', '40.77.167.161', 1676840792, '__ci_last_regenerate|i:1676840792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc1ce26f5d86918052b9342c886b47c62aa28e3', '190.56.50.15', 1666996921, '__ci_last_regenerate|i:1666996921;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666903179\";last_ip|s:15:\"190.148.252.235\";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\";user_csrf|s:20:\"ru5JewPICmnV6xRAjlzH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc3969724478e569c8bbc32a8d5c1284640f2f7', '190.56.173.175', 1653086044, '__ci_last_regenerate|i:1653086044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc5410f29f8aa70f3359e6b4c99536620c9b96b', '209.145.55.127', 1651081631, '__ci_last_regenerate|i:1651081631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc5a020dae38a48b73b5f13898682cb45342f0c', '157.55.39.216', 1676661922, '__ci_last_regenerate|i:1676661922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc7f62497e76b2a3efd738ec8a43bdaa413818f', '207.46.13.108', 1674605107, '__ci_last_regenerate|i:1674605107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bc9408924df1b8440900eeba1f27cb473c7e696', '157.55.39.173', 1670806022, '__ci_last_regenerate|i:1670806022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bca4d259eb8ca80d6d34c9417b6c4b1c830046c', '20.28.193.166', 1656656984, '__ci_last_regenerate|i:1656656980;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 ('9bcb4cfef63c498922be1907918d08fa1521425b', '157.55.39.208', 1685937249, '__ci_last_regenerate|i:1685937249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bccff80f2fd118df7eaa20bb744717a25b527fe', '175.196.127.111', 1650791353, '__ci_last_regenerate|i:1650791352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bcda7c3b33243373886947ae1c54ae47869de1b', '114.119.150.249', 1684546478, '__ci_last_regenerate|i:1684546478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bcf8d967b509f57384b72d4fc2eabb5f807de92', '200.119.174.9', 1674175062, '__ci_last_regenerate|i:1674175062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674175059;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bd0b79cc7f4e7290d0e349fa1d68266cd53b4f7', '5.188.62.21', 1659472058, '__ci_last_regenerate|i:1659472053;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bd27f52f141bc20f48dad09c3b43b1eace1df13', '200.119.173.78', 1682862148, '__ci_last_regenerate|i:1682862148;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682862073;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bdbc4b8c54f33fb9b92d027aeb03144e3e7e48c', '52.167.144.164', 1686652926, '__ci_last_regenerate|i:1686652926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bdd599462fe9dc3816a662e1e273acd758aac6b', '51.195.90.229', 1650840516, '__ci_last_regenerate|i:1650840516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bdda22ce358107d48b3fc4ceadfb85fb212aee2', '17.121.112.154', 1652893389, '__ci_last_regenerate|i:1652893389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bde94aa22f651908dc4473e3dd64e843ff7bd42', '157.55.39.69', 1671750075, '__ci_last_regenerate|i:1671750075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bde9d3025075157870f7ad497996ed1afd81afa', '17.121.112.245', 1661320210, '__ci_last_regenerate|i:1661320210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be0c449e01a7b29e5c0149f65ad6255cef75581', '157.55.39.164', 1654339422, '__ci_last_regenerate|i:1654339411;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be141f603ae7c9a3501ade7c5972a88c596c044', '190.148.157.177', 1682341963, '__ci_last_regenerate|i:1682341963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682341936;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be1c49f6a4c79663dc99fa2dc89a72a857bd091', '50.21.188.4', 1677541974, '__ci_last_regenerate|i:1677541974;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be1f133bbadf3418e4f90111626fd458ca4bcb7', '190.56.48.16', 1677623517, '__ci_last_regenerate|i:1677623517;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('9be39d865be44bcc327ecece0f8bcaeea8357400', '190.56.173.175', 1653083892, '__ci_last_regenerate|i:1653083892;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653081751;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be4068e9071106e6fcccf2161aaaab4511a5ed9', '190.148.252.183', 1681310228, '__ci_last_regenerate|i:1681310228;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681166279\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"siHNqtZpuRhB4yCQLjMY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be43fb5f0fd381d0d1b5d40f6cd4acfcd104179', '52.167.144.42', 1679682703, '__ci_last_regenerate|i:1679682703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be468b63d6a70587069a4f8c1e6ad23c1415151', '52.167.144.162', 1686566962, '__ci_last_regenerate|i:1686566962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be4848acf2d48bdffe9cf0bef7c1df637f4c95b', '130.245.169.139', 1657878936, '__ci_last_regenerate|i:1657878935;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be53a0c29a40348b31654f00e35543c2fb00c40', '114.119.135.163', 1688028576, '__ci_last_regenerate|i:1688028575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be60268049513005e644287bbf7923836608233', '200.119.174.9', 1674488454, '__ci_last_regenerate|i:1674488454;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be6ddc042f92b0b5492e877f31eb256279311e7', '190.56.32.35', 1671996174, '__ci_last_regenerate|i:1671996174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671996138;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be87be69797cfdf2c18ff68a5dc92707ce47d2b', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be8a7e144d1bf1611d72d3e9a769e781bf0d318', '200.119.170.221', 1664310155, '__ci_last_regenerate|i:1664310155;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664310034;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bea0f01af211b8bd11f44265a0288f77b625627', '190.56.49.187', 1688080391, '__ci_last_regenerate|i:1688080391;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688080267;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9beac98ab0d2d41b133389734e029bbbe01e33c2', '52.167.144.164', 1686412558, '__ci_last_regenerate|i:1686412558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bede17249680df3383540c050261e3e0b2b8ef7', '114.119.144.37', 1688182041, '__ci_last_regenerate|i:1688182041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf07adb1144e31c0fe4363c852b6d02f36b903c', '165.22.68.224', 1687793686, '__ci_last_regenerate|i:1687793686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf0a08ffde0250701c30603ed404fddb50bd6d8', '54.36.148.59', 1656340548, '__ci_last_regenerate|i:1656340548;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 ('9bf6f2d84890adb939fd89367910cc2b53cbc1df', '207.46.13.215', 1677244748, '__ci_last_regenerate|i:1677244748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf78b426f64d6c0c45791222cc7d42359171c95', '66.249.79.195', 1688560207, '__ci_last_regenerate|i:1688560207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf971e5fed849c14396533022d9265a1a16c1f1', '114.119.135.233', 1687611526, '__ci_last_regenerate|i:1687611526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf9d410e5cc70bf27a10ecfb1348810dd5352d2', '114.119.133.166', 1687772090, '__ci_last_regenerate|i:1687772090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bf9d9a06fbf3efc4a21cc6da4b2a8cd58a70ea9', '66.249.65.100', 1677906418, '__ci_last_regenerate|i:1677906418;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 ('9bfad2cd9554d38181006892fe084911cad3730f', '157.55.39.51', 1669419363, '__ci_last_regenerate|i:1669419363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bfc4dce8fb63a76a3e382d93a862d2163627d44', '207.46.13.41', 1671322281, '__ci_last_regenerate|i:1671322281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bfde046db19adbc1de9ebe72bc8037bb17a8bc2', '17.121.112.152', 1660293725, '__ci_last_regenerate|i:1660293725;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 ('9bfe0c49cbd613e86c207d58d017ef89fa07054e', '17.121.115.147', 1652384277, '__ci_last_regenerate|i:1652384277;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 ('9bfe480f9764d4a65fff4c93cb826c2fe23a34a3', '111.7.100.23', 1650976212, '__ci_last_regenerate|i:1650976212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0003d62216792b1d8020905ff05a9fb4da413d', '200.119.172.126', 1652884110, '__ci_last_regenerate|i:1652884110;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652884099;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c013b59f799263a31422854a7a66e3d5335a9be', '200.119.173.130', 1675896674, '__ci_last_regenerate|i:1675896674;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675896209;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c01a6e02c74678e9404537ee538c11513b219dd', '40.77.167.202', 1687735030, '__ci_last_regenerate|i:1687735030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0222378fdc5198c2ae227760da439722ef9e8d', '190.148.157.80', 1669244049, '__ci_last_regenerate|i:1669244049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669243698;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c026c145373158e62290cc5b2d80784595559fc', '190.148.87.96', 1678489693, '__ci_last_regenerate|i:1678489693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678489457;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c03586b61b028d954d903f35c62ba5c3a3636b6', '40.77.167.35', 1662187029, '__ci_last_regenerate|i:1662187029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c053c9274cae1bfb0b6552ee8a745e092247806', '114.119.150.42', 1685454413, '__ci_last_regenerate|i:1685454413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c065da625a80576022650a61f52af3b7b5b891b', '54.36.148.120', 1670174002, '__ci_last_regenerate|i:1670174002;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 ('9c07ae5a8942322e587245c9222f5eb398ace8ad', '17.121.113.152', 1651857138, '__ci_last_regenerate|i:1651857138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c07e0ab97c04a327f487c583d234e7775cfb060', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c08d277cd9e66612d71bc6ae822c171a23f8b85', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c093538334a587262324926a62319e0348593d6', '40.77.167.43', 1658824576, '__ci_last_regenerate|i:1658824576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0a46f9e380f7512411218e931a6158d1f5602d', '157.55.39.128', 1673933007, '__ci_last_regenerate|i:1673933007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0c22775c350348e08fa5fbf06343fcd5c7eb78', '52.167.144.98', 1685015489, '__ci_last_regenerate|i:1685015489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0df9f0822fcc9778f775723e92f7667734e68a', '93.159.230.88', 1662026928, '__ci_last_regenerate|i:1662026928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c0e68bf2fb0a8e0b3cdec26e5681e9eace91769', '207.46.13.130', 1660283525, '__ci_last_regenerate|i:1660283515;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c101082bff6c447cb5e3cf358bee6bef1872efa', '157.55.39.198', 1671720490, '__ci_last_regenerate|i:1671720490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c125b03fc92c4a9c07e9ee2ff8f50745872f664', '190.148.157.99', 1662504738, '__ci_last_regenerate|i:1662504738;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"kl3YvQ4510bUyJIdCzFE\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c132d42a08416ef7a1c3639840e8983596398d5', '52.167.144.164', 1686100738, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c1421de61d81ae8b1dbc5a988a73302ce874163', '190.56.32.243', 1684790950, '__ci_last_regenerate|i:1684790950;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684790943;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c16300abf196d2512f824dbf042ef01048e57dc', '52.167.144.171', 1684421450, '__ci_last_regenerate|i:1684421450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c19c5058785eeedcd27343a09f9241107b41174', '149.57.16.7', 1653806995, '__ci_last_regenerate|i:1653806995;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 ('9c1b72f2e7129ccd9ffd17b271c4230d347003b5', '52.167.144.164', 1685975764, '__ci_last_regenerate|i:1685975764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c1b753056e972b6795413e4d7d4826ccab98ded', '134.122.50.180', 1687891034, '__ci_last_regenerate|i:1687891034;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 ('9c1c90a5d96e340d30d29d1a558dfe443784949d', '17.121.112.83', 1654440957, '__ci_last_regenerate|i:1654440957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c1cf9f8d3959b4a01164016695e6b07e7aa16a0', '190.148.158.69', 1685821370, '__ci_last_regenerate|i:1685821370;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685821254;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c1dc92140f11998ce0a6f8a42ed1ed3b2a29afd', '114.119.146.4', 1687907516, '__ci_last_regenerate|i:1687907516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c210022ea1683e1fde7cfbafc68d888842312c4', '52.167.144.171', 1685619137, '__ci_last_regenerate|i:1685619137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c21085a4cea388708de365462d2c8f4e7acdc03', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c22f42498d348e7b1c78d4b2594ffb897411d9e', '157.55.39.253', 1682560976, '__ci_last_regenerate|i:1682560976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c257695c11e5768927f7cc4154868683a2cd03e', '200.119.170.16', 1666824144, '__ci_last_regenerate|i:1666824144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666824137;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c29de8ca2745e989c4d9b452d54303554308153', '190.148.157.183', 1680393601, '__ci_last_regenerate|i:1680393601;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680393436;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c2cdd409dee4554f4a8d84034b1bf83ffa29768', '40.77.167.49', 1665523743, '__ci_last_regenerate|i:1665523743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c2f11db9940c2a6fe06aef3829c2a03b5586520', '52.167.144.171', 1684996038, '__ci_last_regenerate|i:1684996037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c2f15c184b386cdf542198b22a99fadf86649ce', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c3159b25d351eec2e3a9e2bcfaf14dd1e710bb9', '34.213.203.147', 1673530945, '__ci_last_regenerate|i:1673530945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c320dedd574556445b5b2249e91b472c6f7c705', '157.55.39.125', 1654486456, '__ci_last_regenerate|i:1654486456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c33a19135bf6fa41139cdac22751c645436de5c', '52.167.144.98', 1686103014, '__ci_last_regenerate|i:1686103014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c35209f213cbbf669005246b63dc47c78a68e36', '40.77.167.45', 1670230532, '__ci_last_regenerate|i:1670230532;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c3690c55cb86c4fa59963957cc3d2bb3a96ef10', '190.148.252.223', 1659051141, '__ci_last_regenerate|i:1659051141;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659041761\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659045482;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c3736ea779549207970e0c597d116dbb48b2c3a', '190.148.158.151', 1677113451, '__ci_last_regenerate|i:1677113451;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677113439;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c3a86ff459ee374185f33dac97f67d92271a48a', '40.77.167.170', 1675757767, '__ci_last_regenerate|i:1675757767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c3b168d38490e67473ae5978749d7bfd6204e6a', '18.218.216.89', 1661639480, '__ci_last_regenerate|i:1661639480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c40ff5a8f607c0e814fea675039e86494b2e1d7', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;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 ('9c41a02bcd6794ef07b4118a56ab5fe226f00251', '52.167.144.164', 1686551300, '__ci_last_regenerate|i:1686551300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c43afceed176e551391b7cad9bfb22e91da70d4', '190.56.50.6', 1686950751, '__ci_last_regenerate|i:1686950751;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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 ('9c44579ccfc5a07f9466daf7a8d670b5f0e7108a', '66.249.65.161', 1673948214, '__ci_last_regenerate|i:1673948214;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 ('9c44e7e073e4c04b13baf0d617134447a52364b3', '54.186.195.254', 1662212512, '__ci_last_regenerate|i:1662212512;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 ('9c45fd790d11af3b228abf2b2646cdbd9cfabd66', '51.222.253.8', 1657957358, '__ci_last_regenerate|i:1657957358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c46af43a6603b0b7fc6f97c046069fa9e43faa5', '65.21.206.45', 1662382232, '__ci_last_regenerate|i:1662382231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c476cf6db23be6633f45af7a742d2aeb9b30580', '190.148.252.96', 1672957693, '__ci_last_regenerate|i:1672957693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672957661;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c48678331c85076b94c6b3e44a9a82eb8bfad96', '51.222.253.10', 1660903898, '__ci_last_regenerate|i:1660903898;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 ('9c49405eb5b65a5d5b6642383d58378f14f25e48', '52.167.144.82', 1687264891, '__ci_last_regenerate|i:1687264891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4947cebc35938a4df65bc1ca70fde2f41128a1', '114.119.139.48', 1684925515, '__ci_last_regenerate|i:1684925515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c498e8e65ac1accea581346f3454a969aba10a1', '54.201.168.36', 1668173964, '__ci_last_regenerate|i:1668173964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4a0b1bf7f1b947ce6f54850790bedcc9e64871', '200.119.170.113', 1666716504, '__ci_last_regenerate|i:1666716504;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"msU24dxZtGMeoiCE0Lkv\";last_activity|i:1666712885;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4ad9252e54dcb672da9db550b909b2ed3b930e', '52.167.144.98', 1685690097, '__ci_last_regenerate|i:1685690097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4c895958919207f638b81dccea699d078ea2c0', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4ddc821dca9b6e6bb2b8c42423e72e1f9b2a12', '114.119.149.46', 1685255653, '__ci_last_regenerate|i:1685255653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4df91f906fbbe4a92351cb3e21a9cb6050de6a', '157.55.39.68', 1667387942, '__ci_last_regenerate|i:1667387942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4e33c32a0d74f67fa21458dbf20fab498aec5f', '52.167.144.98', 1685180471, '__ci_last_regenerate|i:1685180471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4eafbdb088e9fa83071bc3b3da530056c55a02', '190.148.87.244', 1654614178, '__ci_last_regenerate|i:1654614178;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654613403\";last_ip|s:14:\"190.148.87.244\";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 ('9c4f77375b2b4eab8bc0c6ba49b7153e04f205e2', '52.167.144.98', 1686515212, '__ci_last_regenerate|i:1686515212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c4f78f3db859074ffd61098ed33be144ab74dc8', '40.77.167.202', 1687895189, '__ci_last_regenerate|i:1687895189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c51f92198dc82c06bef15312f52309c958624b9', '157.55.39.69', 1672129054, '__ci_last_regenerate|i:1672129054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c5296d6f8f38e6d2ef0c9ceb168422688c5ba14', '3.111.41.2', 1670738463, '__ci_last_regenerate|i:1670738463;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c54e51cf931122e3a327a8568a80deb512ab5a8', '50.21.188.83', 1672704998, '__ci_last_regenerate|i:1672704998;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c56845f243d5b2dca5a14f977d229cd42c87efe', '51.222.253.18', 1660538363, '__ci_last_regenerate|i:1660538363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c56e7319ed6b7a1585e649214dcbb60f186b219', '51.222.253.2', 1651300410, '__ci_last_regenerate|i:1651300410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c57beaec058b4f0834113c3706251e6960d05ba', '51.222.253.5', 1673184626, '__ci_last_regenerate|i:1673184626;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 ('9c58dbe0ffc436faf696753fb096ac0e1695d844', '54.71.8.97', 1674566712, '__ci_last_regenerate|i:1674566712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c59497a3d8b01135bfa4fc3823a5a0eb9822c43', '40.77.167.64', 1674750237, '__ci_last_regenerate|i:1674750237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c61bfe1c787ab359b1c7d3888c875011d5c6c1e', '190.148.252.183', 1681581657, '__ci_last_regenerate|i:1681581657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681581655;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6389eb926ca5a221a614b2595e1c9d63bceb52', '200.119.172.88', 1659449804, '__ci_last_regenerate|i:1659449804;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659449216;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c65b66068ab39a6896f68da1d03213d620d55bb', '190.56.50.253', 1682524856, '__ci_last_regenerate|i:1682524856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682524399;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c666d37f338111b97b3506ed11d0eb8cba81fe5', '190.148.87.182', 1679848575, '__ci_last_regenerate|i:1679848575;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679847171;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6724c33a2a7d42cdb7e412d600cd7924f45e8a', '207.46.13.205', 1671783519, '__ci_last_regenerate|i:1671783519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c68003a2f93789d43650984044781b8473a4075', '34.240.191.15', 1675778094, '__ci_last_regenerate|i:1675778093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c683ef35cfbda79123e2d475a01a39c783f57bf', '173.249.31.237', 1659409270, '__ci_last_regenerate|i:1659409269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6a8c0c7761cdb9d2334f373d696d0231025d54', '40.77.167.23', 1674137971, '__ci_last_regenerate|i:1674137971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6b031aae15fd0c2b4d229288e84fa4ed3fbfa8', '200.119.172.60', 1674685456, '__ci_last_regenerate|i:1674685456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674685450;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6ba48381d9ccff51750cf37390233016416922', '40.77.167.227', 1681802046, '__ci_last_regenerate|i:1681802046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6e8afe7ff36723c2cd898a72b9514f238045ab', '52.167.144.154', 1687660279, '__ci_last_regenerate|i:1687660279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7041ade7b67b1a8a3ce9534eb432f6af796b54', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c71864f489903b5923c2ebfb1c6dbe352f62f32', '52.167.144.70', 1688245452, '__ci_last_regenerate|i:1688245452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c76b2d5fbadf03151b31c5fd7ad4aa59ea77e39', '35.225.189.16', 1665004610, '__ci_last_regenerate|i:1665004610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7747258247b17ee920452b6b1ae938728fcd7d', '40.77.167.91', 1686999497, '__ci_last_regenerate|i:1686999497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c78613af9c5e625529b033ca61e09c536249ad9', '42.83.147.53', 1680034584, '__ci_last_regenerate|i:1680034584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7a0e6b17b9f0ae010a0c3bd4ee6b23d9f09b82', '52.167.144.164', 1685594543, '__ci_last_regenerate|i:1685594543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7ad9adfc8f725d4f431d9ed59eb9e78c88e3ea', '40.77.167.101', 1662442817, '__ci_last_regenerate|i:1662442817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7c8b90f42d4a88f971e31bf273862e4d306553', '157.55.39.79', 1668475463, '__ci_last_regenerate|i:1668475463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7db041a0a25674e529135b366d3c5789fb7019', '200.119.173.130', 1676041606, '__ci_last_regenerate|i:1676041606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676041102;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7ee7d86d80aa053da6929bb7c3c04faece8f71', '46.101.63.152', 1652762867, '__ci_last_regenerate|i:1652762867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c7f9ddfe2f06d8ec65b569bbd13ecc579a1f589', '5.188.62.140', 1653324736, '__ci_last_regenerate|i:1653324733;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c817fa7c6c1fa526d842ed87c43f0d98868a6a8', '190.56.50.15', 1666988709, '__ci_last_regenerate|i:1666988709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666988627;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c84db4eb783f7a9e9c8b6caa7149a2f14407e08', '52.167.144.61', 1688052935, '__ci_last_regenerate|i:1688052935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c856f082143ebdef4b32df82458f688e4f3425d', '17.121.114.194', 1656260889, '__ci_last_regenerate|i:1656260889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c85f9fb686c5359e49a42469d740358a21bf774', '207.46.13.41', 1665198567, '__ci_last_regenerate|i:1665198567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c860c90cf61dc43fb28caf70095e6c7e07a5efe', '114.119.136.150', 1684914276, '__ci_last_regenerate|i:1684914276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c87989cc55547f5633ae83cc876fa30d6bf5466', '52.167.144.74', 1688445257, '__ci_last_regenerate|i:1688445257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c87c0b08e6fa7c819b31d9441e03dc76d72d2b9', '51.222.253.18', 1667364809, '__ci_last_regenerate|i:1667364809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c88f013c55b43d6622f00d07cd0abd628f41e48', '190.56.50.253', 1682530225, '__ci_last_regenerate|i:1682530225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682530160;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c8b2227cb397f903fdc88f0760694d63cb2fe9c', '190.56.173.175', 1652914526, '__ci_last_regenerate|i:1652914526;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652825172\";last_ip|s:15:\"200.119.172.126\";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\";user_csrf|s:20:\"ZO4x25aAUM9l8gDHLWdy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c8c6382d609e08de687dcd358384d7410abe13a', '35.89.150.239', 1667829799, '__ci_last_regenerate|i:1667829799;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 ('9c8d2f47b3f80704158aef2b6d11c01c76ebe87d', '190.148.252.233', 1668901657, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668901657;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668901494;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c901902c955c3af4eab8a35b50d2da12ede7f66', '114.119.140.73', 1686646265, '__ci_last_regenerate|i:1686646265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c901ece541cdb7cf666d0e3ea0c47c9260625d4', '40.77.167.202', 1687393062, '__ci_last_regenerate|i:1687393062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c911b0216e8cfdd742681b7a44f0b7b3baaf4b0', '52.167.144.98', 1685996768, '__ci_last_regenerate|i:1685996767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9138ebde38d7d7d2e62689c64d66753ee4e825', '40.77.167.146', 1687834808, '__ci_last_regenerate|i:1687834808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c91aec063a23338d46f2f3fc44099f8b07227db', '190.148.158.151', 1677371465, '__ci_last_regenerate|i:1677371465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677371459;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9200360772f27e62daf76ee7319cfb2f7091a3', '51.222.253.16', 1656351460, '__ci_last_regenerate|i:1656351460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c92a7f35c81bafb5cfc16d8e1b5b78764c165d5', '190.148.157.177', 1682191148, '__ci_last_regenerate|i:1682191148;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682191053;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c93489557afdd3dab23690e5faabe9a10f28b4d', '190.56.50.15', 1667139467, '__ci_last_regenerate|i:1667139467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667139457;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c937f445ff895e05857ec6556410f5ac1798d2d', '52.167.144.162', 1686223817, '__ci_last_regenerate|i:1686223817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9553bff27e67f21f0f8c301cce17a3022ee7d0', '173.249.31.237', 1659409285, '__ci_last_regenerate|i:1659409285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9658d482631e4d7cf1e529fe6bf45e696f3bd4', '40.77.167.227', 1678434094, '__ci_last_regenerate|i:1678434094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c97d46d66799914341cf35980896d1772d9d625', '177.73.71.218', 1653290036, '__ci_last_regenerate|i:1653290035;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c99ce25af6087af7730e565e6cf533bc1dc7f60', '157.55.39.69', 1671972147, '__ci_last_regenerate|i:1671972147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c99e2d1570f87da8b7f9070d47280802dbfd881', '114.119.159.208', 1687640177, '__ci_last_regenerate|i:1687640177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9b5e8bf09f53ff127a6f9cc2ab1c2251da436e', '114.119.138.155', 1688584165, '__ci_last_regenerate|i:1688584165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9cc82a45f47b4ca987fb16368615ebc55d1fed', '190.148.158.175', 1672252175, '__ci_last_regenerate|i:1672252175;requested_page|s:29:\"admin/products/add_adjustment\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9de389c2f20d54f44ddc7870ab61e5dc416f49', '190.148.157.80', 1669377836, '__ci_last_regenerate|i:1669377836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669376373;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9e2561aa9b56ca627b546402f1233664b82e4c', '114.119.149.89', 1686838709, '__ci_last_regenerate|i:1686838709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9f6ade720fe7c1b4970202599dfc012f87b949', '111.7.100.26', 1650685951, '__ci_last_regenerate|i:1650685951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9fa83595591366f361c40ea2cd579b09d9b0e3', '40.77.167.161', 1675458866, '__ci_last_regenerate|i:1675458866;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca0954c3445e67b0f91ddd0c3cb570e1074fe45', '190.148.252.183', 1681394227, '__ci_last_regenerate|i:1681394227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681394215;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca30e3e9163c302e4023715c52d1a0ed8dbffa9', '157.55.39.87', 1663233211, '__ci_last_regenerate|i:1663233211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca54b597c859ef5e6d7f6afb674083450de3349', '114.119.130.248', 1687622100, '__ci_last_regenerate|i:1687622100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca61848efd7a00c3343853fa76223ce6161a492', '200.119.174.104', 1666531979, '__ci_last_regenerate|i:1666531979;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca76dd9ff0a4d08a8b20964ffd5b0f16437168a', '40.77.167.23', 1673784897, '__ci_last_regenerate|i:1673784897;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca86d8fc54ab713fcb77ee6ceda937396bc5a21', '40.77.167.187', 1680470944, '__ci_last_regenerate|i:1680470944;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 ('9ca8b07c3422c2e9b8ca6bf920071c590b419cff', '190.148.157.53', 1684184951, '__ci_last_regenerate|i:1684184951;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('9caa83212c5d19b8f75a12969e51b8a709c4882f', '157.55.39.64', 1672390023, '__ci_last_regenerate|i:1672390023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9caaa4aeccb3b0eb78b5e68a30d3436096ca1e47', '190.56.173.213', 1683327958, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683327958;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683327954;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9caac62e645b29d676c5efc768e404d231b8629c', '40.77.167.182', 1683610067, '__ci_last_regenerate|i:1683610067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cab9e62b915795fd8569e75f3d77a1b0ff5a0b4', '200.119.170.158', 1661293909, '__ci_last_regenerate|i:1661293909;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661287515\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"86PHD1smOKSgk75LNRon\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9caf8c53907d1f9724f8daaded3db072a585922f', '35.239.18.82', 1652310398, '__ci_last_regenerate|i:1652310398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cb0812d88252e29141aea3376d0d720ce1e33d3', '51.222.253.6', 1673662482, '__ci_last_regenerate|i:1673662482;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 ('9cb273f1cafa4ff55564b4d9d23db2fb850cdb4b', '51.222.253.18', 1662163986, '__ci_last_regenerate|i:1662163986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cb3153a9f224ed895c0a391dbde1c845dfc7f99', '40.77.167.27', 1658055236, '__ci_last_regenerate|i:1658055226;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cb91f08833000d2c5ee8ed7ad117fd0c67fa03b', '40.77.167.222', 1681433245, '__ci_last_regenerate|i:1681433245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cbcfbe6fcdd0444ad96faa0bda3118837ec7f37', '190.56.32.243', 1684631377, '__ci_last_regenerate|i:1684631377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684631319;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cbdb2b6129dff8b364eedff4bc6f0ab3bef9d58', '190.56.49.206', 1655398388, '__ci_last_regenerate|i:1655398351;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655384992\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655398386;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cbe0e890950f5595d7108277a49070638a99d63', '114.119.143.247', 1687987632, '__ci_last_regenerate|i:1687987632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc06734b4c705a4cf65ea493adaded972d2cb91', '52.167.144.164', 1686739441, '__ci_last_regenerate|i:1686739441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc071de49b236719f38c3f9dae4f8d66df9d4bb', '114.119.140.103', 1687596237, '__ci_last_regenerate|i:1687596237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc18ce41a4a8c0e40aaf8641d8e9133d583f16e', '190.148.252.166', 1658161437, '__ci_last_regenerate|i:1658161437;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658152917\";last_ip|s:14:\"200.119.174.34\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658161050;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc22b5e6fe242f66836d7c1059581635cb27cfc', '190.56.50.253', 1682530943, '__ci_last_regenerate|i:1682530943;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682530934;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc4a908e903f3aa9d67c2f1fae9dfb9bd611f55', '5.188.62.26', 1661087619, '__ci_last_regenerate|i:1661087619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc91ee5105ad4a35ab72572ad149d305c357436', '52.167.144.69', 1675896183, '__ci_last_regenerate|i:1675896183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc91f37e7e525c0a200ca5632143e7e27d4b95e', '200.119.168.250', 1681089429, '__ci_last_regenerate|i:1681089429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681089366;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc93b609eb9f28c39d152ee5a51f35b6cacc09c', '114.119.139.226', 1685537649, '__ci_last_regenerate|i:1685537649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ccb14dfe87e4d47e052edbcb231f5c5191935e4', '40.77.167.45', 1670197951, '__ci_last_regenerate|i:1670197951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ccc690ce7bb2801f48b14fd001e5a53d035cdea', '40.77.167.182', 1683658286, '__ci_last_regenerate|i:1683658286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cce758abafe2a9d626bf2e313add45f6b080f62', '207.46.13.215', 1677118084, '__ci_last_regenerate|i:1677118084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ccf70016f929bc4cfee59b2b5eb2747e73e2290', '157.55.39.217', 1683288937, '__ci_last_regenerate|i:1683288937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ccff5b757b8dec6fd1abfc95fed6a3664a7f701', '40.77.167.146', 1687916155, '__ci_last_regenerate|i:1687916155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd16e393735638e30bcb76c7a6cb7be623ff745', '190.148.252.183', 1681401160, '__ci_last_regenerate|i:1681401160;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681401156;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd4b8e22e4d4e83bbb21f38e9f2b59bb3ac80cc', '190.148.252.76', 1654221577, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654221299;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654221577;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd4c14eb9ed4e5ae9153fbd30f3bb5023635e0d', '190.148.158.69', 1685730935, '__ci_last_regenerate|i:1685730935;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685730931;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd520a96ac125a25eb582e15664a8a435db21e9', '190.148.158.74', 1669035663, '__ci_last_regenerate|i:1669035663;requested_page|s:11:\"admin/sales\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668986297\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669034598;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd665d9368b7c38cb48da99e4c9864be35cd67d', '52.167.144.171', 1685629924, '__ci_last_regenerate|i:1685629924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd6a004f47ea36407188db189d6e7bf279a57f2', '157.55.39.46', 1672457724, '__ci_last_regenerate|i:1672457724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd6a39107e063ea82d6e32f36f98992c2e0b9c9', '157.55.39.87', 1663064090, '__ci_last_regenerate|i:1663064090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd6b95aa7f197747f3a149dd73af21a3935d9f5', '40.77.167.91', 1686910220, '__ci_last_regenerate|i:1686910220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd71e783000cca14b3050d37ff6d97fa9f54b04', '46.101.63.152', 1652762868, '__ci_last_regenerate|i:1652762868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd7295154f593764f821682b31fa8e86143177f', '207.46.13.207', 1685874287, '__ci_last_regenerate|i:1685874287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd8671d4ed5643a6c0e5dc046677e954988d87c', '190.148.157.165', 1668000752, '__ci_last_regenerate|i:1668000752;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd8fea8cc7e2b041f3546d4f90db1ee7091511a', '40.77.167.182', 1683498491, '__ci_last_regenerate|i:1683498491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cda2b9c6d5a03af1cb433156541373f6cb73435', '157.55.39.253', 1682192080, '__ci_last_regenerate|i:1682192079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cde180e1997762d9b1573163c1921152b59cbc9', '40.77.167.225', 1680354547, '__ci_last_regenerate|i:1680354547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cdee5654c78b418f45293ef40f3bb01e3f26231', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce0b1dfdaa1ea6a80c3879359731c2d08772465', '142.93.201.0', 1653717880, '__ci_last_regenerate|i:1653717880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce26a112dbc2dbd646d2fe93adef89527ad576d', '40.77.167.187', 1679360294, '__ci_last_regenerate|i:1679360294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce2a580e2b17daafeef2b4119157ee5fd059581', '52.167.144.61', 1688062357, '__ci_last_regenerate|i:1688062357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce4bfe354220ce6120b40f410fcd73e1b191cb2', '114.119.157.56', 1688409714, '__ci_last_regenerate|i:1688409714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce73f3038e8d41d8aa677ef19b04d43a04e3f53', '66.249.74.101', 1686408868, '__ci_last_regenerate|i:1686408868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce7f79f22af218f4370b11e3a894e88df5abe02', '190.148.157.206', 1656553587, '__ci_last_regenerate|i:1656553587;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656541208\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656553579;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce90e04efb9526d8c6d48cabbb0e55155c26465', '40.77.167.49', 1665048892, '__ci_last_regenerate|i:1665048892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce9894fb650cf973cd473e81436952f0d7acee8', '200.119.168.109', 1668878615, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668878615;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668878608;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce993a8b99eb4cf2bdf22fcdde37572d2effbf4', '190.148.252.151', 1671322131, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671322131;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671321600;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce9bbeb315f4101cdcaa158531e648eca8205a1', '40.77.167.13', 1672027472, '__ci_last_regenerate|i:1672027472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce9e965b9a390f332b9d1b346458279385c0301', '52.167.144.61', 1688180771, '__ci_last_regenerate|i:1688180771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ceac7049e6e3063b97f4d28f1713e911c33f52a', '157.55.39.128', 1673213630, '__ci_last_regenerate|i:1673213630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ceadf88b4ce62cc573cc5e5cb762656c19492a3', '51.222.253.13', 1678034984, '__ci_last_regenerate|i:1678034984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cebab0dc8ddf01fca7ba452b93503a4dd65a9cf', '65.109.170.9', 1683765792, '__ci_last_regenerate|i:1683765792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cf4239a1222a6dd7e704f9a4568713f475477a5', '40.77.167.146', 1687916156, '__ci_last_regenerate|i:1687916156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cfb1f55f5b520381142b81bf9e955eb6de4fc63', '200.119.172.60', 1674949790, '__ci_last_regenerate|i:1674949790;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674949785;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cfef935bea9aa2f5877d3f5e68838a9d280fe5e', '190.148.157.117', 1675557563, '__ci_last_regenerate|i:1675557563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675556485;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cff6a22ffc5b8b7152a3a5b9436423608cd881b', '157.55.39.206', 1667702581, '__ci_last_regenerate|i:1667702581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d01453c5a18bef240ce9a879d05041d12e07e98', '190.148.252.111', 1677791545, '__ci_last_regenerate|i:1677791545;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677791524;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d059cb8b979e736656450c9acfa45eb669d05bb', '52.167.144.162', 1682465939, '__ci_last_regenerate|i:1682465939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d078f80b219154a0d935018e88ea15dbea830ba', '190.148.252.56', 1663968336, '__ci_last_regenerate|i:1663968336;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663796870\";last_ip|s:15:\"190.148.252.182\";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 ('9d07add5128075f618d79619038d3ff97fa680f7', '200.119.172.48', 1668616072, '__ci_last_regenerate|i:1668616072;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668616069;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d08ff6b87965c7254dd98574bd1a70a585fa194', '190.148.157.80', 1669643620, '__ci_last_regenerate|i:1669643620;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669643283;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d09a0c6e536b20dd0c08c01af7b77f3f04e65b6', '14.116.156.77', 1665985863, '__ci_last_regenerate|i:1665985863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d0bd7c6b24e823dbec85fcf0a23fa9990ed2105', '190.148.157.242', 1687016848, '__ci_last_regenerate|i:1687016848;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687016833;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d0c8b5dda19d4acb5d683caf498e23038bccabc', '200.119.173.130', 1675890540, '__ci_last_regenerate|i:1675890540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675889946;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d0cd73e41cf8987d99b4692318ad7c908d33b62', '190.56.173.213', 1683324743, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683324743;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683323218;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d0d3ac4e0fff04978e4f0ef38d15db18944fdf7', '190.148.252.76', 1654044155, '__ci_last_regenerate|i:1654044155;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654004560\";last_ip|s:12:\"190.56.50.41\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654044148;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d0d6b8215e83ba9f009c25a143ab240b3eae2fe', '17.121.113.245', 1657640384, '__ci_last_regenerate|i:1657640383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d104c878dbff9e4eea46f3b1f8d6b326604565c', '190.148.157.165', 1668004658, '__ci_last_regenerate|i:1668004658;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d121b8de0d39fa15244cdfdcc04b9093b10bfdd', '190.148.252.96', 1673313111, '__ci_last_regenerate|i:1673313111;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673313106;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d13cb127631241a4cbe11463f17d5c906788feb', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d14a7cd0d33c092353b0936444037e577722d2d', '74.208.2.183', 1672574245, '__ci_last_regenerate|i:1672574245;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d152e170a7cf9acd51f6854130678e500d04cf5', '52.167.144.73', 1679358372, '__ci_last_regenerate|i:1679358372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d153e69233b8e3564b897c9ce4ba13d3767fb8b', '51.222.253.3', 1654517733, '__ci_last_regenerate|i:1654517733;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 ('9d169fd7ced6dc4d78d24dbbf15866f6ed10f83f', '40.77.167.101', 1662297140, '__ci_last_regenerate|i:1662297140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d1c7287e4fd01bb88910ca83e942e1e2824005c', '50.21.188.16', 1675140488, '__ci_last_regenerate|i:1675140488;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 ('9d1d41d462ba481a73415a80fb079005025fe974', '138.246.253.24', 1681997246, '__ci_last_regenerate|i:1681997246;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 ('9d1f1bcc44cca4a3e656e118ee3ea9d566315a44', '190.56.50.6', 1667571644, '__ci_last_regenerate|i:1667571644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d20318c269ec2d957b1d46035bfb8f8ce013d8c', '52.167.144.171', 1685016790, '__ci_last_regenerate|i:1685016790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d20bcf92bdb9b99eaa45f8e6686a91ab9e54069', '52.167.144.171', 1685629924, '__ci_last_regenerate|i:1685629924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d23a65ecdf35fd9bb63cd93af643158b8501dfd', '200.119.173.177', 1685198944, '__ci_last_regenerate|i:1685198944;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685198534;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d23f377a7631b87a150e184f0103a438f69cc5d', '190.148.252.178', 1657544214, '__ci_last_regenerate|i:1657544214;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657543222;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d247673bc5f714a3e8fb6780ad5336cbd4d2c98', '190.56.50.39', 1664983997, '__ci_last_regenerate|i:1664983997;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d253dd83b73853dfcceba5ee539437a398a2a79', '101.251.204.98', 1675703349, '__ci_last_regenerate|i:1675703349;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 ('9d27213d18c4a84d29b13e0a86036a5bb335233b', '207.46.13.230', 1658024458, '__ci_last_regenerate|i:1658024458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2848a5d9622783a32a6ba768d33e0af201ec7a', '3.237.104.7', 1654055394, '__ci_last_regenerate|i:1654055394;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 ('9d2854e920d64134a13665912233808671a92d96', '17.121.113.126', 1652384277, '__ci_last_regenerate|i:1652384277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2c821410afdc42bc573ff11b22492be935d5f5', '207.46.13.160', 1673577563, '__ci_last_regenerate|i:1673577563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2cbc83c17b7b781f31e154be72105120481c2b', '190.56.49.187', 1688058225, '__ci_last_regenerate|i:1688058224;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2ce9d04d6462e61a8df627608522f69155325c', '190.56.32.32', 1686148298, '__ci_last_regenerate|i:1686148298;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686088674\";last_ip|s:12:\"190.56.32.32\";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:1686147980;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2d641acdd14d1208f3f9052ada31be2e7b539c', '114.119.150.22', 1687501850, '__ci_last_regenerate|i:1687501850;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2d9313294db37d3dba535c187af2e2b9acaad5', '114.119.147.75', 1686707996, '__ci_last_regenerate|i:1686707996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2f04f9402fc9360e9e5fd4e0ee4316806abe97', '200.119.173.107', 1686872373, '__ci_last_regenerate|i:1686872373;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686872351;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2f7dab91ee10915499a83673a6f5d44bc9b3ae', '40.77.167.97', 1655457215, '__ci_last_regenerate|i:1655457215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d2feeba0ffd61cdcac9b74060cbdef6ae4864ce', '114.119.145.86', 1686236705, '__ci_last_regenerate|i:1686236705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d31bf17a7128a859a286cb2e707f0c593d8e087', '18.206.55.48', 1652846888, '__ci_last_regenerate|i:1652846888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3224d3edb7c5e58641b31eeba671fad038b9a8', '52.167.144.162', 1682081400, '__ci_last_regenerate|i:1682081400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3337b7efb0bef93513c62bdf1c659ddfabde9c', '52.167.144.162', 1686652826, '__ci_last_regenerate|i:1686652826;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d360d96ad524b66ae6b35c5ea7b061d780db6a7', '52.12.161.99', 1681219285, '__ci_last_regenerate|i:1681219285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3730e00f3dcd9531002dc79dc9d76f66bfe118', '144.76.67.169', 1676799075, '__ci_last_regenerate|i:1676799074;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 ('9d376d8d7646ec698f8bb979b97cd5c9f82ae61b', '157.55.39.125', 1654043012, '__ci_last_regenerate|i:1654043012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3825a7dc399e700b0a6ecc4e8a0cb66d2e9af8', '190.56.32.243', 1684788898, '__ci_last_regenerate|i:1684788898;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684788850;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3aa0ca6d4dff4eba6738400cefca89fd5ff63a', '157.55.39.253', 1682032741, '__ci_last_regenerate|i:1682032741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d3b76ffd33e1bbea3ff8211eb9e79c81591cb29', '198.235.24.132', 1657881597, '__ci_last_regenerate|i:1657881597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d44f2207bd776922932489afe333097ad82c483', '190.148.158.69', 1685475447, '__ci_last_regenerate|i:1685475447;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685473923;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d46fee6109ee2812219ef6c030135bc47d3912b', '40.77.167.23', 1674001715, '__ci_last_regenerate|i:1674001715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4921a42be87e41c1483074623dfc0776a16c08', '190.148.157.53', 1683999457, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683999457;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683999412;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4a10d1cf6051f95ba99b92f4971372405a99a9', '114.119.142.135', 1687807748, '__ci_last_regenerate|i:1687807748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4afc300c986b45625d2fa4774beafb8c862c22', '114.119.140.136', 1686946963, '__ci_last_regenerate|i:1686946962;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4b37c9d9948223abcd285c56ac6e54336ae7ed', '5.188.62.21', 1656443942, '__ci_last_regenerate|i:1656443942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4ceb68cd68a4a996c6bc84d29f0ac5819ca7f5', '52.167.144.69', 1675948965, '__ci_last_regenerate|i:1675948965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4d0534424349a2a89f8afbed7bfcdba81ab8b3', '51.222.253.11', 1674866010, '__ci_last_regenerate|i:1674866010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4db73baa1c68165258f4f18264719b55a0fdec', '114.119.137.195', 1688240763, '__ci_last_regenerate|i:1688240763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4f867f249387d0216e8014a49a9699430e1e97', '157.55.39.69', 1672119470, '__ci_last_regenerate|i:1672119470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4fa26368adea9aea0d619fdbb3001029eadfd7', '114.119.155.230', 1685554260, '__ci_last_regenerate|i:1685554260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5084c5c05b1b0239a1028be38105bc99c66fd7', '173.249.31.237', 1659409200, '__ci_last_regenerate|i:1659409200;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 ('9d51198521e5a9e485cc4a16ea57f6eb760a23ee', '157.55.39.80', 1670734710, '__ci_last_regenerate|i:1670734710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d55ea6cf49da2f80be634bc10c298d95e8beb1f', '114.119.154.161', 1684958249, '__ci_last_regenerate|i:1684958249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d570715c8decff91c4babb672f2addc1f23fc5a', '114.119.152.167', 1687551338, '__ci_last_regenerate|i:1687551338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d57fb0bd08194f8b61b19c7872ad5f9d872a92e', '40.77.167.192', 1681542012, '__ci_last_regenerate|i:1681542012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d58c6cb31563af4040bf103b7139349e602d62d', '190.148.157.88', 1668531859, '__ci_last_regenerate|i:1668531859;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d59d3e6cf0b398ca393ab31e7f365a9ec5cbacc', '207.46.13.145', 1667994790, '__ci_last_regenerate|i:1667994790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5e097be81e035112414e50d3060bf8c4524737', '190.56.32.35', 1672088680, '__ci_last_regenerate|i:1672088680;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"dy7NHKOD9Q4BcAJ6twMW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5e13f0729d06602039f609883b3d3d2f1f6604', '157.55.39.69', 1671783503, '__ci_last_regenerate|i:1671783503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5ee89dac9d235779ae9dfcef25b50e86e7c036', '51.222.253.5', 1652732629, '__ci_last_regenerate|i:1652732629;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 ('9d60e377198fdce8e07f31a968d842a56046be64', '190.56.173.213', 1683593525, '__ci_last_regenerate|i:1683593525;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683593486;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d61315ac3011fdcf0ba0671c66759170893401f', '34.220.165.219', 1654867886, '__ci_last_regenerate|i:1654867886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6325a825193963845ae5082cc663bf0b72a52e', '40.77.167.202', 1687244297, '__ci_last_regenerate|i:1687244297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6346f30932c236ac9b824fba0859a144ad17a3', '190.56.50.6', 1686956716, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686956716;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686956712;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d644ecd2c728b31ceaaba3c441f967f18f40b93', '200.119.174.9', 1674135570, '__ci_last_regenerate|i:1674135570;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674135506;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d64ef830532d54f1e0de7b515f21fe0560710b3', '190.56.173.130', 1650898127, '__ci_last_regenerate|i:1650898127;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d651698a1f10fb6f15b4bb97be46a58f959916d', '114.119.135.35', 1687712474, '__ci_last_regenerate|i:1687712474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d663f6e9f7e48a720a8f317b9f5754ba9e4f3c8', '51.222.253.3', 1660024255, '__ci_last_regenerate|i:1660024255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d67085bd35531fd2206ee6303221f7453ae2030', '107.22.46.53', 1680395724, '__ci_last_regenerate|i:1680395724;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 ('9d6b02df4d0919971de8297d5d772dd113502b79', '200.119.168.250', 1681043452, '__ci_last_regenerate|i:1681043452;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680954199\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681043088;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6e397bc12e37cb0288a4fd5fb07d9ba26df08d', '200.119.170.16', 1666805985, '__ci_last_regenerate|i:1666805985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666805976;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6e3cd01b9cd750a51a2549eba4eb019a9549ed', '18.206.55.48', 1652386623, '__ci_last_regenerate|i:1652386623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d72083404b225e677b316dfa8b78f647c85def5', '114.119.133.12', 1688190132, '__ci_last_regenerate|i:1688190132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d726a4e5281b20ba45d8fc5e108c32e52ffb5bf', '17.241.219.63', 1677771653, '__ci_last_regenerate|i:1677771653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d7479c5a88b3d0bad70157cfef22d615395b16a', '54.36.149.69', 1685422045, '__ci_last_regenerate|i:1685422045;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 ('9d760430f7d54cb1e10900341255e1a44c9e0779', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d76147a41176edd1c112dbe1fc47d97707f3a20', '49.12.224.61', 1679236954, '__ci_last_regenerate|i:1679236949;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d798f091950eeee3e18910fb0d4a805ff9ece8a', '190.148.157.183', 1680368099, '__ci_last_regenerate|i:1680368099;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680368087;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d7ab6f05f3bd8402755502273fc42fa9291d368', '130.245.169.247', 1657277751, '__ci_last_regenerate|i:1657277749;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d7d75d693d97000d1187754b1326cddc5c506d0', '207.46.13.147', 1672603553, '__ci_last_regenerate|i:1672603553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d811493a82f259614b9329dda58bb1b9de300f8', '93.158.92.11', 1657964418, '__ci_last_regenerate|i:1657964418;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 ('9d827f40dbc477a14633a4d4f4d25790df1299d6', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8431c1792f13820700f7095a52f03f75fc11e3', '190.56.50.253', 1682646216, '__ci_last_regenerate|i:1682646216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682645939;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d84440714a2d49308f66d1bcb564e2f579769c1', '40.77.167.156', 1678969754, '__ci_last_regenerate|i:1678969754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d84abb71d2c1d51ca04a026d5cc1fcb84bdd591', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8664693df285cf213e52a07b36f6a3bb7223ac', '157.55.39.51', 1669814557, '__ci_last_regenerate|i:1669814557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d87fde52634b8610fc7c4b15f3d05ad2699fdc4', '52.167.144.98', 1684522526, '__ci_last_regenerate|i:1684522526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d88753c589571e567e8087c642c3350fdff5d85', '190.148.252.73', 1664828113, '__ci_last_regenerate|i:1664828113;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664828103;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8923eb1d3b03ff16edeb4a22b8eb5c3af19877', '207.46.13.51', 1663205530, '__ci_last_regenerate|i:1663205530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8a373291e90c3477c4d754a155972943353393', '162.142.125.221', 1656874033, '__ci_last_regenerate|i:1656874033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8b9656a029797b68e674dbe33729034d5396cf', '114.119.130.12', 1687554528, '__ci_last_regenerate|i:1687554528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8e2588366ac14eccf86759669b3d099ac831c3', '52.167.144.162', 1686665847, '__ci_last_regenerate|i:1686665847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8e36718315075d3c8a7a4defa63b0da96bbeb6', '17.121.112.210', 1659713948, '__ci_last_regenerate|i:1659713948;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 ('9d8ea8dcf3f672015a9021001cecb75c66d17ea8', '40.77.167.37', 1669577866, '__ci_last_regenerate|i:1669577866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8f0cfbe501d4819ed56d2cb0addb5075b6abe2', '17.121.115.84', 1652961286, '__ci_last_regenerate|i:1652961286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d902b467ca4eb221e85ad270fa58464edff6f40', '190.104.119.212', 1654801180, '__ci_last_regenerate|i:1654801180;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1654636952\";last_ip|s:11:\"38.25.15.48\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('9d902e1e551bb3261961ec9506f87246ceed137f', '40.77.167.91', 1687002820, '__ci_last_regenerate|i:1687002820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d91b3b99e6563363e2196d4454e4b6d5f11057d', '200.119.174.187', 1667434663, '__ci_last_regenerate|i:1667434663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667434649;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d94827ab82e6f3cec77b88644d076b531fba498', '190.148.158.151', 1677242078, '__ci_last_regenerate|i:1677242078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677238140;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d953116441b5ce29ce01b1e8c86ae9126000957', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('9d9610f0aae1e5259f988710908472924523237c', '51.222.253.20', 1679509278, '__ci_last_regenerate|i:1679509278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d96ddaa2b8c125d3ff8ad4f6260801ec6edfa4d', '114.119.129.25', 1688084701, '__ci_last_regenerate|i:1688084701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9b80e1d84d9f073e50025bba92ce43b57a1be5', '200.119.174.9', 1674523289, '__ci_last_regenerate|i:1674523289;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674523240;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9bc5ae10de4d84f4a98c470245cc1bd4bd630c', '34.72.46.61', 1664924970, '__ci_last_regenerate|i:1664924970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9ce612e8377300a4e427caf0866f40f5bfa8b2', '114.119.136.143', 1687661902, '__ci_last_regenerate|i:1687661901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9cf16f0217438f69aa9617d2b557df872f3e6e', '157.55.39.65', 1662130463, '__ci_last_regenerate|i:1662130463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9d0732ed2a00242f3979a037742980c3303b9f', '51.222.253.17', 1687402107, '__ci_last_regenerate|i:1687402107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d9ee922c1b5d5aa981c122f4def34b457915130', '51.222.253.10', 1660685955, '__ci_last_regenerate|i:1660685955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da1d836c5e2763950bba5ad28040effc866660b', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da1e99cfe0033acac2e6cd76456d9338774eb1d', '52.167.144.162', 1686312915, '__ci_last_regenerate|i:1686312915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da1ff898ebe41f6bebb5fc826b123cdb510c17a', '52.167.144.66', 1682283389, '__ci_last_regenerate|i:1682283389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da28fec7146eaea2b4219a7d82e5e625fcccca9', '114.119.133.69', 1688073845, '__ci_last_regenerate|i:1688073845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da2c6977f85d28791d24cdc7a694990956ba168', '114.119.156.206', 1685709891, '__ci_last_regenerate|i:1685709891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da30a63ad15a53f6646f2f743d349a35a6d6f1e', '52.167.144.98', 1685411735, '__ci_last_regenerate|i:1685411735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da4e2af304ef1891acdde9928ed0586a5b49ae8', '200.119.172.60', 1675006867, '__ci_last_regenerate|i:1675006867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675006839;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da54c0a90337dccfca0fa88029823810973b68f', '18.191.170.48', 1671375494, '__ci_last_regenerate|i:1671375494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da55ef9a4ed91babd9fb270f88e257952815bcc', '200.119.168.250', 1680980983, '__ci_last_regenerate|i:1680980983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680979383;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da6bd25de688dee2705685b423fa69d640346cd', '200.119.172.60', 1674767901, '__ci_last_regenerate|i:1674767901;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"XLtJMpjU6G7ONBkz4usq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9da88b9f7b443dc12ea128a511e021e3a7a1cb7e', '190.148.252.111', 1677972690, '__ci_last_regenerate|i:1677972690;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677971677;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9daa3df8e41c0606b101005d81ff23dcfdd24ea3', '54.244.60.134', 1659792582, '__ci_last_regenerate|i:1659792582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dac87086cb60eb6aea8bba1ad8bbc7fd2f97e4c', '52.167.144.98', 1685434890, '__ci_last_regenerate|i:1685434890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9daec31621c020a731027bde72a82ecadce69d7f', '52.167.144.43', 1683889125, '__ci_last_regenerate|i:1683889125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9daf816d4a72106db30ea8c4992634f49c493083', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9daf8d3526dd5dc97e0a8a25cc94abb55645caa0', '51.222.253.12', 1653414486, '__ci_last_regenerate|i:1653414486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db07d708f151988e19a4750c75d12f7c188b728', '207.46.13.41', 1671123203, '__ci_last_regenerate|i:1671123203;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db08caf5a8ef32214561d574dccee9c453c3618', '190.56.49.109', 1666127686, '__ci_last_regenerate|i:1666127686;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666046014\";last_ip|s:15:\"190.148.252.129\";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 ('9db0cbdabe258068e496a6ff87f1202b6a1ca46b', '114.119.145.233', 1686675386, '__ci_last_regenerate|i:1686675386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db1397afe72b5ddad1088691b53d4ec01f5be9a', '52.167.144.28', 1679601544, '__ci_last_regenerate|i:1679601544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db16fd7033e9c1dca269829c299708074396412', '200.119.172.60', 1675038813, '__ci_last_regenerate|i:1675038813;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675038791;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db3b12c53d4291f6279329183c1aacf94bb0e8e', '52.167.144.63', 1687178308, '__ci_last_regenerate|i:1687178308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db411b7a380269a1289b99aa27ec59b7cd1f06a', '157.55.39.80', 1670328083, '__ci_last_regenerate|i:1670328083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db43372b61e50bc82af2229f5a2155a92125be9', '157.55.39.100', 1671837889, '__ci_last_regenerate|i:1671837888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db6124672618d7877283c79a539bad023d3c0b8', '114.119.129.36', 1688029508, '__ci_last_regenerate|i:1688029508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db6aeca47094ecc53958855b6d3c198289aae2d', '190.56.32.32', 1686061995, '__ci_last_regenerate|i:1686061995;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686061840;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db79ab9f904939b6ee6c268507a07e14b7d3c8d', '52.167.144.164', 1686667310, '__ci_last_regenerate|i:1686667310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db9bd910cb177e18bb5feb7ac413a5593335549', '51.222.253.8', 1670560526, '__ci_last_regenerate|i:1670560526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dba376588e576d2ce15894bfe69b0781ff62dd8', '52.167.144.178', 1683958498, '__ci_last_regenerate|i:1683958498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dba50d0e249e0dcf52245ecc450b4e7981210a0', '51.222.253.1', 1652071481, '__ci_last_regenerate|i:1652071481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbaf47eabb13bb77deea211ec0ff96588eb6cd0', '190.148.157.80', 1669310736, '__ci_last_regenerate|i:1669310736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669310307;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbb821d5f21de5334ab6ad45b4e8bb1b1d8d000', '157.55.39.167', 1674966590, '__ci_last_regenerate|i:1674966590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbc086e2d084dc43b556be87d58a2a4a9cc288c', '40.77.167.227', 1681062641, '__ci_last_regenerate|i:1681062641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbc2bc31b6bc0f89f2cde46eeac58350a30c26a', '114.119.136.208', 1688329640, '__ci_last_regenerate|i:1688329640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbc9a9b77e9cc0c80dbf2863bc2450660bf0681', '66.249.73.8', 1682134112, '__ci_last_regenerate|i:1682134112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbcb5ba82c7bb25d6433ac3e8990db7fc64e580', '40.77.167.181', 1687590487, '__ci_last_regenerate|i:1687590487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbd1a244ce9670e8696e5f493dbe845a7d6b9ec', '190.148.252.233', 1668814873, '__ci_last_regenerate|i:1668814873;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668814870;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbddb115c694e489b148dd9853a2ab911415de5', '124.206.180.138', 1652160260, '__ci_last_regenerate|i:1652160253;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbf52e0146fb1cfd4ea669d39528fb605d3a81e', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dbff32274052b391029de3e32834c5aad7affc4', '51.222.253.6', 1653712428, '__ci_last_regenerate|i:1653712428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc1685188411ec5f6d9aadfab7067a0980b34ba', '207.46.13.154', 1670261823, '__ci_last_regenerate|i:1670261823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc1c6ed42344e10dd26a6829d704cb958e237aa', '207.46.13.199', 1660567991, '__ci_last_regenerate|i:1660567991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc21495e7490303ed6eb39e7f883061e94788d5', '114.119.133.63', 1687701506, '__ci_last_regenerate|i:1687701506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc29653be085b30edeb474ae6ed1a1450e80e78', '17.121.114.125', 1655411074, '__ci_last_regenerate|i:1655411074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc64370a52b08fb26ee2399b0414b0a4fc66982', '51.222.253.11', 1688438386, '__ci_last_regenerate|i:1688438386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc70ac99b883a9b465bc037d15184e3bb5240ff', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc724fd5fd9fd6a1ed6800d85e56f2149254fed', '190.148.157.177', 1682082896, '__ci_last_regenerate|i:1682082896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682082851;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc732ea4c13bd917fbaea73e3226063eb4c10d5', '200.119.169.44', 1663685565, '__ci_last_regenerate|i:1663685489;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663682931\";last_ip|s:12:\"190.148.87.1\";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\";last_activity|i:1663685564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc7a04cf6bff8683bb2e53aab620638153d52db', '190.56.32.174', 1676895097, '__ci_last_regenerate|i:1676895097;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676894998;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc8a1e51fcfd4be099be84cceb7f8c4901e35b6', '157.55.39.253', 1682180280, '__ci_last_regenerate|i:1682180280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dc8a4f404deedbf7a61c2a74834f789560c127d', '17.241.75.166', 1687313377, '__ci_last_regenerate|i:1687313377;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 ('9dc8f9928c51846618691d67bc735c6fa281497e', '17.121.112.14', 1659439634, '__ci_last_regenerate|i:1659439634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dcbc5fee8550f399d12da759c12dc2d94aa004d', '40.77.167.202', 1687858671, '__ci_last_regenerate|i:1687858671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dcddff15584f8ced4f43940aa04fc2a06281f88', '190.56.32.174', 1676548849, '__ci_last_regenerate|i:1676548849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676548841;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dcea33b3e3b38449440d07facc9376b0ef09e78', '207.46.13.4', 1666887268, '__ci_last_regenerate|i:1666887268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dcfb874952410b00260007b9a176ef26314214e', '54.36.148.64', 1672942541, '__ci_last_regenerate|i:1672942541;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 ('9dd1172865e81694dfe9db811121f8a360008eac', '200.119.170.137', 1668639397, '__ci_last_regenerate|i:1668639397;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668638742;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dd68bb301d303bf186006602483893a765386ce', '190.56.173.213', 1683338103, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683338103;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683337725;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dd79685d1e05c62a671499c2eaedf4d08bd5a6b', '114.119.137.125', 1688205931, '__ci_last_regenerate|i:1688205931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dd9496a1176e189b00bd0d2dbb59c5723369701', '157.55.39.46', 1672812008, '__ci_last_regenerate|i:1672812008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dda3f283eafc8138a20423c2fe97992d6d949f9', '190.148.157.76', 1666740598, '__ci_last_regenerate|i:1666740598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666740592;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ddbc779c4483b5badc53f346011cf68378622df', '190.148.157.53', 1684076037, '__ci_last_regenerate|i:1684076037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684076033;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ddbd22079c642b8194828d9039a9ffdb80e8257', '52.167.144.171', 1684303409, '__ci_last_regenerate|i:1684303409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ddf069ae56ee7c5582336d9345225f6c9694976', '23.227.72.53', 1654083724, '__ci_last_regenerate|i:1654083724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de042bf000e6ab0b6b2049c199f7d33c69ea460', '40.77.167.202', 1687389724, '__ci_last_regenerate|i:1687389724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de04ac4cf36351256a671a43067ca57dd2496d7', '173.249.31.237', 1659409277, '__ci_last_regenerate|i:1659409277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de1584f870312385089f6e4fbb2d72fe4486e56', '205.210.31.154', 1656357894, '__ci_last_regenerate|i:1656357894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de175904f4ae5b6f2b6d7caa0c1481d011c4be7', '40.77.167.227', 1678716407, '__ci_last_regenerate|i:1678716407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de8149722e652469e0f50bfd4ba8f0457b9b692', '207.46.13.230', 1656717807, '__ci_last_regenerate|i:1656717807;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 ('9de969d4f15a27329109a62680e4e27bf4948440', '54.36.148.135', 1681256747, '__ci_last_regenerate|i:1681256746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dea7932d6e3a0ddb5994d15b672697c15ad7379', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9deab153a3dc9c3d1ebca76664bde04cae7ff5b5', '17.121.114.4', 1657915316, '__ci_last_regenerate|i:1657915316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dec8ebf89c5bbadf3dfc2445ef5bad0651d4bd8', '200.119.172.55', 1661518176, '__ci_last_regenerate|i:1661518176;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661451379\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661518173;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ded16450910cb3d60ac408d5151f537e9f22988', '114.119.131.97', 1685809636, '__ci_last_regenerate|i:1685809636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9deec8a66b972645603b0eeb831b0f590dac1e0c', '190.56.55.0', 1687830603, '__ci_last_regenerate|i:1687830603;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687830601;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9defbd17bafda22b5871fb48f7404008faf5cb03', '149.57.16.7', 1653806992, '__ci_last_regenerate|i:1653806991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df02a33d5c5c768f74665a42a90f258cbc70877', '52.167.144.98', 1685619153, '__ci_last_regenerate|i:1685619153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df0b359aea645b67468ea81aefe2a38dee2d404', '114.119.157.20', 1687590383, '__ci_last_regenerate|i:1687590377;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df27793bb06a57b5548a0113f5022f77f1ee645', '52.167.144.63', 1687159835, '__ci_last_regenerate|i:1687159835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df2a9d984e8cfd01b2d417d0ba5fd3ed9ac1db9', '157.55.39.105', 1674251504, '__ci_last_regenerate|i:1674251504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df2e1440db0c27a3dde3efe1cd9bb845557a398', '190.56.32.32', 1686076254, '__ci_last_regenerate|i:1686076254;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686075917;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df896029c43220be209569bd25f4ee2bd8d9d97', '52.167.144.162', 1682424507, '__ci_last_regenerate|i:1682424507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df99b54172ac54cf905d201a46a8cc0d9c7ef77', '190.148.158.23', 1687217206, '__ci_last_regenerate|i:1687217206;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687217177;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dfb51ee8d5dede074eea9dcf35d4c008320f969', '54.36.149.39', 1680130656, '__ci_last_regenerate|i:1680130656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dfba00c189b486a01bb70ffba246f26345153fb', '207.46.13.48', 1662649833, '__ci_last_regenerate|i:1662649833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dfeb3b2438b684f2773da568a46efae6ecba28f', '157.55.39.79', 1668631643, '__ci_last_regenerate|i:1668631643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dffe020e0c147766ee89067eee09ad9d9302f05', '114.119.136.138', 1687661098, '__ci_last_regenerate|i:1687661098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e00780355976e7a89e38152ec511b0d634ef471', '51.195.90.229', 1650840569, '__ci_last_regenerate|i:1650840569;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e008f5dbd45efe01066843f47bd2b07fd3bbd7f', '54.227.32.154', 1652846913, '__ci_last_regenerate|i:1652846913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e01d354b0f0583d2df64d7eeb4a02f6ad8dd843', '51.222.253.20', 1677647041, '__ci_last_regenerate|i:1677647041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e01ed0385b1180fa7d2e03771a175ef917e1f75', '52.167.144.82', 1687521456, '__ci_last_regenerate|i:1687521456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e02fdd914692ef4371e17870933c1e17e2bf77f', '190.56.50.253', 1682643637, '__ci_last_regenerate|i:1682643637;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682643156;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e02fe2ec0c6f8ac1653a950fc727f37afe7fd8b', '190.148.158.175', 1672409556, '__ci_last_regenerate|i:1672409556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672409551;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e05c40d2d748d25b08239bbab4f1963c330d5cc', '200.119.170.168', 1670698571, '__ci_last_regenerate|i:1670698571;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670697299;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e05fffe1b4c4913ad0a81182f18fe6bc9e3bbae', '200.119.172.60', 1674590490, '__ci_last_regenerate|i:1674590490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674590483;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e080e2ca497a23f34337ccf207468b6d02cfb8c', '192.71.12.140', 1665057158, '__ci_last_regenerate|i:1665057158;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 ('9e0949006c274f810c62c7ba8667ea0a041a9a99', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e09af259aa75f03769e501df544f8243269eb56', '157.55.39.105', 1676978500, '__ci_last_regenerate|i:1676978500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0bb9975706a58a3a3b2041084a4261f04323fb', '114.119.142.94', 1686963203, '__ci_last_regenerate|i:1686963203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0c46099cda408fc7a91509a21f99da140589c7', '52.167.144.74', 1688520186, '__ci_last_regenerate|i:1688520186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0c77d26e357146cdfada728df20ef3f4988055', '52.167.144.61', 1687962024, '__ci_last_regenerate|i:1687962024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0d63486917133350b0e9607d5f39808bdd6f57', '200.119.173.96', 1687190524, '__ci_last_regenerate|i:1687190524;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686949676\";last_ip|s:11:\"190.56.50.6\";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 ('9e0d9574d2a1ee4899f44809e123f09c44707c58', '52.167.144.41', 1687117347, '__ci_last_regenerate|i:1687117347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0e0cd136ea9312f54a0a836eac38babab257cf', '52.167.144.152', 1677794779, '__ci_last_regenerate|i:1677794779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0e5719eefa495bba06c126312219549a3692ee', '40.77.167.13', 1674233769, '__ci_last_regenerate|i:1674233769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0ea19bcca2000222438f2491a50a441a79ea8d', '157.245.254.89', 1655520978, '__ci_last_regenerate|i:1655520976;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e0f3a2aa0c8540381313f2ac53fda992afc5e28', '190.148.87.96', 1678296014, '__ci_last_regenerate|i:1678296014;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e10594a1b3b7aaee9ff48916f74ea49d643a9c9', '51.222.253.7', 1680701273, '__ci_last_regenerate|i:1680701272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1061249f70c572eac1ee1c7e8e2654148e4edc', '190.56.50.200', 1665152263, '__ci_last_regenerate|i:1665152262;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e10ef0b656eea5fde1b3c930bd3cf71e746e2dc', '207.46.13.211', 1679668240, '__ci_last_regenerate|i:1679668240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e126771ff979af06f00c5e40715c9a61baec022', '190.56.32.35', 1671843769, '__ci_last_regenerate|i:1671843769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671843750;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1392bc40f65bd7088c831a81de698fcd354fef', '40.77.167.225', 1680598665, '__ci_last_regenerate|i:1680598665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1479504c8d21b13134affcb752208dd6279995', '114.119.140.85', 1685405813, '__ci_last_regenerate|i:1685405813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e14b028898171e3d5e60b50406c4305cf9951e2', '114.119.134.1', 1684356331, '__ci_last_regenerate|i:1684356331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e152a33608226372e6778e1317f6cbd4f706b6c', '165.232.190.123', 1656638102, '__ci_last_regenerate|i:1656638101;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e15b61e210c5864f13264a78924a7fd8bce6cd9', '157.55.39.108', 1672943635, '__ci_last_regenerate|i:1672943635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e18a88a4c2afa039d2ecdd8d94c838a8c2139b5', '200.119.173.67', 1679352042, '__ci_last_regenerate|i:1679351830;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679331336\";last_ip|s:14:\"200.119.173.67\";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\";user_csrf|s:20:\"UgHmdQpsLi1uVn6FWRCe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1923445b514bef956680780f30a33f47860e92', '114.119.130.61', 1688500034, '__ci_last_regenerate|i:1688500034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1a531f5b2140f408937947223aeb25ec0b11df', '205.210.31.11', 1652871595, '__ci_last_regenerate|i:1652871595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1b26b98296bb02537d6c2b02e7305fe8df1483', '157.55.39.173', 1669419404, '__ci_last_regenerate|i:1669419404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1c2d5da92b080c31d5f4124b894125a809fc90', '114.119.134.35', 1686545595, '__ci_last_regenerate|i:1686545594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e1d41e57b53e62fae3585f1d7a23d69ce34ea00', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e2233eb49d5390a5629a6fad44a8a1626429092', '114.119.146.129', 1686217784, '__ci_last_regenerate|i:1686217784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e24ec40227026f4aa243f8a0a3b01c8afed38fa', '40.77.167.91', 1686974791, '__ci_last_regenerate|i:1686974791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e2904140b79a07899d927a61616f493dd0a9723', '200.119.174.132', 1663787024, '__ci_last_regenerate|i:1663787024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663781335\";last_ip|s:15:\"200.119.174.132\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663786990;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e29dfec2e2f2882cbb87283ec20fbbd3c044024', '51.222.253.11', 1681168772, '__ci_last_regenerate|i:1681168772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e29e321bec6a47e8f49df5328ee1f97df401a4c', '157.55.39.100', 1672390029, '__ci_last_regenerate|i:1672390029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e2b26f45f08993483f11d5bb2d6b82a38e4a6f5', '190.56.55.113', 1673741264, '__ci_last_regenerate|i:1673741264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673741176;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e2c4dc7860797482c944a1b6d4c35bbffc7b0d3', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188502;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e317a340322f378871c7dd27a046471777f7c32', '114.119.150.227', 1684613823, '__ci_last_regenerate|i:1684613823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e319dfa9cf609c29255c40d2ef15b65f055dc3e', '190.148.157.192', 1655910441, '__ci_last_regenerate|i:1655910441;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655909935;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e31c91ac9cad6a56612dc57cb9313b525f3d596', '200.119.170.168', 1670611732, '__ci_last_regenerate|i:1670611732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670610651;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e321459d7dc6088e703d86fc3ae59a40cbc7dc1', '200.119.172.96', 1675451296, '__ci_last_regenerate|i:1675451296;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675451234;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e34a422cb930d0a63050967cb72ebc5e799e0a2', '175.196.127.111', 1650791332, '__ci_last_regenerate|i:1650791332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e352d72551e6e1585f0699574bf7c6cd3c05209', '114.119.134.9', 1687095333, '__ci_last_regenerate|i:1687095333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e361ac21d39dc12fd1061d4bf45cc342aac46fd', '66.249.65.97', 1651945264, '__ci_last_regenerate|i:1651945264;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 ('9e366d70c0787731b176cca1adfc3e6194ad04fc', '200.119.173.130', 1676075849, '__ci_last_regenerate|i:1676075849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676075846;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e3968177d0a0170ac7967c3dc82bf8d31878100', '114.119.130.13', 1685739135, '__ci_last_regenerate|i:1685739135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e3d2d03cdbcd5455225de241d7b4655cb6a1f50', '190.148.252.233', 1668896586, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668896586;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668896579;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e415af77edfdb531bba45a7cae9966db7e6c2f4', '52.167.144.166', 1686862080, '__ci_last_regenerate|i:1686862080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e457adb81d6a143c711f5ceb592930fee4f64ac', '207.46.13.209', 1681321623, '__ci_last_regenerate|i:1681321623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4718d738c05394b1bcd6dc081845ea4bea26bf', '190.56.50.106', 1652219308, '__ci_last_regenerate|i:1652219308;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652194102\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"CRSrhg7mAMezBLpJu5dt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e481301c1dd81edbbc37839710ece298038b8dd', '51.222.253.14', 1681819975, '__ci_last_regenerate|i:1681819975;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 ('9e4c2e6f09d0e2da90ac0a000c6554a466438682', '114.119.159.228', 1686015724, '__ci_last_regenerate|i:1686015724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4c3c4f9065525558625ca717abd966b075ad58', '93.158.90.144', 1668516476, '__ci_last_regenerate|i:1668516476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4cb45d7ffd2337e74cf79672eacace7b27f668', '40.77.167.45', 1670375201, '__ci_last_regenerate|i:1670375201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4cdc2c4cf0f85da82a4d4d378f10fb91aab481', '52.167.144.98', 1684536157, '__ci_last_regenerate|i:1684536156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4f0ef375e4787aa60336f9a87ece4d33925993', '74.208.2.130', 1672659942, '__ci_last_regenerate|i:1672659942;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4f56063e7a76b984654104975795f9c33de1c6', '54.36.148.108', 1684339604, '__ci_last_regenerate|i:1684339603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4f828ca8eaeda497e2b3a3fd6bf4480aebd21b', '130.245.169.70', 1657360536, '__ci_last_regenerate|i:1657360535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e4f8d595da7f8c6081c0e51ffc932ba488ca22f', '40.77.167.123', 1683658306, '__ci_last_regenerate|i:1683658306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e508b656d5d716ef91886d6069adfbe5a2217ff', '185.242.180.8', 1657432653, '__ci_last_regenerate|i:1657432653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e51dfb603c95668ea0bfc89e5d3775d0bf10321', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e552995c3ad2bdddf33a6928da5d835e85f5d37', '207.46.13.154', 1671783516, '__ci_last_regenerate|i:1671783516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e567c358412b90369245f7ab423294bf3e3aee3', '18.206.55.48', 1651701814, '__ci_last_regenerate|i:1651701814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e57a9415b16cbb337f1bdc16269eca029d47a50', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e57d1e090c932defd9891642a228723d81cfca4', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5991e089b89d765bad9feec8e1d0b0c0301a3d', '51.222.253.13', 1682437585, '__ci_last_regenerate|i:1682437585;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 ('9e59a6f2604f4b9b15e254df4d95d669db203906', '54.36.148.240', 1680202452, '__ci_last_regenerate|i:1680202452;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 ('9e59bd559fdcf0688b77f4bc510b65409f64d6b5', '207.46.13.49', 1662483423, '__ci_last_regenerate|i:1662483422;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5bb553a457231ef92bed9db7f838528116918b', '190.56.49.237', 1665795516, '__ci_last_regenerate|i:1665795516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665795508;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5d656bef86d95beb60b85755f57755891ab57c', '190.148.157.98', 1679318495, '__ci_last_regenerate|i:1679318495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679318464;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5df8095e6771fa24aee5a508309e167c5fe61c', '114.119.148.1', 1687936729, '__ci_last_regenerate|i:1687936729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5e0cd448a5be202f44a2656863096a1e06bb5b', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5f76b6b6baca2e6fe72b0a637c4462d295a51d', '172.105.194.133', 1682205569, '__ci_last_regenerate|i:1682205569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e5fa8625db45dde53075db57f0e2dc8a9a8d130', '207.46.13.12', 1675458861, '__ci_last_regenerate|i:1675458861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e627c4096674274f094e2a86d406464f2342918', '200.119.172.88', 1659448229, '__ci_last_regenerate|i:1659448229;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659446021;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e62fb3f5679a73c25ed744c1e311300d0b50c15', '52.167.144.162', 1686268763, '__ci_last_regenerate|i:1686268763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e66c3a87557a042c6b5b0aa5ff3ae144de63686', '114.119.157.193', 1683737658, '__ci_last_regenerate|i:1683737658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e671c0aebad0feeec5ac31cc3aafd1c77d233ae', '52.167.144.172', 1687085290, '__ci_last_regenerate|i:1687085290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e68d77d68f5b2fb18a51def34edfae209756b70', '52.167.144.63', 1687073623, '__ci_last_regenerate|i:1687073623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6a0df42bd73e12955a66278062cdb6cfd1ec16', '5.161.144.38', 1672043215, '__ci_last_regenerate|i:1672043215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6ae43acb75da277369822c39f759b6cad309dc', '46.161.11.199', 1660557128, '__ci_last_regenerate|i:1660557122;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6b03a3a98650a5f75da52448f876ad93b663fd', '144.76.68.17', 1683713117, '__ci_last_regenerate|i:1683713117;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6ba09fd286af72adc05d0e4bd9dbf6e853afe9', '190.56.32.243', 1684607289, '__ci_last_regenerate|i:1684607289;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684607213;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6e7a5e237de05fda2a4393b6692a8dad113a92', '114.119.140.190', 1685106151, '__ci_last_regenerate|i:1685106151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6e97a91b9280e3d8806d0063e404ea386f9e13', '114.119.129.200', 1687626470, '__ci_last_regenerate|i:1687626470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e6f9977c00574645fa897c501ff08e8c3c88748', '130.245.169.139', 1657878948, '__ci_last_regenerate|i:1657878948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e753c792421f44521f878fae7c280bb376295d7', '51.222.253.8', 1672260812, '__ci_last_regenerate|i:1672260812;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e7589df8ab8416da68024b54705b8f0a11c8d5f', '200.119.173.133', 1660848323, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e759bce55c521b595dc1ddf8c637df384e2a672', '104.129.56.70', 1654742981, '__ci_last_regenerate|i:1654742981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e7611235eddec08a96a49769f6451ed1f9636c3', '190.148.158.69', 1685982110, '__ci_last_regenerate|i:1685982110;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685982054;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e775ea5669b0dc027a70c18ba7130bb500f562f', '190.56.173.167', 1650903725, '__ci_last_regenerate|i:1650903725;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650900925\";last_ip|s:14:\"190.56.173.167\";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:1650903513;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"6FEASnwDMi7ehL4oBmNG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e77a50b50c94d710712bfabda072d51abe53e24', '190.148.87.6', 1668200129, '__ci_last_regenerate|i:1668200129;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668200115;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e78acf0f7e0e498d5f977ebecf0a7bba7eb50ce', '190.148.157.206', 1656614164, '__ci_last_regenerate|i:1656614157;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656595448\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656614161;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e7ad1f9ac92ef4f843633e3be47d22c49351352', '34.221.30.63', 1676121939, '__ci_last_regenerate|i:1676121939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e7c1b6282cada181dde5e3821e905f86a831778', '52.167.144.162', 1686372983, '__ci_last_regenerate|i:1686372983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e80b27a17f331944d615df65346f14bc6b6ae80', '190.148.252.111', 1677788399, '__ci_last_regenerate|i:1677788399;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677788390;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e80f8e4684204dc38a5be744b750bb60a80aceb', '207.46.13.147', 1672915271, '__ci_last_regenerate|i:1672915271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e82f40b2c46221abaae594769ba0dd6c8cf33d4', '52.167.144.171', 1685594529, '__ci_last_regenerate|i:1685594529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e842925cd670fb418ca485e71c3760c86c7efa6', '40.77.167.170', 1676129435, '__ci_last_regenerate|i:1676129435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e85914b6f4ee2645e4cbae3617647b6a0345e47', '114.119.136.208', 1686648638, '__ci_last_regenerate|i:1686648638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e85e33daccaa825ac3b308ad02b0bfdb4c12df8', '52.167.144.73', 1680117581, '__ci_last_regenerate|i:1680117581;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e89506b0355c168b674c077fc4f7dae504f79a6', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e8cebc1bba1c719db398ee7e6eaf5296f8fb3da', '52.167.144.164', 1686631874, '__ci_last_regenerate|i:1686631874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e8d5a90f97932ad2480ddb6dc20dce3fc14fe92', '200.119.173.177', 1684860449, '__ci_last_regenerate|i:1684860449;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684860205;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e8d795a8a5adcfbd81c3afca9d9d3bce6afbb3d', '52.167.144.98', 1684507531, '__ci_last_regenerate|i:1684507531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e8e4a84285d3e432107309208e2224d3d0894b6', '200.119.173.177', 1684947430, '__ci_last_regenerate|i:1684947430;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684947280;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e8f2289e927ee618f43af60704540cfa90f1fd2', '200.119.172.95', 1659543114, '__ci_last_regenerate|i:1659543114;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659543100;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e90d167066421a150a2078a9ea9fefa4db72902', '207.46.13.41', 1671458117, '__ci_last_regenerate|i:1671458117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e922c9feb8af39e867382ecec8f732292d5ca15', '52.167.144.98', 1686176645, '__ci_last_regenerate|i:1686176644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e929b6a9feba7bda4e9399483b82302a9dfe08e', '216.145.14.142', 1665881276, '__ci_last_regenerate|i:1665881276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e93c64e8ab81d793e6a8a046567f499949008f2', '190.148.252.151', 1671395049, '__ci_last_regenerate|i:1671395049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671395046;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e940b05f6c121cfd7372565de22814149c6c4f5', '157.55.39.147', 1671858694, '__ci_last_regenerate|i:1671858694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9549ab512769d969f415ae2843ed959045c4d8', '157.55.39.217', 1683192222, '__ci_last_regenerate|i:1683192222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9616209138ae77b577c939f0f7bfdc0b6e2b4e', '207.46.13.207', 1681360203, '__ci_last_regenerate|i:1681360203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e967ac622c9e239601c67e664c28f5e0257258d', '190.148.158.75', 1663110955, '__ci_last_regenerate|i:1663110955;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073776\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663107432;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9732c7dd315266311b2ab64e8a9ef7ba4ecd0f', '40.77.167.202', 1687463739, '__ci_last_regenerate|i:1687463738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e97db2dc9dad4dc6fea9c2d0af1b1b93b432d41', '114.119.143.1', 1685192712, '__ci_last_regenerate|i:1685192712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9b52acd5b6145e70bb2d5898381ccc7d198f2a', '200.119.172.60', 1674689303, '__ci_last_regenerate|i:1674689303;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674689240;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9b562d91ffeff1dd0b246b5a274ce855439c23', '5.188.62.21', 1653319434, '__ci_last_regenerate|i:1653319431;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9dbf96995dd128200e81471ce7d9438ab5ec4a', '114.119.147.213', 1687623193, '__ci_last_regenerate|i:1687623193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9e757811dc2836f12344bae9a30f494034fcff', '207.46.13.230', 1656567924, '__ci_last_regenerate|i:1656567924;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 ('9e9f0c067e5f11817776cbb388a5f35675e321f0', '114.119.128.22', 1688277233, '__ci_last_regenerate|i:1688277233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9f2f9b5e1f0c3ccbc12c93ad6cc905e7e1de61', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e9fe749f9c88e40f0fd679807569a40e2f05579', '193.235.141.177', 1664249396, '__ci_last_regenerate|i:1664249396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ea0a9f677465be42aa09f4966af1230f145d6b3', '52.167.144.108', 1680253406, '__ci_last_regenerate|i:1680253406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ea4ef4f5c694f486aacb5d918c69834fa4d6975', '190.148.158.175', 1672414326, '__ci_last_regenerate|i:1672414326;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";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\";user_csrf|s:20:\"ACesyj8PGQUabWB7HXzS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ea61616407c4af23b4bf22f938be28a9fccdfc9', '66.249.79.196', 1653866521, '__ci_last_regenerate|i:1653866521;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 ('9ea6c1234c47f2fae7ac087769f4e524524392c1', '114.119.131.232', 1684448820, '__ci_last_regenerate|i:1684448820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ea76a968806118232f7a2e54a7a29a631e060e9', '114.119.139.44', 1688277607, '__ci_last_regenerate|i:1688277607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ea91114babcf4d6fb3a9d83829d22d8d6e0d8f3', '40.77.167.202', 1687851007, '__ci_last_regenerate|i:1687851007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eaac25de5b6ca527e65a7838fbc091e5286dff9', '190.148.87.21', 1669835151, '__ci_last_regenerate|i:1669835151;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669835117;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eabc5cf5972b558fb80b1284743cd0ff88738ae', '200.119.168.109', 1668881945, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668881945;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668881794;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eabcbec0849e20493cea023c514203fda11b8f3', '52.167.144.98', 1686175763, '__ci_last_regenerate|i:1686175763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eac31c5f7303f9be74c601b06bfe1a021c5db6c', '14.29.246.47', 1681396387, '__ci_last_regenerate|i:1681396387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eac5231dac18c22d6f214a16f4751ec54b1e0ce', '52.167.144.98', 1686290015, '__ci_last_regenerate|i:1686290015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eaca0926d9e8e64b0bcb5c288797e4635d18b55', '207.46.13.106', 1670747325, '__ci_last_regenerate|i:1670747325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ead059f0ffc5b60da13a1cac33cce9fc0ff09dc', '143.110.229.112', 1688048734, '__ci_last_regenerate|i:1688048734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eae338f7684c17a033ac18a2afd5bc4a9f86869', '52.167.144.74', 1688113981, '__ci_last_regenerate|i:1688113981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eaf5556bbc9af39da5fc68bc9f1fc855793a70c', '52.167.144.98', 1686209046, '__ci_last_regenerate|i:1686209046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb08f56ac95b6a7e92961358cd7846b96d77d98', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb0ce1ecb75073d7b1bfe7c68196ff1f65eec51', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360538;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb24f83efcc6773b5a8e82143aae909ae59e90b', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb263bf4a5b92b3e0f5be6479012cf64d4f83d7', '200.119.174.9', 1674394370, '__ci_last_regenerate|i:1674394370;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674394341;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eb7d28119e4999cea397140f72031ecbe560c1c', '52.167.144.171', 1684489596, '__ci_last_regenerate|i:1684489596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ebb1026da7a72db2eaf22f2fdd10942423843bd', '40.77.167.58', 1654219279, '__ci_last_regenerate|i:1654219268;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ebb20910e453ad6e9712ce8ec0bd1b6815b245a', '52.167.144.98', 1686667054, '__ci_last_regenerate|i:1686667054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ebc77bbf12908e44e9a7faf72f6dd25a20675c1', '52.167.144.108', 1680405106, '__ci_last_regenerate|i:1680405106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ebceadf6c10b8277e30286960a735f7fa6a49aa', '40.77.167.40', 1675149528, '__ci_last_regenerate|i:1675149528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ebdac91cec0300dc4c581ca113750e02d3a1164', '157.55.39.69', 1672246859, '__ci_last_regenerate|i:1672246859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec171f008575d61cc889bbb7964bf71ee82235f', '190.148.87.99', 1688409910, '__ci_last_regenerate|i:1688409910;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688409763;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec2cca980ea5860ae58a59f965874be89b61001', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec6d7a4a7dd982c3c7175f3870c693cfe9ebe18', '17.121.114.32', 1654181642, '__ci_last_regenerate|i:1654181642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec8298452c310b367a254d89554e9440ffe23ea', '200.119.173.130', 1675809727, '__ci_last_regenerate|i:1675809727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675809716;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec9b6fe3dc00f6b7bd4e3c98e66ff7c280d9ea8', '51.222.253.15', 1681025469, '__ci_last_regenerate|i:1681025469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ecad1570e17b91a68c0279f54ed9553992f0933', '190.148.158.151', 1677028797, '__ci_last_regenerate|i:1677028797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677028779;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ecb3cf35058506d78af2342a7df51cc5e139a51', '190.148.252.183', 1681309371, '__ci_last_regenerate|i:1681309371;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681166279\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"ExkGBP8vLcR6qCn5IdSt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ecd4612eb6de21caffe8a9153431fef2cfdb7ec', '40.77.167.37', 1668232825, '__ci_last_regenerate|i:1668232825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ece1d7ac3caca213b853323852df85e6e56e401', '190.56.32.162', 1686587548, '__ci_last_regenerate|i:1686587548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686568753\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686587545;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ececbd8d1cb96b2993ff2d80888eb341f983c53', '40.77.167.227', 1682367582, '__ci_last_regenerate|i:1682367582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed02b3ec2184f3678e2ee5a0fa19699dd2ce22a', '40.77.167.39', 1655842401, '__ci_last_regenerate|i:1655842400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed03d73740734467676cf6e14eddf782c51a961', '52.167.144.74', 1688064306, '__ci_last_regenerate|i:1688064305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed0ae1b38a6dc61f3bd5e31e8c4292ae169283f', '190.56.54.156', 1665178754, '__ci_last_regenerate|i:1665178754;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665178741;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed1c6bb80a4c7d4f4defb5496989519889f506d', '52.167.144.164', 1684436292, '__ci_last_regenerate|i:1684436292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed2857d1cb6911edc7732bacdb7dfa1b02eeb4d', '157.55.39.46', 1672876705, '__ci_last_regenerate|i:1672876705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed29c94bab224462d36b1923f1ae93d04e19ab5', '52.167.144.98', 1686103013, '__ci_last_regenerate|i:1686103013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed2b84a06eb6781c2ea0840130b6e06fc1fd4c9', '190.148.158.151', 1677169343, '__ci_last_regenerate|i:1677169343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677165440;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed3ad56dd51f0727e2f477df063db27dd8b6da5', '164.92.101.174', 1671930052, '__ci_last_regenerate|i:1671930052;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed4327c10f37ebde92497789065ba18e0529f82', '40.77.167.63', 1672157229, '__ci_last_regenerate|i:1672157229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed4f44c988ab2e4780d9edc018e6629b0ddfe71', '52.167.144.63', 1687074745, '__ci_last_regenerate|i:1687074745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed51b09bdc5a07719d2a30fdda825777f1d7171', '40.77.167.133', 1683713112, '__ci_last_regenerate|i:1683713112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ed8b524d12373b7785f7ab5b57420da18f9125f', '34.220.127.31', 1679406537, '__ci_last_regenerate|i:1679406537;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 ('9eddb7b06f9f23f3bdb57c083331e5b822311f23', '114.119.137.128', 1686088638, '__ci_last_regenerate|i:1686088638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ede975a04196899283d5c6e6d0d9c278d8ba587', '51.222.253.14', 1676913623, '__ci_last_regenerate|i:1676913623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee0c29dbb9bc79f6b802b24cd059ea9668c536d', '114.119.145.175', 1688140470, '__ci_last_regenerate|i:1688140470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee31f3342f572e1fa6b8df6124a57db0d099ae3', '40.77.167.63', 1672157233, '__ci_last_regenerate|i:1672157233;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee3e8bcf84f97a5f6981f7fa20c9a566dd75e3f', '207.46.13.41', 1664534548, '__ci_last_regenerate|i:1664534548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee556b6826f7ce41b417ccc711baed995e9fb3b', '157.55.39.215', 1678753279, '__ci_last_regenerate|i:1678753279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee55831cc48963eb08e570b34ab321dca877431', '157.55.39.51', 1669245837, '__ci_last_regenerate|i:1669245837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee5f5cc1158454ba5d2899146e685ccf02b014a', '190.148.158.151', 1677462360, '__ci_last_regenerate|i:1677462360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677462323;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee63516a59a745afeea47fdf1631431c428eed7', '190.148.252.197', 1665492872, '__ci_last_regenerate|i:1665492872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665491834;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee6d8ed03bdd1454a8376f53776c94be8659a94', '54.37.233.116', 1650851696, '__ci_last_regenerate|i:1650851696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee78918cddf0457807bb2c92315abebc6c5b261', '190.148.252.223', 1658926496, '__ci_last_regenerate|i:1658926496;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658926482;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee8ab205bc452bcfd192efea7bf6a03e45f315d', '52.167.144.171', 1684679878, '__ci_last_regenerate|i:1684679878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ee9a01819c8bb60de92cb3e2e35ae083e741d69', '190.56.55.48', 1687620165, '__ci_last_regenerate|i:1687620165;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687620162;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eea021bc508231799304cfa84fc5070c67421d7', '190.148.252.96', 1673035833, '__ci_last_regenerate|i:1673035833;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673035821;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eeb79fc5724f2991a305b18ff2dd7a110ed2ad8', '51.222.253.15', 1686829023, '__ci_last_regenerate|i:1686829022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eebdb55be0c2888e90fc53adb8b52b729a7d3a6', '114.119.133.78', 1686045889, '__ci_last_regenerate|i:1686045889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9eed3985a6157a78566129ad3abea2e4b2a39bd5', '17.121.115.217', 1661939864, '__ci_last_regenerate|i:1661939864;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 ('9eed45e6c6d4370956fb65ff21263115ebe8c8dd', '17.121.115.52', 1652890909, '__ci_last_regenerate|i:1652890909;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 ('9ef0e9407dcc340c0f9d010c50c1a7b8a582eb61', '40.77.167.170', 1675500885, '__ci_last_regenerate|i:1675500885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef0f0eaece7f1f07d4298a1e8bf97c29e28637d', '5.188.62.21', 1659471907, '__ci_last_regenerate|i:1659471902;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef25a086973f330fb7a6bd82f11e362a927fa2b', '200.119.174.187', 1667426824, '__ci_last_regenerate|i:1667426824;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667426756;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef2b19f1c05f9385e3893f1ed6261e4810a13d8', '40.77.167.79', 1654070385, '__ci_last_regenerate|i:1654070385;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef3168b01282b366f6fb031569e1016e13d5cbf', '17.121.115.212', 1661245712, '__ci_last_regenerate|i:1661245712;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 ('9ef3a1d920188b13d63504c5f4fbf04f3db35520', '51.210.182.66', 1650745712, '__ci_last_regenerate|i:1650745712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef410d8956448e474c9b6c0946c9a8c79c6e8b5', '114.119.147.209', 1685738900, '__ci_last_regenerate|i:1685738900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef656e64cc12bbfa9ef8e9db451739f7f7f648b', '40.77.167.202', 1687450629, '__ci_last_regenerate|i:1687450629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef6b133841e744b7f3a5dc15221b939e7192443', '52.167.144.76', 1681896585, '__ci_last_regenerate|i:1681896584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef949213e264e4c33c3a6d0762aecdf10897a6c', '205.210.31.141', 1652546240, '__ci_last_regenerate|i:1652546240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ef9b1551991b678a50bf4f7e94a794296a68186', '37.44.193.3', 1664742571, '__ci_last_regenerate|i:1664742571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9efb4f3be3b26efc1e41174f2a6635a78a9dd448', '200.119.174.83', 1655834861, '__ci_last_regenerate|i:1655834860;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655815991\";last_ip|s:14:\"190.56.173.211\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655834860;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9efb510220dc53ba529054af16c880aea83f7afd', '200.119.170.217', 1656380324, '__ci_last_regenerate|i:1656380324;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656339743\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656380320;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9efc85213ef46d853a689f3c2d9f11a55d52e742', '190.56.55.48', 1687631804, '__ci_last_regenerate|i:1687631804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687631793;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9efcd9566f82306e42dc1fd51410dd86708e7624', '205.210.31.151', 1653124281, '__ci_last_regenerate|i:1653124281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f009cdee9b032488d7b19a183f8d2b7149336bf', '157.55.39.173', 1669167960, '__ci_last_regenerate|i:1669167960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f03c129f9c369868c70d2c6f0b85f947975b903', '114.119.128.218', 1688494054, '__ci_last_regenerate|i:1688494053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f03d2f17d5f767a0a4fe9e787fb863e6007d827', '207.46.13.224', 1680536088, '__ci_last_regenerate|i:1680536088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f04be7d87c4d27012647635a3d7d8efdeee686b', '200.119.170.143', 1670251893, '__ci_last_regenerate|i:1670251893;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670251873;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f04c0eb542b5aac886c9b369b4b284f2d2fa211', '190.56.49.206', 1655398351, '__ci_last_regenerate|i:1655398351;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655384992\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655396760;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f051cf7a84fdd7efc7a39534a0b8bcae6b5553f', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f0731b024b198d2f9667b9efd0942d5bba1f1ed', '137.184.93.100', 1688013560, '__ci_last_regenerate|i:1688013560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f08865056c4c22311867d6e9ca0b5302cb52aaf', '40.77.167.21', 1675198411, '__ci_last_regenerate|i:1675198411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f096b237c746e60e98b31d4f3ccfdbb1b79495a', '190.148.87.182', 1679681334, '__ci_last_regenerate|i:1679681334;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679681218;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f0c4a5c513ef8173ae4e9b3a5536f198f908ba7', '190.148.157.183', 1680297593, '__ci_last_regenerate|i:1680297593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680297590;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f0f2d1a3abaf49ba7c11d66e742086069d142e6', '54.36.148.95', 1676880863, '__ci_last_regenerate|i:1676880863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f11c173aef23f347b2feb847681a2a1548232aa', '190.148.87.182', 1679795024, '__ci_last_regenerate|i:1679795024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679795022;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f12a38ee39dc3a43f96771a72c5cc4d8fbc1b21', '114.119.142.20', 1686316584, '__ci_last_regenerate|i:1686316584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1630b5a5c60022351bb2adee30b230dda1ac12', '52.167.144.98', 1686404558, '__ci_last_regenerate|i:1686404558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f182f49004f7b2dc98a4d68c74d590b839ec75e', '52.167.144.164', 1684373428, '__ci_last_regenerate|i:1684373428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1836f4fbc8b88d180367fb170094dfa49da610', '157.55.39.253', 1682545651, '__ci_last_regenerate|i:1682545650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f183d2dec6b2bf288dc9f40e4b0d93f4ae0c924', '157.55.39.68', 1667130212, '__ci_last_regenerate|i:1667130212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1863807c5695443187c78429c338bcaafa410c', '51.222.253.20', 1663126727, '__ci_last_regenerate|i:1663126727;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1b53e6e91d72fe408a36aa1df400ea194f13f1', '192.71.36.158', 1682937492, '__ci_last_regenerate|i:1682937492;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 ('9f1cd2fcca9f403f3698368343352978b602f0b0', '114.119.141.18', 1686455909, '__ci_last_regenerate|i:1686455909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1d5549b04b17b25090e36c3a514f8f26b49b58', '190.148.252.111', 1677871545, '__ci_last_regenerate|i:1677871545;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677871218;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1da1e5b9ac9ff92f24e24581d7a79725de9de7', '114.119.141.178', 1685257945, '__ci_last_regenerate|i:1685257945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1df80688294c9f4f4acc86d9ec483d48659b34', '35.85.148.215', 1659138236, '__ci_last_regenerate|i:1659138235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1e92aea6216e7226009ddbb4385691c88765a4', '190.148.158.69', 1685977097, '__ci_last_regenerate|i:1685977097;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685976378;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f201b1370c4b313b0767a56e3b282b8fbe23e3e', '157.55.39.100', 1671810095, '__ci_last_regenerate|i:1671810095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f21285d7a9510c5b8553635095fc284c5e425d6', '200.119.173.130', 1676165116, '__ci_last_regenerate|i:1676165116;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676165098;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2153389b9bd538ee291f4829ea4e06e15d4ab7', '3.17.140.79', 1667896455, '__ci_last_regenerate|i:1667896455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2791cb9fbcd7237e903c2bb5151e227f688895', '114.119.140.56', 1686606224, '__ci_last_regenerate|i:1686606224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2c7ef8d1f411f51d6c4f0db95e3b1c147949f0', '51.222.253.13', 1684406010, '__ci_last_regenerate|i:1684406009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2ca8a36668148454e84e7bae5c4f780bbc4c1a', '54.212.39.71', 1674133506, '__ci_last_regenerate|i:1674133506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2d46b2d320a76c27af7286a211c166fa2d937c', '52.88.22.123', 1672060763, '__ci_last_regenerate|i:1672060763;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 ('9f2d8902c0059007f208b57a8ad0ff9f15153bb2', '17.121.114.107', 1662946760, '__ci_last_regenerate|i:1662946760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2db25eae9e42909f99cb099f9ba171d9d6eb3d', '190.148.252.151', 1671234884, '__ci_last_regenerate|i:1671234884;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671234470;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2df692c83d4044004bdde981baed2789d5ced1', '190.148.252.236', 1656076753, '__ci_last_regenerate|i:1656076753;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656076695;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2e246d96d69a7dfc645d9e1b6bcbc05106e324', '190.56.173.175', 1653011836, '__ci_last_regenerate|i:1653011836;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652997376\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653007664;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2e599156a4feb5eb796baf462bb6a52ca08e47', '114.119.134.48', 1683310754, '__ci_last_regenerate|i:1683310754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2e8f42038061756643dc9c6bfec54689c27599', '54.36.148.232', 1676847765, '__ci_last_regenerate|i:1676847765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f36fd0b72037fbb1a347076c274cba0b017f72b', '190.148.158.69', 1685925031, '__ci_last_regenerate|i:1685925031;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685924993;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f37d1499320d08fcb5f2178082511cfd426cc6c', '200.119.170.113', 1666711561, '__ci_last_regenerate|i:1666711561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666711441;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f3864a0a1f6257cd0c2ddc0698f71c8c2e1c03e', '34.66.243.214', 1651526184, '__ci_last_regenerate|i:1651526184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f396e32a2c76c2564339484838882443e647fb6', '142.93.201.0', 1661739529, '__ci_last_regenerate|i:1661739529;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f3beeee9289f368df5fffdc6b9d0b1ddd8c1525', '190.148.252.96', 1673117126, '__ci_last_regenerate|i:1673117126;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673116250;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f3c6b33dd2b422407dd423c9eb6f178d0225864', '66.249.66.3', 1676173933, '__ci_last_regenerate|i:1676173933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f3d03bb42579cf21b739623f7ddb5019eb005a6', '114.119.158.203', 1684512980, '__ci_last_regenerate|i:1684512980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f40524db5b4a9268edde88559a426cee1d4f728', '51.195.90.229', 1650840963, '__ci_last_regenerate|i:1650840963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4271b6e3edba60e1028adf31b74ade64558e51', '74.125.212.199', 1658457394, '__ci_last_regenerate|i:1658457394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f430c051e9f4e31ffb9bea74662743104ed2653', '114.119.131.218', 1686350673, '__ci_last_regenerate|i:1686350673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f450cfb06d203e0b3f80bf552f4952e61c9d1f6', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f465f5925f1bf379eddc12175cec9d2b16c995d', '190.148.157.98', 1678972608, '__ci_last_regenerate|i:1678972608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678972580;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4767dd42f0cc056617d4b3b5088366b97efe7f', '157.55.39.217', 1683253040, '__ci_last_regenerate|i:1683253040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4a70efdab121c5c774f4b14fdcaaf0e12e70f2', '200.119.168.250', 1680783637, '__ci_last_regenerate|i:1680783637;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680783633;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4b7e669d7ccc7ea256a5c5ec2c338285412caf', '52.167.144.162', 1683093448, '__ci_last_regenerate|i:1683093448;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4bfcead7d673f9759c9ea367a9462d918f732b', '52.167.144.164', 1686595042, '__ci_last_regenerate|i:1686595042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4c77252ab91c2203a4e4c03cc1fab93ff6a318', '190.148.252.67', 1688475504, '__ci_last_regenerate|i:1688475504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4cc57b68787735fbb86ac7f657fcae95239805', '190.148.157.165', 1668004329, '__ci_last_regenerate|i:1668004329;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4e1acbbc1070e93850629723ee82fbe185489d', '200.119.175.15', 1658409626, '__ci_last_regenerate|i:1658409626;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658365936\";last_ip|s:13:\"200.119.170.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658408339;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f4e2b4353e5837ac110b9b0d45aec21791427fb', '190.148.87.6', 1668200691, '__ci_last_regenerate|i:1668200691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668200240;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f50a2eab508efe2ec83a67d5cad586880956153', '190.56.32.35', 1671993118, '__ci_last_regenerate|i:1671993118;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671993071;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f50e724bff2514313217b5f93289a9087eaa0f3', '54.36.148.136', 1685820611, '__ci_last_regenerate|i:1685820611;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 ('9f5242d03e9657c8abbfaa3b05b76c1f24c0f68a', '40.77.167.202', 1687810736, '__ci_last_regenerate|i:1687810736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5363bdaf3ad2e5814342e43d6ee51d72fc1e91', '93.158.91.249', 1657964421, '__ci_last_regenerate|i:1657964421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f53655ee63b49ecbcce164f2106a572f1f4fddc', '52.167.144.74', 1688122068, '__ci_last_regenerate|i:1688122068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f543da3dd6678ed4fb7338eb386809a3628d92c', '207.46.13.209', 1681073915, '__ci_last_regenerate|i:1681073915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f54575975ffd647a3eaa59e992c6bb842212b51', '157.55.39.65', 1662464843, '__ci_last_regenerate|i:1662464843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f553fdeb941dd015b729ccf93ff44fac70e0ad8', '5.188.62.21', 1653293749, '__ci_last_regenerate|i:1653293749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5610aed4766a494f91859ecb39a34b6a7c4a41', '190.148.157.171', 1667425037, '__ci_last_regenerate|i:1667425037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667425017;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f586f46861521a2b563523ca897ce06de1b1333', '52.167.144.74', 1688244401, '__ci_last_regenerate|i:1688244401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f58da38517ff59df69f1e92448fabe09c0137e7', '40.77.167.170', 1676123898, '__ci_last_regenerate|i:1676123897;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5909d59f8689604e913ab8d734c116d02c51ce', '207.46.13.6', 1671815525, '__ci_last_regenerate|i:1671815525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f59bc5ba34f4fea815bf882a9e955d0110d0e49', '190.148.157.183', 1680446161, '__ci_last_regenerate|i:1680446161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680445573;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5a214a63045fa1730336d2a68737938ad0f119', '144.76.68.17', 1683713086, '__ci_last_regenerate|i:1683713086;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5ae2660761cc033576a63e022a1507808f11d3', '200.119.173.87', 1663005776, '__ci_last_regenerate|i:1663005776;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"csEZ2wxkb5WVv1PTuoCK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5b08fc4be518db40982df515983a46a5c70b49', '200.119.170.143', 1670245465, '__ci_last_regenerate|i:1670245465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670245452;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5e68c12f62ea097e6e998134f40bae23a4920c', '207.46.13.41', 1671164108, '__ci_last_regenerate|i:1671164108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5e8d60d978f5a03e769e75691625dba3fb688d', '66.249.65.164', 1669443372, '__ci_last_regenerate|i:1669443372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f5ef42cc4afa2ed9b0b8134bb5f0f91ffb97ec8', '17.121.114.246', 1654180546, '__ci_last_regenerate|i:1654180546;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 ('9f5f267a609e0917c5d675f6dc58e8584b101ad3', '52.167.144.171', 1685760641, '__ci_last_regenerate|i:1685760641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f67937e983dc7a4acf3528560a04603c3235fd4', '205.210.31.32', 1653365802, '__ci_last_regenerate|i:1653365802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f68f9c7d02c84f35a5644225ab7beb2c78b70a7', '5.188.62.21', 1653472800, '__ci_last_regenerate|i:1653472797;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f696a0604d0046d0c16177bc3a74e2d9753d420', '54.36.149.104', 1651636046, '__ci_last_regenerate|i:1651636046;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 ('9f6a8a1ee748d56631dcdaa1b18c85ca04299df2', '114.119.150.215', 1686378364, '__ci_last_regenerate|i:1686378364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f6b7acca6996175de5fe6bb20a7ca7e95f5d48b', '190.148.158.69', 1685807832, '__ci_last_regenerate|i:1685807832;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685807730;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f6ce0ee93e7062852538f36b645072dee707b72', '52.167.144.61', 1687972920, '__ci_last_regenerate|i:1687972920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f6d85eeb981b418f2492054eedccb3459932dc3', '52.167.144.162', 1686652826, '__ci_last_regenerate|i:1686652826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f6e6b12c856c241c500705b63d76a11d062c9f9', '17.121.114.83', 1662178249, '__ci_last_regenerate|i:1662178249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f704854d1775f2af601db51977856014dee3b51', '52.167.144.162', 1686824001, '__ci_last_regenerate|i:1686824001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f722b70fd5b7a44487b25424c76bd26ae4d628e', '190.148.158.175', 1672250310, '__ci_last_regenerate|i:1672250310;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672250291;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f7233bef7dd961baeab684113a10d4754dccbfb', '51.222.253.3', 1674830084, '__ci_last_regenerate|i:1674830084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f730636d01a98139bc12bb9416f63db784bbe5e', '72.13.46.6', 1659859412, '__ci_last_regenerate|i:1659859412;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 ('9f7307a753de84edaecb3bac419902a16460a63e', '114.119.158.38', 1687727458, '__ci_last_regenerate|i:1687727458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f7327efa8b980b281eb16fee7f2828737ae0b0c', '190.148.252.116', 1653413949, '__ci_last_regenerate|i:1653413949;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409114\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"d1fG79RTe3PhsFv5Yogx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f73797dbcecb22b5656585f3dd12f7d6f470515', '190.56.173.175', 1653064869, '__ci_last_regenerate|i:1653064869;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653064863;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f73859f4eaff6fecc7753f2128f238a9c96df9d', '51.222.253.8', 1686047823, '__ci_last_regenerate|i:1686047823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f74763d02025fdadae0f33d91ea3fd7d10cdb51', '66.249.77.39', 1678284768, '__ci_last_regenerate|i:1678284768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f78e584eb0138dab4cac5f143f40d506c04763f', '74.208.2.234', 1684500933, '__ci_last_regenerate|i:1684500933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f78f11dfd0a074b1dd5a55d1b5d77c33efcb7d2', '52.167.144.162', 1686218258, '__ci_last_regenerate|i:1686218258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f7988fb4d4538dcef4ebb477d5d77a15e9263d3', '190.148.252.88', 1670855359, '__ci_last_regenerate|i:1670855359;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670854867;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f7c25d8eb2e91da5cef53932e598ed22223b99b', '114.119.128.253', 1687991744, '__ci_last_regenerate|i:1687991744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f7dd849ba706be2f09a0d18be8679468229f52a', '190.56.173.169', 1651705256, '__ci_last_regenerate|i:1651705256;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1651251052\";last_ip|s:12:\"190.56.48.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651704993;register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 08:49:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f820a0c2a182da9e559dd118fb82d1c42ff3bee', '114.119.166.95', 1687851452, '__ci_last_regenerate|i:1687851452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f825b28d87595127e19c62aee4342c2769b9f79', '51.222.253.14', 1680274797, '__ci_last_regenerate|i:1680274797;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 ('9f8299bf34e8004b3fa8cec2d5768796a3b9a16b', '66.249.65.176', 1670968475, '__ci_last_regenerate|i:1670968475;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 ('9f82f939d93b7e7b8c312ba336d29fe13c9e7828', '200.119.170.143', 1670098458, '__ci_last_regenerate|i:1670098458;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670098364;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8340da601f0dbc38e4872ffcdcf79175924f04', '200.119.174.72', 1660156503, '__ci_last_regenerate|i:1660156503;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f83fd8ced69a35009e0df309178c3e36c46f918', '51.222.253.8', 1662738220, '__ci_last_regenerate|i:1662738220;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 ('9f86ac247ea4157ca7ed81bcba3469234774b53b', '200.119.170.237', 1658332144, '__ci_last_regenerate|i:1658332144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f86ff876b3b6641a9950b8e6486e5885e9d1169', '114.119.141.206', 1687009677, '__ci_last_regenerate|i:1687009677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f87166cf0bdc310a73c696992e31cb2dedcaefc', '190.56.55.113', 1673438868, '__ci_last_regenerate|i:1673438868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673437086;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8896d740f8127ce6bdb66067e171652d2401ff', '195.62.15.80', 1653289138, '__ci_last_regenerate|i:1653289136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f89e3def708d300250aca2cc54f37c43c3903e8', '93.158.91.224', 1674451214, '__ci_last_regenerate|i:1674451214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8a2dac73fd7e1f2bb615c4f855a7ecbbc2b921', '207.46.13.12', 1675772874, '__ci_last_regenerate|i:1675772874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8ad9142b76ee3c4e5a50004b2e0112f2e48ea9', '165.22.241.235', 1671960013, '__ci_last_regenerate|i:1671960013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8b2632e2f04b319a7f135e88b6d5a0ecd6c247', '190.148.87.96', 1678222592, '__ci_last_regenerate|i:1678222592;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678113762\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"YrW5g46dsMaLU92hVycX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8c9c14eafddba7afb13022ee4c09e9b648d480', '190.148.157.80', 1669253800, '__ci_last_regenerate|i:1669253800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669253757;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f8feb987667a1234db7d9e5c3dcc9b368b374b6', '114.119.143.1', 1687875563, '__ci_last_regenerate|i:1687875563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f9135483f8a615071ebc8fb0582139be00361e2', '190.148.157.183', 1680227647, '__ci_last_regenerate|i:1680227647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680227647;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f91704ff83577e687abb577eb54990baf8b18d5', '40.77.167.37', 1669462741, '__ci_last_regenerate|i:1669462741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f923b1babab5b3fe722126ff69b4028d1eb3301', '190.148.252.106', 1684355456, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f939e66b1e94c22f0f9c24c2e44d34b292aa89f', '190.56.50.15', 1667066807, '__ci_last_regenerate|i:1667066807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667066802;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f963b0a90881f2e94ea0e85cb0a26fefcb5e888', '40.77.167.39', 1656380686, '__ci_last_regenerate|i:1656380686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f972c50acb980f54caf0e09017b2e82c205786b', '190.104.119.122', 1650734013, '__ci_last_regenerate|i:1650734013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f987c2c795d5951ea54cbf6bc88e16451d1c7a9', '40.77.167.107', 1687190705, '__ci_last_regenerate|i:1687190705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa1272aa57a07aca64402c83682fa0cda21c6c9', '52.167.144.73', 1679396432, '__ci_last_regenerate|i:1679396432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa150d82fca0d56400dafd365d70b88414c0b53', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa293f1f5562e99d10be0b641eea563d5ea9424', '200.119.173.177', 1685145746, '__ci_last_regenerate|i:1685145746;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685145739;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa3fc372918626a747d4d9add89a63aed20b1a1', '190.56.32.162', 1686511100, '__ci_last_regenerate|i:1686511100;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686511096;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa741cc2b4444a3f34ce9165135671a826c5a6e', '66.249.79.194', 1687613829, '__ci_last_regenerate|i:1687613829;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 ('9fa7edf4db3f584219e341fb6e542beddd462a33', '34.219.198.231', 1662212508, '__ci_last_regenerate|i:1662212508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa82b961e8c8fede9df0b9fb5b183b6e7792f6a', '190.56.49.83', 1687030482, '__ci_last_regenerate|i:1687030482;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687030311;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fa985a0d4d6fb93c673cdbae96c5a7402812b51', '114.119.146.38', 1684412327, '__ci_last_regenerate|i:1684412327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9faa3d448a86b6bcddeef12accfad0b75cb8b8c2', '54.36.148.0', 1663320522, '__ci_last_regenerate|i:1663320522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9faa5323edd177b699571b126ad2701f5060cc1b', '51.158.72.122', 1682465757, '__ci_last_regenerate|i:1682465757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fabd3515c0eb2c9bcdf7aae7f44e3103228a413', '40.77.167.123', 1683134393, '__ci_last_regenerate|i:1683134393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9faf97db819a698deec141c0458bc07a7c340a8e', '52.167.144.164', 1686767850, '__ci_last_regenerate|i:1686767849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb306dc19cedd519d0351250d50e523c0adda8e', '40.77.167.39', 1656527420, '__ci_last_regenerate|i:1656527420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb38b5b7286f4e81ec27070c554fb7cf9a7c6cb', '40.77.167.91', 1687002452, '__ci_last_regenerate|i:1687002452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb55c1e4cb4b810a27aec1f259e63a8a6c4d8e8', '190.56.54.156', 1665334379, '__ci_last_regenerate|i:1665334379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665334031;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb78fc472c9ab40ce16f81202d6f9d36bc2594f', '114.119.136.99', 1685049554, '__ci_last_regenerate|i:1685049554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb82debbb978cd8d06a87fbfc89b750388d3265', '190.56.49.206', 1655428430, '__ci_last_regenerate|i:1655428430;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655428430;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb8c65752ea13d8e8a400fe4c4c653e1e89cbe8', '190.56.32.174', 1676846306, '__ci_last_regenerate|i:1676846306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676846303;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb8cc2a1fe2642e437264adcf171357a61e1981', '51.222.253.1', 1681127802, '__ci_last_regenerate|i:1681127802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb959763e1e078b4eee74fd19412f69f9920885', '190.148.87.182', 1679838084, '__ci_last_regenerate|i:1679838084;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679837712;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb9ed8ab29baee02a0535a5dd5fc5aa27f6d692', '114.119.153.232', 1687771941, '__ci_last_regenerate|i:1687771941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fbb49931ba170419023ca6c5c11e30d032abbab', '190.56.50.106', 1652218084, '__ci_last_regenerate|i:1652218084;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652194102\";last_ip|s:13:\"190.56.50.106\";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 ('9fbb4c2dc733c1176c847d7acccd0059b47db91a', '190.148.252.56', 1663959741, '__ci_last_regenerate|i:1663959741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663959642;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fbe8c795ccf5fd3859ad1fabf94cc02f461d664', '114.119.139.212', 1686171214, '__ci_last_regenerate|i:1686171214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fbecd926cf193fb477b42d0d1340a2f5daf4245', '207.46.13.134', 1673444162, '__ci_last_regenerate|i:1673444162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fbef34107fc080ac379250bc88a8db0b3143afb', '40.77.167.191', 1681578150, '__ci_last_regenerate|i:1681578150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fbfebbadc2c87206f70a75995b91f9ba65933c4', '51.222.253.3', 1687023402, '__ci_last_regenerate|i:1687023402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fc0ca73844911a725373c3c979413453d4baeea', '54.36.148.105', 1686732191, '__ci_last_regenerate|i:1686732191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fc40f71aefbdee6ec7d0b6a329607657c0e2ce5', '207.46.13.210', 1687009489, '__ci_last_regenerate|i:1687009489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fc5de3051ef69695e0d98ebc82c5cbc0db7904d', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fc843678cda59aae6d08d6559515e3e51b26099', '40.77.167.80', 1686841219, '__ci_last_regenerate|i:1686841219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fc92a9258fe3fa381a9b86fc8df87cdb5f4c96c', '200.119.172.60', 1674766258, '__ci_last_regenerate|i:1674766258;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"gukzRMd7cO5w24KNn3Ie\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fcabfd3dd1bf5bd463fb0d2c8e9a23722b5b2a7', '46.161.11.81', 1654146699, '__ci_last_regenerate|i:1654146697;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fcd522d20ac1954e8f92a0e8b6f247d502d23ea', '54.36.148.226', 1679757921, '__ci_last_regenerate|i:1679757921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fcddf6720722393dffe3667c3bb872c9b033fa6', '190.56.173.175', 1652898941, '__ci_last_regenerate|i:1652898941;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652898933;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fcf7f2d4c5c80c944ac7320e24064dfe4a3e4b5', '51.222.253.19', 1679853197, '__ci_last_regenerate|i:1679853196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd39402f33c3a56b3ceabf86c1b546b27359197', '54.36.149.77', 1655650784, '__ci_last_regenerate|i:1655650784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd3ede424ac4fc58f53678f11180da7a215a4d0', '200.119.173.133', 1660947463, '__ci_last_regenerate|i:1660947463;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660683184\";last_ip|s:15:\"200.119.168.196\";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\";user_csrf|s:20:\"3Q6M2lI0V7f59dZDwFzE\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd3f8152d910dede4fb1cec3ba731930216b36c', '52.167.144.164', 1686667311, '__ci_last_regenerate|i:1686667310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd4a2abb2453a4bdc44f4215a1f6bce47a0beb7', '54.36.149.102', 1658373418, '__ci_last_regenerate|i:1658373418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd65b649ae4e9a690bbb357776beed2676100de', '159.65.130.54', 1652369778, '__ci_last_regenerate|i:1652369773;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 ('9fd67d8f5c19f19da0eb12e34159e8d82b034109', '190.56.55.48', 1687288411, '__ci_last_regenerate|i:1687288411;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687288409;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd8d73d12cdf67d2bd93b807afb30a4d3e4ace4', '40.77.167.227', 1678888365, '__ci_last_regenerate|i:1678888365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe197f789c8c210954c1d01512e79629abb7a0c', '130.245.169.247', 1657277738, '__ci_last_regenerate|i:1657277736;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe1a32ca798bc8d5ed13e6a233bf265be852153', '52.167.144.74', 1688472087, '__ci_last_regenerate|i:1688472087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe1c9926839a7317e741d610ddb5ef64517c323', '159.65.130.54', 1652316050, '__ci_last_regenerate|i:1652316046;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 ('9fe1d56a3057ee01d22a7d49f9e2f1971055f160', '190.148.157.53', 1683722654, '__ci_last_regenerate|i:1683722654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683722620;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe1e2e4552167bfb0a3e547fe6877462fa64808', '190.56.173.136', 1687976567, '__ci_last_regenerate|i:1687976567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687976558;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe49f01bbf2ed9c7f838b17379558df8eff3a40', '114.119.166.95', 1685385775, '__ci_last_regenerate|i:1685385775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe50705550ace6ae0de207aec5170e2285f8548', '114.119.149.78', 1687610127, '__ci_last_regenerate|i:1687610127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe53f4b9e409654f92baa54b2639524683985eb', '52.167.144.164', 1686576351, '__ci_last_regenerate|i:1686576351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fe8b69cf90f59ad1c1550dafbcbef49f3475737', '190.56.55.120', 1663358276, '__ci_last_regenerate|i:1663358276;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663357413;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fee141958da699958a613e9f0ba9e690e60d5fb', '40.77.167.2', 1668151722, '__ci_last_regenerate|i:1668151722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fef4ab61af1379e29dab3cd42fdfcd8387222db', '34.219.195.160', 1652708265, '__ci_last_regenerate|i:1652708265;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 ('9ff09c102628058f4187a237a7da3654a1881f8c', '40.77.167.43', 1659284770, '__ci_last_regenerate|i:1659284760;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff31172a4be371cbbb1915fc057411a8178e4f1', '114.119.136.8', 1685010166, '__ci_last_regenerate|i:1685010166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff4f72752d8325bdb410ff84e88be2cbdfb7b34', '40.77.167.13', 1674285841, '__ci_last_regenerate|i:1674285840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff693f29cf362958a592fb1081dab857b0c2762', '114.119.154.181', 1686424077, '__ci_last_regenerate|i:1686424077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff697bf0db6f1c1190f9bdde1131c4124c484f7', '54.36.148.225', 1680004626, '__ci_last_regenerate|i:1680004626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff6f2dedbcfdbffd9779330175b763315bf7fa3', '190.148.87.182', 1679863217, '__ci_last_regenerate|i:1679863217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679863033;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff9542a88464ba2504b69c3e3f8616b5ff9e43c', '114.119.148.202', 1686243728, '__ci_last_regenerate|i:1686243728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ffb55a34dfa2593b210991457583ec4de6bc638', '40.77.167.13', 1674554839, '__ci_last_regenerate|i:1674554839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ffc2b7950f9c781e0eb73eac86982ba258c07c0', '52.167.144.164', 1686580754, '__ci_last_regenerate|i:1686580754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ffc37d1fcb3f7a4eb6a4cee560001e1decc281a', '190.148.157.98', 1679101285, '__ci_last_regenerate|i:1679101285;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679100857;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ffc3e7b787d4894db96ca5b220d40f5c7bcd704', '190.56.55.113', 1673832520, '__ci_last_regenerate|i:1673832520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673832516;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ffdbfb334720b734c650b350ac69c64742b3564', '54.200.235.97', 1656595877, '__ci_last_regenerate|i:1656595877;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 ('9ffdef0d851d15b678557347fe4e7a8d66061005', '207.46.13.17', 1674187804, '__ci_last_regenerate|i:1674187804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fff8da8c64a05cd8d70c32f3625983519d78bf3', '52.167.144.171', 1685392284, '__ci_last_regenerate|i:1685392284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0008964ebdec7e247a63f78d403650cbfd8dd40', '200.119.174.9', 1674511559, '__ci_last_regenerate|i:1674511559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674511529;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a003742fcb0a5aca6becdd6c8fc7dcd1c7d01da3', '17.121.114.184', 1652635088, '__ci_last_regenerate|i:1652635088;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 ('a003afb1556595223ae655298f461e957dbab1dd', '51.222.253.1', 1653438598, '__ci_last_regenerate|i:1653438598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00418103fb26eb3d3ccfcf97fc6392f1779ca7c', '190.148.158.175', 1672252371, '__ci_last_regenerate|i:1672252371;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672252207;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0048ae3c819353322ca58169521e3b29a60204f', '52.167.144.164', 1686726972, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a006fde59858b1d14732ca7dc36381b5cd1fbdc7', '157.55.39.253', 1677047984, '__ci_last_regenerate|i:1677047984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a007ad095336d7789e67dbfdc00b490314440244', '114.119.156.233', 1687713232, '__ci_last_regenerate|i:1687713232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0081b3f81354bf05be61ec34ca54e032160378c', '190.56.49.109', 1666114535, '__ci_last_regenerate|i:1666114535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666114491;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0087092758a7b9ce72dae4e6c223547e50af77d', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0096f31385e3eb9edc312ad8880208b80844432', '52.167.144.164', 1685773949, '__ci_last_regenerate|i:1685773949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00a99d1d2b8dca3f6707de022ffd63bd1abff1b', '157.55.39.79', 1669211782, '__ci_last_regenerate|i:1669211782;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00affa53cf6a572f2d421d0f8399a6215022db2', '40.77.167.255', 1684961938, '__ci_last_regenerate|i:1684961938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00b1e9dc44f0cd9cf623a35f340f724174fca7c', '124.223.197.74', 1656255495, '__ci_last_regenerate|i:1656255495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00c2771e12c267619fa22134abc37179b4e34a2', '17.121.113.137', 1655210661, '__ci_last_regenerate|i:1655210661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00d4acde16ea7a746a2dd195706ba6f913f2679', '190.148.158.151', 1677079101, '__ci_last_regenerate|i:1677079101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677079098;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00deb9bc9cde7652194f65fe28522570388918c', '207.46.13.41', 1670998403, '__ci_last_regenerate|i:1670998403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00ea19d65e7081f768560b7cf82021cea96b744', '190.148.157.83', 1687717322, '__ci_last_regenerate|i:1687717322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687717260;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a00ec3de25cca20d7f9b1a711ff8738196c2f2ef', '200.119.169.5', 1654871030, '__ci_last_regenerate|i:1654871030;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654870497;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a011e79df4ad40722ab96504a0fa9e58188b093e', '207.46.13.17', 1673957914, '__ci_last_regenerate|i:1673957914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a012400f4b811f5e353384891cb36165da2e543b', '190.56.54.77', 1666294198, '__ci_last_regenerate|i:1666294198;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666294192;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0139edc976b21c222fbd431d4a0e3a55beb60fd', '200.119.173.133', 1660947809, '__ci_last_regenerate|i:1660947809;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660683184\";last_ip|s:15:\"200.119.168.196\";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\";user_csrf|s:20:\"WSALuRK3vjDq5IwftngQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0139fb2cadc84794104e6f681cb3193bc62f40c', '190.56.51.144', 1687106689, '__ci_last_regenerate|i:1687106689;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687106683;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0145a317f5f02ca89e17e9a377141afb6301f07', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a015cf656c0ceb4c6a741b672b119fa1e18fd5bf', '190.56.173.175', 1653080155, '__ci_last_regenerate|i:1653080155;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652972652\";last_ip|s:14:\"190.56.173.175\";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 ('a0175af3a3bd228892f300f2145ab25488f17b60', '51.222.253.20', 1658918904, '__ci_last_regenerate|i:1658918904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a01b706e98c3f1a64d9f234a802c10b50c266d38', '157.55.39.65', 1661644667, '__ci_last_regenerate|i:1661644667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a01cebcf3f449a371e5bf3a5477af2b5572697a4', '54.36.148.194', 1653308807, '__ci_last_regenerate|i:1653308807;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 ('a01d4e03cde71aafee8c2aabca2c98905ec78160', '40.77.167.227', 1682367580, '__ci_last_regenerate|i:1682367580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a01d550a1c916a029b96481f111ebc3c6c819ee9', '40.77.167.43', 1658387289, '__ci_last_regenerate|i:1658387289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a01dbde52643d1efe7da7766b6961b2c6d423e5c', '190.56.50.106', 1652218706, '__ci_last_regenerate|i:1652218706;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652194102\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"6IWkeUrD30OvfYVGz4s7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02122147d884523b0b65b48c5179f501ad5473a', '66.249.79.196', 1688560207, '__ci_last_regenerate|i:1688560207;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 ('a022ad3688f1b8234012bf0e41fa5b2a31e66db4', '190.56.54.156', 1665249717, '__ci_last_regenerate|i:1665249717;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665249472;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0249e1f196beb0e6c51f39914769266bb95d8d3', '39.98.207.234', 1658347073, '__ci_last_regenerate|i:1658347073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0272a0790f19d95f0133668f7755c408121e330', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a029277c4c3d018602ac8cf880b0362feb98f2ae', '52.167.144.31', 1681122854, '__ci_last_regenerate|i:1681122854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02c743ad07725619c5d32efc69afa4e4edec4ff', '190.56.32.174', 1676503260, '__ci_last_regenerate|i:1676503260;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676503247;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02d896304ab53dffe424acd874ded1ea8b2aaae', '52.167.144.98', 1686290014, '__ci_last_regenerate|i:1686290014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02db356c9f572281954977a97ae26323759ce80', '200.119.174.9', 1674396201, '__ci_last_regenerate|i:1674396201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674396137;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02ea990644d87e0e4b9f477372d8449814d0454', '54.37.233.116', 1650852028, '__ci_last_regenerate|i:1650852028;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 ('a02eb857fd16383f5be545b0ea4f72d632ac5060', '190.148.87.6', 1668291187, '__ci_last_regenerate|i:1668291187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668291037;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02f0da237d1767972823cfcac7634e1fafdc641', '52.167.144.63', 1686941710, '__ci_last_regenerate|i:1686941710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02f6c483cb2cdae9c677586916ea5a46502f6ca', '190.56.173.152', 1654900183, '__ci_last_regenerate|i:1654900183;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654899490;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0327b6084f3b770f846cbd8332a5449306f7a93', '52.167.144.98', 1684653120, '__ci_last_regenerate|i:1684653120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0360c87bdd0fb2b3b39f76933ecc9fc0a3ecea0', '89.248.168.222', 1651085733, '__ci_last_regenerate|i:1651085733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a036a953e9a2e92abb0226cac8970f3f5ded9318', '37.35.42.6', 1664742671, '__ci_last_regenerate|i:1664742671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0388155768b37f023958afabcf8e13534821bbd', '40.77.167.27', 1659862205, '__ci_last_regenerate|i:1659862194;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a038c7abe4f44069d338319273c539ae3d615ef9', '190.148.252.96', 1673297678, '__ci_last_regenerate|i:1673297678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673297645;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a038d5299f58ca1a01e6e18b80f315410d7fb0d8', '190.56.173.213', 1683413522, '__ci_last_regenerate|i:1683413522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683413084;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a038f84d6216f69bf27c57a85e9a5f043de5bcad', '17.121.113.13', 1660958942, '__ci_last_regenerate|i:1660958942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03a0f4c738a620bd9a454d0fd5c2ee50711a057', '200.119.172.60', 1675019216, '__ci_last_regenerate|i:1675019216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675016720;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03abc55b9d4a5318be22f8b45b9b354b5568ca8', '114.119.141.112', 1687770717, '__ci_last_regenerate|i:1687770717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03af6a168560323a904d4ff4f6694b24b4b02a6', '114.119.155.23', 1688374311, '__ci_last_regenerate|i:1688374311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03bec40d5646ff9e385268c1bca02f880dc6d1c', '40.77.167.40', 1675208789, '__ci_last_regenerate|i:1675208789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03d6f987c2b82419f76585ddf72d744f79e9d4b', '190.148.158.69', 1685994180, '__ci_last_regenerate|i:1685994180;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685994078;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03e741797d2bc7d4de7aed2f1869413f7561e34', '114.119.159.86', 1688322093, '__ci_last_regenerate|i:1688322093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03eed39b66ed81a4982de0c179d9f148e7e6e11', '190.56.173.213', 1683464592, '__ci_last_regenerate|i:1683464592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683464521;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a03fec5d4f90e958dbfc667a887109cd8c297277', '69.171.251.7', 1675132788, '__ci_last_regenerate|i:1675132788;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 ('a0404ee254054c2f6aab49a358d18019e65aaa9d', '40.77.167.146', 1687707350, '__ci_last_regenerate|i:1687707350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a040ce9b11f9fdbfb7b7d29a22f6b3cc3d73a1fa', '40.77.167.58', 1654134594, '__ci_last_regenerate|i:1654134584;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a044df70d9e76c23b5d60ca08be6d961198f5837', '40.77.167.225', 1680731940, '__ci_last_regenerate|i:1680731940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0457c2a4c3823e33d44146f085f32962780129a', '78.47.36.113', 1652321800, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04591a3f5302ef64f789281cdcc4e50d02ee0cf', '52.167.144.162', 1682959429, '__ci_last_regenerate|i:1682959429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04a3e7a062189e6691ac875aef73efd787fb213', '190.148.157.214', 1669736824, '__ci_last_regenerate|i:1669736824;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669736804;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04aee758aeebfc369abd5cdb9c43e3702b573ee', '200.119.170.30', 1660399581, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1660399581;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660396137\";last_ip|s:13:\"190.56.51.247\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660399573;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04befb83c36c78f5364e6a4046a14ae4037dcc3', '173.249.31.237', 1659409330, '__ci_last_regenerate|i:1659409330;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 ('a04cad6601afc2be1ef53fe0f9eb4715d3654513', '52.167.144.164', 1685949306, '__ci_last_regenerate|i:1685949306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04d1cab1a2aa93cd3d5fb3f66c159cf25430b2c', '40.77.167.227', 1682242728, '__ci_last_regenerate|i:1682242728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04d9c37f98083b472fc399d62250fae48e4cb57', '207.46.13.6', 1671928228, '__ci_last_regenerate|i:1671928228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04dd0050831b0b3c1c0bb6cac541d28852980af', '144.76.67.169', 1676799016, '__ci_last_regenerate|i:1676799016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04e37cff6f71d19eb4e9151ba3ec9bd0d6363a1', '200.119.174.187', 1667433989, '__ci_last_regenerate|i:1667433989;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667433962;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04f20e7b5892e42c2d4d642f050ee5b08c6afad', '51.255.62.6', 1664364332, '__ci_last_regenerate|i:1664364332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a04fc37ba7db17023e6e5e2040c1e9f68625660b', '52.167.144.94', 1678176479, '__ci_last_regenerate|i:1678176479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0545d9e930300e1f8628d19c43e41b2b34bd86a', '52.167.144.42', 1680121659, '__ci_last_regenerate|i:1680121659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0548ddd109d69efa4ea84d73dd4be0d22b6c14d', '200.119.173.130', 1675970296, '__ci_last_regenerate|i:1675970296;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675969866;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a056b816b2659e43485b1137b06dbbd9fed22aa3', '51.222.253.4', 1658953109, '__ci_last_regenerate|i:1658953109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a057f930dd4569a1aca44b627b03310204b85286', '200.119.173.67', 1679324311, '__ci_last_regenerate|i:1679324311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679322149;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a059adb2ed66792bac228edc14ed545ad8298ffc', '114.119.130.116', 1686176001, '__ci_last_regenerate|i:1686176001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a05a4cd0a9de69edb11c8ef9f7dffbc1e621d36b', '168.138.2.237', 1655886764, '__ci_last_regenerate|i:1655886759;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 ('a05a9621d89c26734b7f75cee559481daa91d058', '149.56.160.162', 1664183109, '__ci_last_regenerate|i:1664183109;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 ('a05c6203a46cd966490d772427e9081fc10a5523', '190.148.87.182', 1679593556, '__ci_last_regenerate|i:1679593556;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679593550;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a060b0f13ca7bdf5bbe65a1960a4206c739ff3ee', '54.36.148.224', 1659613216, '__ci_last_regenerate|i:1659613216;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 ('a06154cab025be25f8cbfc1b878a8dedd1956a49', '190.148.252.151', 1671292401, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0661e4871f630cf45ba24181247b179d200423b', '114.119.129.208', 1687577416, '__ci_last_regenerate|i:1687577416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06668f8f4814e277e60412668a11aef8699383b', '207.46.13.230', 1657047742, '__ci_last_regenerate|i:1657047742;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 ('a0669b2c4515210db3854de7fcddb2118fadbbd9', '167.248.133.188', 1688034802, '__ci_last_regenerate|i:1688034802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06848d33a9a68d6e355d79dc24aa63b575957b2', '52.167.144.164', 1686601589, '__ci_last_regenerate|i:1686601588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0691e8738d7bc6c287451ef68e659d79d6d5df7', '190.148.157.53', 1683928429, '__ci_last_regenerate|i:1683928429;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683928093;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a069714d5e2d3b693fc0c2dbc03a955bb23657d8', '114.119.153.104', 1685225002, '__ci_last_regenerate|i:1685225002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06aa7e05effa31d3c2820b4f7e3341f116848f7', '190.56.55.48', 1687307429, '__ci_last_regenerate|i:1687307429;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687307421;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06b88c4cff5758bf5a312972ef01e7ca1dea1cb', '157.55.39.68', 1667032075, '__ci_last_regenerate|i:1667032075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06d2e0914a5be1bcb3ead7fe60191b061ac3d25', '190.56.32.174', 1676902300, '__ci_last_regenerate|i:1676902300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676902287;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06d56cd0028e1d37bd351b50843d223b3d9a67a', '17.121.112.6', 1671135053, '__ci_last_regenerate|i:1671135053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a06ed35e89ff3ba3f08140d20e4329f7efbea2cf', '101.251.204.98', 1677299663, '__ci_last_regenerate|i:1677299663;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 ('a07167a9d78077bc0b96747fa7b05afc8c3d9dc2', '200.119.181.7', 1654800279, '__ci_last_regenerate|i:1654800279;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799610\";last_ip|s:15:\"190.104.119.212\";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 ('a073555be7b558d47abd12e5a6a0655009877d99', '17.121.115.161', 1661583903, '__ci_last_regenerate|i:1661583903;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 ('a0741d70e1c2d320f854224bc2c023877990d17f', '200.119.174.55', 1662556610, '__ci_last_regenerate|i:1662556610;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662554802\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662554903;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0750f4b864bfa1f426d1f6660869fa93c3dbe79', '20.97.57.171', 1651176002, '__ci_last_regenerate|i:1651175993;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a078198bb1a23196b40d4cbdc638ed8aea29e327', '17.121.113.132', 1662446735, '__ci_last_regenerate|i:1662446735;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 ('a07a737866a827fc96b2b029751a83c93854381f', '40.77.167.249', 1680775619, '__ci_last_regenerate|i:1680775618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a07b185c48b18200138ac82c42648c2715012817', '114.119.145.121', 1684509113, '__ci_last_regenerate|i:1684509113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a07bb3fe50ccc19351b70d8f2ad16c4753612d8e', '52.167.144.98', 1686177188, '__ci_last_regenerate|i:1686177188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a07c7e44feffa861e33c2f14cb2255fefe07d163', '124.206.180.138', 1652004217, '__ci_last_regenerate|i:1652004215;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a07d045eb7f6879a88637a4188c5801837027474', '200.119.170.221', 1664301474, '__ci_last_regenerate|i:1664301474;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664301436;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a07e98caaee6fb9352d7b510061c0e3c13593b83', '51.222.253.12', 1651374249, '__ci_last_regenerate|i:1651374249;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 ('a0803f1b0a080258a93e856f7f67a1ff3532e647', '114.119.136.176', 1686606020, '__ci_last_regenerate|i:1686606020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a080506e3e11a86f085706a1209502e3e151ebd1', '194.113.35.33', 1664742753, '__ci_last_regenerate|i:1664742753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a081167dfb3d6961f97e316d72d758a22fd397ce', '114.119.138.35', 1687796124, '__ci_last_regenerate|i:1687796124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0820f4fbedf65c76436b6f14eed9492271e3ae7', '198.251.73.67', 1672881339, '__ci_last_regenerate|i:1672881339;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a082e91e328dce2c1388d751cff18f43e0739b27', '54.36.149.36', 1662750363, '__ci_last_regenerate|i:1662750363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0839a76936de49ebed217aa1eaf42541b957969', '190.148.157.214', 1669738286, '__ci_last_regenerate|i:1669738286;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669738143;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a084d7a792f03f52be963f14372ab95a282adc0d', '114.119.157.196', 1688577106, '__ci_last_regenerate|i:1688577106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08549d88ad16f33aff359fd4e2a306234a4e72e', '45.55.135.165', 1660252973, '__ci_last_regenerate|i:1660252973;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a086e86371382a1bb40798a4a438ae79b96227c1', '114.119.150.110', 1686965165, '__ci_last_regenerate|i:1686965164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08dfc5102a6a1312d790631b823f9ff3c2aa10e', '40.77.167.91', 1687033105, '__ci_last_regenerate|i:1687033105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08ecdda647b2eed373195c622917e1f238cb3b2', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08f15f1d2db93d08750fa5fd70c8eff18eca58c', '114.119.152.5', 1687830057, '__ci_last_regenerate|i:1687830057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0909cebbccab7186f1dbfc147d9a483ec2fea89', '216.145.14.142', 1665881276, '__ci_last_regenerate|i:1665881276;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 ('a092d7b38a827f552cb365a1a99204e8e7730316', '51.222.253.10', 1681624936, '__ci_last_regenerate|i:1681624936;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a093cb9be99af84725fab4bbd8a9bef2623dca90', '52.167.144.171', 1684913254, '__ci_last_regenerate|i:1684913254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a09563aba2f2be0888a3136db2e8a1da08461663', '40.77.167.23', 1673768651, '__ci_last_regenerate|i:1673768651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a095e8bec7924ef08c25ab34aa39a112971f30d5', '207.46.13.210', 1686934728, '__ci_last_regenerate|i:1686934728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0961c6b07ea141f9adf210b3b97927a9e32db82', '54.37.233.116', 1650852031, '__ci_last_regenerate|i:1650852031;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a098b46de39f14749be830d40175e26d49df8ab4', '114.119.153.50', 1687728016, '__ci_last_regenerate|i:1687728016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a098fa9f7345f5952a7cef6a671fcba7191ac79f', '157.55.39.65', 1662210581, '__ci_last_regenerate|i:1662210581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0995c66fea5ffb61041197e9de41ecc319dfe53', '200.119.173.177', 1684858585, '__ci_last_regenerate|i:1684858355;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684857945\";last_ip|s:15:\"200.119.173.177\";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 ('a09e6deb1110f3a12e51625e6626ca4fd98c3ed7', '74.208.2.228', 1665904736, '__ci_last_regenerate|i:1665904736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a09fefec85c36da8c371901d82926f825e8f81f2', '190.56.32.32', 1686143395, '__ci_last_regenerate|i:1686143395;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686142777;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a0313d8348e7af9528fe0f7c6b0a659a3b9ccb', '104.215.192.235', 1653756179, '__ci_last_regenerate|i:1653756178;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 ('a0a0498611e3925d05c9327c8d9ab3ec43590b73', '114.119.153.108', 1687301575, '__ci_last_regenerate|i:1687301575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a07437fc9477468eb0cab122f3600ef2e03ac1', '200.119.174.9', 1674484005, '__ci_last_regenerate|i:1674484005;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674483981;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a07926f4455faa139501f0166a5ff3d587b8e7', '17.121.112.25', 1657020241, '__ci_last_regenerate|i:1657020241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a46f1645193d8e5c1316b92678bdb09150b127', '190.148.158.69', 1685838539, '__ci_last_regenerate|i:1685838539;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685838531;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a476368df3c4ff32088671cf150c477029977f', '114.119.141.77', 1687624377, '__ci_last_regenerate|i:1687624377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a4b0d26cd96ae6962e3748bb17b4a637e7d4b5', '45.63.18.23', 1686118040, '__ci_last_regenerate|i:1686118040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a74fe23560f5812cf8f69ac0a3fcad10d97d06', '51.222.253.6', 1657338095, '__ci_last_regenerate|i:1657338095;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 ('a0ad3fc2b647ed83afb3bfd7c9bed599891066e8', '190.56.32.35', 1671798469, '__ci_last_regenerate|i:1671798469;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671798421;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0adf5bf025a3d997fb981e60494f225937833e3', '52.167.144.164', 1686312927, '__ci_last_regenerate|i:1686312927;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0aee51ceee5698d765a78f180bad4b4eda7964a', '157.55.39.80', 1670168611, '__ci_last_regenerate|i:1670168611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0afe8756cf09c1596f9322e7823586b19cd4972', '130.245.169.139', 1657878947, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b015bda6670267e7f64a24ad1170fd05b7f58a', '114.119.137.211', 1688205550, '__ci_last_regenerate|i:1688205550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b10e52568ce92df2c38246f5e0ede9e4dc0341', '114.119.142.207', 1687302991, '__ci_last_regenerate|i:1687302991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b185c7617ffff12db71b8472e60701f9133342', '190.56.50.6', 1667663335, '__ci_last_regenerate|i:1667663335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667663325;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b1b375e5c3e016942caeedabd4881dfbe82140', '40.77.167.166', 1676667526, '__ci_last_regenerate|i:1676667526;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b1c0c0310e8ee14e525c302573d87a2a6cc2a4', '51.222.253.2', 1659364987, '__ci_last_regenerate|i:1659364987;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b36dda18155daedfe7a03d29e36d22dd77c874', '190.148.252.88', 1652791523, '__ci_last_regenerate|i:1652791523;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652756004\";last_ip|s:15:\"190.148.157.173\";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\";last_activity|i:1652791466;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b40fa91c7b4b81591496ef857a7d654e2ac727', '35.222.8.110', 1652005098, '__ci_last_regenerate|i:1652005098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b4cc54a1e4217c091debffff9132cf73e42a75', '52.167.144.162', 1681886700, '__ci_last_regenerate|i:1681886700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b5b9f3041b2599f426d0deacd4d729ac02cf33', '185.108.106.202', 1654742980, '__ci_last_regenerate|i:1654742980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b6124bffe3c718304ca20b7a88a8598c2fa1b4', '40.77.167.182', 1683135069, '__ci_last_regenerate|i:1683135069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b65fd6336696383c8d2a039152b88ef4960542', '157.55.39.208', 1685971801, '__ci_last_regenerate|i:1685971801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b69f306821ee5b8199edd1f02e075b070c2014', '190.56.173.251', 1652129442, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652129442;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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 ('a0b866eff70161e7f866bc37e64114568dee82e1', '114.119.131.182', 1688125417, '__ci_last_regenerate|i:1688125417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0bb2f15450279273555ce78dec75b65b7ea4433', '40.77.167.123', 1683192180, '__ci_last_regenerate|i:1683192180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0bc810394f551477209224704afe5b5f2de226b', '207.46.13.51', 1663227895, '__ci_last_regenerate|i:1663227895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0be44fc48fb4b6601bd2c074bccdc2225017f74', '54.36.148.159', 1663232503, '__ci_last_regenerate|i:1663232503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0bea1262c3867ee161810b32f5c51aed79694e7', '190.56.55.113', 1673659024, '__ci_last_regenerate|i:1673659024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673659021;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c0b17acefeccded001345c4a7461fd02f50bea', '5.188.62.140', 1653312853, '__ci_last_regenerate|i:1653312851;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c3f993602a56cc7e2aaa4152af20c88be2731a', '52.167.144.43', 1683864136, '__ci_last_regenerate|i:1683864136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c49498f24edffedb723eb1117a03fa4135e300', '40.77.167.13', 1672390038, '__ci_last_regenerate|i:1672390037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c53dd78a0424287b140336365f2f99f5867c7a', '114.119.138.151', 1686405284, '__ci_last_regenerate|i:1686405284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c59d3582dee86d7f045f9ac9b65e32adbad4af', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c5e3d07ce6ab59b983ed38fa2c4bf1fd8433ec', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c7c97575ace41fe135446d37edf72d2fcf77c6', '49.37.154.217', 1653290502, '__ci_last_regenerate|i:1653290501;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0cd66f510d3b608db83aa13bec8d9387cfe1c66', '5.188.62.140', 1656355559, '__ci_last_regenerate|i:1656355559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0cdf5e52e4951c98ce45f3cd77db9488f217480', '35.93.15.104', 1671368979, '__ci_last_regenerate|i:1671368979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0ceb05a35f40b4cb6ed5f0b07c23b0a69a6f0f6', '52.167.144.154', 1687583636, '__ci_last_regenerate|i:1687583636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0cfb64a0f9ec9b9d637406662d31cd3723079f3', '114.119.131.199', 1685434518, '__ci_last_regenerate|i:1685434518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d0366bcd9a6bad49ec15e95810e644c34fa4e9', '190.56.173.130', 1650897799, '__ci_last_regenerate|i:1650897799;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d1040de88e45c66030ebf212ed7fed0d06b595', '190.148.87.6', 1668277781, '__ci_last_regenerate|i:1668277781;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"nlSZaqhOMpN0oP5FeA7u\";last_activity|i:1668277753;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d192599d8d86ffefd73e6ba3c7ed928e454347', '200.119.170.16', 1666803724, '__ci_last_regenerate|i:1666803724;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666803683;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d2eb14542089fc60d7abf9a751f9de96c994d1', '114.119.155.142', 1685462256, '__ci_last_regenerate|i:1685462256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d3b02e39fe3a19df94ba4d7027c0105ad37d84', '17.121.113.211', 1652151655, '__ci_last_regenerate|i:1652151655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d4c9ced7390ff42d1bd401a5a47ba49b3fe0c2', '40.77.167.85', 1685267304, '__ci_last_regenerate|i:1685267304;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 ('a0d705499402bd786580b54a5b3ba5e2cd02eb18', '40.77.167.133', 1683995596, '__ci_last_regenerate|i:1683995595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0d7f1bcb4238c54d80d3c44db2f928c14d8320f', '190.56.49.83', 1687046855, '__ci_last_regenerate|i:1687046855;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687046799;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0da0de6f452f411ca262d9b66c77522be1fb17a', '157.55.39.125', 1654482038, '__ci_last_regenerate|i:1654482028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0dcf5a68e4737c0eb668c4dc411ca0edd5461d4', '114.119.149.78', 1686877148, '__ci_last_regenerate|i:1686877141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0dfdee570f127973ac6cccd6343b336f57dd056', '52.167.144.154', 1687547963, '__ci_last_regenerate|i:1687547963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e100bcbed84743fcfbc76630a3e7efbf3c8add', '146.59.157.229', 1650749989, '__ci_last_regenerate|i:1650749989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e285d26bf1d9b109a0eab44ef7ef057e07c749', '190.148.157.177', 1682021660, '__ci_last_regenerate|i:1682021660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682021648;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e50f766514abb9877a0be027683d32a531a94a', '200.119.173.177', 1685224647, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685224647;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685224591;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e52459679ce9a3a4657e0a4f51c44d26061f36', '190.148.252.151', 1671385585, '__ci_last_regenerate|i:1671385585;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671385579;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e6d5ccf22d2f1f7cc00234f569843ec0d7fea3', '3.21.158.231', 1684627126, '__ci_last_regenerate|i:1684627126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e87be7bd9cdeed554c9ea9cc4c1caaba0b226a', '114.119.137.85', 1688544066, '__ci_last_regenerate|i:1688544066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0e92646b5b24f9577551a679c843cf88f94b53a', '114.119.156.72', 1687538068, '__ci_last_regenerate|i:1687538068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0eaad35d774bbaef181df045ce7da0c1757ea2c', '74.208.2.174', 1682135980, '__ci_last_regenerate|i:1682135980;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0eaee1aba6a71f02dc2c2dcfab3549923fba3bc', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0eb0beea4c64eb428c49a3eda0f9d27ce361bd8', '40.77.167.85', 1685311292, '__ci_last_regenerate|i:1685311292;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 ('a0ec4dcd517c9e69e6e3faacb6cdda76db7759d0', '200.119.173.212', 1667947188, '__ci_last_regenerate|i:1667947188;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0edbf067fc4077c6d5b4e3db308ed9a34cbb271', '8.41.221.63', 1650953543, '__ci_last_regenerate|i:1650953543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0f024360e2c095acbcef7023957ddafc21bce04', '190.148.252.73', 1664648722, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664648722;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664648714;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0f35b89371cc524995b3e300cade97241c6710e', '52.167.144.162', 1686490829, '__ci_last_regenerate|i:1686490829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0f41d919a25a185314052bae9e7b345ac35d7f9', '190.148.252.161', 1670022889, '__ci_last_regenerate|i:1670022889;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670022250;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0f536d97b8eaee485c2ffb41a2b7ea92d576cea', '51.222.253.17', 1674259263, '__ci_last_regenerate|i:1674259263;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 ('a0f75ffe80f60e541b3bc2419345ca251b5018f6', '190.148.157.99', 1662585935, '__ci_last_regenerate|i:1662585935;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662568982\";last_ip|s:14:\"200.119.174.55\";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:\"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 ('a0f800f7c8e73b5d9fb553b25469a2b802e2c2f1', '207.46.13.217', 1684132447, '__ci_last_regenerate|i:1684132447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0fa5d43e2fad35a0ef0c3dfb28ad8dd2f35ecb8', '190.56.32.162', 1686440443, '__ci_last_regenerate|i:1686440443;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686440439;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0fb02ec297f0b70b50de9a9eeef60b1ba77c5c7', '52.167.144.178', 1684162898, '__ci_last_regenerate|i:1684162898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0fbda1c49da614b8470536da19afc0318f9ec0a', '190.56.32.243', 1684670133, '__ci_last_regenerate|i:1684670133;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684669832;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0fc23231ab5838968a11f07d820ac8d20b59879', '52.167.144.162', 1686767775, '__ci_last_regenerate|i:1686767775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0fcc15c14a7ec05feba87abca65fd6846d17ed2', '52.167.144.162', 1687232726, '__ci_last_regenerate|i:1687232726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0fdd4f4b63241b9adeac64af9f70485bafcc0a4', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1006264f58726aeac721cc5e6ad614f495bbbb2', '190.56.32.35', 1672091325, '__ci_last_regenerate|i:1672091325;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672091286;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a101fd196531792adb4ef69868e03fb206a45557', '200.119.170.113', 1666720843, '__ci_last_regenerate|i:1666720843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666720825;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a105f13ebe61e327c8dc134d3071bf5ac79e5f42', '207.46.13.12', 1675858936, '__ci_last_regenerate|i:1675858936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a106cfbfc5e871336bba2ec5b40374bcead4fdc0', '52.167.144.164', 1686576224, '__ci_last_regenerate|i:1686576224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1074c16d6820c0d3be2a8dfada682b67c102e2a', '74.208.2.208', 1672815566, '__ci_last_regenerate|i:1672815566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a107b3dc663ac612ea698993c43d03f26413f9ae', '185.27.99.121', 1666432936, '__ci_last_regenerate|i:1666432936;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 ('a108109991f26b5d3734ab966bef591b3b3f3874', '52.167.144.90', 1680938084, '__ci_last_regenerate|i:1680938084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a108ea3e748a9caaebb2c74830cd04475de834cf', '200.119.173.130', 1675792505, '__ci_last_regenerate|i:1675792505;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675791202;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a10a1ba7471446d881e3f9723554b9b5a85d2e1c', '207.46.13.175', 1672905584, '__ci_last_regenerate|i:1672905584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a10b46132ec54af2d508a41b6b8994b6417127fe', '34.214.30.133', 1650806935, '__ci_last_regenerate|i:1650806935;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 ('a10b95edfe310153cf1bc7868a34243229324e98', '144.76.67.169', 1676801126, '__ci_last_regenerate|i:1676801126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a10ee923e7664c5fc96dd7fe16796a3284805b4c', '149.56.160.191', 1661469060, '__ci_last_regenerate|i:1661469060;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 ('a112b14a27b9f998b566cbbc8fe296f4ae68bf16', '190.56.32.35', 1672085705, '__ci_last_regenerate|i:1672085705;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672085703;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a114d79191d71e46a46da07c4b31fc09f09b30b7', '114.119.149.81', 1688313300, '__ci_last_regenerate|i:1688313300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a115263195886ee2ecda6b5053b689e33a1cefbe', '52.167.144.98', 1684303340, '__ci_last_regenerate|i:1684303340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11602734270b9eef117d3ec8da95a0749645c85', '163.172.184.39', 1656194445, '__ci_last_regenerate|i:1656194445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1173b92fc3bc39ffb1cb0e81a0bcab140443711', '5.188.62.21', 1656437229, '__ci_last_regenerate|i:1656437226;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11808694b62d931d1544798c4625b5e3a82fab5', '157.55.39.25', 1663763706, '__ci_last_regenerate|i:1663763703;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1183ee286fae3616e52c2eb80190505935c99ff', '114.119.128.253', 1686673913, '__ci_last_regenerate|i:1686673913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a118438d80606e38f4b0066fecdb50ae9747457c', '190.148.87.182', 1679703195, '__ci_last_regenerate|i:1679703195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679703134;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1199e461af8615ec1aae93d6a27838516c88971', '190.56.32.35', 1671994602, '__ci_last_regenerate|i:1671994602;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671994512;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11ac75f56dcdaacd0b57e0f5dadb149b1e3fc67', '190.148.252.96', 1673302208, '__ci_last_regenerate|i:1673302208;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673301814;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11afffa0481c2b6c0ba4e72ccc8d6f2ff38602e', '40.77.167.182', 1683642592, '__ci_last_regenerate|i:1683642592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11ce4e04455615282afd47537db55c96d1f90a4', '190.148.158.69', 1685829839, '__ci_last_regenerate|i:1685829839;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685829755;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11d892d4e632e175822c323d41a862aee0b5479', '190.56.50.32', 1655155436, '__ci_last_regenerate|i:1655155436;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655124180\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655153739;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a11e6eb3ffbc73aafa109bd50d45a1346c5dd8bc', '52.167.144.164', 1684452917, '__ci_last_regenerate|i:1684452917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1211987b2830e8c935520cec5c86ebb08e6bef9', '190.148.252.76', 1654294198, '__ci_last_regenerate|i:1654294198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12183329976f85ab90a396f25f407bea56cefe9', '17.121.113.38', 1659247014, '__ci_last_regenerate|i:1659247014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a121a50c0d05a2c84c8321931bc87f3d925d9836', '114.119.155.81', 1685844836, '__ci_last_regenerate|i:1685844836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a121ba238c225bcbd17572e17277fb83100a5f3c', '200.119.170.120', 1660085778, '__ci_last_regenerate|i:1660085778;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659539362\";last_ip|s:14:\"200.119.172.95\";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\";user_csrf|s:20:\"cwTqpW3nOf1ZK5GuNYiL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a123e070407b177c370d2875c95f8cc392e557db', '52.167.144.98', 1685594555, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1241292a0c549e342dd11c30731e5c39938b541', '114.119.150.252', 1687022715, '__ci_last_regenerate|i:1687022715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a124f89b04aaf86e6036995ef10be5f23c98ca34', '40.77.167.249', 1680659267, '__ci_last_regenerate|i:1680659267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12533f36e3d888b220a80817d2ad388702e14f9', '190.148.252.111', 1677949900, '__ci_last_regenerate|i:1677949900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677949898;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a126fd95661cf75a836e0fd9fe1f810d5c29716a', '207.46.13.210', 1686961168, '__ci_last_regenerate|i:1686961168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a127b18c973b47257abbedda2378b4df34ec2666', '190.56.173.213', 1683465955, '__ci_last_regenerate|i:1683465955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683465787;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a127fc4d1d2c5e3b8a162062a4a4cb4af71d46b4', '114.119.148.187', 1687574148, '__ci_last_regenerate|i:1687574147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1299eca97f0f5845d9b70de8de15e54d176876b', '52.167.144.49', 1677356216, '__ci_last_regenerate|i:1677356216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a129d5a015d2ac14a332a68ae0cc8907645e1ce7', '51.222.253.16', 1656946845, '__ci_last_regenerate|i:1656946845;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12b7c03f1748a4e7e1f9cf78ff7e81fca88f717', '157.55.39.125', 1654625967, '__ci_last_regenerate|i:1654625956;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12c0a41c8b91e73a24a260c99c05a52c282929a', '200.119.169.25', 1664897330, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664897330;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664897192;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12cd1be49445ede89302ffe29cd44276197f2e0', '17.121.113.50', 1656782137, '__ci_last_regenerate|i:1656782137;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 ('a12da2f414886d851c82ae4a744993b54b56bcfb', '207.46.13.217', 1684025463, '__ci_last_regenerate|i:1684025463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12db16daae837f9723a20addc84229f68b8d7c1', '190.148.252.178', 1657403565, '__ci_last_regenerate|i:1657403564;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657393090\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657403564;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12db6330e34d59d0d740108452e4b6741bf9cb3', '152.69.186.18', 1652503510, '__ci_last_regenerate|i:1652503506;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 ('a12de18c7693bd9fd49e11f78137129c42adc8d9', '157.55.39.46', 1672891467, '__ci_last_regenerate|i:1672891467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a12f53b774410b47d2cf71f09b667c3c50af1469', '190.56.50.106', 1652291709, '__ci_last_regenerate|i:1652291709;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652215793\";last_ip|s:13:\"190.56.50.106\";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 ('a12f90adb8b7c87460b22c9713e2cb77ced4e2d3', '107.174.138.169', 1651762748, '__ci_last_regenerate|i:1651762748;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 ('a1327de07ada82709066c1247f36b37b42912b0a', '190.148.252.183', 1681745062, '__ci_last_regenerate|i:1681745058;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1680627888\";last_ip|s:15:\"200.119.168.250\";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 ('a132abc3d02474dd3ed8cbc93edb9114547985fd', '51.222.253.19', 1687284988, '__ci_last_regenerate|i:1687284988;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 ('a1350db83db6cc9f41e11cdc4ec89349aa1bde2c', '52.167.144.154', 1688004830, '__ci_last_regenerate|i:1688004830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1352f57ecfd1f659b6047e61a674011c1c9babc', '207.46.13.160', 1665010210, '__ci_last_regenerate|i:1665010210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1364f2d141ea774eba05f6827b9b24a2ce87891', '52.167.144.98', 1685064962, '__ci_last_regenerate|i:1685064962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a13778d6419c3ea1b661f50595ba47c498c1a86c', '114.119.146.111', 1687804289, '__ci_last_regenerate|i:1687804289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a137a7d203b50a2779038b9b99cc0d9e3ef6f8e9', '190.148.252.151', 1671143239, '__ci_last_regenerate|i:1671143239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671141262;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a137c600749243f9e6c4f0510493e8b1229e9ea6', '200.119.172.96', 1675465706, '__ci_last_regenerate|i:1675465706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675465523;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a13816b1005868576b4d9efb6fa6629751f1ec28', '51.222.253.14', 1654047999, '__ci_last_regenerate|i:1654047999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a13aba0c1af9cef47dddcac437705cc4ac5e7d73', '185.27.99.130', 1675158324, '__ci_last_regenerate|i:1675158324;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 ('a13c9ced418c5931c368cc09e082675ca3fd19dc', '190.148.252.195', 1653874362, '__ci_last_regenerate|i:1653874361;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a13d76e91c15602a17d2df97a0461be07bf1a1be', '40.77.167.101', 1661718012, '__ci_last_regenerate|i:1661718012;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 ('a1428d70e439a29c5f17abbc76251f5b04f4683c', '40.77.167.123', 1682816894, '__ci_last_regenerate|i:1682816894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a143ae8f463765df68ff44bf978faf12914b03a5', '200.119.174.137', 1654807530, '__ci_last_regenerate|i:1654807530;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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 ('a147f45c4a42aa2373afa3b160c913bcb1725e44', '51.210.182.66', 1650744825, '__ci_last_regenerate|i:1650744825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a148fd153ddef69f22437b9796605dbe4f52a1b1', '52.167.144.31', 1681358975, '__ci_last_regenerate|i:1681358975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14984435c54646c643cb7c3947e420b7126b934', '190.148.252.151', 1671198843, '__ci_last_regenerate|i:1671198843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671198688;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14a5332058b37d80c4974b5cde443c0f49ccfd9', '200.119.174.129', 1666358824, '__ci_last_regenerate|i:1666358824;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666358753;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14b0b861b39cec8851d13cd32ec4227a8223de8', '52.167.144.98', 1686175373, '__ci_last_regenerate|i:1686175373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14b9472a901dfee3d91f3522a3707454ad8ca57', '52.167.144.171', 1684624702, '__ci_last_regenerate|i:1684624702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14e7bf1c101c973957f0f540286467ecb00c876', '5.78.41.21', 1688161395, '__ci_last_regenerate|i:1688161395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14e9026d88b3e921414255a29d53d5ad835770b', '52.167.144.164', 1684939029, '__ci_last_regenerate|i:1684939029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14ffe9c0af2863231e8d6e476a253d5204d2437', '114.119.146.107', 1686510777, '__ci_last_regenerate|i:1686510777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a15148f691cba6df7643eec2f7186cef5f8be377', '200.119.169.44', 1663773943, '__ci_last_regenerate|i:1663773943;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a151b1b9d1049049bd48027e34212044e2032bd1', '200.119.173.67', 1679356187, '__ci_last_regenerate|i:1679356187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679355972;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a151dd5d5c83ea7e895925b7936fb0307ec7916b', '192.71.126.175', 1650734902, '__ci_last_regenerate|i:1650734902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1561785db6814944159f9b128b68597a0a16531', '114.119.128.158', 1687579809, '__ci_last_regenerate|i:1687579809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1561fa5c68a1118414760a03f67a4cbf97e07bb', '52.167.144.74', 1688296448, '__ci_last_regenerate|i:1688296448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1566fccffa7b8162983adea18792fd667b17848', '52.128.4.128', 1657614357, '__ci_last_regenerate|i:1657614356;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a157cd1927973634a944991dad272e8bf766b2e5', '17.121.112.10', 1661633839, '__ci_last_regenerate|i:1661633839;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a157daa30f8a7dc03d56f04b265bb46f92b7cda3', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a15bed80a81de462f56a7880475029c70efa0a80', '51.222.253.17', 1664333694, '__ci_last_regenerate|i:1664333694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a15f60e6f5c5518a7b529693b85b01e9fe50a6b8', '198.251.73.67', 1672881265, '__ci_last_regenerate|i:1672881265;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a160a21f1a430410271f3d9d8154276661e1b995', '207.46.13.199', 1660529669, '__ci_last_regenerate|i:1660529669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1618130ae8f786a5621148b31c86dc3ae9f3c80', '207.46.13.41', 1666060640, '__ci_last_regenerate|i:1666060629;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a162124383a9da49397a55748be25d6bfa324067', '190.148.158.108', 1676558186, '__ci_last_regenerate|i:1676558077;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676493187\";last_ip|s:13:\"190.56.32.174\";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 ('a163c52792498ef1713ed1243355753ca62dd0ad', '52.167.144.162', 1683017669, '__ci_last_regenerate|i:1683017669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1645d76314343f8dbaa4008ec48d73424449623', '157.55.39.80', 1670191908, '__ci_last_regenerate|i:1670191908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1646e8cd1b899f1392f535d2335ddbf619f9864', '52.167.144.70', 1688110794, '__ci_last_regenerate|i:1688110794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a164780823ba3f3ffe6e079d8cb4f7199c1cce95', '34.68.76.53', 1652528175, '__ci_last_regenerate|i:1652528175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a165480d491bc78f006967fa4b4653803e418c5a', '34.126.161.149', 1653320286, '__ci_last_regenerate|i:1653320282;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 ('a16596fa3234e1c70b68d1618bb39cf9507e7ba5', '207.46.13.236', 1655472059, '__ci_last_regenerate|i:1655472059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a16699c0e786c7618235096f3a80566f43ab89ac', '52.167.144.164', 1684477116, '__ci_last_regenerate|i:1684477116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a166bebc52ae7d19031fe6390195474954ace5ab', '190.148.158.151', 1677275881, '__ci_last_regenerate|i:1677275881;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677275840;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1692f89ce0174479e18b34f3643f74777bc070a', '173.249.22.173', 1651787966, '__ci_last_regenerate|i:1651787966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a16aee3035a450bdc8ab3bf5ca0c15e3455ba1dc', '190.148.158.108', 1676595130, '__ci_last_regenerate|i:1676595130;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a16dd2bae6a3c461fd8138d4c30042155d651806', '5.188.62.21', 1653372002, '__ci_last_regenerate|i:1653371999;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a172458572ad65b35d2d77f47288680186ce2a94', '114.119.154.13', 1685659504, '__ci_last_regenerate|i:1685659504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1727016b992674b64ddf08833138f0b7a0785ba', '52.167.144.162', 1686691997, '__ci_last_regenerate|i:1686691996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1744adb661988aa59285ac116bd249dccdc9941', '93.158.91.232', 1687149738, '__ci_last_regenerate|i:1687149738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17465b4bf33c3b1cd44ee55c01b87c9e18489d5', '52.167.144.162', 1687286794, '__ci_last_regenerate|i:1687286794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1759bda182bcb754de9ecfcd4282526dd530d62', '190.56.32.243', 1684782713, '__ci_last_regenerate|i:1684782713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684782710;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a175e4420717dc76293f5a515baf1c7be87474dc', '5.188.62.21', 1656430406, '__ci_last_regenerate|i:1656430406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17814efd5d86f13e9adbc34389585c1a7ae08c0', '157.55.39.209', 1680020697, '__ci_last_regenerate|i:1680020696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1783f0919dcd043fe802ccc301baf1d07720441', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a179993890678a5bd11050c8c037afe5cb9a4816', '51.222.253.11', 1684813452, '__ci_last_regenerate|i:1684813452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17d4ce335175bd3c374c8212c1a68a51d65f5b3', '200.119.174.79', 1666360187, '__ci_last_regenerate|i:1666360187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666360160;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17e2d8d6512cc2fbf21e8d996a4d408c91a0a24', '52.167.144.171', 1685546715, '__ci_last_regenerate|i:1685546715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17ed6e2eddc3ca8bb9989c4f6e57cd038cf02d5', '114.119.131.203', 1686388112, '__ci_last_regenerate|i:1686388112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18107700633f7b60d000b02fc067fd9bf4eb247', '52.167.144.164', 1684828755, '__ci_last_regenerate|i:1684828755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a181cbe74f6507c110d635999e49b3ae3581f000', '66.249.65.165', 1672295396, '__ci_last_regenerate|i:1672295396;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 ('a1821ad039fbd337b8c32049ded9c1c199e448e0', '54.185.149.29', 1679924077, '__ci_last_regenerate|i:1679924076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1822018ed44cdfbe075ace273fdf9bb31061759', '190.148.252.112', 1667835022, '__ci_last_regenerate|i:1667835022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667834703;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a183751e66fdda8975051724dd158e210878405a', '114.119.150.120', 1688438662, '__ci_last_regenerate|i:1688438662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a183a7b9c2a6e832b12dfa2e4eff968516a82078', '190.56.51.183', 1660574572, '__ci_last_regenerate|i:1660574572;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a183b050309a4aa61a65cb805ff34c67c9a0f66c', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1872903e537f547cd7f71bea33531bdf78fe829', '40.77.167.182', 1683658276, '__ci_last_regenerate|i:1683658276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18ab54e2b3886d960021b74b96ebc60e4b77fcc', '52.167.144.171', 1684566636, '__ci_last_regenerate|i:1684566636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18cd75bd6f399bf8e6906b9e8e0278b64c80534', '51.195.90.229', 1650840448, '__ci_last_regenerate|i:1650840448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18ddbbf7fbb606e947c82fa9d8133cf950494fc', '221.157.13.192', 1679936987, '__ci_last_regenerate|i:1679936986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18ecbb79117f83db25abd956c1052d2ef241bed', '51.222.253.16', 1662906710, '__ci_last_regenerate|i:1662906710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18f2b3df6200cd86e126f321e8f8192d180793c', '40.77.167.115', 1681534727, '__ci_last_regenerate|i:1681534727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19228505a05a3cadcde3617063a189d085c5284', '207.46.13.53', 1662816484, '__ci_last_regenerate|i:1662816484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a196404a0a596039e4b169588d029a5e66ee8692', '114.119.133.116', 1686462598, '__ci_last_regenerate|i:1686462598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19760cffb9511764a9b3ccb2de4447cef8faf4a', '5.188.62.26', 1660997075, '__ci_last_regenerate|i:1660997070;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1988852462c586319af0f29d30c9291d7081f88', '157.55.39.79', 1670898517, '__ci_last_regenerate|i:1670898517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19909e92c05c1062a9892706dd7d6e0a8787417', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19a4ed16051ba4dc56d99792601a4f9dd537ec1', '190.148.158.164', 1667325037, '__ci_last_regenerate|i:1667325037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667325034;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19d6a758286c111bb3a6e23bf34803834e3cc6d', '52.167.144.164', 1686635489, '__ci_last_regenerate|i:1686635489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19f1ad725616db406b376b170d1c364e6d9e628', '52.167.144.162', 1686208421, '__ci_last_regenerate|i:1686208421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a19f9cff7cadc0512c15800cca5f65ff0119307a', '190.148.157.233', 1655491490, '__ci_last_regenerate|i:1655491490;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655488853;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1a01ec59d062510b2ef7489a16113bd5d86d7f4', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1a135c9ed72640dd829d96c28fcfdf81b498248', '114.119.149.108', 1687201506, '__ci_last_regenerate|i:1687201505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1aa46ca7c18210dcc909a675df363aa26641552', '198.199.83.54', 1652106262, '__ci_last_regenerate|i:1652106261;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1ac9ccf7baf421ce76621a2eb70fa764d33f992', '149.57.16.7', 1653807012, '__ci_last_regenerate|i:1653807012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1adb11307077c04fd061aed13560130946bca1b', '190.56.32.32', 1686094419, '__ci_last_regenerate|i:1686094419;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686094408;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1af654ee60a337aaaf6f3efdf56cb966cb88343', '54.36.148.213', 1667687756, '__ci_last_regenerate|i:1667687756;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 ('a1b1b17a25f208b9d83008438651fa8cbbfb79ae', '17.121.112.88', 1657020241, '__ci_last_regenerate|i:1657020241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b1c214dd228be305a3243b85f859fee5d79c2c', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b3ada88f762e176cb659be9405b6ad5966548a', '190.148.158.175', 1672500338, '__ci_last_regenerate|i:1672500338;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672499415;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b4d045bf230eeec715be90d441c0cab556a372', '200.119.170.143', 1670257237, '__ci_last_regenerate|i:1670257237;requested_page|s:9:\"admin/pos\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670252779\";last_ip|s:15:\"200.119.170.143\";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:1670253986;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b4d833a3ee136a99021924959d5f9156f76606', '190.148.158.175', 1672417169, '__ci_last_regenerate|i:1672417169;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";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\";user_csrf|s:20:\"CPlNpVfWtvqEg5HXQijk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b4fcbea545b0d0cdc732d6ec61189f74ecb6f5', '40.77.167.202', 1687810736, '__ci_last_regenerate|i:1687810736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b51f0a708d9999f413b8d8011f8ea61b1228b8', '46.101.63.152', 1652762863, '__ci_last_regenerate|i:1652762863;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 ('a1b6acc9dd6a89e914bd21447eed0d394f61873b', '93.158.91.189', 1681354164, '__ci_last_regenerate|i:1681354164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1bd33a145de48dcbcb97445f234d1a2fcb7ad9e', '190.56.50.253', 1682459318, '__ci_last_regenerate|i:1682459318;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682459297;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1bdcb3d85caf5bb9290dab0b74138093de4ec6e', '52.167.144.164', 1684674736, '__ci_last_regenerate|i:1684674736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1bee289a0439467a795e7710d927641e182997f', '3.17.157.152', 1668808903, '__ci_last_regenerate|i:1668808902;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c08db5af053b4012e15d56f831c018885b0c4e', '190.56.32.35', 1671987401, '__ci_last_regenerate|i:1671987401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671987372;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c45474f935e2e97a8d82cd147cd796b04e4370', '190.56.50.39', 1665008662, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1665008549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665008661;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c569d9c55c59b77da4c6dba1ef007b3259f140', '200.119.170.168', 1670605565, '__ci_last_regenerate|i:1670605565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670605523;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c64127f759a3923e7246253083e9924f459bc0', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c6556af9d9fe819cb5dc4ea0c2749e3b10a70c', '5.78.40.76', 1688459077, '__ci_last_regenerate|i:1688459077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c69e5586d33c2394685e704b4fc27e0c26afda', '190.148.157.177', 1682021930, '__ci_last_regenerate|i:1682021930;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c6e49953b4d9320da17b813448a1fc22df2de0', '216.24.216.218', 1657753967, '__ci_last_regenerate|i:1657753967;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c873a1de253c6409775227a48b5b5fcc77b069', '200.119.170.200', 1654556372, '__ci_last_regenerate|i:1654556372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1c880d57c30dca0b12818792330a760d5178125', '66.249.65.112', 1678042182, '__ci_last_regenerate|i:1678042182;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 ('a1c914c957465d6ee5c846203f27f05fcc0cd7c1', '157.55.39.87', 1662893180, '__ci_last_regenerate|i:1662893180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1ccb194c406373a5456d4563caa8e00b6f6a82b', '40.77.167.80', 1686857006, '__ci_last_regenerate|i:1686857006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1cd014973c1aafc2ec44d51c92b74c356cb3041', '144.76.67.169', 1661941102, '__ci_last_regenerate|i:1661941102;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1cf74bdeee5667e45cf020d0ee016fdf11c0af7', '207.46.13.160', 1673859041, '__ci_last_regenerate|i:1673859041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1d1edc6e016efeb3fc6fed1055bc5a3d6fe31f9', '190.148.157.113', 1684508165, '__ci_last_regenerate|i:1684508165;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('a1d236c89370cbdfc1cdd97e94b697c07d30839b', '114.119.135.171', 1687543577, '__ci_last_regenerate|i:1687543577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1d40bfb972e059fa2ed6ec35fa60f003b382c5f', '40.77.167.192', 1681106788, '__ci_last_regenerate|i:1681106788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1d9a363cd919588a69de0efd8e5c7bb56949c4b', '190.148.252.183', 1681670261, '__ci_last_regenerate|i:1681670261;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681669974;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1d9f0c304d36206971ca241e1284163279aac9e', '207.46.13.53', 1662598044, '__ci_last_regenerate|i:1662598034;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1da5fceee7dfe203cd64bd6ebd27113b41f4dc4', '54.190.41.15', 1674480045, '__ci_last_regenerate|i:1674480045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1daaa0e1337507d5724675978b59192cce554e9', '190.148.252.96', 1672959721, '__ci_last_regenerate|i:1672959721;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672951621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1db394c88af71b86937352bac12df553b66c909', '200.119.172.96', 1675434609, '__ci_last_regenerate|i:1675434609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675434569;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1dba4ec6bca8a9bc8fdc3dd82bb1524666750d5', '157.55.39.79', 1669794924, '__ci_last_regenerate|i:1669794924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1dcf28973d73aa3bc94e8af6b9de7a2a2187094', '190.148.252.233', 1668810806, '__ci_last_regenerate|i:1668810806;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668782296\";last_ip|s:15:\"190.148.252.233\";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 ('a1dd1fe642960794dfccb53424928dc8a5622eb5', '17.121.115.174', 1652190194, '__ci_last_regenerate|i:1652190194;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 ('a1defac3eb835134ae2ee1ed76de83b07f617cd4', '190.56.50.253', 1682613590, '__ci_last_regenerate|i:1682613590;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682613259;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e15287f3ad3e3c198ff5fc0ba5069b60ebb4ea', '190.148.252.223', 1658925855, '__ci_last_regenerate|i:1658925855;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658925838;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e17740a16bea3d3030674b337569574a172bd8', '40.77.167.43', 1653745149, '__ci_last_regenerate|i:1653745139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e1f386854675e4f486e8a47ca916091acef45c', '200.119.173.212', 1667929875, '__ci_last_regenerate|i:1667929875;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e2267213ca8ab9868c98073227b298e02882bd', '190.56.55.0', 1687823495, '__ci_last_regenerate|i:1687823495;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687823490;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e24571285a45b1e5a033c20f35738748096e40', '190.56.32.32', 1686102432, '__ci_last_regenerate|i:1686102432;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686102414;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e326e4f0dd5d1e1c21b437391b4897fc17d529', '40.77.167.123', 1683842342, '__ci_last_regenerate|i:1683842342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e6b34dfc756c2a23bdc6d1120d5eacea424e8d', '114.119.136.174', 1683526912, '__ci_last_regenerate|i:1683526912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e7b473a56f018b781bde3f1a28730fecc54a67', '52.167.144.164', 1684641406, '__ci_last_regenerate|i:1684641406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e888b727bd8482bfd5317f8ac674937b036ee4', '190.148.87.182', 1679951353, '__ci_last_regenerate|i:1679928283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679951353;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e96783ae117565119edf750ca937996eb3ad5b', '200.119.173.130', 1676139797, '__ci_last_regenerate|i:1676139797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676139793;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1e9a5e8f1955c44f00daee71a25352875dde02c', '40.77.167.191', 1682032434, '__ci_last_regenerate|i:1682032434;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1ec40af4eb7b0372789aed182c1b1f504b01a3d', '17.121.113.165', 1652120851, '__ci_last_regenerate|i:1652120851;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 ('a1ee294a7daf7bc5ac8dc58a0ddab88e148848d8', '207.46.13.154', 1670998754, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1ef069c2ca6f06d52bbd7c98a6221d48faa23d4', '52.167.144.42', 1679581063, '__ci_last_regenerate|i:1679581063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1efe8778dbbdb8149a6e81d74877191a9d4a113', '114.119.150.168', 1688089734, '__ci_last_regenerate|i:1688089734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f1d4d8474862e7f9cb885084d33430e64c8965', '157.55.39.253', 1682044059, '__ci_last_regenerate|i:1682044059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f2cde00286213fb2aa0b02e251e34d809c0875', '200.119.172.60', 1674574257, '__ci_last_regenerate|i:1674574257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674574199;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f32b818f9290e72fbbc818376beb746c11d7ee', '198.251.73.67', 1680407036, '__ci_last_regenerate|i:1680407036;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 ('a1f3e6281f780e18d3d65827551920adcb833c38', '51.222.253.11', 1653016014, '__ci_last_regenerate|i:1653016014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f563c676b11ef8ef02956f953980332451de9d', '93.158.90.162', 1670706270, '__ci_last_regenerate|i:1670706270;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 ('a1f5880141f3894d08d782822534097616ccee49', '52.167.144.74', 1688296447, '__ci_last_regenerate|i:1688296447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f6803ebaef4091d5cb58bfa10fc7c27df92bcd', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f7ed04f0d4432f73107ed0aebc141e956ffbb5', '40.77.167.207', 1681734921, '__ci_last_regenerate|i:1681734921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f98411dedd867430deb00151d0a5e4f8584206', '207.46.13.12', 1675639292, '__ci_last_regenerate|i:1675639292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1f987e3ce4fff12d9e8a09af1b70f9c67907a32', '52.167.144.43', 1683842356, '__ci_last_regenerate|i:1683842356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1fbb13b973ba6dc656a9b16d8df5a94a531866a', '200.119.172.60', 1674855106, '__ci_last_regenerate|i:1674855106;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674855037;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1fc9e3df0857719150982a0ed7bb32224bf3ccf', '200.119.174.26', 1663723494, '__ci_last_regenerate|i:1663723367;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 ('a1fd79f6b8e863ff9beea65ed632eb5d4a869559', '114.119.137.141', 1684176575, '__ci_last_regenerate|i:1684176575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1fe3cbac389f920b1de2d723e955610b4d1b5fd', '114.119.151.81', 1687921620, '__ci_last_regenerate|i:1687921620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a20289a3a015e4f8ff145b120e7acdeb488bbf4d', '157.55.39.94', 1672644214, '__ci_last_regenerate|i:1672644214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a20320776e9fee9f5057c612d17ea3a8c563abb6', '207.46.13.209', 1681209762, '__ci_last_regenerate|i:1681209762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2044c824655f8abb7210d51e6b37680d3caf656', '207.46.13.229', 1683231954, '__ci_last_regenerate|i:1683231954;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 ('a20576fa18049653afab8a9e7c737673a9082ed3', '157.55.39.51', 1668228257, '__ci_last_regenerate|i:1668228207;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a205caf6f33147bc8e2f9b21b5241a13bb6b5671', '114.119.138.25', 1686401595, '__ci_last_regenerate|i:1686401595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a207332666e139e11c0ac21f6e5a9bb8848f05af', '114.119.146.41', 1688165967, '__ci_last_regenerate|i:1688165967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2083829c98f658a6aa28ee3c847b4346e20aa54', '40.77.167.225', 1680648211, '__ci_last_regenerate|i:1680648211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a20859a463e6169339fe55e62cd2ff875c832350', '54.36.148.22', 1678346824, '__ci_last_regenerate|i:1678346824;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 ('a20bdc5d42c5bad5b8bc8743410d99105a440b9c', '190.56.55.48', 1687294796, '__ci_last_regenerate|i:1687294796;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a20d7e4dcb757ea21fecce601a01e6560d108538', '159.89.35.226', 1661680268, '__ci_last_regenerate|i:1661680268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a20f078855e17907461ab3b95423e86703b026b4', '54.36.149.56', 1673404267, '__ci_last_regenerate|i:1673404266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a20f5711fb10007cde0af985612fa4532a9fe6a3', '200.119.170.209', 1656970039, '__ci_last_regenerate|i:1656970039;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656708580\";last_ip|s:15:\"200.119.170.209\";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 ('a20faac486461ea78599752e2e1c94395e6a5213', '157.55.39.147', 1672317851, '__ci_last_regenerate|i:1672317851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2119f2901f01a2c527c0ba46888c58e180d15fb', '206.204.44.254', 1650670255, '__ci_last_regenerate|i:1650670255;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('a2121ce7d81c6bc0311c000c4eb99713ed0da536', '52.167.144.162', 1686536170, '__ci_last_regenerate|i:1686536170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a213575a4f234b5b14641de57af939c5166f02e0', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a214881bc3002b4a83a7648d4fd5ccac8ffcc2b2', '17.121.114.160', 1661364837, '__ci_last_regenerate|i:1661364837;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 ('a214a7277b2cacb2662464115cba8d713ad5766f', '200.119.173.107', 1686845696, '__ci_last_regenerate|i:1686845696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a214dfdf35bc3beeec327b85df4cb44e64951dc9', '54.36.148.102', 1670753086, '__ci_last_regenerate|i:1670753086;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 ('a21595bcfe94319bb6389a6cd5321508e5cf75e8', '190.56.55.113', 1673789684, '__ci_last_regenerate|i:1673789684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673787201;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2170f8d2d963fbdd6a2476c051208b2f6fe7e2b', '51.222.253.16', 1668177837, '__ci_last_regenerate|i:1668177837;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21a0613b4e15cda7968fda0bb2b8149728caae6', '114.119.157.160', 1688177972, '__ci_last_regenerate|i:1688177972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21a8810125a01a2d1bed1d77a7f959d1d8a7a40', '52.167.144.98', 1684481660, '__ci_last_regenerate|i:1684481660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21b0937e521c88b28e2f50a44cdaea2f7462634', '190.148.252.96', 1672952970, '__ci_last_regenerate|i:1672952970;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672951621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21b249bd579404ae3747ac025c0a1a17659740a', '157.55.39.79', 1670946596, '__ci_last_regenerate|i:1670946596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21f0387835659e832097c76a13d87b3970ab753', '40.77.167.227', 1678799591, '__ci_last_regenerate|i:1678799591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21f752e46e0a41dee2ff23905d6495609fc326f', '200.119.170.190', 1658254653, '__ci_last_regenerate|i:1658254536;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658237799\";last_ip|s:15:\"200.119.170.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658254653;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2219499153f9eb7965dae8d0aceda7b027e56f7', '35.87.46.170', 1668777576, '__ci_last_regenerate|i:1668777576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2225cf9c0631d369a8f9412961af06a9f385e79', '54.36.148.252', 1654027031, '__ci_last_regenerate|i:1654027031;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 ('a222b28d517a528078f0fcc0240b07a741427d87', '54.227.32.154', 1657542572, '__ci_last_regenerate|i:1657542572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a226d1382d1317ee7d1b57adace39fbcd288cc8f', '157.55.39.192', 1664638726, '__ci_last_regenerate|i:1664638716;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a22711a168207ff03d0c1d63f4f7f136c016d4f6', '52.167.144.171', 1684771840, '__ci_last_regenerate|i:1684771840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a227c7d58b7abd7f2c0c99993cee84f1a3dbcc50', '54.36.149.39', 1685566278, '__ci_last_regenerate|i:1685566278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2285c534a4ff6873379e8603bcc4baf447c835c', '157.55.39.80', 1670723433, '__ci_last_regenerate|i:1670723432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a228e59680f0248ef6f563477d45f27b1c23c9b8', '190.56.49.237', 1665837915, '__ci_last_regenerate|i:1665837915;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665835191;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a228fafe7465b3c76b9e0bf9904a18fb6c49fc2c', '17.121.113.46', 1659152284, '__ci_last_regenerate|i:1659152284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a22aaf773499b9e143537c73c16ac51dc88a0c1c', '52.167.144.154', 1687895268, '__ci_last_regenerate|i:1687895267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a22b37952e04553e3b9faa928f060d33f4e048ef', '207.46.13.205', 1671855437, '__ci_last_regenerate|i:1671855437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a22fd00aa19772e7dbd8c074c804d71e7c944d38', '40.77.167.157', 1677882104, '__ci_last_regenerate|i:1677882104;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a22fd2c846169a529485444712645f01546bb3cd', '190.148.252.112', 1667836091, '__ci_last_regenerate|i:1667836091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a232873d1805a8e6a4437fd892cc71bd2d3162c0', '5.188.62.21', 1656453021, '__ci_last_regenerate|i:1656453018;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2330e52e9bc5d5a5231d8a5bab9f7a0527e2e70', '51.222.253.10', 1679005173, '__ci_last_regenerate|i:1679005173;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 ('a23367dea0d425ab169667d86c0f99e349822e7b', '114.119.152.97', 1688134791, '__ci_last_regenerate|i:1688134791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a234858a326516191e06b66dc78fa5166283d62b', '200.119.173.177', 1684946211, '__ci_last_regenerate|i:1684946211;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684946201;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a237f5086186cdeb42bd5b67e0044dbe74425211', '144.76.151.42', 1650866391, '__ci_last_regenerate|i:1650866391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2395d229a4abcd48fa219ccbcca045f926c03d6', '157.55.39.123', 1673092643, '__ci_last_regenerate|i:1673092643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23b3fdf0d1f9989cf3d2b3f7eb6d5a47a270a8a', '40.77.167.13', 1672246879, '__ci_last_regenerate|i:1672246879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23ba0f28198c761cd9beafcda3734241b344dd4', '157.55.39.253', 1682542878, '__ci_last_regenerate|i:1682542878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23c35e0bcae201ff633da9eb788ca2bfd1b77de', '200.119.174.9', 1674422051, '__ci_last_regenerate|i:1674422051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674421902;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23c3ba885eae58151ae13bdc5ae7e60fd0db33c', '200.119.174.30', 1667526078, '__ci_last_regenerate|i:1667526078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667526057;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23d42f547f6b54c30902472c5aaf5d3daaae885', '190.56.54.129', 1653437910, '__ci_last_regenerate|i:1653437910;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653437905;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23e04000b795d62339958d7a54d275cc59da4d7', '52.167.144.164', 1685457035, '__ci_last_regenerate|i:1685457035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23e3d1de93b41144e5146e0c942002a2b9b1fe1', '114.119.137.95', 1688082318, '__ci_last_regenerate|i:1688082317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23f6daf2113f2e2ec7d431babbdc5ca31788846', '200.119.170.168', 1670761239, '__ci_last_regenerate|i:1670761239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670761007;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a23fd6d99748a2031551a6740037e8a69d0d2ed8', '51.222.253.8', 1684235034, '__ci_last_regenerate|i:1684235034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a240225ad85c0c178751fb294a2bc84ef8d1ebc5', '149.57.16.7', 1653807006, '__ci_last_regenerate|i:1653807006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2433cdcf4df841af98e325e7bb0fa86252280fa', '51.222.253.11', 1682045149, '__ci_last_regenerate|i:1682045149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2436c003e92d008ced0b775c2690b96f1497c83', '190.148.157.183', 1680541153, '__ci_last_regenerate|i:1680541153;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"pZEK3YeVlML546rT7ysq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a243ddcf969bf1fc2e81b8dfee34f69b0cf9601d', '190.56.32.32', 1686149889, '__ci_last_regenerate|i:1686149889;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148410\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686149370;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a24635385cfd2903b646c2660882550fe32016e2', '51.222.253.13', 1653057481, '__ci_last_regenerate|i:1653057481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a246bd9e78cd5d3e76beff01377cf4f8c6a15f99', '159.89.125.211', 1687177570, '__ci_last_regenerate|i:1687177570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2474ba37218c570b3321629ab26066aaacdbb4d', '114.119.136.175', 1686461445, '__ci_last_regenerate|i:1686461445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a247b73e29f7569353671881bd087b0fbaac30db', '157.55.39.69', 1672397267, '__ci_last_regenerate|i:1672397267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a247f61dcfa56b39ed885cf4ab4ceab8a3b1ef8a', '114.119.150.41', 1686455113, '__ci_last_regenerate|i:1686455113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2490301ffc31ee7dca7a24e20298f46e0d9fec0', '40.77.167.85', 1683741401, '__ci_last_regenerate|i:1683741401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a24a2dedeafb6bd201e78d1deaa479945eb7ff42', '114.119.135.143', 1688301706, '__ci_last_regenerate|i:1688301706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a24f8df7b67ae0d9d668a693a2514b3757551c1f', '40.77.167.37', 1669549047, '__ci_last_regenerate|i:1669549047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2509aedcccebc83e23ab8bdb7527514a83dfe5d', '51.222.253.18', 1673072019, '__ci_last_regenerate|i:1673072019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25105df41495541904a3fa4f5b5d251a2bd7b67', '51.222.253.14', 1677105608, '__ci_last_regenerate|i:1677105608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a251b37785e8570ee4f410af11d99adfe4572f95', '190.56.32.162', 1686448832, '__ci_last_regenerate|i:1686448832;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686448776;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a252b6738ebacd7b62ae63ae1d09ef4026b0f785', '190.148.252.161', 1669897585, '__ci_last_regenerate|i:1669897585;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669897100;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25564aebf97d2cf4e2541c46a69fcbcb4708072', '69.160.160.59', 1667400625, '__ci_last_regenerate|i:1667400625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a257af9b07e922a26ede18769a9d752131747587', '190.148.158.151', 1676993280, '__ci_last_regenerate|i:1676993280;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676993271;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2592a010f5f3ea0a3318d58e06a5b7d527fe5b0', '190.56.49.187', 1688047468, '__ci_last_regenerate|i:1688047468;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688047452;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25b84b7b5d55d2d3b2d19c5e83b5dc4b4f48990', '54.36.149.19', 1662991774, '__ci_last_regenerate|i:1662991774;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 ('a25d9038a8950aa462daccc2b512201cf4c06405', '17.121.113.144', 1651253102, '__ci_last_regenerate|i:1651253102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25e0237a84a1a66d610e8ba47ae482284175723', '54.36.148.220', 1656975345, '__ci_last_regenerate|i:1656975345;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 ('a25e1c73dfdd6f92098e81d5d0516b75aeed678d', '66.249.79.199', 1662165426, '__ci_last_regenerate|i:1662165425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25ee9eb4aaed55747aadda1fde18a34b1cfad2b', '40.77.167.37', 1669419380, '__ci_last_regenerate|i:1669419380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a25ef2780c8fa7f5648978b06dfdbac22e6021ba', '52.167.144.47', 1678202840, '__ci_last_regenerate|i:1678202840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2645221edfd3eac92abf3f036abdeb80275bcfb', '190.56.50.108', 1661365076, '__ci_last_regenerate|i:1661365076;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661344641\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661358227;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a264525659369021f1d97d391bf804852d42c07b', '190.56.49.237', 1665691661, '__ci_last_regenerate|i:1665691661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665691646;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a264630e1c65bbead022a44553c7dc7085750ada', '40.88.21.235', 1669396936, '__ci_last_regenerate|i:1669396936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a267a06ed8048327a1ca76643a2082d76496074b', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a268076b94abb7ef8c16b9a3a6881c252e218f70', '40.77.167.191', 1681606646, '__ci_last_regenerate|i:1681606646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2684d0c539ec47b0b63de7fdf2c640ea62e90c6', '114.119.150.140', 1688222330, '__ci_last_regenerate|i:1688222330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2694b94db4ce9c86a32fcd24a37249f3e64606f', '190.56.49.109', 1666129441, '__ci_last_regenerate|i:1666129441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26968862801254ce6b303acaa273ff20662a2cc', '40.77.167.13', 1672679167, '__ci_last_regenerate|i:1672679167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26c113c008be14f5b87871efc092c641190a268', '200.119.170.221', 1664288850, '__ci_last_regenerate|i:1664288850;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26e57b7f804216a18c729a06a7c23541e6e49c4', '159.223.88.125', 1653293735, '__ci_last_regenerate|i:1653293731;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 ('a26eed507ce2d8c26f8538d614b4561317b80d58', '114.119.150.209', 1686678328, '__ci_last_regenerate|i:1686678328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26fcfaeea537773c21c2e4f7e6b90bff8fbe88e', '200.119.172.96', 1675432437, '__ci_last_regenerate|i:1675432437;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675431430;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26fd11ed60b54bc30115b0f0ed7af0a7a384239', '200.119.169.55', 1667263484, '__ci_last_regenerate|i:1667263484;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667263447;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a271758ca02252955fe4520b953068ff7b3cba6a', '34.221.169.83', 1667222861, '__ci_last_regenerate|i:1667222861;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 ('a273574cfd0552a37cd4e8cb47eee86e19609104', '190.56.55.113', 1673719080, '__ci_last_regenerate|i:1673719080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673719067;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2742c72dced88341765fdd045d7392f32ca99a1', '114.119.159.79', 1684178864, '__ci_last_regenerate|i:1684178864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a27566fd9072fcaffecbef9d675e5eca0c66312d', '192.241.159.223', 1671905494, '__ci_last_regenerate|i:1671905494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a275e29cf8f1eeafb984b91789100b925887351b', '200.119.172.95', 1659744380, '__ci_last_regenerate|i:1659744380;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659742967;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a275ea52c8032e4046b1a2a89019306b2bb06000', '52.167.144.49', 1677056779, '__ci_last_regenerate|i:1677056779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a276c70c30aed37045f14196f063d9bdf85fbefa', '17.121.113.95', 1660626896, '__ci_last_regenerate|i:1660626896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2787398f76201acd0c31983b8ff762fd972404b', '114.119.161.89', 1688074398, '__ci_last_regenerate|i:1688074398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a27930ade780a36cf77f625b2151ff48039eba40', '157.55.39.112', 1666272892, '__ci_last_regenerate|i:1666272892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a27c94d764419f3cc0246210d0e170bb4989baa6', '190.148.158.175', 1672168954, '__ci_last_regenerate|i:1672168954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672168246;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a27f50bb14f71831fc250cdfa3a504782ea66352', '200.119.170.200', 1654554967, '__ci_last_regenerate|i:1654553404;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654525059\";last_ip|s:15:\"200.119.173.225\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654554967;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2809ddd67d38b2498aafc09bad04dc4e1050e44', '40.77.167.43', 1659521658, '__ci_last_regenerate|i:1659521657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2812d868f476fa305912fd68481a70190969bce', '190.148.252.76', 1654180155, '__ci_last_regenerate|i:1654180155;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179419\";last_ip|s:14:\"190.148.252.76\";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 ('a2843f828be018ba032bf570e6951991bea32cec', '52.167.144.109', 1680645890, '__ci_last_regenerate|i:1680645889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28473da75e7f21f320e49dc36d31c5b6441579c', '51.222.253.3', 1659331729, '__ci_last_regenerate|i:1659331729;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 ('a2852ffd8f4e22a26ddd6c62f36e314b09cc1ddb', '17.121.115.57', 1657464513, '__ci_last_regenerate|i:1657464513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2876f8b2d3269155b520e7190b2c86428415904', '52.167.144.162', 1686667321, '__ci_last_regenerate|i:1686667321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28785823aaeb2ace9d4e83e95d646128cf7c970', '51.195.90.229', 1650840507, '__ci_last_regenerate|i:1650840507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2887a6f90b740da445ca8f91204a3a7e04174e9', '114.119.153.215', 1688111973, '__ci_last_regenerate|i:1688111973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28920f3071259ebccac4115f1e038834d3e774f', '17.121.114.149', 1662176759, '__ci_last_regenerate|i:1662176759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28b4f638470a8d59f42c645913a916156f5d8aa', '114.119.150.210', 1688447980, '__ci_last_regenerate|i:1688447980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28c18cb0e3b3638f9358eb49006008b1ef4139e', '190.148.157.183', 1680308912, '__ci_last_regenerate|i:1680308912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680308678;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28c558f443f330e893ba2d55b306e265532d599', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;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 ('a28cf90b3644d0d2b3a5e4b3763f98467bada7cb', '190.56.50.6', 1686945775, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686945775;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686944224;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28d9f23aa8af67553084600c8e947adf12b8410', '190.56.32.174', 1676554012, '__ci_last_regenerate|i:1676554012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676553954;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28f0ff2951c2f9f96801b98507a0d6a54d83ea8', '114.119.141.67', 1686218575, '__ci_last_regenerate|i:1686218575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a28ffbceb8e87eb35998ad14a4aaeb807ac84cc6', '157.55.39.200', 1666004208, '__ci_last_regenerate|i:1666004208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2907f012de39f202f54d5500e786c025a52d0b5', '207.46.13.230', 1657292051, '__ci_last_regenerate|i:1657292051;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 ('a292563bed99bddfaba5124312fef9b265bd61f5', '51.195.216.255', 1650895286, '__ci_last_regenerate|i:1650895286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2942136c6e0cafb21006540abab89e200b0bec8', '52.167.144.74', 1688296447, '__ci_last_regenerate|i:1688296447;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a294d52073cdb5139a21177913ae1a4f15e2f894', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a29666d13caa8433291fb23def4331854f1ecf7e', '51.195.216.255', 1650895699, '__ci_last_regenerate|i:1650895699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a29babcc05f19f3a70d690a83d8530bc5658fef2', '200.119.170.221', 1664460611, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664460611;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664459580;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a29c6e50e872644f08ff8c6f70e387f6256af698', '190.148.158.175', 1672610247, '__ci_last_regenerate|i:1672610247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672610238;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a29f69e3c7fa1c981d0c1c9882bb4527725eae3a', '200.119.173.67', 1679342224, '__ci_last_regenerate|i:1679342224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679342182;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a29f783fcca8bccdbe2f9e28f790ab14a796e3c2', '190.148.252.56', 1663965442, '__ci_last_regenerate|i:1663965442;requested_page|s:13:\"admin/welcome\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663798329\";last_ip|s:15:\"190.148.252.182\";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:1663959506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a1b07f66d827eca18be71d568cfc7bc40ef6df', '114.119.138.67', 1687141469, '__ci_last_regenerate|i:1687141469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a389766d4288016912426aafb63ffe7504ba11', '122.179.204.113', 1651077757, '__ci_last_regenerate|i:1651077757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a5d2883a0aa61e5419174bba974e0c90eca95f', '40.77.167.166', 1676585648, '__ci_last_regenerate|i:1676585648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a5f889d817ddb5daef173704db1ced55b38b34', '190.56.173.213', 1683417649, '__ci_last_regenerate|i:1683417649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683417252;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a970ba863862cc8dbe3be181a00963a7e28c6a', '190.148.252.166', 1658168432, '__ci_last_regenerate|i:1658166138;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658168432;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a9ad1b0d752b82f28491489c6c21df3c11f503', '173.249.31.237', 1659409094, '__ci_last_regenerate|i:1659409094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a9e6184047610d34eb41b0e2023ae568ff618a', '207.46.13.221', 1687071737, '__ci_last_regenerate|i:1687071737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2aaa1de8d3f1d84c38274de538fb4211f1807cd', '69.167.36.21', 1681022752, '__ci_last_regenerate|i:1681022752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ab1831f4acfd76441ffba74b79e16d5efd20a3', '190.56.173.251', 1651870861, '__ci_last_regenerate|i:1651870861;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651854512\";last_ip|s:15:\"190.148.157.184\";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\";user_csrf|s:20:\"rknYmcx4epdU6KPXNtGz\";last_activity|i:1651870516;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ab377d6fa542f035c1d090873ec439913cf852', '193.201.9.12', 1657759130, '__ci_last_regenerate|i:1657759125;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2aca2de5804d1625839080df22432af4bd7abfe', '45.115.7.38', 1665549571, '__ci_last_regenerate|i:1665549571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b0a58355b88c919630ea1da69643bca1f98e8f', '190.56.49.237', 1665711238, '__ci_last_regenerate|i:1665711238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665710553;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b1d3b336da9b53b5407d711260b3bd3d5a935c', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b1e2cbd76354d4559aa765ea03ab73e0310de7', '51.222.253.2', 1660096815, '__ci_last_regenerate|i:1660096815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b2864123570af9bc726287203f4271ee024318', '114.119.152.221', 1686898210, '__ci_last_regenerate|i:1686898209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b44206c219bec553b14df7ca0dd8ae4511a1fc', '52.167.144.164', 1684310555, '__ci_last_regenerate|i:1684310555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b5e1b37783c5dd5e23a9dacfe7df82c04de12a', '200.119.168.250', 1681082209, '__ci_last_regenerate|i:1681082209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681081390;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b6f0bbc8308b0805b204256135318e471e113c', '207.46.13.11', 1668935011, '__ci_last_regenerate|i:1668935011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b807e2c69fb342641a5ebce1340baf1f2aed5f', '52.167.144.69', 1677056774, '__ci_last_regenerate|i:1677056773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b905edbe93dccfa566b480b6cc95ba33ae932e', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2b97f414fe9927cf08a410278632d2410be7013', '207.46.13.51', 1663292659, '__ci_last_regenerate|i:1663292658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bad9a379563d277b14a4791ff20be5ac66482e', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bb6d46b9d4922ce66e5d91334ac2e11ca60447', '200.119.170.221', 1664476716, '__ci_last_regenerate|i:1664476707;requested_page|s:14:\"admin/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664459534\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664476707;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bb7142e5b3082e8c48c7f2b9855004bf56558c', '190.56.50.6', 1686954266, '__ci_last_regenerate|i:1686954266;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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\";last_activity|i:1686953771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bd2f84431b8aacd6bb4337744c76e27aa5aac4', '190.56.55.113', 1673464977, '__ci_last_regenerate|i:1673464977;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673464967;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2be9b1dbf4aa6b3b52e257978f2fae816f9d6b2', '200.119.174.9', 1674237549, '__ci_last_regenerate|i:1674237549;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674237546;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bf0ec2cc550f021210e998fd929e3032933357', '190.56.50.253', 1682796188, '__ci_last_regenerate|i:1682796188;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682796147;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bf20c0a647f5a12a6d3cced8fa898dc629bd53', '40.77.167.175', 1679985127, '__ci_last_regenerate|i:1679985127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bfaab58c4409f1d8f38728845565d9b49307b7', '52.167.144.98', 1685379744, '__ci_last_regenerate|i:1685379744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2c28fa834208bd146df3de4d9ddfbea7c1e9271', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2c4d9abebf9119a4a662f2f244e40073bac02e8', '190.148.157.76', 1666745760, '__ci_last_regenerate|i:1666745760;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666745756;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2c5f79430bda1f630cc60371dbde2b2624fd5f8', '40.77.167.11', 1673539679, '__ci_last_regenerate|i:1673539679;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2c690fe2d0a884e5774f15569510ad937d1613a', '114.119.151.60', 1686045505, '__ci_last_regenerate|i:1686045505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2c6db3d234ec86df06f9afa3b61daffd88093cf', '157.55.39.143', 1669794960, '__ci_last_regenerate|i:1669794960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2c7d138cdcddc6ad56acf8ec3b934db687998c7', '190.148.158.75', 1663336096, '__ci_last_regenerate|i:1663336096;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663336040;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ca533c578377284b4389fb79e0002f66f7b22d', '185.46.197.27', 1653289616, '__ci_last_regenerate|i:1653289613;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2cd3af212222fc229ed0957c0a01d674a1c164d', '54.213.89.102', 1673788909, '__ci_last_regenerate|i:1673788909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ce97c3d5e48745d58d7206fd7f9230e4771987', '52.167.144.171', 1685393499, '__ci_last_regenerate|i:1685393498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2cf3e66d8b2a9f795900d2c0beb2d85c3f44f81', '66.249.74.103', 1683602451, '__ci_last_regenerate|i:1683602451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2cfba0f297cd246bce082562077d02e8890f444', '52.167.144.26', 1682468358, '__ci_last_regenerate|i:1682468358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2d10fdfae2d3d680f29be2548021cced1427857', '207.46.13.213', 1679044563, '__ci_last_regenerate|i:1679044563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2d2a6f02843eec007db727a7e4a3fa9cff86065', '54.36.149.2', 1663998098, '__ci_last_regenerate|i:1663998098;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 ('a2d5333bf1bfd6adf126fbd3105049fb95b68826', '190.56.50.253', 1682688201, '__ci_last_regenerate|i:1682688201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682688142;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2dada7613aa071cbcd59df2e0b426ddd76c19cd', '192.71.3.26', 1682937491, '__ci_last_regenerate|i:1682937491;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 ('a2def32e72d0d41f9b6c17ff91c249da330ed468', '66.249.79.206', 1659791618, '__ci_last_regenerate|i:1659791617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2df2e127ebb58d7ef4bf9af635881bb332d200c', '40.77.167.146', 1687702722, '__ci_last_regenerate|i:1687702722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e0c2ed6dbdb9b1b8bb9000be1e9e64f231703b', '52.167.144.164', 1685449865, '__ci_last_regenerate|i:1685449865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e0ef9699b68782abca998b50de466165d65e0a', '54.185.129.84', 1659100727, '__ci_last_regenerate|i:1659100727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e0ff1bbba491e5cfbb8ff1c26a12a5f2379d9d', '52.167.144.69', 1675848528, '__ci_last_regenerate|i:1675848528;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e1ec914e95c639671d43a8ed85928b58f91bd8', '40.77.167.60', 1671624803, '__ci_last_regenerate|i:1671624803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e423b07acec422985aeb86514a6bf8647a3c31', '35.92.200.128', 1682813558, '__ci_last_regenerate|i:1682813558;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 ('a2e69c08453785c607fa71c648687b3cb9235153', '40.77.167.133', 1684245844, '__ci_last_regenerate|i:1684245844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e7ec69af8d719266362d5e351fa7580d9f0e87', '190.56.50.6', 1667612776, '__ci_last_regenerate|i:1667612776;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667612770;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e88fbed1672b10386e162cb1973f438b58a9dc', '190.148.157.177', 1682370238, '__ci_last_regenerate|i:1682370238;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682370031;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e97fef6c7c91ee03498fdd5140854e789778a5', '17.121.114.160', 1661364837, '__ci_last_regenerate|i:1661364837;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ec8a3aa485a84fe855e7ca6748ed890d915e49', '51.222.253.5', 1677801276, '__ci_last_regenerate|i:1677801276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2eea97d64c4833c4ecf5cd5ba2669e9e2c93901', '114.119.128.218', 1687505267, '__ci_last_regenerate|i:1687505267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f01596ff2380ddf47bf48574d11a8bebb7a97f', '190.56.32.35', 1671829559, '__ci_last_regenerate|i:1671829559;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671829549;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f0425dd33ac7af582684ba247160ac6daa85f2', '52.167.144.162', 1686158356, '__ci_last_regenerate|i:1686158356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f11e380101895bd6f5108ef86470971ad2adc6', '207.46.13.11', 1669419438, '__ci_last_regenerate|i:1669419438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f2728e176166b3b93e7f9671235b7c8cf87a6f', '54.36.148.133', 1661270712, '__ci_last_regenerate|i:1661270712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f3e318e7eb43e967d747e24c246bb8f6093896', '190.148.252.36', 1661962099, '__ci_last_regenerate|i:1661962040;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661954615\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661962048;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f5b12277357d5daeda888340383bdb53331091', '51.12.90.115', 1651616785, '__ci_last_regenerate|i:1651616785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f5ed458afef07e5f1aebd44805d74369847b9c', '40.77.167.147', 1681033485, '__ci_last_regenerate|i:1681033485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f6264b3a9c9f433147a3476884dc0555e155c0', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f6d3e53e09fb137c7c4ebace6fbd74ce7edbb6', '51.195.90.229', 1650840507, '__ci_last_regenerate|i:1650840507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2f93a759a6eeb6a750121edaf532698f93612b6', '190.148.157.184', 1651854186, '__ci_last_regenerate|i:1651854186;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651068949\";last_ip|s:13:\"190.56.32.170\";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:1651853679;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2fb2849f65b7cbe1947da0a76a595d94c72212f', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2fbb82837fd5328a824718723d8918384dc4cb9', '51.222.253.2', 1681175949, '__ci_last_regenerate|i:1681175949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2fc02adef87bf2efc6469d6b3b193036a93cb42', '190.148.158.151', 1677025240, '__ci_last_regenerate|i:1677025240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677024265;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2fc6c089715e4927b5f4a27a96bf5c5a0ed189c', '114.119.140.56', 1687634047, '__ci_last_regenerate|i:1687634047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2fdb5c44fbc6ac15258ae56c78e03125fac123b', '34.221.90.26', 1654781975, '__ci_last_regenerate|i:1654781975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a301726dd495335d1d004d892190625e52132c2e', '17.121.114.48', 1654600471, '__ci_last_regenerate|i:1654600471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3018e9f432bfb2d0c0540a27a17c676a52c9a77', '207.46.13.230', 1657811397, '__ci_last_regenerate|i:1657811397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30193bca3e716449d716cf1910a69c75f0d007d', '40.77.167.63', 1672243481, '__ci_last_regenerate|i:1672243481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3038b5b9d141bedccc6dae595e41de4a9886113', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a303d77a4beb56d2831015b727da577fd7d856b8', '51.222.253.8', 1653057477, '__ci_last_regenerate|i:1653057477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30591ab155ba973f803b321233072e2e31a346c', '74.125.215.49', 1678864010, '__ci_last_regenerate|i:1678864010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30883bc378541d68640cf70d1292042bc1a2ddd', '190.148.157.80', 1669497428, '__ci_last_regenerate|i:1669497428;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669496743;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a308fefd905904482142553ffaa600285b2e446a', '157.55.39.64', 1672390022, '__ci_last_regenerate|i:1672390022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a309bd5801d071c8579252f76f9b689e951e7035', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a309ce7f80b3e97bfaf4f713cbcd5f4fd516156f', '52.167.144.154', 1687784098, '__ci_last_regenerate|i:1687784098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30b90a0c3b9be538faaedb64787ef2f65ff813a', '149.56.160.162', 1664183110, '__ci_last_regenerate|i:1664183110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30c1113d24094aab813340998166dffa4ab44b6', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30cf689e23c0132107a4f00046b683fa68d3b6e', '17.121.113.95', 1662616336, '__ci_last_regenerate|i:1662616336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30d5a9a82c1ce8b390ba9dcf2e34499186934a9', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a30e44ffd962feaddf2f44257503e472f326c1f6', '200.119.170.168', 1670549817, '__ci_last_regenerate|i:1670549817;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670549756;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3134815ddc58cc6c26cda5796b9ef4de804e671', '40.77.167.202', 1687810736, '__ci_last_regenerate|i:1687810736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a314daed8cb4fde8e50dc0e9a6bfa6f18a98d03e', '207.46.13.41', 1671147827, '__ci_last_regenerate|i:1671147827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a317f362c4e5d988b78e9c16f93dbb6656e78a8b', '51.222.253.8', 1655562115, '__ci_last_regenerate|i:1655562115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3191aeed3ad14e085359eaa41896fe854542d44', '114.119.148.127', 1685557695, '__ci_last_regenerate|i:1685557695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a31a7bda0e6db36de1a4d2a1fe5706c39c92b83b', '157.55.39.217', 1683296688, '__ci_last_regenerate|i:1683296687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a31bfc178a8be74a02323242fccc767ab836b91a', '114.119.139.107', 1685292527, '__ci_last_regenerate|i:1685292527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a31c94662f61281063c27b3f8c746e8601bc5135', '190.56.50.241', 1676424951, '__ci_last_regenerate|i:1676391240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676287415\";last_ip|s:13:\"190.148.87.51\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676424951;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a31ee6715d0b4c446ac94e6561371d3f71170d18', '190.148.87.96', 1678402389, '__ci_last_regenerate|i:1678402389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678402282;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3204f32084704961fa472dc8a1e5044b7fe1107', '190.56.32.35', 1671902565, '__ci_last_regenerate|i:1671902565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671902499;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3242656e67ab9eb1f0a2ea208b5947eb738079d', '200.119.174.9', 1674409164, '__ci_last_regenerate|i:1674409164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674408640;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a32465e2b122276659083806c0e3b7b99c86749a', '52.167.144.98', 1685975589, '__ci_last_regenerate|i:1685975589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a325ca6150feb0855ecd26d24c8a34577b0b1189', '114.119.137.167', 1687290083, '__ci_last_regenerate|i:1687290083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a326004c57d13701bc63a363bac4e56ee95ceee7', '52.167.144.63', 1687159835, '__ci_last_regenerate|i:1687159835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a329743958bccb85ee87a1ce9447e706b045fbbe', '190.148.252.111', 1678029190, '__ci_last_regenerate|i:1678029190;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678028765;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a32b672ac609df93a8670da85535d71eb7719f70', '190.148.158.69', 1685926220, '__ci_last_regenerate|i:1685926220;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685926217;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a32fc13c148f43533f85fed6fd252593d52ebc2a', '51.15.252.79', 1682454932, '__ci_last_regenerate|i:1682454932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a32fcea7f48c9a3cb4d32f5d0050b95150a8d7a3', '35.165.215.76', 1655639518, '__ci_last_regenerate|i:1655639518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3319d3f7e1e118fc4c9b4f904f60ca31d6ee2d2', '193.201.9.12', 1655713200, '__ci_last_regenerate|i:1655713186;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a331b24b0ee0760c901462de23133e6a936a0785', '190.56.32.162', 1686419025, '__ci_last_regenerate|i:1686419025;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686419012;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3371aeda7fc44c2142a1b410a7c1280a2720cdc', '52.167.144.171', 1685427182, '__ci_last_regenerate|i:1685427182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3375c1ccb361068ec6cc0f1feb5d1b27c865013', '46.101.63.152', 1652762862, '__ci_last_regenerate|i:1652762862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a337d73bcac4c9bbd5f15889f98cd828097f43aa', '35.162.225.47', 1658065322, '__ci_last_regenerate|i:1658065322;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 ('a3382974bc3bf8d64f17af0e617e2627962fa7c1', '157.55.39.231', 1672499610, '__ci_last_regenerate|i:1672499610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3382eeed0c95a7d5c5e0d12c9cc98b3dd5bec9c', '190.56.32.35', 1671916800, '__ci_last_regenerate|i:1671916800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671916773;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a33cfd80bb38a6bb1d6725265371bd5d3abe0123', '190.56.32.174', 1676742890, '__ci_last_regenerate|i:1676742890;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676742811;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a33d1cc0bc4e7ff5b8870d44a9355d9afd071ef5', '17.121.114.223', 1652462800, '__ci_last_regenerate|i:1652462800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a33ecf8414cfbf9af05b4ef63ccc8a5385e04dc1', '200.119.173.67', 1679358298, '__ci_last_regenerate|i:1679358298;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679358294;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a33eec50d53409d947512467c30325ab5ff03956', '200.119.173.133', 1660868308, '__ci_last_regenerate|i:1660868308;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3403917ea2e9095502d70a858c50bcb5786b3cb', '157.55.39.108', 1672915261, '__ci_last_regenerate|i:1672915261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a340b558626902778e80fe12b4ea44e96b25b28c', '35.87.218.166', 1675345148, '__ci_last_regenerate|i:1675345148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3436b6764a7c8b615f7e6d8c43d08cb28a2066c', '190.148.157.53', 1683680611, '__ci_last_regenerate|i:1683680611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683679091;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a344d06cb6f7905a5d8b22d4505a3dc394cc5e03', '190.148.158.75', 1663357393, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a346eada4944eeb6269f0ef7312c96f92ec7948c', '173.249.31.237', 1659409306, '__ci_last_regenerate|i:1659409306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a346f31679dd381b65293aa18d2b54875b0b66e8', '190.56.32.35', 1671720340, '__ci_last_regenerate|i:1671720340;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671720332;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a34813cf06d347361ac5719e0dc035a01900f629', '138.246.253.24', 1683396540, '__ci_last_regenerate|i:1683396540;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 ('a3481a3e95d69fa89aedd40cbf31fe2ef258346c', '190.148.252.183', 1681432265, '__ci_last_regenerate|i:1681432265;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681431453;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a349a8c77a0934e697dc281eb5f4fc0852a96e8a', '114.119.159.62', 1687908428, '__ci_last_regenerate|i:1687908428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a34a16f91590ccf257c451b7ec66813c814e2923', '51.222.253.10', 1668724532, '__ci_last_regenerate|i:1668724532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a34a9537ca01f327b71c68c8bde08129eb412440', '114.119.149.247', 1688124783, '__ci_last_regenerate|i:1688124783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a34bd477521e676b0ebfa1498c33658fe7fd973e', '157.55.39.212', 1677671716, '__ci_last_regenerate|i:1677671716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a34d50e6859beffbeae7bbbfe62d0544a88c25a1', '200.119.174.132', 1663793790, '__ci_last_regenerate|i:1663793790;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663784692\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"806vyZ29AOB7QNbfGzYa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a34e3d2899f6b8edfc3a139fe0775354bbad4d2b', '52.167.144.42', 1679322593, '__ci_last_regenerate|i:1679322593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a350047ffa7eea71424f8bef224244804064a915', '66.249.79.194', 1687696335, '__ci_last_regenerate|i:1687696335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3509675f7597739be08dd9f6c5e3957a8933025', '52.167.144.63', 1687172827, '__ci_last_regenerate|i:1687172827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3515c2728cf24f15b2c99dcd88131c835f0238f', '190.148.157.194', 1661992225, '__ci_last_regenerate|i:1661992225;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661985774\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661991901;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3520e71b3438b4925e3c8e8f32eb82266b4d614', '52.167.144.70', 1688182989, '__ci_last_regenerate|i:1688182989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3528be7721f49bba59f4b7e73f402fb7727b271', '52.167.144.98', 1684278443, '__ci_last_regenerate|i:1684278442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a353e6b2b084e13b8937fca65a96cca3a6745a49', '200.119.170.237', 1658326998, '__ci_last_regenerate|i:1658326967;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658248955\";last_ip|s:12:\"190.56.50.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658326998;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3544f23bf085afb12e902f5c10e6775207ca9a6', '54.227.32.154', 1652845894, '__ci_last_regenerate|i:1652845894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a35569b804b8b0545aadf1db7bafa940fb563a8c', '52.167.144.164', 1684706646, '__ci_last_regenerate|i:1684706646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3566813546beafddd18a0b740f9cff13596c183', '54.36.148.24', 1675739316, '__ci_last_regenerate|i:1675739316;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 ('a358bf309f2bbd13dea17c8fe85cfa6d70c3eb2d', '54.36.148.37', 1685638074, '__ci_last_regenerate|i:1685638074;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 ('a35a13e4acaae8ebf19997c04a7e41d37fd4cfb4', '52.167.144.98', 1686515211, '__ci_last_regenerate|i:1686515211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a35d140ba4d0c53d85eee52b5f84be854b42a0ae', '114.119.137.252', 1686873756, '__ci_last_regenerate|i:1686873756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a35e84d5b5246576c6050a97a86ef9cd1db8d9ab', '190.148.158.69', 1685546781, '__ci_last_regenerate|i:1685546780;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684528368\";last_ip|s:13:\"190.56.51.169\";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 ('a35ea43216fa70220a429392d7386814d968e93a', '128.199.114.57', 1651862994, '__ci_last_regenerate|i:1651862990;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 ('a361b20b9fd7131858472de3dbf9f552e671a17f', '17.121.112.221', 1652030462, '__ci_last_regenerate|i:1652030462;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 ('a3623a8fa9f97ade90ce217fd4d4c4a124f9908f', '40.77.167.147', 1681261118, '__ci_last_regenerate|i:1681261118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3630e10b1458c5fc7cc2fb3b44654fbebf426b8', '40.77.167.49', 1667201563, '__ci_last_regenerate|i:1667201563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a363521cb961caa0f4bb6308675b6e5bbd9afb3b', '190.56.55.113', 1673815529, '__ci_last_regenerate|i:1673815529;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673815210;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a365ef52cf5416322e427a0f995c6fdf72d5ef0d', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a368b193ed219c6d01f6bd3018998d065883cb27', '200.119.173.177', 1685299652, '__ci_last_regenerate|i:1685299652;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685299476;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a36decafdad0a38da7433e663ea5706fc8113468', '45.79.42.132', 1654731373, '__ci_last_regenerate|i:1654731373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a36e56f68fe6b2bcbb57e5a22646eb370ed6736c', '66.249.66.219', 1676001702, '__ci_last_regenerate|i:1676001702;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 ('a370e25a60c7fccb6d5af10b731da9702289a988', '200.119.170.137', 1668711956, '__ci_last_regenerate|i:1668711956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668711123;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3728968cd99eabeff2bddd9cf3aeb4101ad6cd8', '114.119.130.210', 1687986665, '__ci_last_regenerate|i:1687986665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3732521216ef7f7170800ddfa5340852b96c945', '54.36.148.186', 1658206705, '__ci_last_regenerate|i:1658206705;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 ('a3769593b7147ca8db097a36b3aaf0a2c4ef345e', '51.222.253.14', 1662807459, '__ci_last_regenerate|i:1662807459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a376a330e9901577c6ddaae5a4e0dcb3a28eedbe', '207.46.13.51', 1662731032, '__ci_last_regenerate|i:1662731032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a377c6e79bb275200c86101035db01fb4a772843', '51.222.253.13', 1659441500, '__ci_last_regenerate|i:1659441500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a37e7d863fcf2e9bffba1607407380626d8004f6', '157.55.39.147', 1672246855, '__ci_last_regenerate|i:1672246855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a37f63e8273867c30fd5ac467344ca4b0e4f7ae6', '165.232.190.123', 1656638103, '__ci_last_regenerate|i:1656638103;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a37ffd20a60682aa6fc7afb481718ea7dfa05b09', '40.77.167.255', 1684878152, '__ci_last_regenerate|i:1684878152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38068c9e65394a90adb438b35267b1a0d7e963f', '114.119.136.143', 1683852750, '__ci_last_regenerate|i:1683852749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38365f977592fb7e5a81c1b67322b0702852c5f', '190.56.54.156', 1665085900, '__ci_last_regenerate|i:1665085900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665085892;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a383c209d0c907ec51e8ebb401ed1aee3b44407c', '51.222.253.11', 1677053082, '__ci_last_regenerate|i:1677053082;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 ('a3841c8f93534e6acabb8591144ada219fde0993', '5.188.62.140', 1656403237, '__ci_last_regenerate|i:1656403234;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a384f02be62fbd3655c71ba17cfa6cbd0dbec0a0', '52.167.144.164', 1685076615, '__ci_last_regenerate|i:1685076615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a385e4ec92ec26248ab7e0e37f6f53cad6509106', '190.148.158.69', 1685472439, '__ci_last_regenerate|i:1685472439;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685472422;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a389517cd9f09ff8846f104ad8563722bb097ffa', '54.36.148.73', 1673533144, '__ci_last_regenerate|i:1673533144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38b60acff2bb78169cea1077d3f4cdcd7d08ede', '40.77.167.202', 1687876698, '__ci_last_regenerate|i:1687876698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38b77f24314a083959e57fb1c6d2a034fc12b4a', '190.148.252.111', 1678055465, '__ci_last_regenerate|i:1678055465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678055420;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38caf9d493e1399c2dc4a9d9da582e31b1a99cc', '45.63.18.23', 1688456022, '__ci_last_regenerate|i:1688456022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38d66ea14388c8821f12675d96ea24c237beacd', '157.55.39.54', 1660797287, '__ci_last_regenerate|i:1660797287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38eaeddc635e15c72168f852124a5265e6960dd', '157.55.39.148', 1671783499, '__ci_last_regenerate|i:1671783499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a390b3e3cd9394d66db8ef1062f379954437576f', '52.167.144.164', 1685773948, '__ci_last_regenerate|i:1685773948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3910f952accd1d794c3969a2f8e21d056b6271b', '142.93.48.245', 1659759285, '__ci_last_regenerate|i:1659759285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39325c2767c1bfb67ab453ce9f9bc612bf1a82b', '52.167.144.43', 1683798244, '__ci_last_regenerate|i:1683798244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39371c9ef13cf89db59608cc44651a4a89d673e', '200.119.172.60', 1675094401, '__ci_last_regenerate|i:1675094401;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674829755\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"WvRDzepuExQ0Vf9BhKLa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39466a8068d1c61a8b86bd77ec4bf4d3c4d6039', '190.56.32.35', 1672086996, '__ci_last_regenerate|i:1672086996;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672086867;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3967517ccf0502d4ff0ba81c22ea6d06b7306cf', '190.148.252.57', 1657849060, '__ci_last_regenerate|i:1657849060;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3969c0177be7a237e818863d94d8dc385cf0da7', '17.121.112.103', 1653572359, '__ci_last_regenerate|i:1653572359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3970f8296743fdbc157e12b54793addf11aa24a', '157.55.39.79', 1668141104, '__ci_last_regenerate|i:1668141034;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3976893828a0500fa30d8a6821cb984596c78a3', '157.55.39.217', 1683265915, '__ci_last_regenerate|i:1683265915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3986f34228c232bbde3e492a7841801aeed3a88', '52.167.144.90', 1681086567, '__ci_last_regenerate|i:1681086567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39a7b8a6c4b0ce13290b1ccec787b72713f3b31', '190.56.50.253', 1682705874, '__ci_last_regenerate|i:1682705874;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39b79e952ee5d1bc8a4bd93b4e11c196769a6ea', '51.222.253.4', 1676478084, '__ci_last_regenerate|i:1676478083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39bd5bfabaa41089d2daaf4ffb1da91df7083bc', '173.208.246.130', 1653003375, '__ci_last_regenerate|i:1653003375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39c437771180cd18056ddd1e2e16914f24c1f43', '40.77.167.56', 1673314229, '__ci_last_regenerate|i:1673314229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a39cf46a9384fb3a39e405d6b5281d843be2f456', '190.56.32.35', 1671883421, '__ci_last_regenerate|i:1671883421;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671883407;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a02a261849acacd38cde56a7090cf3ddccafd3', '200.119.173.177', 1685116153, '__ci_last_regenerate|i:1685116153;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685116150;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a047a64cd359d09f7b84275042170839cea1ac', '40.77.167.123', 1682723426, '__ci_last_regenerate|i:1682723426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a39eade5be0cd98a8e625f7103355d7ad2dc45', '3.21.158.231', 1684627126, '__ci_last_regenerate|i:1684627126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a654d68a07a1367b296f2a8d7ee23e7533ab06', '198.235.24.137', 1658940720, '__ci_last_regenerate|i:1658940720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a6d45f79388279d2c25b373506dbfca8aed75a', '51.222.253.17', 1680447806, '__ci_last_regenerate|i:1680447806;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a98359afa33bc7a1e105834601d5419f64e0e4', '51.222.253.9', 1653279184, '__ci_last_regenerate|i:1653279184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a9f23b1c979eb3fc245f0a613bb662c4811b3a', '114.119.139.102', 1687520084, '__ci_last_regenerate|i:1687520083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3aab5a85331a44d85f4f23994c5e72fe8579395', '52.167.144.154', 1687463730, '__ci_last_regenerate|i:1687463730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ab32424023e651d09dc2b62a1f589293653592', '40.77.167.43', 1658717307, '__ci_last_regenerate|i:1658717307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ac03b2c05d64d30787709f4b8f05487b80f955', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3accd0df503c6e3dc0192b543ec73ecdd8f3695', '51.222.253.1', 1665809945, '__ci_last_regenerate|i:1665809945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3af765db628c590f786dcaf4a409937594d7f97', '114.119.135.158', 1687835344, '__ci_last_regenerate|i:1687835344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b0b063effe83b9717b14b738e775b73e532293', '40.77.167.23', 1673745845, '__ci_last_regenerate|i:1673745845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b0db0699997edc5014e36014d88bdb52c2215b', '200.119.172.60', 1674577694, '__ci_last_regenerate|i:1674577694;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674577684;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b148d48a2033d13c3bc1d1552eff63b021ddd8', '190.56.173.175', 1653085808, '__ci_last_regenerate|i:1653085808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b153b13202da8230fd4fa544ea7971d4471cc6', '190.148.87.96', 1678234953, '__ci_last_regenerate|i:1678234953;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678230554;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b2db8f602532b58ab89b4385a2def048cc3fde', '40.77.167.79', 1654708798, '__ci_last_regenerate|i:1654708787;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b3bf8a4745a38f480d8a4ab4e2e0d4ef755884', '52.167.144.24', 1687478738, '__ci_last_regenerate|i:1687478738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b56b8c9f9ad7d1ad6e1cf60ece741f16bfd525', '93.158.90.67', 1652994975, '__ci_last_regenerate|i:1652994975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b7fb5b4ac27bf44af2eacf67f5409cea6f0a15', '190.56.50.253', 1682543332, '__ci_last_regenerate|i:1682543332;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b884d2ab1378528e1be5f7796a1d58556a1c76', '163.172.180.205', 1682465991, '__ci_last_regenerate|i:1682465991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3bc15d41422d340af7206ea5bfae72975c11f7c', '198.235.24.151', 1658294238, '__ci_last_regenerate|i:1658294238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3bd9de8d4fd70f2027ea59f170e31c1f9588ac0', '190.56.50.253', 1682549706, '__ci_last_regenerate|i:1682549706;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"9VnD234ALOMHsdc6aerS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3bea2abd9c62179da55897cb6840c4167a3ee05', '17.121.114.105', 1652791757, '__ci_last_regenerate|i:1652791757;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 ('a3bf32a40df020385f16f534cf28f3db7b1117c6', '157.55.39.87', 1663323914, '__ci_last_regenerate|i:1663323914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c1599faba807f6e484729b98ee1072517401dc', '114.119.143.77', 1688391699, '__ci_last_regenerate|i:1688391699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c2479430b792988a7cba7b919191a00d06d32b', '40.77.167.40', 1675150339, '__ci_last_regenerate|i:1675150339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c4461b2a664c6f381b6baa0635abbc0e50b521', '17.121.112.234', 1652961464, '__ci_last_regenerate|i:1652961464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c4d3eaa54d61bb07ff08b090a826910dfab777', '200.119.170.30', 1660228307, '__ci_last_regenerate|i:1660228307;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660222361\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660228293;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c50d6879cd45f9a2c65c7482ec6b8e6aa34082', '18.237.122.39', 1671457222, '__ci_last_regenerate|i:1671457222;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 ('a3c714a705e191374c4abc65564a64de260c376b', '114.119.145.205', 1685942226, '__ci_last_regenerate|i:1685942226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c827089a98a9eead91352a4ab3343baf16f034', '190.148.252.76', 1654194361, '__ci_last_regenerate|i:1654194361;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654174205\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654194355;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3c857d722715370858176968b00cd9c6d6c6198', '144.76.67.169', 1669881418, '__ci_last_regenerate|i:1669881418;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 ('a3c9b61299630490e0b13160504e9e0d2c43f5bf', '190.148.87.6', 1668384410, '__ci_last_regenerate|i:1668384410;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668384405;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ca30835ee5d6399b095254176be7bedfa96257', '200.119.168.9', 1656334794, '__ci_last_regenerate|i:1656334794;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656334791;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3cac570c0fb3a1aebf1c73242becd6f75d39f52', '190.56.55.48', 1687485451, '__ci_last_regenerate|i:1687485377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687485451;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3d145c852860c7c363d0ab691790cd73c554779', '114.119.152.233', 1686610505, '__ci_last_regenerate|i:1686610505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3d230f78c360e73b109efdbe35c8aa65e59489f', '157.55.39.173', 1668834340, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3d57a26ba0e015b9061f890a55f4066c4507e84', '207.46.13.142', 1666328292, '__ci_last_regenerate|i:1666328292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3d581c4d1bcae898fb73823d1498bc93a967cff', '52.167.144.178', 1683941141, '__ci_last_regenerate|i:1683941141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3d61fd61898f381dee6d71021b799885a7eb312', '17.121.112.49', 1658334769, '__ci_last_regenerate|i:1658334769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3dae7e5a348b9283cc52351b77ea82cfa06c0f5', '20.91.193.115', 1650842276, '__ci_last_regenerate|i:1650842272;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 ('a3db95bed5e098b42cec3dd3aa53ed21d2546b34', '54.237.250.240', 1651580919, '__ci_last_regenerate|i:1651580919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3de58fe59330271be57af6e378338cd45d6d314', '114.119.151.108', 1687671877, '__ci_last_regenerate|i:1687671877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3df77ceb136877d72c424c2967672fdfbff9739', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3dffbd53195a290ff3a197ec7a3f064403675b1', '40.77.167.35', 1662442830, '__ci_last_regenerate|i:1662442821;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e02fe5799858cedd4e07d0ad0107e2426e06d3', '52.167.144.171', 1685427182, '__ci_last_regenerate|i:1685427182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e0694480a4f0a6211b628afd8ba4c1cfb39c9b', '128.199.167.115', 1650868012, '__ci_last_regenerate|i:1650868008;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 ('a3e0bf8a9be87cbb051eaa5535e1ffc5d0027f50', '200.119.174.9', 1674332457, '__ci_last_regenerate|i:1674332457;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674332400;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e300891524f14b3b5fb00f82ba0fa346b22c62', '52.167.144.164', 1685137510, '__ci_last_regenerate|i:1685137510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e3c3d52b2a35d8592c3945e4fb520794ef5bfe', '190.56.55.48', 1687571359, '__ci_last_regenerate|i:1687571359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687571353;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e51104f52cee0ea347c9241dab312d10eb5bd4', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e78d6fc9e32a8686de38037ef7d6b31a8858cf', '40.77.167.108', 1679496335, '__ci_last_regenerate|i:1679496335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e7f01c5910046c8f29a0b02c4e2b659c30c0a8', '54.36.148.158', 1686839355, '__ci_last_regenerate|i:1686839355;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 ('a3eadcd6a68fa505b4b32c1688f30700958f6103', '207.46.13.132', 1673600466, '__ci_last_regenerate|i:1673600466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3eb7797f448f60520db84500a2e38aa9a24103e', '190.148.157.177', 1682088734, '__ci_last_regenerate|i:1682088734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682088728;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ec2444b6c95483bd596228ee9301471abb0563', '52.167.144.43', 1683658312, '__ci_last_regenerate|i:1683658312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ed14b5d07b701db5a44d86bdbc3a27c097bc41', '190.148.252.67', 1688510856, '__ci_last_regenerate|i:1688510856;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688510842;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ed383bafda9b34ee1741f3ba5703f0323aa1b0', '51.222.253.1', 1663320523, '__ci_last_regenerate|i:1663320523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3edd227e94bf7d5deea7673cff5c4ac3242d846', '54.36.149.31', 1669144438, '__ci_last_regenerate|i:1669144438;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 ('a3ee6e157d41cd0ae3f9dcdff1063e9d2ff69954', '114.119.152.147', 1687899748, '__ci_last_regenerate|i:1687899747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3efee571c97d328f038557b969f771917aac032', '40.77.167.30', 1656483777, '__ci_last_regenerate|i:1656483766;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3f05b9f0e960388808a0687706735f8642f2041', '52.167.144.171', 1685619138, '__ci_last_regenerate|i:1685619138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3f122f4174280a86559837e2a218fc77baf4b99', '51.222.253.19', 1652313722, '__ci_last_regenerate|i:1652313722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3f49a98792afdb928291e1b03cccba71febf735', '114.119.149.131', 1688304614, '__ci_last_regenerate|i:1688304613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3f4d660890245400bf86a67011c43ef871f8133', '138.246.253.24', 1683792950, '__ci_last_regenerate|i:1683792950;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 ('a3f7204b6d7765edf2f283c6664a5be5ab369135', '123.233.115.26', 1652830302, '__ci_last_regenerate|i:1652830302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fa9b94e93d7de6d440400137132ae8b742177f', '54.36.148.102', 1680978478, '__ci_last_regenerate|i:1680978478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fb07fc8b3a03bb79e41ad1d268c08879544f6f', '130.245.169.247', 1657277748, '__ci_last_regenerate|i:1657277745;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fb275508f2dc56ad8bb13cd7bac57c01df611f', '52.167.144.162', 1686641291, '__ci_last_regenerate|i:1686641291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fd24f02f4ab8aed9cb8036b39d16809b658c31', '51.222.253.7', 1654312220, '__ci_last_regenerate|i:1654312220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fd83d59d96ff4bc2a265aef79dc78eda3301af', '52.167.144.154', 1687702777, '__ci_last_regenerate|i:1687702777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fdb40f55106478948c199295f058ec6c664d46', '190.148.157.192', 1655914491, '__ci_last_regenerate|i:1655914491;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655913007;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ff83a5b8cd4e87df137725184986a9428c4569', '190.148.157.177', 1681995693, '__ci_last_regenerate|i:1681995693;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681995558;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a400edbd7ed7a8ddac263caec2f70bcc12dd4f68', '66.249.79.196', 1654010395, '__ci_last_regenerate|i:1654010395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4010af00ed7ce4571a50d83e70adfc30db01cb2', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4013e74f28d6b47812ca12928ee359900aeb1b4', '159.223.37.82', 1653296909, '__ci_last_regenerate|i:1653296903;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 ('a404608d8771868926929a326e6a7a1c3c27108f', '114.119.137.193', 1686486660, '__ci_last_regenerate|i:1686486660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a40466c62d8fcd74b74775e1260b1677dcf20f2b', '190.148.158.69', 1685737990, '__ci_last_regenerate|i:1685737990;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685737882;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a407026a0d16aac59210db1183f197cb1e19542c', '114.119.157.37', 1685156032, '__ci_last_regenerate|i:1685156032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a407281d980a74a94829fbd46b3d096da7fe2b86', '104.154.22.171', 1651569619, '__ci_last_regenerate|i:1651569619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a409bb596cbcb0ec5000931e6165e771f85c3685', '200.119.174.30', 1667525236, '__ci_last_regenerate|i:1667525236;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667525227;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a40b3241f54df15f09b99bbe154998b561ca336c', '40.77.167.123', 1683381395, '__ci_last_regenerate|i:1683381395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a40b355f11563b5c4d5c79fbf16ffcac829009e8', '40.77.167.133', 1684132453, '__ci_last_regenerate|i:1684132453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a40d1c0fbe5f2996884d2766f1241861bf145398', '36.155.90.183', 1650951909, '__ci_last_regenerate|i:1650951909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a410b8a689b58141d391dbf0c1f332ebf43d24ce', '190.148.157.117', 1675634350, '__ci_last_regenerate|i:1675634350;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675634290;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a411afb46e7fab91bffb731bb1d474ee183e4234', '159.223.41.244', 1650971470, '__ci_last_regenerate|i:1650971466;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 ('a413dafa05f2dfd89d777ad1e5fdaed3e5cb43b0', '190.56.173.251', 1651944102, '__ci_last_regenerate|i:1651944102;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('a415e608f28a124daba83a3d781c46f2450e48a5', '51.222.253.12', 1678523858, '__ci_last_regenerate|i:1678523858;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 ('a4175969bf891ebc873ce1ae0565b35240d714ee', '114.119.152.155', 1686080169, '__ci_last_regenerate|i:1686080169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a417eb23e33e5e065df12841ef2b4cb3855f3791', '190.56.49.187', 1688048063, '__ci_last_regenerate|i:1688048063;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688047738;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a418a59ce43d0836841beafe30f28e154faf487b', '157.55.39.54', 1660291408, '__ci_last_regenerate|i:1660291408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4196e6a8be12067aab37f450685198e1319c348', '190.148.158.69', 1685984683, '__ci_last_regenerate|i:1685984683;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685984669;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a41c3509ee9d2f706fd9c9303d129856f5238ec4', '200.119.170.168', 1670711297, '__ci_last_regenerate|i:1670711297;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670710808;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a41c62e4b843e44c6c827fb659dc56008399daa6', '200.119.170.210', 1669762283, '__ci_last_regenerate|i:1669762283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669762266;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a423e10084321a477ed5be166514b4a40faffe07', '190.148.87.6', 1668188107, '__ci_last_regenerate|i:1668188107;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"iBmH04WRgbNSkCZpdFEI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4251da9a3dd6b2d85dd2d255168efbe81e4d544', '52.167.144.43', 1683798896, '__ci_last_regenerate|i:1683798896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a425ca41399e6985c80b69d2c07992986dfcc36e', '54.37.204.35', 1685701315, '__ci_last_regenerate|i:1685701315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4274a45dd7f134954c1b843accf162ef91ddf38', '114.119.134.25', 1688392207, '__ci_last_regenerate|i:1688392203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a42791b174dceea56cd206fe3c4603b86a98ada0', '40.77.167.49', 1664806840, '__ci_last_regenerate|i:1664806840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a428e9039d2b05d806ebca6dbb3f59d7fb5e02b0', '20.127.43.36', 1652440137, '__ci_last_regenerate|i:1652440135;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 ('a4297adee0f57564f852716c8e9604214f9eb2ee', '190.56.173.175', 1652908507, '__ci_last_regenerate|i:1652908507;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652908501;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a42f66c4ac7fde7fce97d038bd0f0be26a4f46d4', '89.108.88.240', 1679727325, '__ci_last_regenerate|i:1679727325;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 ('a4309e32af68736ef7f3167913ecb07671bc6ac4', '200.119.173.87', 1663007914, '__ci_last_regenerate|i:1663007914;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"xrovRNJLV4G6upcbgtWi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a431ef2195e46285016e15c5574de5d48f3eff62', '54.36.148.225', 1671304032, '__ci_last_regenerate|i:1671304032;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 ('a435b94d8579fca4a025d05ed4c1e70aaddfcbc3', '157.55.39.51', 1668173311, '__ci_last_regenerate|i:1668173311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4362ac558895b24e33a410e4ffab15a305e62ca', '114.119.141.146', 1688202226, '__ci_last_regenerate|i:1688202226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a436451b48d18ccd3eed2742bbe276baac7089a1', '51.222.253.20', 1687596464, '__ci_last_regenerate|i:1687596464;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 ('a4390d226991b54d650d66da0fdfdee2dad51c34', '114.119.136.175', 1687282475, '__ci_last_regenerate|i:1687282475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a439176efec94d7f3dee371bdbfacc04023241f4', '52.167.144.164', 1685427195, '__ci_last_regenerate|i:1685427195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43a71ad695a18938c6a62066da96bd91cefa24a', '52.167.144.31', 1675150316, '__ci_last_regenerate|i:1675150316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43c8d5f46eb823c53ca809232458285b9bf4390', '114.119.131.210', 1687133230, '__ci_last_regenerate|i:1687133230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43d1c86005f731edc36da1a3d156b3f6edd5370', '200.119.168.250', 1681174463, '__ci_last_regenerate|i:1681174463;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681174461;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a440a2680171d97948bd63056741de0fb1f9f6dd', '190.56.55.113', 1673550323, '__ci_last_regenerate|i:1673550323;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673550267;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a440c6ef6c250bba382af678ff25cd612596835a', '190.56.55.113', 1673613396, '__ci_last_regenerate|i:1673613396;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673543670\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673613353;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4414101e24394d1f039691c841c8a68b648c375', '54.203.73.198', 1650669875, '__ci_last_regenerate|i:1650669875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4420f833a682ae03fa44a69ca7a89f3a1f75eaa', '190.148.252.151', 1671115926, '__ci_last_regenerate|i:1671115926;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671115898;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4435043b470756286868fefac316f479cfb8ef6', '52.167.144.162', 1686407495, '__ci_last_regenerate|i:1686407495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a443679c6cf5223cef12b46181eca30b2883b2c7', '157.55.39.79', 1669071044, '__ci_last_regenerate|i:1669071044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4447967d8bac4278fa9a074410082a73a184a27', '190.148.252.96', 1672949726, '__ci_last_regenerate|i:1672949726;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672949719;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a44536097a223c7740cb5f5fd73f75bfc9e5c889', '200.119.170.168', 1670622969, '__ci_last_regenerate|i:1670622969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a445930df5d9ddac671049621740dd507cd4f62c', '35.87.233.154', 1681758909, '__ci_last_regenerate|i:1681758909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a447b713b2481a4763057710f63cece541df3d16', '207.46.13.221', 1687055962, '__ci_last_regenerate|i:1687055962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a448289f0f388fcb6f02d1e529c755321f3e0ec2', '190.56.50.15', 1666977643, '__ci_last_regenerate|i:1666977643;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666977620;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a449be78bb5f6163381631f158c4e29541057ae0', '190.56.54.129', 1653425457, '__ci_last_regenerate|i:1653425457;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"pvjt95gelN4Mci0CxYRk\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a44c124bce8d0b8ea1cc5afba05cc676dcd3390e', '173.249.31.237', 1659409269, '__ci_last_regenerate|i:1659409269;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 ('a44d7e2eef37bda7b8963e3e7a3175505859190e', '138.246.253.24', 1669290357, '__ci_last_regenerate|i:1669290357;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 ('a4508d19fde795996ad5d77cbb5f7e0dedaa5e36', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4509b5dcc8b7944119109a3db0f4c0d34cf956b', '5.188.62.76', 1656401071, '__ci_last_regenerate|i:1656401071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a450b4c452def9b156d5591ff72df0dd2965bdaf', '207.46.13.145', 1668157095, '__ci_last_regenerate|i:1668157095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a45132d913b7d7da64670371fb01961ccd41742d', '190.148.157.53', 1684000118, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684000118;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683999458;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a451c29715e72b88166e3caf486a93f0453eb5d3', '54.36.149.64', 1655746348, '__ci_last_regenerate|i:1655746348;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 ('a454a5c08afda9a5c63f75f542704ef67d6f699a', '207.46.13.211', 1679668240, '__ci_last_regenerate|i:1679668240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a454c660c26428e5b960f82eb8272e053e252903', '66.249.79.195', 1687465220, '__ci_last_regenerate|i:1687465220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4555612f1b70aab48cfe9686d1d482cdaddb542', '200.119.168.250', 1680739352, '__ci_last_regenerate|i:1680739352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680738902;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a459eaa97eedf773fcdde3afb4f41b4d660a3725', '51.222.253.1', 1653170454, '__ci_last_regenerate|i:1653170454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a459ef3e37ab7fda33a758b1eaf19c3aa3af3df0', '40.77.167.191', 1682053710, '__ci_last_regenerate|i:1682053710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a45b753f96c373afe30bb90d75ef3216b28c4eaf', '114.119.150.95', 1688225161, '__ci_last_regenerate|i:1688225161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a45e097399ed93401989e3017a102997ed7b3971', '114.119.151.50', 1687641770, '__ci_last_regenerate|i:1687641770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a45eb4847361cdd5f9afc192b1a5be8edf92a91a', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a45f894d2cd6b291dff4cbc290fade0cf3ef28be', '40.77.167.161', 1676001702, '__ci_last_regenerate|i:1676001702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4605319dfb14fb906123dce2a64a810f4141a4e', '82.27.112.214', 1675246851, '__ci_last_regenerate|i:1675246851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a460d058a599f4e09fbfdabd84c41d8c44e025aa', '40.77.167.224', 1686342631, '__ci_last_regenerate|i:1686342631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4628ca15966c86d3000c39fd39aac0b8dc056b6', '17.121.113.17', 1657740749, '__ci_last_regenerate|i:1657740749;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 ('a4649d027ef9396a81b87619023878320ef475dd', '66.249.74.99', 1687057467, '__ci_last_regenerate|i:1687057467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a464c01ebc13e1c56acb36a04de5cf9bfbf4e56f', '190.148.157.117', 1675624119, '__ci_last_regenerate|i:1675624119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675623725;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46508b4f90b93fe05dc637ec726f3cec127a67c', '200.119.172.60', 1674992972, '__ci_last_regenerate|i:1674992972;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46790e63be49823115c28293cab9202419ea94b', '190.148.157.183', 1680297279, '__ci_last_regenerate|i:1680297279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680295597;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46a137f26f1eb34cd56fcdfe0507b4e1f01d39c', '114.119.135.217', 1685622779, '__ci_last_regenerate|i:1685622779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46ad27e92b8b14c1f9cacb28d83820643323fd2', '200.119.168.109', 1668870319, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668870319;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668869012;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46af5d8301c4e64bada7c15632913592cd91153', '40.77.167.161', 1676676593, '__ci_last_regenerate|i:1676676593;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46d4745347eef665441f27dab91b46a7da656c6', '52.167.144.98', 1686414267, '__ci_last_regenerate|i:1686414267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a46eb8f1b5a7502f77a519fda89fb8f9b4117848', '20.53.236.82', 1651453861, '__ci_last_regenerate|i:1651453857;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 ('a471b56efca95cf55a179283dc00082a2928f767', '164.92.194.60', 1687255597, '__ci_last_regenerate|i:1687255597;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 ('a475c9de7c7ef69383bab958a26ffd59e071a6d5', '190.148.87.6', 1668455121, '__ci_last_regenerate|i:1668455121;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668453662;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a477237bc6062ef733ef5d25c5de75c7891e42f8', '190.56.55.0', 1687813118, '__ci_last_regenerate|i:1687813118;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687813115;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4772e96e314be3f7acd7aa8e77db9b9696423eb', '178.169.204.188', 1651390064, '__ci_last_regenerate|i:1651390064;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 ('a477b846556114a820dbd42d2af0384e07773a3d', '52.167.144.47', 1678190959, '__ci_last_regenerate|i:1678190959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4787c3df54f1abc47e91edd2dd0ba130cb8dad8', '207.46.13.6', 1671956704, '__ci_last_regenerate|i:1671956704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4797bc087a95ae898d1faf024e9c7ca6fbd0809', '17.121.113.50', 1656517903, '__ci_last_regenerate|i:1656517903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47a18a0f5a4747d8056d65ea10eda066f0178b6', '52.167.144.171', 1685408115, '__ci_last_regenerate|i:1685408115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47a59e285bae1b58387b9dcd0a0b8ddc19fde72', '207.46.13.11', 1669446432, '__ci_last_regenerate|i:1669446432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47a7d3f21e48a3c6eadc98e62f4bedff119257a', '40.77.167.91', 1686999497, '__ci_last_regenerate|i:1686999497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47d743aa9fc5b208619c8914e24febc34b7ab78', '190.148.87.96', 1678201312, '__ci_last_regenerate|i:1678201312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678200193;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47e098dae972b8f44bc31fc58a6be7e2b433a4b', '52.167.144.98', 1684355667, '__ci_last_regenerate|i:1684355667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47ef2873af8940c3c415d1f0efd7dab56712eea', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47f74f688792573a31031e013e032fa192904d1', '190.148.158.151', 1677286049, '__ci_last_regenerate|i:1677286049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677284533;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47f8b1d0beab080b326dae983237b5c4a318a08', '200.119.170.113', 1666708616, '__ci_last_regenerate|i:1666708616;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666708608;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a48011912a0ee98cf9fc2b3ceffc39e6737f578d', '157.55.39.54', 1660164024, '__ci_last_regenerate|i:1660164024;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 ('a483a25234ca3a8ea8bc0af077119392c1a4736a', '54.245.46.117', 1688336684, '__ci_last_regenerate|i:1688336684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a483e26630a1d9a06b28c898d8a040c3b1c3a3da', '5.188.62.76', 1659518928, '__ci_last_regenerate|i:1659518923;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a483e863b1c7bf31357829edeb3c0a57ecb6e001', '157.55.39.46', 1672403850, '__ci_last_regenerate|i:1672403850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a487cf48ee0e4e64204dfb53a51030f9be143d63', '198.235.24.31', 1656245482, '__ci_last_regenerate|i:1656245482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a48e3266954d481cb43f59cbacd0f27097455d4a', '190.56.32.174', 1676503624, '__ci_last_regenerate|i:1676503624;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676503614;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a490582a038e2076da42770107f36b84109531ea', '207.46.13.211', 1680117586, '__ci_last_regenerate|i:1680117586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a49111c8aeb54dc50e92f2464d296eff679f1693', '17.121.115.100', 1660702502, '__ci_last_regenerate|i:1660702502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a492e116d224f222495e7a75f192e883ba061a47', '190.56.32.243', 1684714446, '__ci_last_regenerate|i:1684714446;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684714036;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a494b89f1f951df4a5d76241892bc1cebf5febaa', '114.119.130.237', 1687702772, '__ci_last_regenerate|i:1687702772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a495e58b31d2c45f9284e13d34d1065280baa9cb', '52.167.144.108', 1680364765, '__ci_last_regenerate|i:1680364765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4983e49560d673faf30fb92eaf4840369438b62', '190.56.55.113', 1673735922, '__ci_last_regenerate|i:1673735922;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673735805;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a49b1b52d181e2fb02e81ee7fe65cae255e75444', '114.119.149.3', 1685399639, '__ci_last_regenerate|i:1685399639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a49b509d6a472372ad451195da527d9ced311cb6', '190.148.157.183', 1680566072, '__ci_last_regenerate|i:1680566072;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680565342;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a49de0e5506aebce82e30851f77912c623a426b9', '40.77.167.202', 1687351042, '__ci_last_regenerate|i:1687351042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a2c6b100ebeaafaf21f979fe4a15d44009b454', '51.222.253.18', 1668648340, '__ci_last_regenerate|i:1668648340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a2d6e521ee4c25267cd6fbf4ae8712fe26248c', '40.77.167.182', 1683543226, '__ci_last_regenerate|i:1683543226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a5bbc9a718ea4be8aa42f117ae66c46fe8845d', '200.119.173.96', 1687179391, '__ci_last_regenerate|i:1687179391;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687179320;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a6c691f667c5451b2000bcbb977711cadeb620', '190.148.252.96', 1673281900, '__ci_last_regenerate|i:1673281900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673281325;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a703872c2e497997e6dc63ba886c4a86783629', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a71519827453ae648b5dc31a7294fc1181bad2', '190.148.252.111', 1677883268, '__ci_last_regenerate|i:1677883268;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677883198;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a9246482687999f502d07bd4d08a9643e42251', '114.119.156.99', 1685915471, '__ci_last_regenerate|i:1685915460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4a9de7014abc3794dad9bc1bf0884d34e6b1339', '157.55.39.100', 1671956118, '__ci_last_regenerate|i:1671956118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4aa346955f7c19d6e8c0d1d450ae7f83d44ff58', '51.222.253.8', 1658918902, '__ci_last_regenerate|i:1658918902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ac68bc7e6a9074d2e107d0ae0da049756e184a', '40.77.167.202', 1687701566, '__ci_last_regenerate|i:1687701566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4aff2c296271ba1951e1e3234c28b618282bb49', '52.167.144.98', 1686401322, '__ci_last_regenerate|i:1686401322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b108cd35c6cccaf1e492466f0d399149f3d94a', '17.121.114.96', 1652362226, '__ci_last_regenerate|i:1652362226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b14482fbb056593a2c899ba69511bafb3ce830', '192.158.226.18', 1669313583, '__ci_last_regenerate|i:1669313583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b20135317be9d61172e03a9e9ef072910262ca', '200.119.170.168', 1670538204, '__ci_last_regenerate|i:1670538204;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670537733;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b3590ad11e15e7d22e617895c5d1141f5cd541', '66.249.79.175', 1666503692, '__ci_last_regenerate|i:1666503692;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 ('a4b45769b3b2f4c7d9dce726c49a7c361fb719dc', '190.56.32.243', 1684675007, '__ci_last_regenerate|i:1684675007;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684674980;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b4ea88f8e613d3707bd568a264245130020500', '190.148.87.182', 1679784847, '__ci_last_regenerate|i:1679784847;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679784845;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b6b974be0c39b9fd6e41273b7409db11465c55', '114.119.154.87', 1687879226, '__ci_last_regenerate|i:1687879226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b6e95083949126870d4d3efc29918bc3e3314c', '190.56.32.35', 1671974610, '__ci_last_regenerate|i:1671974610;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671974585;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b85e7159976ccf7003aec6fd6e692eeac00cbb', '190.56.32.162', 1686448970, '__ci_last_regenerate|i:1686448832;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686448970;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4b88761da61290d7445ce70c0f987be80b36637', '66.249.79.196', 1688555991, '__ci_last_regenerate|i:1688555991;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 ('a4b8a35bedaa98df31c0671a9490dac62270ec86', '190.56.32.35', 1671984748, '__ci_last_regenerate|i:1671984748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671984690;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4bbd9974bc504585d4a686a7fe544f3ce58ea28', '52.167.144.42', 1679324966, '__ci_last_regenerate|i:1679324966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4bc5284c0f9734d6a2d9383e4d209b0f1df8da8', '40.77.167.146', 1687810724, '__ci_last_regenerate|i:1687810724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4bc5f112db42aae9cd38eb5750d8ca3cee37d84', '114.119.151.131', 1685742622, '__ci_last_regenerate|i:1685742622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c01883a13435899cf30e00c86b737efa378f87', '190.56.51.241', 1661443403, '__ci_last_regenerate|i:1661443403;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661443392;register_id|s:2:\"84\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:01:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c4978b8cafd54635c9cc2163d94ee1171d9ea1', '66.249.79.208', 1659260780, '__ci_last_regenerate|i:1659260780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c7f4c690dc10dba3cfd956b9ada7905e29f9af', '5.188.62.26', 1656354685, '__ci_last_regenerate|i:1656354681;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ca284e410e2a4f04a7f9736079ef9070bdf17c', '200.119.170.113', 1666715394, '__ci_last_regenerate|i:1666715394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666715393;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4cb41ae4df06fc308e74cf06473eecab7e3a640', '52.167.144.98', 1686428130, '__ci_last_regenerate|i:1686428130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4cc335fd197774c3da32404db68e32f7ae7fe93', '74.208.2.134', 1682136366, '__ci_last_regenerate|i:1682136366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ccc9ac7204466734202c68b4d9a24457d6a35c', '190.148.158.69', 1685464285, '__ci_last_regenerate|i:1685464285;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685464279;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4cd6364b23b243fa802b8b89defeb93b0712276', '51.222.253.1', 1678519201, '__ci_last_regenerate|i:1678519201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ce6c38a4bf129655520c66acd8a02a56b02772', '52.152.164.164', 1658652942, '__ci_last_regenerate|i:1658652939;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 ('a4cef256c97c5061aa770e78277f058335558624', '52.167.144.171', 1685530319, '__ci_last_regenerate|i:1685530319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4cf7a3b4ba2119025d7e75bfc6a8756adb37c2b', '190.148.157.183', 1680451204, '__ci_last_regenerate|i:1680451204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680449349;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4d02d5412295a0ff7dfc8a272e6fa3e5ccdcea3', '40.77.167.80', 1686843813, '__ci_last_regenerate|i:1686843813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4d2a66ad7d35616143ba5f2732ae3c50d1d1413', '114.119.142.236', 1685741974, '__ci_last_regenerate|i:1685741974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4d47d0310239b548211b668e215ee54f96c9c75', '23.106.22.134', 1673415697, '__ci_last_regenerate|i:1673415695;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4d628dfcd232961c8d103b473b04e74737a3425', '40.77.167.43', 1653848534, '__ci_last_regenerate|i:1653848523;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4d98515bae003cc12035ca0d0edfd7f8e28ba0d', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4db4e66181d48af9f6733c21c6f492b86f6e543', '200.119.173.78', 1682879284, '__ci_last_regenerate|i:1682879284;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682878849;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4dcb8bc8f468aae054ca414953b9a1445237144', '114.119.158.167', 1685778746, '__ci_last_regenerate|i:1685778746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4de0ab61a342075976db47fcc371f265aeba054', '52.167.144.98', 1685077856, '__ci_last_regenerate|i:1685077856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4de2f3f5a42c4fedd813900ec373694e1e0e7c2', '17.121.112.230', 1660295153, '__ci_last_regenerate|i:1660295153;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 ('a4ded247e1cfe00250e55b2dfa5f3c20f88e32a8', '157.55.39.125', 1653560457, '__ci_last_regenerate|i:1653560457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e2b5f6484f2acf8070c6af266d5e186dd1548d', '51.222.253.8', 1663998100, '__ci_last_regenerate|i:1663998100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e4ff1cafb58152cac440f84df3cdf60f53f6ff', '190.148.157.53', 1684004466, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684004466;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684004385;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e726e6fb22cd1c65cf52bb6a6b7dbd5460df30', '200.119.168.250', 1680618189, '__ci_last_regenerate|i:1680617978;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680540046\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"kXlc2Qtgz5Yxn0CjWdiR\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e7947feceaab8135f99f2c17450135d8f9c894', '190.148.252.151', 1670934654, '__ci_last_regenerate|i:1670934654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670934363;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e7f2b403d89831643b8436fe1b83b8ffee396b', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e92afbddcdb2fe12d20e028e488c5f7ba7449b', '114.119.156.124', 1686935093, '__ci_last_regenerate|i:1686935093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4eb64a9484c8a3bb0115ef6e4ba453bb1272f7a', '52.167.144.76', 1681490270, '__ci_last_regenerate|i:1681490270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ec4c77d69b6226fc386f5fb047a51135684cd1', '200.119.173.78', 1682815282, '__ci_last_regenerate|i:1682815282;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682815127;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4ef6467858e18b936f4427cdaf20b8b7520e01a', '190.56.55.48', 1687534931, '__ci_last_regenerate|i:1687534931;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687534925;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f150d33a0e13e06f0cabd811ad78b9aed90549', '130.245.169.70', 1657360534, '__ci_last_regenerate|i:1657360533;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f65635994d9a28d50ff94d98fd42b2f17f76ba', '139.59.73.163', 1687354684, '__ci_last_regenerate|i:1687354683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f7605a9d4532d14933e5ecfa8f8401c70b5b51', '207.46.13.53', 1662590322, '__ci_last_regenerate|i:1662590321;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f86e71c3a642056a5782a53ba7439aa49a7f6b', '190.148.87.182', 1679592774, '__ci_last_regenerate|i:1679592774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679591218;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f95724d6094261dbf673459cb01bd121e601ee', '144.76.68.17', 1683715063, '__ci_last_regenerate|i:1683715063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f9d939882445932c1de45e7c2407b729f50745', '52.167.144.164', 1686595042, '__ci_last_regenerate|i:1686595042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4f9e832370b5df5c119b64a492b7c0dc10283a7', '190.148.87.96', 1678240165, '__ci_last_regenerate|i:1678240163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678240163;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4fc42c7a5f6eac2df7b5aefc7c527ba52fd6d2f', '190.148.158.75', 1663247299, '__ci_last_regenerate|i:1663247299;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663177352\";last_ip|s:15:\"200.119.170.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663247258;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4fe906de41f17fad0bbd702b7e97be07ceec3c0', '114.119.153.108', 1686618062, '__ci_last_regenerate|i:1686618062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4fe93027abd1f2558f56a164eeba8975264a0a3', '190.56.32.32', 1686062816, '__ci_last_regenerate|i:1686062816;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686062797;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5024eb61254553d662d640e0a4d2f91e291d110', '66.249.74.107', 1683116109, '__ci_last_regenerate|i:1683116109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a502acce88ef9c67670dbc61facebb7ef315566e', '40.77.167.35', 1661527285, '__ci_last_regenerate|i:1661527275;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a504380fd055c2f5df5e4af9213cb05ee5bbdadc', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a506a1f09293bac2a3aa1a98cacfab53eafad836', '52.167.144.74', 1688110804, '__ci_last_regenerate|i:1688110804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a507430c477a0cdf9ae9ff9d832fdb1d9e8c8203', '190.148.158.75', 1663174941, '__ci_last_regenerate|i:1663174940;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663107464\";last_ip|s:14:\"190.148.158.75\";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\";user_csrf|s:20:\"zIHnhX4NeZa8x2LWbGci\";last_activity|i:1663168686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a508197304fb71493f86a800bc51fbb836a64d2b', '51.195.216.255', 1650895651, '__ci_last_regenerate|i:1650895651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a509fc7865f34fa58750d41c108079e4afceb856', '200.119.172.60', 1674946043, '__ci_last_regenerate|i:1674946043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674946016;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50a5736bd6f121761b7aebcf3fe1b90256e7359', '207.46.13.213', 1678893144, '__ci_last_regenerate|i:1678893144;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50c89c5789f368de88f07cc213e40c4dee433b1', '190.56.50.6', 1686924269, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686924269;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686924223;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50dc34e915fa126b027fc722539ee57ef03e292', '165.22.72.218', 1687585619, '__ci_last_regenerate|i:1687585619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50e14c84982833d00510aff2363eb3e5069db07', '190.148.252.161', 1670019673, '__ci_last_regenerate|i:1670019673;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670019650;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a50ea4a602459f0c8a9a693be43fa30024384615', '114.119.150.110', 1686120292, '__ci_last_regenerate|i:1686120292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a51066d7f0dee4e89ad2aaf8e94c901611b30d1e', '207.46.13.154', 1671754910, '__ci_last_regenerate|i:1671754910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a513bd1f824cd53e59ee750253dfc583fd91740f', '51.159.101.199', 1666850208, '__ci_last_regenerate|i:1666850208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5145401aa143ac734bb591e55e564d971d3a4fc', '190.148.252.96', 1672764157, '__ci_last_regenerate|i:1672764157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672664046\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672763978;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5149d0d60e5498cb18893e602547bdbd1c29c8f', '147.182.171.81', 1650861182, '__ci_last_regenerate|i:1650861182;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 ('a514cc0e48045af478432a730f5e35ee83dda425', '200.119.172.60', 1674776496, '__ci_last_regenerate|i:1674776496;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674776454;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5163de5f64cc41db248ce0c4a2793b9c1eb8e2a', '52.167.144.98', 1684133456, '__ci_last_regenerate|i:1684133456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5169749430bc034fc1833136e36642a55064c8a', '52.167.144.70', 1688574670, '__ci_last_regenerate|i:1688574670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a517e11234084fc81ef248ef3531d268181080bc', '114.119.142.12', 1688284846, '__ci_last_regenerate|i:1688284846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5189212513b5260125440fedff8a7ed985f8584', '190.148.158.151', 1677365579, '__ci_last_regenerate|i:1677365579;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677365278;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a519b99aaaea83c9dca4043b98aa2f82abb580ed', '144.76.151.42', 1650866371, '__ci_last_regenerate|i:1650866371;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 ('a51aad9f41dc4d903c2c7fdfc17a3229da5e46c6', '157.55.39.51', 1669165980, '__ci_last_regenerate|i:1669165980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a520e63edaf27b6b11f5d57917abe8e2ad2b6ab7', '54.36.149.12', 1687023407, '__ci_last_regenerate|i:1687023407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a521218dacd2f17dda7b99635a757b37ce750ecb', '190.148.87.182', 1679868540, '__ci_last_regenerate|i:1679868540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679868535;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a521d63422b878d0262659a76b46d7347326ce0a', '114.119.137.220', 1688103120, '__ci_last_regenerate|i:1688103120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a521f87c7edfc2252c03eb1d52492b2a9814318d', '139.162.167.216', 1651657553, '__ci_last_regenerate|i:1651657553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a52572c3c8d49616814e40a0facefafb7aa35aa8', '157.55.39.173', 1669419404, '__ci_last_regenerate|i:1669419404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a52793846e5b50f15c3b990618b09f955252538d', '114.119.140.214', 1687858853, '__ci_last_regenerate|i:1687858853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5295ad244bbb105ba7f94aa6bceb5f485876683', '51.222.253.20', 1664829611, '__ci_last_regenerate|i:1664829611;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 ('a52f5646872f570dfd96cfa47c462630c8a8b829', '157.55.39.80', 1670712335, '__ci_last_regenerate|i:1670712335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a52f6d59f80a116c6c15b75b20b797ef1bfd17f2', '54.36.148.252', 1674947955, '__ci_last_regenerate|i:1674947955;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 ('a52fd5dfb286343e3f0d741b86335c10e675eda2', '52.167.144.74', 1688472087, '__ci_last_regenerate|i:1688472087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a52ffb43bd08a921bdcee7723a3b8f02ab30fae8', '157.55.39.112', 1663655597, '__ci_last_regenerate|i:1663655597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5348396022c937ecb7ed5e298ceca41bb15b4d4', '144.76.67.169', 1661940614, '__ci_last_regenerate|i:1661940614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a53504aa130c7c5a1eecac3756d3284e1551b37b', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5354df8e6c33270435faa19402ebc900286bb31', '52.167.144.172', 1687085291, '__ci_last_regenerate|i:1687085290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a535fb6ae7950485e95e1159f66d66ecd8bf134c', '200.119.174.9', 1674131388, '__ci_last_regenerate|i:1674131388;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674131384;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5393f76c5af6bdc56c4f011bc07f52434dce942', '114.119.144.165', 1687689492, '__ci_last_regenerate|i:1687689492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a53bfd815d486ddb21944e34d7dc5da835a7c08d', '190.56.49.237', 1665849994, '__ci_last_regenerate|i:1665849994;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665849670;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a53c8ab8528f7d4c950cc031f2370c0509a66606', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;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 ('a53e2c7191c2383aa40b0a55e9b5ef1ea91e92dc', '190.56.173.213', 1683153991, '__ci_last_regenerate|i:1683153991;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683153921;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a540d0c852f0ea1c95424dc9282f3f3ef17dfbde', '69.167.12.35', 1681555078, '__ci_last_regenerate|i:1681555078;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 ('a540df0a9e587b84237570572045fbc26cd28a91', '130.245.169.139', 1657878932, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5447a66a108a53058155f4ffb99a390f8fb128d', '200.119.170.113', 1666711188, '__ci_last_regenerate|i:1666711188;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"lZ6a3p9hVHBzW4GRIoTP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54495d236b48b635a59e7333537c991c7fadff1', '190.148.157.98', 1679067644, '__ci_last_regenerate|i:1679067644;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679067641;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a544a33030fc360da5f77198f5217e4fea5f62ca', '52.167.144.98', 1686074787, '__ci_last_regenerate|i:1686074787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a544e084fc14778861979e0043a78ad5a3bb75d5', '42.83.147.34', 1660031326, '__ci_last_regenerate|i:1660031326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54880ed780c04aeb71d1e01ff2fe1ce490d87b4', '114.119.157.221', 1687527103, '__ci_last_regenerate|i:1687527103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54b96d8c63ee4394706bfc8771fc65dfddcff62', '17.121.112.18', 1662446801, '__ci_last_regenerate|i:1662446801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54bb504523842d08f457ee22c7e51efc0ddf6a4', '190.56.32.35', 1671654961, '__ci_last_regenerate|i:1671654961;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671654948;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54ef410b4ef8ea05135f7d5d3a23fa7e68d73d9', '190.148.157.117', 1675528600, '__ci_last_regenerate|i:1675528600;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675528597;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54f71a21196b27fac4af9d393fe176c64babbfb', '200.119.173.133', 1661202351, '__ci_last_regenerate|i:1661200291;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661200291;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 09:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5509583794e263cbc24d08abec088299368f850', '200.119.170.212', 1665882240, '__ci_last_regenerate|i:1665882240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665879506;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5526cac6b15a91a9034188b06f281b556c4ffd7', '40.77.167.123', 1683658281, '__ci_last_regenerate|i:1683658281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5529ee23ed1bfa8716020a89dcee59b00af68da', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a553b649492658adc30ce47f8a6b5972eb45170c', '190.148.158.69', 1685833318, '__ci_last_regenerate|i:1685833318;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685833310;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5551e24c4d4d7c7b226b8e3522283c8621012e7', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a556b9eb88c7cf993b9f66e0e2a714b24008494d', '40.77.167.175', 1680121661, '__ci_last_regenerate|i:1680121661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5571e91e0e74d8fe9d3039d420b1ac0f541f881', '190.148.157.177', 1682294293, '__ci_last_regenerate|i:1682294293;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682294281;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a55934430cbe16f5b37c9913bc7f14b5fdf23471', '144.76.67.169', 1661941072, '__ci_last_regenerate|i:1661941072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a55c1f6b426a246f2b16fffdcd0d5841d5d28af0', '52.167.144.164', 1684351551, '__ci_last_regenerate|i:1684351551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a560f30cd9d2d7da1d03aa4915da8ce27f76941f', '40.77.167.225', 1680803085, '__ci_last_regenerate|i:1680803085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5619d62fa87a097adc72bd12a394b7536a824ee', '40.77.167.133', 1684083327, '__ci_last_regenerate|i:1684083327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a561ba3512daf57ba52deefddeb81a818e333222', '193.201.9.12', 1656848537, '__ci_last_regenerate|i:1656848535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56253349eea13a018a7f573a5fc9db39f67f4ce', '190.148.158.151', 1677273099, '__ci_last_regenerate|i:1677273099;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677272983;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a562944bd2363c64e7dd38bcff40962343e35142', '17.121.114.11', 1659431597, '__ci_last_regenerate|i:1659431597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a562b931ef9fc85b7346f3d3626a9b949f036aa6', '114.119.152.235', 1688216069, '__ci_last_regenerate|i:1688216069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5634838e41bd884256311bdd56c5c9560b5368e', '52.167.144.42', 1679375215, '__ci_last_regenerate|i:1679375215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a565df30a14cee51cdd033e8350e486cc46aa923', '51.195.216.255', 1650895828, '__ci_last_regenerate|i:1650895828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5661d50edbe17ea2e74eb62d117bcdb0290b88b', '114.119.145.22', 1687173337, '__ci_last_regenerate|i:1687173336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56738dd2e43d56130b56a804992191ec52b4b44', '190.56.49.237', 1665684712, '__ci_last_regenerate|i:1665684712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665684678;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a567e8b87d29f60ded39f376b69299a862f67536', '157.55.39.143', 1669794961, '__ci_last_regenerate|i:1669794961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a568d3ebd9dacddc1caab13b6d08396404dd4dc2', '190.148.252.116', 1653418215, '__ci_last_regenerate|i:1653418215;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"3DL5rVFTz7YSOpHfqdRl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5699de3d07d0907af0018a77d03e79fd3bbffdf', '190.148.158.69', 1686005752, '__ci_last_regenerate|i:1686005752;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686005717;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56a7b14836fc6e07a348bb63ddb971c46a74fe1', '114.119.138.5', 1685741525, '__ci_last_regenerate|i:1685741525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56c6ddcc983b4ad0c645d36e106bad83ec7c901', '190.148.252.56', 1663972212, '__ci_last_regenerate|i:1663972211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663972211;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56d9e32d62514464a2c0e15440ef120882cc0c0', '157.55.39.79', 1669168273, '__ci_last_regenerate|i:1669168273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a56f6a73e7cc7d0c059b1c3dd51b077f41d14318', '207.46.13.41', 1665800746, '__ci_last_regenerate|i:1665800745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a570e17fd3cd578e4c9914f7e3f3f3fb06cbc5a5', '35.85.216.221', 1681219209, '__ci_last_regenerate|i:1681219209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5734104611fb5af5c4f63c4f610c123b5dca2eb', '40.88.21.235', 1673543912, '__ci_last_regenerate|i:1673543912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a57404c1b83be5f673004fec72553ecf30f4ef45', '40.77.167.123', 1684025448, '__ci_last_regenerate|i:1684025448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5742d3549f44604a6b4bbe2adf02ba380b8c304', '17.121.115.10', 1651407569, '__ci_last_regenerate|i:1651407569;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 ('a575c46431bc06758781aa50697a58bbc26120ec', '114.119.150.37', 1688028958, '__ci_last_regenerate|i:1688028958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a57983e08f0a3ac2ca1ad0ed4314a49c840402d7', '157.55.39.253', 1682134608, '__ci_last_regenerate|i:1682134608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a57d753ffa9d184edcc78399a1f3b0296a6456bc', '82.80.249.158', 1668921132, '__ci_last_regenerate|i:1668921132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a57d76ec0623fcfcd9c161619a45a697f869312f', '144.76.151.42', 1650866376, '__ci_last_regenerate|i:1650866376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a57dfe7c3938d782af8530b68d9c302277d8194a', '190.56.32.162', 1686342212, '__ci_last_regenerate|i:1686342212;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a57e9a6db9231860cb7c5c7a6f7defcacb212e62', '54.36.148.82', 1671328905, '__ci_last_regenerate|i:1671328905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5800bcc0f5f8e8d3fcfac90e0e36152cac892f8', '157.55.39.253', 1682140267, '__ci_last_regenerate|i:1682140267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58560a95ba19c77f23a6e75c1609f56f8eded23', '52.167.144.171', 1684756788, '__ci_last_regenerate|i:1684756788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5858cd579731233acc66dbc53720b6127020eb3', '40.77.167.191', 1682400338, '__ci_last_regenerate|i:1682400338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5860227216545cc9e1f4c88ec2d9123512339be', '54.213.198.140', 1662470550, '__ci_last_regenerate|i:1662470550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58674437ce23dbf6d6b4f35ed5ceebf54b4be7f', '200.119.170.221', 1664489262, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664489262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664488397;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58710ec227ed0369a8b593926e196f85459d08d', '40.77.167.43', 1657911143, '__ci_last_regenerate|i:1657911143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5871de20a2c3226792beaadbc7c40601f811413', '35.239.18.82', 1652310399, '__ci_last_regenerate|i:1652310399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5877f969a97bbda53e817d73b0c0202886c9d6e', '34.70.33.198', 1664877657, '__ci_last_regenerate|i:1664877657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58b9d2fb4e1f0e97f5108f2c4488841aad9ecb8', '190.148.252.161', 1670017839, '__ci_last_regenerate|i:1670017839;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670004317\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"Zt8Mbguap7n26id9jAYS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58e9c8de751a90d2ec86e2b11123f0da7fedcd6', '51.222.253.13', 1650925045, '__ci_last_regenerate|i:1650925045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58f6233ca8bfcc0b6cecefd888be02ecb4a9f4d', '114.119.159.16', 1687308393, '__ci_last_regenerate|i:1687308393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a590f8032d3ded7780b47573cd23e5092cdd80cb', '40.77.167.30', 1657074169, '__ci_last_regenerate|i:1657074159;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a591321946b23b79e2a1ae04f2908834951bac4e', '52.167.144.28', 1679577105, '__ci_last_regenerate|i:1679577105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5920b4049414f96a4426661187069d4d6b9b8d3', '35.160.6.51', 1654003659, '__ci_last_regenerate|i:1654003659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a592bf968ae6620c5692ba8155a0ba5e4e6a7014', '52.167.144.39', 1680477937, '__ci_last_regenerate|i:1680477937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a592c6a8b35682940c4e40e0a5a367b337026224', '190.148.252.183', 1681433599, '__ci_last_regenerate|i:1681433599;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681432298;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a593caf74f85d60fbba4d7f212be8a63078bc00c', '190.56.32.162', 1686535554, '__ci_last_regenerate|i:1686535554;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686535386;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5948c3ce05a2625cfe89e374c5dc14a864ab416', '51.222.253.1', 1682262963, '__ci_last_regenerate|i:1682262962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a59d4480ed396c1e21c3687043d376552168a9c7', '40.77.167.192', 1688334442, '__ci_last_regenerate|i:1688334442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a59d888cdfcaed410c2cb505f71704bd218bd8f8', '52.167.144.49', 1677047974, '__ci_last_regenerate|i:1677047974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a59f1edf209017e8dd8da6f3810f0c44368ec4a4', '114.119.152.27', 1685035524, '__ci_last_regenerate|i:1685035524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a0e39b1854a5b4a2a57914f05c911ff2e462b5', '190.56.49.206', 1655471955, '__ci_last_regenerate|i:1655471955;requested_page|s:18:\"admin/pos/view/306\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470271\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655471950;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a1406cc8b2e03b7b50af31933c371a18f904fe', '207.46.13.10', 1672603561, '__ci_last_regenerate|i:1672603561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a2b6887355a19f12893770bf948b3c7e7ac91c', '193.235.141.158', 1683199070, '__ci_last_regenerate|i:1683199070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a456b940aff558d2486fbaae833153610d717d', '114.119.146.100', 1687577233, '__ci_last_regenerate|i:1687577233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a55cc19ecf24e8acc09b827090ec8cd71b7db0', '51.222.253.6', 1669547936, '__ci_last_regenerate|i:1669547936;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a680b17d95f351318a6af53d99ef4a721d531f', '173.249.31.237', 1659409068, '__ci_last_regenerate|i:1659409068;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 ('a5a90cb4cd3607e7c2af5a906889a456b6673e80', '190.56.32.243', 1684693724, '__ci_last_regenerate|i:1684693724;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684693020;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a94d0bffc45b232545491a8f0df2eaa22c5e15', '190.56.51.144', 1687091658, '__ci_last_regenerate|i:1687091658;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687091652;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5aabfe2cd24960cc34547ab98d60545d5fd6c07', '190.148.252.96', 1672967302, '__ci_last_regenerate|i:1672967302;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672967282;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5acf06d901ed2a1f373c84c31b5a71f645fab6a', '190.148.157.233', 1655505371, '__ci_last_regenerate|i:1655505371;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655504827;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5aed7ce4cf9205fc10b6ff7769e02cc65c554da', '40.77.167.91', 1686949204, '__ci_last_regenerate|i:1686949204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5af42fe570a3ece256f60c8f2252942e70d0c9f', '40.77.167.108', 1679212436, '__ci_last_regenerate|i:1679212436;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 ('a5b433ecb76eb16fe4f9067cccdb59e61399a0c8', '190.148.87.164', 1667919640, '__ci_last_regenerate|i:1667919640;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5b5d9466bba051ff52f1fcd6f9adeec38851f30', '164.68.96.236', 1650890795, '__ci_last_regenerate|i:1650890795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5b62ae3970122cab426e04c9981f996d8879464', '190.148.252.96', 1673107614, '__ci_last_regenerate|i:1673107614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673106080;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5b6c6df531028dd03440d6d040a4cc8c8ca4cf8', '52.167.144.171', 1685358672, '__ci_last_regenerate|i:1685358672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5b6da6a448809a8e1969ab6025a134ef6a4d266', '5.188.62.21', 1656443955, '__ci_last_regenerate|i:1656443951;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5b9d6840be8daa2cd905bdc5357209bd0c85adc', '51.222.253.19', 1687793442, '__ci_last_regenerate|i:1687793442;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 ('a5ba39c6cfa81e1ba44bd6eefe1cef875c9782ca', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5bd4eb9b911ff34af4b5cfb54a920a172eed316', '52.167.144.98', 1686568285, '__ci_last_regenerate|i:1686568285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5bdca3713913224293f160c16b4b2683d9012c1', '52.167.144.164', 1685034055, '__ci_last_regenerate|i:1685034055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5bde9c9083acd5d4f362104de3b7ae51f660bb9', '51.222.253.7', 1664829604, '__ci_last_regenerate|i:1664829604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5beffb5d1aa26e116253158b6d35e6ed5613eb4', '20.205.234.193', 1656774714, '__ci_last_regenerate|i:1656774710;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 ('a5c26944e3741ab5668abf503d146a4879788a1a', '200.119.170.168', 1670597089, '__ci_last_regenerate|i:1670597089;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670597089;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5c3f5ea9813ec5920e7806e7cd1558333340b81', '190.148.157.88', 1668557795, '__ci_last_regenerate|i:1668557795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668557153;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5c56318cb283ddfc932e0611ed66924639f82fd', '190.56.50.6', 1686941539, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5c811e84fd3c28dcf15d66e1f00786eab81900e', '52.167.144.42', 1680117582, '__ci_last_regenerate|i:1680117582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5c878e03b998acd944c016603b046e250519f95', '35.88.253.42', 1670851779, '__ci_last_regenerate|i:1670851779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5cece558c1d9529eecffe277c84b9d063a2ebff', '40.77.167.100', 1672524024, '__ci_last_regenerate|i:1672524024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d0245aa3264535c01d1ba04d42ed7762d848bf', '40.77.167.123', 1683200831, '__ci_last_regenerate|i:1683200831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d1518f7d07a3107d306cf638089c43e23dba05', '40.77.167.181', 1679897147, '__ci_last_regenerate|i:1679897147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d4874162303ca6ec7a719f331e3fddc65017a6', '74.208.2.232', 1684500654, '__ci_last_regenerate|i:1684500654;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 ('a5d5beb2f40e4ca65a7e36aeae917a640b39f5c3', '114.119.136.32', 1688539934, '__ci_last_regenerate|i:1688539934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d6b901d41b2eb65b5f6eabf63ffc32cd6df19b', '190.148.157.177', 1682270225, '__ci_last_regenerate|i:1682270225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682270078;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5d9cbfdb580d14f6d88c71135f11fd05496b729', '167.94.138.117', 1656257700, '__ci_last_regenerate|i:1656257700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5dbe840e8e6389a650a13b226176e65de778e18', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5dcf8ce2467e0a869c22383be5810e2d9a8321e', '52.167.144.162', 1686403370, '__ci_last_regenerate|i:1686403370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5dda20dbe2bbcb7230ad8a567441edcd608db62', '207.46.13.160', 1665102020, '__ci_last_regenerate|i:1665102009;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5de794d9da4fbff2b42fcf9b4001c843cd256d7', '114.119.155.236', 1687734618, '__ci_last_regenerate|i:1687734618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e00f929b23d7c334d3d0f25ae53db8814c189b', '46.101.63.152', 1652762873, '__ci_last_regenerate|i:1652762873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e044e7c299b3b0112be27dd2d7c58964503dd4', '190.148.157.53', 1683745692, '__ci_last_regenerate|i:1683745692;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683745151;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e1f05225e28a1aa655818f0b3569d723359c2e', '173.249.31.237', 1659409126, '__ci_last_regenerate|i:1659409126;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 ('a5e276dba6bb7e8be1902801010580ebafa70b58', '200.119.172.60', 1674697966, '__ci_last_regenerate|i:1674697960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674697966;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e293027357d4df7c50a9f5d9fa2a8e7205af66', '200.119.173.212', 1667941594, '__ci_last_regenerate|i:1667941594;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e2b357c59cc039ce58d5f5886e726a457fae3e', '190.56.50.253', 1682556268, '__ci_last_regenerate|i:1682556268;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682555784;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e2c115aee3d0b0282e48acf9f819ff1b6c55a4', '200.119.168.250', 1681144444, '__ci_last_regenerate|i:1681144444;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681143904;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e3bc320d01c9558d06df0e58e172c1116a8e69', '40.77.167.205', 1680092227, '__ci_last_regenerate|i:1680092226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e67ec1ab8d31a2cd4e41f49dfee543d242cc10', '190.148.252.73', 1664658969, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664658969;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664655538;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e689e4523fdc81ddaf330c30ae1db0a2d1bd9b', '52.167.144.98', 1685619152, '__ci_last_regenerate|i:1685619152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e73038b8349d085c895aea4f56ee70c11d3342', '40.77.167.187', 1680773547, '__ci_last_regenerate|i:1680773547;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 ('a5e74e8426079c5a04b9b932b98d57ff5540d60c', '54.36.149.40', 1658570072, '__ci_last_regenerate|i:1658570072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e79e3c416396ec9306d7092d0f766e7055ecf8', '40.77.167.157', 1677875776, '__ci_last_regenerate|i:1677875775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e92d636323b2c2a54e0c9f54c9e4289e76c99b', '114.119.145.139', 1687677504, '__ci_last_regenerate|i:1687677504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5e98ce4d2678d98f25b64191caee971f325fa3d', '198.251.73.67', 1680407565, '__ci_last_regenerate|i:1680407565;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5eadf828ca7a5169e037c1df7b397df15d21bd9', '65.108.244.63', 1651173878, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5ef4e09441c134284f847b95f3336b160d6b56f', '114.119.152.47', 1686641964, '__ci_last_regenerate|i:1686641964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5ef7579e76c64e0ab9e9a2d47301832b4d52080', '198.251.73.115', 1680407564, '__ci_last_regenerate|i:1680407564;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f13e8d425758f4bf36e58e3f47b972ae545620', '15.204.182.106', 1678854976, '__ci_last_regenerate|i:1678854976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f2ac6b2afcd2cb07b9c73bc51cba0c78220f4d', '190.148.252.112', 1667777318, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667777318;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667777310;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f5f8447c58c1a69a5597df37dc53ad88d5c56f', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f68bdde1e0746104300bd6aff4f4673ffd9c1e', '40.77.167.123', 1683842365, '__ci_last_regenerate|i:1683842365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f6ed7ddeadd3023f5d913249756be8954c11c6', '51.222.253.17', 1656546916, '__ci_last_regenerate|i:1656546916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f6f15f0c2c89bfe38349699a690c9a4e7e4f50', '190.148.252.36', 1661880852, '__ci_last_regenerate|i:1661880852;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661868956\";last_ip|s:15:\"200.119.173.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661880782;register_id|s:2:\"90\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 11:33:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f71aeb5dccccbdd1196b828184eaa011d3e73c', '190.148.158.164', 1667331290, '__ci_last_regenerate|i:1667331290;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667331282;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f808c698061f454846f189e869dc29125d3331', '200.119.172.60', 1674824641, '__ci_last_regenerate|i:1674824641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674824327;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f8de72b8258c89d3d10e1e9a0f76d02883dc3c', '66.249.65.100', 1652279267, '__ci_last_regenerate|i:1652279267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fa09bb5fee79eef17eb5745d3c06a92cdb0ef6', '17.121.112.64', 1656078831, '__ci_last_regenerate|i:1656078831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fa45132458f630a77bb9d7d03a3980d229d446', '207.46.13.207', 1678324815, '__ci_last_regenerate|i:1678324815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fa58405e3f9567ffd6633a14b0a0418add1952', '114.119.147.129', 1687680262, '__ci_last_regenerate|i:1687680262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fb51f5e57c45c9cc5f949cf9ee305b691a517b', '114.119.146.61', 1687063396, '__ci_last_regenerate|i:1687063396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fbf37ca12a4474e0dd2b6f0d375ec88b50e0bd', '190.148.252.111', 1677948212, '__ci_last_regenerate|i:1677948212;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677948177;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fc0f4ec76d1e1c0c18546bb752183a8597fedb', '207.46.13.229', 1683067904, '__ci_last_regenerate|i:1683067904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fc13b517e902e105cb550eef2d129709edc359', '51.222.253.15', 1686199695, '__ci_last_regenerate|i:1686199695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fcb2427509101ac2e5a94c1e1b25055f5e1c25', '190.148.158.69', 1685723167, '__ci_last_regenerate|i:1685723167;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685723130;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fe303963feba68e5db928352a70898ff9d5215', '114.119.145.42', 1687517570, '__ci_last_regenerate|i:1687517569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5fe742f01f716a350cee75b09d780286c09ff61', '40.77.167.102', 1661387831, '__ci_last_regenerate|i:1661387830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a603c3ce215e19dc16f389e1ec1de83e8ad0011c', '51.222.253.10', 1687820752, '__ci_last_regenerate|i:1687820752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a603d5a29d8ac2375488f702d96e6ff515c760c0', '157.55.39.173', 1669998594, '__ci_last_regenerate|i:1669998593;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60613c60d501abd9c95cc1e89d22f622f3eb617', '190.148.252.151', 1671456640, '__ci_last_regenerate|i:1671456640;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671456540;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60769a7dd92652fbcfece4edd5ba5fadee8aebb', '114.119.136.99', 1685530535, '__ci_last_regenerate|i:1685530535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60a4151cd416a012d970d4c7248ad9ef228014a', '52.167.144.98', 1684212651, '__ci_last_regenerate|i:1684212651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60ba6ce36b36aa338cf98cf55967b7e3e0e3af6', '52.167.144.74', 1688445258, '__ci_last_regenerate|i:1688445258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60cab3c58948d1b5dc438c99725ac3691507ac5', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60cbcfc0546691af6a8d3ccf1e7f0464eb9baa2', '52.167.144.98', 1684303409, '__ci_last_regenerate|i:1684303409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a60f6ac3fac324cca2a9f7bb5627f4dd94231672', '190.148.252.96', 1672842473, '__ci_last_regenerate|i:1672842473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672784211\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672842064;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6117ab37e12a427a8f4667bbc9c8327ce7dd763', '52.167.144.162', 1686572473, '__ci_last_regenerate|i:1686572473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a612649256440008cf3bdbf8efd8a871f120f0f0', '200.119.172.48', 1668626380, '__ci_last_regenerate|i:1668626380;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668626355;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6137b31c03d4f7bd8272987e19d2378a13bca59', '114.119.139.226', 1688236280, '__ci_last_regenerate|i:1688236280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6137c3eae61e8ef6e313e984bd5720b32bbe643', '114.119.136.99', 1686840385, '__ci_last_regenerate|i:1686840384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a614a9f984c4e179d8db5d58aa76f14c85f08a32', '52.167.144.162', 1681998527, '__ci_last_regenerate|i:1681998527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a618687f6c75535c2e73d400c9833f8c70a99df1', '17.121.115.74', 1650889515, '__ci_last_regenerate|i:1650889515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a61985487e73ae5ccc6dc16aa1cf93a0fbc926cf', '54.184.64.225', 1655384902, '__ci_last_regenerate|i:1655384902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a61b414cb82a842c37c5608cd7d7ee3ba3c6e6c1', '17.241.227.155', 1685793294, '__ci_last_regenerate|i:1685793294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a61ed92ab48c2031cd26d31b61a58594617a72a1', '207.46.13.210', 1687082891, '__ci_last_regenerate|i:1687082891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a623260dd17f44cecd57496db24db1db7e88918a', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a62571b12ebd1b6475ec6f7956fa2cf01891b717', '40.77.167.104', 1668767542, '__ci_last_regenerate|i:1668767542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6257fe29cf5738d2a7ce03de0f182ac884b996b', '128.90.117.196', 1676091627, '__ci_last_regenerate|i:1676091627;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 ('a6260dadf113159510fe11c92e65cf0a45afe22a', '52.167.144.171', 1685423042, '__ci_last_regenerate|i:1685423042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a627345bd076ead1f3bee24bda083705551a6e03', '147.78.47.233', 1660896131, '__ci_last_regenerate|i:1660896131;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 ('a6278f6db8ccb9f93d9323295ddbeb9fb77688f8', '114.119.158.151', 1688327469, '__ci_last_regenerate|i:1688327469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a628fe65f9798aa582d9d8ad5125a51ddd181755', '190.148.252.111', 1678063313, '__ci_last_regenerate|i:1678063313;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678063310;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a62990fbb625fb9e11a8eff21028814d420e4413', '52.167.144.98', 1686039686, '__ci_last_regenerate|i:1686039686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a62d9321a8dbf6536f43597ee3ddd3ae10e367eb', '52.167.144.74', 1687930796, '__ci_last_regenerate|i:1687930796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a62f13ae0682b316ea8c05a80341b6213ae942df', '74.208.2.230', 1684500931, '__ci_last_regenerate|i:1684500931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a62f42ece000284b4426993810d6f5f11213289f', '157.55.39.125', 1653582672, '__ci_last_regenerate|i:1653582672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a63031c5098ff600a027564270b1957217b4e388', '190.148.252.161', 1669983475, '__ci_last_regenerate|i:1669983475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669983421;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a631256e1b464f3318173277a058a560ecb572d5', '200.119.168.250', 1680618447, '__ci_last_regenerate|i:1680618447;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680618389;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6353714ca2ddb8055d2b7c9a2f07c968de886a3', '51.222.253.17', 1681168770, '__ci_last_regenerate|i:1681168770;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 ('a63a232b8968e9471bc4f297e1528eec23860ea9', '111.7.100.25', 1650686191, '__ci_last_regenerate|i:1650686190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a63ab56e78e5337a75efe28b7b0f9645f95b14eb', '173.249.31.237', 1659409278, '__ci_last_regenerate|i:1659409278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a63bf55e3fbba7334f58800f1c449c51ae379754', '173.252.95.13', 1657055634, '__ci_last_regenerate|i:1657055634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a63f47f1623a77bd855f460d2d47297ec31e7968', '114.119.148.34', 1687902600, '__ci_last_regenerate|i:1687902600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6407601d5ff64f6f92dd33442e438713a7c22e6', '200.12.39.21', 1685744355, '__ci_last_regenerate|i:1685744355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a640a145f98aff818f47cb060d97ed5d68f2457f', '51.104.39.111', 1651403291, '__ci_last_regenerate|i:1651403288;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 ('a6412097e0dce7920e6244c604db1adcf046f787', '157.55.39.164', 1654410285, '__ci_last_regenerate|i:1654410285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a641e4b12cdf181b454f2ede4db4d161e75a9360', '200.119.173.130', 1675901796, '__ci_last_regenerate|i:1675901796;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675900243;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a643c03d66f6077295828f1f5d123035ab970458', '207.46.13.160', 1674074185, '__ci_last_regenerate|i:1674074185;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a644106f69aa973f66040d5aecbf9bb8474ec3bb', '114.119.134.208', 1688243309, '__ci_last_regenerate|i:1688243309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a648771b39dfe4c0211bc550b6eb59fbc3e0309c', '46.101.63.152', 1652762861, '__ci_last_regenerate|i:1652762861;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 ('a64c4828deae715c0228cfd32785d7eae3f982f2', '190.148.252.111', 1677845130, '__ci_last_regenerate|i:1677845130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677845130;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a64c7e153a78c8a49396c4c8e9e05df1c235e07a', '190.148.252.96', 1672934244, '__ci_last_regenerate|i:1672934244;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672932959\";last_ip|s:14:\"190.148.252.96\";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 ('a64cb8176bf32d5cfdec520ca81ca17b42043331', '185.27.99.129', 1662866731, '__ci_last_regenerate|i:1662866731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a64d97a2f98eec18bf10ec1d3613522e74b1938e', '198.235.24.132', 1660617815, '__ci_last_regenerate|i:1660617815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a651f4614aa5cf71c06ef184235df0d339892d76', '114.119.159.135', 1686064697, '__ci_last_regenerate|i:1686064697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a652a6f39dd774d8baf906adb428f7c8e6b60d30', '190.148.157.8', 1677880358, '__ci_last_regenerate|i:1677880358;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677878235;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a653233950c10c86dda5651675254cec8d8e8e7c', '207.46.13.221', 1687074740, '__ci_last_regenerate|i:1687074740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6535ab0964ca2f46567ebb076d7787788e8bc5a', '54.202.161.16', 1655384962, '__ci_last_regenerate|i:1655384962;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 ('a6566771fc003c15358a22a328895f88547a3790', '114.119.137.139', 1686576659, '__ci_last_regenerate|i:1686576659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a657505a4492a62ff76d589a86d1707051e70d45', '51.222.253.4', 1659095248, '__ci_last_regenerate|i:1659095248;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 ('a65a0fd3ec20bb7b3d0cdb3722e15d6156d7f263', '114.119.134.152', 1687516103, '__ci_last_regenerate|i:1687516103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65add276586541c8825f73c1c0e3d622d150a7e', '157.55.39.100', 1672246866, '__ci_last_regenerate|i:1672246866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65b365cbc2d57832a8e27efebb17d27f9edfbc4', '52.167.144.63', 1686912208, '__ci_last_regenerate|i:1686912208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65ba6be0f9773cc63c9da4b8f56b2fdbcaea06b', '51.222.253.3', 1679919362, '__ci_last_regenerate|i:1679919362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65c4c2b8b324e2c0f4ae963c1db89250a7d99db', '146.148.68.183', 1664132410, '__ci_last_regenerate|i:1664132410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65ce3f5a034514f42d7aa5b7212a86f64701583', '190.56.32.174', 1676771916, '__ci_last_regenerate|i:1676771909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676771915;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65d9c559a54cdcaa79e6ffee6b5759ae1328daf', '40.77.167.13', 1672442883, '__ci_last_regenerate|i:1672442883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65dfb639c7a56368fc2df2b43ad61da98e94f08', '54.36.149.25', 1651968285, '__ci_last_regenerate|i:1651968285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65f8029886067b63df3069a1794b36d635be34a', '52.167.144.164', 1686021033, '__ci_last_regenerate|i:1686021033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a66154b1e05f343e110495285a161441fb16010d', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6640632ed7f75b91dc77cd154be2fa8844e4205', '200.119.173.130', 1676051827, '__ci_last_regenerate|i:1676051827;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676051780;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a666255012ea6bf0172b04b9237d444ca64bb860', '52.167.144.98', 1686581765, '__ci_last_regenerate|i:1686581765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a66634814ad7560fdff52eda349b3273a59fb9f7', '114.119.148.174', 1686088962, '__ci_last_regenerate|i:1686088962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a667e0f4ac47fcb0699208edbaf5bf514ac7c592', '157.55.39.80', 1670248967, '__ci_last_regenerate|i:1670248967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a66ba580c1c14829712d5965111e1578296d4429', '190.148.158.151', 1677366725, '__ci_last_regenerate|i:1677366725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677366643;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a66bb05f442830e2f532157f125bfa2a07d1d5bb', '200.119.168.250', 1680651223, '__ci_last_regenerate|i:1680651223;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680650978;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67105dd7aedf57c3c6067aa8533984dc1a98eca', '35.88.233.161', 1652621391, '__ci_last_regenerate|i:1652621391;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 ('a6748537019ea9b2251434c8b53d74c0ee0d5dea', '66.249.65.167', 1667668077, '__ci_last_regenerate|i:1667668077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67496e72ef7492a3ffee2d71b9e86876e646999', '51.222.253.14', 1686907201, '__ci_last_regenerate|i:1686907201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67560cf0a1c8f215463e0e9c919cf0d7e008ae2', '40.77.167.202', 1687660223, '__ci_last_regenerate|i:1687660223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a675be28d69c9f893e68b6d9fbb71784ef70ecc0', '35.92.212.5', 1688082726, '__ci_last_regenerate|i:1688082726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67622fbcaf54699d45deaef1bba72867eb1efba', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a676607361303c9a30f0c30d144aff77665830ee', '40.77.188.231', 1659480911, '__ci_last_regenerate|i:1659480911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67707e65fffbf344877ee17f012abaaff86fe74', '157.55.39.212', 1677515878, '__ci_last_regenerate|i:1677515878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a678584126cfa27116d7d733f7c4e9593b295abf', '130.245.169.247', 1657277752, '__ci_last_regenerate|i:1657277751;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6795aa1b99586d938596014ec83a673ce7426a8', '40.77.167.43', 1654139200, '__ci_last_regenerate|i:1654139189;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a679d2d971f506a51161ca6676f6865f7bcd0c08', '207.46.13.41', 1671280893, '__ci_last_regenerate|i:1671280893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67b0760465d8c4e876139a2e80e9f74ae9fae58', '207.46.13.229', 1683057500, '__ci_last_regenerate|i:1683057499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67b576b6ac3c0b98b56ab8128c973f14cb55dcc', '190.56.32.35', 1671639713, '__ci_last_regenerate|i:1671639713;requested_page|s:14:\"admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a67f0816e63ddf6285741ef09b30aa77b933ae8d', '54.36.148.76', 1665360881, '__ci_last_regenerate|i:1665360881;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 ('a67fe176518bb6e0c91e97a46a21bd290a1e61b5', '52.167.144.164', 1685388629, '__ci_last_regenerate|i:1685388628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a680674299eb90f25321293d0756cc2413de109c', '40.77.167.147', 1680923324, '__ci_last_regenerate|i:1680923324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6806a7cd447c8a8417f12ab04b49db20f6ca693', '157.55.39.79', 1669419419, '__ci_last_regenerate|i:1669419419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6814fd5a2d387d8d440b85df39bc774cbfb33af', '190.56.50.6', 1686952243, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686952243;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686952222;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6816ff8263e0c01b1902c5194073f60f92e9852', '114.119.153.171', 1687707007, '__ci_last_regenerate|i:1687707006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68331f869347783e0deebd6a0e266db83bf13b5', '40.77.167.175', 1680093020, '__ci_last_regenerate|i:1680093020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a684e34b6f0e168b666c0fd3c7b21a2a5fdeec67', '190.56.32.243', 1684615060, '__ci_last_regenerate|i:1684615060;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684614998;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a684f16af25d0285beef2b8b0feb83c27cd75460', '190.148.252.96', 1673037284, '__ci_last_regenerate|i:1673037284;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673036606;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a686b8e2f688ef37449b5ca7e10a8e8bbe693e8b', '190.237.88.174', 1650668825, '__ci_last_regenerate|i:1650668825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a688759dbfd05b092966e801510fd27a39a43d17', '207.46.13.221', 1687016041, '__ci_last_regenerate|i:1687016041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a689d67460158ce05381f1cec263ab817fcad57a', '114.119.129.254', 1687926451, '__ci_last_regenerate|i:1687926451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68a62fbb5faed39cb2be86c7f83eaa874810ffa', '190.148.252.73', 1664812804, '__ci_last_regenerate|i:1664812804;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664812800;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68a7e2c7797dde14dbb7ddb02316fddbfea8f34', '40.77.167.147', 1681090758, '__ci_last_regenerate|i:1681090758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68b173eca27556992333d0f3152b4d5cccf2820', '157.55.39.100', 1671893647, '__ci_last_regenerate|i:1671893647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68b62dc59428db897a098618803c6bfedfca0f7', '40.77.167.202', 1687255241, '__ci_last_regenerate|i:1687255240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68b713ecdb9030248f6be996c44be6664765298', '190.148.157.177', 1681947038, '__ci_last_regenerate|i:1681947038;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681947029;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6920682ce52c1c34fafa2a68240ae78db7d44f0', '200.119.174.72', 1660165192, '__ci_last_regenerate|i:1660165192;requested_page|s:18:\"admin/pos/view/645\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660135451\";last_ip|s:15:\"200.119.168.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660156793;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a69391206b9d4af4635532f04321a16bea57ce17', '157.55.39.253', 1682343534, '__ci_last_regenerate|i:1682343534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6939a560b123c21c269f2506ad8496ada4f5abf', '40.77.167.108', 1679496334, '__ci_last_regenerate|i:1679496334;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 ('a69716bf52f70ce7688410970ac88c0c137eb411', '114.119.146.211', 1686094086, '__ci_last_regenerate|i:1686094086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6985a354b40fbddd8a8e91ce99e15473d8bd981', '114.119.132.122', 1688100488, '__ci_last_regenerate|i:1688100488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a69a1ffbc2c49dd0b66938da3e6ee3f7530be7dc', '118.107.40.179', 1655220720, '__ci_last_regenerate|i:1655220720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a69a5ea899c51cbe8026a51f7ec8335dd6101e1e', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a69e95cb95a32760e24629a7b65caec34d19c322', '52.167.144.166', 1686901537, '__ci_last_regenerate|i:1686901537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a69ff90b8a1cb33db8d61536459ac124112cdb0e', '51.222.253.5', 1681327558, '__ci_last_regenerate|i:1681327558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6a27ba2f70df3e8f2285bf0a6dff189ae0b637e', '40.77.167.191', 1681995135, '__ci_last_regenerate|i:1681995135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6a419b73d5ab630899ab6cf0a5e87ae660b0089', '190.148.252.111', 1677875908, '__ci_last_regenerate|i:1677875907;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6a43d48f1ca26d110a7feb86f92f8a5f69e250a', '190.148.157.177', 1682007063, '__ci_last_regenerate|i:1682007063;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6a484c663a1d21e78b7d6fba80d112003ffd931', '93.186.120.193', 1678471971, '__ci_last_regenerate|i:1678471971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6aa26427f84508274cd35c0ed89f7daeba829d3', '146.59.157.229', 1650749578, '__ci_last_regenerate|i:1650749578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6abb7bf2c226a2929f986ea905a2351415c8250', '190.148.252.183', 1681562625, '__ci_last_regenerate|i:1681562625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681562199;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b0b3ad7ed9c8a505d37e8cd457bcb68c5713b6', '157.55.39.253', 1682767083, '__ci_last_regenerate|i:1682767083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b5fed494ae62208e25173f51a0f36656b355f7', '190.56.51.247', 1660407877, '__ci_last_regenerate|i:1660407877;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660308462\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660401763;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b69bfd4ea76dc0f292ca112acfe88860d6c675', '74.208.2.193', 1672573882, '__ci_last_regenerate|i:1672573882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b6dd4ec32d707c1d9a0f31e0580ccae6bc8785', '114.119.128.212', 1685455838, '__ci_last_regenerate|i:1685455838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b829888546b5345f478574198b0a2a8088f575', '113.142.141.105', 1667718171, '__ci_last_regenerate|i:1667718171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6baf6f801aed75241420439f72f0c92e7e971dd', '114.119.150.42', 1685437901, '__ci_last_regenerate|i:1685437901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6be4568940288864653554e0248227a7443ef1d', '190.148.87.6', 1668444561, '__ci_last_regenerate|i:1668444561;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668436606\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"73UJAf54oZHlNTOgVX9p\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6bf64296ad75ced20a40c94fa82ada65c2d223f', '200.119.169.19', 1668180107, '__ci_last_regenerate|i:1668180107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668180080;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6c2e4234b07b0cf8bd1582ce4a58adbb783696e', '52.167.144.164', 1685950063, '__ci_last_regenerate|i:1685950063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6c32f2a12ddfc5ef013a7004a102cb5871b009a', '114.119.139.167', 1687650309, '__ci_last_regenerate|i:1687650309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6c37363e400ac84f456a6883102933e676388e6', '190.148.157.173', 1652390943, '__ci_last_regenerate|i:1652390803;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652119451\";last_ip|s:14:\"190.56.173.251\";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 ('a6c3d3e8b42de745ec9f37208044e5d41c17aec2', '51.222.253.8', 1681547982, '__ci_last_regenerate|i:1681547982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6c4e5bd821f0c43d1d3278f3dd77b122ae8d285', '157.55.39.51', 1669419361, '__ci_last_regenerate|i:1669419361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6c8b9f990312a3942de400d46d7d82be3827bca', '51.195.90.229', 1650840384, '__ci_last_regenerate|i:1650840384;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 ('a6c8c345c20fd153401995f66e7f1d10061f5279', '200.119.170.143', 1670096248, '__ci_last_regenerate|i:1670096248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670096248;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6c981acac47576827d10618c2a8307e3074f6d1', '198.251.73.67', 1680407337, '__ci_last_regenerate|i:1680407337;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6cac5cbd2139b4597055e235f83c388aba022c1', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6cb1447a93e2baa79d555619ee39d93ca0d5294', '190.148.157.99', 1662474864, '__ci_last_regenerate|i:1662474864;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414777\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662474234;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6cb4034a3629fe975b2686ab602217953e7e46c', '200.119.170.212', 1665876538, '__ci_last_regenerate|i:1665876538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665875630;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6cfa388a51c553b922cee89905763ae54bb0e61', '190.148.252.177', 1674086884, '__ci_last_regenerate|i:1674086884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674086790;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d0f1eec6425adf7488ee40d10d41d88c98f054', '66.249.65.178', 1658988408, '__ci_last_regenerate|i:1658988408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d1e60a2ebf284e4ad954825f7b8ba5feb60009', '50.21.188.103', 1672704640, '__ci_last_regenerate|i:1672704640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d1f291ee6ca8a3671076922befa7ec1c3712eb', '190.148.157.99', 1662647162, '__ci_last_regenerate|i:1662647149;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662581516\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662647158;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d321f3960157ece5ea0cbb396369392d0b4af0', '54.36.148.166', 1668161461, '__ci_last_regenerate|i:1668161461;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 ('a6d331fd44c595ad9fee4ab23651c55e7e4b3eae', '207.46.13.210', 1677512569, '__ci_last_regenerate|i:1677512569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d354ce7e12eb823361a7b1bfc52b962f153792', '52.167.144.26', 1682468358, '__ci_last_regenerate|i:1682468358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d5c7345e0edcf620967c087d59889d004416b6', '5.188.62.140', 1656403243, '__ci_last_regenerate|i:1656403240;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d60e49a72919928d0c558fd1df2711170180f8', '52.167.144.98', 1684131943, '__ci_last_regenerate|i:1684131943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6d79580ea4751fb3bd358edd6619ec697ad0504', '40.77.167.169', 1676177422, '__ci_last_regenerate|i:1676177422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6de25749754b9db66e0440543bd625ac21d4d4d', '52.167.144.98', 1686179802, '__ci_last_regenerate|i:1686179802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6de2be79e450f1810f3420dfe8d823b5a540698', '40.77.167.182', 1683595319, '__ci_last_regenerate|i:1683595319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6de47b1fd8d085e8c928b6bd52e433039f14ddf', '190.56.50.52', 1657731219, '__ci_last_regenerate|i:1657731219;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657716582\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657724125;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6dfc4e735f508f8c2635dd2be3c2edcb2c8202d', '207.46.13.12', 1675606579, '__ci_last_regenerate|i:1675606579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e3436cdac62cd3a50146ddb0d90989a551032b', '17.121.115.108', 1654318286, '__ci_last_regenerate|i:1654318286;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 ('a6e3e9236ff9f5eb19581e8c9cf0b97684b7cc06', '114.119.158.220', 1685154030, '__ci_last_regenerate|i:1685154030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e4493e80fc9bf83bf89f6d15c291e38e3723f6', '137.226.113.44', 1658362967, '__ci_last_regenerate|i:1658362967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e4c52ef3ae9f78c2c47df0d2622f1cc841e213', '114.119.147.239', 1685908956, '__ci_last_regenerate|i:1685908956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e8839d7eec4022a1bad1569b165f206ab5ce55', '52.167.144.164', 1685679487, '__ci_last_regenerate|i:1685679487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6e8bec761414a18e60de5d6e3fcb37e413a1339', '138.246.253.24', 1651130420, '__ci_last_regenerate|i:1651130420;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 ('a6eaa026a4b75ff36fe7586d6fee33ca486f5139', '54.36.149.14', 1687578907, '__ci_last_regenerate|i:1687578907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6eaf39bb10ea564af33acb78f5abfc773ba6001', '190.148.87.99', 1688417982, '__ci_last_regenerate|i:1688417982;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688417935;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6eafcb10d11c45e9fe80b5191c138995f51b180', '114.119.148.132', 1688527747, '__ci_last_regenerate|i:1688527739;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6eb44ac31825f4e91769179fd3c296b9bead2cd', '200.119.170.212', 1665878450, '__ci_last_regenerate|i:1665878450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665878399;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6ed86dfcae3a15db42307bf2371d96925a5af82', '190.148.157.214', 1669739708, '__ci_last_regenerate|i:1669739708;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669739660;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6ee152fac6cf372a1701d465a8cfdeee0aa59bc', '114.119.155.64', 1687331068, '__ci_last_regenerate|i:1687331068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6ee8d1aa8f2031ae4861cdd818c591919282bc3', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6eef928f35296d95a6273ebcf0a82504607c866', '111.7.100.26', 1650976094, '__ci_last_regenerate|i:1650976094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f0283f41df87e55b81a2f3bf86bf11fc3745cf', '40.77.167.182', 1683648896, '__ci_last_regenerate|i:1683648895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f16c9c5adbbde72d24f7fff763a55dd3982b3e', '40.77.167.60', 1671597855, '__ci_last_regenerate|i:1671597855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f31f24c35cc14add255746b5d7cc010cc3fab2', '17.121.112.211', 1660888154, '__ci_last_regenerate|i:1660888154;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 ('a6f43a69bf73d53c33165c4ca7c577bed2222400', '5.188.62.140', 1656430311, '__ci_last_regenerate|i:1656430309;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f5346b9ca094087b7370cbf541a74dfaa6b384', '200.119.168.250', 1681162622, '__ci_last_regenerate|i:1681162622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681162577;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f57b62cc6e7adaad19460ea3e36d3871e13ede', '35.89.231.16', 1671889685, '__ci_last_regenerate|i:1671889685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f5ac92df35ce24863755951f6ac29192502e2a', '52.167.144.171', 1684339333, '__ci_last_regenerate|i:1684339333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f84a09dfcc707fd4aabc5a45ed8479e8f2a7b1', '114.119.153.161', 1688326939, '__ci_last_regenerate|i:1688326939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6fb8a7c64ce21b820f52294c675f2e39dbb7dd9', '74.208.2.188', 1665904748, '__ci_last_regenerate|i:1665904748;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6ff171835d5a073db48250cec92ec646a3f348f', '200.119.170.143', 1670249525, '__ci_last_regenerate|i:1670249525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670246269;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6fff47536daaf7b7b68c6e4ad3daab204ad790f', '143.198.51.227', 1671906427, '__ci_last_regenerate|i:1671906427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a700a1795517bdbf2b6f96bea4e88c5ce01e162a', '52.167.144.76', 1682489422, '__ci_last_regenerate|i:1682489421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70147785a17d344a780a538a45a21304660bb27', '157.55.39.128', 1674137969, '__ci_last_regenerate|i:1674137969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a701537c7816928b1739d817c052b0feee1aaf56', '51.222.253.17', 1685306224, '__ci_last_regenerate|i:1685306224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7024b5541b5df499aa764bae44784f5601b3a8c', '190.148.252.73', 1664638803, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664638803;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664638747;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7031a58f0885b11122ace0d5533c512eb9197af', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a704523c8a02a4a9cfbc20f3fdc3731c45bc5d3b', '157.55.39.108', 1671642164, '__ci_last_regenerate|i:1671642164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7062f176d18996b3d3b909b572660851f57e5d8', '114.119.156.30', 1687595900, '__ci_last_regenerate|i:1687595900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a706a3686eed81905649fd85ec0f7429b93844e3', '52.167.144.162', 1686165276, '__ci_last_regenerate|i:1686165276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a706c3be609f79af0775e116cb3849ac1d8f6b77', '207.46.13.221', 1687055962, '__ci_last_regenerate|i:1687055962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7094e4fc4ac857c76036bd55e33f77858be2f4a', '40.77.167.49', 1664685240, '__ci_last_regenerate|i:1664685239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70965822dc505c3ceee182fe902b742e3c08e6c', '157.55.39.164', 1655080263, '__ci_last_regenerate|i:1655080253;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70aed4a19694c4512877e1d9bc2b22502b9de1e', '207.46.13.142', 1666413327, '__ci_last_regenerate|i:1666413327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70d3b122558224d7489e06904869d9ac4f889df', '190.56.55.113', 1673871049, '__ci_last_regenerate|i:1673871049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673870892;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7153933b0f079ab9f765f786f7fb67db1fce7a3', '51.222.253.12', 1679163001, '__ci_last_regenerate|i:1679163001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71592ac3fbe12cb436d82c3ebf1e6625d8c4e8e', '157.55.39.253', 1677248099, '__ci_last_regenerate|i:1677248099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a715987bf35bae93b29cb6a47a76537794b21714', '200.119.170.143', 1670196770, '__ci_last_regenerate|i:1670196770;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670194016;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a715d4cf537cc7a582ebe5eb011eaf62e518198e', '40.77.167.227', 1681886708, '__ci_last_regenerate|i:1681886708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7173f25cda6a2a02d2e75531dec6ae2cd84ece0', '157.55.39.125', 1653559065, '__ci_last_regenerate|i:1653559065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a718dd60b474763201f8e24418a2059a262c1339', '52.167.144.162', 1686203588, '__ci_last_regenerate|i:1686203588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7193ed399ca54ad5456289584b19ee695a94870', '190.148.252.183', 1681322180, '__ci_last_regenerate|i:1681322180;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681321347;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71c179083b3722a2f06b5c5e741c357fa34e8bf', '114.119.162.80', 1687702416, '__ci_last_regenerate|i:1687702416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71d067c74f12bf7ada7b3351406027439a95eb8', '54.36.148.101', 1663949257, '__ci_last_regenerate|i:1663949256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71d3739f167c174cf39daec670ebd2f7e770556', '35.232.217.10', 1652397537, '__ci_last_regenerate|i:1652397537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71dafeaa1e61257c47b6ffcdc0abfa7b933e2a6', '54.245.66.40', 1650893877, '__ci_last_regenerate|i:1650893877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a71e5a6effd7ed73f4d31610607c3a5f63a96952', '190.56.173.152', 1654900816, '__ci_last_regenerate|i:1654900800;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654899018\";last_ip|s:14:\"190.56.173.152\";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 ('a72329a9b0cb91584ee64f7c38d0c035b679500e', '200.119.173.78', 1682817675, '__ci_last_regenerate|i:1682817675;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682817671;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a723f34c81d6f25e4f5282ff34f5928835b7eb55', '52.167.144.164', 1686579432, '__ci_last_regenerate|i:1686579431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7251d65b9e01dc6d08f61558442d74574fa7a86', '157.55.39.51', 1668342117, '__ci_last_regenerate|i:1668342117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a725c524ccf9d9ec90668cee19e23a4920f94b96', '167.94.138.60', 1660406779, '__ci_last_regenerate|i:1660406779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a727ee4b214b99c5ddb5b020bd683712c874fc0c', '190.148.252.73', 1664830740, '__ci_last_regenerate|i:1664830740;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664807840\";last_ip|s:14:\"190.148.252.73\";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 ('a72865e7aa900ed516cb48dd0d3dfcf82c03e5a9', '190.56.32.162', 1659546911, '__ci_last_regenerate|i:1659546911;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659546306;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a72949e32cb43afb0af4401e63593b83dee6c828', '149.57.16.7', 1653807066, '__ci_last_regenerate|i:1653807066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a72cfc1b3cf4247774aecff2b62b78805f3c0806', '157.55.39.144', 1664610465, '__ci_last_regenerate|i:1664610454;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a72e08a90554144b371f5443dfa3aba3abc7840f', '190.56.32.174', 1676751433, '__ci_last_regenerate|i:1676751433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676751276;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a72f651d257cff4b53857b77ee61decd5306cd8d', '66.249.65.100', 1678042182, '__ci_last_regenerate|i:1678042182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73053f75372c02db16f747d65bc88ff52fed497', '17.121.113.206', 1658073193, '__ci_last_regenerate|i:1658073193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a733e4a903394c9c27d1d855de61f4a8ce6c9084', '157.55.39.173', 1670600253, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73767af60655c972e6b9a5fd54a848df5834de8', '52.88.243.148', 1681912500, '__ci_last_regenerate|i:1681912500;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 ('a737769272b6fafdd499ba4bd1910c60fa4b54fe', '17.121.115.149', 1662344574, '__ci_last_regenerate|i:1662344574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a738cc4ba787cd2b510d466b22b9d3e13dd20a4f', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a739a9c23451c0b0b9f820a8104e89f58307baa9', '207.46.13.217', 1684047694, '__ci_last_regenerate|i:1684047694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73b3c703c1abdc7bf517d227e5406e229f65356', '40.77.167.192', 1681061818, '__ci_last_regenerate|i:1681061818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73bec71240f6b2fb551ff96b5e276e96e4bfdda', '190.148.157.183', 1680220120, '__ci_last_regenerate|i:1680220120;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680220083;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73c67d467243026b162e2586b334f56c8e7c009', '114.119.142.243', 1688399325, '__ci_last_regenerate|i:1688399325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a73cbd786b120e4320a4ea9f2af73ec8bee274fc', '17.121.113.252', 1656353736, '__ci_last_regenerate|i:1656353736;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 ('a741a0e5e83dacde174acd84549fefb2166a6eb1', '190.56.54.156', 1665157264, '__ci_last_regenerate|i:1665157264;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('a74274e313ae9fe6c54f5da4163e7c7585a977d3', '51.222.253.5', 1671136420, '__ci_last_regenerate|i:1671136420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a742cad80199b42f62a7e517e1eb8b9896100255', '114.119.128.139', 1687978722, '__ci_last_regenerate|i:1687978721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7432218e21342dbcc3b6105bc1b32a727e75553', '52.167.144.98', 1686074975, '__ci_last_regenerate|i:1686074975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7461ac8a1262ab2208ea6eb9f80c42fd4c42434', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a747c1ca4c8a7fb223d65bc1f00e23eae318d241', '207.46.13.12', 1675217494, '__ci_last_regenerate|i:1675217494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a747c1eec54188deb8416a73ceda717b79738e2c', '52.167.144.154', 1687764686, '__ci_last_regenerate|i:1687764686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a74a0f86917cc5a41be7639c783d021b94556b94', '17.121.115.38', 1657373420, '__ci_last_regenerate|i:1657373420;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 ('a74ab1bfd10c56b4ba79731fdedb4253c631b076', '200.119.174.9', 1674522006, '__ci_last_regenerate|i:1674522006;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674521953;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a74cb61a0300b744a4a3d608ad8609c828c35d4f', '207.46.13.127', 1657237216, '__ci_last_regenerate|i:1657237216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a74d61e9a311079829b76c8828d7883bf784bfee', '40.77.167.37', 1668834602, '__ci_last_regenerate|i:1668834602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a750edd04a99500d90ba67470377e78737a390a7', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7513abb81bef874c7f1ae1ffda0d7928b164a59', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a751e0288b224d98af6c144d00c42b37a73a161c', '207.46.13.6', 1671899161, '__ci_last_regenerate|i:1671899161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a752cd39c47aaf755b30a7b0514cccc4a9089af6', '42.83.147.43', 1651337570, '__ci_last_regenerate|i:1651337570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7539c87cd8705422b74f648aa344f457f517d8f', '207.46.13.48', 1655043051, '__ci_last_regenerate|i:1655043051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a754732d121769ef71829e7fc75e7388019f9a46', '114.119.149.46', 1685498160, '__ci_last_regenerate|i:1685498139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75607adeab081dbc1c28035475cc6b2724d743d', '52.167.144.54', 1678598845, '__ci_last_regenerate|i:1678598845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7575f2bb6dfb8308dc6ad7889f912616e4e2a80', '190.56.51.184', 1658416192, '__ci_last_regenerate|i:1658416192;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658415654;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75773f039bb82c3d476e98f421691e221f10b86', '40.77.167.11', 1673760011, '__ci_last_regenerate|i:1673760011;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75a7c4c41d1dc6f6a6cc3314153db7e560dfdd4', '207.46.13.41', 1671018225, '__ci_last_regenerate|i:1671018225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75b416540911ea3f78b10d2b6149c2e1bb6368e', '200.119.173.177', 1685228692, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685228692;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685228688;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75b8bbec27d6984f5a576814126218737a9a34c', '114.119.138.188', 1687881188, '__ci_last_regenerate|i:1687881188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75cad52c2f49fc6c7533510f61ca7b239819596', '51.210.182.66', 1650744824, '__ci_last_regenerate|i:1650744824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75d26360b7ad3706acc1cfa2a8b2e4d50e92e71', '18.236.182.83', 1680961262, '__ci_last_regenerate|i:1680961262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75de73b0e3206e40fa68c858fef1c3185a9d32f', '190.56.32.174', 1676901856, '__ci_last_regenerate|i:1676901856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676901846;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75f02f03654d17b42886ba7a7f6f788b8b2d1be', '114.119.143.250', 1688432808, '__ci_last_regenerate|i:1688432808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a75fbe9b6983e9456e1ace818499c85fbbcee9f0', '200.119.174.9', 1674312252, '__ci_last_regenerate|i:1674312252;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674311633;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7612bb91a4f7840af0899d566b611096aa4d5d8', '190.148.157.88', 1668537986, '__ci_last_regenerate|i:1668537986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668536173;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a761c6fdf2324dd62b26f6a27114f3978a0224e5', '54.37.233.116', 1650851975, '__ci_last_regenerate|i:1650851975;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7620364fa1a2eda7750d5daf415a42669e1d435', '190.56.54.156', 1665330682, '__ci_last_regenerate|i:1665330682;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665329654;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7638cfc83478e28dcf9148de2723c4a657947c4', '114.119.147.181', 1684964261, '__ci_last_regenerate|i:1684964261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a767c494bc1604ac548139685411f2920e33bc87', '190.148.158.69', 1685715062, '__ci_last_regenerate|i:1685715062;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685715062;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a767c9dec3933260f619c0a1498b48de50a7b413', '52.167.144.164', 1684888581, '__ci_last_regenerate|i:1684888581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7685b9e22cd483a883f1490ecd7f5d8dec68b2f', '114.119.146.229', 1685590369, '__ci_last_regenerate|i:1685590369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a768f836b34b57ddb970d7ff11977cff90874c13', '74.208.2.183', 1668050331, '__ci_last_regenerate|i:1668050331;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76c9e035085fade282b923659d679c5bcc2ef25', '51.222.253.2', 1658570074, '__ci_last_regenerate|i:1658570074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76d4622f4f26cb408d291bf1622972d9d4d502d', '114.119.131.68', 1688084272, '__ci_last_regenerate|i:1688084272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76deced7d21c12301b4d597b8ea89904dbfd7b3', '51.222.253.10', 1654804466, '__ci_last_regenerate|i:1654804465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a772d2126f13a1ba34ce4972a620db3a1da6f200', '51.222.253.14', 1658692149, '__ci_last_regenerate|i:1658692149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7748ae04c83ae68589d4d58b715a565abf71d15', '190.148.252.183', 1681320481, '__ci_last_regenerate|i:1681320481;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681319919;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7752c0aeb6d602295ab9733c5b764f2914764d3', '54.36.149.82', 1657806070, '__ci_last_regenerate|i:1657806070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a776052d9bcf923f566afc88977970f696656b4a', '51.222.253.4', 1688159250, '__ci_last_regenerate|i:1688159250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a776afb6d3beae1d758b0fea080826ae6ccd6dc6', '51.222.253.3', 1685095737, '__ci_last_regenerate|i:1685095737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a777247a3f9869f98ea60d4a09783b83ac77c9c1', '200.119.168.250', 1680954871, '__ci_last_regenerate|i:1680954871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680954851;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7773bcfeadcde9f339689c947748bf00a9e49aa', '114.119.141.200', 1684288105, '__ci_last_regenerate|i:1684288104;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a77911c4109451bff0d94c0d1e43a28e3702e40d', '52.167.144.49', 1676788102, '__ci_last_regenerate|i:1676788102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a779920e66d039c309250e506135f4c82be877bd', '190.148.157.194', 1661995775, '__ci_last_regenerate|i:1661995741;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661995775;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a77a9f2e686c5925144f0025c76949f2989b9d92', '40.77.167.63', 1671815529, '__ci_last_regenerate|i:1671815529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a77b535aa2bdc0fdd4f23b9d235215437315dd8f', '190.148.157.177', 1682015663, '__ci_last_regenerate|i:1682015663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682015356;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a77e88a0a44f5198165940fc9c12d30a3ce32248', '40.77.167.175', 1680045712, '__ci_last_regenerate|i:1680045712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a780317c971132982273130711a234859474c52c', '51.222.253.7', 1680748704, '__ci_last_regenerate|i:1680748704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a780370c277cb1f85847c6b1788e5eccdab8f681', '54.36.148.115', 1668790120, '__ci_last_regenerate|i:1668790120;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 ('a781e987c07dc7bf885c17d830cc4ac2cdd09896', '130.245.169.70', 1657360545, '__ci_last_regenerate|i:1657360544;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7838e6f31664c47e8267e9d3e5c64dbc2b7cb8a', '190.148.158.175', 1672275119, '__ci_last_regenerate|i:1672275119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672275104;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a783f717e71c5727e7ec76d56763407c21d61014', '66.249.74.99', 1687021533, '__ci_last_regenerate|i:1687021533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7873486fc0cc6cc4e6c397fe5f9ecc2daabbfc8', '51.222.253.12', 1659669529, '__ci_last_regenerate|i:1659669529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a78799b15c6d62e1556957bfd414fbb7d011dc27', '89.104.111.196', 1651006818, '__ci_last_regenerate|i:1651006817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a789d0ee32b96d2620de5122c3cfa7a625d09f56', '181.58.203.11', 1674589635, '__ci_last_regenerate|i:1674589593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a78bd3f7af4bf9a51d196df90814db255482cbc0', '52.167.144.94', 1678202590, '__ci_last_regenerate|i:1678202590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a790cfe1ac8fb75ea3a678a67d58869d7b060114', '207.46.13.205', 1671266271, '__ci_last_regenerate|i:1671266271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a790d3972c1fabe5568b56953d15fe9ff4c266a5', '17.121.112.207', 1659074436, '__ci_last_regenerate|i:1659074436;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 ('a792c9c08ffc5d6df03472e58f2c91b2522dc26c', '146.59.157.229', 1650750186, '__ci_last_regenerate|i:1650750186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7944f7f249fc7dcc37a4f297267ac556f720d3b', '190.56.51.169', 1684539800, '__ci_last_regenerate|i:1684539800;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684538750;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a794aab75cb7f2bb916c60205212772b43b7e3df', '190.56.32.174', 1676769812, '__ci_last_regenerate|i:1676769812;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676769726;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7952406c59afcd99fa561d10c2c554d16490611', '52.167.144.162', 1686635369, '__ci_last_regenerate|i:1686635369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79595444b86f5aefee4d0caea72d693962273ac', '18.237.8.121', 1653227493, '__ci_last_regenerate|i:1653227493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a796ac97b4870239c380edc4b602f90d5c3737ff', '190.148.252.111', 1677802054, '__ci_last_regenerate|i:1677802054;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677801892;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a797d1bbb03572469ee505a4afe65b619bc0315b', '40.77.167.49', 1666145264, '__ci_last_regenerate|i:1666145264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a798807b3cc09ade693975fa664a6757e9df81eb', '35.184.89.7', 1664302608, '__ci_last_regenerate|i:1664302608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79a747cfd9d9b9725881bd77755fcb2709d7fc9', '190.148.157.83', 1687703708, '__ci_last_regenerate|i:1687703708;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687703669;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79b01b7bd8c2e160710808aec94407c66d122a9', '40.77.167.227', 1678582438, '__ci_last_regenerate|i:1678582438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79c032f684d0fec8134d7cf97ddf2a8abdbd7ed', '51.222.253.11', 1652499447, '__ci_last_regenerate|i:1652499447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a79decf07cba8a52af0329f965816a8556320c05', '51.222.253.7', 1660491949, '__ci_last_regenerate|i:1660491949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a0761e0b28374673bc87c0a9fa6d9b4c0f4b8e', '190.56.49.187', 1688048544, '__ci_last_regenerate|i:1688048544;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687820846\";last_ip|s:11:\"190.56.55.0\";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\";user_csrf|s:20:\"g8xNth3Tnjkif41auwHQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a30efba316c8c270c5c37117b204660e5b22b1', '54.36.148.230', 1678021862, '__ci_last_regenerate|i:1678021862;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 ('a7a3f522385aae98431e28b7dc8319409938b1cc', '207.46.13.12', 1675296749, '__ci_last_regenerate|i:1675296748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a4f9f6b1daf5b43e335d648367892b857812ce', '5.188.62.140', 1653257855, '__ci_last_regenerate|i:1653257855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a59a7b1be7d06c5073ec7ebdc9c0a1f456e2b7', '200.119.174.9', 1674132103, '__ci_last_regenerate|i:1674132103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674132088;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a5e6cc39392cfcee5e45fdbf0509e39a8ee657', '52.167.144.162', 1682397041, '__ci_last_regenerate|i:1682397041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a5eb1f3ac3b49413a7c09fbbfbb3c3b64895d7', '52.167.144.74', 1688057359, '__ci_last_regenerate|i:1688057359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7a9995695a7b5d0af8f39647e75b2293a446c61', '114.119.156.56', 1686015982, '__ci_last_regenerate|i:1686015982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7aa3aefb2464a62485a5be7a203fe592ba0e944', '52.167.144.164', 1686652927, '__ci_last_regenerate|i:1686652927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ab38eb716aa4c671fdfb3f6f62660ba52025fb', '52.167.144.164', 1685975764, '__ci_last_regenerate|i:1685975764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ac4849744419cd743a71972613979d518abcb7', '40.77.167.156', 1678950068, '__ci_last_regenerate|i:1678950068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ae667cbde6eb04cb151af9bcce6f5c5226cbc8', '40.77.167.64', 1674768878, '__ci_last_regenerate|i:1674768877;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7afc3b8f94a80ff076a735153ae54c6673c6879', '157.55.39.216', 1676702708, '__ci_last_regenerate|i:1676702708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b0fb950f55263098a7a763a077b39e27315a19', '52.167.144.178', 1684025483, '__ci_last_regenerate|i:1684025483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b2a146d8fe75ea54d3fd01a79eebfb44537cdb', '51.222.253.10', 1675078957, '__ci_last_regenerate|i:1675078957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b3365bc8334722cb6b7b59a7121e6d86900154', '190.148.157.98', 1678988702, '__ci_last_regenerate|i:1678988702;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678988527;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b6a26f3c819d5ccc229b30a502eb3fe34738cf', '157.55.39.100', 1672420330, '__ci_last_regenerate|i:1672420330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7b996a2b9f06cde2e2b4a9aae7fec8c4b9dc351', '200.119.173.177', 1685365460, '__ci_last_regenerate|i:1685365460;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685365456;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bb1aeb6523bebdd45c015df5db732c69aa3731', '200.119.173.87', 1663023650, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1663023596;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663019815\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663023650;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bc524615aa5fcd933c424694d9f57d5653b25a', '200.119.172.48', 1668603609, '__ci_last_regenerate|i:1668603609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668602895;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bcbfc647f93ef3c550f491eb1be243d1c6e06d', '190.56.55.113', 1673809456, '__ci_last_regenerate|i:1673809456;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673809120;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bd3f5bdcc658977466de664349ccaf4fd4f601', '114.119.128.10', 1685155080, '__ci_last_regenerate|i:1685155080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bd579b6cc3fedec02fbe4202091aeb2955c92d', '52.167.144.164', 1685690103, '__ci_last_regenerate|i:1685690103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bdbce6ed473146f6176311341231ca7dd2aae3', '130.245.169.70', 1657360546, '__ci_last_regenerate|i:1657360545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c0345bc6b17baa1224f30938b7a87346c2bfd7', '17.121.115.35', 1653920198, '__ci_last_regenerate|i:1653920198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c0475cad5c62d4311f7f2fad41372d55197c88', '114.119.133.14', 1688062228, '__ci_last_regenerate|i:1688062228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c2d518a74fdf1ee33fb05d777105be08a8b42e', '114.119.138.127', 1686543140, '__ci_last_regenerate|i:1686543140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c3b5e5d7b59b60ef2ef839ccef2b9abf946773', '5.188.62.140', 1653289401, '__ci_last_regenerate|i:1653289401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c87c169e579393268d5b2bf8f796d5c34d16c8', '190.148.252.151', 1671305280, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671305280;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671301503;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c9d054d4613e639801e7c8b42daf2a9b621be9', '190.56.173.136', 1687987786, '__ci_last_regenerate|i:1687987786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687987784;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ca31904e2c97f0d6493e6f46adafb01ece3d83', '146.190.124.39', 1672536759, '__ci_last_regenerate|i:1672536759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ca539314f8e7c6bb56497e8d45c5f7e8fe6fb5', '157.55.39.51', 1668411949, '__ci_last_regenerate|i:1668411949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ced1cd25d85e3d8f718d03bd7a1cb5b4bb6bc4', '178.62.78.78', 1652821931, '__ci_last_regenerate|i:1652821931;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 ('a7d080641f69de4737d1cf329c6193316d441716', '200.119.173.130', 1675880436, '__ci_last_regenerate|i:1675880436;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675880390;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d124a944c502c22fd8b736a9423a37c026e722', '190.148.252.36', 1661881325, '__ci_last_regenerate|i:1661881320;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661868956\";last_ip|s:15:\"200.119.173.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661881325;register_id|s:2:\"90\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 11:33:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d211bf21d712ea745b9e9180c898f60b2f7bf7', '17.121.112.213', 1654529494, '__ci_last_regenerate|i:1654529494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d397cc42b2dbff2d53a4d5eb189b96c0a4a23e', '200.119.168.250', 1681086225, '__ci_last_regenerate|i:1681086225;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681084113;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d3b55a165c097a69831205812c63dfcf5c589a', '114.119.135.217', 1688004593, '__ci_last_regenerate|i:1688004593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d5508e33c1fedb632e1c0d995dc78b61dfeeab', '200.119.170.113', 1666729873, '__ci_last_regenerate|i:1666729873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666729858;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d58e803d36106ae72f77c3be6e1939f70ca83e', '190.148.157.117', 1675516736, '__ci_last_regenerate|i:1675516736;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675516731;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d6b0618f698d107931583a6bde905cf30234ae', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7d88775a1a3d8b392634c5d555f37f2e16c20ed', '52.167.144.43', 1683658263, '__ci_last_regenerate|i:1683658263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7da37c7d5843c61bf1671e67e8870e01cdce459', '114.119.145.237', 1684581109, '__ci_last_regenerate|i:1684581109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7dab2d06ef54127331c433068a13a629141ea8e', '52.167.144.164', 1686088948, '__ci_last_regenerate|i:1686088948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7dcfb085ae3684cd24f0ba3a15a64c59d3bfc8f', '157.55.39.112', 1662616398, '__ci_last_regenerate|i:1662616398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7dd1a8afb8c3c076f5891570382d04823ef7f14', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7dd4cae983b91f0de12157eb7b64ac2b5f32624', '147.185.238.53', 1653390098, '__ci_last_regenerate|i:1653390098;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7df71a2a4f890e1dfb321462d00420518478830', '52.167.144.162', 1686312915, '__ci_last_regenerate|i:1686312915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e17b9719b650b177d1094fd426d1a176e2442d', '149.56.150.59', 1682409128, '__ci_last_regenerate|i:1682409118;requested_page|s:13:\"cart/checkout\";error|s:89:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>cart/checkout\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e40ac8203c200850254e09153c89a5317f2c4d', '114.119.144.202', 1688402141, '__ci_last_regenerate|i:1688402141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e40f79d38c42b48f0e72ee0f74db7816be9e95', '54.227.32.154', 1651508274, '__ci_last_regenerate|i:1651508274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e71a2dc184a014f224ff8599dc3b69f4d8ab5c', '114.119.134.152', 1685532386, '__ci_last_regenerate|i:1685532386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e7b8a55061ce8392f16747e886dce281eef7e6', '52.167.144.89', 1679795876, '__ci_last_regenerate|i:1679795876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e8736009f48a8074803f435f1bcd6165cd9f9f', '54.36.148.36', 1656699009, '__ci_last_regenerate|i:1656699009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e96ec784c7e2a5d51ea271c5928bf97a5a645a', '190.148.252.161', 1669897100, '__ci_last_regenerate|i:1669897100;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669897088;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7eaa88e51795b98b1006c7145a8596d8fc1f11f', '18.236.129.63', 1654781518, '__ci_last_regenerate|i:1654781518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7eb93b38d75221a6dc7fe263269b66e16b803cd', '51.222.253.15', 1660538365, '__ci_last_regenerate|i:1660538365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7eecf879a69916c4a0c0a99f9aadd212e37ebb0', '114.119.152.142', 1687628107, '__ci_last_regenerate|i:1687628106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ef27213a7b73f19b15c256b6a69bd31fa6bde3', '52.167.144.171', 1684555315, '__ci_last_regenerate|i:1684555315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ef46a68af57d159ef3a3e79ba100e420298ae7', '200.119.173.177', 1685317529, '__ci_last_regenerate|i:1685317529;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685317078;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f025f4ee8f1fc89ea30f481f872b1d21dcde6a', '194.233.71.91', 1650976876, '__ci_last_regenerate|i:1650976876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f03b91a070df4a6392a3862c9b90066f6d4b8f', '157.55.39.69', 1671949128, '__ci_last_regenerate|i:1671949128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f142595d02370303ec93de14e0efb0a3e65aee', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f2c29bf32dd69365d47f79ec847cec9c3ccae1', '5.188.62.21', 1656457562, '__ci_last_regenerate|i:1656457560;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f5cfb3b8b5adbb128a720b8ce1123d1a6c0cb3', '51.195.90.229', 1650840724, '__ci_last_regenerate|i:1650840724;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 ('a7f6555a79813b6043edb0ecb46db99640f006bc', '40.77.167.202', 1687397052, '__ci_last_regenerate|i:1687397052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f65adc05e3ce44d6ea79ac5f879e6c5c818ee0', '40.77.167.187', 1680748628, '__ci_last_regenerate|i:1680748628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f712a31f87a8a122d4d54099f5ffe1cf890ed5', '114.119.142.232', 1688007818, '__ci_last_regenerate|i:1688007818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f94d83f08d0b455760530db4fd837a26d1132a', '66.249.65.110', 1652625334, '__ci_last_regenerate|i:1652625334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7f9590f138b1e3de9b062c30cbfbedea4d6fc94', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7fb5ed049fc982016483dd416d0eb204550b3ba', '54.36.148.176', 1674227714, '__ci_last_regenerate|i:1674227714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7fde635bcdd573f752a0b8f6537c6b11aa23377', '51.222.253.3', 1681273575, '__ci_last_regenerate|i:1681273575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7fe9b5c1dfcbe06c86d180c5b594977c4996c47', '190.148.157.53', 1683840676, '__ci_last_regenerate|i:1683840676;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683840654;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7feec7bab9829463b9da617adce8eb89d730c67', '40.77.167.123', 1683448030, '__ci_last_regenerate|i:1683448030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80231f1b76671abe1f5e60d978406d13cc2699f', '69.160.160.58', 1680641184, '__ci_last_regenerate|i:1680641183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a803578c846db4523fd619cec0d03f583d9806e3', '111.7.100.25', 1650686098, '__ci_last_regenerate|i:1650686098;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a803929230e91a19d48bba7f1ee1ef65653ee80d', '190.56.32.162', 1686534227, '__ci_last_regenerate|i:1686534227;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686534220;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a803af12489aa1c5e3f71e979480c89c175616e0', '190.56.173.213', 1683416802, '__ci_last_regenerate|i:1683416802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683416041;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a805c77bffc7ca7fddc657cc24336232a7e8721e', '190.148.252.102', 1681869477, '__ci_last_regenerate|i:1681868722;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681868741;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a806ec59522accc611f50214a05d60c7e90c625c', '200.119.173.130', 1675813811, '__ci_last_regenerate|i:1675813811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675813632;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8077e0087f88a342281efb6934d39cd55df0107', '114.119.158.43', 1685809131, '__ci_last_regenerate|i:1685809131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a807c85e9d0195e0dd3fc084c5f2b4e6d757f0e7', '190.148.87.96', 1678280556, '__ci_last_regenerate|i:1678280556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678280539;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8088c37cd3ccfdbc55854c6774dff957c70f5b6', '157.55.39.54', 1658722447, '__ci_last_regenerate|i:1658722447;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 ('a808aae6b99a8aeceb6e23543402b13427b08f1f', '137.184.93.142', 1687304864, '__ci_last_regenerate|i:1687304864;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a808c46a4e74ba5b7a548b4ed06d8ac7f2b8d07f', '190.148.252.73', 1664820608, '__ci_last_regenerate|i:1664820608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664820603;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80a1ce4ab33af61b83e64c6e77cd8f9b70ac8ea', '40.77.167.49', 1665721049, '__ci_last_regenerate|i:1665721049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80a36f61d8a39f369c79179973e8084490cf48e', '144.76.67.169', 1661940751, '__ci_last_regenerate|i:1661940751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80fd9723637575f56e01056825bd7bfbd37ded8', '40.77.167.64', 1674750237, '__ci_last_regenerate|i:1674750236;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8133356dc09c7013e944b7ce197f6b5c07d2aa1', '40.77.167.49', 1665405180, '__ci_last_regenerate|i:1665405180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a813d062970d78e114825fbd982886de198385d2', '66.249.65.176', 1671237558, '__ci_last_regenerate|i:1671237558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a818d535b80fda0dee559797619f7a61a55cb937', '190.56.32.243', 1684633873, '__ci_last_regenerate|i:1684633873;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684633721;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81b3b4c1551c6d4c9e30ac196f5bd987d3412e9', '157.55.39.64', 1672457327, '__ci_last_regenerate|i:1672457327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81b3b84fa23043fb0cde482a19a4e6b8db7ce27', '114.119.130.202', 1687198956, '__ci_last_regenerate|i:1687198956;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81bc9352e2ec33ee3388d126028bebb39307aa5', '40.77.167.166', 1676724791, '__ci_last_regenerate|i:1676724791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81bcbf0fae773dcf3db2420deb51f9477ca32a0', '52.167.144.164', 1685013763, '__ci_last_regenerate|i:1685013763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81c5cfbeb02de98a81eca5e7250901da15295cb', '34.209.214.219', 1655558416, '__ci_last_regenerate|i:1655558416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81f25b4588aae1096bbcbd753c2eb237cd1da4c', '190.56.55.113', 1673629950, '__ci_last_regenerate|i:1673629950;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673619965\";last_ip|s:13:\"190.56.55.113\";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 ('a820312e1e4bb0e69d19995a68041550e80a19bd', '51.222.253.17', 1680274799, '__ci_last_regenerate|i:1680274799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8219c3e028cbe4cb0530f1327c8b1c4fdae5628', '157.55.39.173', 1670374531, '__ci_last_regenerate|i:1670374531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8222baeb29a3638a2a59b990f7cdf29e9c3756f', '40.77.167.27', 1659441232, '__ci_last_regenerate|i:1659441222;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8234a88e812fcdb995f04506796db97efac1796', '190.148.252.183', 1681732684, '__ci_last_regenerate|i:1681732684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681732677;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82430bf571334c3212e0ab2c81372fc0d3cec8b', '45.59.28.97', 1664291727, '__ci_last_regenerate|i:1664291727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a824386722b3134e08cecd563bb49503853541dc', '54.36.148.145', 1682051274, '__ci_last_regenerate|i:1682051273;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 ('a8252f5daef4ce4b7e9d6cca86186b7282abeab4', '54.213.135.240', 1657200765, '__ci_last_regenerate|i:1657200764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a826abc96a10cff1403b84d36eb1ed70a93a5665', '52.167.144.98', 1686404396, '__ci_last_regenerate|i:1686404396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a829206e1892fef1c1947e7e926bdb48cd4e1190', '190.148.87.6', 1668387530, '__ci_last_regenerate|i:1668387530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668387527;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a829258a9f6baa804bf7677c95aabee1ce3226ce', '190.56.55.48', 1687286920, '__ci_last_regenerate|i:1687286920;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687286914;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a829ba9f951b74e9f34c7e37a89c569bd89d8341', '157.55.39.111', 1674466118, '__ci_last_regenerate|i:1674466118;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 ('a82aac0d28f325c758528462ca8661336beeeb37', '207.46.13.205', 1671301576, '__ci_last_regenerate|i:1671301576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82ca8e79d47940747f9b7f1f0e020eeacebaea2', '3.237.104.7', 1654055397, '__ci_last_regenerate|i:1654055397;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 ('a82dbf3933896de5bf2adb9534dc754198d7a7c3', '207.46.13.17', 1673846290, '__ci_last_regenerate|i:1673846290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82df17dfb46f882f6a5d7d9caa9c69dc56055e1', '190.56.50.253', 1682526522, '__ci_last_regenerate|i:1682526522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682526522;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82e3a26675a0935284bb489073b441869c3fece', '157.55.39.51', 1668592281, '__ci_last_regenerate|i:1668592281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82e58c5d8f01a411af6eee34f7fffb1fe92036e', '114.119.159.19', 1686349987, '__ci_last_regenerate|i:1686349987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8309ef5f67bfe7265fa1aa35c443558eeeb16c5', '114.119.156.138', 1685985296, '__ci_last_regenerate|i:1685985296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a831fc1b23e8fd52dcaaed5cbeedd91867cf5a95', '114.119.137.217', 1687702568, '__ci_last_regenerate|i:1687702568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a83369d23b48375bbe162c76817e7450b495e422', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a833b401df71538e26168244bc6352f0bd710ee3', '44.242.172.192', 1664256908, '__ci_last_regenerate|i:1664256908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a83ed40ff095299edde954accbbc8985a5bedc2f', '66.249.79.195', 1687790696, '__ci_last_regenerate|i:1687790696;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 ('a840cc97bd86c44c2c18a0ec44c66ea0ef94bcf7', '52.167.144.98', 1685129060, '__ci_last_regenerate|i:1685129060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8411c3c052ba33b00c625f1509b28ff182b9f8a', '51.91.125.152', 1650736533, '__ci_last_regenerate|i:1650736533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a841aa1ab4ee1bbc7e4242fe7bcf79ef43728a8e', '52.167.144.164', 1686063949, '__ci_last_regenerate|i:1686063949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a841c63baa2a2016b98ae7756a620c526f412205', '196.244.192.231', 1651060285, '__ci_last_regenerate|i:1651060285;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 ('a842d9368db19cd43273f1a2315f0bdb2c9e4942', '190.148.157.88', 1668557031, '__ci_last_regenerate|i:1668557031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668556246;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8443888e5b8e8a18b93224e723d99ee3a509a36', '114.119.155.22', 1687091395, '__ci_last_regenerate|i:1687091395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a846836fceaed677d8e6785ad24e6f10bc895afe', '157.55.39.147', 1671959056, '__ci_last_regenerate|i:1671959056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8478b9d1e5b49c47d7fe17918e0153aa2b708e1', '40.77.167.106', 1687185661, '__ci_last_regenerate|i:1687185661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8483dc2e1e1370c07167c6c5692882dc07211d8', '114.119.143.210', 1688082227, '__ci_last_regenerate|i:1688082225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84895fb420afb42a22d76f124d5191e2a5c213a', '52.167.144.98', 1685679482, '__ci_last_regenerate|i:1685679482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a848c287764a473917cfc99069626c439e628865', '190.148.252.183', 1681326554, '__ci_last_regenerate|i:1681326554;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681325773;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a848ee77eb172505c38705124d131bfcf30dc166', '114.119.157.231', 1686352817, '__ci_last_regenerate|i:1686352817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8490b2e8659c90bdcd1c3bbd1c31b77434f5b94', '190.148.87.182', 1679611280, '__ci_last_regenerate|i:1679611280;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679610737;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84a18ffd321f6d4ad451d24a25069873a2d7ea2', '114.119.143.101', 1685536378, '__ci_last_regenerate|i:1685536378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84a4c8df0b2ae37dffdb5b899018ec96978f72a', '52.167.144.152', 1677802772, '__ci_last_regenerate|i:1677802772;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84a5b1ed829568de24b7a26b416fac93b9c8afc', '190.148.157.53', 1684161939, '__ci_last_regenerate|i:1684161939;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684161293\";last_ip|s:14:\"190.148.157.53\";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:1684161870;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84a8687518b365182320f45578dfbc2b4553761', '40.77.167.146', 1687774382, '__ci_last_regenerate|i:1687774382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84b12196a60d3cabba78a7150f438ad9d9ba513', '200.119.170.143', 1670170713, '__ci_last_regenerate|i:1670170713;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670169995;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84ebddf8e736a8fdcb002ddb7e95045c679a11e', '52.167.144.162', 1687213027, '__ci_last_regenerate|i:1687213027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84fb9eeb41566b6e18dfe27cef348213b27c221', '207.46.13.127', 1656099868, '__ci_last_regenerate|i:1656099859;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a84fe5cae1a0980dd08011d26db53a5bd34ca50d', '114.119.159.210', 1687170385, '__ci_last_regenerate|i:1687170385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8502d853ab0dee804abf67f97e9b73ac4fe5741', '74.208.2.231', 1684500919, '__ci_last_regenerate|i:1684500919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a851929e9cf672cef6c35d3007caa1e0dac979b8', '190.56.50.253', 1682427173, '__ci_last_regenerate|i:1682427173;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682427046;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a851da5b98291527519ee5e1f10798506d7de919', '200.119.168.250', 1681167576, '__ci_last_regenerate|i:1681167576;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681167334;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85335b318984e6f1071795d9da55ebb24cb79e1', '52.167.144.98', 1685129059, '__ci_last_regenerate|i:1685129059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a854b47b9a2b7fc5bcde47b30702877baa0798cc', '176.74.192.85', 1654403412, '__ci_last_regenerate|i:1654403412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8557d6f75d0fec49398e0e0077937a814ddadc9', '51.222.253.17', 1672902793, '__ci_last_regenerate|i:1672902793;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 ('a8585f1d73c784738142994c181bd818a46823d5', '51.222.253.1', 1686450626, '__ci_last_regenerate|i:1686450626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85a66b32bf004b80c9a35f9268e652e60bdc99d', '52.167.144.171', 1685333315, '__ci_last_regenerate|i:1685333315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85b244bb9f0981d255df995228849bf631859d9', '114.119.157.54', 1684241481, '__ci_last_regenerate|i:1684241481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85c004302892924427110f4622c383267da5306', '54.36.148.148', 1669283799, '__ci_last_regenerate|i:1669283799;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 ('a85eeaf793508b5d32f24d498bfb4e987eb0aba5', '40.77.167.220', 1677739126, '__ci_last_regenerate|i:1677739126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a85fae48b414ac0c82fe3f9b9eff15e3824b1a54', '200.119.170.30', 1660232535, '__ci_last_regenerate|i:1660232535;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660165219\";last_ip|s:15:\"200.119.170.131\";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 ('a868d1a95097bc9e7d86cba1618fe0888f1a7099', '114.119.155.81', 1685456754, '__ci_last_regenerate|i:1685456754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86b0981c1ed23ed7992035c0962a6866a444872', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86c7c1456e99ed685373c99d89311c5d8ba3f9e', '190.148.252.115', 1664630517, '__ci_last_regenerate|i:1664630517;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1664240301\";last_ip|s:14:\"190.148.128.36\";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\";last_activity|i:1664628546;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86d3a97f36f9e32b3db489f1745dbf1fa654d8c', '52.167.144.98', 1685255407, '__ci_last_regenerate|i:1685255407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86ec82be38d1fd0dd0038f18ade60c9151630f0', '207.46.13.234', 1661074030, '__ci_last_regenerate|i:1661074030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86f2c5e52dbab279c0e0cdda63c3472f340b0d6', '111.7.96.160', 1664286818, '__ci_last_regenerate|i:1664286818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a872b68cff7e8ddcc221801170fb79591ac036bf', '190.148.157.183', 1680314404, '__ci_last_regenerate|i:1680314404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680314401;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8733ade6b9310ee071dc86426aacbcf03fbf304', '20.150.196.249', 1673879784, '__ci_last_regenerate|i:1673879784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8743ae274578f15de48a178d986188709a4133d', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a876abe0897cf4f628a9a3375b739d7ef5ecffce', '45.63.18.23', 1688494321, '__ci_last_regenerate|i:1688494321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8783bf3c46a4c0ea890d923695a6591d9df21f5', '52.167.144.98', 1686177923, '__ci_last_regenerate|i:1686177922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a878e60116b936a1eddb76cab9ca29e79eb896b1', '52.167.144.162', 1686263916, '__ci_last_regenerate|i:1686263915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a878ea148680566c1f01837385d4e6ac030f87c8', '114.119.138.194', 1685333203, '__ci_last_regenerate|i:1685333203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a87aa169a6f091bde2acdda4d7e0e29114f23aff', '40.77.167.123', 1682856989, '__ci_last_regenerate|i:1682856989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a87d7d20bf54d4c16641f46782315d2a34f99b9a', '114.119.135.30', 1685625877, '__ci_last_regenerate|i:1685625877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a880c523aabbca5a3dc462b7281395d8e852a7c0', '200.119.172.48', 1668621189, '__ci_last_regenerate|i:1668621189;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668621178;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8813445e1ef9e1166b5d451417abb64fb07f917', '40.77.167.202', 1687358241, '__ci_last_regenerate|i:1687358240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8857624ba799228da8251b62384a58297942558', '193.201.9.12', 1658385812, '__ci_last_regenerate|i:1658385812;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a886b382e3cb0f663820ec4a9cfa7a7e698c3497', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8881dfbb581a1fa144a2efa0bd41be237f20917', '50.21.188.63', 1672705005, '__ci_last_regenerate|i:1672705005;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a889069bdef989d12f64d6dde62f9ca51fdeb7c6', '190.148.158.75', 1663332307, '__ci_last_regenerate|i:1663332307;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663332299;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88a9a2c36d5528ed4c34649bb4caa9cfab88642', '17.121.112.133', 1652533775, '__ci_last_regenerate|i:1652533775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88b232bd6363e66bdaa571956f4e899e29869b3', '157.55.39.65', 1661899207, '__ci_last_regenerate|i:1661899207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88c0bab7cca591543685b86fc42cd3b967f7775', '52.167.144.162', 1682944389, '__ci_last_regenerate|i:1682944389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88dadc3f4a361f26bc2597e83598d95d61c6cb6', '200.119.170.221', 1664390640, '__ci_last_regenerate|i:1664390640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88effeb111a0784566edb38834943eb5f826a8a', '157.55.39.65', 1662415242, '__ci_last_regenerate|i:1662415242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8908d50fe1906f25b52a2211abce468c3b81cf9', '200.119.170.168', 1670621985, '__ci_last_regenerate|i:1670621985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670621981;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a891e98e15ccb4ccbc2346189ac86677e01c0757', '190.148.252.111', 1678131837, '__ci_last_regenerate|i:1678131837;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678127685;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8939099d85db8751e1e49dd7a3a0bbf8fbef4f9', '185.27.99.140', 1675158325, '__ci_last_regenerate|i:1675158325;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 ('a8945621a2f3f33d436781faf5d528ae17dc4881', '52.167.144.164', 1684492510, '__ci_last_regenerate|i:1684492509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a895d4f59a728865e1721583307e417de0724ca2', '54.36.148.120', 1682137913, '__ci_last_regenerate|i:1682137913;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 ('a8986f2bac29f824a5016d5770f6aef70e9fc012', '114.119.142.97', 1688188532, '__ci_last_regenerate|i:1688188532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8989a71d74f9a1a650b6723a76589da30d308dd', '54.200.85.194', 1652448374, '__ci_last_regenerate|i:1652448374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a898c6a698b4864cb4a4c20abd249c7a7813aa84', '114.119.157.132', 1687502655, '__ci_last_regenerate|i:1687502655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a89f2fdcdfb83b312478036056087caf2bed9c40', '157.55.39.208', 1685974235, '__ci_last_regenerate|i:1685974235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a13bc81a0f2e4151e2a10c5b46f92b4bf61df5', '200.119.174.9', 1674418256, '__ci_last_regenerate|i:1674418256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674416530;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a1c2a82a0c02117b7cee9300f0a95a9b6b4310', '114.119.151.72', 1688324238, '__ci_last_regenerate|i:1688324238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a1e4d9f10c8f7c522ea9a6a5101bc122335f34', '35.167.135.176', 1688082702, '__ci_last_regenerate|i:1688082701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a1e9c69201a5bf6914cc53d47a10dca5f64ccd', '52.167.144.171', 1684481665, '__ci_last_regenerate|i:1684481665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a53f4773f62745256109a961a8951f1d19925d', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a672e47327d7955c4249625d3f30dc3133d40e', '157.55.39.51', 1668603117, '__ci_last_regenerate|i:1668603117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8a9cebaa2b0eb397222d1b1a4a39be4ead31f31', '40.77.167.202', 1687433908, '__ci_last_regenerate|i:1687433908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ab3cb0792932318381a37ba49c6a61fb7c7143', '66.249.65.167', 1658703248, '__ci_last_regenerate|i:1658703248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ab9768408ebd42da3e6b7d7e54534440a69627', '157.55.39.79', 1669168273, '__ci_last_regenerate|i:1669168273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8abc837bdbd33b864000b7359d5d21be4c84e9e', '200.119.173.130', 1675857799, '__ci_last_regenerate|i:1675857799;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675857423;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ac6ebe28b8b5d60952e95d139f15993904cb46', '200.119.173.78', 1682987140, '__ci_last_regenerate|i:1682987140;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1682952456\";last_ip|s:14:\"200.119.173.78\";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 ('a8ad51c4bb061fb4927ba1f6a853f3b1b791cc41', '162.142.125.8', 1659317322, '__ci_last_regenerate|i:1659317322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8aeb3ab9a4a00e03f2587ad925deccc10e4c66e', '40.77.167.169', 1675851903, '__ci_last_regenerate|i:1675851903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8b00eba126e4e83c3fab4e9c77ff742d4650690', '200.119.170.210', 1669759309, '__ci_last_regenerate|i:1669759309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669759245;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";csrfkey|s:8:\"S01TVNx4\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"5jWDvrqGuJ2PAonceIgT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8b0e49db02446decb24855a1663edf0774039b6', '52.167.144.63', 1687159836, '__ci_last_regenerate|i:1687159836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8b22cda5000d69d1e5900763e4d598648af1c74', '200.119.168.48', 1668115039, '__ci_last_regenerate|i:1668115039;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"hJHqAipvWENReIou8Ot0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8b2363c81bb2f28699f56bee085dbeacd8902e7', '157.55.39.200', 1664881067, '__ci_last_regenerate|i:1664881067;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 ('a8b41e5cdaa15000494c002ac05ebb95bccc2a76', '200.119.173.177', 1684974307, '__ci_last_regenerate|i:1684974307;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684974298;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8b6da9793745f44ca66a8b973df89f439e65f60', '207.154.204.175', 1657274128, '__ci_last_regenerate|i:1657274128;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 ('a8b847830470875e889b3b55da25e87ce3144055', '66.249.65.167', 1670572694, '__ci_last_regenerate|i:1670572694;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 ('a8ba7d73354ae6e997f9360516609c6553c78c04', '52.167.144.95', 1678157951, '__ci_last_regenerate|i:1678157951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8bab5180541c084f740928885b3e7ae5a37b809', '35.93.66.195', 1671457225, '__ci_last_regenerate|i:1671457225;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 ('a8baf16b2ab0b4ac9ffd27daf561ff0c86b719ca', '190.56.32.174', 1676645289, '__ci_last_regenerate|i:1676645289;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676645143;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8bc18336a12d6972a98cd4b56cad098b31b434f', '20.242.118.75', 1651034671, '__ci_last_regenerate|i:1651034669;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 ('a8bc3bc430d6a5c4f76b69634a67867b1e22abfc', '190.56.50.253', 1682463947, '__ci_last_regenerate|i:1682463947;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682463848;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8be923d5363036948f0b3adbeda4498a69483e8', '157.55.39.102', 1659199778, '__ci_last_regenerate|i:1659199767;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8bee3773ff4a56e6dcaca7113538bdffc69aa2b', '194.163.134.40', 1658220490, '__ci_last_regenerate|i:1658220489;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c164e035268490ffef1b90e28113f436f5f3f1', '54.36.149.81', 1661129652, '__ci_last_regenerate|i:1661129652;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 ('a8c1d2ccc6e723edd8a69cfe2285fe43aa1c28af', '200.119.168.1', 1655342478, '__ci_last_regenerate|i:1655342478;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655297363\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655342473;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c3016317f1ec1acb01ff1a640037dd4c295eb9', '190.148.252.67', 1688517142, '__ci_last_regenerate|i:1688517142;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688517070;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c3f21dba7b2ec4938b49bbc34ea204be8b45d5', '52.167.144.154', 1687513396, '__ci_last_regenerate|i:1687513396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c6801d76db18fab5b1cc37e15675ab92eec155', '40.77.167.43', 1658084561, '__ci_last_regenerate|i:1658084561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c6c4f278f7ef8a4762d576e074cd600b7fcde5', '68.96.60.30', 1686867674, '__ci_last_regenerate|i:1686867673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c6cbb7e911c34f6244b4be287c23049b6f6ae6', '52.167.144.98', 1684618726, '__ci_last_regenerate|i:1684618726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c74a61433ab85a96d310824f3ce2c96af3ed8c', '52.167.144.162', 1686266889, '__ci_last_regenerate|i:1686266889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c8cc9b8931b115f0a5184c6299c636a0ec3752', '52.167.144.89', 1679179888, '__ci_last_regenerate|i:1679179887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8c97802fd32ca3fdbc870a72496d74ec08eba63', '190.148.252.161', 1669845854, '__ci_last_regenerate|i:1669845854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669845817;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ca66cb5f82bb108c085b5eeb2980ec357abfbb', '157.55.39.253', 1682611580, '__ci_last_regenerate|i:1682611580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ccf148680a4846c254926d9c13c4cac7115e62', '207.46.13.127', 1656340550, '__ci_last_regenerate|i:1656340540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8cdf09f8f0c866135b72e190274de9dcb62c65f', '190.148.252.183', 1681513773, '__ci_last_regenerate|i:1681513773;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681513771;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8cf533c9ee07da5772b915c7e82a4d93ab6df19', '54.36.149.50', 1677975516, '__ci_last_regenerate|i:1677975516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d080178036e9b5acb29419f8bf9bc1daeab2af', '5.188.62.76', 1659531613, '__ci_last_regenerate|i:1659531608;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d0f2d0cb672f1ed47b7ada96f44ea0fe52eafe', '188.166.238.199', 1654814507, '__ci_last_regenerate|i:1654814503;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 ('a8d1318ab4c2325338a8cd6b7f55bbd8c0d030a2', '190.148.252.161', 1669937998, '__ci_last_regenerate|i:1669937998;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669937989;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d1e85cada7a4b4ce113d53006dacd75f0a5581', '200.119.173.133', 1661175473, '__ci_last_regenerate|i:1661175473;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661175462;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d24d743fecd2f23e69c3222ecdce8c9f289538', '190.148.252.161', 1670028311, '__ci_last_regenerate|i:1670028311;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670027723;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d4b9ac6a399f1165e8b17942810fa92841f5a0', '190.148.87.96', 1678483190, '__ci_last_regenerate|i:1678483190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678482960;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d5f151953400e92211a75e31cc5c931736e0f1', '200.119.170.221', 1664390640, '__ci_last_regenerate|i:1664390640;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664388146\";last_ip|s:15:\"200.119.170.221\";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 ('a8d6fcc64198bfb92cae465cfaf8de6fc279f92c', '114.119.135.84', 1683475161, '__ci_last_regenerate|i:1683475161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8daeacdc93c2256705fda73c68f21e3bf9f398a', '200.119.174.123', 1669045276, '__ci_last_regenerate|i:1669045276;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669041275\";last_ip|s:14:\"190.148.158.74\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669045244;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8dbdb2a0497347d2343c389a684cd21c7d8cfc2', '52.167.144.95', 1678112992, '__ci_last_regenerate|i:1678112992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8dc4137fbf133cac93d9ee50f6f709dc903d114', '114.119.136.103', 1688093745, '__ci_last_regenerate|i:1688093745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e1c0f205c71de2756523860889315b57a6b3dd', '51.222.253.16', 1652235493, '__ci_last_regenerate|i:1652235493;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 ('a8e36cd9d28f243f1595bb58f9ef5dfa9b2c0c28', '172.245.85.170', 1655592026, '__ci_last_regenerate|i:1655592026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e447255cf6380c7975b4996714c53df52bd92c', '40.77.167.106', 1687141087, '__ci_last_regenerate|i:1687141087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e49e1d667e1c17266481ae14a305d1fecdfac6', '200.119.168.118', 1668015525, '__ci_last_regenerate|i:1668015525;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e516c85d551a65b9364b86e576c7fd4ede4b17', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e5e73832ee8a8e93c9a91d3ef4fcf018e355a0', '51.222.253.19', 1661121667, '__ci_last_regenerate|i:1661121667;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 ('a8e6862cdba658bc057df5efde72b9352f636ec9', '114.119.144.29', 1686455482, '__ci_last_regenerate|i:1686455482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e695186df208b499241526b56af2d4a0051c5f', '190.56.32.174', 1676944177, '__ci_last_regenerate|i:1676944177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676940750;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e7dcb5bf0e96243f9fd5f7fec44ef7add5ad25', '190.148.158.23', 1687196243, '__ci_last_regenerate|i:1687196243;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687195092;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8e979221ba339b36d4302619969dc8032c1416b', '190.148.87.97', 1655942633, '__ci_last_regenerate|i:1655942600;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655907480\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655942633;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8eb2c356e3b1db7cbc61da38900bb14e927ef6a', '5.188.62.21', 1653336948, '__ci_last_regenerate|i:1653336945;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ec8c0231b157c1f096b09297cf0cf5ced972ef', '200.119.170.221', 1664311191, '__ci_last_regenerate|i:1664310929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664311190;register_id|s:3:\"112\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-27 14:39:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ecda9b96998404e1ace2fd1f4ce4fe8d85fb8a', '157.55.39.173', 1670806022, '__ci_last_regenerate|i:1670806022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8efc2913592a6f233d548fba307cf57349d0ef7', '190.56.173.130', 1650896806, '__ci_last_regenerate|i:1650896806;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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 ('a8f03c2e85d0448f44241cb342a7a853ed9e9903', '114.119.155.50', 1688107022, '__ci_last_regenerate|i:1688107022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f340384885c125eb037d44c9e30702345bef28', '190.56.173.175', 1652894117, '__ci_last_regenerate|i:1652894117;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652892776;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f3b7ce47ae04927123d66a0a2ba972988df79a', '190.148.157.98', 1679268115, '__ci_last_regenerate|i:1679268115;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679268106;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f6bbc09d1d9dc3e904c5e5baa256d8533c5e3b', '190.56.50.6', 1667571328, '__ci_last_regenerate|i:1667571328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667571315;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f82e49821e41b78062541d2d8910d24397e866', '207.46.13.130', 1660393412, '__ci_last_regenerate|i:1660393411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f8dbea3501759950a4efd4bdfbcdf7285fd3ca', '190.148.252.76', 1654298448, '__ci_last_regenerate|i:1654298430;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"91jVRWgiyGqnEdQfuIA3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8f9506cf2994a51cd87048c5668496d655a31d2', '190.148.157.117', 1675643500, '__ci_last_regenerate|i:1675643500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675642008;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8fa4894ae87b564c3fc0f5bc536e76f6e701a9a', '200.119.174.55', 1662298396, '__ci_last_regenerate|i:1662298396;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662238076\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662298081;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8feb311c4c3452e6b80a9fd297b6f4e2f7c3691', '190.56.173.213', 1683215925, '__ci_last_regenerate|i:1683215925;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683215593;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9008fe4867f3690ce66008d96e1f989f8835a7b', '114.119.152.27', 1686174827, '__ci_last_regenerate|i:1686174827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a901041cca932a1965c7fb5d1780e9ccce70aa9b', '114.119.145.86', 1688128544, '__ci_last_regenerate|i:1688128544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a902340e577ee0858dc528a3c802203fd9459010', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9027de740857e86448a8981a84494206ac2cafb', '40.77.167.202', 1687393062, '__ci_last_regenerate|i:1687393062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a904bbfc4102a79d77553644ea2ff97d2726c25a', '207.154.204.175', 1657274115, '__ci_last_regenerate|i:1657274115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a906f03f6e9841141824e936d0423a739775ecff', '190.148.252.183', 1681480762, '__ci_last_regenerate|i:1681480762;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681480743;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a908b675bfd1993bb0a84dee83b4f2068d75a8aa', '190.148.252.183', 1681424714, '__ci_last_regenerate|i:1681424714;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681424213;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90a6f99c87cbe9e7ee57368cf2fc219dfa5c0d4', '40.77.167.45', 1670276164, '__ci_last_regenerate|i:1670276164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90c2a2a29dbca6c8f820157bde5e00ccbd88ad9', '207.46.13.41', 1665572167, '__ci_last_regenerate|i:1665572167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90c4134e4c69fcff454f6e21512cb59a9f491c6', '190.148.252.151', 1671205834, '__ci_last_regenerate|i:1671205834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671204833;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90c509912583b59fbdda2e178f112a7119d1368', '51.222.253.20', 1674111781, '__ci_last_regenerate|i:1674111781;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 ('a90ca35b18258354cc7625f971d616409f4edb0b', '17.121.114.23', 1652555185, '__ci_last_regenerate|i:1652555185;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 ('a90e20056333263ef061222b3bbe89baaadb9410', '17.121.113.85', 1651222052, '__ci_last_regenerate|i:1651222052;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 ('a90e8c19499d0dde4a4afa0f54c9fb78a798acae', '54.36.149.7', 1659902320, '__ci_last_regenerate|i:1659902320;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 ('a90eaa45a2c4d26ef6419af94099f140f3075fc7', '40.77.167.170', 1675379398, '__ci_last_regenerate|i:1675379398;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90f3a623f8c9744e8d8e255b4ecebd6d6647ede', '114.119.160.195', 1688245709, '__ci_last_regenerate|i:1688245709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a90fc9764e3b3454c5f83c3eda1f8f966bda8193', '173.249.31.237', 1659409304, '__ci_last_regenerate|i:1659409304;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 ('a910097a9d589d2e219435e4682d13fe798606c5', '190.56.32.32', 1686098951, '__ci_last_regenerate|i:1686098951;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686098949;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a911c7bdbd72f426ce4df4b19b11971cc7fc14dc', '144.76.67.169', 1661940718, '__ci_last_regenerate|i:1661940718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9138ac26b1a396bcbfb2a3ba29e97f63fe35b30', '200.119.169.27', 1657027674, '__ci_last_regenerate|i:1657027674;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656985265\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657027661;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a914780fefc791db1b6ae4ba70bfe3cb7c15e57d', '40.77.167.184', 1688346743, '__ci_last_regenerate|i:1688346743;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 ('a915aefbe8a405a174d06fc4ce591189508e968e', '114.119.159.208', 1688308491, '__ci_last_regenerate|i:1688308491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9184729be652c79cd1b2360261605179432a9f5', '190.148.87.182', 1679672222, '__ci_last_regenerate|i:1679672222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679672215;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a91b902cb20d765c9abc53e11d9ccf0ebaa902ac', '190.56.50.253', 1682708055, '__ci_last_regenerate|i:1682708055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682707982;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a91be1a22d49aa04670a41b9c06dff978f825d73', '52.167.144.164', 1685350800, '__ci_last_regenerate|i:1685350800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a91d3e69fbd158e12aef4c9aa53376ce638457c8', '137.175.66.138', 1684663422, '__ci_last_regenerate|i:1684663422;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 ('a91e4b2de371c756933b0a0bb0cc2d0a9e3971f3', '190.148.252.183', 1681224024, '__ci_last_regenerate|i:1681224024;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681223667;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a91f2c27434a2bd5c61187c3eae8e246ee7ad2c8', '157.55.39.54', 1660545874, '__ci_last_regenerate|i:1660545874;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 ('a92025f4358eef303367c1b2dabf152c8fc336e7', '74.208.2.170', 1672659944, '__ci_last_regenerate|i:1672659944;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92034e08d26571358eeeb7f84adec8c1f6bca65', '149.56.160.153', 1669810899, '__ci_last_regenerate|i:1669810899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a920a576c788558100455ff778cad08ffb284666', '54.36.148.88', 1688329230, '__ci_last_regenerate|i:1688329230;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 ('a9210c8a550e41340b0a19f6f393247973b82e9d', '114.119.145.89', 1688286121, '__ci_last_regenerate|i:1688286121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a921c3e4f20c17ed9d88e96d1c5a537a4f32d2c1', '207.46.13.154', 1670214508, '__ci_last_regenerate|i:1670214508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9225b8c874f33b25ab8edee23d0de1ea06ab502', '93.158.91.228', 1687149735, '__ci_last_regenerate|i:1687149735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a923b5434df446ea7a88f5c30afe73afbdfcac50', '52.167.144.178', 1684135027, '__ci_last_regenerate|i:1684135027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9250092f81bbf2f63e9b4780abcabc0f4508eba', '74.125.212.209', 1668130023, '__ci_last_regenerate|i:1668130023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9260f3b883aa066095b690c384c8851dd179d06', '190.148.252.235', 1666883945, '__ci_last_regenerate|i:1666883945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666883941;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a926bd7873af53627b616cdd25db3309304d6d18', '190.56.173.213', 1683412864, '__ci_last_regenerate|i:1683412864;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683411140;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92905950990769635217f71f15e1c735142429f', '200.119.172.95', 1659662717, '__ci_last_regenerate|i:1659662106;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659648663\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659662119;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92cd98be96943c4fbe6ac10849944e54b0f00d7', '40.77.167.147', 1680962565, '__ci_last_regenerate|i:1680962565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92cee3a52dc1eedd4095e520d16dfe24720a2dc', '52.167.144.54', 1676177404, '__ci_last_regenerate|i:1676177404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92d803c1a064fc67d4f2aad4fd2a13a720f07d6', '200.119.170.237', 1658332143, '__ci_last_regenerate|i:1658332143;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658262105\";last_ip|s:15:\"200.119.170.190\";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\";user_csrf|s:20:\"JPaY41wCidAQmfX9H3GT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92db276f02e3df52bfc32f1d7b0ebca3969f073', '190.148.252.183', 1681234917, '__ci_last_regenerate|i:1681234917;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681234904;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92e0c524e0626958b1e4888dd9ff56ec536ae77', '157.55.39.80', 1670678081, '__ci_last_regenerate|i:1670678081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a92ff4e7aaf7745f84ffd6596aa2c26dbbaab65e', '52.167.144.164', 1679734981, '__ci_last_regenerate|i:1679734981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9313ee9bed2676fa7b43c185681556d6b475388', '207.46.13.160', 1674006560, '__ci_last_regenerate|i:1674006560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9319e4063b2502e06f06093924312d68253fcdf', '52.167.144.98', 1686411790, '__ci_last_regenerate|i:1686411790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a931eb024ac17e9dc312fc6b13066bcf88d4f7d5', '52.167.144.162', 1682723896, '__ci_last_regenerate|i:1682723896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9320782867c30221c47b3388dede17ea5f1c384', '190.56.51.158', 1655658508, '__ci_last_regenerate|i:1655658470;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655658507;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a93534e6d43a636ecb86ac7c2bdf72672551bc70', '40.77.167.86', 1678704094, '__ci_last_regenerate|i:1678704094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9368340e068f324762f2eadbc317ff61d4e0dbe', '190.148.157.177', 1682380703, '__ci_last_regenerate|i:1682380703;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682380703;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9386004cc310b70a63a048ac73cf9f93a5798e2', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9386da4990a3a1a81fb5c7324310e6fa5e1c7f3', '40.77.167.35', 1662459088, '__ci_last_regenerate|i:1662459086;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9393029fee826ca57c09c6ae9dd03019f16fa63', '190.148.87.6', 1668199421, '__ci_last_regenerate|i:1668199421;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668198672;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"91G7HnRzilDs3FZfvLqk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a93c842e2344f9b295ce5afd037835ced515749b', '66.249.65.167', 1672066784, '__ci_last_regenerate|i:1672066784;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 ('a93d10adc8982ebec08a5b1d997f1de8fc239969', '114.119.137.98', 1686375544, '__ci_last_regenerate|i:1686375544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9403564ca70263edac81f0b0ee323b0992c96b8', '114.119.141.18', 1688296051, '__ci_last_regenerate|i:1688296051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a941d92d3b4bcf55940a9811d0a5c9bb4d9b8804', '66.249.65.100', 1677862996, '__ci_last_regenerate|i:1677862995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a941e8f5bc0c1714f614dc983e5e353a451bb543', '121.4.238.122', 1658925842, '__ci_last_regenerate|i:1658925841;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a942b334caac28be12d0deaa36ac47be6e5122e4', '51.222.253.8', 1664042107, '__ci_last_regenerate|i:1664042107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a946dba4b89bed2376f7a3cf9a7e5ab18050a6e1', '40.77.167.227', 1681070705, '__ci_last_regenerate|i:1681070704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94750e3a58f72e1fbaa65311cc6b10bc0a56ab9', '190.148.158.151', 1677508349, '__ci_last_regenerate|i:1677508349;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677496910\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677508309;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94a362cc91aa77129df212e6ee8a704280c71f4', '69.160.160.58', 1680641188, '__ci_last_regenerate|i:1680641188;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94a63a908e066babc2d4e7403809f0be6ea19f5', '200.119.170.221', 1664476798, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664476788;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664476702;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94b729f29a9fa6b3ee1a2b5c56b911df8448cc0', '207.46.13.224', 1680226221, '__ci_last_regenerate|i:1680226221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94d800adb8526d0a074529efc4e89b15606fb81', '200.119.170.168', 1670587263, '__ci_last_regenerate|i:1670587263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670587251;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94e0ce236b85d9fb3b7d670483560bedf284450', '51.222.253.10', 1676352363, '__ci_last_regenerate|i:1676352363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9505b65fc1ca6a8d9888094451accbdd354387e', '114.119.147.110', 1688203267, '__ci_last_regenerate|i:1688203267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a950ef24a521419cf1172802f49862f26677336b', '157.55.39.46', 1672320643, '__ci_last_regenerate|i:1672320643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95461cb46a84442b0ee78b2b72a11debf394a09', '190.148.252.96', 1672942596, '__ci_last_regenerate|i:1672942596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95615109b05791d45c344531c1eb277e3d93ab3', '200.119.169.59', 1655255554, '__ci_last_regenerate|i:1655255554;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655238850\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655253949;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a956fd14e7ac9197eaaec20c25ddc9db2d16867c', '207.46.13.51', 1663119470, '__ci_last_regenerate|i:1663119470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a957b384db82403536a387c9e8f2c0a0718a57dc', '52.167.144.82', 1687333363, '__ci_last_regenerate|i:1687333363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95a04d482649ac991221dc45d17c0967c43372f', '18.206.55.48', 1651701814, '__ci_last_regenerate|i:1651701814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95a2030d066bbabd91bf7cbfc82e59b4c339815', '193.235.141.3', 1681577592, '__ci_last_regenerate|i:1681577592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a95c38dcd22b56f441edc294b26677d5d57be170', '164.92.194.60', 1687999975, '__ci_last_regenerate|i:1687999975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a961e1a98f11426718990ff4b6d61f2f0ffeae6c', '114.119.150.227', 1685232683, '__ci_last_regenerate|i:1685232683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a965b8ca58bcd012f56fcc6040d40672d218ddc2', '207.46.13.12', 1675639292, '__ci_last_regenerate|i:1675639292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a966176e619b752457f024e54247ee03f5f6693b', '52.167.144.98', 1685704149, '__ci_last_regenerate|i:1685704149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a967211c9fc9f1f0b2eda207fbac4e71ced92ee3', '52.167.144.98', 1685484969, '__ci_last_regenerate|i:1685484969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a968f191579de15dfc0e3d7ad00dd25d1d97fdf3', '185.181.60.189', 1688476144, '__ci_last_regenerate|i:1688476144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96927350ba2a1e207b713e9d751e82361ddb9be', '114.119.137.173', 1684961282, '__ci_last_regenerate|i:1684961282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96a1eb40916b1f86e93ad9a5bc20643bbc2c20d', '114.119.134.116', 1687830333, '__ci_last_regenerate|i:1687830333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96a2fba2e62a6046156bb7c0dd081efe624845a', '51.222.253.20', 1662540025, '__ci_last_regenerate|i:1662540025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96b6394ee300a324b2ea3cf6f1c6d9d14a9f2f3', '40.77.167.241', 1685830585, '__ci_last_regenerate|i:1685830585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96ca484e07fe5220aab8298d720d43665e8f8b7', '40.77.167.182', 1683674900, '__ci_last_regenerate|i:1683674900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96e61277a362326469b5336906b3a22d7e727f6', '190.148.252.111', 1677791957, '__ci_last_regenerate|i:1677791957;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677791935;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96f71e31ff4eddbc0696d42dd70131723f6fe27', '190.56.55.113', 1673886925, '__ci_last_regenerate|i:1673886925;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673879211\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673886921;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a96fa7ecab9aafa885ea5e048dddaa88a6ea4943', '17.121.113.105', 1659264731, '__ci_last_regenerate|i:1659264731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9722fb4be662201f8187d62b68f59d36ccadd8b', '23.95.218.242', 1688104432, '__ci_last_regenerate|i:1688104432;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 ('a97276730bb88d5c808f4f10cbb7526d70931f17', '51.195.90.229', 1650840604, '__ci_last_regenerate|i:1650840603;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a973927a5921d5be3d1d0023cc57bd5d5185800f', '157.55.39.25', 1663623436, '__ci_last_regenerate|i:1663623436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a973ba5a597e5851f73ac74aab5fecc1cf3490d3', '157.55.39.80', 1670241825, '__ci_last_regenerate|i:1670241825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a973fb3b199ce7791dded5164c854a9aec375329', '40.77.167.101', 1682202773, '__ci_last_regenerate|i:1682202773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9753f9e52db7c74b9dfa5f962e0381de5de2427', '40.77.167.85', 1686512051, '__ci_last_regenerate|i:1686512051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a976629abfb5d34a2c9c18345fbc21d1356e4bcb', '190.56.173.152', 1654986501, '__ci_last_regenerate|i:1654986417;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654956724\";last_ip|s:14:\"190.56.173.152\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654986500;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9798c7d9f1919a4535fb072f0520243e1d717a1', '52.167.144.74', 1688366446, '__ci_last_regenerate|i:1688366446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97a47c477c5aa05572ae086e8bf46f9c3c1a3a7', '66.249.65.103', 1652625334, '__ci_last_regenerate|i:1652625334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97a803b0f1f6ffdb52b7f20f4ddc9f4c4bb1cba', '66.249.79.201', 1681519696, '__ci_last_regenerate|i:1681519696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97cf04b3c3762a77c55d2a44feb54901b63f7fe', '36.99.136.139', 1650686099, '__ci_last_regenerate|i:1650686099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a97f83ab80c682d090ef8cc612aa2d02c6ea0bf3', '114.119.158.211', 1688211575, '__ci_last_regenerate|i:1688211575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9800a8663b2bf4e784433fe9d27577dff0c7592', '17.121.114.223', 1652462799, '__ci_last_regenerate|i:1652462799;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 ('a9809b07028ddc4cc29d5cff58c2b3089feb32eb', '207.46.13.36', 1672844824, '__ci_last_regenerate|i:1672844824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a980e98d4dc03d5014cd91ea0b3d354eece5eb9a', '200.119.173.133', 1661177702, '__ci_last_regenerate|i:1661177702;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661175501;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9819c60cedbdcafb20e3ef49d0aaa452b8ff6bd', '157.55.39.105', 1673851832, '__ci_last_regenerate|i:1673851832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9820b5c807b3700467a04746519b95bc15b43b1', '52.167.144.164', 1685975766, '__ci_last_regenerate|i:1685975766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a98248aa5949d9117d6b9beb61208001de78b74b', '106.75.76.244', 1686908259, '__ci_last_regenerate|i:1686908259;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 ('a982aeacffca708c56055dceb0cc7a9755177658', '190.56.54.129', 1653591352, '__ci_last_regenerate|i:1653591352;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"5IdqzgV19Yhy26Kvx0wM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9833164edcea8aff38c86569f77ad4cdd575b23', '157.55.39.200', 1667227121, '__ci_last_regenerate|i:1667227121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9834866014a28cb067b7902426751d81acb7179', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a983b28c428d287aaea61ccbc01f5d243cab6e42', '205.169.39.104', 1651729519, '__ci_last_regenerate|i:1651729519;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('a987056652656bef3c4ca79bf7a622a3faf434a4', '66.249.74.99', 1688134042, '__ci_last_regenerate|i:1688134042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a988e1b2f1884b5867420ed65c3c7de1677dabe8', '190.56.32.32', 1686228790, '__ci_last_regenerate|i:1686228790;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686150206\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686228783;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a98b8f40020f7c927cb1675c9de88a07d8faf018', '52.167.144.98', 1685619153, '__ci_last_regenerate|i:1685619153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a98d53e4d5216a1b024ad5ffb93b447494cc4b2b', '8.41.221.48', 1653437971, '__ci_last_regenerate|i:1653437970;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a98e4353ad706cb1cb41aab3a407d0b6c5f1b6da', '154.6.25.13', 1667549133, '__ci_last_regenerate|i:1667549133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a98f86dacdd11a000444254773da501c76046ee5', '51.222.253.10', 1684571782, '__ci_last_regenerate|i:1684571782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a98f8773360489f1708f452f9d6a9c073cd365c3', '200.119.170.212', 1665885734, '__ci_last_regenerate|i:1665885707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665885733;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9926cc7d6bfb1584206138f0168b876d64498df', '51.222.253.3', 1685326976, '__ci_last_regenerate|i:1685326976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a992b6220b7a6822912b10fd8b55c36b3dea7a41', '114.119.135.224', 1688102013, '__ci_last_regenerate|i:1688102013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a993a00ce2c3fc0b9dd23fabfafb048d90d76b62', '52.167.144.76', 1681593794, '__ci_last_regenerate|i:1681593794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9943d0080daffea005f273964b7e68979f3ef8a', '51.222.253.13', 1658221724, '__ci_last_regenerate|i:1658221724;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a994536e6ad497fc6e323aaf01f391a9f686dee2', '114.119.128.22', 1685425624, '__ci_last_regenerate|i:1685425611;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a994eca0d8233568bb3c557ea9165bcf6a7e6606', '207.46.13.6', 1671956127, '__ci_last_regenerate|i:1671956127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9970881f3fdff6bd0ac6ecba08c8b21d66a6e39', '114.119.152.97', 1687559863, '__ci_last_regenerate|i:1687559863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a998c549933e525a77ecbfcbd1da645c6f658c96', '69.160.160.59', 1667400623, '__ci_last_regenerate|i:1667400623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99a704d1dca8139c4014b3480ce9ffb6c05090a', '51.222.253.3', 1664215614, '__ci_last_regenerate|i:1664215614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99cbf4f92e91afe1c9eeb5f1fc426dbef0dcc1f', '114.119.141.103', 1687522779, '__ci_last_regenerate|i:1687522779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99cc2f7bb8437162c19ade8da9cac87d1febb77', '52.167.144.82', 1687419146, '__ci_last_regenerate|i:1687419146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99d3bb53955b94bd0bd3fd73a0ed0d1aa6aa148', '190.148.157.122', 1666663900, '__ci_last_regenerate|i:1666663900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666663866;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99d999a467d5e457f367bdf36a49b8d98c75d3e', '40.77.167.123', 1682837285, '__ci_last_regenerate|i:1682837285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a99e26d6cd159b3089df4e2c88597f958a5ee4b4', '190.148.252.151', 1671493310, '__ci_last_regenerate|i:1671467910;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671450330\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671493310;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a002590e664aeb636b11c392bd85f0a976395b', '114.119.151.155', 1687670126, '__ci_last_regenerate|i:1687670126;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a1648a507242b248fecaafeeba05f198952fea', '190.56.50.241', 1676384381, '__ci_last_regenerate|i:1676384381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676287415\";last_ip|s:13:\"190.148.87.51\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676383954;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a24207640eb974618ea981dd0b786f1ecff4ee', '54.36.149.4', 1660278168, '__ci_last_regenerate|i:1660278168;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 ('a9a2a2565e1b824b2557e2c67a58da6e71dcdf74', '207.46.13.211', 1679682703, '__ci_last_regenerate|i:1679682703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a31f9c501e7985d6fb1acc9de231987a1cf9f5', '190.56.50.15', 1666995995, '__ci_last_regenerate|i:1666995995;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666995961;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a47a2d108b579fdf8c5150dc55442ba810d25f', '190.148.252.76', 1654194383, '__ci_last_regenerate|i:1654194361;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654174205\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654194381;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a4e8834ef62f2241459f361cd4ddcd827489e7', '190.56.48.90', 1651251088, '__ci_last_regenerate|i:1651251043;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1650986878\";last_ip|s:13:\"190.56.32.170\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651251088;register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 08:49:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a69d0106755c042565cf24a4e20721613614fe', '52.167.144.164', 1685971805, '__ci_last_regenerate|i:1685971805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a79d3ddc553f2d9bff863857d83a6fe978024e', '51.222.253.4', 1675950782, '__ci_last_regenerate|i:1675950782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a867d9a76881a8aafd41fcf3abbf5276383c0b', '157.55.39.64', 1673253245, '__ci_last_regenerate|i:1673253245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a9ec03f60953aa420291fa179000007bf33b46', '190.148.87.6', 1668190529, '__ci_last_regenerate|i:1668190529;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668190042;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9aa3e6659221aa12c8df84d5d2df65303d1e213', '200.119.170.16', 1666827382, '__ci_last_regenerate|i:1666827382;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666827295;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9aa5d2e0197efb57e92ad2c9c1e7c2248b883e9', '114.119.131.203', 1684515728, '__ci_last_regenerate|i:1684515727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ab6ae6ab0ddcba45d13c624b0ebb4f31c44265', '207.46.13.12', 1676046970, '__ci_last_regenerate|i:1676046969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ac50191f7e7789075b9df2d4cd76d7ea9f5fc7', '40.77.167.156', 1678896356, '__ci_last_regenerate|i:1678896356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ad26c78f2a231c17f8ec2222640b2c5a76ba2c', '144.76.68.17', 1683715119, '__ci_last_regenerate|i:1683715119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ad84cff75f69211630189349e46c9a352d26a9', '54.36.148.205', 1658539075, '__ci_last_regenerate|i:1658539075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9aee53acbecb025f4c0e92dbd6bb37239566831', '114.119.155.69', 1688183973, '__ci_last_regenerate|i:1688183973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b0883771a79e08f18ed36f322eec07ce44d7e6', '54.37.233.116', 1650851730, '__ci_last_regenerate|i:1650851730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b746bd57be3ee18c4309e24ef4e44cd6d6d17f', '40.77.167.184', 1687060418, '__ci_last_regenerate|i:1687060418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b76e02ec9f888b7370f3c04e55efe9358df6f5', '190.148.252.96', 1673034510, '__ci_last_regenerate|i:1673034510;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673034501;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b852ae32ec72902a1ef02450a84ff4d0984514', '34.215.122.212', 1685402805, '__ci_last_regenerate|i:1685402805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b85327b94453db0a7a07cfff9581503e0382e2', '190.148.157.177', 1682348680, '__ci_last_regenerate|i:1682348680;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682347585;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b99ce36ed145c1e35e5ebb414f54c76ef61f14', '40.77.167.11', 1673444159, '__ci_last_regenerate|i:1673444159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9bb587230f0f0c8115562668fbcde5521aef07f', '219.142.131.78', 1656556905, '__ci_last_regenerate|i:1656556905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9bd184611448a6a936b713dca8b799e386b51df', '190.148.252.116', 1653409045, '__ci_last_regenerate|i:1653409045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9be2d55c69924b48da42bb2a17460b4817bf0b9', '40.77.167.123', 1683253031, '__ci_last_regenerate|i:1683253031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c00c3dc7969babd9d2cdefc1f34cc0739f29e9', '51.222.253.1', 1681810738, '__ci_last_regenerate|i:1681810738;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 ('a9c09ed1f3bf1ca01f3dbeb34c43a242166a02c6', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c192a9781680311f035b10317bbfd2f803f49c', '52.167.144.162', 1687351046, '__ci_last_regenerate|i:1687351046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c33ecc614ccb5fa9563680017e29d550ef37e3', '104.131.162.245', 1687646608, '__ci_last_regenerate|i:1687646608;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c48af2a7efb980e6384c732256e077f4b8fdcb', '66.249.74.105', 1682523601, '__ci_last_regenerate|i:1682523601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c4e1498fa18a5b7a472c4474aa5de358970793', '40.77.167.37', 1668834605, '__ci_last_regenerate|i:1668834605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c4e36d9ba9b8e875ac9f2d6efc3dfde991f177', '173.249.31.237', 1659409268, '__ci_last_regenerate|i:1659409268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c71d145c9bcdb37a75cc85e5b403da995c16d3', '66.249.74.103', 1683192825, '__ci_last_regenerate|i:1683192824;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c7bd6bde95c952dce743362660afda3810d1f8', '40.77.167.49', 1666551190, '__ci_last_regenerate|i:1666551190;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c803f3451e92a15bc0d90d7b117e2438c1a945', '190.148.252.76', 1654221299, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654221299;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654219960;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c839403ee89bedcbd88a13a60b88c156e38054', '192.36.109.75', 1686587401, '__ci_last_regenerate|i:1686587401;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 ('a9c998d7db95f24363c38e12d34e720a25c02bb2', '190.148.87.182', 1679593948, '__ci_last_regenerate|i:1679593947;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"4ulnMWyNtvajpLhHVxoK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c9e6e63505e4caf1a6325138a8b4ec9e5e9b98', '51.222.253.12', 1654141522, '__ci_last_regenerate|i:1654141522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9cb3835ed25866a45a8793ad3ebd00350896a46', '66.249.79.199', 1684834485, '__ci_last_regenerate|i:1684834485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ccd03fa1f4d77c2f91f9bfcd3386e0ec6e9593', '157.55.39.79', 1669581015, '__ci_last_regenerate|i:1669581015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d0d2175a20f4d6bb0908546bc28ad64ad9e501', '52.167.144.98', 1685512212, '__ci_last_regenerate|i:1685512212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d12366929ad3cee4f28221dc1245523f49a683', '190.148.87.85', 1684541065, '__ci_last_regenerate|i:1684541065;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684541011;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d4a81f671bcd85566e2168589d15530f1b070f', '190.148.252.111', 1678126546, '__ci_last_regenerate|i:1678126546;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678126195;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d5727a965386f15de3ebefff40b383cacc8925', '52.167.144.98', 1684593709, '__ci_last_regenerate|i:1684593709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9d619e124424224caaee4358723988882838c98', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9da6f25cd462370e52fddeddde645605b79c35c', '51.222.253.7', 1669011656, '__ci_last_regenerate|i:1669011656;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 ('a9daab7f5c72f8365c0c1c5e02bf0330b318e0aa', '114.119.132.105', 1688522709, '__ci_last_regenerate|i:1688522709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9db12df6fdcef36b4c260204491eaef2330c61d', '107.152.234.218', 1651606400, '__ci_last_regenerate|i:1651606400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9dcaacaa5ae8c6d0d51bacac43cbd9c3fd3d3d4', '207.46.13.17', 1673654252, '__ci_last_regenerate|i:1673654252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9dcf05ddbaccb08f03e3c4b796553c5d18a3dbd', '52.167.144.171', 1685350811, '__ci_last_regenerate|i:1685350811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e2304b1a2a8b7b522f4a400b6e8a230bccc84c', '114.119.138.32', 1686611132, '__ci_last_regenerate|i:1686611132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e57ff1720eeadbad7ae34ce2aac441bef72dcf', '190.56.55.113', 1673822644, '__ci_last_regenerate|i:1673822644;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673822098;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9e7bd1afd53b3dfd2f1f13a13cbfa47f81edb90', '52.167.144.166', 1686908548, '__ci_last_regenerate|i:1686908548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ea6b3b8f40522c5eb6e1f3cf030ec31566af6a', '190.56.50.253', 1682603449, '__ci_last_regenerate|i:1682603449;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682603377;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9efde2db856c2485932e620e59779546691e2ec', '190.148.158.151', 1677156905, '__ci_last_regenerate|i:1677156905;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677156901;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f0697a249682c61faee9cefd0009f4aafd125e', '190.148.157.165', 1668010361, '__ci_last_regenerate|i:1668010361;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f0741393602347aa92ed4dda5708e92f6ab33f', '106.75.154.10', 1687193592, '__ci_last_regenerate|i:1687193592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f15622f5b3c3c2108792668ad5c2d31c9f11c6', '157.55.39.164', 1654070904, '__ci_last_regenerate|i:1654070894;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f224e5723006cfd9a4f1b050241a34db92b644', '74.201.72.172', 1652176659, '__ci_last_regenerate|i:1652176659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f3c01b55d7a87146a5a4e6295989f25c777f02', '207.46.13.210', 1677296213, '__ci_last_regenerate|i:1677296213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f5177edf856168f488a31dc8bf3f334d4166aa', '54.37.233.116', 1650851721, '__ci_last_regenerate|i:1650851721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f565bd0c4b7415dce1758760ccd52e478b8dcc', '200.119.173.177', 1685146448, '__ci_last_regenerate|i:1685146448;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685146437;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f58744b13efd7fd40403fd521fd282b9ec8efc', '190.148.252.106', 1684341805, '__ci_last_regenerate|i:1684335912;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684332865\";last_ip|s:15:\"190.148.252.106\";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 ('a9f81b194103c39565a2daac8b5b69dde8c57909', '51.195.90.229', 1650840516, '__ci_last_regenerate|i:1650840516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fa000e38495950227a2356cb181ac4482dd3f0', '52.167.144.162', 1682378611, '__ci_last_regenerate|i:1682378611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fa317a6e8dc5028455c0e1e2eee89b3ab73381', '114.119.148.138', 1687680852, '__ci_last_regenerate|i:1687680852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fa43edeff18e57a194d5e1dd151e9e749f1a6f', '190.56.173.213', 1683423110, '__ci_last_regenerate|i:1683423110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683422326;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fbab815553fd078559be1964c256dbbae33c99', '17.121.114.230', 1655210226, '__ci_last_regenerate|i:1655210226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fbba71595ef22e1c6faabf666fd57d93e2e006', '66.249.79.193', 1680457794, '__ci_last_regenerate|i:1680457794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9fe0c7b2f259ff30c6faabe5cd290b03bfaff36', '200.119.170.209', 1656973253, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656972460;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656950297\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656972460;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9ffd14eebe630311fd0c5ba216ecf91ed6716c4', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa02f20a38b8fc923a0e18250d9492bcfc0aeddb', '157.55.39.125', 1654007015, '__ci_last_regenerate|i:1654007005;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa03c3e531647b90f0a6c1a26967efc05da0cd79', '207.46.13.217', 1684248133, '__ci_last_regenerate|i:1684248133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa049526ecd97bc6d5c3a81195a2cd192d842215', '40.77.167.63', 1672129000, '__ci_last_regenerate|i:1672128999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa056ec1a8d74068c599b81ef9edf285461d7ee2', '190.148.158.75', 1663108666, '__ci_last_regenerate|i:1663108666;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073776\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663107432;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa063bb37417e37bd326101c37ebeee6fc371f8d', '207.46.13.224', 1680358818, '__ci_last_regenerate|i:1680358818;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa0732a3fe9f9992b2c7d9e41e15d4e514e9de99', '190.56.173.251', 1651959941, '__ci_last_regenerate|i:1651959941;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('aa09b46a44511fbf177a27a4929702d7934b8a7e', '190.148.158.151', 1677374291, '__ci_last_regenerate|i:1677374291;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677373819;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa09d431a71d1ee7c82537875f9a31c50451a0bf', '50.62.35.246', 1656577157, '__ci_last_regenerate|i:1656577157;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 ('aa0c23325ae5005cf561e9ad3a0cbaf84898c734', '200.119.173.107', 1686845695, '__ci_last_regenerate|i:1686845695;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686839964\";last_ip|s:15:\"200.119.173.107\";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 ('aa0c55cf3286d0294ba8dcfbb9b5ac383cec63e5', '40.77.167.202', 1687590303, '__ci_last_regenerate|i:1687590302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa0cdb986fdc4d939c6ca5235068881c153709e9', '200.119.174.187', 1667434976, '__ci_last_regenerate|i:1667434976;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667434939;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa10bca44b3c1d3a62dbbf4617a01ac46c0bf20b', '40.77.167.63', 1672215491, '__ci_last_regenerate|i:1672215491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa10ea0f97d9399e52131262db61ba2c1a084638', '51.222.253.8', 1654511406, '__ci_last_regenerate|i:1654511406;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 ('aa10f4fbd6d74d7c7e7e0f7a0b3621f69d0cebff', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa13a265f201c93eb5e19a96f2a3e37472f17a78', '34.216.138.201', 1679491517, '__ci_last_regenerate|i:1679491517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa173c4d5dc478a4fc0b72151c563a7d2cabe2e7', '114.119.152.235', 1686730187, '__ci_last_regenerate|i:1686730187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa19c354c5625f5deb8a86257606cc1c9a02f98b', '40.77.167.219', 1676882329, '__ci_last_regenerate|i:1676882329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa1a8d04bdf941fbb8d1e72f27ab55ae21b98c91', '103.251.167.10', 1652452122, '__ci_last_regenerate|i:1652452122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa1acd04ffe7aebc788ac8a856a5da55f9224f81', '114.119.162.62', 1687730293, '__ci_last_regenerate|i:1687730293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa1cd3ba8f96230bc8b7023de5c2cea33d343996', '190.56.54.156', 1665361058, '__ci_last_regenerate|i:1665361058;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665360377;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa1dd2b325d0e920a354b90fcf6a00c0e708a3b9', '200.119.173.130', 1676077435, '__ci_last_regenerate|i:1676077435;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676077426;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa1f5dbc3ebc6795fdc1b0e7af0d1927c5ba19ec', '66.249.65.161', 1667323085, '__ci_last_regenerate|i:1667323085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa2545bbd424fa908c984927a26737958fc315a2', '52.167.144.61', 1688051543, '__ci_last_regenerate|i:1688051543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa27f1a97c73d67931e283bb9da20ba14a562c04', '45.90.62.76', 1650808833, '__ci_last_regenerate|i:1650808833;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 ('aa2999302303bcbb7ee4b58e92bdcb833cc89f2a', '40.77.167.202', 1687463739, '__ci_last_regenerate|i:1687463739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa2a30c6ba039520a759c766a220d578d576c157', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;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 ('aa2ae7a966993910d1ecf6d0d85ffc3fec9abb7e', '157.55.39.64', 1674114134, '__ci_last_regenerate|i:1674114134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa2c13decbfbea464e187fa0831309aa51840e15', '40.77.167.104', 1667518807, '__ci_last_regenerate|i:1667518807;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 ('aa2da58d953e0dcf3c2dfd70d86428d15ca327d0', '114.119.158.142', 1688207320, '__ci_last_regenerate|i:1688207320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa2ddcde70022845d985c8781ea3b84344552226', '40.77.167.27', 1658216996, '__ci_last_regenerate|i:1658216986;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa2edd455e4a365d4783dfede2f1410dfb7fac60', '190.56.50.253', 1682646776, '__ci_last_regenerate|i:1682646776;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682646567;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3082c0ca2a57f9443c5219a2b7ec25e7ed19db', '3.237.104.7', 1654168719, '__ci_last_regenerate|i:1654168719;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 ('aa310301e8a63e55fb714830e8034c0b9ed86e73', '200.119.174.9', 1674520621, '__ci_last_regenerate|i:1674520621;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674520464;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa31031a524086db74bfe9cacfde4c22ff9bcf64', '52.167.144.98', 1684380921, '__ci_last_regenerate|i:1684380921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa32eb521ae9c122a963e04a8ea1a7120e3bc67f', '157.55.39.87', 1663613238, '__ci_last_regenerate|i:1663613227;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa36a58ef1699e8a47fc53870d6fac151ab29c61', '207.46.13.12', 1675721819, '__ci_last_regenerate|i:1675721818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa37529804baa35a33828d875a6bd2e8152f1cd3', '200.119.173.130', 1675905007, '__ci_last_regenerate|i:1675905006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675901834;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3823b78eb1a5cc2512d634c865332cb941b6f7', '40.77.167.64', 1674745539, '__ci_last_regenerate|i:1674745539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa38f569220de910dcede0005d7446d3c325444e', '200.119.170.30', 1660227487, '__ci_last_regenerate|i:1660227487;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa39f1d699a8703545c2cec31a4992d9ffb2f5e9', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3ce8e7c4427ab96f4f39d10915e65804fbcf03', '207.46.13.17', 1674073358, '__ci_last_regenerate|i:1674073358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3d568f75b9decbfcc0cbd998fab31c2a7653cc', '40.77.167.175', 1680039471, '__ci_last_regenerate|i:1680039471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3e215db1b80945c80c2fe8b852a2cf495df4bf', '54.36.148.59', 1656340548, '__ci_last_regenerate|i:1656340548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3efde47a25a8adb9a8cd59ba53d775116e9bf6', '114.119.129.163', 1685298912, '__ci_last_regenerate|i:1685298912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3f54ae1497777c20ef320ff04d47206a6ca56e', '200.119.173.96', 1687191813, '__ci_last_regenerate|i:1687191813;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686949676\";last_ip|s:11:\"190.56.50.6\";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\";last_activity|i:1687191337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3f96bebe6df6539298611049ff6f6ba36caf06', '18.237.49.206', 1652448412, '__ci_last_regenerate|i:1652448412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa40f05ad58ba337ce8616c2c46a01b5934fc395', '190.56.50.15', 1667172471, '__ci_last_regenerate|i:1667172471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667172467;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa41e5feb18cb5eb4ee2bc1c4f00a7d2f3fb1da1', '114.119.138.199', 1688097802, '__ci_last_regenerate|i:1688097802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa42e76903cca28f5db155767756a9727ac41592', '114.119.142.186', 1688522407, '__ci_last_regenerate|i:1688522407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa444ee8f7bde46f968eae688c55ae6cdb884618', '52.167.144.98', 1685951114, '__ci_last_regenerate|i:1685951114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa447a095c11ad00e8020d01dc4150c91c0efd32', '34.214.186.199', 1659792602, '__ci_last_regenerate|i:1659792602;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 ('aa44ad4a2befe4a93ad52e9a461f2a48f58d29f7', '114.119.136.14', 1688465692, '__ci_last_regenerate|i:1688465691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa450ae71747b95f988bef046491039fd26ec803', '54.36.148.142', 1687308485, '__ci_last_regenerate|i:1687308484;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 ('aa467f575cbcd8d02039cd42e89e3fb76aa0f1c9', '17.121.114.135', 1660798901, '__ci_last_regenerate|i:1660798901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa49fbae8fb79bc75dd64a39f84bf38413df9dac', '51.195.216.255', 1650742030, '__ci_last_regenerate|i:1650742030;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 ('aa4d19049b8e34c1b7709a6c90ae4b32fdc0d1c9', '35.88.49.69', 1650991562, '__ci_last_regenerate|i:1650991562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa500fc72330983d9bdf975440b915812e741aa4', '111.7.100.22', 1650976205, '__ci_last_regenerate|i:1650976205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa50d526e8b44f6e7e57456dd230282f474e1fa3', '40.77.167.123', 1683265498, '__ci_last_regenerate|i:1683265498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa54c9ae6c77427018419eb04c646ba81a595d7f', '3.17.157.152', 1668808892, '__ci_last_regenerate|i:1668808892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa56ee845482eabb291f1945f8e6e036a2aa2058', '17.121.112.217', 1655913926, '__ci_last_regenerate|i:1655913926;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 ('aa5a64452007a912afaa872c5ebe27b668804059', '157.55.39.216', 1676753885, '__ci_last_regenerate|i:1676753885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa5db7c052db151c082f11883cfaaac17ea25c18', '198.251.73.69', 1679118702, '__ci_last_regenerate|i:1679118702;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6052a5cdcf5d3d9dfb27f5ed7cbbd34d022742', '190.148.252.183', 1681264381, '__ci_last_regenerate|i:1681264381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681263895;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa60773f4a5d0d219bb25b1c52f7aa5b8759101a', '54.36.148.60', 1676053673, '__ci_last_regenerate|i:1676053673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa61cc42d36fe01cb8ee998d679d4a3ecc3aa608', '114.119.131.93', 1686048614, '__ci_last_regenerate|i:1686048613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa672435cc52a7eaddb85caef92d05c6769e2e78', '114.119.139.172', 1688107894, '__ci_last_regenerate|i:1688107894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6798f2529785dc3c0e371b0dbb119fd431b943', '106.75.2.164', 1651072849, '__ci_last_regenerate|i:1651072849;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 ('aa68df85e7cd25e6f3c8d90067fe446af9dc5134', '207.46.13.41', 1666399390, '__ci_last_regenerate|i:1666399390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa69d9ae33c493cd40bc5db40059c68397e740d8', '114.119.156.49', 1686963522, '__ci_last_regenerate|i:1686963522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6b82ed0c12d6a4a406bb4f20b49b5044427044', '52.167.144.70', 1688334430, '__ci_last_regenerate|i:1688334430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6c0716f31eaf4af5397c3068fa7fcc60f34238', '157.55.39.64', 1673444151, '__ci_last_regenerate|i:1673444151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6c0c84bf81fb4d357ba55e720f11e05f1622c9', '200.119.172.48', 1668618244, '__ci_last_regenerate|i:1668618244;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668617897;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6ce782b9bf8bc0e3fbf2c1a1fb34f077557488', '157.55.39.79', 1668846098, '__ci_last_regenerate|i:1668846098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6e1659bc79648a9f64c7a85a6bad1eb9605b28', '50.62.35.246', 1656577157, '__ci_last_regenerate|i:1656577156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6ecfc64e3413ab08eaf873f28794e7cd202b52', '40.77.167.182', 1683296295, '__ci_last_regenerate|i:1683296295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6ef706a090f80a3b52612f80bdf776c79ab628', '207.46.13.207', 1685876663, '__ci_last_regenerate|i:1685876663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa6f9ea70da439beb4204baf9a55b0c63db34976', '190.148.252.55', 1675725340, '__ci_last_regenerate|i:1675725340;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675724876;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa70022f7bca96372d2e2a3507036284b442484f', '52.167.144.164', 1684481665, '__ci_last_regenerate|i:1684481665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7336234948643e245e3a1b5ab902b389224c78', '190.148.157.206', 1679521693, '__ci_last_regenerate|i:1679521693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679521050;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa75602c03dd29ea2653c7cf66e43776587351a1', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa75aee038f7ab51dc4e685a7e88863c5a1b8a70', '190.148.252.161', 1669930268, '__ci_last_regenerate|i:1669930268;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669930150;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7ae3c6426923be6e954cd63b7ad8fc6b10bb2a', '190.148.157.80', 1669209603, '__ci_last_regenerate|i:1669209603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669207787;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7c70b4b4b67388ee1f70db6186a3e99d5bac09', '66.249.79.196', 1653900747, '__ci_last_regenerate|i:1653900747;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 ('aa7eba52651456b7c095654df277c57d6ac79280', '114.119.153.138', 1687871510, '__ci_last_regenerate|i:1687871510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7f01a584541a7923bea92cb4ad072acaa8775f', '114.119.142.84', 1687995491, '__ci_last_regenerate|i:1687995490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7ffce6897d3b570b5c6a2bf46af4e3b2399943', '40.77.167.13', 1672679167, '__ci_last_regenerate|i:1672679167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa81f7ca11d9dbe34118489d166ab83ad55171bb', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa83d19c8b05ee84746c192fe022980bc16e07a5', '51.222.253.5', 1651286674, '__ci_last_regenerate|i:1651286674;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 ('aa888b569ca46927e6b8822849950257d25d00fb', '190.56.55.27', 1662401798, '__ci_last_regenerate|i:1662399605;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662400351;register_id|s:2:\"95\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 09:02:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa8b382d6c359c35b41fcd20b8644e1d0bd4635a', '52.167.144.98', 1686177922, '__ci_last_regenerate|i:1686177922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa8c58d5a24555f663f10f93211749748e32ba6b', '52.167.144.28', 1679053444, '__ci_last_regenerate|i:1679053444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa8c920e9a1d79280d5ab07d7c4d9e11c61dc3c0', '40.77.167.175', 1679919866, '__ci_last_regenerate|i:1679919866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa8eb5f9e1ffe965d991e1f4b19e391d01e819fd', '114.119.136.30', 1687007791, '__ci_last_regenerate|i:1687007791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa904b06bd92fec881d49972f24417d0e24f840f', '190.56.55.113', 1673393768, '__ci_last_regenerate|i:1673393768;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673392754;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa9072972da91a5a78f1502d6471da2f25c1beb2', '200.119.168.250', 1680715882, '__ci_last_regenerate|i:1680715882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680714986;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa90bb29a39167aba437a9b1bbe872e4fef704ea', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa90f4f804ecde95d92bdb8b3d89068455c7ac87', '40.77.167.97', 1655500343, '__ci_last_regenerate|i:1655500343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa919aedda257448f69f79a31cec3bee950dbc6a', '52.167.144.164', 1686035756, '__ci_last_regenerate|i:1686035756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa97859a05b08d2cb9a18d4785b1119a1ffabfdf', '51.222.253.7', 1662326252, '__ci_last_regenerate|i:1662326252;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 ('aa9862612e94894c47aeae2f79659dc4c2c25849', '157.55.39.216', 1676469369, '__ci_last_regenerate|i:1676469367;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa9bcb277202ff9707ede69c42506dfbf4864d3b', '20.92.239.122', 1651091130, '__ci_last_regenerate|i:1651091127;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 ('aa9c151b7c75435ed98e8762831f75939e70ed73', '17.121.114.195', 1652183167, '__ci_last_regenerate|i:1652183167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa9f3b11b0c1a9187417c595f144912036260c2a', '157.55.39.128', 1673340260, '__ci_last_regenerate|i:1673340259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa0e69d36696446043bdea13acbc381e2d4d53d', '200.119.168.8', 1658082783, '__ci_last_regenerate|i:1658082783;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658078678\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658081998;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa1d65b0cf0fc6517790909b7ba2430b0d80a97', '51.222.253.5', 1686051321, '__ci_last_regenerate|i:1686051321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa32a1ab3260f81ce11178143deea734fc06765', '54.202.242.237', 1677590957, '__ci_last_regenerate|i:1677590957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa34bc298ae07382a8ffca1a3c703a12685baaf', '51.222.253.11', 1686688784, '__ci_last_regenerate|i:1686688784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa3be4e23ae68e09533c0e7db8ed5264b86799e', '52.167.144.162', 1681592432, '__ci_last_regenerate|i:1681592432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa45e28ad3574b0885ba0718891bd8c40d56342', '191.102.152.202', 1654495757, '__ci_last_regenerate|i:1654495755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa4985b7034808f7922187b1fce8d4bafdbc5d5', '207.46.13.224', 1680210435, '__ci_last_regenerate|i:1680210435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa760663ee0f670f4b257eab5a3bcf6ece2c374', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa819ade13cf5813c1d1d09b519be4e43a9f3d7', '200.119.173.130', 1675952210, '__ci_last_regenerate|i:1675952210;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675952176;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaa8704a05b2a254d73f90d725446be3afe1942c', '200.119.168.9', 1656275732, '__ci_last_regenerate|i:1656275732;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274321\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656274379;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaaa42ece1514fec322511e681fbf816d985d28e', '74.208.2.232', 1684500655, '__ci_last_regenerate|i:1684500655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaac44a7b317bd00bd296ac296aa9f65a11ee27c', '190.56.55.48', 1687467727, '__ci_last_regenerate|i:1687467727;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687467684;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aab0fd02a3c7830e250521108936cf16ec882200', '190.148.252.96', 1673126403, '__ci_last_regenerate|i:1673126403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673126328;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aab10d8a4b69314c2d3915990d7b280d8f5ef0e3', '190.148.158.69', 1685539792, '__ci_last_regenerate|i:1685539792;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685539101;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aab35e82fe3dbe7b030bdb45e39e1dac48c585cb', '190.148.157.183', 1680190901, '__ci_last_regenerate|i:1680190901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aab92cd6ea2159c844b6b0d918606c5e0a10eb7f', '40.77.167.13', 1657047760, '__ci_last_regenerate|i:1657047749;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aabad916c449fd7544501ee37ed7783771315623', '40.77.167.37', 1669419382, '__ci_last_regenerate|i:1669419382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aabd1e44f18f8e07859ea2972a920cf9c0f37f63', '190.148.158.69', 1685744707, '__ci_last_regenerate|i:1685744707;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685742634\";last_ip|s:14:\"190.148.158.69\";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\";user_csrf|s:20:\"W28HiGsNrTXKhFcC1mf5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aabfc7bd9776fd5368c1f6806d6d3f34a55c33ef', '114.119.130.105', 1688568658, '__ci_last_regenerate|i:1688568658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac1043db27fa080a552348322edbd6b4d6a87f9', '40.77.167.37', 1669794994, '__ci_last_regenerate|i:1669794994;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac15344984041acde819ed8f76979809c61677a', '20.15.133.173', 1686015690, '__ci_last_regenerate|i:1686015690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac20edd31834e8743c3bf7a053b6c25808c0722', '52.167.144.162', 1686049104, '__ci_last_regenerate|i:1686049104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac21583451a2e99dd816bd79ca11d6f1abcf735', '51.195.216.255', 1650895576, '__ci_last_regenerate|i:1650895576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac25ef9e111b421d2bb937abed59c57f7016542', '52.167.144.164', 1685220758, '__ci_last_regenerate|i:1685220758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac265b520f3673bed77bdd6871a147172ed1599', '190.56.32.174', 1676668866, '__ci_last_regenerate|i:1676668866;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676668816;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac2eb6aff5bf124b91fa54f3ab58293e108d62a', '51.222.253.5', 1662655728, '__ci_last_regenerate|i:1662655728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac48592671bb644f666e96259b6103cd9ade82a', '157.55.39.79', 1668631532, '__ci_last_regenerate|i:1668631532;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac64e68291372433ec0df9abf7927006f98940b', '50.21.188.14', 1677541973, '__ci_last_regenerate|i:1677541973;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac6dca9f5eef0cfa31a8c8a0379c46b7024de9f', '190.56.55.48', 1687476198, '__ci_last_regenerate|i:1687476198;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687476192;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac7b59873344a583f54653c2a360d7a4b03bfab', '200.119.170.168', 1670610629, '__ci_last_regenerate|i:1670610629;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"BD7xczte51d39h6loFN4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac7c938d7854933bc065e72541c6d07eed6281c', '190.148.252.96', 1673109730, '__ci_last_regenerate|i:1673109730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673109123;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac7d0c538c3fa6c92be04e6d6f927479a241a30', '68.183.227.168', 1659319024, '__ci_last_regenerate|i:1659319020;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 ('aac84e4914bb8a7fe694c1066a55695f2630ee26', '17.121.114.83', 1662178249, '__ci_last_regenerate|i:1662178249;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 ('aaca1f769f02a39a5bde4dc9380f9418e045422d', '40.77.167.43', 1658204758, '__ci_last_regenerate|i:1658204758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aacc85cb88653183056cd90b3612b78b61c78954', '157.55.39.80', 1670248967, '__ci_last_regenerate|i:1670248967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aacce31ca390416af159ee4a4888edbe8000bb7b', '54.36.149.12', 1687023406, '__ci_last_regenerate|i:1687023406;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 ('aad1069e0c00770eff6590683df7c7d6e23c875d', '200.119.173.96', 1687187267, '__ci_last_regenerate|i:1687187267;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687187258;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad175adeccdeb4185059f3303bb7f6cb15aefc2', '190.148.252.96', 1673040889, '__ci_last_regenerate|i:1673040889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad28cf08047a63e1a9a9798e082df8f15fdb13f', '52.167.144.98', 1686373276, '__ci_last_regenerate|i:1686373276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad4cd9ecc4f5cb93532a93428a421b9c1e622fb', '190.148.252.116', 1653409641, '__ci_last_regenerate|i:1653409641;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653396122\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653409584;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad5c042cb4d4eccc3fea221f1001f524d89f062', '200.119.170.200', 1654548695, '__ci_last_regenerate|i:1654548695;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654294198\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"SjB09zFw4nf2uvKqXLOs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad5fa484164344ecaf06aa63a9ca7fd1046375b', '3.16.78.97', 1668653790, '__ci_last_regenerate|i:1668653790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aad614f332377766c2efba670aae6a4c3ab1f3e9', '190.148.252.96', 1673285671, '__ci_last_regenerate|i:1673285671;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673282756\";last_ip|s:14:\"190.148.252.96\";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 ('aada270d47db4f3bc451220a73521edde9b0e052', '190.148.158.175', 1672585919, '__ci_last_regenerate|i:1672585919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672585837;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadabe6a41be03594d175b44b41603e7ca37f755', '190.56.55.0', 1687808070, '__ci_last_regenerate|i:1687808070;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687808037;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadb1b4072de4fb50973c76b4588d770310f86f7', '190.56.32.37', 1670461465, '__ci_last_regenerate|i:1670461465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670460561;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadc2139bc2af78fb2d976f040a17a72e3cfd212', '114.119.148.189', 1685405931, '__ci_last_regenerate|i:1685405931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadc5e85dea3929ce1da66829ddacfbb2ff080ac', '190.148.157.194', 1662058265, '__ci_last_regenerate|i:1662058265;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662057600;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadcb7692303abf1f248280fecd93ff93f47f498', '52.167.144.162', 1687185708, '__ci_last_regenerate|i:1687185708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aade5a5d21a48a04deb35f0e1e9760936f77cb86', '114.119.153.38', 1687632888, '__ci_last_regenerate|i:1687632884;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae175f480eeea374f8aaf35efc422ddf2f4ac30', '200.119.170.158', 1661295925, '__ci_last_regenerate|i:1661295925;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660947199\";last_ip|s:15:\"200.119.173.133\";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\";user_csrf|s:20:\"9ioPp6UIcvf43KQJV0ML\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae29a04b2ceb10874f8479a6237be3a588ecd52', '190.148.252.76', 1654095594, '__ci_last_regenerate|i:1654095594;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654041933\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654093151;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae3c215bd8695c4dd9cd9951d94478d80c5c598', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae528dad2bfd59f7e5a9df8b5ff709709dc1181', '114.119.130.177', 1685940855, '__ci_last_regenerate|i:1685940855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae8584ddefef1bb13651123402ba20a25ac9296', '52.167.144.82', 1687516971, '__ci_last_regenerate|i:1687516971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae8ba8d5209091d3dd754febaec40d96014ba61', '40.77.167.49', 1663963420, '__ci_last_regenerate|i:1663963410;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae9fd22e0b1b643db1700b9f01dd3794cc2d5df', '35.91.74.213', 1684021291, '__ci_last_regenerate|i:1684021291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaea337fa354c27f7c24f64f1aaac7f916867377', '114.119.151.103', 1685433013, '__ci_last_regenerate|i:1685433013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaeb15548b7b4cc4dfa9c729ee6ae1926ee308de', '190.148.158.69', 1685828857, '__ci_last_regenerate|i:1685828857;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685828490;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaed15b20f61f82ee30d394638a9d9a1cd07f432', '52.167.144.95', 1680638518, '__ci_last_regenerate|i:1680638518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaeddd4d41632db8ae5834030501e3f459b88088', '51.222.253.18', 1656347818, '__ci_last_regenerate|i:1656347818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaee71b5d706f5c5a0770487cb2b0ab64983110d', '51.222.253.10', 1674395344, '__ci_last_regenerate|i:1674395344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaefecb45b5a8a213c478cff3b695943f14bcc1f', '17.121.114.11', 1652388106, '__ci_last_regenerate|i:1652388106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaf5ea444713abcc82d083856838d87cdd183cde', '52.167.144.171', 1685619137, '__ci_last_regenerate|i:1685619137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaf5f08d434daa548ad90f7ddcfa252c73fa6fad', '190.56.54.156', 1665423908, '__ci_last_regenerate|i:1665423908;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";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 ('aaf7f9b49c1d009ac7f6a5cef17cf2dab1e9a2c6', '200.119.168.250', 1680977076, '__ci_last_regenerate|i:1680977076;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680976618;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaf8376fab8565c6d406b4f60bfebd988594292d', '36.99.136.141', 1650976202, '__ci_last_regenerate|i:1650976202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aafb404380d7be749b4320958e8b5bfda1720896', '114.119.136.85', 1687914705, '__ci_last_regenerate|i:1687914705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aafc2c8beadba0c0635e1000749eb003656adcef', '200.119.170.137', 1668639929, '__ci_last_regenerate|i:1668639929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668639924;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aafd03985df0d285878fba1e1a40dd8677581081', '40.77.167.133', 1683798907, '__ci_last_regenerate|i:1683798907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aafd4a8de5864daedcbb1952f90bf1d96cc41d95', '52.167.144.154', 1687876787, '__ci_last_regenerate|i:1687876787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab01d6c3f0570feb6d100982fae9bce064313a47', '200.119.173.130', 1676033852, '__ci_last_regenerate|i:1676033852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676033846;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab027595854368c5eefefe1151e55858c2cc7348', '17.241.75.9', 1683074206, '__ci_last_regenerate|i:1683074206;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 ('ab03143d878f6ef95305dfc719e01aa1a06357b9', '207.46.13.229', 1682705705, '__ci_last_regenerate|i:1682705705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0348ea1e681eb75a72b6aae55ccdb70f6423ac', '190.148.87.97', 1655994515, '__ci_last_regenerate|i:1655994515;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655825014\";last_ip|s:14:\"200.119.174.83\";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\";user_csrf|s:20:\"LgfXEBbKIq7zsWtySYxC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab04af1b081ea3b99a935e8f89a5d08c1baa1da2', '54.36.149.104', 1657645259, '__ci_last_regenerate|i:1657645259;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 ('ab092fd8dab033d6da18fe88e5ed62da96b3d5c8', '114.119.136.144', 1685628077, '__ci_last_regenerate|i:1685628077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab09d43fff84d6699426055a915ee6f96fd345e0', '40.77.167.182', 1683192159, '__ci_last_regenerate|i:1683192159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0a14c3845ce108e7d9200d2cf1676f187cf229', '51.222.253.8', 1657066999, '__ci_last_regenerate|i:1657066999;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 ('ab0a2f206d665668595e5da1a3a2b6f78f942531', '93.158.91.231', 1687149737, '__ci_last_regenerate|i:1687149737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0b55c0c23f17a731a7abdcaa972c6074fd3ac3', '190.56.173.213', 1683422325, '__ci_last_regenerate|i:1683422325;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683421963;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0b7bb00bd153c43ca111a2187dfbec93763753', '51.222.253.18', 1688553035, '__ci_last_regenerate|i:1688553035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0b8999594ff91cb106c50d25707a94e72fb767', '74.208.2.164', 1682136364, '__ci_last_regenerate|i:1682136364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0bb226badd2310e9dc5cbd495eefe4f5c375ab', '146.190.248.232', 1671954455, '__ci_last_regenerate|i:1671954455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0bcca027acd31571b480ff8fcc6ce403149c47', '40.77.167.182', 1683320675, '__ci_last_regenerate|i:1683320674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0dbc790a4a6749f0217f4d43cdc3576cdff0db', '35.211.7.207', 1684273247, '__ci_last_regenerate|i:1684273247;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 ('ab0ffba8800c8120fafcbf87dfb34cc07e89630e', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab1074fcd405d7824327c857cbc7bedf80eddd17', '114.119.130.147', 1686252385, '__ci_last_regenerate|i:1686252384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab108ffab2302c45b2953cf7df7ed275fb14c3b3', '207.46.13.217', 1684246480, '__ci_last_regenerate|i:1684246480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab10aa9b1993e7d9adb3b0944d13b4bddb2657d7', '192.36.52.37', 1652301731, '__ci_last_regenerate|i:1652301731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab12ca2e39e3291fc96d506ecedaecbfd65be5e8', '114.119.159.228', 1688037984, '__ci_last_regenerate|i:1688037984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab156a6b205b5414183f4e76b524913ca97691b1', '18.206.55.48', 1651390387, '__ci_last_regenerate|i:1651390387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab16818c35e4bf1bfd47e980717727baf2b303cc', '114.119.157.54', 1684561523, '__ci_last_regenerate|i:1684561523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab168820ef2356a36f0df65d3f01426927f64665', '52.167.144.63', 1686889998, '__ci_last_regenerate|i:1686889998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab17532921df4127f1260d02d5a32c28ac5c977a', '190.148.158.164', 1667340837, '__ci_last_regenerate|i:1667340837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667340828;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab17c0aa60140e677524eb8ac4ba9a5bc3e88c4f', '111.7.100.26', 1650686203, '__ci_last_regenerate|i:1650686197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab17ce2eb8e52874ac0cc0e419c9b30d7e9d2ae5', '207.46.13.41', 1664361773, '__ci_last_regenerate|i:1664361773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab186b347843128329738e50834195ac089250c9', '114.119.130.91', 1688276551, '__ci_last_regenerate|i:1688276551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab1a276811e197873e9b368b4beb6fee515cf165', '54.36.149.20', 1684492329, '__ci_last_regenerate|i:1684492329;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 ('ab1ad0c7721bc542e53f1d68a671e06eb0ff2df4', '35.222.85.6', 1651482751, '__ci_last_regenerate|i:1651482751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab1c3464f61976ad15f5a1bcec4bb369649c5f5a', '52.167.144.162', 1686857095, '__ci_last_regenerate|i:1686857095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab1ea5538929bf95a7a74bf8aef44eb9439dfe3f', '17.121.112.29', 1657126190, '__ci_last_regenerate|i:1657126190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab205049c35ecbf266195122c973127cd89a39a5', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab27afebb63ca49ee613b7794587ccd0fd6e4dfd', '52.167.144.162', 1686692001, '__ci_last_regenerate|i:1686692000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab28481802def6eea968648b3f9971cb68eb2025', '47.242.105.176', 1683799035, '__ci_last_regenerate|i:1683799035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab286b66cceb1e37c172c28452bd62f8423ae561', '207.46.13.6', 1671789494, '__ci_last_regenerate|i:1671789494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2b753959a549d8cabae1d7c0f384e579e47136', '52.167.144.164', 1685129225, '__ci_last_regenerate|i:1685129225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2ced04ae657db2715b1fea85a4424c34eda601', '40.77.167.225', 1680738761, '__ci_last_regenerate|i:1680738761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2d37b5662e75428d84d31553e88ae9cfa80c00', '207.46.13.138', 1675022374, '__ci_last_regenerate|i:1675022374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab2dcf24d41a44396d2e1584c68fbb53462e4f2f', '190.148.157.117', 1675544677, '__ci_last_regenerate|i:1675544677;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675544648;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab32ef2b06c080362b348192e0f0b9d2ab0a8378', '51.222.253.10', 1656975347, '__ci_last_regenerate|i:1656975347;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab3647d4c540e457754613c0b6d4bc4472b69839', '157.55.39.102', 1658802071, '__ci_last_regenerate|i:1658802061;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab386a7b77f14386129dfff035f5c16086e7916c', '190.56.55.48', 1687397533, '__ci_last_regenerate|i:1687397533;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687397529;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab391a9073906a61c57177da558a9a9f651ab90a', '190.148.87.6', 1668343467, '__ci_last_regenerate|i:1668343467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668343462;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab393c7798f849656048d1a86da7c27ed6220f39', '52.167.144.164', 1686263919, '__ci_last_regenerate|i:1686263919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab3c12c76fadfcf5c79132d9e23de811b8b9b367', '190.56.32.35', 1672013969, '__ci_last_regenerate|i:1672013969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672013902;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab3e0198150eee1b10bcf88f6b08a8a77927186f', '51.222.253.11', 1670076204, '__ci_last_regenerate|i:1670076204;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 ('ab404983c9a94c72f0533d35af6b732c711adc5b', '114.119.148.102', 1687691270, '__ci_last_regenerate|i:1687691269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4263b3d3b1c88ef470724b11140a42d8bab251', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4584b9b888862f91ec90e0d51e8c1cc8bd0d24', '200.119.170.143', 1670245777, '__ci_last_regenerate|i:1670245777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670245777;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab47d03bceefaf07011d7e90eac23dc5b6cc98f9', '190.56.173.175', 1653063740, '__ci_last_regenerate|i:1653063740;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652992748\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"T9BlikAcaf2pd3xroYzy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab48ab4b1604983869e8d3954a0e62ba80dbc028', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4906b9b5efd955ae0c256253498146f64be935', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4c5d2f6d7ad8b52a668d6139d022137af9b73a', '52.167.144.162', 1686455227, '__ci_last_regenerate|i:1686455227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4d974a9d26a3ae3b4eb37ed67cdda90cbb729e', '34.220.11.138', 1677677738, '__ci_last_regenerate|i:1677677738;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 ('ab4e37dbcd45a3d57568e0ef4e21cae1b78d423f', '66.102.8.68', 1673765777, '__ci_last_regenerate|i:1673765777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4ee518cd4ef93d087c20ddc13714ae80d4cda0', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4f831355ba7372c249a71c282ba06aeae61a48', '200.119.172.96', 1675383245, '__ci_last_regenerate|i:1675383245;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675383237;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4fa60298348e045f5cf2ba6a97671679563210', '157.55.39.173', 1669167958, '__ci_last_regenerate|i:1669167958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab522bc3745ca4c25319fec19da4b00034b11e56', '157.55.39.253', 1682410722, '__ci_last_regenerate|i:1682410722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5251044762b63ef43c64040579bd96cdc51d15', '114.119.135.199', 1688164648, '__ci_last_regenerate|i:1688164648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab52bcc08fc6bb94d541a8d339238d06b5e4bb8b', '157.55.39.100', 1672390029, '__ci_last_regenerate|i:1672390029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab546d2ad9a63ba66024118038546f888ff3c7d7', '40.77.167.169', 1675603231, '__ci_last_regenerate|i:1675603231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab54d1c5d911a4adae4a02c5093436d1ff7bce9e', '51.222.253.9', 1680781779, '__ci_last_regenerate|i:1680781778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab55bde0d07e434b4f2eb2a31c2acb1a7511f674', '157.55.39.121', 1674928086, '__ci_last_regenerate|i:1674928085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5749c5691494439ad3e2071427ca83defc785c', '13.79.160.159', 1681047461, '__ci_last_regenerate|i:1681047461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab576920665ae2665228519c79638000a5c2f25f', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab58b586473afd31e961e108a4fc843f65520c4f', '51.222.253.9', 1654131288, '__ci_last_regenerate|i:1654131288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab590fed8fd1827e1480f83ad11b556132ab9e2a', '114.119.155.118', 1684108535, '__ci_last_regenerate|i:1684108535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5a73b72eb32191d289f804c276e38546b6c5bf', '18.206.55.48', 1658052662, '__ci_last_regenerate|i:1658052662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5a837332e7d83990b8e0019080a1adc7db7553', '190.148.252.161', 1669910867, '__ci_last_regenerate|i:1669910867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669910852;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5b7075481625b3a31c3df79bba77aa5ecd9c5d', '114.119.147.204', 1686318385, '__ci_last_regenerate|i:1686318385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5b96e09cb9096419911b3cee7a81352fbfa90a', '200.119.170.210', 1669766507, '__ci_last_regenerate|i:1669766507;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669766504;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5d90a7985e8dfd9f5c1b23d0538d753b271179', '52.167.144.164', 1686407485, '__ci_last_regenerate|i:1686407485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5de4d4678cbe40b8a483436ca78e940ce0a465', '51.222.253.17', 1661843123, '__ci_last_regenerate|i:1661843123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5e4f008c933158016a86bda9f4da00afa92a5b', '52.167.144.109', 1680704531, '__ci_last_regenerate|i:1680704531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5e6d9a17d0bf019aa132cf3f7ba3f6c4166943', '51.222.253.20', 1669423566, '__ci_last_regenerate|i:1669423566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab5ff3972ccb9aae7d5e27d5c0baf5527da21717', '17.121.112.187', 1658971190, '__ci_last_regenerate|i:1658971190;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 ('ab61a057f67107ed1a2c70215cfb9dfa0e2aa438', '52.167.144.162', 1686574106, '__ci_last_regenerate|i:1686574106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab61ac4d492970051a1d71ed2c9a5a88c1d71501', '52.167.144.164', 1685649687, '__ci_last_regenerate|i:1685649687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6242d9177ddf82434322b95f17f8002b3901f8', '114.119.130.105', 1684921955, '__ci_last_regenerate|i:1684921955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab633126b5c36d24231ff9f4621c8e72b68f2efd', '52.167.144.162', 1687286795, '__ci_last_regenerate|i:1687286795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab65373dfd4b144abbb571b85ce1d6fabf6ecbc5', '207.46.13.48', 1653108477, '__ci_last_regenerate|i:1653108468;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab65a6cdf35f30c5ef839635eab0a37fcaf3511c', '190.148.158.69', 1685539049, '__ci_last_regenerate|i:1685539049;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685539020;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab67050ebca8d2e5bb49dd29ddae0bf51b5337df', '51.222.253.6', 1655271857, '__ci_last_regenerate|i:1655271857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab67ea80df24d808691916aac20084038b7d71eb', '40.77.167.80', 1686843813, '__ci_last_regenerate|i:1686843813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab67f3e2ef95e51e3c09d87e8549c10e6a4cd89a', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6a2a1dbcdf4cbfcfb5c20bddfb1f5f189b0a24', '54.36.148.56', 1687192474, '__ci_last_regenerate|i:1687192474;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 ('ab6a4ae6e81870c845174b1a11852872d9f04d72', '190.148.252.98', 1659987645, '__ci_last_regenerate|i:1659987645;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6b5543500103da969916db3ceb515faab12d34', '114.119.155.150', 1687886048, '__ci_last_regenerate|i:1687886048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6c4da5128b1e5676ec93baa19085c5336f7882', '52.167.144.154', 1687916172, '__ci_last_regenerate|i:1687916172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6cc3c808c31e2785ae08149be89e8a966a29a5', '114.119.136.215', 1685655628, '__ci_last_regenerate|i:1685655628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6ea9fd864d13a48c28aeececc8c0027c00cf19', '40.77.167.192', 1681216586, '__ci_last_regenerate|i:1681216586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6f4b29bf825954700f387a54d5bf4f0d3a9031', '200.119.168.250', 1680746573, '__ci_last_regenerate|i:1680746393;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680746572;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab6fad81aeed4b1cf461c4ccb5aad82972863f64', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab70efae17b5edc8079e7d1e8b0498f9422fe582', '173.252.95.8', 1656834043, '__ci_last_regenerate|i:1656834043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab70fbdf5612d45ec0753425c5cf7ced69cb8f3e', '190.56.32.131', 1687654363, '__ci_last_regenerate|i:1687654363;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687654290;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab71d270fa9440a05102b0a57ad6983dc5d7bdeb', '157.55.39.51', 1669419361, '__ci_last_regenerate|i:1669419361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab73f1d8b8d7e36a38ba9317aa820a9ef7335056', '190.148.158.69', 1685734259, '__ci_last_regenerate|i:1685734259;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685734252;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab74ae25fa1ce1c53510623329b8f49ec34a54c4', '190.56.55.48', 1687485377, '__ci_last_regenerate|i:1687485377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687485370;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab74f1406ead381b40ca8881ab7987dfb3e918cd', '114.119.159.254', 1686402534, '__ci_last_regenerate|i:1686402534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab757452462851e48483efe65641b97f9a6512b9', '157.55.39.217', 1683244556, '__ci_last_regenerate|i:1683244556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab75fd5f296512060ecded95a3f81c2ee6c00a74', '114.119.158.216', 1685007522, '__ci_last_regenerate|i:1685007522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab765ce248db3ec700080a5c41d8d8f6ad41013c', '52.167.144.74', 1688064303, '__ci_last_regenerate|i:1688064302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7768de1dfbdee1f605a64f868cd5ab51f4aa38', '200.119.173.130', 1675990390, '__ci_last_regenerate|i:1675990390;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675990016;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab782c8bcd330d458ead06d31f123bf97be33b26', '20.118.130.62', 1659654902, '__ci_last_regenerate|i:1659654901;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab79a6b77dd3f92628f20fcdbdc86d412ab8246f', '190.148.252.183', 1681485660, '__ci_last_regenerate|i:1681485660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681485645;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7a115bb44e967a3c9bbddfd191e43606d5cb5d', '51.222.253.4', 1650930527, '__ci_last_regenerate|i:1650930527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7a7a499442bab3fd6ff3546cda7436feda7be5', '143.198.18.154', 1667867083, '__ci_last_regenerate|i:1667867083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7a99f5c8eaee61fdea1a3e324babbb67684ee0', '190.148.252.82', 1663625822, '__ci_last_regenerate|i:1663625822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7c53c684aa28e352cb2e49b0e11370fb0cb8bf', '165.227.180.12', 1652020914, '__ci_last_regenerate|i:1652020914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7c89f217e0cdce95c6a9d3d5aef24d40e9d1b7', '157.55.39.62', 1659387237, '__ci_last_regenerate|i:1659387227;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7d7a1bc9d775e1d41a0ea5ade6b139729f5e03', '190.148.252.151', 1671377679, '__ci_last_regenerate|i:1671377679;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671376004;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7dd3567ea5d7906f6b91118cd2e7aedbb05a8a', '17.121.112.52', 1656696093, '__ci_last_regenerate|i:1656696093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7eaaed56d98a7adcfe98b521e132e15d344ef2', '157.55.39.217', 1683192184, '__ci_last_regenerate|i:1683192184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab7edfc3ec28d60cde5d3564837efbc37c495f96', '157.55.39.227', 1688506000, '__ci_last_regenerate|i:1688505999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab80dc5eeec81610a2f46da370fbdeb8b629d5bc', '40.77.167.56', 1673176064, '__ci_last_regenerate|i:1673176064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab81ca17b6c16c142d144a38cd6caa2a54628f5a', '52.167.144.164', 1686035756, '__ci_last_regenerate|i:1686035756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab825fd377db5794da703428e2adc3c75adde342', '114.119.136.32', 1685191990, '__ci_last_regenerate|i:1685191990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab85f46d99e00b36828c5dc3fe4c9458ee9d7e36', '200.119.173.131', 1657072970, '__ci_last_regenerate|i:1657072866;requested_page|s:18:\"admin/pos/view/486\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657060960\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657072970;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab8b52cc86f61f43fb8e8dde2e0a5c6b1d0271d0', '51.222.253.12', 1664963222, '__ci_last_regenerate|i:1664963222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab8d80d748b85e3b8be49f80f990dee91a4b6916', '190.148.252.96', 1672871060, '__ci_last_regenerate|i:1672871042;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672852857\";last_ip|s:14:\"190.148.252.96\";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 ('ab8da429cb0db2504f9d2efefbe49d89e4b65cb7', '157.55.39.64', 1672397272, '__ci_last_regenerate|i:1672397272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab8f97fac804774f77b13e356e666761278053a2', '114.119.148.237', 1687578880, '__ci_last_regenerate|i:1687578880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9000c17d47bfd33dc0fcd0e0c0b90a98882586', '157.55.39.33', 1652975046, '__ci_last_regenerate|i:1652975046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab91d3c1bb8c41b02916771d16fd959f5c50bedd', '190.148.157.98', 1679002288, '__ci_last_regenerate|i:1679002288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679001454;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9223bc836ea7e4e6631c4f3a12fcc0bca7e48b', '52.167.144.162', 1686569141, '__ci_last_regenerate|i:1686569141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab92bdcce6f18b9bf532a712fb98cdc1446ef322', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab92c5407dda1c52c7602daf2cc242da698fb88a', '190.56.32.243', 1684602869, '__ci_last_regenerate|i:1684602869;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684602866;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab938d343e8cf3ab890cdc3460f8521a730507cb', '114.119.140.115', 1688174777, '__ci_last_regenerate|i:1688174777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9459f3eb7527cc11ef62a9f87090138695f1ec', '190.56.51.158', 1655762230, '__ci_last_regenerate|i:1655762230;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"LaBdJhZKVle4UrDSIbXf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab95642021bdc03563b6a958b159e565ca32a796', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab96ee3b62bf202009e479bdc11b0ef9e32036ba', '51.222.253.8', 1666612291, '__ci_last_regenerate|i:1666612291;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 ('ab98a3a1cca16d48f8b4806d244a4f042858cad6', '52.167.144.109', 1680755670, '__ci_last_regenerate|i:1680755670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab99c4e31b52f11729b444ce0a011673569509b4', '200.119.174.9', 1674160216, '__ci_last_regenerate|i:1674160216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674160216;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9c797e0a2fe05894c5d6d2c254811422b62182', '52.167.144.74', 1688177238, '__ci_last_regenerate|i:1688177238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9db0e0e6c39073c9553c7d4b81ca538d99bf11', '190.148.252.111', 1678119587, '__ci_last_regenerate|i:1678119587;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678113371;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9e3e310891556602f991f557f1974aa19a4a06', '114.119.133.17', 1686987255, '__ci_last_regenerate|i:1686987255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9e627d2987b4a0292990c0bc14633870a3e232', '40.77.167.133', 1684025495, '__ci_last_regenerate|i:1684025495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9f53569c958842c664c08491a0b1cfce1fd8b3', '52.167.144.82', 1687550151, '__ci_last_regenerate|i:1687550151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba0e7168a945dd8f5c725e4c82c78f57147fbd0', '190.56.51.184', 1658422582, '__ci_last_regenerate|i:1658422582;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658407531\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658419189;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba1838761e3832938bd7fb9691c757c558e005a', '192.210.182.37', 1655129750, '__ci_last_regenerate|i:1655129750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba1cce109d8682fbaed872d06ecef6ae92829f8', '190.148.252.166', 1658161603, '__ci_last_regenerate|i:1658161603;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658161248;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba21333ff543a332e4dca7530661ea48c2ea997', '52.167.144.171', 1685123929, '__ci_last_regenerate|i:1685123929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba8cb613d4bb4d410cbd6260707ec0521d2bb18', '190.56.50.8', 1658758558, '__ci_last_regenerate|i:1658758558;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658691548\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658758050;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aba9898aa7faebf79522a395e076f4a32314e8c1', '157.55.39.79', 1669419458, '__ci_last_regenerate|i:1669419458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abaa2efb9c5400ce6419a872213f5e8c4e46b9f5', '157.55.39.253', 1682562697, '__ci_last_regenerate|i:1682562696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abaae8042b977bed2a5830e52336ad73dde624bc', '51.222.253.2', 1654265894, '__ci_last_regenerate|i:1654265894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abac82f7b44c9fbbaddbc60bc5de0c477dfeb310', '66.249.74.104', 1681651304, '__ci_last_regenerate|i:1681651304;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 ('abacea46d1f02faeb50d97069d4da9e7773d2f28', '200.119.170.159', 1667235529, '__ci_last_regenerate|i:1667235230;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667231546\";last_ip|s:12:\"190.56.50.15\";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 ('abae2aff8e8caed3bdc123483cab5c24642462e7', '190.148.252.161', 1669927164, '__ci_last_regenerate|i:1669927164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669927135;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abae6f243904c84edcf89787422d117776cf6264', '40.77.167.104', 1668587616, '__ci_last_regenerate|i:1668587616;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 ('abb14cc596cc221cd363e6d547f7e7e4d652014e', '190.148.157.53', 1684109460, '__ci_last_regenerate|i:1684109460;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684108652;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abb327d227e8d4aa0c76d2221d23885a317b6388', '17.241.227.180', 1686613561, '__ci_last_regenerate|i:1686613561;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 ('abb3589368883f044e48e051c1f42016e926837a', '40.77.167.156', 1679119398, '__ci_last_regenerate|i:1679119398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abb4ea287875349328c28c15d064a724e6940646', '190.56.49.187', 1688047044, '__ci_last_regenerate|i:1688047044;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688047027;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abb6ab3b640c8ed88bffaccace93debc5fb2114c', '161.35.38.229', 1688468582, '__ci_last_regenerate|i:1688468582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abb76628c68bbae9c63de684b25afb1098534df1', '207.46.13.130', 1660396647, '__ci_last_regenerate|i:1660396647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abb7ca93b0261827e78b08d2e5cb9d6faa8ad2b7', '190.148.252.111', 1677884303, '__ci_last_regenerate|i:1677884303;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677883875;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abbab590a01fac7018a4406c87f590cce3acd350', '40.77.167.49', 1665066530, '__ci_last_regenerate|i:1665066530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abbd75bd01d46e732b15a20a8b6a34dd6efb5d3b', '190.56.55.48', 1687463357, '__ci_last_regenerate|i:1687463357;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687463356;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc0e3a85d6fd564acdeaeca29fecbaa04dec6a2', '40.77.167.81', 1675057316, '__ci_last_regenerate|i:1675057316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc4aa6f0729029b96505f1d526145cc3d670e9b', '5.78.105.93', 1688289674, '__ci_last_regenerate|i:1688289674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc637718ad86494548e72e26268859763d58e3b', '51.222.253.3', 1665142296, '__ci_last_regenerate|i:1665142296;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc64ee7f0635b810ee2b3611ff1c76ad7ae4607', '114.119.155.81', 1685528489, '__ci_last_regenerate|i:1685528489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc758408eefcb6c27d2d42a8082f812d3bf9c6d', '52.167.144.61', 1688036822, '__ci_last_regenerate|i:1688036822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc7b257c349b09ed4a26bf15515f70a0bc73384', '40.77.189.201', 1681355719, '__ci_last_regenerate|i:1681355719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc7bf3c2496ed54d985b79d8926df57483d0813', '200.119.172.60', 1674826522, '__ci_last_regenerate|i:1674826522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674826514;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abcb1b3b5a901c516698d664e1929fbdbb59e0f2', '200.119.170.137', 1668705094, '__ci_last_regenerate|i:1668705094;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668634539\";last_ip|s:15:\"200.119.170.137\";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\";user_csrf|s:20:\"nkP34CwxcZfTyeUhYXDv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abcc62e9d757989d2d8c7297587847e96d5619a9', '114.119.159.6', 1685225216, '__ci_last_regenerate|i:1685225216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abce9a6ba2b86618e3cf9aef72d31e94efb2db8e', '35.217.74.140', 1669971224, '__ci_last_regenerate|i:1669971224;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 ('abceeca0ff7d2e3435e5a7758fda04d0ec3a6761', '40.77.167.35', 1661451545, '__ci_last_regenerate|i:1661451534;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd137ee41c5b7e6feb40dabb64513b02a2d356a', '52.167.144.164', 1685629952, '__ci_last_regenerate|i:1685629952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd15c00310274de47b6d71b08da8e73f97f0782', '52.167.144.98', 1685795712, '__ci_last_regenerate|i:1685795712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd42e892d0067ae2affb73304cf3a083da1b682', '104.236.194.5', 1673225128, '__ci_last_regenerate|i:1673225128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd64ca4e710a8ffa763652b62d3d5a4f1f40888', '40.77.167.123', 1684015993, '__ci_last_regenerate|i:1684015993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd67ce9e0228bee69a610fb9b3d911c71291cab', '114.119.136.190', 1688184939, '__ci_last_regenerate|i:1688184939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd68bd53cb8d7234f91add3aded1d17371a0210', '40.77.167.41', 1675142826, '__ci_last_regenerate|i:1675142826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd7441a3b0a711382724fa700788c74d762cea7', '114.119.150.33', 1686814526, '__ci_last_regenerate|i:1686814526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abd7558f59f2f1c079e32ddf720b606a41a3ad8f', '205.210.31.5', 1658217430, '__ci_last_regenerate|i:1658217430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abdc71452244870e4fe4f32e3ed8ce3637da062e', '157.55.39.65', 1661926783, '__ci_last_regenerate|i:1661926782;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abdc94df36034349c54792707c8dc889a941efa3', '52.167.144.28', 1679682701, '__ci_last_regenerate|i:1679682701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abdd0736fdb78fd8b340a58ff1384f5d8100fbcc', '52.167.144.98', 1684248142, '__ci_last_regenerate|i:1684248142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abddc0aba9438d90d1fc177333f2a2a4846a4dcb', '158.115.228.91', 1669192436, '__ci_last_regenerate|i:1669192434;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abde230ca407cea8b06dd6f6fb47f4c5ab0214c1', '176.74.192.85', 1654403412, '__ci_last_regenerate|i:1654403412;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 ('abdf2f1e9d5abf5e805150e19bd78791a95df85d', '52.167.144.98', 1685518702, '__ci_last_regenerate|i:1685518702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe08a51e658ba569ee90cc911b0128b3416c459', '190.56.55.113', 1673452174, '__ci_last_regenerate|i:1673452174;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673295116\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"BzLM4nYESVHZq6svjytm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe12d3786a988e4e51ac843b12a6f26e5d1a544', '93.158.91.231', 1667128761, '__ci_last_regenerate|i:1667128761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe1fa4732e267f1b41cc40382627b5ec444db4b', '190.56.32.35', 1671982922, '__ci_last_regenerate|i:1671982922;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671982879;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe5747cfb96e1d9976a4da03e4fe49c317fd59b', '207.46.13.41', 1671442734, '__ci_last_regenerate|i:1671442734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe762186e9b8173601d7cdb55ae39d587db4d0a', '149.56.150.217', 1650829842, '__ci_last_regenerate|i:1650829842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe77557a17f011ff15abf924a1d74768e77ffc1', '51.222.253.2', 1675006117, '__ci_last_regenerate|i:1675006117;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe8fcbb711844a34a031a33061e157133172679', '114.119.134.207', 1685258219, '__ci_last_regenerate|i:1685258205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe9d719b407b67a1ff248b81c35c3f911266dff', '52.167.144.164', 1685242145, '__ci_last_regenerate|i:1685242145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abea211b8c97cf54400eac43279de4674c4b72b6', '207.46.13.230', 1657811397, '__ci_last_regenerate|i:1657811397;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 ('abeaaa1c4bfe539dc2189f7973b50c5c1d82bc40', '54.36.148.128', 1670944288, '__ci_last_regenerate|i:1670944288;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 ('abef75c3540320c592c817f8dc2934408c4780a3', '159.89.160.133', 1687696605, '__ci_last_regenerate|i:1687696605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abf3807b32ec47d466d513062cc69089a4b2026f', '51.222.253.20', 1680923031, '__ci_last_regenerate|i:1680923031;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 ('abf4eb1080f21e98ff1534831123dfd0d1664b99', '52.167.144.98', 1685123930, '__ci_last_regenerate|i:1685123930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abf945bce139b7f26f61801c38cc9618c479210e', '52.167.144.61', 1687962024, '__ci_last_regenerate|i:1687962024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abfb2162387136a7932451044fdeff5c5617f2e3', '157.55.39.253', 1677234738, '__ci_last_regenerate|i:1677234738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abfbe30642410e530c3bcd9aacc3f19eca9565e6', '190.148.157.53', 1684003285, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684003285;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684003277;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abfe20e77c16639ca2b7374cbae086355f753f2d', '146.59.157.229', 1650749459, '__ci_last_regenerate|i:1650749459;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 ('abfe49ed770f89239a8b4669dcae0fa4da92ed77', '200.119.173.135', 1666377043, '__ci_last_regenerate|i:1666377043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666374601;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abffd406d3c99b5d7ba75e548f38d687bdfadd22', '157.55.39.51', 1668631580, '__ci_last_regenerate|i:1668631580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac02562115687f5d13bcc39373390b9f82f9e521', '40.77.167.64', 1675043916, '__ci_last_regenerate|i:1675043916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac031624738a35f5c7b6dcd8bbcb4d84e6921089', '157.55.39.80', 1667991012, '__ci_last_regenerate|i:1667991012;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0805a9e8ee22d70e5b433ee9fc85587e00e0c0', '157.55.39.86', 1676699163, '__ci_last_regenerate|i:1676699163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac08c3254451f0cf181d0f9fdc25b4862a781d1d', '190.56.173.167', 1650921507, '__ci_last_regenerate|i:1650921507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0b830930de23bbbce5eba378c881c9e246532e', '207.46.13.41', 1671075376, '__ci_last_regenerate|i:1671075376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0c8732bc70b59a7ec275d073375a70e6931b81', '205.185.116.89', 1685893522, '__ci_last_regenerate|i:1685893522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0d69e876025fd399cc556eb081f9e640b49f7b', '40.77.167.227', 1682063817, '__ci_last_regenerate|i:1682063817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0e3c98ae7c66c372318454731583f42c90e576', '200.119.173.67', 1679361498, '__ci_last_regenerate|i:1679361498;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679360679;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0f369d0280286b47142159970e129f8952e31d', '114.119.139.201', 1685709726, '__ci_last_regenerate|i:1685709726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0fd58c613e37bd68756f37dda9c178dd3c44cf', '114.119.138.179', 1687696258, '__ci_last_regenerate|i:1687696258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac11303ad3c3e87424c96f21ad4c40c0490e8348', '40.77.167.91', 1686889993, '__ci_last_regenerate|i:1686889993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac136fa2713d1f0c35d157ba161d59b3363a446a', '161.35.184.18', 1671906246, '__ci_last_regenerate|i:1671906246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1371df8146194dfa1309040a731f68b92272aa', '190.148.158.69', 1685456404, '__ci_last_regenerate|i:1685456404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685456380;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac13fa49f511a9e5c9bf395fa646a23272fd970a', '114.119.145.42', 1687982760, '__ci_last_regenerate|i:1687982752;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac148bcbe492d3bbc52d41bf6f6b756ddc0434ec', '54.36.148.241', 1669976025, '__ci_last_regenerate|i:1669976025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac14c0cba2af01cc268f1abfb2b041ad2829d184', '52.167.144.164', 1686569191, '__ci_last_regenerate|i:1686569191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1559eb8383b0ab8cf6a1ab9479b0b5a2e1cc5a', '200.119.173.177', 1684973109, '__ci_last_regenerate|i:1684973109;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684973093;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac16689517ced82c1a840ff08116a9d7ee56da4d', '114.119.145.42', 1686849152, '__ci_last_regenerate|i:1686849152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac18a897fad16938177c81a3d9bac072138df685', '114.119.153.161', 1688424362, '__ci_last_regenerate|i:1688424362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1a175eac87a3b9baa6a060e22b71e13ec8247f', '114.119.138.185', 1688114031, '__ci_last_regenerate|i:1688114031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1b35643cf15f186a6acbe8ee0528f511c3cc91', '114.119.157.57', 1688248589, '__ci_last_regenerate|i:1688248589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1b80ac4c7039d96ac7f08a651c7f0676053bca', '52.167.144.131', 1686455201, '__ci_last_regenerate|i:1686455201;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 ('ac1c91ae9cc2dc16d15a8f71397677e62cad06e7', '157.55.39.176', 1667751931, '__ci_last_regenerate|i:1667751931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1c98ecff383f84d44009afc5b5be75195fcf6b', '66.249.79.195', 1688000109, '__ci_last_regenerate|i:1688000109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1eb7d10fdc95214f6252cbb2785ec177c39051', '200.119.168.118', 1661524747, '__ci_last_regenerate|i:1661524747;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661451379\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661524438;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1ec5060df84a03cb50350d3659fee870628d99', '66.249.65.97', 1678143913, '__ci_last_regenerate|i:1678143913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1f04f67622815437ecb4aa89a146d91aac4e46', '34.72.164.252', 1664852324, '__ci_last_regenerate|i:1664852324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1ff2192f9895e67c7041e6bbeef9d65c708cd0', '52.167.144.162', 1682251863, '__ci_last_regenerate|i:1682251863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac230b52473674f051bd255e9dc969154b6cbab4', '52.167.144.154', 1687930902, '__ci_last_regenerate|i:1687930902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac235d89ecd9c2b2fcb38a9d5761df8379f75d72', '54.36.148.26', 1683503200, '__ci_last_regenerate|i:1683503200;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 ('ac2389a98e1a8eab73f3e534c4174cdc95fe4ec8', '190.148.157.117', 1675562169, '__ci_last_regenerate|i:1675562154;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675562169;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac246e0c30ec5fc1819e850b63a288fe24b62bb4', '114.119.139.110', 1687613647, '__ci_last_regenerate|i:1687613647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac25230a6190a7c1b0b4a50a8d941120d1838ebb', '52.167.144.162', 1686321474, '__ci_last_regenerate|i:1686321474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac253a68a881118730d5e014993b1af8ba8c7440', '207.46.13.51', 1662815634, '__ci_last_regenerate|i:1662815602;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2583cf4e29b3dec1af873be10dde85de148c8f', '52.167.144.76', 1681712378, '__ci_last_regenerate|i:1681712378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac25a4037ac9571626a833f611f12abc6710aaaa', '190.148.252.183', 1681664794, '__ci_last_regenerate|i:1681664794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681664747;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2abf9f8d5b0a8b1a26066909fdcd0a4652fe90', '17.121.115.174', 1652190194, '__ci_last_regenerate|i:1652190194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2b36142e6445d94ab3430c153f92cc9241af19', '114.119.137.249', 1687224135, '__ci_last_regenerate|i:1687224135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2b7b19e7e4f0696636173a9cf90d83a76db76c', '190.148.252.151', 1671239383, '__ci_last_regenerate|i:1671239383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671239376;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2c7a0be71992e86501aac3688ea49adc260292', '157.55.39.55', 1661502636, '__ci_last_regenerate|i:1661502636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2d044858cc008cbd0eb2b9047c4bede04ffe94', '52.167.144.162', 1686665847, '__ci_last_regenerate|i:1686665847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2daa558e7a9091f433927d9b6f31d4967c600d', '40.77.167.202', 1687594840, '__ci_last_regenerate|i:1687594840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac2db350069f3c603679dcf5bd64c35533872a13', '190.148.252.183', 1681411427, '__ci_last_regenerate|i:1681411427;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681411174;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac30234b955031f92ff259689e8baefaa181e8b8', '205.169.39.234', 1650748699, '__ci_last_regenerate|i:1650748699;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('ac30c34489123daa47c918c92afcec36b89190b1', '51.222.253.16', 1671997073, '__ci_last_regenerate|i:1671997073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac31d9ce275047ab2845e29824f75b3fc05ba660', '114.119.130.61', 1685841077, '__ci_last_regenerate|i:1685841077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac337134a4388b068033d95ed5beeacddc9b1434', '44.234.60.96', 1654488506, '__ci_last_regenerate|i:1654488506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac35aa5c01e61a6c519023f76780bc23eb09409d', '17.121.113.99', 1661064489, '__ci_last_regenerate|i:1661064489;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 ('ac365d0221e61eec3cc49f40e650b1ad5bb28f01', '45.63.18.23', 1688469921, '__ci_last_regenerate|i:1688469921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac36ad09ff9b035c3259043038b59f9565c3f953', '157.55.39.79', 1668935027, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac3bdfb5915ceb599545c9129d0bbbf0d53b7c83', '51.222.253.9', 1679658253, '__ci_last_regenerate|i:1679658253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac3e0579f980647139dc4beb1fa2e2b4c99108f5', '207.46.13.154', 1670250375, '__ci_last_regenerate|i:1670250375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac45267f6d3d70f992134aaa3636ffc117528707', '157.55.39.51', 1668935053, '__ci_last_regenerate|i:1668935053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac46f2dfa48e19250c5a81d8118a607c13de1ba9', '52.167.144.164', 1685014066, '__ci_last_regenerate|i:1685014066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac47b7a90569e8e294bfeaa80d3cc7f2102a8510', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac47fc5140c4e68b022b5d79ba2fef51582d2b8b', '40.77.167.49', 1665749645, '__ci_last_regenerate|i:1665749645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4952a7099ee222b2da6eb0df779977532dd670', '114.119.158.13', 1687196057, '__ci_last_regenerate|i:1687196056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4b548135a87e86f5d41e1f03784f6e782462de', '54.212.128.183', 1685403125, '__ci_last_regenerate|i:1685403125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4cdd1c0aa6d6fa2bb21af7325ca9e44eb1cad1', '93.158.90.162', 1670706271, '__ci_last_regenerate|i:1670706271;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 ('ac4d479d3f3f6d8cb24a491ab20ac2fe3f0a75d1', '207.46.13.41', 1671108480, '__ci_last_regenerate|i:1671108480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4e390c5b2cc2f565b38b4f8bbfae39e755e84a', '114.119.142.97', 1686518640, '__ci_last_regenerate|i:1686518640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4e7eb72089a2fd645f21fbaf616c110453fb54', '207.46.13.147', 1672603552, '__ci_last_regenerate|i:1672603552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4f82c5f35bd3a2c5cfd2311889b2925926d296', '66.249.79.195', 1687790696, '__ci_last_regenerate|i:1687790696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4fe364c0b97c6d2dff7e7140bd185c3e7e050f', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5095d903f74de9ff52d8d678d89511449991bb', '52.167.144.70', 1688346754, '__ci_last_regenerate|i:1688346754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac50fa57b3f22296e53b7b4ac68c94254f80d9b2', '190.56.50.15', 1667151297, '__ci_last_regenerate|i:1667151297;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667151288;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac512709e43cd0ce7f4e3b569132d09d5fb457c1', '104.144.99.235', 1664742587, '__ci_last_regenerate|i:1664742587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac521f1c60543e957f133ba773dfbde0b9fa060b', '157.55.39.208', 1685950054, '__ci_last_regenerate|i:1685950054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac52bb2f68aac7375805a0518e3c5e05208ffc66', '190.56.55.113', 1673808835, '__ci_last_regenerate|i:1673808835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673808826;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac537ede9c3c54cfddd7fed1173f6f81588bad0c', '40.77.167.37', 1669988333, '__ci_last_regenerate|i:1669988333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5593fe14a1b15201d0e8318dbc35dca64743be', '200.119.173.130', 1676050738, '__ci_last_regenerate|i:1676050738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676049554;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac569c1ec383f36bcb32425ac36f15e45ef3bd7a', '114.119.140.99', 1687554715, '__ci_last_regenerate|i:1687554715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac57cf5438604eae1767768a0c2456dfa30c8f04', '114.119.145.236', 1687556801, '__ci_last_regenerate|i:1687556801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac59d4248d4534da1ebe3f4a5654fe77cc7010b9', '82.80.249.158', 1668921151, '__ci_last_regenerate|i:1668921151;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5a5a2c895f2db8d354ac5bdf1ea6c6586b5291', '40.77.167.114', 1678514989, '__ci_last_regenerate|i:1678514989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5cf97936d3d61fe74d915378b6adc19e895bc6', '114.119.147.81', 1687633229, '__ci_last_regenerate|i:1687633229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac5d4fabb96c993330c9cde6367e53f991ce4bf4', '40.77.167.63', 1671956143, '__ci_last_regenerate|i:1671956143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac60166a5d3f6f169daff04db1e2d34f14891822', '200.119.170.221', 1664388615, '__ci_last_regenerate|i:1664388615;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664308815\";last_ip|s:15:\"200.119.170.221\";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\";user_csrf|s:20:\"hEctgmuHfGWA96Y3xl1K\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac603f88dd52101db3609f8aca8c2307527fe436', '40.77.167.161', 1677047979, '__ci_last_regenerate|i:1677047979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac60b9ee7dd22048bc4de5092e9f654ffb943435', '200.119.170.30', 1660585881, '__ci_last_regenerate|i:1660585881;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660241119\";last_ip|s:14:\"200.119.170.30\";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:1660581577;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";user_csrf|s:20:\"NIuDFHkR3GXbl02VB4d5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6411a8865aad4ab62841f0c51469c21d8b4ee4', '114.119.143.123', 1686182473, '__ci_last_regenerate|i:1686182473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac64156d7919645f6b81fc4ccacafcf4e4c2e609', '17.121.115.214', 1654685252, '__ci_last_regenerate|i:1654685252;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 ('ac66786da0cb0b8a35594a97d470b2caa03651d6', '200.119.168.250', 1681141513, '__ci_last_regenerate|i:1681141513;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";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\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6828f716d7d1bccd9970c3e69c918ca85ac2f2', '17.121.114.40', 1654957942, '__ci_last_regenerate|i:1654957942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6837c7c4733b0883a5ac7396ea06f44768aa49', '190.148.157.192', 1655913001, '__ci_last_regenerate|i:1655913001;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655910441;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac69111541b82a0bfddb3caf560287f3f5b08020', '51.222.253.7', 1663232496, '__ci_last_regenerate|i:1663232496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac69b2177daaccab02f8a7e62be467520750656f', '207.46.13.41', 1670980747, '__ci_last_regenerate|i:1670980747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6a8aa078ed67d792a174d9d1f0a0aa5184cbd6', '52.167.144.49', 1676960916, '__ci_last_regenerate|i:1676960916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6c07b32838c97ffe12d5aaf13d2d5b6e999736', '40.77.189.103', 1678946069, '__ci_last_regenerate|i:1678946069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6d84ed290e4c039d7c612c07adec1c67b6ebb8', '190.56.54.156', 1665334004, '__ci_last_regenerate|i:1665334004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665330974;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7059e0384b01a582c6e3994e983c4a1051001f', '52.167.144.162', 1687419140, '__ci_last_regenerate|i:1687419140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac70b8ea06543138ebbc714bda9e4fb2c1f7e60e', '52.167.144.171', 1685484959, '__ci_last_regenerate|i:1685484959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac715fe38f709c8f00b4d013847d6b466b06f48f', '190.148.157.117', 1675537102, '__ci_last_regenerate|i:1675537102;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675537091;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac71ffc5e08f4db060ef5ca539b9ba6a53fbffa9', '52.167.144.89', 1679548300, '__ci_last_regenerate|i:1679548300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac723e4c863e1ab8cec6711ce3511ee8e591f723', '207.46.13.175', 1673016454, '__ci_last_regenerate|i:1673016454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac72a0ce97507c0648d2b8fb7a079834405ac4b6', '207.46.13.207', 1681292774, '__ci_last_regenerate|i:1681292774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac748f99316c7122b80f853d0efd6da56bbff9b3', '52.167.144.109', 1680548799, '__ci_last_regenerate|i:1680548799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac75b5692abeb3c5f05f8d4dcf4d7e191a735b7f', '130.245.169.145', 1657274131, '__ci_last_regenerate|i:1657274130;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac76460ef63f8c86a7209946deabea0f83b9b65d', '207.46.13.147', 1672769726, '__ci_last_regenerate|i:1672769726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac773ddc8269701ca89dfd78f9c9671d700d2639', '40.88.21.235', 1672899681, '__ci_last_regenerate|i:1672899681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7b27cc119294e4643f5f14ac2395c896a0a2c0', '190.56.32.35', 1671724438, '__ci_last_regenerate|i:1671724438;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671724058;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7bea75e8ffc7d2f9b666c6be95b8592493970a', '114.119.146.88', 1684085419, '__ci_last_regenerate|i:1684085418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7f30dab17faf4ef840f08d7517bac0b1705e22', '35.89.79.236', 1666111215, '__ci_last_regenerate|i:1666111215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7f3f1c4ffd3a4a136cc4c3b4167650a235f40f', '190.148.157.117', 1675637482, '__ci_last_regenerate|i:1675637482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675637426;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7f6957eccd60eed0e1e0f87385409479119116', '52.167.144.75', 1677744814, '__ci_last_regenerate|i:1677744814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac82af9ffe240be9f87cb123515c5bfb420f89f5', '157.55.39.100', 1671965693, '__ci_last_regenerate|i:1671965693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac82e3d4770b99db686becd14f20e98d4018a7c8', '114.119.153.169', 1686539805, '__ci_last_regenerate|i:1686539805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8342686cf6cdd25fae2f2b3308533f19621e52', '114.119.138.151', 1687316020, '__ci_last_regenerate|i:1687316020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8a367678c75b352cd5099856c16d7d659f0aee', '51.222.253.12', 1676226694, '__ci_last_regenerate|i:1676226694;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 ('ac8ca9c2ac6b231f546768a8f55f92474b58af21', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8e498bfc12de1c1c752f2f928af76bee8d98a2', '114.119.133.78', 1685049790, '__ci_last_regenerate|i:1685049790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac919139288de68b1ab2b8bb1b080b3205544076', '17.121.113.56', 1660041980, '__ci_last_regenerate|i:1660041980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9306a85de361a9e1a37ba24c7c119fddd47dfc', '51.222.253.16', 1687975951, '__ci_last_regenerate|i:1687975951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9559d9e9493ef99ec590e156d47882bbbd20f8', '51.222.253.8', 1655860000, '__ci_last_regenerate|i:1655860000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac95c42dae17689b6b6a86b45318e7b67d0c397b', '114.119.137.143', 1688516294, '__ci_last_regenerate|i:1688516294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac95e9fe1a8f9bd2f4cf1c563fd941bc64d5e5ef', '17.121.114.249', 1653404217, '__ci_last_regenerate|i:1653404216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac975f47614d7754a13ad000e0ec67169c871a47', '122.134.103.184', 1652867979, '__ci_last_regenerate|i:1652867979;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 ('ac97e68cba952ae4cd07ad382ddaa42b8eee9bf3', '52.167.144.164', 1679630036, '__ci_last_regenerate|i:1679630036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9aaf42eab53931cf8999ee22a3b7cc839db4b2', '138.246.253.24', 1653605889, '__ci_last_regenerate|i:1653605889;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 ('ac9b6b71e8b4f072d8dbb7a76e2c80dc30397bce', '74.208.2.234', 1684500919, '__ci_last_regenerate|i:1684500919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9bed7131c2b090673bca1859086e8f0ba8300f', '17.121.112.104', 1668632154, '__ci_last_regenerate|i:1668632154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9d89d721918d21f31456750c3c602c79bdbfc3', '66.249.74.105', 1681665261, '__ci_last_regenerate|i:1681665261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac9e10ad28bc955b6d2147b270f811e95971cb66', '52.167.144.162', 1686162895, '__ci_last_regenerate|i:1686162895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca18e5bd1ff3698b40b2d2e5d31b0488d057cc2', '157.245.156.70', 1653058353, '__ci_last_regenerate|i:1653058347;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 ('aca2611e6386b67fad297bdda628ef310b71921c', '114.119.143.1', 1688268377, '__ci_last_regenerate|i:1688268377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca26da000586de4df015539fab55faa31b97e48', '40.77.167.191', 1681638946, '__ci_last_regenerate|i:1681638946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca2ceac4cf6f8ba6a53d8e25528f1a3ffd20a7a', '149.56.160.191', 1661469061, '__ci_last_regenerate|i:1661469061;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 ('aca530d9d75903c727ff1606eb04decc93e614cc', '207.46.13.207', 1685874287, '__ci_last_regenerate|i:1685874287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca5fc62ece7cd616e78b8be2845419efceb8948', '24.199.84.191', 1681338479, '__ci_last_regenerate|i:1681338477;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca83ae3baf4046cfdc63c41ce92a9d6a519926e', '17.121.115.215', 1653147102, '__ci_last_regenerate|i:1653147102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca8796d7c28b04d4fcf61db86cc38d64aa67f28', '40.77.167.60', 1671539816, '__ci_last_regenerate|i:1671539816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca9d796bd0a397bb554b889c9779d36686e989d', '18.206.55.48', 1652846888, '__ci_last_regenerate|i:1652846888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acab00068a63f85b88938e54a214421a90a853a6', '52.167.144.63', 1687157112, '__ci_last_regenerate|i:1687157112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acab039b15711945fe2d7d92e9b223812962489c', '51.222.253.17', 1672902797, '__ci_last_regenerate|i:1672902797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acac09dd7efbf66b93001d3af7aee198bbe9e2cd', '40.77.167.56', 1673213616, '__ci_last_regenerate|i:1673213616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acac29b277ff7f27974650684755eea6f89e4e0d', '190.56.32.32', 1686096571, '__ci_last_regenerate|i:1686096571;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686096090;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acacd54132d9c7e3b50a976dbf74bbeba4c9403d', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb137a9fd8afb0de55904e5effc65a76a682a14', '114.119.155.55', 1688181088, '__ci_last_regenerate|i:1688181088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb7e96f8767f68dc76c75889a288bbcdd451460', '51.222.253.9', 1687557267, '__ci_last_regenerate|i:1687557267;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb7eb910a62fe75baad74d82de6c09fbbd6e164', '190.148.52.183', 1677606242, '__ci_last_regenerate|i:1677606242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb8a0dd6d23f43a25081c30f262382e3d6dbb13', '190.148.157.80', 1669466186, '__ci_last_regenerate|i:1669466186;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669465774;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb8a9fdb9fddd6c9f6f55ef0741b540d9f1fbce', '114.119.138.98', 1687610395, '__ci_last_regenerate|i:1687610395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acbe742a0fd7a3c5937d1233a3486f7193f4df72', '106.75.148.194', 1687187776, '__ci_last_regenerate|i:1687187776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acbedccc6a892bbbfde3d744a4f0c0ff88a26b25', '17.121.113.229', 1653321005, '__ci_last_regenerate|i:1653321005;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 ('acc364a4bf8621303433a47a9cb06f1cf1ea99ec', '52.167.144.171', 1685828922, '__ci_last_regenerate|i:1685828922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acc3e96d4171e6ede7672f511fc4e1559a23da79', '207.46.13.224', 1680307945, '__ci_last_regenerate|i:1680307945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acc41f9e722e9a46d0c37f90ed096efcfe677206', '5.188.62.76', 1656370407, '__ci_last_regenerate|i:1656370404;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acc5a9f17b51625aa454d68f38cee77dc612899f', '40.77.167.49', 1666871600, '__ci_last_regenerate|i:1666871600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acc64bb510ebf759d20dcb4fc2b92996ce23a35a', '114.119.128.162', 1687338774, '__ci_last_regenerate|i:1687338773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acc87072ef186ee0703a8fd089e08f9bf13b6e56', '52.167.144.90', 1676522072, '__ci_last_regenerate|i:1676522072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acc9a5f63b7110f0d5038cec05ad056fe73acb67', '190.148.87.182', 1679616881, '__ci_last_regenerate|i:1679616881;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679616873;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('accbe8c65827d0bb510901ec1afdb2c47eddd0f5', '159.223.49.158', 1669317036, '__ci_last_regenerate|i:1669317036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acced9bade47ea0d42ab1f9a1a43ac9178657246', '157.55.39.208', 1685974238, '__ci_last_regenerate|i:1685974238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('accee08234988689b034fc2aec11f6b5745fe9b5', '190.56.55.113', 1673809954, '__ci_last_regenerate|i:1673809954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673809499;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('accf419992b99e5cd2980ab467050e606923ce20', '190.148.158.69', 1685498322, '__ci_last_regenerate|i:1685496915;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685498322;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('accfaa252a1d8801d0d48c68d02f4dbe62942075', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acd0998e1f730cfa24039d771388b12d328ca1e4', '52.167.144.164', 1686398275, '__ci_last_regenerate|i:1686398275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acd0cf2cf347ef9d77f54705b9438460a74e05e9', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acd2e7d18e0831cb22080c6bf9fa5380a95b8e6e', '190.148.158.151', 1677368871, '__ci_last_regenerate|i:1677368871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677368791;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acd5b2b558f68447eb76316f3d9d45f4659fac52', '200.119.174.9', 1674485037, '__ci_last_regenerate|i:1674485037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674484733;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acd5fa0dfcac3f9ede1853df277e10e9aba4b034', '190.148.87.6', 1668182990, '__ci_last_regenerate|i:1668180202;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668097615\";last_ip|s:14:\"200.119.168.48\";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 ('acd861420750dc07c787b0d13d42350b8d9c6fdd', '114.119.137.193', 1687027779, '__ci_last_regenerate|i:1687027779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acdce9b1221e8e6def0b329ed46478e8c7e54885', '52.167.144.98', 1686401321, '__ci_last_regenerate|i:1686401321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acde29c6eb792ebb2c36d1a48461e80cb6c49c16', '40.77.167.169', 1675721812, '__ci_last_regenerate|i:1675721812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acdf003c7c1e3bcf87d9be5be2ae62867c30cf37', '40.77.167.43', 1658906767, '__ci_last_regenerate|i:1658906767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acdfd9eb4a33d4069b3096bcb429ea238ca953e7', '157.55.39.69', 1671972147, '__ci_last_regenerate|i:1671972147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace032269cf91ce8919e157968e3c25cbcbda691', '190.56.51.158', 1655763668, '__ci_last_regenerate|i:1655763668;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655733958\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655763452;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace353efdae67f0971dfd59044f7ddb22e36ae40', '40.77.167.133', 1683725361, '__ci_last_regenerate|i:1683725361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace36cb0f62de064340e4655ee0fdf229eca838a', '54.36.148.169', 1659490405, '__ci_last_regenerate|i:1659490405;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 ('ace40d9629faee6d326e54ccc72a6c11a32c0c05', '17.121.113.26', 1658794842, '__ci_last_regenerate|i:1658794842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace43fd2a466d1cb3f3ec4a18ac16c4e943ae469', '66.249.65.103', 1651350553, '__ci_last_regenerate|i:1651350553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace4ffcea00f4013fa9f125a4ff117453c390bd9', '17.241.75.254', 1685821241, '__ci_last_regenerate|i:1685821241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace520d31a1353793c2f82b60af5a72de1445d31', '200.119.173.130', 1676068318, '__ci_last_regenerate|i:1676068318;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676068316;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace5f859381f05b3ca38e219418f48ddc837f7cf', '51.222.253.15', 1665047888, '__ci_last_regenerate|i:1665047888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace7079bab967c668831413ef64620684187041d', '52.167.144.162', 1687268528, '__ci_last_regenerate|i:1687268528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace839d008e99307f16f90c0060e955d90fa6e58', '200.119.173.130', 1675958857, '__ci_last_regenerate|i:1675958857;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675958828;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace846cca681ef9b1da43c87bb0e2655abd7a53a', '190.148.252.183', 1681592315, '__ci_last_regenerate|i:1681592315;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681592202;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acea2815b6e63590cfccc7822358a46211a98101', '114.119.154.242', 1686928415, '__ci_last_regenerate|i:1686928415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aceb2979eb0522fe09af3da2064ae17a74a766c6', '52.167.144.61', 1688036823, '__ci_last_regenerate|i:1688036823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acebb05dd62f5cfdf08c76d809822af4f1997336', '165.22.197.234', 1687255552, '__ci_last_regenerate|i:1687255552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acebfe0fc1d63fc3456e4b775d270af43d1f3431', '52.167.144.93', 1678149301, '__ci_last_regenerate|i:1678149301;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acec9bd08fc29f7ca320e966c48db722b46e4090', '200.119.172.60', 1674926849, '__ci_last_regenerate|i:1674926849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674926842;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acece063bef1410be7ce017951161bd4b3d64d29', '200.119.174.9', 1674304822, '__ci_last_regenerate|i:1674304822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674304815;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aced556b7789824b2729f8bd496bca8541131d60', '114.119.147.116', 1684871560, '__ci_last_regenerate|i:1684871560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aced92fb795ff6e61d55787a79ca6fdcaf7d9302', '157.55.39.79', 1670806007, '__ci_last_regenerate|i:1670806007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acedf14dae6a812a3acda15a723c9783a68401af', '200.119.172.96', 1675435241, '__ci_last_regenerate|i:1675435241;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675363966\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"hLCli6HJODT5cU2um3oa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aceecd3cb16061923623dd315538a41bf2a4f749', '114.119.136.46', 1687818139, '__ci_last_regenerate|i:1687818139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acef4f081157f838e2c9883934a280099f928151', '190.148.157.177', 1682092882, '__ci_last_regenerate|i:1682092882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682092858;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aceff27c5c722cb3940705cc283407a64b3a711c', '190.56.32.162', 1686500900, '__ci_last_regenerate|i:1686500900;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686500897;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf0aee83bbbe17311001414cc1535c80491bc5a', '190.56.173.175', 1652906886, '__ci_last_regenerate|i:1652906886;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652906872;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf231e4ecd267bd39789f13591a555c2da490a6', '51.222.253.3', 1666453644, '__ci_last_regenerate|i:1666453644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf38bdc0041b6a510f39c053f638b9c2ab27355', '157.55.39.69', 1672413663, '__ci_last_regenerate|i:1672413663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf65ff7b882242d9bb8cc602cbd8fa87949e853', '52.167.144.28', 1679490079, '__ci_last_regenerate|i:1679490079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acf8254d3c83a8f87341ce0f2cee093e462282e2', '5.188.62.26', 1656353699, '__ci_last_regenerate|i:1656353695;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfa359e4ee54f8a7e98eee29352103bf5ad2259', '40.77.167.123', 1683398202, '__ci_last_regenerate|i:1683398202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfa3aa27655ac3553d0f509dfffdbee4df5355c', '3.237.104.7', 1654055397, '__ci_last_regenerate|i:1654055397;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 ('acfb1003ad7c32d289aa7add64accff2e5566fe0', '200.119.170.168', 1670621669, '__ci_last_regenerate|i:1670621669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670621466;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfc8e49385491fb57d98e36cc90845a9118b78e', '114.119.159.64', 1685978209, '__ci_last_regenerate|i:1685978209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfe24fb85ccd28fd92fe2fd0cfc302e634bbe23', '52.167.144.162', 1681678817, '__ci_last_regenerate|i:1681678817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfe7df3ca83c34519eada317498f1eaf587bf71', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfec17154162bfbcf5143ec6dae9b0364b1810d', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad02a43759665165098c8c7e5e3911a890ccbbda', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad02ccf0aaad27e1ab2f71a1bd9e6db0d16217c6', '34.132.52.32', 1664741050, '__ci_last_regenerate|i:1664741050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0424b047a7c5d5c7f79d7aa76c7f66cbd355e2', '40.77.167.123', 1683330461, '__ci_last_regenerate|i:1683330460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad049f558f85608286d2f41a26c7073e356a400e', '114.119.165.226', 1687591420, '__ci_last_regenerate|i:1687591420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0528ffe6d71f76298ab630d9fe26bac1aa64a3', '17.121.115.89', 1658681816, '__ci_last_regenerate|i:1658681816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0547184120ef87c2767cbba3b5004bc0615ec1', '5.188.62.26', 1656354025, '__ci_last_regenerate|i:1656354022;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0629602682c0c3b9e4a795e473d90cb19a8ae6', '190.56.32.243', 1684787340, '__ci_last_regenerate|i:1684787340;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684786763;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad070f0ce9a329563193a1be70a45da1b2d12293', '190.148.158.4', 1681762492, '__ci_last_regenerate|i:1681762488;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad07f27bf64ab84144b335e2a13e42d318628e1c', '52.167.144.162', 1686536170, '__ci_last_regenerate|i:1686536170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0918187475384b9185726390e0ae788d0da165', '17.121.114.181', 1658450038, '__ci_last_regenerate|i:1658450038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0b51b86b5492c0c90b01716fd13aa2fe26b68d', '209.160.115.40', 1682930806, '__ci_last_regenerate|i:1682930806;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 ('ad0c382be192b344473c0edc81cd5fc329eb56fa', '190.148.157.177', 1682371126, '__ci_last_regenerate|i:1682371126;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682371119;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad0d13d2612fe2fd4ce828a231ff380851de69d5', '190.56.55.113', 1673398400, '__ci_last_regenerate|i:1673398400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673397127;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad11ada46dcc2914d52bd76f2489322ef43f99f2', '52.167.144.171', 1685240970, '__ci_last_regenerate|i:1685240970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad123afb06fa0002cf0ba6e1bd23afd755e4e3e4', '112.211.96.131', 1653288590, '__ci_last_regenerate|i:1653288589;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad12aa43fcbdeeea578172d6698890cd124956e9', '190.56.173.213', 1683498992, '__ci_last_regenerate|i:1683498992;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683498945;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad13554ffc1769699a377c04d9170a3c033f5913', '190.56.32.174', 1676593538, '__ci_last_regenerate|i:1676593538;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676593182;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1385370dcb84987d47522e9178046b5451301c', '157.55.39.51', 1668655480, '__ci_last_regenerate|i:1668655480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad13ffec81fed11318aece21509c8582e7d9f4a1', '200.119.168.250', 1680885560, '__ci_last_regenerate|i:1680885560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680885506;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1474188351f18d4a76e819dfae2dcb7003aaec', '51.222.253.3', 1657828184, '__ci_last_regenerate|i:1657828184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad15336247f4ceb5caf7f43d05d6fac1e8844442', '114.119.158.165', 1688235847, '__ci_last_regenerate|i:1688235847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad15a44a5d695f91db4a8a1735113ed81d1f10cb', '3.111.41.2', 1670738470, '__ci_last_regenerate|i:1670738470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1629a77e872b45363de45caf12f894599cd7f3', '17.241.227.127', 1673389042, '__ci_last_regenerate|i:1673389042;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 ('ad16ad3473800c8e9dd1339deda94e38a022acf1', '51.222.253.18', 1686490279, '__ci_last_regenerate|i:1686490279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad183d758841860c93ecdcfd158ba89a240080ba', '190.148.157.80', 1669204850, '__ci_last_regenerate|i:1669204850;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669202547;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad19a17d8febbf64044efb6e16e3838165c9e7af', '175.196.127.111', 1650791343, '__ci_last_regenerate|i:1650791343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1a601986a6f3298f88fa98782dcc1725968d2c', '52.167.144.95', 1680569662, '__ci_last_regenerate|i:1680569662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1d1e1f979eed710ed22418dbccf3b90b7c094d', '157.55.39.123', 1673213610, '__ci_last_regenerate|i:1673213610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1d3d9a4a3e338f25110c5cd5c602a4150aabca', '52.167.144.98', 1685758213, '__ci_last_regenerate|i:1685758213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1dde6fa448858ba989b1dd669d68f6059e26bc', '40.77.167.27', 1660416341, '__ci_last_regenerate|i:1660416331;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1e9dc5138029136b3b37ffd584eea40c6d31d1', '40.77.167.49', 1666000607, '__ci_last_regenerate|i:1666000606;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad1eace8d78ca9699d0e53dd4ff58d97118c7ad5', '109.233.192.83', 1656431135, '__ci_last_regenerate|i:1656431135;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 ('ad1efe3b45a7d3be1836665e4a870f28d6eed8e2', '190.148.158.175', 1672167894, '__ci_last_regenerate|i:1672167894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672167863;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad21c999cb05eda1265ffa02e881ff787e552597', '52.167.144.98', 1686742332, '__ci_last_regenerate|i:1686742332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad22794f2b36f8630d6a8e779a4a2634dbefb286', '40.77.167.187', 1680289502, '__ci_last_regenerate|i:1680289502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad2f64365c263277b955cce06cb75cc94039b344', '190.104.119.122', 1650736244, '__ci_last_regenerate|i:1650736244;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650733918\";last_ip|s:15:\"190.104.119.122\";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\";last_activity|i:1650734580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad2fb28d9425232fdef75c4ac8ed88cc313778bf', '40.77.167.35', 1662040166, '__ci_last_regenerate|i:1662040156;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad2fbcbd224e5b2c859b23f9b7006af9c5a82ae0', '190.148.87.6', 1668185346, '__ci_last_regenerate|i:1668185346;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad30960da307ceac4b6f48a1fd24bdfe93f18c10', '52.167.144.63', 1687073624, '__ci_last_regenerate|i:1687073624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad30acd85a6afb25a16d470bbcb96d34c2ca4c75', '52.167.144.63', 1687178305, '__ci_last_regenerate|i:1687178305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad33fc629c50d7bb76ecc14c68261ef135328848', '190.148.252.96', 1673272219, '__ci_last_regenerate|i:1673272219;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673270869;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad34d2cbaf783ba0c122e00a2cffd10ba40bc59e', '40.77.167.161', 1676385437, '__ci_last_regenerate|i:1676385437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad3545e2de3ddf06bd28b6bebc88b34bce7c1ca8', '51.222.253.14', 1684489846, '__ci_last_regenerate|i:1684489846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad36b9328bdefb37bcbeac978b4485ae26fa2f6f', '114.119.150.252', 1684451756, '__ci_last_regenerate|i:1684451756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad3d531fbc44333c7cc226446695582c732fc8e2', '40.77.167.241', 1687481069, '__ci_last_regenerate|i:1687481069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad416287dc9611a63c5134b0622f27df4e2cd4d0', '190.148.157.117', 1675638039, '__ci_last_regenerate|i:1675638039;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675637483;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad41e95b54b81335a54bbb1512cff0eb06e90a88', '200.119.174.187', 1667436048, '__ci_last_regenerate|i:1667436048;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667436040;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad422885d038c3233a970a3469e505a404a6af8e', '139.162.3.54', 1652613286, '__ci_last_regenerate|i:1652613281;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 ('ad44fb47558f48cdc178496af0c8206732db7198', '40.77.167.56', 1673201633, '__ci_last_regenerate|i:1673201633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad488a2a536c51c30b61b768f1e94a25c57a4009', '190.56.54.15', 1684788915, '__ci_last_regenerate|i:1684788915;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684764798\";last_ip|s:13:\"190.56.32.243\";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\";user_csrf|s:20:\"B3pNcjaDLXREhAtzuSey\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad4a923a3bcabab72ade669ad0abc2b518d63fef', '190.148.87.182', 1679594096, '__ci_last_regenerate|i:1679594096;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679593679;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad4a9ef9c610896244b68246539f208a03318696', '207.46.13.154', 1671730524, '__ci_last_regenerate|i:1671730524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad4b735f0394dc9b0db74b3f7af73f76bd707b47', '52.167.144.171', 1685417625, '__ci_last_regenerate|i:1685417625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad4b967b46cb0b09d724e834d774823a8c692044', '17.121.115.9', 1655491091, '__ci_last_regenerate|i:1655491091;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 ('ad4d3322eda818592e80b7ea7b72164360e72b20', '190.56.50.253', 1682444627, '__ci_last_regenerate|i:1682444627;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682444610;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad4dc9c34a2c62d9459951405640c5d9ed9f0154', '200.119.181.7', 1654799926, '__ci_last_regenerate|i:1654799926;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799610\";last_ip|s:15:\"190.104.119.212\";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 ('ad4f982aacd07fc8bc5b777066763e199c46a8c3', '34.219.163.27', 1672580069, '__ci_last_regenerate|i:1672580069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad523929c2abe39ea0aa1cdd7d655b3ca22aa5ac', '190.56.50.15', 1667233906, '__ci_last_regenerate|i:1667233906;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";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\";last_activity|i:1667232641;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5279a31b7e98a7f7482e10b7b7d63281fadb5e', '52.167.144.82', 1687452236, '__ci_last_regenerate|i:1687452236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5315b2b2a1a7507f607ed0063fd2c40199e94d', '52.167.144.98', 1684381673, '__ci_last_regenerate|i:1684381673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad53dc0635c2e8698da1d778b9bee56c27368efa', '52.167.144.98', 1685488004, '__ci_last_regenerate|i:1685488004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad544fe78fc0ee2a42cab2236528a5e8537eb359', '137.226.113.44', 1671116999, '__ci_last_regenerate|i:1671116999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad554577ae013516bc7495a94b669402eb3dd124', '51.222.253.5', 1672523427, '__ci_last_regenerate|i:1672523427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad558d53d81933ee1c1fdd91aed31793fd455a5a', '54.36.148.144', 1677283450, '__ci_last_regenerate|i:1677283450;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 ('ad566cafdc56d894f99e4902ad9a34c3ae3f4e7d', '157.55.39.212', 1677430645, '__ci_last_regenerate|i:1677430644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad57233bd9c034cf4c516e0bd92d7f8a76404bf1', '51.222.253.5', 1687212745, '__ci_last_regenerate|i:1687212745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad579e7d53384f3eb4aea6649e4bcda2ff19bea7', '190.56.50.253', 1682539913, '__ci_last_regenerate|i:1682539913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682539913;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad57a8bf17620f9dd7815c002620f24d7bcc11cd', '114.119.133.152', 1684860970, '__ci_last_regenerate|i:1684860970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad585f9fc053ede48857c5586520307c7df84909', '40.77.167.133', 1684131954, '__ci_last_regenerate|i:1684131954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad58636d563d6a1f0a12b3c1a8c35c2b2b5f25ac', '190.148.87.182', 1679622228, '__ci_last_regenerate|i:1679622228;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679622213;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad588581430c83ab6caf8e2c45b9d5a6c295da9a', '200.119.168.250', 1680656166, '__ci_last_regenerate|i:1680656166;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680656086;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5951783c33a679b9ed5e1afd6ebcd2e19378ff', '167.248.133.118', 1651088609, '__ci_last_regenerate|i:1651088608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad596bb5e48f378e70f99726f9ce9712c529d8e7', '190.56.32.174', 1676818957, '__ci_last_regenerate|i:1676818957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676818370;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5babf1cf93f67a58010c1eef6329b35445ab08', '190.148.252.76', 1654182151, '__ci_last_regenerate|i:1654182151;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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\";last_activity|i:1654181423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5c1042b7095b37a70f466514b2010ec959da82', '51.222.253.10', 1673394642, '__ci_last_regenerate|i:1673394642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5dd8f8d8f222c1eadee8225ea9cd10ffda2432', '40.77.167.161', 1675498336, '__ci_last_regenerate|i:1675498336;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5e59de6ad8a638e36588c3d4b691a9cc2d8e12', '51.222.253.18', 1651503936, '__ci_last_regenerate|i:1651503936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6211f6ed28b3b8f559fb2965883f326fad7471', '190.148.158.151', 1677547056, '__ci_last_regenerate|i:1677512556;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677496910\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677547056;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad65dc5704f02fac69a68caa332054fa40cc03b9', '3.237.104.7', 1654055396, '__ci_last_regenerate|i:1654055396;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 ('ad6679c359d0c3c14ea4ea8b37a0e70c154423c2', '69.160.160.60', 1662188505, '__ci_last_regenerate|i:1662188504;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad68ee193f8330cb90ae02d0c471aca907ea76ed', '205.210.31.132', 1658544465, '__ci_last_regenerate|i:1658544465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad691cd858ef1c3958fe25f948c8c49c71ebb3f1', '198.235.24.158', 1651900810, '__ci_last_regenerate|i:1651900810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad699499353a82d5efe7f1519f94b925d731eb14', '40.77.167.182', 1683192138, '__ci_last_regenerate|i:1683192138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6a1a0d158b3d0f02d52d4e0c42f6cd1ff9c33d', '114.119.141.168', 1688436671, '__ci_last_regenerate|i:1688436671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6ab685a48442c4a5074786c938cd16a308c12d', '200.119.173.177', 1684884515, '__ci_last_regenerate|i:1684884515;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684884501;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6dc4ff719179ced8afb023ebcb3eb9f8246804', '51.222.253.10', 1655739460, '__ci_last_regenerate|i:1655739460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6f4cd0660b0540530f27bd44aad525e8eb8147', '54.36.148.115', 1668790121, '__ci_last_regenerate|i:1668790121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad719e1f4f62f1ffdedeea1d557cb757af13c0e9', '114.119.133.108', 1683657555, '__ci_last_regenerate|i:1683657532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad71c8caaed95a53df1027b1196fe74c6a0fec82', '190.148.158.151', 1677112077, '__ci_last_regenerate|i:1677112077;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677111751;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad71de7f7b88dd664afbaa8320f0ee71f36f6f25', '54.213.192.47', 1654608604, '__ci_last_regenerate|i:1654608604;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 ('ad72fb431a50a82dc6d687d08f12f920fc5a686a', '114.119.129.36', 1684950787, '__ci_last_regenerate|i:1684950787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad746770357e307407c9786ebf8cd2dcd5cefc25', '52.167.144.98', 1686726429, '__ci_last_regenerate|i:1686726429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7486929cb7e582bd8f95490ac88529c43d0a12', '40.77.167.37', 1669998943, '__ci_last_regenerate|i:1669998943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad753ffa8c52458c4d5a68e89280ef4d6d5bddc3', '205.210.31.135', 1654296747, '__ci_last_regenerate|i:1654296747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad75d00fa154743f6b35bc0cc4eaf37852a8943e', '40.77.167.169', 1688117431, '__ci_last_regenerate|i:1688117431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad769735008bfbf4095a4828399bf7726dbf328d', '40.77.167.35', 1660951967, '__ci_last_regenerate|i:1660951967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad78bc399b55e5fe1d5a1f8b113c2f6c8ff0cc41', '114.119.151.128', 1687712157, '__ci_last_regenerate|i:1687712157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7923d8fae725bcf3d6a5aa52dbd15c3a39953a', '190.148.252.183', 1681397638, '__ci_last_regenerate|i:1681397638;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681396047\";last_ip|s:15:\"190.148.252.183\";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 ('ad796129f6ee13c9febe5db01ab8ba1918d2b585', '176.120.118.83', 1650952847, '__ci_last_regenerate|i:1650952847;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 ('ad7ad5a744288cf97766f64bc12b24b9896e1c5b', '157.55.39.164', 1655012656, '__ci_last_regenerate|i:1655012647;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7b0b3e23089304b27ec1372be417e284c40590', '40.77.167.191', 1681998513, '__ci_last_regenerate|i:1681998513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7b95dfb75c774d7d6caeabeecb6e0df3045a70', '190.56.50.38', 1670452762, '__ci_last_regenerate|i:1670452762;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670448554\";last_ip|s:12:\"190.56.50.38\";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 ('ad7ce308c08309f1288e2fd8df7b60f67f71bfac', '157.55.39.176', 1666994707, '__ci_last_regenerate|i:1666994707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7d7c175e4ddb7106cd940799489b792a02418d', '190.56.32.35', 1671647432, '__ci_last_regenerate|i:1671647432;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"umvpFtlEDChoMZKyY180\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad7dbc0199cf435a7b0f994caf5c6d62573f6972', '207.46.13.211', 1679410984, '__ci_last_regenerate|i:1679410984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad800c5f1c5fc19559e065e8b4f2fc6e59eec8ce', '40.77.167.81', 1674750218, '__ci_last_regenerate|i:1674750218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad812cb3999c771b4836449a849662c7c9b1f43b', '114.119.158.253', 1688434468, '__ci_last_regenerate|i:1688434468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad83143cb8655aaaf4b4536913e4af19ce6849ac', '190.148.157.117', 1675560910, '__ci_last_regenerate|i:1675560910;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675560500;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad84cf86912c10bc0a4d449bba41a0d7bc5096be', '5.188.62.21', 1653472787, '__ci_last_regenerate|i:1653472787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad863ce26150201d062a890193a6760ec3a3f299', '114.119.132.89', 1683273351, '__ci_last_regenerate|i:1683273342;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad8a2867d8be0cc35662df29f2fb968006612e74', '190.56.49.237', 1665785351, '__ci_last_regenerate|i:1665785351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad8aab335de5631e700cce60a8575457099f185a', '190.148.157.177', 1682353952, '__ci_last_regenerate|i:1682353952;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682353917;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad8b464546c735751160b11ce357bf2284234bb4', '190.148.252.223', 1661172268, '__ci_last_regenerate|i:1661172266;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 ('ad8be771586a94c6750b5284a1cc0c53320e5d9c', '190.148.158.75', 1663250746, '__ci_last_regenerate|i:1663250746;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663177352\";last_ip|s:15:\"200.119.170.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663247814;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad8d925394c67775cbfd54008d5e92aba51f1280', '40.88.21.235', 1685205504, '__ci_last_regenerate|i:1685205504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad8f1876369320c2b01bfa2461ca53c8be46752c', '190.148.252.88', 1670858883, '__ci_last_regenerate|i:1670858883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670858334;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad90642a02a22f35e004440ba4a2faa2d26a7f65', '190.56.173.213', 1683335807, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683335807;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683335122;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad9093adfe7643d8f4ab7c5cd61ad3c1bdba193f', '190.56.54.129', 1653596803, '__ci_last_regenerate|i:1653596803;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653569173\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653596799;register_id|s:2:\"12\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-26 10:05:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad90af334a029ba27fbca1151b4accfd746fd58a', '118.191.130.123', 1656725260, '__ci_last_regenerate|i:1656725260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad921ea03359d50a8f7e442c460b8946470b3566', '114.119.142.15', 1685402044, '__ci_last_regenerate|i:1685402044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad9291b545f1626767ba86a7e9ddd1965eb61e4e', '50.21.188.67', 1672492717, '__ci_last_regenerate|i:1672492717;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad93891067cba018f705a02767b91ce1451c5c57', '52.167.144.154', 1687481071, '__ci_last_regenerate|i:1687481071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad939aa1c8e054982255e4fac6709851f03cd865', '190.56.55.0', 1687822723, '__ci_last_regenerate|i:1687822723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687822677;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad97871fd8c74e1967818d5af0b95590050be7d2', '207.46.13.211', 1679894765, '__ci_last_regenerate|i:1679894765;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad97e5252bb158ff0243c0c6a50cfe9cd6ac5373', '40.77.167.202', 1687223150, '__ci_last_regenerate|i:1687223150;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad99724b0bec479a73cc2f910232fc31860ad8ff', '3.111.41.2', 1670738453, '__ci_last_regenerate|i:1670738453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad9975e21c8b508aa7a1c92a7356521f523673d4', '207.46.13.10', 1672915262, '__ci_last_regenerate|i:1672915262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad9c48976824336a1099c5ce2321eb5e57fb4af7', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360538;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad9ed0e257d9011edc891303a14bf84d1ca8b49d', '51.222.253.12', 1682262961, '__ci_last_regenerate|i:1682262961;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 ('ad9ff325cd1c4d4c3e1b60b017ac023fc09b2d8f', '207.46.13.41', 1671450966, '__ci_last_regenerate|i:1671450966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada1c149722b28b1ac273875e418e62f74fe40f6', '40.77.167.114', 1678672813, '__ci_last_regenerate|i:1678672812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada274ab37b9797e7e7d1932af4ef997464f0b19', '52.167.144.98', 1686581764, '__ci_last_regenerate|i:1686581764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada28cbe87811cde1d523dfced8fb777926a3846', '40.77.167.13', 1672413678, '__ci_last_regenerate|i:1672413678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada30e7f291d3faff5697a69fee0cc6a919f1c2b', '190.148.158.151', 1677271475, '__ci_last_regenerate|i:1677271475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677271471;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada34c9f9d4e4f1db873e501395ac8e2b6d98b60', '157.55.39.173', 1668834340, '__ci_last_regenerate|i:1668834340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada50474cda2d6423d815ae1044e825f484071a9', '51.222.253.11', 1659902322, '__ci_last_regenerate|i:1659902322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada5fd6737a2e616f8e5a48c7aecd5fe5eca30fc', '190.148.252.67', 1688486098, '__ci_last_regenerate|i:1688486098;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688486089;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada6c5c35a00c326d8aae8fc160d6b3b421712f0', '40.77.167.13', 1671992696, '__ci_last_regenerate|i:1671992696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada783d261531458fe36f5c498115863a3e7fb8c', '114.119.138.37', 1688528835, '__ci_last_regenerate|i:1688528835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ada93d1f44665b35f747249f8dd7951834289285', '114.119.134.116', 1687095654, '__ci_last_regenerate|i:1687095654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adaa2d6f5e8e162e4186cc7f5790ffaafecefe0b', '35.160.152.196', 1659100741, '__ci_last_regenerate|i:1659100741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adab5735679d290d84fe420626d92dd4725bedf8', '190.148.158.69', 1685542309, '__ci_last_regenerate|i:1685542309;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685542305;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adabb64844e6190dd6967a229d05726e5945d7e6', '114.119.138.214', 1684970426, '__ci_last_regenerate|i:1684970426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adac5f38c2421fc523d02cc9f87bc7627fc58937', '17.121.113.168', 1657020850, '__ci_last_regenerate|i:1657020850;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 ('adaf3fa56e2dbf5cdc065b7258e1733759376902', '200.119.168.250', 1680992379, '__ci_last_regenerate|i:1680992379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680992362;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb046133e345cd585a3ba8ebf1e7c70ca8b1958', '207.46.13.6', 1672255234, '__ci_last_regenerate|i:1672255234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb2136c91006b6353c402ce603acf3f9361edba', '190.56.55.113', 1673743510, '__ci_last_regenerate|i:1673743510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673743502;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb24d6613ad4c5a088febdcc2bafe4ec3bd0b4a', '52.167.144.61', 1688061373, '__ci_last_regenerate|i:1688061373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb3241cd3f1a680885e2720476010406e0feb34', '40.77.167.227', 1679075540, '__ci_last_regenerate|i:1679075539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb4824d7c9701d555ef3df6c8dc459f927569a1', '114.119.152.128', 1686510079, '__ci_last_regenerate|i:1686510079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb54678f6f471528b5300bdb95b57a69b620c44', '157.55.39.79', 1669419420, '__ci_last_regenerate|i:1669419420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb5f4515deaebd130d797329e6dd73f3169ce6d', '54.37.233.116', 1650851719, '__ci_last_regenerate|i:1650851719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb694c60e49a8e754827f60f5c985bad4238960', '40.77.167.123', 1684025449, '__ci_last_regenerate|i:1684025449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adba4cbf3d3fe0fda4a4f0686b7702b80d7b55ec', '190.56.50.253', 1682537682, '__ci_last_regenerate|i:1682537682;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682537681;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adbadd7335f74b020b66ec680986c1bf722e4438', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adbfa5adbaace0edabe4dcf5e317fe7c1edeb193', '207.46.13.230', 1656236269, '__ci_last_regenerate|i:1656236269;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 ('adc12b2004d9c28c6c4e415c24ad8feedeb3cdc8', '207.46.13.211', 1679500360, '__ci_last_regenerate|i:1679500360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adc20cd7c2d481552e9cdb7a58ef1062bb3484d2', '190.56.32.174', 1676897669, '__ci_last_regenerate|i:1676897669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676897620;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adc5388a063d2d3eb9267838fd670558717db367', '198.251.73.109', 1679118203, '__ci_last_regenerate|i:1679118203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adc5c5f177319472bdd6c675f5848066733a5d77', '52.167.144.171', 1684463387, '__ci_last_regenerate|i:1684463387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adc7ddc14e1bed925e152e084c64aef88ab4d06b', '114.119.147.129', 1686904330, '__ci_last_regenerate|i:1686904330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adc92302e9476df29c3b3a175b55ee369777b609', '207.46.13.6', 1672157216, '__ci_last_regenerate|i:1672157216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adc9b30e7d8c2606521285c34f7c8f34d0d6a3df', '207.46.13.53', 1662591567, '__ci_last_regenerate|i:1662591567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adca4492a0ebf59f1340365cdee2efae79054150', '200.119.170.168', 1670612094, '__ci_last_regenerate|i:1670612094;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"OaVwpdKEnFUJ9lteI5ML\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adca7f75af4c76fe76e2bc062509b9db9a50f108', '52.167.144.76', 1682188394, '__ci_last_regenerate|i:1682188394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adcb73ac5140e91ccb9166a9c7660a2773e3dbd4', '52.167.144.164', 1685369540, '__ci_last_regenerate|i:1685369540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adcc1962d296bd65c1c6af8b21f67427748eaf36', '190.148.158.175', 1672243222, '__ci_last_regenerate|i:1672243222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672243180;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adcc4171986a723e1eabdff3d3521422045a3dfa', '52.167.144.31', 1675780382, '__ci_last_regenerate|i:1675780382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adccfdba457a095d8a534f07f23cf83c9be98518', '114.119.132.104', 1686873091, '__ci_last_regenerate|i:1686873091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adcd1fbfa97aad9bb10c6e803b23ff8e56c19fa8', '190.148.87.99', 1686957327, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686957327;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686957324;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adce8495d6bda097aff0f36d9f79d04c7ea3909e', '40.77.167.202', 1687856929, '__ci_last_regenerate|i:1687856929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adcf4553c27cc98b30d88acd0891c4120cd8d4af', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add08f7f412aefcd8e49f3b5719fded46eecbc83', '157.55.39.253', 1681905973, '__ci_last_regenerate|i:1681905973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add1244cb61ee4d4c1be2f7767c240608d56f2ea', '51.222.253.1', 1661082998, '__ci_last_regenerate|i:1661082998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add4fb0ac4d1ba206a60536b04d54d25060a6835', '200.119.173.78', 1682892373, '__ci_last_regenerate|i:1682892373;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682892220;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add5379cb67534a46291aea2fe0a9f23e3824969', '3.237.104.7', 1654168717, '__ci_last_regenerate|i:1654168717;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 ('add6bf31978bd80d23039d11816b13057790c63f', '190.148.252.182', 1663798237, '__ci_last_regenerate|i:1663798237;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663795545\";last_ip|s:15:\"190.148.157.203\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663797817;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add756d3a4654da62539e48ecbfe34033671f502', '35.225.142.185', 1652266746, '__ci_last_regenerate|i:1652266746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add7fd32b3e7d768bfe31fb9dcc7fe0bb2d3e31f', '40.77.167.133', 1683798907, '__ci_last_regenerate|i:1683798907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add8c7942f8fddcc95a20d56d6d04bca2615e245', '207.46.13.36', 1672865406, '__ci_last_regenerate|i:1672865405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add8e1eee4386e18ba346f33915979f44455804b', '114.119.151.83', 1687913516, '__ci_last_regenerate|i:1687913516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add9d5819b448913ebd18e717d0aa7880c12ab2f', '200.119.174.30', 1667520216, '__ci_last_regenerate|i:1667520216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667520211;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('addab33875cb60cf381ff0c53c24fe7bebfbaac7', '200.119.174.9', 1674329573, '__ci_last_regenerate|i:1674329573;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674329190;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('addac433c98a5ca551ce54c8d7c265fcb56d813d', '157.55.39.100', 1672390030, '__ci_last_regenerate|i:1672390030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('addc67173cc0e8957fb5a5a1de4f1df0f595f4f0', '52.167.144.98', 1685760628, '__ci_last_regenerate|i:1685760628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('addc682734723cac51e7feb38dc75fb99c858baa', '190.148.157.242', 1687011094, '__ci_last_regenerate|i:1687011094;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687010998;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade00b71a83c49e4acceb970535159f61e7f2d22', '52.167.144.90', 1680953980, '__ci_last_regenerate|i:1680953980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade0703e900e5668e4c3b088f0dd8677193a263f', '190.148.87.6', 1668282157, '__ci_last_regenerate|i:1668282157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668282151;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade07bb7e5a20e879cc4375cbaa9dd45dafcb1cd', '17.121.113.126', 1659774870, '__ci_last_regenerate|i:1659774870;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 ('ade3260c727d965bd05022cb118213010090e31b', '51.222.253.20', 1654449167, '__ci_last_regenerate|i:1654449167;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 ('ade32ce8d6a12aee0f46163f43e266ff4e513950', '190.148.252.183', 1681592777, '__ci_last_regenerate|i:1681592777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681592775;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade450d14a4a8c0baffad610a162846a47cef45d', '190.148.252.235', 1666904935, '__ci_last_regenerate|i:1666904935;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666904922;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade4e1656d1a1cbb27601aa65759ac574f39103c', '190.148.252.151', 1670980671, '__ci_last_regenerate|i:1670980671;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670980665;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade6283ac99b0747c0f6db7633ea344792e7d774', '190.148.252.233', 1668812233, '__ci_last_regenerate|i:1668812233;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668782296\";last_ip|s:15:\"190.148.252.233\";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\";user_csrf|s:20:\"Muj3pEW6liBhmswVefvZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade9248ed857b823e5dcb79c7ad4eaa9c172f994', '207.46.13.1', 1671418938, '__ci_last_regenerate|i:1671418938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adeba47b3c5b8ea6888acafe20013fb10e72d2b3', '40.77.167.156', 1678434102, '__ci_last_regenerate|i:1678434102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adec68f275bbd7ce22b7c18cc79c2f46590eeea9', '35.160.166.179', 1686185668, '__ci_last_regenerate|i:1686185668;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 ('adec978b31780e696f4297071932596c10b313e2', '54.212.114.172', 1680613708, '__ci_last_regenerate|i:1680613708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adee4a758c27dda97587c6d86d24f4f2f61fd55f', '52.167.144.61', 1688053295, '__ci_last_regenerate|i:1688053295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adeffef26ea6580a2d8d58945ed63e6ad5be3833', '51.195.216.255', 1650895511, '__ci_last_regenerate|i:1650895511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf11471e1cb978c306acff3808c59a9c1e3a963', '190.148.252.161', 1669852334, '__ci_last_regenerate|i:1669852334;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669851869;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf2895d72aabd4d8a4ebd516c5ffa0d91d5b16f', '114.119.137.160', 1687607953, '__ci_last_regenerate|i:1687607952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf318f2d4405102358d7e7bdb6469590daaaca4', '52.167.144.98', 1686103016, '__ci_last_regenerate|i:1686103016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf3dff5a15ad2c582fa8afa7848b4063033ec62', '157.55.39.46', 1672844818, '__ci_last_regenerate|i:1672844818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf4b7f10cdca7ed8e05142636b24e62721d2eeb', '114.119.146.206', 1683656165, '__ci_last_regenerate|i:1683656164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf673456046c69cd66c986e8e165c3111f0a96f', '207.46.13.215', 1677205652, '__ci_last_regenerate|i:1677205652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf9ccf434c0fd37238c7df9bdec865ae023847f', '40.77.167.221', 1680731034, '__ci_last_regenerate|i:1680731034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfc50920bdab6fca79f03b42dc8ddd5ef433b09', '54.36.148.19', 1675679006, '__ci_last_regenerate|i:1675679006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfc88074027592e0678c81639140acb8e2046a2', '206.81.14.203', 1671917133, '__ci_last_regenerate|i:1671917133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfd0532e121a0d222f2e4a8646290d11128153e', '51.222.253.3', 1669026639, '__ci_last_regenerate|i:1669026639;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 ('adfe17fbe17a95efa8c33127c191141b8a11e0a3', '190.56.55.113', 1673452960, '__ci_last_regenerate|i:1673452960;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673295116\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"e1jfkHxF5QzS6trZo3hn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfe43a29e9f5ec52508333214e9f9ec5c8141a3', '52.167.144.171', 1685076625, '__ci_last_regenerate|i:1685076625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfedd04b3e6389f988645da00f94b209298b2b3', '40.77.167.182', 1683218820, '__ci_last_regenerate|i:1683218820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae00570b04419f9a8b6ae3605291c6d1e1a0a4cc', '52.167.144.164', 1684603365, '__ci_last_regenerate|i:1684603365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae0394bacef1a7b25df99eb6c44fa549270f8006', '52.167.144.98', 1684289107, '__ci_last_regenerate|i:1684289107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae03dcdfd780f25d4969ba11c286f4fc31958d1e', '114.119.133.42', 1685985802, '__ci_last_regenerate|i:1685985789;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae03ec167c73e31f3f037f04fffafe6167f2bdda', '190.148.157.83', 1687727145, '__ci_last_regenerate|i:1687727145;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687727082;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae04e1b56fb2a2fe265618ac2236ec27e920a22b', '163.172.157.95', 1682453613, '__ci_last_regenerate|i:1682453613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae07ec11825abee9e35548ea10a686a0a8d50554', '114.119.131.35', 1687570547, '__ci_last_regenerate|i:1687570547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae099421168f7aec6d33855219d142f64b01c5bb', '74.208.2.213', 1672574286, '__ci_last_regenerate|i:1672574286;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae09c6cfb91cd9be510f50c7db76410ab0923fda', '52.167.144.162', 1686202144, '__ci_last_regenerate|i:1686202144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae0b11949c40bed095cc91cc638c19e93ba16b27', '114.119.148.108', 1688513253, '__ci_last_regenerate|i:1688513253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae0b5a7f9871c26aadb73c190079143729133a26', '190.56.55.113', 1673553825, '__ci_last_regenerate|i:1673553825;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673553781;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae10d5a5f8e43e6c2b8668c141f20ca38b1c7797', '17.121.115.119', 1662863318, '__ci_last_regenerate|i:1662863318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae14c6365d2e13e9591abac2896af4479b4a90ea', '40.77.167.39', 1656872878, '__ci_last_regenerate|i:1656872878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae15f649d9c3c6244f74d4edd6bd629d6b1457a6', '157.55.39.62', 1660155158, '__ci_last_regenerate|i:1660155158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae182204d87740476cc4ce27670ed0df5cd39878', '52.167.144.171', 1685708021, '__ci_last_regenerate|i:1685708021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1bc3e1ab667d0a37344c5e1f2ced20833fd732', '175.196.127.111', 1650791335, '__ci_last_regenerate|i:1650791335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1c10b90d45acdb9aac92d66b6c72db81a72369', '114.119.133.192', 1685458511, '__ci_last_regenerate|i:1685458510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1f62bff4103b9eb3694b3fbc13be1c3df25df1', '190.56.50.38', 1670416425, '__ci_last_regenerate|i:1670416425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670414498;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1fb68bb1ce94ca031530752369496a8e15632d', '208.80.194.41', 1652623807, '__ci_last_regenerate|i:1652623807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1fc725523b7306b6b0d1521e057a5452339457', '114.119.132.163', 1683779628, '__ci_last_regenerate|i:1683779628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae1fd5c0e976de5e89e4a95392d2398639e01cfd', '190.56.32.174', 1676898186, '__ci_last_regenerate|i:1676898186;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676897670;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2001eebe87efc4b612aabbff6d9c3a5bf43d7b', '66.249.65.178', 1672183484, '__ci_last_regenerate|i:1672183484;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 ('ae211eac8e70def0c52fbf74b32bc664c574a72d', '51.195.90.229', 1650840524, '__ci_last_regenerate|i:1650840524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae222784dcaf388e63e1357f377ebd3df55f60b5', '51.222.253.17', 1685107358, '__ci_last_regenerate|i:1685107358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae222ab0559719f81a6b3fa5f3555aa51262b69e', '114.119.128.58', 1685914555, '__ci_last_regenerate|i:1685914555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae230592bb4afe2f2ead57a63c22eb616fe4a8aa', '190.148.252.166', 1658170273, '__ci_last_regenerate|i:1658170108;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658160536\";last_ip|s:15:\"190.148.252.166\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658170272;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae23262a9d52c83b8fb9babc7326d5b9a2e3a937', '213.152.162.181', 1651324367, '__ci_last_regenerate|i:1651324363;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 ('ae253cffeb246d4efded12f86034c66558786f2a', '190.148.157.177', 1682033587, '__ci_last_regenerate|i:1682033587;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682033575;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae279059860cf9c4b01893cd1003008ae5cd2bf2', '200.119.170.143', 1670253501, '__ci_last_regenerate|i:1670253501;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670253498;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2862dc9134744c7225d87155749d04520ba546', '190.148.87.23', 1679439284, '__ci_last_regenerate|i:1679439284;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679438943;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae28a59fec8ebaa2dc2d484281c46bfef4547498', '114.119.131.195', 1688003809, '__ci_last_regenerate|i:1688003809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2ab1a67b504656cdab6d6e781529e206deb74c', '200.119.172.96', 1675435928, '__ci_last_regenerate|i:1675435928;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675435720;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2b8e6481f0dcca474bfd2280eb7a028944cc99', '40.77.167.227', 1682028754, '__ci_last_regenerate|i:1682028754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae2f950f3e6467fac8874e7b1232e78764e57b01', '23.236.255.215', 1675485513, '__ci_last_regenerate|i:1675485513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae31c22c38b9e761f35a9442a2508eb2b5cfe7e5', '200.119.168.250', 1681081366, '__ci_last_regenerate|i:1681081366;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681081363;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae31da1e1a4a91d0adbb9f23461d464bffda51f2', '52.167.144.98', 1684776784, '__ci_last_regenerate|i:1684776784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae31edd2202f8eccc9698a99f46bfbed8c8da559', '200.119.173.87', 1663004395, '__ci_last_regenerate|i:1663004395;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae332870b32d640c91c88e0a82b96677ccfaaaaa', '52.167.144.43', 1683721032, '__ci_last_regenerate|i:1683721032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3580a88f1913b42c80bfa49b6627710bd0d2f1', '165.22.197.181', 1687575144, '__ci_last_regenerate|i:1687575144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3688414aad440b40c3a5e40f6e91009d3dc580', '190.56.32.35', 1671660132, '__ci_last_regenerate|i:1671660132;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae391b4684852672d829d008758f4ac2a834492d', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae39520f06769340a275b92cb32e02c4aaec97c4', '207.46.13.224', 1680504566, '__ci_last_regenerate|i:1680504566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3a6998b6f5c5b345cd51ea5becad93f70e033e', '54.36.149.72', 1656058752, '__ci_last_regenerate|i:1656058752;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 ('ae3af3e6a629e8b8ee2a9d2ea7f1920ac52c53b3', '130.245.169.247', 1657277750, '__ci_last_regenerate|i:1657277748;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3c8420975b45f43b0c0e491290b78b67888f66', '200.119.173.67', 1679354688, '__ci_last_regenerate|i:1679354688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679354685;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3d9a340ff1c4957708da3deea4cf6840bf9a0a', '207.46.13.41', 1671138056, '__ci_last_regenerate|i:1671138056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3f952c021ba6b44f934b3808dadb7a31f40438', '17.121.113.6', 1659877555, '__ci_last_regenerate|i:1659877555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae420623628cf8d55b9fe872484866fbf3c34653', '190.148.157.183', 1680212665, '__ci_last_regenerate|i:1680212665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680210842;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae43db24ca3a32bda05be57b3be0950e3381bce4', '157.55.39.144', 1665386051, '__ci_last_regenerate|i:1665386051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4413aa6b31fb1014887686ed7f85b6dc57245d', '17.121.113.137', 1658807993, '__ci_last_regenerate|i:1658807993;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 ('ae4462e7dab538fd6e99048d5dfe9592d5311cf1', '51.222.253.13', 1685534042, '__ci_last_regenerate|i:1685534042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4490b8872a858673de9dafb4951280106f1ee8', '17.121.112.176', 1658262044, '__ci_last_regenerate|i:1658262044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae453e79b094d9a272040e845d6bbe519174f6e6', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4560225d03405ef03b9e1d86f096d2ddbe3220', '52.167.144.98', 1685878293, '__ci_last_regenerate|i:1685878293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae46e2ad7402de8362b4fbe6aec774154eb52689', '200.119.168.118', 1668032531, '__ci_last_regenerate|i:1668032531;requested_page|s:14:\"admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae475d4c5d35718559b7d1f5e6ea24168d25cea2', '138.246.253.24', 1671780323, '__ci_last_regenerate|i:1671780323;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 ('ae4983424c2755e97cc860ddb1b8e960c36e7b07', '199.244.88.221', 1665068609, '__ci_last_regenerate|i:1665068609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae49fced39ce1998c920aecbc492af8412a751bf', '157.55.39.164', 1654704762, '__ci_last_regenerate|i:1654704752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4adf1ef0754dc944a4a7d1f3d5c3390a596f92', '52.167.144.31', 1681178950, '__ci_last_regenerate|i:1681178950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4ba9bd50c7fdff3955a5f1349ad656fb5bdc48', '114.119.151.1', 1687673946, '__ci_last_regenerate|i:1687673946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4d9874342660adcba66954209f024b609e13e1', '52.167.144.109', 1680360103, '__ci_last_regenerate|i:1680360103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4e527038f42053fff3c48a48b365ccfc8f36cc', '65.21.206.45', 1662557210, '__ci_last_regenerate|i:1662557210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae4e538657107303ab04876b885fadee399051d3', '200.119.171.1', 1658179075, '__ci_last_regenerate|i:1658178709;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658170113\";last_ip|s:15:\"190.148.252.166\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658179075;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae51b42de9d918a77c3e7d0f91114392113c3bbc', '82.80.249.158', 1668921128, '__ci_last_regenerate|i:1668921128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae52d5380a29fa583551de9d2b4e23c847651ebb', '157.55.39.87', 1663581048, '__ci_last_regenerate|i:1663581048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5329c76392c6b584f6b2b13995768bd1402478', '207.46.13.154', 1670887778, '__ci_last_regenerate|i:1670887778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5334ee7acdf4202c6da1df23d48412a0ba1daf', '190.56.173.213', 1683291273, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683291273;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683291267;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae543cefc3e050021d65ac1b6b3dbdea534afb08', '114.119.128.218', 1687738053, '__ci_last_regenerate|i:1687738053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae54cf5b7a06d452345a00e729c69c37851dcca7', '190.56.173.175', 1652898471, '__ci_last_regenerate|i:1652898471;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652896824;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae55cdfc3b287b757151d214e5036a16a3d5cb95', '190.148.157.177', 1682261789, '__ci_last_regenerate|i:1682261789;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682261681;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5616ac8a52dd341c7cd058043aff1b80a51af6', '212.47.251.118', 1668870647, '__ci_last_regenerate|i:1668870647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae56aa49fdb9b11363c36513b1dba30ea5747d73', '190.148.157.98', 1679319163, '__ci_last_regenerate|i:1679319163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679318619;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae578b5cfe687682a7ec8732b21de19b42a898c1', '190.148.157.177', 1682112264, '__ci_last_regenerate|i:1682112264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682112240;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae58db9ec3bc2c16e1b40dfb040c2045eb906045', '54.244.58.226', 1670506120, '__ci_last_regenerate|i:1670506120;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 ('ae5a300aa432274f83701083e065976637d47a6f', '190.56.173.213', 1683403613, '__ci_last_regenerate|i:1683403612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683403472;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5d71519c13b85bf7fe1c9a5831f14301186201', '51.222.253.20', 1658760834, '__ci_last_regenerate|i:1658760834;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 ('ae5ee842884eef61747914d93e4e7c22150c0bc1', '207.46.13.207', 1678622476, '__ci_last_regenerate|i:1678622476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae606362d53f36c520e46680cc3e65ebd9fcf235', '190.148.157.99', 1662471381, '__ci_last_regenerate|i:1662471381;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414777\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662471316;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6414572746daf1db694df6b454860cd3c9600f', '51.222.253.15', 1657494037, '__ci_last_regenerate|i:1657494037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6641511ff340945a8c6938f3e88bf24bcf8601', '52.167.144.164', 1686021033, '__ci_last_regenerate|i:1686021033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae66a49544e49ef02a3f9ad294127e01d9f24ef5', '114.119.133.146', 1685985638, '__ci_last_regenerate|i:1685985638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae66e046011a7fbde75ebe85268c76445b9218d9', '51.222.253.6', 1658201926, '__ci_last_regenerate|i:1658201926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae671a559534a81d12657c47a26dac675c64f4e2', '35.87.17.250', 1685948652, '__ci_last_regenerate|i:1685948652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae67422c86c2578e8cc66b859d94de2970c447a5', '109.239.58.107', 1657683208, '__ci_last_regenerate|i:1657683208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae67d237189d762d08074d78155c574d954fd8bd', '130.245.169.139', 1657878940, '__ci_last_regenerate|i:1657878940;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6b12d18097f5aa9272186924257b2d26ff9d4c', '190.148.157.173', 1652714726, '__ci_last_regenerate|i:1652714726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6cc13aa0a5c8de0ac32801733355d08f0559e6', '200.119.172.60', 1674925453, '__ci_last_regenerate|i:1674925453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674925438;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6e7d106e2df3a27eb69697762f9f63406f69f1', '114.119.155.126', 1687187039, '__ci_last_regenerate|i:1687187039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae701c3a311c9f36ea5d0348d2d8323dd710f36f', '157.55.39.100', 1671956118, '__ci_last_regenerate|i:1671956118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7505d0d08c9ff24a8caa835826ffdaed3cab31', '200.119.173.90', 1657234115, '__ci_last_regenerate|i:1657234115;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657224817\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657233354;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7551fd7f6b5a48b733e13015f3a21cb9fe21f1', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7683e90020555538b226a8f3be9fc13af076e6', '51.222.253.17', 1656938124, '__ci_last_regenerate|i:1656938124;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae775ca2c17d9b40430fec68243053cca61828ac', '207.46.13.209', 1681350948, '__ci_last_regenerate|i:1681350948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7a16f76026e5559cc6ffdec44c83026c3b6f8c', '207.46.13.175', 1672951288, '__ci_last_regenerate|i:1672951288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7a55504d07e54bc1b5bd4fda0a60fa95a90517', '157.55.39.55', 1660874412, '__ci_last_regenerate|i:1660874412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7b1e5c5e8d8b227eec035e23b29e615d9e70bf', '18.236.91.134', 1683931572, '__ci_last_regenerate|i:1683931572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7c95657054dc417e7b0e4615cf9bf7ae0ccafe', '190.56.50.120', 1661823174, '__ci_last_regenerate|i:1661823174;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661808867\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661822665;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7d0c9066ec5a1b879894be892c0094f0559e25', '66.249.79.193', 1688313755, '__ci_last_regenerate|i:1688313755;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 ('ae7db2d2e57a9a158573265a6de28d977bfe6f9f', '40.77.167.45', 1670270174, '__ci_last_regenerate|i:1670270174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae7e199620f5b48ced954ba32709fd2b8214ba28', '17.121.114.245', 1658697321, '__ci_last_regenerate|i:1658697321;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 ('ae810a89c448bac20bfabd2f7df8285425e7fc5e', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae839230a43312d4f09a41d8ddd3c1a19a7438fc', '40.77.167.123', 1683592890, '__ci_last_regenerate|i:1683592890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae839cf28e65a43e238190f1c58141ef148a1c4d', '200.119.174.9', 1674507967, '__ci_last_regenerate|i:1674507967;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae858ff8f4cabef822b899653f58358c1bc92ede', '149.57.16.7', 1653807045, '__ci_last_regenerate|i:1653807045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae85fa539d38b88524696a750607debef7986ab3', '40.77.167.169', 1676268496, '__ci_last_regenerate|i:1676268496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8693bfdcaa5b5eff5d4552388161fbc1d78da9', '190.56.55.113', 1673713562, '__ci_last_regenerate|i:1673713562;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673712491;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae87977243c78222311a7e7bbda17c43eb504bdd', '40.77.167.115', 1681719185, '__ci_last_regenerate|i:1681719185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae880dcbaa9c826c41d51d14e9c9927a0f9a5b4c', '51.222.253.18', 1686341390, '__ci_last_regenerate|i:1686341390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae89148adffd4140764f25013b58c8c509f3d4a7', '50.21.188.16', 1675140487, '__ci_last_regenerate|i:1675140487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8aadb28947963589dbb54aa9255235ae85d4d4', '50.21.188.12', 1663642566, '__ci_last_regenerate|i:1663642566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8be43519486cb5310638818f04296dd81b1597', '43.134.54.140', 1686777003, '__ci_last_regenerate|i:1686777003;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 ('ae8cdfb792e3181872cfb38eaf7e7eb605e5e036', '190.56.50.6', 1686956020, '__ci_last_regenerate|i:1686956020;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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\";last_activity|i:1686954558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8d0c294533739751dcc83cda55433e8fd8a5d8', '190.148.158.164', 1667389986, '__ci_last_regenerate|i:1667389986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667389677;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8e116f75db943cad80c354ba5a760a7aa054ea', '5.188.62.76', 1656408489, '__ci_last_regenerate|i:1656408489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8e9b22470a8e90f387cabe89462cfd873e1aa1', '40.77.167.102', 1662483421, '__ci_last_regenerate|i:1662483421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae8ea0d8e55c129c415b16fb4a7f79f71959368a', '114.119.155.44', 1687651428, '__ci_last_regenerate|i:1687651428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9041ec6cc88bae2771bf48030e4f29c64d0a59', '157.55.39.231', 1672535787, '__ci_last_regenerate|i:1672535787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae905af587c0d9d351e235830519fa921ddb660c', '46.101.63.152', 1652762864, '__ci_last_regenerate|i:1652762864;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 ('ae9125ed6313bb5192748cf5c5881b19f1dc8448', '40.77.167.184', 1678960438, '__ci_last_regenerate|i:1678960438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9136d1de42d128d5ffd8447a6d5266dfc5cea4', '114.119.155.203', 1685982393, '__ci_last_regenerate|i:1685982393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae922fe3f97206ed1cd10d5730a914ceb590796b', '190.104.120.4', 1688139936, '__ci_last_regenerate|i:1688139936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae93d127f4c3c0da1ca6a12c1c5553a47a9f7ada', '52.167.144.164', 1686455267, '__ci_last_regenerate|i:1686455266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae94c5cd624a279114f335578d186bfe6c48951f', '190.148.158.151', 1677176116, '__ci_last_regenerate|i:1677176116;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677174060;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9555a3d9458f495cb8baceeaf0f317f84688ac', '114.119.141.71', 1686183206, '__ci_last_regenerate|i:1686183206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9780671b3f4f6ce869ac4b5a4ae705feb3c144', '35.225.142.185', 1652266749, '__ci_last_regenerate|i:1652266749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae988f619218022aaf20431b1e2ebea0e343d734', '190.148.157.117', 1675647521, '__ci_last_regenerate|i:1675647521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675647445;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae99c277d1da2b39b4fe7b2948df2ca052b05ba1', '207.46.13.206', 1678252575, '__ci_last_regenerate|i:1678252575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae99c8f1e32e1d047c4448279c7a6cf40810c83b', '52.167.144.171', 1685242141, '__ci_last_regenerate|i:1685242141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9a88c76399115065abf71f7c5dca073af2675b', '3.22.187.177', 1664946799, '__ci_last_regenerate|i:1664946799;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9b32557b829d1ad1be2722f8029a53656b6e9a', '157.55.39.65', 1661985647, '__ci_last_regenerate|i:1661985647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9dc5b59ca061006202450a9a6b0c25975054ea', '52.167.144.61', 1688036822, '__ci_last_regenerate|i:1688036822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9e408f9ba81af180328066a7a0224a3b658df9', '18.246.21.99', 1686959438, '__ci_last_regenerate|i:1686959438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9ef6a2dfbb800097b707b3eca4df1015014385', '128.90.173.86', 1677829870, '__ci_last_regenerate|i:1677829856;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 ('ae9f21ce0b4ccd57c0521504ae0c28d91b3847a2', '114.119.139.48', 1687849490, '__ci_last_regenerate|i:1687849490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9fbe635af8ffc69917c19c39eb4800d0c68596', '190.148.87.6', 1668431992, '__ci_last_regenerate|i:1668431992;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668260330\";last_ip|s:12:\"190.148.87.6\";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:1668431959;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aea02d88196663220b5f39855c6f5960acb7ea48', '40.77.167.39', 1657218273, '__ci_last_regenerate|i:1657218273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aea14149570781f7e50e8466e32da8033b9dc3a1', '190.148.87.96', 1678387710, '__ci_last_regenerate|i:1678387710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678386512;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aea65d52f7d7970d6b8752b9cc7fc49b4f1a4802', '52.167.144.164', 1684952252, '__ci_last_regenerate|i:1684952251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aea8bec28cdc776d6c8ab8a1f2bd6bb28da83856', '52.167.144.98', 1686291508, '__ci_last_regenerate|i:1686291508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeab6700b8c086dd976ace312c9031354efe666c', '200.119.172.60', 1675011229, '__ci_last_regenerate|i:1675011229;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675011222;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aead75f2166c9a6a9977829f2cdcb47dcd97c5cd', '157.55.39.167', 1674773853, '__ci_last_regenerate|i:1674773853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb1197b185ab1cef10fd543c3b28d6477681c0d', '130.245.169.139', 1657878934, '__ci_last_regenerate|i:1657878933;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb17c8c615442f7fbe19bf7ea337a7e5f9f3426', '130.245.169.139', 1657878937, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb247c4555838b08774bb6354a38f764752d38e', '114.119.139.44', 1686934587, '__ci_last_regenerate|i:1686934587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb6083171c376479f14300ee3f75127b3520e5a', '18.206.55.48', 1651213085, '__ci_last_regenerate|i:1651213085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb6383c6e7b13712efde7aecb8b8952524989e9', '200.119.173.130', 1676166074, '__ci_last_regenerate|i:1676166036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676166074;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeb8747399ace41d27133ff38683ea01b50063a1', '54.36.149.67', 1653022418, '__ci_last_regenerate|i:1653022418;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 ('aeb9c32b4209a2a91120757a34f452a614926f41', '40.77.167.191', 1681663299, '__ci_last_regenerate|i:1681663299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aebae745353f4df79503889472a408d57765db48', '157.55.39.208', 1685971801, '__ci_last_regenerate|i:1685971801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aebcc916c8d8d0ef66459ea76a4dfd2400bf67b1', '190.56.50.105', 1660655239, '__ci_last_regenerate|i:1660655239;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660654657;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aebcd56696208b3d042be9348359ab8db03c23d7', '190.148.252.235', 1666903341, '__ci_last_regenerate|i:1666903341;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666880343\";last_ip|s:15:\"190.148.252.235\";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 ('aebecce9e3b77716a70e1c4db9f6cb671a4cbaa4', '190.56.32.243', 1684762052, '__ci_last_regenerate|i:1684762052;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684761899;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aec21229b9c9d0786f2ea8ab4c8565262e67473f', '200.119.173.177', 1685034262, '__ci_last_regenerate|i:1685034262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685033896;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aec50552d8f3fb45ce06be50dad0b7118cae2a6d', '190.104.119.122', 1650730995, '__ci_last_regenerate|i:1650730995;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1648663108\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('aecb659cd44d5cb86ab5376058132f0190cd1dbf', '190.56.50.253', 1682726261, '__ci_last_regenerate|i:1682726261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682726203;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aecbfa3ebb752dc1bcba1edc02688f4ab5583bf7', '190.56.55.113', 1673834021, '__ci_last_regenerate|i:1673833505;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673834021;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aecce9480122f9a5438c6d5e024644908e6c0939', '146.148.68.183', 1664132410, '__ci_last_regenerate|i:1664132410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aecef4c41a462bd174de77f2f0077f8a92d3933b', '18.206.55.48', 1658052657, '__ci_last_regenerate|i:1658052657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aecef85a9359af8e5014ad79017e022578131ed1', '200.119.172.95', 1659738013, '__ci_last_regenerate|i:1659738013;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 ('aed28712beeab9b361ad6a9e97cded0247506f89', '17.241.227.8', 1679316318, '__ci_last_regenerate|i:1679316318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed29f22c83ac3113b13546861ccc32c8bc25d27', '54.36.148.43', 1662339077, '__ci_last_regenerate|i:1662339077;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 ('aed3100aa15db47b8986190ba213a19cf3472c78', '106.75.76.244', 1686908257, '__ci_last_regenerate|i:1686908257;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 ('aed3539d68b557feebd4f9ee746321e798dfe046', '200.119.168.250', 1681176889, '__ci_last_regenerate|i:1681176889;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681176886;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed3cce4c9d03fb01866546f30fa027622a96341', '200.119.173.130', 1676155245, '__ci_last_regenerate|i:1676155245;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676154133;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed661289a4f290709f377a13b9f561d81492cb8', '205.210.31.151', 1658604024, '__ci_last_regenerate|i:1658604024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed911e674a9f1052234accc2f564544d41209dd', '190.148.158.151', 1677281345, '__ci_last_regenerate|i:1677281345;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677281339;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed9cd845f0a111defc75d657fba98ce9bf3cbb6', '190.148.157.53', 1683761890, '__ci_last_regenerate|i:1683761890;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683761260;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aedcf668e3f59cd5d9883c87b85effad9c107c6a', '54.36.149.37', 1681066718, '__ci_last_regenerate|i:1681066718;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 ('aedd0dcbc7c47cd286508fb1f6c142084ff20fb4', '190.148.252.183', 1681424191, '__ci_last_regenerate|i:1681424191;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681424140;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aedd40d3139bba1380a848ed5a89f6ea4873742b', '40.77.167.11', 1658996259, '__ci_last_regenerate|i:1658996248;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aede35310c7141d053cece400eabdbc45705ab70', '52.167.144.61', 1688122057, '__ci_last_regenerate|i:1688122057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aedfd9db22322e8e39f101007a08e3adfbad3fb1', '65.21.206.46', 1661724013, '__ci_last_regenerate|i:1661724013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee2c502cf617cd3e5c74826c9e0e4b49ae97b62', '51.222.253.8', 1657067000, '__ci_last_regenerate|i:1657067000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee4646afae037b045f957e32a470026c206b260', '207.46.13.41', 1666090436, '__ci_last_regenerate|i:1666090436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee68752d0648c294c246376f5c36b34e9301d25', '190.148.252.197', 1665614846, '__ci_last_regenerate|i:1665614846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665614837;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee7a7ae3ef5b4b6f255b9d98ee70c91da00ccdd', '52.167.144.105', 1677930744, '__ci_last_regenerate|i:1677930744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee802e57f21dd03b52f6f661988f987ae839fd5', '190.148.158.69', 1685659841, '__ci_last_regenerate|i:1685659841;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685543970\";last_ip|s:14:\"190.148.158.69\";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 ('aee84c1f44340cec7a26c7213017c08f1c73ebcb', '185.181.60.39', 1654463473, '__ci_last_regenerate|i:1654463473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee8592f858e064dc0bbdc5aac6cfdcf2318701d', '200.119.172.58', 1659141842, '__ci_last_regenerate|i:1659141842;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 ('aeebc6114530a991df4924d22b735b65f87b4cee', '54.187.158.167', 1675173034, '__ci_last_regenerate|i:1675173034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeec29e77b5ed1e25a99a966329e9ca8cf092296', '114.119.148.33', 1685913676, '__ci_last_regenerate|i:1685913676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeec2e44758ebc6904b64ed79a6a54b765a983d6', '190.56.50.253', 1682714729, '__ci_last_regenerate|i:1682714729;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682714716;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeec4056d4a2e1d55af8af2d50ed96ff92c57b5f', '207.46.13.41', 1671390230, '__ci_last_regenerate|i:1671390230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeec416cef34af9449b46a2c9e87ceebd44fb79d', '149.57.16.7', 1653806994, '__ci_last_regenerate|i:1653806994;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef0870bc9ef66b60249e89815bb40f2579123c0', '66.249.74.103', 1683428952, '__ci_last_regenerate|i:1683428952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef0f20fb8ddf0a4392a9d402f611bbb901fcbb2', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef33632a7eb2993e613436b35ed53b9a88d36e5', '157.55.39.79', 1670608938, '__ci_last_regenerate|i:1670608938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef50a88e1e150b2563f56898425b4a89c75485f', '200.119.173.107', 1686853476, '__ci_last_regenerate|i:1686853476;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686853413;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef55eaa0dc9abc6a910665656d46fbb41b7390a', '54.36.148.108', 1660414214, '__ci_last_regenerate|i:1660414214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef816385eb41c67c96c560e278a545df8dbc2fb', '51.222.253.19', 1661121667, '__ci_last_regenerate|i:1661121667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef9104004abf88460db87a73bae6723dabbd56c', '52.167.144.98', 1686103014, '__ci_last_regenerate|i:1686103014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef98cd45e171782e80669f422dc3d5ca4c07240', '200.119.173.96', 1687124975, '__ci_last_regenerate|i:1687124975;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687124962;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef9b23179499fc1935c3d611fa91544a05c7a61', '190.56.49.237', 1665763558, '__ci_last_regenerate|i:1665763558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665762462;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef9ed4b8fe01330d3c9283d707a26ac9b370a8f', '66.249.79.203', 1681317025, '__ci_last_regenerate|i:1681317025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefa68ebdb692cbbaba64ad6a960e79116a82c3f', '200.119.175.15', 1658450823, '__ci_last_regenerate|i:1658450715;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658415634\";last_ip|s:13:\"190.56.51.184\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658450823;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefa97766a29b4f3ce1c76accdb0adaef75d17ec', '190.56.48.81', 1666024836, '__ci_last_regenerate|i:1666024836;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665785359\";last_ip|s:13:\"190.56.49.237\";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:1666023878;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"H8MD0spo34V9WUANzFeL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefc260e5e896d0dadfcd3eac4a4266c439358d1', '193.43.135.237', 1672188768, '__ci_last_regenerate|i:1672188768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefd16372c91f133a3375de54e3d8b714f415fa3', '190.148.87.182', 1679602936, '__ci_last_regenerate|i:1679602936;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679602673;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefd41ec4e0330aedce3d4670dab4b4dd447a62c', '157.55.39.128', 1673444173, '__ci_last_regenerate|i:1673444173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefd6ecfeb685c705064aaea34e8fb0aa922cc3c', '66.249.79.196', 1688444043, '__ci_last_regenerate|i:1688444043;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 ('aefdbbc1d6d0dcafe3bc9cdeffd97a62e30488f5', '52.167.144.172', 1687104792, '__ci_last_regenerate|i:1687104792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefe1371dae88c13c2dcf0a9088ceed492eee480', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aeffb90e3e544198b63958e282024f33b2399fdc', '52.167.144.164', 1686289789, '__ci_last_regenerate|i:1686289789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af00b3b1e45e3473976a4e0d87e85ef0d26fa53c', '114.119.135.174', 1687760217, '__ci_last_regenerate|i:1687760217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af014212d661c54f20bb0c97d9ebd393fde90a19', '40.77.167.202', 1687467761, '__ci_last_regenerate|i:1687467761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af01aec8070fbf6aa44e60fed05a754bab879940', '190.148.158.175', 1672275522, '__ci_last_regenerate|i:1672275522;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672275439;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af01fb2321497ee7a23d8961390992307797df23', '17.121.113.11', 1652636097, '__ci_last_regenerate|i:1652636097;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 ('af022c3be6b393e3c96f552299ccc3673e983551', '40.77.167.191', 1681663298, '__ci_last_regenerate|i:1681663298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af0300cceac0c60cd764f3c8e973c90ee3702b91', '207.46.13.1', 1671542898, '__ci_last_regenerate|i:1671542898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af04527b209ea8a46b61b973a6dcffdd0c9841e0', '51.222.253.2', 1664039290, '__ci_last_regenerate|i:1664039290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af04f71e3b439c45ee87f5f69893f4f539bb5ce3', '190.56.55.120', 1663364227, '__ci_last_regenerate|i:1663364227;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663332121\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663357413;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af05b9abf788dde569b01496092c8583a43103a8', '114.119.129.225', 1687710291, '__ci_last_regenerate|i:1687710291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af06b8a0cd1393859e7f664a774e841354f68900', '190.148.87.182', 1679788436, '__ci_last_regenerate|i:1679788436;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679788388;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af08421af7546bc710cbd9dd19a386533145946b', '208.91.69.20', 1679303896, '__ci_last_regenerate|i:1679303896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af089a38397df585a76145d92a13fa01440c2240', '51.222.253.4', 1656352860, '__ci_last_regenerate|i:1656352860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af09750993d4baea80d80411aef944172edd3a64', '52.167.144.164', 1685936281, '__ci_last_regenerate|i:1685936281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af0c0f62562263a7ef90e959b219deda5d4a7f35', '54.36.148.14', 1683249314, '__ci_last_regenerate|i:1683249314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af0cdb6b1bfa72816fb7c23fa31f2a486a15ab01', '52.167.144.171', 1684537902, '__ci_last_regenerate|i:1684537902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af0d28382efd93b24faa23a82f326773be338c3d', '200.119.170.221', 1664461217, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664461217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664461201;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af0f746c2881d037b746e63c2d98a1196fae4779', '157.55.39.217', 1683134388, '__ci_last_regenerate|i:1683134388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1045cb248e5b8a235023ff7448cf3aa727870c', '114.119.151.82', 1685767877, '__ci_last_regenerate|i:1685767877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af11215a20dd40b2f2a50b7785d5e3ec089d7259', '200.119.170.168', 1670683427, '__ci_last_regenerate|i:1670683427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670682949;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af12548a3a988f4cfbce2bcc40931f0471e5c5da', '190.56.55.113', 1673747259, '__ci_last_regenerate|i:1673747259;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673747191;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af13db0c24406d33b19c9d836b3d7a5b7e08ad14', '207.46.13.41', 1670851690, '__ci_last_regenerate|i:1670851690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af153f27cafb7e01c740a543bc63cfc35b894490', '17.121.112.46', 1650892036, '__ci_last_regenerate|i:1650892036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af15b4a3736cdb9018c386348321a16a650fb37a', '52.167.144.89', 1679346627, '__ci_last_regenerate|i:1679346627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af162dbf9f66a4d43531cff781754d124075607b', '74.208.2.130', 1672659832, '__ci_last_regenerate|i:1672659832;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af17657b591257cfbcce2e0a707803205bc388d6', '114.119.153.93', 1687990693, '__ci_last_regenerate|i:1687990693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af184cbee173026eafefd9bd29fbc14be74044b4', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;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 ('af185703469ba25981790be4d32873f6bfd1b10a', '17.121.115.85', 1657918328, '__ci_last_regenerate|i:1657918328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af18e1f50afe32467a722a0e01ac74d1478814cb', '34.212.136.149', 1662557602, '__ci_last_regenerate|i:1662557602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1bb61770beb3cab642d5247c72ad45ee776123', '66.249.65.103', 1651258849, '__ci_last_regenerate|i:1651258849;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 ('af1c6d7960ad98bbfaa3c0dd5bf70c8ac3fc6e6b', '157.55.39.194', 1674479545, '__ci_last_regenerate|i:1674479545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1e2c4d0fb1d7eecd6d364d98c852ca25123f07', '52.167.144.98', 1685380294, '__ci_last_regenerate|i:1685380294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1e8b5db24fa27af4e4c952e4b7f8e57b6b9713', '17.121.112.248', 1655767173, '__ci_last_regenerate|i:1655767173;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 ('af1ec8c95c276ac14547861f7406561764fae138', '190.148.158.69', 1685744998, '__ci_last_regenerate|i:1685744707;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685742634\";last_ip|s:14:\"190.148.158.69\";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\";user_csrf|s:20:\"W28HiGsNrTXKhFcC1mf5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1ffdbc70111bdf4e4d6481a5e97be22304f149', '114.119.131.33', 1685438791, '__ci_last_regenerate|i:1685438791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af20b55ecb31b4243043895af8f29c58e42f7b77', '40.77.167.30', 1656303039, '__ci_last_regenerate|i:1656303029;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2270245778d87ad194a50d3c59d5e3badf75d3', '200.119.168.250', 1680630750, '__ci_last_regenerate|i:1680630750;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680630712;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af236cb00567ded8018a437d0d60667e864c63c8', '40.77.167.156', 1679112481, '__ci_last_regenerate|i:1679112481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af245d7670f5cb668519cf7f40f0c38b02dc8f31', '114.119.142.7', 1686222175, '__ci_last_regenerate|i:1686222174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af24b2f8d7628818eab265b5ccdcd594a033b737', '40.77.167.166', 1676585648, '__ci_last_regenerate|i:1676585648;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af24de34d5a53f59270f0d4415e5b16ae186aa7a', '157.55.39.164', 1654553131, '__ci_last_regenerate|i:1654553120;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2561dee27df4ceab53d521937b09b43f177477', '200.119.172.60', 1675015125, '__ci_last_regenerate|i:1675015125;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675015120;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2565986c4971c17737d7952e5ddb4bdd4eaa39', '40.77.167.202', 1687213934, '__ci_last_regenerate|i:1687213934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af267e70cf6da8316f7de3d85886dcfcbe63db5d', '51.222.253.8', 1682147074, '__ci_last_regenerate|i:1682147074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af28e33c1fd302b407b4bbb864068ec1f3c46c06', '52.167.144.42', 1679346631, '__ci_last_regenerate|i:1679346631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af29047f8adf13a8387f83bf98ed1a09c5577ac9', '157.55.39.68', 1667502695, '__ci_last_regenerate|i:1667502694;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2a68400d2b4b50ab8090056f9533c62ba05000', '190.148.252.111', 1678052131, '__ci_last_regenerate|i:1678052131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678051771;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2ad7e30793c98c2b9e89df51ad52765c954d0e', '190.56.32.35', 1671652488, '__ci_last_regenerate|i:1671652488;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671652381;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2b13dbf41863b55c02ab24e5a0730b677d9c32', '17.121.114.110', 1655147034, '__ci_last_regenerate|i:1655147034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2b723e897837a74a2a6a922b787219997cf421', '17.121.113.184', 1659774130, '__ci_last_regenerate|i:1659774130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2bb32fea282caa5c3f79936de013719e84ffe3', '200.119.168.109', 1668877637, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668877637;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668877619;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2be52beb12f0ceb7234bb1a9393ca293b47dd7', '114.119.150.154', 1688377357, '__ci_last_regenerate|i:1688377357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2c8185644c699709a4221956b7b7e49a04b6b1', '114.119.155.70', 1684556092, '__ci_last_regenerate|i:1684556092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2d46bfa0e99ad01c35f946ef2e90e9fe0919ce', '52.167.144.98', 1686414267, '__ci_last_regenerate|i:1686414267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af302d5bfcafaa15bb4ffb575d1595e212f0173e', '66.249.73.9', 1658402546, '__ci_last_regenerate|i:1658402546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af306fcd0231997227c54f178762c79cf4735e67', '52.167.144.61', 1688243870, '__ci_last_regenerate|i:1688243870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af317ce845128bd1348b8bb2a5a29a4c08916518', '52.167.144.154', 1687876788, '__ci_last_regenerate|i:1687876788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af325213e518b0b84340c53a18f72c332d57857a', '66.249.74.107', 1683155663, '__ci_last_regenerate|i:1683155663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3407970aaf64aad137b3f2e188e21467f8b727', '190.148.158.69', 1685899099, '__ci_last_regenerate|i:1685899099;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685899082;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af35dd0e6a31c966714b8c58098c862ef963d5e5', '40.77.167.114', 1678426605, '__ci_last_regenerate|i:1678426605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af393241c039281aed867e84899ca58ecacccfbc', '52.167.144.70', 1688406017, '__ci_last_regenerate|i:1688406017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af395747aaa224f0508c1d5c774b661fc83aca19', '51.254.213.67', 1668549022, '__ci_last_regenerate|i:1668549022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af39a01dc80c4c8cb86c917160b1c4c9dbcca9d2', '40.77.167.225', 1680226204, '__ci_last_regenerate|i:1680226204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af39f945e53f897a39f3149a7c6d7584400a6530', '114.119.135.32', 1685845266, '__ci_last_regenerate|i:1685845266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3a57ed993725c6a0d8aea35f6159c9337c4c3b', '66.249.79.199', 1681530639, '__ci_last_regenerate|i:1681530639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3a859a6dd70b3328136a7a436a29cb032bab20', '190.56.50.253', 1682631384, '__ci_last_regenerate|i:1682631384;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682631381;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3abcbeeb1b442a704a97241cd5b3e3003c0553', '190.56.32.243', 1684797876, '__ci_last_regenerate|i:1684797876;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684797875;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3b1ce08e147cef8e904b3bec40242fb3861678', '40.77.167.227', 1688103777, '__ci_last_regenerate|i:1688103777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3c44eef494b91bf0b62840ddbd231309de2a97', '207.46.13.41', 1671113708, '__ci_last_regenerate|i:1671113708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af3e8d99cef2bb8a1690240c7cf1d6686e494d6f', '35.92.151.49', 1684713690, '__ci_last_regenerate|i:1684713690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af41f0a56f145702ab6971230f3f15807e5c14f0', '114.119.152.64', 1684243696, '__ci_last_regenerate|i:1684243696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af4200808bbf394f2bf58f8bd815b94a5015da3f', '207.46.13.212', 1676951682, '__ci_last_regenerate|i:1676951682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af429a733d53b04735c5be09f942fef8012ce30d', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af42b1c370303b4495b1eca4b077be3378e20a3e', '17.121.115.179', 1651028108, '__ci_last_regenerate|i:1651028108;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 ('af44416e8e1daee0807e7ac75db8acca12bb1c9e', '40.77.167.227', 1682109630, '__ci_last_regenerate|i:1682109630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af449ca15040f3765f550ddcab137972eb72d611', '200.119.172.60', 1675014194, '__ci_last_regenerate|i:1675014194;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675014175;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af45ca16ae09a1241017039ed244ea7c5f597081', '52.167.144.162', 1686834427, '__ci_last_regenerate|i:1686834427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af4ae5617293bcb498bd8ab98fe7f814b7a55e32', '173.249.31.237', 1659409052, '__ci_last_regenerate|i:1659409052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af50f28e5e4613cece2e351e25df9e66452e7118', '51.195.90.229', 1650841002, '__ci_last_regenerate|i:1650841002;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 ('af5267ebd67767a819a6814ede8666680e56c477', '190.56.32.35', 1671842066, '__ci_last_regenerate|i:1671842066;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671842021;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5335ea67ee1e58612d50ad5f6c67d7e8deb0ae', '40.77.167.146', 1687697242, '__ci_last_regenerate|i:1687697242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5357cccd3a7d9485cb54d1a16ce16e025662fa', '200.119.170.10', 1655303139, '__ci_last_regenerate|i:1655303139;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655302779;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5586abe6a7f5da5965b9a0c1f31aa1c61ccc8b', '82.80.249.158', 1668921135, '__ci_last_regenerate|i:1668921135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af559b642620e19d117dc1bd77d0922102bee69c', '183.76.106.218', 1651580914, '__ci_last_regenerate|i:1651580914;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 ('af559e4cb92ae4e0c9ad7bd1b2d35daf9d1e8bb6', '190.148.87.96', 1678406539, '__ci_last_regenerate|i:1678406539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678406534;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af55f0a2ba2654ad64a72d9606a213c8391b14bf', '190.56.49.206', 1655470264, '__ci_last_regenerate|i:1655470263;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 ('af566ee7b7c7a161dfe462c06f854583b27c9030', '190.56.32.174', 1676848122, '__ci_last_regenerate|i:1676848122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676848114;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af56dacfcc5881511013e4a852ca2c2fc3874425', '5.188.62.76', 1659588515, '__ci_last_regenerate|i:1659588515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af590616d683c3e5419b756da7d2526fed18aebc', '190.148.157.98', 1679277115, '__ci_last_regenerate|i:1679277107;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679277114;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af593fb34d4e86b9065a67e88dea0310df3237f2', '190.148.158.69', 1685999321, '__ci_last_regenerate|i:1685999321;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685999278;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5a86b36bc603156f68e5ceb5241c4ee39978ad', '51.222.253.14', 1687888794, '__ci_last_regenerate|i:1687888794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5a92d6db018ba51d7f72053d2e79c41ff72a06', '114.119.157.46', 1687624895, '__ci_last_regenerate|i:1687624895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5bb8ed331afa7f14109ec701761e2baf4c019b', '149.56.150.116', 1650829801, '__ci_last_regenerate|i:1650829801;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 ('af5e6f0ab16615234098b6a05668ad98a60283eb', '51.222.253.13', 1651573953, '__ci_last_regenerate|i:1651573953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5ecc771ed02126023c7e2d1b3999a5b17757d3', '114.119.157.152', 1688110964, '__ci_last_regenerate|i:1688110964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5f7e19ee833b3bceb6d4b1a34c7ea95462a786', '207.46.13.1', 1671347522, '__ci_last_regenerate|i:1671347522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af61ebfb43971b29e040e7f59f383c41f2a358ee', '52.167.144.107', 1680620872, '__ci_last_regenerate|i:1680620872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af62390f90e25672dcdbc79578e3b066969064dc', '52.167.144.74', 1688057619, '__ci_last_regenerate|i:1688057619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af654a8614314ca3dcafe113225acb80b1825469', '51.222.253.2', 1655650785, '__ci_last_regenerate|i:1655650785;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af6620167657367fdc9ae9fc6bd095c1707314fb', '163.123.143.136', 1658757104, '__ci_last_regenerate|i:1658757104;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 ('af67497a67489f09945c6b6fc64747e2e4e7b23a', '51.222.253.20', 1683713294, '__ci_last_regenerate|i:1683713294;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af69cff9868c4499c9570697b6fd3dedfabeae77', '34.217.51.42', 1684630851, '__ci_last_regenerate|i:1684630851;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 ('af6adacea66da6cfa238a2441fa9857e2101ebfd', '114.119.139.123', 1687725632, '__ci_last_regenerate|i:1687725632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af6b430a128f2c569305ac2125b07db47fb5c369', '190.56.32.162', 1686535564, '__ci_last_regenerate|i:1686535554;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686535563;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af6dca0de90f3ec36975c59a19f7b6844d4cac88', '52.167.144.171', 1685087471, '__ci_last_regenerate|i:1685087471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af6eb6f12b99a2f15cf471b33a7961c21934161e', '52.167.144.98', 1686574867, '__ci_last_regenerate|i:1686574867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af6eea87ad703661b9d54484527b496b518d1e56', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af72ac01c19768ec3dc33a48bfe1b668f4b46312', '114.119.133.42', 1688483684, '__ci_last_regenerate|i:1688483684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af72cd4ce1089742b77302f1d94b0c0380fba095', '190.148.87.244', 1654614652, '__ci_last_regenerate|i:1654614652;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654613846\";last_ip|s:14:\"190.148.87.244\";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 ('af74c22652fb1ea3328f635164119d7bc0bf14b3', '51.222.253.12', 1653022420, '__ci_last_regenerate|i:1653022420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af76192e8b4f39382cdfbf880fbcd257b52487e8', '114.119.133.98', 1685741795, '__ci_last_regenerate|i:1685741795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af782082e89a5629bebc2f0bc6f9dbd8775a7746', '190.148.158.175', 1672609170, '__ci_last_regenerate|i:1672609170;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672608788;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af78aca0a56c782d5b3e8782b3751db235f5e0cc', '40.77.167.37', 1668834605, '__ci_last_regenerate|i:1668834605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7911f212a62dc48579d8dbe5932da7de17e468', '207.46.13.53', 1660360110, '__ci_last_regenerate|i:1660360099;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7a7e6b6f2a2012bcf8d4e90787eeca69c7f685', '74.208.2.193', 1672574071, '__ci_last_regenerate|i:1672574071;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 ('af7b5085134db770e75ffb057fe37e522f29d353', '66.249.79.196', 1688170152, '__ci_last_regenerate|i:1688170152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7b6b3f8cbc1c9ed3a649c96ea627f02803b798', '173.249.31.237', 1659409087, '__ci_last_regenerate|i:1659409087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7bc17bf49883ab56d8d4435623d026769c8efd', '190.148.157.53', 1683675219, '__ci_last_regenerate|i:1683675219;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683674129;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af7dd30d08c6d5417557e1cbb97963b786a8826e', '17.121.113.227', 1652596332, '__ci_last_regenerate|i:1652596332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af8663032bf91fd0cf2d894e25171a5458d98a1e', '200.119.172.60', 1674928424, '__ci_last_regenerate|i:1674928424;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674928422;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af880423d1cbed13cf3bc41d0f89906bb59df522', '200.119.170.120', 1660094406, '__ci_last_regenerate|i:1660094406;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660080594\";last_ip|s:15:\"190.148.158.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660094399;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af89583611985126959f0a060f9f03817e6115a3', '52.167.144.76', 1682109609, '__ci_last_regenerate|i:1682109609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af89b57595e6fd99e6f72288e153f4b0125dd3c4', '190.148.87.97', 1655989615, '__ci_last_regenerate|i:1655989615;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655934067\";last_ip|s:13:\"190.148.87.97\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655989572;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af89f8f76f2bf336d9aa12138fcaabd187492eef', '200.119.170.221', 1664486808, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664486808;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664486332;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af8c86bc49cab7bedba553c3ab786dd68b8d9d12', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af8d3c914cecc3cb69557434adae45e77a111474', '190.148.252.151', 1671025929, '__ci_last_regenerate|i:1671025929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671025917;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af95d5be43b3d939192ad499ef2c85bbfde76b3d', '200.119.173.78', 1682809419, '__ci_last_regenerate|i:1682809419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682809412;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af965ea0a6e54994323a0124e156a3bcc6fd78ba', '34.220.235.6', 1678714291, '__ci_last_regenerate|i:1678714291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af978941379eaddab66e3719be8e2d9b0b54fff5', '190.56.55.113', 1673712490, '__ci_last_regenerate|i:1673712490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673712486;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9999844ede2919d44dbf8228861d53a0b06abd', '52.39.93.173', 1656682680, '__ci_last_regenerate|i:1656682680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9a0f2d7faeb9f7053060e51804295776162c75', '190.56.32.243', 1684614139, '__ci_last_regenerate|i:1684614139;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684614086;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9a3ec343dba614b2a4c9c56339af93f379875c', '17.121.114.174', 1657741819, '__ci_last_regenerate|i:1657741819;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 ('af9b57e926a8efd388b411151bbb65315900576e', '35.92.76.203', 1677332365, '__ci_last_regenerate|i:1677332365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9c34141cedcc30abcf3e2df7eadcb770a592d3', '52.167.144.61', 1688177245, '__ci_last_regenerate|i:1688177245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9c857bca51b1d8ba45ab2e99b7c2c178966e14', '51.195.90.229', 1650840531, '__ci_last_regenerate|i:1650840530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9f40848bd5a7c60876bb11ab254a30f521b0d6', '52.167.144.171', 1684928789, '__ci_last_regenerate|i:1684928789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af9f4a2ff908eae81e25b8a3e4592ec27e9c227b', '190.56.32.243', 1684606643, '__ci_last_regenerate|i:1684606643;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684606638;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa10760b44b363deb9d03ec1996445ef9b42d08', '5.188.62.140', 1656434627, '__ci_last_regenerate|i:1656434624;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa10851b66d7a8645f324b810290c3a976ca9ec', '200.119.172.60', 1675009773, '__ci_last_regenerate|i:1675009773;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675009291;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa203aa2f22f779a932b49b475cab51689db157', '52.167.144.164', 1684289102, '__ci_last_regenerate|i:1684289102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa2c823a9554fe098b33a24316a07f318cafb25', '77.246.183.70', 1658169255, '__ci_last_regenerate|i:1658169255;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 ('afa40de5f8d1c0d2466ef774a51a8124fd28611a', '190.148.252.111', 1677790200, '__ci_last_regenerate|i:1677790200;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677790185;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa4e0d16939843d0f27112588ddd0298c60581b', '200.119.173.87', 1662763320, '__ci_last_regenerate|i:1662763320;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662754635\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662763020;register_id|s:3:\"102\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 16:35:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa586f4bb2dc74359393fd5bffd6be76bff5ff3', '200.119.172.96', 1675473192, '__ci_last_regenerate|i:1675473192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675473072;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa5b6133e49556a4ddc5a067009b11e87c9bb0d', '114.119.166.63', 1686280384, '__ci_last_regenerate|i:1686280384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afac945260bc0eff8ddc73dc0e86759b0f931af5', '52.167.144.166', 1686901537, '__ci_last_regenerate|i:1686901537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afac9890c15ed8941eab682d069bb408d9d57241', '207.46.13.1', 1671513110, '__ci_last_regenerate|i:1671513110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afad1560759ed65b93fa8e02a367a65f6cc1fb63', '190.56.32.35', 1671570703, '__ci_last_regenerate|i:1671570703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671467960\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671566744;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afaec4903c62338344fbcd7b4c910c158804f3ca', '35.85.36.104', 1671889714, '__ci_last_regenerate|i:1671889714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb0764ec64930d8fffff0ce6daade9393406739', '52.167.144.31', 1675150316, '__ci_last_regenerate|i:1675150316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb32b2772e2704113e51647c1b4d308d499ec18', '190.148.158.69', 1685825050, '__ci_last_regenerate|i:1685825050;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685825046;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb3e38d39dcecc0bda5d974613ef84eb097a373', '40.77.167.182', 1683067852, '__ci_last_regenerate|i:1683067852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb60588e19fbf303693e0d64b5c687ee98b68b6', '200.119.173.78', 1682813352, '__ci_last_regenerate|i:1682813352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682813281;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb731cd185a14301380fd3596c7f862f99e1dac', '50.21.188.52', 1663642392, '__ci_last_regenerate|i:1663642392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb7d18d9dc3ac20d87030db91beac966679658a', '190.148.157.98', 1679251865, '__ci_last_regenerate|i:1679251865;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679251852;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb90d4dda0bac628da6e43940d2fe64b601776c', '40.77.167.202', 1687203695, '__ci_last_regenerate|i:1687203695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb9497edf2cef1b93190304e6a639d92d4cf5b2', '34.217.39.112', 1662470928, '__ci_last_regenerate|i:1662470928;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 ('afb9a45bd3698d595779e2923b8014607d455461', '52.167.144.98', 1684776784, '__ci_last_regenerate|i:1684776784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afba5226bd1d62a277469ea6a402e17737e328d7', '114.119.152.97', 1683718007, '__ci_last_regenerate|i:1683717987;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc0b5334f0597b610b0440280d4c8fd50cf810b', '66.249.79.206', 1678658171, '__ci_last_regenerate|i:1678658171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc2cf8d2dfd777e81b34575c05d9db1e9a8179e', '54.36.148.6', 1668908868, '__ci_last_regenerate|i:1668908868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc5360660ba94954e316ecbcf3e97c557af6a09', '157.55.39.220', 1677178735, '__ci_last_regenerate|i:1677178735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc5e775b5a9a70f9e08597229bd90b3766ceb5a', '40.77.167.191', 1682053711, '__ci_last_regenerate|i:1682053711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc6c10ef5b13fd76f8dd143a1db1b59bf785a77', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc7f58eac462eab97af825142c6d93cc52c0c09', '190.148.252.183', 1681396374, '__ci_last_regenerate|i:1681396374;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681310627\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"eSYkKBbQj9C4VsIhlOdT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc872525152a2359edc85a6ab5db34363d47502', '114.119.135.163', 1684441215, '__ci_last_regenerate|i:1684441215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc9fc48be173b7e3f0431e767f3a6943d5ff4f7', '66.249.79.199', 1681447759, '__ci_last_regenerate|i:1681447759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcace4cd195edb08bd031fd07927d2d79431ff8', '51.195.216.255', 1650896811, '__ci_last_regenerate|i:1650896811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcad4399a5d8cee805a9d2e9e1b31d7c3e72e5b', '157.55.39.208', 1686021038, '__ci_last_regenerate|i:1686021038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcbb15e4d3025548ee63a1a89695a69a0664190', '200.119.172.60', 1674587542, '__ci_last_regenerate|i:1674587542;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674587412;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcd2ed7c1debb5a0179025fee604db53a93f427', '190.148.157.183', 1680481152, '__ci_last_regenerate|i:1680481152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680481080;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afce81ef10aa3df42b5af2b223150a1709d1eb2c', '52.167.144.162', 1686255299, '__ci_last_regenerate|i:1686255299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcfa9036d7ed9f45ec47ebc150ce1e4b09fa9a3', '190.148.157.177', 1682014749, '__ci_last_regenerate|i:1682014749;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd022e429ff1dc2779a83afee5c926fc5c6ebc4', '114.119.148.120', 1687002316, '__ci_last_regenerate|i:1687002316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd1c4cdc3bdf3691403ec827eb8dd11b0939f32', '190.148.157.158', 1662659494, '__ci_last_regenerate|i:1662659494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd1dd3ece44764e1cf748213acc750fc50eb6af', '190.148.158.175', 1672611169, '__ci_last_regenerate|i:1672611169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672611165;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd5645f77f4f0d7604cbaa3ac6d25a6692d26ec', '52.167.144.98', 1685417493, '__ci_last_regenerate|i:1685417493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd59dc96275b514d128e6e2f8d82853122f5734', '146.59.157.229', 1650749656, '__ci_last_regenerate|i:1650749610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd5ae1c09c6cd36a325907817146d19cd09551b', '52.167.144.109', 1680338556, '__ci_last_regenerate|i:1680338555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd5ba8d4b041806a8bb58b980ac9525d1f81b2a', '149.57.16.7', 1653807067, '__ci_last_regenerate|i:1653807067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd9bbeaa5200ac147b4e0d0a8ea275c509cc60b', '52.167.144.98', 1686039685, '__ci_last_regenerate|i:1686039685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afd9c7eef960e018e3997e694e4ef9451e57d2e7', '54.36.148.165', 1665809943, '__ci_last_regenerate|i:1665809943;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 ('afdbd7e0cf77fd6bdb5d83a6e1bbfdb6c33c64d3', '190.148.157.122', 1666665916, '__ci_last_regenerate|i:1666665916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666665599;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe2a03694c72f18d86638e8d2d667e6691d9639', '141.193.96.117', 1680065074, '__ci_last_regenerate|i:1680065071;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe30156d602be77d047214b7d8f20ccad77dcd6', '190.148.157.177', 1681928811, '__ci_last_regenerate|i:1681928811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681928807;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe30ca3a111ce7ee33ac2907e8ed4b2674c9a50', '52.167.144.82', 1687306368, '__ci_last_regenerate|i:1687306368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe4936ec26afb74aa592cd881e35f769e6a5e64', '52.167.144.74', 1688180765, '__ci_last_regenerate|i:1688180765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe5ecd52ada9caa9adcbe9ad392bb8af68b9c08', '190.56.173.213', 1683470515, '__ci_last_regenerate|i:1683470515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683470424;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe6b92d330f695d89131dbfc30bccf89cbf685f', '190.148.157.242', 1687008080, '__ci_last_regenerate|i:1687008080;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687008079;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe95ab12efaf998a824d9644bdee7456c9a6bd0', '200.119.170.113', 1666708013, '__ci_last_regenerate|i:1666708013;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"JWqQAT1YKDPgX7ruzinj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afec2c33c0678cb5d43f292f5ab72975d385c9a0', '185.181.60.39', 1681283913, '__ci_last_regenerate|i:1681283913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afec637feca33c95a66a89952a104c5e189bd7f9', '114.119.139.66', 1687290766, '__ci_last_regenerate|i:1687290766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afeedd84164fa338d3fefda3127d47163b3fb6f1', '52.167.144.74', 1688057410, '__ci_last_regenerate|i:1688057409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afefcff6c877e5a191129b34bf9ec104651fedd3', '207.46.13.154', 1670271509, '__ci_last_regenerate|i:1670271509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff01f9a96edcd2958f19e3e733c25699d14d4c6', '17.121.113.167', 1656425367, '__ci_last_regenerate|i:1656425367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff1d38684f53f75d5f3ea9baacc933837dd0d61', '200.119.172.95', 1659801620, '__ci_last_regenerate|i:1659801620;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659801158;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff1fbe73abbb4399b9ed72c0664073b22102afd', '200.119.173.78', 1682897929, '__ci_last_regenerate|i:1682897929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682897831;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff37bf43ae96bc5b092c136eb39450122420af8', '159.89.177.102', 1664925582, '__ci_last_regenerate|i:1664925582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff61f88f4c171f9953af851603270164ae7ab1c', '157.55.39.79', 1670987103, '__ci_last_regenerate|i:1670987103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff6784933f164e37128f5f4ec2cec96494e0b33', '190.56.32.35', 1671714547, '__ci_last_regenerate|i:1671714547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671714516;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aff82cfe8306a3e56ad5919b83d9678c32b4b862', '114.119.129.7', 1686899840, '__ci_last_regenerate|i:1686899840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('affedbfa94bdec17854976a4ffe99af37142ab03', '190.56.50.253', 1682538182, '__ci_last_regenerate|i:1682538182;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682538166;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b000ba05c42668b15aba733b2dc86e5ee015a8f6', '40.77.167.161', 1675498336, '__ci_last_regenerate|i:1675498336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b001a536d9cea64e879541b55d8a048a06db5abd', '190.56.54.156', 1665354803, '__ci_last_regenerate|i:1665354803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665354719;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b002d4ab1927e9cd50a9eb596cca1e171c097a43', '52.167.144.164', 1685979677, '__ci_last_regenerate|i:1685979676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00418c39fa0f8fbf910ecef7e77df4008332ca7', '52.167.144.70', 1688219884, '__ci_last_regenerate|i:1688219884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b004a1886b648ac3276d68c6220181704099bc05', '157.55.39.123', 1673167963, '__ci_last_regenerate|i:1673167963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b005f621b6ce598451e2df59602439c608176ee8', '149.57.16.7', 1653806991, '__ci_last_regenerate|i:1653806991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0064e346582b0a66879feaea16386da5568488e', '190.148.87.182', 1679876007, '__ci_last_regenerate|i:1679876007;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679876002;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b008c23343fe69b6c2d456cd70d27f9376db8a73', '17.121.115.19', 1657559333, '__ci_last_regenerate|i:1657559333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b009c4f76894c5e6ff363a1230b0c7461c120e24', '5.188.62.21', 1653181018, '__ci_last_regenerate|i:1653181014;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b009fbd83c4a0b3e79f924c70e345fb11cc3036b', '40.77.167.123', 1683270772, '__ci_last_regenerate|i:1683270772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00a7a55c6e920cd9a72a0d41ea02363d7419059', '40.77.167.13', 1674432057, '__ci_last_regenerate|i:1674432057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00be6574e9ffb8281cbacd1d0352fbb2ab88ac3', '40.77.167.101', 1662123620, '__ci_last_regenerate|i:1662123620;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 ('b00dec3548dbd096b2d07dc16becc77c66f9d04b', '200.119.170.209', 1656943743, '__ci_last_regenerate|i:1656943743;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656943726;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00e6a473f74d0bc3216b362baf1dc9261fe17f7', '40.77.167.249', 1680688307, '__ci_last_regenerate|i:1680688307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00f038ef6e7df03a5195076730a738fd3efd34b', '52.167.144.164', 1684867287, '__ci_last_regenerate|i:1684867287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00f1319e716ff29b280f72833ccebb19c021d7e', '40.77.167.182', 1683398243, '__ci_last_regenerate|i:1683398243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b00f46555e55bc1ca37bc99ebb68e95dd6fe19a9', '52.167.144.98', 1685971178, '__ci_last_regenerate|i:1685971178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b01247655bd8fcfa8d1ebf01640a98a552950973', '114.119.156.132', 1685975037, '__ci_last_regenerate|i:1685975037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b015a8fdd276e6779ab382f85616d668abc381e3', '40.77.167.81', 1674789285, '__ci_last_regenerate|i:1674789285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b018dfbe9917cf64fae10461c2249f53ae4cb0ba', '54.36.148.212', 1665566040, '__ci_last_regenerate|i:1665566040;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 ('b01c7e697d78414c9d6245a75c11e65f7054b5f4', '40.77.167.246', 1677295586, '__ci_last_regenerate|i:1677295586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b01f0eed35d36fd498d940a218ab86f5e20d2bb9', '52.167.144.164', 1685505696, '__ci_last_regenerate|i:1685505696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0205851c3379c53bcbdc96fb1a0516ab0641c9e', '207.46.13.160', 1674073344, '__ci_last_regenerate|i:1674073344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b022e654a306e8c99ab0c71bdc916c5f21671085', '190.148.252.151', 1671029833, '__ci_last_regenerate|i:1671029833;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671029759;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02494abe65d8be5703ec05440260ba8a5bdf54b', '52.167.144.98', 1686726430, '__ci_last_regenerate|i:1686726430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0250c4e12ca8d739f6cbe9ccda15f31ebb9187c', '157.55.39.69', 1672413664, '__ci_last_regenerate|i:1672413664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0263435b491530e1c09573d7d3de011cf78cf0c', '18.206.55.48', 1651701814, '__ci_last_regenerate|i:1651701814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02871145412b19b686072b35417f698031f3e60', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b029906a8f57da7bbf4bf47be6516feea4cfaaea', '40.77.167.182', 1683498491, '__ci_last_regenerate|i:1683498491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02a7691c69ef29728be480bd0b0a75fbfac39ef', '51.195.90.229', 1650840570, '__ci_last_regenerate|i:1650840570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02b25706f74445aa05739b3678e23934db69681', '43.255.113.232', 1667551404, '__ci_last_regenerate|i:1667551404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02c383f6624f4d9ed554f0cf2e1a10210bab87f', '52.167.144.31', 1681422125, '__ci_last_regenerate|i:1681422125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b02d1e8d35e5c658c05f425cfb9d9b479ee6e695', '51.195.216.255', 1650741982, '__ci_last_regenerate|i:1650741982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b030011b823f6e36fe005e884b6dded3530256f4', '200.119.174.54', 1657980952, '__ci_last_regenerate|i:1657980948;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657927453\";last_ip|s:14:\"200.119.174.54\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657980952;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b033fbbdee346986dac520abe434188df6fa3342', '200.119.170.137', 1668706349, '__ci_last_regenerate|i:1668706349;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668702807\";last_ip|s:15:\"200.119.170.137\";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 ('b035004d16fe582f0b2f0f13e4453b13d894c679', '36.99.136.139', 1650976202, '__ci_last_regenerate|i:1650976202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b035c0664eebf07847ec63a9107e32f5ab0dac31', '157.55.39.125', 1654526207, '__ci_last_regenerate|i:1654526207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b036403e55172dc44ae5a0028b0139bacaaaa3b0', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b036dcf45292f43203fd67efc2d81c433ab34271', '190.148.87.99', 1688400850, '__ci_last_regenerate|i:1688400850;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688046964\";last_ip|s:13:\"190.56.49.187\";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 ('b03919e3a578dee7c3d59d8e00bc4f6599ef8261', '114.119.138.130', 1686642181, '__ci_last_regenerate|i:1686642181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03a36b17301867ededb7a2c87abf5005b866531', '157.55.39.65', 1662322393, '__ci_last_regenerate|i:1662322393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03a800c8939357ccc47207cd26f93db30a2cdb2', '54.36.148.39', 1674395341, '__ci_last_regenerate|i:1674395341;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 ('b03b10f085e253956b45130b64ffa82ecbda5411', '190.148.87.6', 1668451216, '__ci_last_regenerate|i:1668451216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668451211;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03e7d020b116386c1a458809c419191a3b82d04', '51.195.90.229', 1650840436, '__ci_last_regenerate|i:1650840436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03ec0464078eb159a4e5a0e82e6c408dbdb594d', '207.46.13.41', 1671381626, '__ci_last_regenerate|i:1671381626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03ef68010958a8965fce825d017176001b2a8d2', '51.222.253.5', 1662730042, '__ci_last_regenerate|i:1662730042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b03fdaefe36312336f6e19bcd107adbd024be2ee', '40.77.167.244', 1677794778, '__ci_last_regenerate|i:1677794778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04056f537107c88be079de5bc414d1bfbbe7fe7', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188504;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04195fd9eaed7628ea087104c50d0f4a7f5d61e', '190.56.55.48', 1687528252, '__ci_last_regenerate|i:1687528252;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687528220;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b041c916bad021e0fce8674e07fd599a2d1c197b', '54.36.148.160', 1686047821, '__ci_last_regenerate|i:1686047821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b044e68d6cac12b8b6c477618ae2e5b408fba6f2', '207.46.13.138', 1674432067, '__ci_last_regenerate|i:1674432067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b045ae9726f3519db8d51a6f5abaacc8cf422d06', '52.167.144.162', 1686263836, '__ci_last_regenerate|i:1686263835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04616fe9e17edb35722c538c714944a798e5447', '52.167.144.63', 1687104744, '__ci_last_regenerate|i:1687104744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04626ece5d31ef38512a6991eec283236c988e5', '190.148.252.96', 1673128369, '__ci_last_regenerate|i:1673128369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673127929;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b046f638070561574fc3d5d54d94a540b19e5d25', '52.167.144.164', 1685685197, '__ci_last_regenerate|i:1685685197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b047bfcff7da9563826307d9259fe4e07c9734f8', '66.249.79.203', 1685300349, '__ci_last_regenerate|i:1685300349;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 ('b048a330bc9a532c7a45a3b06eb6c7853917bd6a', '200.119.170.137', 1668630684, '__ci_last_regenerate|i:1668630684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668628988;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04ae75be1289278b3186b299cb0ba88cf5bb33e', '190.56.55.113', 1673452967, '__ci_last_regenerate|i:1673452960;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673295116\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"e1jfkHxF5QzS6trZo3hn\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04c9f480a3461e2d4dd12ace49f36d1ca826065', '200.119.170.168', 1670680834, '__ci_last_regenerate|i:1670680834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670680478;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04e3439be428bf3a4eaf09dd2d2604ae7b88a39', '34.125.16.224', 1650959640, '__ci_last_regenerate|i:1650959640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04ec98cdaa629f671569651873661d3e863183e', '52.167.144.98', 1686581765, '__ci_last_regenerate|i:1686581765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04fc6a97c4e39531cb4903a451c3bb540e68157', '114.119.149.89', 1688090515, '__ci_last_regenerate|i:1688090515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b04ff4708ddd4d9dc61666a08d2853c10601fa57', '51.254.199.11', 1665406329, '__ci_last_regenerate|i:1665406329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0513e2c7e4f79b203fd3dcf6796440cdd135441', '51.222.253.16', 1668253423, '__ci_last_regenerate|i:1668253423;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 ('b05146e27222feb0411c033fbe7e412920fdb5cb', '114.119.137.2', 1687823711, '__ci_last_regenerate|i:1687823711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b054318139019f47dac00f6b100c6da20625bd5d', '3.237.104.7', 1654168713, '__ci_last_regenerate|i:1654168713;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 ('b05570375ceee2f151034f550f7b32961504a846', '114.119.149.89', 1686349572, '__ci_last_regenerate|i:1686349572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0562484e88c64bf7b19b0c6f5a2f130a45e22ff', '207.46.13.53', 1660908822, '__ci_last_regenerate|i:1660908822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b05d45d14ae792df88e56275179b17932c5c46b5', '17.121.114.131', 1661392845, '__ci_last_regenerate|i:1661392845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b05da96b3bf22081e12cdc4a235eabb45bed4e56', '200.119.173.78', 1682814650, '__ci_last_regenerate|i:1682814650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682814213;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b05f300fc819e1e051007d23720fbaf0e31b5cef', '114.119.150.86', 1687972724, '__ci_last_regenerate|i:1687972724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b05f6dcc3a6f9519c446462534859834742b7fc1', '40.77.167.102', 1662483421, '__ci_last_regenerate|i:1662483421;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 ('b05fab59b47acf78307fdefa599abbacac5d1ab6', '190.56.55.113', 1673462994, '__ci_last_regenerate|i:1673462994;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673462973;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b05fd1f73d114a3ed1dc3c70796555b891b4d962', '114.119.148.103', 1687552287, '__ci_last_regenerate|i:1687552287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0610c13c1f4e5aaf9f728cf18e4dfc510dfef64', '200.119.174.72', 1660157400, '__ci_last_regenerate|i:1660157400;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660156542\";last_ip|s:14:\"200.119.174.72\";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\";user_csrf|s:20:\"mpRKWdnfNE20A7IMC5ZY\";last_activity|i:1660157214;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b063c94fd7c2717573367d9911dd460734554096', '35.244.102.104', 1654917459, '__ci_last_regenerate|i:1654917456;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 ('b0645253670de791f8bcef06721dcfa4cbd6dd9e', '190.56.54.156', 1665084241, '__ci_last_regenerate|i:1665084241;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665081789;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b065b5211f459045ae6d0d9c9ed1521769751f01', '200.119.174.104', 1666530332, '__ci_last_regenerate|i:1666530332;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b06886d22908b07f771d6c328be019f5c42149c4', '17.121.113.148', 1661064482, '__ci_last_regenerate|i:1661064482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b06a3671aea96d13e7885fb5a6ceb90c8b4e6ba7', '157.55.39.80', 1670515913, '__ci_last_regenerate|i:1670515913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b06f80961d3c4cd7e55679efb29641f8fa8b2966', '52.167.144.28', 1679143735, '__ci_last_regenerate|i:1679143735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b06f8e4f9f2b1ef8f07c4000128089e8d496613d', '52.167.144.162', 1686564148, '__ci_last_regenerate|i:1686564148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b070a65e855a56c361343cf989062d86be9fd662', '200.119.172.60', 1674744370, '__ci_last_regenerate|i:1674744370;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674743974;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b070e56ca22e6dfe26cec6ee2165c9ccff123939', '66.249.74.103', 1684512184, '__ci_last_regenerate|i:1684512184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0713ac9d8215c63d687a025be42bcb00c13af5b', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07470d08ce6e95aa03a370b0eee512b5b3224f5', '52.167.144.70', 1688366440, '__ci_last_regenerate|i:1688366440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0752e181249d8d920f2cbbc96604bb59e2ac5e0', '40.77.167.37', 1668079024, '__ci_last_regenerate|i:1668079024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0752e2daeca8af9c6021cb3ef084ce935211ca3', '52.167.144.90', 1680918704, '__ci_last_regenerate|i:1680918703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0754024c1e0e77e209b9af9b7e8e95aaf3a1387', '50.21.188.93', 1672704853, '__ci_last_regenerate|i:1672704853;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 ('b07ad5f28f7bde523010129232a4bc8961cde977', '157.55.39.217', 1683134389, '__ci_last_regenerate|i:1683134389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07ae6906bf63595de033410839b4f6743f6e1eb', '40.77.167.63', 1672157231, '__ci_last_regenerate|i:1672157231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07c7b52e7e2fff0bf510dedbe8b4de9a5260809', '51.222.253.19', 1681621259, '__ci_last_regenerate|i:1681621259;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 ('b07d7584e9ac4c37a66788453315b906542ba998', '157.55.39.147', 1672126870, '__ci_last_regenerate|i:1672126870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07e8c5f63d0e3b7cac2c1b6a1117edebf4bb366', '84.17.59.88', 1687429692, '__ci_last_regenerate|i:1687429692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0807b60f5a31e2fae0dbb936b25c76f8e34f176', '207.154.204.175', 1657274125, '__ci_last_regenerate|i:1657274125;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 ('b08111ede43c561f5cac04d169e7f82522e09ffa', '157.55.39.206', 1667700197, '__ci_last_regenerate|i:1667700197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0819515bf4f06719204041bfa208834e0e42329', '104.148.30.74', 1651345495, '__ci_last_regenerate|i:1651345492;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 ('b081e4479a8219105c2ba1520720c77dbf300650', '34.210.221.10', 1677848946, '__ci_last_regenerate|i:1677848946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0822ce19d47fd3b12f3548302b0ad1f41d80668', '190.148.252.197', 1665581915, '__ci_last_regenerate|i:1665581915;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665581915;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08261ad5a7591d916ff1dfacec44eb1aec6af1f', '207.46.13.211', 1680019656, '__ci_last_regenerate|i:1680019655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0835c307f51c9faf0c79e7643c9d46d36bf2a0f', '190.148.252.88', 1670798535, '__ci_last_regenerate|i:1670798535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670797396;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08373c7bff0a853f106ff0cbc6f857dc16b694f', '52.167.144.31', 1681402026, '__ci_last_regenerate|i:1681402026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0852dc013e6cc5f40178665e9dad32c57ee13f7', '52.167.144.98', 1686581770, '__ci_last_regenerate|i:1686581770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b086a40b62931a58adeb46b18322db353858e1ab', '114.119.159.101', 1687277139, '__ci_last_regenerate|i:1687277139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0879a5d1b0b95fc776962dea93d842d5338ba97', '35.89.212.15', 1686349247, '__ci_last_regenerate|i:1686349247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08850a33876c64f7a90f03bbc14c8f55507b500', '52.167.144.47', 1678195036, '__ci_last_regenerate|i:1678195036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b089aed8f755cf7d2cfdedeed476c8834e4b6b33', '114.119.143.119', 1688229769, '__ci_last_regenerate|i:1688229769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08b697b99b1b9af12bb860dd83cfa0fa7a7b245', '52.167.144.31', 1675198397, '__ci_last_regenerate|i:1675198397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08c3f990b4884f1f037fb02aa855ba450b0a759', '5.188.62.21', 1653354185, '__ci_last_regenerate|i:1653354181;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08d2edee73af654bcd985d81814dfb8d6003351', '52.167.144.164', 1686169954, '__ci_last_regenerate|i:1686169954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b08f1f187091b7d1b66c8a148e12ba09384b45f6', '190.148.157.53', 1683812666, '__ci_last_regenerate|i:1683812666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683812663;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b090c8b5849ab3c9fd9cf354fe8aacd2cd3674a0', '51.222.253.2', 1652049081, '__ci_last_regenerate|i:1652049081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b090d3aee643d23a7345efaaa2679a07b7df09a1', '40.77.167.202', 1687653153, '__ci_last_regenerate|i:1687653153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09161512eb4ddfd6b4d1b13db4a1cd36f711f09', '147.185.238.53', 1653390708, '__ci_last_regenerate|i:1653390708;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b091de8f14cb084a5c81594bdf28da4fc6ce2a98', '93.158.90.69', 1663652069, '__ci_last_regenerate|i:1663652069;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 ('b093867a189ad1ddf8c5c9625730ea3e273a1b6d', '207.46.13.132', 1673081796, '__ci_last_regenerate|i:1673081796;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 ('b093e7301cca38723f2ffab4671fb775fcf2eda1', '52.167.144.162', 1686822269, '__ci_last_regenerate|i:1686822269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b099ce79b5670ea8e78b77dafa1c8e63b8a64f99', '52.167.144.162', 1681998528, '__ci_last_regenerate|i:1681998528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09c254e8c95fe4b5069407f26b6541793eac434', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09f7b3fed0f46ae0f4d96744d21776bdf67fb26', '52.167.144.89', 1679598844, '__ci_last_regenerate|i:1679598844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09fbb8eaa432ae4fd352846e9b964fd75df2a57', '114.119.148.127', 1685808442, '__ci_last_regenerate|i:1685808442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09fc62bb51e6f097ca2fbf2acd9c1ca8db28951', '157.55.39.100', 1671815549, '__ci_last_regenerate|i:1671815549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b09ff3fbeb6fda723443f2ce2d47016834c1ee57', '130.245.169.247', 1657277737, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a106fed20f3aefe92aeb9aaff725f72af968f5', '190.148.158.175', 1672437590, '__ci_last_regenerate|i:1672437590;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672437543;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a2545d95e2bbd7e23521a89da9dfb796d90c7a', '190.148.158.175', 1672607399, '__ci_last_regenerate|i:1672607399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672607036;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a2ce5a50db2fbfc1913ceffd83aba0e926b53e', '54.213.12.2', 1675172003, '__ci_last_regenerate|i:1675172003;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 ('b0a34bde8d4748b94f8d6c71e4c8f07e279aab40', '207.46.13.206', 1681163607, '__ci_last_regenerate|i:1681163607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a39def13e52f4d757503d533ece15690238b83', '52.167.144.98', 1686615556, '__ci_last_regenerate|i:1686615556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a3a7f810351484c9de41bc5b0c626dd3263fee', '190.148.252.151', 1670942144, '__ci_last_regenerate|i:1670942144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670941701;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a53d858fbd2bbcd72e977ef741ba556861697a', '114.119.146.129', 1688519071, '__ci_last_regenerate|i:1688519071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a829eef7583fca2ee5899b34f11e9fedc8af06', '52.167.144.70', 1688219884, '__ci_last_regenerate|i:1688219884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ac0e3df8e91564b5ae76b29782eaaa517db2e1', '190.56.50.15', 1667143869, '__ci_last_regenerate|i:1667143869;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667143837;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ae8a1a2f0b06c5749f8cf1c576ea4d547045ea', '17.121.115.10', 1655136895, '__ci_last_regenerate|i:1655136895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0aeef264b4b74e3955ecf0292e59065dcc66500', '114.119.151.84', 1684317374, '__ci_last_regenerate|i:1684317374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b082eb88f5eb2dbf4a2dff1eef9f2e1a5d78fd', '173.249.31.237', 1659409163, '__ci_last_regenerate|i:1659409163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b197114d82c566fe744f552e18ece29ae15495', '114.119.145.201', 1685778929, '__ci_last_regenerate|i:1685778929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b258f66ebdddd97906e5fdaff527a744d175f8', '54.36.148.158', 1686362084, '__ci_last_regenerate|i:1686362084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b26b05fa1a31af3db9da26f5194f0068efe2ab', '40.77.167.114', 1678426604, '__ci_last_regenerate|i:1678426604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b3414b7193ecf2987b5e91396ff768cb053996', '190.148.252.111', 1677789930, '__ci_last_regenerate|i:1677789930;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"8aTlws7i0pj1OmKuIxAS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b38723d275ea1b3ab98e9aae80d6d1335f2470', '190.56.50.39', 1664980942, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664980942;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664980018;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b6eb2fdd0accd7542e43883f59c19d8249c9c7', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b7864417b9fe0b14ef4c92ff323f06adea2bb6', '52.140.125.89', 1654601561, '__ci_last_regenerate|i:1654601555;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 ('b0b8cd149d8d816bd60dcceb0739b02da92cc72e', '93.158.90.73', 1669214614, '__ci_last_regenerate|i:1669214614;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 ('b0b9196a6e064de7c4345dc900aadd9dfd32ccf5', '54.36.148.186', 1688530150, '__ci_last_regenerate|i:1688530150;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 ('b0b9882f92ca92f18a83b8585725c0765ef71db9', '51.222.253.12', 1651374249, '__ci_last_regenerate|i:1651374249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ba7e930f8a751701c4330cb8300339aa2a307d', '190.148.87.96', 1678224250, '__ci_last_regenerate|i:1678224249;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678113762\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"YrW5g46dsMaLU92hVycX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0bb94148f030ef9627792326ac2e39df4b982b8', '51.195.216.255', 1650897781, '__ci_last_regenerate|i:1650897780;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0bbe53087c17c1b2cffa76abc0752ef655bf668', '190.148.252.151', 1671130684, '__ci_last_regenerate|i:1671130684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671130679;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0beaff3a0508fb5db1b615543589ed6d241fb62', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0bf053782718da3dbbf0b6b17a1dd7a7850e951', '52.167.144.43', 1683938181, '__ci_last_regenerate|i:1683938181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0bf8e6322c9c27814c54cf7bf3e3eb05c14f851', '190.56.54.156', 1665162045, '__ci_last_regenerate|i:1665162045;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665155316\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665160728;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c3dbb761161dc81eaf693a102d5a694961fc5f', '52.33.224.201', 1679144943, '__ci_last_regenerate|i:1679144943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c4316fb8a5fb018e30d9d5ee643f9877230560', '40.77.167.37', 1669721810, '__ci_last_regenerate|i:1669721810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c4e4c3010162a013fe5fdaebfbf8d3d9b7aab8', '40.77.167.123', 1683192173, '__ci_last_regenerate|i:1683192173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c5c0949b93190b393476f01beb40c2f715cb60', '190.148.157.53', 1683809245, '__ci_last_regenerate|i:1683809245;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683809228;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c5d06505f247af84d8a5f44774fa0ac789a320', '200.119.170.168', 1670703987, '__ci_last_regenerate|i:1670703987;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670703905;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c65b846e3641bd66bb397d2924e48dd1c803b0', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c74978f9e7955724d4a32e1d1ed2312b46c801', '190.56.32.170', 1651070323, '__ci_last_regenerate|i:1651070323;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650921537\";last_ip|s:14:\"190.56.173.167\";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 ('b0c76502b16962da6bca81dc6472d1cd148fe1e4', '207.46.13.234', 1658940646, '__ci_last_regenerate|i:1658940646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c904b704039bde5501dd21e7f73e660334d287', '157.55.39.253', 1682188875, '__ci_last_regenerate|i:1682188875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ca861681855f51a66c38b2c498b52121e0ee70', '52.167.144.162', 1686450070, '__ci_last_regenerate|i:1686450070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cb1f339c630398a32d6e7210f982583733510e', '3.99.192.103', 1681986710, '__ci_last_regenerate|i:1681986710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cb277aebc615a4d99cda7cc00f46d967a46d79', '54.36.148.104', 1656873717, '__ci_last_regenerate|i:1656873717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cde0b1c93f8f8dfa71c0fdbe92c8e5e3502787', '114.119.133.14', 1686706991, '__ci_last_regenerate|i:1686706991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ceb2d18e247af7383d22b70da6a12298f341a3', '114.119.148.132', 1684919545, '__ci_last_regenerate|i:1684919545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cebfae001f9fa9ce267c3ac88f0ab6299cdeca', '161.35.27.185', 1687868724, '__ci_last_regenerate|i:1687868724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cf602d309ddef350a7220606decfae43a935e8', '52.167.144.166', 1686901537, '__ci_last_regenerate|i:1686901537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cf6c58e360df3abee33429cb620573e9d9df83', '207.46.13.12', 1676103838, '__ci_last_regenerate|i:1676103838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0d03d927895ec1927ba3702c4936544dc6b72cc', '190.56.54.156', 1665421764, '__ci_last_regenerate|i:1665421764;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665420940;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0d537e1f2b9e5ded78819c99927f90a40b954f6', '54.36.148.59', 1662187934, '__ci_last_regenerate|i:1662187934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0d5fae415a14a96f60d53d3a117817adaf0b959', '34.219.148.241', 1650870733, '__ci_last_regenerate|i:1650870733;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 ('b0d76cc43fa589f5cd8e76a42438dbdbb4e9e81f', '5.188.62.21', 1656421369, '__ci_last_regenerate|i:1656421365;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0d8e139f53404e9d0df40cc807244df5cc4c156', '157.55.39.125', 1655385935, '__ci_last_regenerate|i:1655385935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0dadef2cfdc6f829716a1ec15292e300ef444b2', '17.121.114.28', 1652128451, '__ci_last_regenerate|i:1652128451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0dbcd12ce006284308320803753b23949b9ef91', '190.56.49.237', 1665680795, '__ci_last_regenerate|i:1665680795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665680411;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0dd367420959020b523d3003bf2a2462b0bafc6', '207.46.13.154', 1671371608, '__ci_last_regenerate|i:1671371608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e1488c763a708bb70a31b9a150fc03e9b98dc2', '17.121.112.197', 1652889478, '__ci_last_regenerate|i:1652889478;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 ('b0e14f187caf2d078714a73e9e009d64616e033a', '207.46.13.210', 1686932270, '__ci_last_regenerate|i:1686932270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e17804b490a390dd7a25670cb6891540a27cfa', '157.55.39.100', 1672200288, '__ci_last_regenerate|i:1672200288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e1f989f3dee3138ef6e0c72323ac2ab00cbe7d', '52.167.144.49', 1677205775, '__ci_last_regenerate|i:1677205775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e258880768592f14f703d3ef6a4d00a6f16770', '46.161.27.204', 1656076873, '__ci_last_regenerate|i:1656076873;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 ('b0e4a0b34614a58b8cc0fcfe1dc8ceac12047d78', '190.148.158.69', 1685543959, '__ci_last_regenerate|i:1685543959;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685401402\";last_ip|s:15:\"200.119.173.177\";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\";user_csrf|s:20:\"VfaI1LPe92vTcXtjQilZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e51d79940a401662f12690e25b66377158f940', '190.56.50.52', 1657717714, '__ci_last_regenerate|i:1657717714;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657715847\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657717426;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e635255a1226aae315d7a1fa8688547c386440', '45.88.97.214', 1660986544, '__ci_last_regenerate|i:1660986544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e7876f78a8cbfd876695b4118bf78d35b38163', '200.119.170.168', 1670536943, '__ci_last_regenerate|i:1670536943;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670524551\";last_ip|s:15:\"200.119.170.193\";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 ('b0f016456cdae0009cedc3f77fffc205abc95cd9', '200.119.170.221', 1664487369, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664487369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664487078;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f04374bff6370a2e268cfd86e381897c25b150', '51.222.253.13', 1665351251, '__ci_last_regenerate|i:1665351251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f09264810ee8ac7ed1bc09223746250ba72783', '190.148.252.102', 1681911619, '__ci_last_regenerate|i:1681911619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681911398;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f1779b36190fb8e73d73e49506c8dadb390006', '35.93.20.24', 1663683630, '__ci_last_regenerate|i:1663683630;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 ('b0f492ab209b37f30bc2572914b8e0e73d173e91', '114.119.142.179', 1688083549, '__ci_last_regenerate|i:1688083548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f56a2db5515b9c869a19b32b06d5377d5a7da9', '54.36.148.188', 1664606171, '__ci_last_regenerate|i:1664606171;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 ('b0f726728f715e9b825beebee3d286f0f424f4ef', '95.177.174.212', 1651267996, '__ci_last_regenerate|i:1651267996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f7dfb2043f91a170028abe48d7b2827cc588e3', '121.46.142.244', 1650672540, '__ci_last_regenerate|i:1650672540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0f7f23fe829cd05b14343bd7ae2927ac70cb614', '52.167.144.69', 1675896183, '__ci_last_regenerate|i:1675896183;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0fb92c8f51da92d2e0d25241ed0ad8b8e41d4bf', '114.119.136.155', 1685326346, '__ci_last_regenerate|i:1685326346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0fc8689702ef941309426ead698460cc3073bfc', '190.148.157.98', 1679103840, '__ci_last_regenerate|i:1679103840;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679103823;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0ff7dc5ce74132f7a975b1533684db047cd8999', '52.167.144.61', 1688122059, '__ci_last_regenerate|i:1688122059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b103563fc21fbf63089729a2e5a88d54719baec2', '207.46.13.41', 1666060279, '__ci_last_regenerate|i:1666060269;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b103b03d01511c9672b9dee54276b5b432310305', '34.218.225.143', 1653227560, '__ci_last_regenerate|i:1653227560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1049f80f7740ce7805b81b2d2529304ef469c67', '200.119.170.137', 1668638147, '__ci_last_regenerate|i:1668638147;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668611971\";last_ip|s:14:\"200.119.172.48\";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 ('b105647209dbdba8bef9a523d232696d0d28ab3b', '54.214.67.162', 1686870619, '__ci_last_regenerate|i:1686870619;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 ('b1065c925a4941628dae837b6a6def2db4922f2a', '207.46.13.160', 1664942029, '__ci_last_regenerate|i:1664942029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1081235c702a31ea06c2145fd997ad7b364f895', '157.55.39.208', 1685971801, '__ci_last_regenerate|i:1685971801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b10a9e6a0e19653cb38989e1db5db27b06559ea2', '190.148.87.96', 1678549764, '__ci_last_regenerate|i:1678549764;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678549708;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b10ce282f2dce1c29b2913ee093fd3774bcfef66', '114.119.136.155', 1688165076, '__ci_last_regenerate|i:1688165076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b10ea623210aefed46a2226907e1242f9d9aad40', '190.148.157.233', 1655498628, '__ci_last_regenerate|i:1655498628;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470578\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655498624;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b10f5d9456b1f4f686d4c3caf248b32700a199d8', '157.55.39.125', 1653688579, '__ci_last_regenerate|i:1653688579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b110b669f74542b2b55f07787296f5fcdf6fa7c6', '142.93.201.0', 1654711823, '__ci_last_regenerate|i:1654711820;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b111bf5bf91e0b2099f619f587827eae78e6c37a', '190.104.119.122', 1650987330, '__ci_last_regenerate|i:1650987330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1130878af0059ad178402eee82d095bad6a86d1', '200.119.173.130', 1676069426, '__ci_last_regenerate|i:1676069426;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676069372;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b115286af333b37dda5b104265d00cc6d7195247', '190.148.157.80', 1669575608, '__ci_last_regenerate|i:1669575608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669575218;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1157f955c3de2640af283c055c15cc58db33d9c', '114.119.130.151', 1688429936, '__ci_last_regenerate|i:1688429936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b11618d768591e6d050747d45516fed2b4c42175', '114.119.136.138', 1687993840, '__ci_last_regenerate|i:1687993840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1172bd4c0bb6fe669064ff648f30a02a9b4ba8c', '190.148.252.183', 1681600957, '__ci_last_regenerate|i:1681600957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681600138;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b117695ec60d1ea2ee732fc0a5f2bf2a2271aecf', '207.46.13.205', 1671347769, '__ci_last_regenerate|i:1671347769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b117df64f39973379bf6f2d11c398734b17769c7', '200.119.174.9', 1674512713, '__ci_last_regenerate|i:1674512713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674512702;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b118ff00d1729b330b394e78d475e7cf38724c7c', '114.119.155.255', 1684313555, '__ci_last_regenerate|i:1684313555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1198e020975ccc87f4cfa1342a5942b623ec17c', '200.119.172.96', 1675382443, '__ci_last_regenerate|i:1675382443;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675382435;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b11a6e27a25132938efca49f81e8cbed5309db52', '40.77.167.11', 1655963026, '__ci_last_regenerate|i:1655963026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b11a871a7cec5bfb5979b63e6d9b72a64fb30d95', '114.119.136.196', 1685519058, '__ci_last_regenerate|i:1685519058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b11af7e5730ba15bb8746fd4e9468535eb253c98', '200.119.170.237', 1658265076, '__ci_last_regenerate|i:1658265076;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658179886\";last_ip|s:13:\"190.56.50.126\";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\";user_csrf|s:20:\"9cxOuviTGQWmzhLNKPJZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b11f203c02f494b794d41d2715fddb1ec9931432', '190.148.252.223', 1659048485, '__ci_last_regenerate|i:1659048485;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658502955\";last_ip|s:14:\"200.119.175.15\";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\";user_csrf|s:20:\"p5A6FD8x9mNbUyvXLBSu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b120c4cc75ef0fcee4e56b1f863cd04a17aa26bc', '200.119.169.25', 1664900024, '__ci_last_regenerate|i:1664900024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b125a38a03011c696e35ffc770e7285522292238', '52.167.144.164', 1686574261, '__ci_last_regenerate|i:1686574261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1263d70b7a1a0a1cfa7954c3884283d9352799f', '200.119.173.177', 1685117545, '__ci_last_regenerate|i:1685117545;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685117489;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12660f4282bfd01eb6a988f70e1a75ae4a93073', '190.56.32.162', 1686356474, '__ci_last_regenerate|i:1686356474;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686356450;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12679f3bd93fdd404d0c9ce6892ac503c7ec64d', '209.170.91.202', 1680338249, '__ci_last_regenerate|i:1680338249;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('b12956f440834a43b7c2dad479a78a66742a183e', '141.147.113.25', 1650757285, '__ci_last_regenerate|i:1650757281;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 ('b12a2686164e55a215b736a2d5df379c4fb60b5b', '200.119.173.212', 1667938142, '__ci_last_regenerate|i:1667938142;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12a2cd3bfa467167e45ba7c680997a702fb7a54', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12aa04c23b4c84c273e15e0f819b6368c46aea6', '190.56.50.15', 1666993949, '__ci_last_regenerate|i:1666993949;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666993945;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12c457642d66956b8663ca4495be1cc74c15818', '114.119.159.86', 1688238476, '__ci_last_regenerate|i:1688238476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12cceabf56c66433f79a6f3ccc04ed72ce98472', '54.36.149.51', 1656177693, '__ci_last_regenerate|i:1656177693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12d9cc4fd4d3c05a2e5d909f882fc673baec7c2', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b130c2fbdaf210205dc4d796d6e4368b8dfd9618', '190.148.252.102', 1681856929, '__ci_last_regenerate|i:1681856735;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856446\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"AaqcrwmBuhIKP4bNtgHU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b131ce1adefc22636484f3b64a93fc44a892e592', '144.76.67.169', 1661941133, '__ci_last_regenerate|i:1661941133;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13290cedf59ad0e149b223165ff1c0b1a37544e', '52.167.144.67', 1677610196, '__ci_last_regenerate|i:1677610196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13498f9c04b31cbb9c392efb60b26d257eeefcd', '157.55.39.212', 1677501811, '__ci_last_regenerate|i:1677501811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13915b1117c6464735f1762add9b34f8d0883f3', '207.46.13.154', 1670209331, '__ci_last_regenerate|i:1670209331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13b52eb0e7619fbbc95d26086de2925a7902779', '114.119.158.137', 1685204769, '__ci_last_regenerate|i:1685204769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13d339295b00d296fd498e07e82583d6fc56827', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13db2c7c0388756e7735d86692caa621d26ab6c', '200.119.170.221', 1664390377, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664390377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664390374;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b13f9d2deef24ffb1d6e6a0aeb3b3bb69be9c5f9', '51.222.253.12', 1687793443, '__ci_last_regenerate|i:1687793443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14076fd4894d8d95a6921064cf05c9f0654c9b1', '5.188.62.140', 1653328713, '__ci_last_regenerate|i:1653328710;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b140f77ac63269a418ab04c80813f59ed224252c', '114.119.153.106', 1685556199, '__ci_last_regenerate|i:1685556199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1415d7044a09245de95126ca6e9f75927cc144b', '165.232.105.81', 1687286746, '__ci_last_regenerate|i:1687286746;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b142925618dc94709d17b7c96b7b8d09959dbd80', '190.148.252.183', 1681500349, '__ci_last_regenerate|i:1681500349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681499754;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1439bff9602e8c514d40fea5442dc5e9c8d0ddf', '190.56.50.6', 1686954573, '__ci_last_regenerate|i:1686954573;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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\";last_activity|i:1686954558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14479a98bad6be89e440aa30e142d10e2850e33', '207.46.13.221', 1687033600, '__ci_last_regenerate|i:1687033600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b145a6f2ac175f70087edcbd79862239e57d5eab', '40.77.167.85', 1685195244, '__ci_last_regenerate|i:1685195244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b146aa11d56061dda807aaa7e559d6c41ea87605', '114.119.153.232', 1685661734, '__ci_last_regenerate|i:1685661722;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14778bec1e912c01db60cba0013c5fadf685d10', '52.167.144.98', 1684315750, '__ci_last_regenerate|i:1684315750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1482ab9043af54633a1b3955fcff30cc11346ed', '190.56.55.113', 1673365061, '__ci_last_regenerate|i:1673365061;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673362286;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14918196ca1ccf7061fdc34cdf4d4d79c0ae9b5', '200.119.173.96', 1687177580, '__ci_last_regenerate|i:1687177580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687177567;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14af47408703d36d6afb2620cee4a6adb788a0a', '50.21.188.12', 1663642739, '__ci_last_regenerate|i:1663642739;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14c3f422cbec3494c48a386e600ffa6dce9756b', '190.56.51.169', 1684529354, '__ci_last_regenerate|i:1684529354;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684164272\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"Cwx6jYM4B3E2kg09lthe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15168eae8ec11abee604a6f86b6f2f9046e5cad', '52.167.144.98', 1686679723, '__ci_last_regenerate|i:1686679723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15395c2270b23dd4ff13059fc2368dc2f1a5270', '130.245.169.70', 1657360545, '__ci_last_regenerate|i:1657360545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b155b682291649a2e32685836c6e4580bef2f170', '18.206.55.48', 1651889274, '__ci_last_regenerate|i:1651889274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15615136250df38ae5f7990366f37969eb5ed15', '190.148.158.108', 1676420853, '__ci_last_regenerate|i:1676420851;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15751eb2c775445ac05f2365daf8e1fe876ac0b', '114.119.145.194', 1685407438, '__ci_last_regenerate|i:1685407438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15a4e8f1678afbec0a5108be3cbbda7ba0d22ab', '51.222.253.20', 1652929522, '__ci_last_regenerate|i:1652929522;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 ('b15bb78473aa39f865de547865599211a01cb002', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15d0b05f65bbaeb80d2ee119687664a149b9f78', '200.119.172.95', 1659742967, '__ci_last_regenerate|i:1659742967;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659711480\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659742419;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15d6f87afca2ac9ac1f58e4dc63e000dd27cfeb', '124.221.247.200', 1659415121, '__ci_last_regenerate|i:1659415121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b15f4a6bf58fbe93e902f19ce4d72d00bf56f28d', '190.148.252.73', 1664808637, '__ci_last_regenerate|i:1664808637;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";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\";user_csrf|s:20:\"mZEUrth9S7LCo3uRbTvX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1609083bb1d8ec00e4b0d0340cdb05acccbb634', '200.119.170.237', 1658323290, '__ci_last_regenerate|i:1658323290;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658248955\";last_ip|s:12:\"190.56.50.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658322093;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b166ebdb1178e464869525c988d4b18dbbf752bc', '157.55.39.253', 1681998516, '__ci_last_regenerate|i:1681998516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b166f7538463e243147c5aa187a3984b97e6111a', '114.119.139.102', 1686874763, '__ci_last_regenerate|i:1686874763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b167e4daa13179f56dac1f80613940dc0c13475e', '190.56.55.27', 1662416603, '__ci_last_regenerate|i:1662416499;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414670\";last_ip|s:15:\"200.119.174.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662416602;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b16853831dc053306eb4a7fb7bb59fac4b6ed8ea', '51.222.253.9', 1688059629, '__ci_last_regenerate|i:1688059629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b169029dfdc740e7ba4f81e20d3712c92763791d', '52.167.144.162', 1686627300, '__ci_last_regenerate|i:1686627300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1694c6b9669cb820038938cdb383d17266b8e53', '200.119.170.209', 1656779513, '__ci_last_regenerate|i:1656779354;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656770560\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656779512;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b16c2b0ad140d0de67ce476d16a449cd86f4c30a', '20.211.34.101', 1659444002, '__ci_last_regenerate|i:1659444002;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b16d740241f7fb1e8b94c544d894bc6d9942d0a3', '207.46.13.160', 1664745854, '__ci_last_regenerate|i:1664745854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b16e2180d092d8c0c7505f5f049a934cf7745ee6', '51.222.253.16', 1662906710, '__ci_last_regenerate|i:1662906710;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 ('b170348627f724646857b55aaf5dda7b042c3409', '69.167.12.35', 1681555077, '__ci_last_regenerate|i:1681555077;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 ('b170c114ef9a95286949d2728270288ee77f21f4', '40.77.167.202', 1687203695, '__ci_last_regenerate|i:1687203695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17128638dce113355ad9ed6490a2012a7f9d2c4', '190.56.49.109', 1666108540, '__ci_last_regenerate|i:1666108540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666108499;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b171af50ed527a092b0638ac7ba0c67eead59366', '51.158.115.110', 1682465624, '__ci_last_regenerate|i:1682465624;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17290ebd70c03e1717e4f506ed2add2d8cd2f94', '52.167.144.82', 1687393057, '__ci_last_regenerate|i:1687393057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b173073560652fb0efa66afeac9dd343ebe9938f', '190.148.158.175', 1672421095, '__ci_last_regenerate|i:1672421095;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672421031;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b174b14f6214a9394f0aa210fc7b7a4d9a66bd55', '190.148.252.55', 1675695286, '__ci_last_regenerate|i:1675695286;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675694833;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17516c756e93307df4743138e46c339368171a7', '51.222.253.4', 1670183622, '__ci_last_regenerate|i:1670183622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b175a7d0186eb0f6688eeed1e036f33f518cbf8f', '74.208.2.230', 1684500930, '__ci_last_regenerate|i:1684500930;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b175ad2d721be05cfe69c81f13afb38950ed3621', '52.167.144.171', 1684709994, '__ci_last_regenerate|i:1684709994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1766b49a4993cb1301feabe59039bf6d2befb3b', '157.55.39.46', 1672659466, '__ci_last_regenerate|i:1672659466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b176930be05c26ee2f1e2b61bcdf504905e9dc18', '52.167.144.95', 1680620672, '__ci_last_regenerate|i:1680620672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1777232574b535af924ac38fbf970a5e5cf8860', '51.222.253.14', 1656190315, '__ci_last_regenerate|i:1656190315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1778ce4438f77869123369e1bccc9bd32294b34', '200.119.168.250', 1680972026, '__ci_last_regenerate|i:1680972026;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680972020;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17790584cfb2f03c469f2bcff5a481ab973124b', '51.195.216.255', 1650742466, '__ci_last_regenerate|i:1650742465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17881d799122d6e2f3ddb5a3c2ea08de433ace0', '190.56.51.7', 1650931374, '__ci_last_regenerate|i:1650931374;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";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 ('b178b48751e556639d70b25e84884ab358c56c67', '190.56.32.174', 1676916584, '__ci_last_regenerate|i:1676916584;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676916577;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b178e6bca78306a1d7f54f270e250c898cc0310a', '52.167.144.171', 1685366344, '__ci_last_regenerate|i:1685366344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1794ff886052c07374fd28a80feafce55544c2a', '200.119.175.15', 1658494161, '__ci_last_regenerate|i:1658494161;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17b42ead07020c9176130346e8d1f6e7aa323c1', '114.119.130.151', 1686842831, '__ci_last_regenerate|i:1686842831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17bf8fc70ea3a5f6553b92b3b096d2bb1937469', '190.148.158.175', 1672154394, '__ci_last_regenerate|i:1672154394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672154163;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17cf8f0c1fe9effcc5303548659f9f51bd2f81b', '40.77.167.56', 1673444164, '__ci_last_regenerate|i:1673444164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17dc49bf4d4bbbf5aa370f1ec1e6f5bdbf77f14', '190.148.252.151', 1671215863, '__ci_last_regenerate|i:1671215863;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";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 ('b17eacfda13fc9b5788f5579662a2a2146934efe', '190.148.158.23', 1687212380, '__ci_last_regenerate|i:1687212380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17f0de256f477771590c59b43e08f880109b3ec', '114.119.156.9', 1688035618, '__ci_last_regenerate|i:1688035618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b182422479771dc6170968a19acbb613b9bdeeb8', '51.255.62.2', 1664364327, '__ci_last_regenerate|i:1664364327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b182f9e533d718b9d8fe15c2ebcc0aa68c8a5049', '52.167.144.162', 1686161671, '__ci_last_regenerate|i:1686161671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18319df5cdcd774d2812bbd818b9228d0bed85b', '51.222.253.20', 1679853194, '__ci_last_regenerate|i:1679853194;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 ('b183ee776758260578cb80e094e5d90da2be8fa5', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b185893ce535e5a7d5a33ca09579311d3f6a8668', '114.119.131.93', 1685776109, '__ci_last_regenerate|i:1685776109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18644f597acf6a7477bb71907eb0ce5bdf8cfef', '114.119.134.80', 1688138381, '__ci_last_regenerate|i:1688138381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b187e90db602228a5a5e9891106cbde7799e3b03', '40.77.167.101', 1662123620, '__ci_last_regenerate|i:1662123620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18a4a9234c1ffed6c413208b61e75c98a8b738a', '52.167.144.162', 1681886700, '__ci_last_regenerate|i:1681886700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18a595bdb510594bc6fdf8c18cf09216406e518', '190.148.158.175', 1672415722, '__ci_last_regenerate|i:1672415722;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";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\";user_csrf|s:20:\"H0fywBMRP89cjOrlYQms\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18aafcbd760ab999966fa791ad4fd72e4daec0a', '51.222.253.1', 1687344676, '__ci_last_regenerate|i:1687344676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18dd1a2d8bbf4e46b48911b6b557101e8cfc0a5', '190.56.50.15', 1667161823, '__ci_last_regenerate|i:1667161823;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667161816;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b190197007f26f89a662ffad6b5e13fc22528ea3', '114.119.130.62', 1685589319, '__ci_last_regenerate|i:1685589319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b19254590174851e13376b832f3b07e2f6d3bc62', '69.167.36.21', 1681022754, '__ci_last_regenerate|i:1681022754;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 ('b1941cbf659b51689b4d9e3810a4c648e04c35f2', '207.46.13.44', 1673057226, '__ci_last_regenerate|i:1673057226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b195ee78c8e5cf4f62547ace5a92f40fa1ba9837', '52.167.144.164', 1686121770, '__ci_last_regenerate|i:1686121770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b196995f5ab371189e167bd1d4f01ec8e1c3dde4', '200.119.173.212', 1667943967, '__ci_last_regenerate|i:1667943967;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b196c387b1c80408abefab1eabe1d0e16a692b90', '40.77.167.156', 1678893151, '__ci_last_regenerate|i:1678893151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b196dd5c3427bc6d8566e75c19e62df447bd969f', '114.119.151.80', 1687230437, '__ci_last_regenerate|i:1687230436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1975d00f7ff2fccaac49fb24e7c05e0b945f350', '51.222.253.15', 1658196026, '__ci_last_regenerate|i:1658196026;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 ('b197d9b91e0f654e043d05bd02ccd086c36427c8', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1984578266a5f60ad037deef6026426f6346823', '91.246.192.72', 1664742770, '__ci_last_regenerate|i:1664742770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b199b59e582703166bef806cb8b4601a5ff1d187', '17.121.114.55', 1662946829, '__ci_last_regenerate|i:1662946829;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 ('b19d5bf9b0b78451c54b0dd5c309190525bdbdcf', '52.167.144.98', 1686341732, '__ci_last_regenerate|i:1686341732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b19e3e22c9323fb943c23b2d055c24d308fe1c1a', '114.119.136.99', 1684951617, '__ci_last_regenerate|i:1684951617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b19e984af5579d318b9a9043a748ea67e00ea60e', '200.119.170.168', 1670609668, '__ci_last_regenerate|i:1670609668;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"BD7xczte51d39h6loFN4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b19fa5b2489c259369b4a9de303b249b7636f3ca', '221.155.248.61', 1651485885, '__ci_last_regenerate|i:1651485885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a24145f4779bfd6d7201836a6d3cf14c7df119', '51.222.253.7', 1673174694, '__ci_last_regenerate|i:1673174694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a2ddabb6fc2dbe1ddd4e07f11c23cf3421584d', '40.77.167.45', 1670593386, '__ci_last_regenerate|i:1670593386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a309b9aaf19b9d9e711132275d50c83663e377', '200.119.173.90', 1657233354, '__ci_last_regenerate|i:1657233354;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657224817\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657233323;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a37c2177fcf5e94d590511f4096ec6c4dc20a5', '190.148.87.182', 1679783703, '__ci_last_regenerate|i:1679783703;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679783695;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a3b1694637bcf396421d12b0000c053ffa324b', '157.55.39.79', 1669577781, '__ci_last_regenerate|i:1669577781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a41cb5d2d55a029c211dbb9f9a957abf1aa67d', '52.167.144.164', 1686069789, '__ci_last_regenerate|i:1686069789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a7663ac65062ac48a925e9ca10e13a85a26120', '106.75.76.244', 1686908260, '__ci_last_regenerate|i:1686908260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a772eca36e2457dcea30492bd48fa7d08ab01b', '54.185.204.245', 1688082651, '__ci_last_regenerate|i:1688082646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a945d01c354674a6a51734e191409f583bd77d', '8.41.221.49', 1658622133, '__ci_last_regenerate|i:1658622132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1aa077931c278ed15d1d4abd66aa0687245c799', '200.119.168.48', 1668116466, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668116466;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668116441;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1add72407caac1ff3a2fbcb506dac7b45d55bc8', '66.220.149.5', 1667172728, '__ci_last_regenerate|i:1667172728;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('b1b4c6386db82b5859dd71cdaf9b2fd741d581f5', '190.148.158.175', 1672669511, '__ci_last_regenerate|i:1672669511;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672669504;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1b5cc2bf3b814c1f7ca0216dacce19b220e3fe4', '207.46.13.207', 1681328718, '__ci_last_regenerate|i:1681328718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1b7639ec24c08ab7ed1b287d053ff8742621f57', '54.189.48.87', 1686959405, '__ci_last_regenerate|i:1686959405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1b7bd921579397a41fcbf99357cb5b2152f2614', '190.148.252.116', 1653414836, '__ci_last_regenerate|i:1653414836;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653396122\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653414356;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1b9bd1290ffb10cb6399000b25d00acc2991c50', '114.119.148.1', 1688408451, '__ci_last_regenerate|i:1688408451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1b9cb16d8be21abd575e5b613ab80f1d37036d1', '207.46.13.211', 1679436696, '__ci_last_regenerate|i:1679436696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1bbd70d92795ee997ef59ec9abb6a33922ff273', '190.148.157.53', 1684190124, '__ci_last_regenerate|i:1684190124;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('b1bc0b83927091b13175599a5928a0971d9241ae', '157.55.39.100', 1671783530, '__ci_last_regenerate|i:1671783530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1bc480f9f0243874f187dfc57614a38abd6fbf7', '66.249.73.232', 1651636121, '__ci_last_regenerate|i:1651636121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1bddf177cc42958e0abaad2275564aebb4a7012', '185.181.60.39', 1650733626, '__ci_last_regenerate|i:1650733626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1beeafb64f705f7215c05ba33261f58377f7ae9', '40.77.167.202', 1687664953, '__ci_last_regenerate|i:1687664953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1bf388002434e1c15ceeabae02500dcbcbb6646', '190.148.252.115', 1664578301, '__ci_last_regenerate|i:1664578301;requested_page|s:14:\"admin/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664546021\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664578301;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c2e6222355d904695049de0985d20f23f12aa9', '190.148.252.223', 1659045381, '__ci_last_regenerate|i:1659045381;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659028564\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659045381;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c43d1965968a01a2f1a8faa84f00087309e24f', '52.167.144.73', 1679135094, '__ci_last_regenerate|i:1679135094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c50c72c960dc7b04e18c048654a4d6c513292d', '40.77.167.123', 1682881057, '__ci_last_regenerate|i:1682881057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c68fbb5c46b0236a37143d0007d05336142ac6', '200.119.172.126', 1652833829, '__ci_last_regenerate|i:1652833829;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652819643\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652833818;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c840a8efd0f852896345592f244ff74174b720', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ca141ded4576ee5e628ad2089dc2f497bb0027', '207.46.13.10', 1672943631, '__ci_last_regenerate|i:1672943631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1cae4af216aadb99fc59ce2c7950a6d35f8c758', '52.13.24.230', 1662383157, '__ci_last_regenerate|i:1662383157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1cbc433b91cadf9090b763539eef427fabeccc2', '52.167.144.162', 1687355403, '__ci_last_regenerate|i:1687355403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d135ff6a093063368e3a2bb8d8d12c10a5fdd5', '5.188.62.21', 1653261507, '__ci_last_regenerate|i:1653261504;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d1ec97166a06abc57c511dc4ffaab7e654425b', '200.119.170.209', 1656939247, '__ci_last_regenerate|i:1656939247;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656939196;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d292f3e30a26365ec1c46021b6d1ac99433737', '52.167.144.28', 1679575432, '__ci_last_regenerate|i:1679575432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d29c3aae3871cac1793394c39bfee2f1b7d4cc', '157.55.39.79', 1668834293, '__ci_last_regenerate|i:1668834293;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d34b1b4f7f6f904b1339ee35f85c0d3b0a3d59', '51.222.253.5', 1656363602, '__ci_last_regenerate|i:1656363602;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 ('b1d3d91bf4a9b5ab10df4e7d6e848b9a4aee227f', '190.148.252.67', 1688519532, '__ci_last_regenerate|i:1688519532;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688519518;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d84452a5481651e560e6c972b63b94032f33b3', '190.148.252.111', 1677947846, '__ci_last_regenerate|i:1677947846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677947526;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d8a0af9900dde58eea470625773baaf1e9066c', '52.167.144.162', 1687232726, '__ci_last_regenerate|i:1687232726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d9ac0fd834311ddc79baf8adcafdf7f562504e', '54.186.6.50', 1673788813, '__ci_last_regenerate|i:1673788813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1d9e2d92e800670870fb17ef0792aabff9e5e1a', '157.55.39.217', 1683233428, '__ci_last_regenerate|i:1683233428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1dbec8c877195f740319f75ed6a6054df6f959d', '69.160.160.59', 1667400627, '__ci_last_regenerate|i:1667400627;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e300cb828d701ad9d71d791d71efea59337cf8', '200.119.174.30', 1667500687, '__ci_last_regenerate|i:1667500687;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667500682;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e37209b04497a23ea5b86f3fb8aba0b0aae1ae', '114.119.146.185', 1685454820, '__ci_last_regenerate|i:1685454820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e63a9a835d5f645e2d5842932c1d1bfd52f01e', '45.237.86.225', 1678858306, '__ci_last_regenerate|i:1678858305;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e70352190ee0657b2b2c6385901fa1bf342832', '157.55.39.192', 1666442716, '__ci_last_regenerate|i:1666442716;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e755697b42b6c392520dfc371b6d00a0f239e7', '154.0.165.146', 1659280238, '__ci_last_regenerate|i:1659280238;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 ('b1e8f5e2d81d4862a84f33c275b1fc098948e16a', '69.167.36.21', 1681022756, '__ci_last_regenerate|i:1681022756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ea14a735789c8f4e819d343623277401c4f0c9', '45.173.216.85', 1687984715, '__ci_last_regenerate|i:1687984715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ecb76315e19dfdb2d937b9e424aa143c04848c', '114.119.128.203', 1688315063, '__ci_last_regenerate|i:1688315063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ece2f71ad9241e139e57a17848b87912cbb195', '190.148.252.197', 1665626330, '__ci_last_regenerate|i:1665626329;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ed0de3eb2ad3cfbdae1d704cce28d0872b21d6', '40.77.167.85', 1686373124, '__ci_last_regenerate|i:1686373124;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 ('b1ee34eb35f377b8404770ebc66ce93328a5a0aa', '40.77.167.45', 1670263335, '__ci_last_regenerate|i:1670263335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f0b6f57b81f4b16f7e8cab186461f8b6a2a42f', '114.119.140.122', 1687567685, '__ci_last_regenerate|i:1687567685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f1b3bfd642e1d7a21c6f7bfea5c44ca74027bc', '114.119.151.155', 1683720563, '__ci_last_regenerate|i:1683720563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f3521355fd12c6c6142d52eeec0f597815b3ec', '190.148.252.197', 1665523291, '__ci_last_regenerate|i:1665523291;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665442203\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"gKyrn2otDwxJzX54HAci\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f5a0365cacc87ef8db3d323c3eae96cd44292a', '52.167.144.74', 1688459904, '__ci_last_regenerate|i:1688459904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f65bff0a4115eec9aa881d87d1319b750a3493', '66.249.77.39', 1651763933, '__ci_last_regenerate|i:1651763933;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 ('b1f6d441fa6aea514788c97ee32dd4ad687229c2', '51.222.253.19', 1684800959, '__ci_last_regenerate|i:1684800959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f7a56a68391eb7b416278a4983921894a95b1d', '3.21.158.231', 1684627126, '__ci_last_regenerate|i:1684627126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f7b8caaa0ed05d31b6f0508b975b26b5709b37', '114.119.132.207', 1685686721, '__ci_last_regenerate|i:1685686721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f9bae6cb2cf7df844bd0829a8e8a99c19bfd48', '173.249.31.237', 1659409306, '__ci_last_regenerate|i:1659409306;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 ('b1f9d523abfa70d1ef943de998b39c2e4d9f3e8c', '114.119.155.239', 1686246417, '__ci_last_regenerate|i:1686246417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1fa0db40cb061b96aac38beb8950aff0e7ad52b', '52.167.144.98', 1686635361, '__ci_last_regenerate|i:1686635361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1fabf4fda3fd0400b28f1948e0172c6d01ef91f', '66.249.79.200', 1684681028, '__ci_last_regenerate|i:1684681028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1fc80f42a1919ba59bcec154a5dab1e1be1e7da', '52.167.144.98', 1686126459, '__ci_last_regenerate|i:1686126459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1fe7fe39f9ddfd1b14184c191be16c668b66d5e', '190.56.32.162', 1686603248, '__ci_last_regenerate|i:1686603248;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('b1fe8aad8fc30759c3756f3732e75af568108b60', '114.119.146.19', 1688406368, '__ci_last_regenerate|i:1688406367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1feb69998ae8cb58a8b76792245b22dbf87d79f', '190.56.50.253', 1682638598, '__ci_last_regenerate|i:1682638598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682638536;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ff0537da05a61fa9487377ba62905c93a469f7', '190.56.173.213', 1683325822, '__ci_last_regenerate|i:1683325822;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683209645\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"1a8DJdj6vAXbzoOekKZt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ff8bd9ab6a2557345a06c52d9ca2faf46b7960', '190.148.252.67', 1688512222, '__ci_last_regenerate|i:1688512222;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688512219;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ffde7d211f807ee35b9240f6641bb9008548e3', '200.119.174.9', 1674134565, '__ci_last_regenerate|i:1674134565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674134557;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b203a3d9d1c49ee3501808bcd9d227897d3779e5', '200.119.174.9', 1674492441, '__ci_last_regenerate|i:1674492441;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674473067\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674492175;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b20488483944d6dae8a8babb9480ec2d5b5afc96', '51.222.253.10', 1669851684, '__ci_last_regenerate|i:1669851684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b208086f7e28e752ae1530758aeccb3a2cfabc90', '205.185.122.184', 1674553892, '__ci_last_regenerate|i:1674553892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2080f1964447e13c29455e8d7ed0e9eb77749e5', '106.75.76.244', 1686908245, '__ci_last_regenerate|i:1686908245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2088809b8a127fe124d69f037b323ee01989730', '207.46.13.230', 1657218905, '__ci_last_regenerate|i:1657218905;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 ('b2090af597e105b56a5bc95d09b5312dc5d359b2', '51.195.216.255', 1650896107, '__ci_last_regenerate|i:1650896107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b209a15cb068f7f01479affb2548552c407a7ede', '51.222.253.4', 1659131351, '__ci_last_regenerate|i:1659131351;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 ('b209c9c9ba9e323359b7b93b5ec160b935f43e85', '190.148.158.175', 1672601622, '__ci_last_regenerate|i:1672601622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672601613;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b20ddd2681576e2c8ce6fb343f7acb6cfd792ced', '190.148.157.171', 1667410938, '__ci_last_regenerate|i:1667410938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667410933;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b20fddc2783199730ee7e82b8318d2bb58e0e031', '200.119.173.177', 1685140103, '__ci_last_regenerate|i:1685140103;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685140102;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21111eafa144b187d942701c88f867d639ca29b', '54.36.148.147', 1664700407, '__ci_last_regenerate|i:1664700407;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 ('b211d5d97bed08ba4f40687d6682c808afef98d3', '52.167.144.162', 1686372983, '__ci_last_regenerate|i:1686372983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b211f9027cc48f0e1148a7baf8086105706f7c8a', '52.167.144.164', 1684481664, '__ci_last_regenerate|i:1684481664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21658f1da926848d892ef1ed6120382cfddfb6a', '66.249.65.167', 1672295396, '__ci_last_regenerate|i:1672295396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21ba013aafd91d622d6b8a5f3bcc14f3446c0c9', '207.46.13.207', 1685876020, '__ci_last_regenerate|i:1685876020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21c8bafa1f44728a1d14d6a1544b52dd8d18ad6', '114.119.132.42', 1687534137, '__ci_last_regenerate|i:1687534137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21c8db28477b0b277c66e98d9f60ab11da603e0', '200.119.173.177', 1684881133, '__ci_last_regenerate|i:1684881133;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684881098;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21dfe801e18edd1b622556bd292ec83e9a89a6a', '190.56.173.136', 1687885988, '__ci_last_regenerate|i:1687885988;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687885986;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21f0780fd078917764cf526a3e4ed9b0a609840', '34.217.137.217', 1655039552, '__ci_last_regenerate|i:1655039552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21fd970749cfba06d973f5027e24860b49c43db', '52.167.144.69', 1675780373, '__ci_last_regenerate|i:1675780373;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b220f8a2e70ff70976a8c55733fc4babb38fa288', '51.222.253.20', 1668502295, '__ci_last_regenerate|i:1668502295;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 ('b2240630a2c9a17b9b015d20ff9e012c51052629', '114.119.142.232', 1686603049, '__ci_last_regenerate|i:1686603049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b22412b72125274ad72685fccadb9073a62ec971', '17.121.112.230', 1660295153, '__ci_last_regenerate|i:1660295153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b226cde878d9f00c4824a1a962f06f0c146bfd7c', '51.222.253.14', 1673539689, '__ci_last_regenerate|i:1673539689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b228ab72404ea43eeca46ae802efba8371f31ecd', '207.46.13.41', 1665141324, '__ci_last_regenerate|i:1665141324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b229cbcd18b9b7b000f3645748a93532d8c6d481', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b22a00bfad9a958a3c04650abdbf1abbe9ee38e7', '190.148.87.23', 1679424644, '__ci_last_regenerate|i:1679424644;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679424627;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b22ba118dda65ce7836b892b32f7f20799123921', '66.249.79.193', 1676218586, '__ci_last_regenerate|i:1676218585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b22dc1657dbc869fbbe8d7d419f4d2519842fa2d', '54.36.149.35', 1685334621, '__ci_last_regenerate|i:1685334621;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 ('b2302e756000d475416f95f044ddd950e23af582', '35.167.197.235', 1685751041, '__ci_last_regenerate|i:1685751041;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 ('b2329462082e9253dd35c4d158ad68e02ac0bd69', '114.119.145.139', 1687936877, '__ci_last_regenerate|i:1687936877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b233e066cff1b7bde6b0f71210d715b07792a14b', '200.119.172.60', 1674871493, '__ci_last_regenerate|i:1674871489;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674871489;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b235c5bda1e3d8eec71ebd6ff071114595f6ef69', '142.132.250.173', 1686198073, '__ci_last_regenerate|i:1686198073;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 ('b23690b3e32b3cfc02eaca534b4aa228a0c58c65', '54.36.148.194', 1686612772, '__ci_last_regenerate|i:1686612772;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 ('b2387ba36157815026eb4f73b6e85cb28d397172', '190.56.32.35', 1672065307, '__ci_last_regenerate|i:1672065307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672065043;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2391ffb8ce166a499a67db000417498443a52ea', '52.167.144.108', 1680536092, '__ci_last_regenerate|i:1680536092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2393638dbc52addf647ab9c9d5c600d900b0df0', '190.148.252.235', 1666888604, '__ci_last_regenerate|i:1666888604;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666888599;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b239429eeb96fba2c29c51b8f404a6a1d282655b', '46.101.63.152', 1652762875, '__ci_last_regenerate|i:1652762875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b239bcda2b0db78215eebe7ae7425e59512b0da9', '128.90.117.196', 1676091631, '__ci_last_regenerate|i:1676091631;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 ('b23bcd6c73669bf4f9ad5d3889a436ca70cc2d50', '40.77.167.64', 1672898216, '__ci_last_regenerate|i:1672898216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23bdfcfdc9e46b9b62712a659edb63449ab9e42', '17.121.114.199', 1656262086, '__ci_last_regenerate|i:1656262086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23e4e7a74d86f0ac8a24a1a14e92443d6706b6b', '52.167.144.43', 1683658267, '__ci_last_regenerate|i:1683658267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23f7f715d7891392d458f91749ed65fb4ca2afb', '40.77.167.146', 1687858677, '__ci_last_regenerate|i:1687858677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2438e02bef207085a096e78b23acb9d2f882eab', '190.56.49.237', 1665771938, '__ci_last_regenerate|i:1665771938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665771890;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2444e11f653f56f8c2f6ff2be579ca1d96119d6', '200.119.170.143', 1670192027, '__ci_last_regenerate|i:1670192027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670191696;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2472d7f76e225b916e5bbd4343f9630258804dc', '190.56.50.32', 1655067026, '__ci_last_regenerate|i:1655066976;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655043371\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655067026;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2497a78a28c832abab5bc54f2ef4b56cbc85b9f', '157.55.39.79', 1668024535, '__ci_last_regenerate|i:1668024535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24a6835676a90955656ae2a2d21fb0c0b967e19', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24acde1a7994dd846902ecbf408ea05072ab7e8', '190.56.32.162', 1686313177, '__ci_last_regenerate|i:1686313177;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686311079;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24f3b37eda3981c5e6792272f3bac19978feba6', '114.119.139.148', 1687935217, '__ci_last_regenerate|i:1687935217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b253bc06c3d909c6808ecf41cbabc4ff2c358d15', '190.56.173.213', 1683595184, '__ci_last_regenerate|i:1683595184;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683594458;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b253e55a85dbf836597baa14c4e828c7aa94060b', '17.121.113.238', 1662344580, '__ci_last_regenerate|i:1662344580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2543a97ad03742f51fb8e0996665477a424ad69', '40.77.167.147', 1680899749, '__ci_last_regenerate|i:1680899748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b254f824faf1655cdd96ad0f2f5fa2b4d6f4fc71', '34.70.33.198', 1664877662, '__ci_last_regenerate|i:1664877662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2556d043e62152f8bd2e6db1b92aa330ab71975', '17.121.114.130', 1656697859, '__ci_last_regenerate|i:1656697859;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 ('b2562e305633764335ca643902c398976ee65e75', '51.254.199.11', 1669775032, '__ci_last_regenerate|i:1669775032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b25766a4c0c2a8828df31966a85f83ca0f426b02', '66.249.79.210', 1664833632, '__ci_last_regenerate|i:1664833632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b257b7b9f6f09f50ea8cb6baeb247680ef8a3cd4', '190.56.55.48', 1687291343, '__ci_last_regenerate|i:1687291343;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687291336;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b259aca8e894b0f9d169f467efdbfd67f3234c73', '52.167.144.98', 1684132470, '__ci_last_regenerate|i:1684132470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b259bce35973e3fe3a792dfed4f0e9df18c4ee2a', '40.77.167.225', 1680307935, '__ci_last_regenerate|i:1680307934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b25bd5699f4e208e83cc333d9ddd45993b1da1eb', '40.77.167.123', 1683250885, '__ci_last_regenerate|i:1683250885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b25c5f0c35fb800045c2fe812702de9357b70fde', '157.245.50.113', 1654913338, '__ci_last_regenerate|i:1654913333;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 ('b25eab528df0219195d74a4e5db06cc013196455', '207.46.13.234', 1659371240, '__ci_last_regenerate|i:1659371240;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 ('b25fe69ef78d720d0de867c68ed60c289159e2ce', '52.167.144.98', 1684833487, '__ci_last_regenerate|i:1684833487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2631ca9483fba3d8a02fdd217b4f3a127b432a8', '190.56.173.213', 1683159938, '__ci_last_regenerate|i:1683159938;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683159931;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b26745e8b8c5296bbcbad6dfc253ae9d2c163c72', '207.46.13.51', 1663126760, '__ci_last_regenerate|i:1663126760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b267db8a67c89226fea9f4b7a3d8416f574b783b', '51.222.253.7', 1668184476, '__ci_last_regenerate|i:1668184476;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b267fd4f303a9f66b4480c2b3a35864391aa95c7', '207.46.13.127', 1656924246, '__ci_last_regenerate|i:1656924246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2687d5de9dd8485bfa8501bb704b670817c3888', '50.21.188.63', 1672704854, '__ci_last_regenerate|i:1672704854;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2694ab5542602def8a01405fbaa96c7f4d25d33', '207.46.13.1', 1671274565, '__ci_last_regenerate|i:1671274565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2696c0f224043dc9f65e4d1092a9c716d014150', '207.46.13.41', 1665332410, '__ci_last_regenerate|i:1665332410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b26a7cb8a7e80e67ae1f0349b987422db560c7e9', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b26b78920108a383f76279299591bb67045ad0fb', '200.119.172.65', 1659365624, '__ci_last_regenerate|i:1659365624;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659364287;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b26dd7935b34b8b059cb4adab8242e004f87acf9', '52.167.144.171', 1685546714, '__ci_last_regenerate|i:1685546714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b26f3806df4f46fc664a8b33e25dc7022372066a', '40.77.167.123', 1683408288, '__ci_last_regenerate|i:1683408288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b272d307a2dd1b4ce0ee16500859f9db3ffb4671', '52.167.144.74', 1688004654, '__ci_last_regenerate|i:1688004654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b274079a2fee3475c8ff6311d93658be4e0f0f65', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b274a255f475180d63a062cdfab218e67e78934d', '157.55.39.62', 1659231066, '__ci_last_regenerate|i:1659231056;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b274d8862c181365830f338d7879d39aa296cd04', '114.119.133.158', 1686463707, '__ci_last_regenerate|i:1686463707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b275215b01fa136c4d37999d77d591f1ff5c2dc9', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b27a62ba8bf52d7a5c0febf3d4f1dc5bf00d0b4f', '54.36.149.77', 1651317464, '__ci_last_regenerate|i:1651317464;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 ('b27a874a522d8ada210613dd59700dacfb8f51cd', '52.167.144.171', 1684443573, '__ci_last_regenerate|i:1684443573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b27e35c94c367fbce6ffaba567ec7e7ab889b0e2', '190.56.32.243', 1684614464, '__ci_last_regenerate|i:1684614464;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684614169;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b27e445b0b17b152a990a4c1396319f1212e81ba', '157.55.39.191', 1674612865, '__ci_last_regenerate|i:1674612865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b27f87a6c924ab4b591ea149a526f08c01b28601', '190.148.252.102', 1681866495, '__ci_last_regenerate|i:1681866495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681866444;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2808a24fb799455b7aececb0e84593c1cc1737e', '190.148.252.183', 1681391257, '__ci_last_regenerate|i:1681391257;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681390633;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b28291a2446bfa9d6723b565363fbfeefbdc17f3', '40.77.167.202', 1687332894, '__ci_last_regenerate|i:1687332894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2834ea55a29d08552a4d9b0e2e2d660c39bf350', '207.46.13.205', 1671187884, '__ci_last_regenerate|i:1671187884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b283bb6d4cbd7381c758de0932989e2b2c0a4450', '18.206.55.48', 1658929712, '__ci_last_regenerate|i:1658929712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b283dec036cc9945836d1911c9ce0f32c4c29fe7', '66.249.64.46', 1677144771, '__ci_last_regenerate|i:1677144771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b286364f692a25d2be605a7ffeeaa65329d7a129', '54.244.141.41', 1682987281, '__ci_last_regenerate|i:1682987281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b28682b70b743b3b0a3f964ae6216feed93676b0', '190.56.173.136', 1687913060, '__ci_last_regenerate|i:1687913060;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687912787;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2897cccafaa9483659cbb173c9d6f4ae75b2a84', '207.46.13.175', 1673010934, '__ci_last_regenerate|i:1673010934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b28f14a041f6e8f939c87028a47d1836c3325243', '40.124.82.169', 1651534923, '__ci_last_regenerate|i:1651534915;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 ('b294591b24a67a85734bab5955b477f41e3b3e38', '207.46.13.41', 1664841918, '__ci_last_regenerate|i:1664841918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b294d844faf392e9227bf8da9ebcd3a7a2dcaac3', '190.148.252.223', 1659014370, '__ci_last_regenerate|i:1659014370;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659013807;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b294eeb76c749c0935a87c52930c18d00d50b181', '207.46.13.41', 1670998403, '__ci_last_regenerate|i:1670998403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29721bea538ae366246499c241e63396856eb1b', '175.196.127.111', 1650791342, '__ci_last_regenerate|i:1650791342;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b297cffb73f358f27e08593b8f43a2d98e44d403', '114.119.157.195', 1686578402, '__ci_last_regenerate|i:1686578402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2981f55209692b19be53f026c9c7746a6ce2443', '112.211.96.131', 1653288942, '__ci_last_regenerate|i:1653288941;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b298653ee58b965de269a0bf0af399523b880ce3', '114.119.137.89', 1685435180, '__ci_last_regenerate|i:1685435180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b298bd421af2659e50558c9c0dcde1a5ca35bd2c', '190.148.157.177', 1682375409, '__ci_last_regenerate|i:1682375409;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682375377;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2996f5b21001d8c0b2986b2fd06f8ff69a16b92', '190.148.158.175', 1672249793, '__ci_last_regenerate|i:1672249793;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672249565;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29987c89dc3305d7b398f8b41de2df431189d3c', '54.36.148.3', 1656201068, '__ci_last_regenerate|i:1656201068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29a719c0c966d2e75ceef08a0b019b99793935d', '52.167.144.154', 1687883226, '__ci_last_regenerate|i:1687883226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29c04f96678a3bba15b4f9afab73eb8cdffccf6', '190.148.252.57', 1657813323, '__ci_last_regenerate|i:1657813323;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";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\";user_csrf|s:20:\"XDmxZ7ujnSoMWbNrl5Ka\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29cd60da683af2a1839877e351a64446b1ddc01', '190.148.87.182', 1679689471, '__ci_last_regenerate|i:1679689471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679689094;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29ff9f7270a107d79c1f84aaa8b5c5e12829b47', '74.208.2.230', 1684500917, '__ci_last_regenerate|i:1684500917;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2a02c7141f421825d982489c01432b7b73a461b', '190.148.87.191', 1664210317, '__ci_last_regenerate|i:1664210317;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664210307;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2a07a4c1b9aebd19075c1560138727dcf4b133e', '190.148.157.214', 1669728729, '__ci_last_regenerate|i:1669728729;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669728068;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2a1fc4e0cee39d1bf2ea2cd5d7c42055f1c9a7f', '114.119.158.71', 1688386136, '__ci_last_regenerate|i:1688386136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2a2d3b0130810004ccbca43143e1e0670fd4f31', '51.222.253.1', 1658606271, '__ci_last_regenerate|i:1658606271;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 ('b2a31fdb3e6cb02143c135143db04eaa8b65773e', '34.87.55.67', 1662690320, '__ci_last_regenerate|i:1662690316;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 ('b2a4447128961f559e308995e72db943b856d89b', '66.249.79.196', 1678685932, '__ci_last_regenerate|i:1678685932;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 ('b2a7924b49129e34d35a2c9265a2c8a709f7c4e6', '190.56.173.136', 1687889021, '__ci_last_regenerate|i:1687889021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687888491;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2aaa765cf46ffa7edbe8874dfc4f413a4390a35', '35.87.253.61', 1660310811, '__ci_last_regenerate|i:1660310811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2aad235b2bd7dca63f01dc37615a19661114b6c', '200.119.170.168', 1670612130, '__ci_last_regenerate|i:1670612130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670612022;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ab3b431f0db00da32437163273422676a09d70', '5.188.62.140', 1656456510, '__ci_last_regenerate|i:1656456510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ac48f52b1890806066f4c07f5b669b2f3c1171', '200.119.173.78', 1682866374, '__ci_last_regenerate|i:1682866374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682866106;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2afa074ed408508d8455e4b807bfbc11683a2b0', '114.119.157.245', 1688269720, '__ci_last_regenerate|i:1688269720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2afa4f536015e9278ef99d655f7f0328ef14a37', '157.55.39.147', 1672095879, '__ci_last_regenerate|i:1672095879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2b24483927e5cb23d308cf9270f6e0adfa3a27b', '207.46.13.210', 1677321419, '__ci_last_regenerate|i:1677321419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2b48325fa6521a5792b5ed5cd0252acd7447859', '64.246.165.160', 1662266543, '__ci_last_regenerate|i:1662266543;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 ('b2b6bb192da6c968d83fe4efd2678bda3a412355', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2b748055e039634c32b79f7b4f86a9f20594b50', '114.119.139.133', 1687546341, '__ci_last_regenerate|i:1687546341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2b9f8d986f5a0952c1300810e19c6f15b47215c', '200.119.168.250', 1680893486, '__ci_last_regenerate|i:1680893486;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680893427;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2bc8da9b8a1078b5ddf98720a580c21e697c353', '207.46.13.12', 1676106283, '__ci_last_regenerate|i:1676106282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2bc900222628ce16599c8f9c81d2ef91793f784', '190.56.32.174', 1676917694, '__ci_last_regenerate|i:1676917694;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676905216\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"A9XJ7LbWmMjnQta65kFz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2bcbfb9551502ba3175060e3b308917c4bb64b1', '190.148.157.53', 1683903122, '__ci_last_regenerate|i:1683903122;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683652032\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"FJz6iRswAvLWGOlckPpB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2be29de8b0748ebc86faac29833385ae0e71c67', '190.148.252.111', 1678051752, '__ci_last_regenerate|i:1678051752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678051744;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2bf19cdb57c7469fa5943217526e72be05d8540', '114.119.134.72', 1687334333, '__ci_last_regenerate|i:1687334333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c053575af510c0f7a2db339f2f32409af50f1f', '61.78.85.122', 1652222146, '__ci_last_regenerate|i:1652222146;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 ('b2c0baa6bf4a6d2a51622c842a6f92b6836a3902', '51.222.253.17', 1678946543, '__ci_last_regenerate|i:1678946543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c41a021fcb4f470e21f2ab47907d85b0de5396', '40.77.167.63', 1672314293, '__ci_last_regenerate|i:1672314293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c51277d215e00327e2b6270b428be7f975c727', '190.56.32.35', 1671760483, '__ci_last_regenerate|i:1671760483;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671760480;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c635b9d980b7d3cb9c1d581a7e14ae626688ca', '190.56.173.213', 1683587448, '__ci_last_regenerate|i:1683587448;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683586881;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c6e85d4dae5fb21e6ad384737d9a18a702b52d', '207.46.13.207', 1685868137, '__ci_last_regenerate|i:1685868136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c7b0ef2748322947a165846a0800587aa69006', '40.77.167.161', 1675458866, '__ci_last_regenerate|i:1675458866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c81037139a42b935a6dbb647adcf94fc1e294f', '190.56.55.113', 1673472386, '__ci_last_regenerate|i:1673472386;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673471964;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ca4f558b84a3cfb5a2d58436659c5d296df6bb', '114.119.138.48', 1685582979, '__ci_last_regenerate|i:1685582979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ca9c67b0d377062d8e3006d9f9dadf156d7ec1', '52.167.144.164', 1686652928, '__ci_last_regenerate|i:1686652928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d0a0132a02a0078446bfa4308fdbbb89c4096a', '200.119.174.182', 1667745758, '__ci_last_regenerate|i:1667745758;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667745752;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d1076b203c1d3c732ca1691ac7b1e9431403d9', '114.119.142.121', 1686047523, '__ci_last_regenerate|i:1686047523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d191d252409fd11ff63d00a8879e276adcf195', '40.77.167.225', 1676550079, '__ci_last_regenerate|i:1676550078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d1df71833f0cab2f1435ec2669608dd94e20e2', '46.101.63.152', 1652762867, '__ci_last_regenerate|i:1652762867;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 ('b2d21adae10aabda193d4557604a2015b5eee34b', '157.55.39.55', 1661455020, '__ci_last_regenerate|i:1661455010;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d24eefb2ee5b55c8ed052b7249a29471633b5e', '52.167.144.164', 1685947169, '__ci_last_regenerate|i:1685947169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d426de645ff969bbf76259d267b0fb2b98a217', '114.119.132.218', 1688329024, '__ci_last_regenerate|i:1688329024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d497932f89fd2fd4e3df937d57250b3f35d8d3', '51.222.253.6', 1659789285, '__ci_last_regenerate|i:1659789285;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 ('b2d4cafde2eb09cbaf32193a5d003616cffcfa20', '40.77.167.13', 1660134066, '__ci_last_regenerate|i:1660134056;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d70ea9c0b760fc11013c810004091f2d379dd3', '190.56.55.48', 1687368015, '__ci_last_regenerate|i:1687368015;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687368012;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d74489fc712cc173513d525b2965d9ebb10f9d', '114.119.155.92', 1686744997, '__ci_last_regenerate|i:1686744997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d8acf45c7c6378344d8725a526c1f696d0a6b6', '51.254.199.11', 1652664710, '__ci_last_regenerate|i:1652664710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2dc06c7a0bf6622d1f3703bc3ce875aeea79380', '144.76.67.169', 1669883475, '__ci_last_regenerate|i:1669883475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2dea1b9503ae023c8e4e2d98a276400e287b159', '190.148.157.98', 1679274691, '__ci_last_regenerate|i:1679274691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679274585;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2dfb8ba97c1a654f30ab965b61346bba4b4da80', '114.119.138.100', 1688175188, '__ci_last_regenerate|i:1688175188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e07c0f80b8c15cdfca76ea40577717359157ac', '20.83.215.68', 1653736267, '__ci_last_regenerate|i:1653736266;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 ('b2e1b916660086fba476380d605c0107f662053e', '52.167.144.162', 1686570490, '__ci_last_regenerate|i:1686570490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e316a35a2f357364481d9bfa8beb94ade5f833', '51.222.253.7', 1681264750, '__ci_last_regenerate|i:1681264750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e3676ef7a5e82941193ea4b44973bc8faad990', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e3c154984385a282c0b9342ed4c2c26f8b348a', '190.148.157.183', 1680389392, '__ci_last_regenerate|i:1680389392;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680387902;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e58df7fef8ed1abf45352e0b7db6535334acda', '52.27.146.108', 1685924803, '__ci_last_regenerate|i:1685924803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e83fd87d09f4179562b0eb36e2e3b9b4666638', '190.148.158.69', 1685930104, '__ci_last_regenerate|i:1685928348;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685930104;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2e8934509623ad61c4a16696855081a35ec44ae', '51.222.253.15', 1658083740, '__ci_last_regenerate|i:1658083740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ed425120b4252ae236a2068922fa39c8dd7b92', '17.121.114.23', 1652555185, '__ci_last_regenerate|i:1652555185;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ed96a315476432f24c880547ad1f7ab71f8c1d', '114.119.150.110', 1686419688, '__ci_last_regenerate|i:1686419688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f035b2c3f2c3ff1d5ae59ad69323a31211224f', '40.77.167.202', 1687393063, '__ci_last_regenerate|i:1687393063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f0903c0bd05a2067d241072499b640c1c936f3', '200.119.170.168', 1670536388, '__ci_last_regenerate|i:1670536388;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670536370;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f0fff58515bab0f24a2b08c715283de2f930c6', '144.76.68.17', 1683715071, '__ci_last_regenerate|i:1683715071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f249b484cd6661dea662d72e6ff0b1f83c8caa', '190.148.157.183', 1680285708, '__ci_last_regenerate|i:1680285708;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680285705;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f265fb66d1a07fabc0ad3c5e6ffffc85528c1e', '190.148.252.96', 1673039261, '__ci_last_regenerate|i:1673039261;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673039238;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f268a145fb87c7f60166e6a438ddd0e075a43e', '205.169.39.109', 1651342198, '__ci_last_regenerate|i:1651342198;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('b2f6c3fb5611aa3021d5a84cb7a9555e38a765bb', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f6d6879d7e5e684c124b5e0b8fb507db3f8869', '200.119.173.78', 1682896834, '__ci_last_regenerate|i:1682896834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682896822;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f8bc166b0024e0c79112ec1a027a9a59b1cfe9', '52.167.144.43', 1683938181, '__ci_last_regenerate|i:1683938181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2f8e02029d727cb20091a71a3773b27be72418c', '54.36.149.12', 1675002708, '__ci_last_regenerate|i:1675002708;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 ('b2f9d71b0d87f23e5c5698be636d8e62f32c30e7', '190.56.50.15', 1667173331, '__ci_last_regenerate|i:1667173331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667173326;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2fa7621f5a840b4069193f5b53f79235c631000', '114.119.144.88', 1688421683, '__ci_last_regenerate|i:1688421683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2fbc07869c7f57a436a662de70f085d5125a5a1', '114.119.133.232', 1687019531, '__ci_last_regenerate|i:1687019531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ffdffb8399a5d0cf7e59bbaa6285df0b6f9cd0', '54.36.148.161', 1654398353, '__ci_last_regenerate|i:1654398353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b301b8de0490708051673bd84bcb1f61d83737c8', '74.208.2.234', 1684500932, '__ci_last_regenerate|i:1684500932;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b303b3ab526edea64fee9fdf517818a02057d37e', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3044c852157478231906b0a51dc444a662f46d9', '3.111.41.2', 1670738472, '__ci_last_regenerate|i:1670738471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b30744afc367c5758dfca3454f5fe7c781581d80', '190.56.173.251', 1652132056, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652132056;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"G1d9EqgUuIa0VeP5i6zo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b308c7595d3b3571f9c800ca63fa49f7919ceec6', '190.148.252.151', 1671284667, '__ci_last_regenerate|i:1671279836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671190058\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671284667;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b30c18354aef06076d970910cc7a1db2fce99ceb', '40.77.167.202', 1687653154, '__ci_last_regenerate|i:1687653154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b30c4cf231c9d18025cd72d41f0f6c57cb45f441', '200.119.168.250', 1680650777, '__ci_last_regenerate|i:1680650777;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680649472;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b30d07ad71762f65eb2f608ce2e0d34a1b91f605', '157.55.39.147', 1672407332, '__ci_last_regenerate|i:1672407332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b30d16cb061b704571c454364527e408f95ea72e', '66.249.65.97', 1678143913, '__ci_last_regenerate|i:1678143913;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 ('b30e754ea80aa7479de46f450cb320a96a287b62', '159.223.80.207', 1660601102, '__ci_last_regenerate|i:1660601098;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 ('b31236bbcbdd5ba0522cd6702b1de9a60e5cf1eb', '200.119.172.48', 1668625460, '__ci_last_regenerate|i:1668625460;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668625456;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3143ba5fec372b69bbb957891f8a0d37c82fd70', '190.148.158.69', 1685902554, '__ci_last_regenerate|i:1685902554;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685902192;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b314a35a9a1878d9ac35e94e6028ac08ecb69807', '114.119.141.168', 1688123801, '__ci_last_regenerate|i:1688123801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b317474d4a328721f70f735f380120935b659e64', '52.167.144.61', 1688177245, '__ci_last_regenerate|i:1688177245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b318611bd64b98ad75264234f9ad6088dd34d3c2', '52.167.144.164', 1684401979, '__ci_last_regenerate|i:1684401979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3197eb2ccd1b8738f0454bc8f8cf3222285f97b', '200.119.168.9', 1656103139, '__ci_last_regenerate|i:1656103139;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b31c0aedc2910dd2a2f85a4b37f9a8de9f0a5328', '52.167.144.70', 1688234846, '__ci_last_regenerate|i:1688234846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b31c1fbe3bdf6b1ea86732b2738f74690eda138c', '18.206.55.48', 1652876330, '__ci_last_regenerate|i:1652876330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b31c49c0953467b9248d963df267de4bec8e86e2', '52.201.235.110', 1680771949, '__ci_last_regenerate|i:1680771947;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b31cb850b986cf8b45c9b4b8e1a792958c5289e8', '190.148.87.51', 1676300403, '__ci_last_regenerate|i:1676300403;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675375918\";last_ip|s:14:\"200.119.172.96\";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 ('b31efafbf6af09e264647dc018ae741cc5ff4b6b', '82.80.249.158', 1668921156, '__ci_last_regenerate|i:1668921156;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32111af96342578f235fbf7d6255a0fcc37fd78', '40.77.167.37', 1669577869, '__ci_last_regenerate|i:1669577869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b324e423a8a66a7b0b462bfb035da57ff64f129d', '74.208.2.232', 1684500926, '__ci_last_regenerate|i:1684500926;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3260506498036f3737b1578f1d66bdbd0b5f68a', '52.167.144.98', 1684169924, '__ci_last_regenerate|i:1684169924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32643504b46acb7f9fdb0517b746f05f8575bdd', '190.148.252.88', 1670859894, '__ci_last_regenerate|i:1670859894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670859762;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b328643fe4841024d89c9513e97316a7085b5b5c', '190.148.158.151', 1676999513, '__ci_last_regenerate|i:1676999513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676999089;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3286b642116da4bd4fef1f025ac15dc49c7966a', '51.195.216.255', 1650895481, '__ci_last_regenerate|i:1650895480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b328cd00c09469b7c232bbbe260ef3c97e28bf11', '157.55.39.214', 1683620558, '__ci_last_regenerate|i:1683620558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32a108fedf65bfb1e0180b09dec01da2648aaa1', '106.75.101.43', 1686908300, '__ci_last_regenerate|i:1686908300;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 ('b32ca5e72d38e7491d6f66bac54c4ba11550e6cc', '114.119.134.35', 1688510776, '__ci_last_regenerate|i:1688510776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32e223b6951452072c73a710f9e1220eaed30d9', '54.36.149.37', 1681066719, '__ci_last_regenerate|i:1681066719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32e92b3172815a4cf21f53e9ffef3c50900c665', '200.119.168.250', 1680897697, '__ci_last_regenerate|i:1680897697;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680897354;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b32f141b537887498edeea30afb4dd846aee6f31', '190.56.173.251', 1651871513, '__ci_last_regenerate|i:1651871513;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651854512\";last_ip|s:15:\"190.148.157.184\";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\";user_csrf|s:20:\"rknYmcx4epdU6KPXNtGz\";last_activity|i:1651871417;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3305dd2a233cd49e213e9acb594db111bc9295a', '114.119.155.144', 1687326093, '__ci_last_regenerate|i:1687326093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3353805417fe47dcdf1c11c837a6aa22671580d', '190.56.51.144', 1687110872, '__ci_last_regenerate|i:1687110872;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687110836;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b336257b9fd148b819ea330b755df2978b11950e', '157.55.39.173', 1669794938, '__ci_last_regenerate|i:1669794938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b336ab8c1c6f0c3a322160915bd16e91de2c3922', '144.76.67.169', 1669883361, '__ci_last_regenerate|i:1669883361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3387cd9f17e69c144907b6f9fbe467475e1b854', '157.55.39.253', 1677200260, '__ci_last_regenerate|i:1677200260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b339e19b1eba45ca6d17f38f22ab25c59b650c1f', '52.167.144.75', 1677802815, '__ci_last_regenerate|i:1677802815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b339f634fe1181da41f71e5ad4e02b15068cb8a1', '190.148.252.183', 1681577822, '__ci_last_regenerate|i:1681577822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681576073;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b33a968b36daf272fe859d7d35a69c5bd2677b8b', '190.148.252.73', 1664809025, '__ci_last_regenerate|i:1664809025;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";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\";user_csrf|s:20:\"Pom1lxJ8vjcBrsO2gKte\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b33b8572690abef24c9afe1a088c4f39f7c93d48', '157.55.39.79', 1669300289, '__ci_last_regenerate|i:1669300289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b33ddbe1d28204ca269cafa1482d9351b0245adb', '190.56.49.237', 1665756572, '__ci_last_regenerate|i:1665756572;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665754682;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b33e8292376ec78fce362a82d129dde58b07b1fc', '190.104.119.171', 1667234827, '__ci_last_regenerate|i:1667234827;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667231546\";last_ip|s:12:\"190.56.50.15\";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 ('b341904b8f9b39a61680418ac4a1aee1fdac2945', '40.77.167.166', 1676610116, '__ci_last_regenerate|i:1676610116;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b342dc92e41c298fd3fa16bf54fb239a16fdc4b6', '40.77.167.104', 1670214503, '__ci_last_regenerate|i:1670214503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b344444611cd3dc11f0d5158694e7f5b2cfd643e', '52.167.144.164', 1686510356, '__ci_last_regenerate|i:1686510356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3446d9a394ea685af4391e17981e7db1a31157a', '190.148.252.183', 1681660730, '__ci_last_regenerate|i:1681660730;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681660728;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b346085b20e6fbda3a1db247942f2294b8b8ef36', '190.148.252.96', 1673220296, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673220296;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673216473;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3484eeacd098b2b76d32dc670330c9ce2692542', '200.119.172.60', 1674840922, '__ci_last_regenerate|i:1674840922;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674840312;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b349de88d6eaca8ccb677440911f191043332925', '18.206.55.48', 1651126675, '__ci_last_regenerate|i:1651126675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b34a23befce87e92500590f099b887c96352c81b', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3509f3caf7057e5bea2f887abe4c24fdd76080d', '40.77.167.108', 1687043678, '__ci_last_regenerate|i:1687043678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b351a1d884cb3812c438de504a09717b6510e81a', '18.236.234.48', 1671368545, '__ci_last_regenerate|i:1671368545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b353270d26522e773d539563857b453f087de336', '144.76.67.169', 1676801099, '__ci_last_regenerate|i:1676801099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35396f1d68d2b3ec00bd8858ab017161081d633', '173.249.31.237', 1659409221, '__ci_last_regenerate|i:1659409221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b354e3614226115ae16c2b274fa0b59699cd74d0', '190.56.50.15', 1666993255, '__ci_last_regenerate|i:1666993255;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666993207;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3570e693bf92f910d040530ea904ca403ac1554', '52.167.144.154', 1687916173, '__ci_last_regenerate|i:1687916173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3571cffcfd58eb1acfa13fc23c2e017ada48e7c', '190.148.252.177', 1674084173, '__ci_last_regenerate|i:1674084173;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674084126;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b357ecf686b75a0145815c89553a5341aabc94ba', '40.77.167.107', 1687203712, '__ci_last_regenerate|i:1687203712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35822bd85be54adb9f6101bb3de64b1c2fa3431', '157.55.39.64', 1673570131, '__ci_last_regenerate|i:1673570131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b359665d999681c88e03d2bb2c8ca05ed59a1bae', '200.119.172.96', 1675430839, '__ci_last_regenerate|i:1675430839;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675430673;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35ad4856ab2773a192c66a86f62a69011484add', '173.249.31.237', 1659409239, '__ci_last_regenerate|i:1659409239;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 ('b35b036b19f6f9b7dc2df0b60b3bc3387905fd59', '52.167.144.98', 1686368924, '__ci_last_regenerate|i:1686368924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35b9b57aa246f210acaf70f2f280625187d803e', '190.56.51.158', 1655572394, '__ci_last_regenerate|i:1655571268;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655556758\";last_ip|s:15:\"190.148.157.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655571293;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35ba64315484e35519e3469fcbdd5731e8a4602', '190.148.252.151', 1671380216, '__ci_last_regenerate|i:1671380216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671380208;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35d8d54a57a59694ae549222dc1e0aafd6f7bc3', '200.119.172.55', 1661523216, '__ci_last_regenerate|i:1661523216;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661451379\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661520331;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35de8e3401826f3ce512fc680ea0cdfde2ea19d', '200.119.172.60', 1674677728, '__ci_last_regenerate|i:1674677728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674677655;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36261c6d2a19f225888337c4892577a2e4c52aa', '52.167.144.164', 1679666541, '__ci_last_regenerate|i:1679666541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36293472df4b44113b83d8324b7ea67c1dcaecd', '51.222.253.9', 1661395679, '__ci_last_regenerate|i:1661395679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3631a8ed21495a60c10adcbf2524dd2328ed54c', '34.68.13.112', 1651656628, '__ci_last_regenerate|i:1651656628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b366fd7556505ade0a6946bd0dac3b092a20e685', '40.77.167.221', 1680802507, '__ci_last_regenerate|i:1680802507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b366ff113cef600b32fe8c3efec10b0727594268', '40.77.167.202', 1687885872, '__ci_last_regenerate|i:1687885872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3673d6b73edf02a75f78af093020a0cc56eadbd', '18.190.157.138', 1676715642, '__ci_last_regenerate|i:1676715642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b368440edeab4a3c5e35f55cb515176f4c70eba5', '200.119.174.9', 1674177908, '__ci_last_regenerate|i:1674177908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674177898;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36a8ae47cdf4d060d036a9a2653b2c775e1dae4', '190.106.213.176', 1651248584, '__ci_last_regenerate|i:1651248584;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";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\";user_csrf|s:20:\"ozmL7Qd6n4KJEjhfyX3l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36a8c398984735347739be3df2cd0c6c1996f84', '114.119.156.227', 1687123955, '__ci_last_regenerate|i:1687123955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36b2317476a0b3461899e97e0611e67faffee5f', '54.36.148.101', 1663949256, '__ci_last_regenerate|i:1663949256;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 ('b36b8c0ec93aa584701e15ef79fe3c395eed9277', '190.148.252.197', 1665522281, '__ci_last_regenerate|i:1665522281;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665520114;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36c6f4910a67d025b58205a8b9554603beca742', '207.46.13.41', 1670904585, '__ci_last_regenerate|i:1670904584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36cb3f3f6c1f6bcc79c4826b7ed673f9d72900c', '157.55.39.100', 1671785744, '__ci_last_regenerate|i:1671785744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36db39b24e411b56c58fe9bd9a1c4e57df28617', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36f049c7a5ee9099692baa6a40e199301c25458', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36f052f5113aedc33f720a253884ac6c332ea06', '51.222.253.10', 1660966055, '__ci_last_regenerate|i:1660966055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3707a612a009dbf1362d27ff581af0010b3595a', '17.121.113.193', 1654181470, '__ci_last_regenerate|i:1654181470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37109b4291416de82909ec863843ccae774b6be', '114.119.150.28', 1686901415, '__ci_last_regenerate|i:1686901415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3712b53dc0c6e8b834af172b544c28f4dbaa092', '40.77.167.202', 1687450629, '__ci_last_regenerate|i:1687450629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37144ed5c4cfc44f2ecb683cbf75a22e77c379d', '157.55.39.217', 1683462802, '__ci_last_regenerate|i:1683462802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b372631994c673b8d56872b89bc254223b35315c', '114.119.145.160', 1688111634, '__ci_last_regenerate|i:1688111634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3729e0873926f6e2c7217c58f8cec330393b1cf', '17.121.112.151', 1654094050, '__ci_last_regenerate|i:1654094050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37375e74c56c5e321b9215826b1b5941957b8e1', '114.119.146.223', 1686086136, '__ci_last_regenerate|i:1686086136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3738b2bb1380f85094986ac1d165c3d89bc39d5', '40.77.167.49', 1664714745, '__ci_last_regenerate|i:1664714745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3740141e6df6d64b83eeec8613b8d2b3a3415a3', '17.121.114.162', 1660707863, '__ci_last_regenerate|i:1660707863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3742729fb3ae77735596b9ca74c99e03b2211d0', '200.119.175.15', 1658503678, '__ci_last_regenerate|i:1658503678;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658329421\";last_ip|s:15:\"200.119.170.237\";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\";user_csrf|s:20:\"5cFR3hmbOgeAJrEyI1Hv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37482bfcfada99338b4c058be0b284f4a9dacb2', '190.56.50.15', 1667246702, '__ci_last_regenerate|i:1667246702;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667246657;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3751f2f95b21f9ffb82f084ccb1b720e7040041', '54.36.148.145', 1674813995, '__ci_last_regenerate|i:1674813995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3756c21fe73c2d4a8f0dfd5db0bf4a0d31b6be0', '40.77.167.161', 1675662119, '__ci_last_regenerate|i:1675662119;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3768d720a77b2f06de6668bb77e48bedb0222d9', '3.17.140.79', 1667896484, '__ci_last_regenerate|i:1667896412;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3788833e41bbabca66a1ccbd6ab74035ffa0245', '190.148.157.183', 1680531563, '__ci_last_regenerate|i:1680531563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680530711;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37a04a7f54737f6571b530d7a4c2636f855165b', '207.46.13.1', 1671215139, '__ci_last_regenerate|i:1671215139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37c6931ccac95731df0af0b3de8378347834d6e', '114.119.138.33', 1688032316, '__ci_last_regenerate|i:1688032316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37cca33f115e3face4d94005ef60935a98e4f1f', '50.21.188.52', 1663642570, '__ci_last_regenerate|i:1663642570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37d70768d079dbf1eeda0f033e43d6170afe148', '200.119.173.96', 1687185258, '__ci_last_regenerate|i:1687185258;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687185253;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b37fdf11c62d42ce08217e3dafa7967a6b0198bf', '190.148.157.80', 1669207669, '__ci_last_regenerate|i:1669207669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669206536;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3804b4e73bdc96a2cdb901e8a64cd4377412cd8', '173.252.95.116', 1657590893, '__ci_last_regenerate|i:1657590893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3815cda2595fed80c2e8cef10f50bd36cffe48c', '54.36.173.89', 1685010954, '__ci_last_regenerate|i:1685010954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b38512480a0168462164ed385d4c0df1df602e20', '212.83.186.254', 1653411177, '__ci_last_regenerate|i:1653411176;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b38513bbcb97077d8092f1ad56f2ea10da9ee2fb', '114.119.153.93', 1687606085, '__ci_last_regenerate|i:1687606085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3863a096199b3489c857cb4abfe2e6763f2b1e3', '52.167.144.162', 1686830041, '__ci_last_regenerate|i:1686830041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b387e11e653515fd25ed0f7d3717db3669039b82', '190.56.55.113', 1673641890, '__ci_last_regenerate|i:1673641890;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673641850;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b388749bb94774a799b1987576ed972d95688636', '40.77.167.161', 1675662119, '__ci_last_regenerate|i:1675662119;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b389190d63518deef33e94b8c7b95a4c82377d60', '40.77.167.13', 1672620113, '__ci_last_regenerate|i:1672620113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b38b0a95aa14e70eb4cd516088f92b0c0bfd03dd', '190.148.252.161', 1670021118, '__ci_last_regenerate|i:1670021118;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670021081;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b38c4938cdd602b7ee966acf038de8fbcae55e98', '190.148.158.151', 1677505428, '__ci_last_regenerate|i:1677505428;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677505223;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b38e8c51269a7cc2677b9f659b7008805f18d15c', '200.119.170.143', 1670256950, '__ci_last_regenerate|i:1670256950;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669239828\";last_ip|s:14:\"190.148.157.80\";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 ('b391029ebe80d14b8fec869874ebdccd3935db4d', '114.119.157.241', 1685486447, '__ci_last_regenerate|i:1685486447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3939b0788c46cb25afbe1c32c5ca31e9e143926', '200.119.172.60', 1675039822, '__ci_last_regenerate|i:1675039822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675039777;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39614c53ef0a9b51c07da253daae1c39719e7fe', '200.119.173.177', 1685378052, '__ci_last_regenerate|i:1685378052;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685378049;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39637bada749b10f1ec8c7920043fbbab010813', '190.148.87.182', 1679756934, '__ci_last_regenerate|i:1679756934;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679756913;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3965dbeda20ab4551603e632e40ef97fe28078b', '54.36.148.229', 1676254809, '__ci_last_regenerate|i:1676254809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b396f119962e1e68e31de0309c89c603e29bc4a3', '200.119.173.90', 1657215786, '__ci_last_regenerate|i:1657215786;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3985ca275b26e099527330d794dbeea83c1d6c8', '114.119.155.78', 1688102188, '__ci_last_regenerate|i:1688102188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39a7df4c4e3282f3efa7cc7453c3e90b16e5f20', '157.55.39.194', 1674408656, '__ci_last_regenerate|i:1674408656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39b608b5ec1a38afc68cf4ba62232a1d9058049', '52.167.144.162', 1686596231, '__ci_last_regenerate|i:1686596231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39ea03b794e0b89ccdfe552de7bb20732cda20a', '40.77.167.191', 1681962084, '__ci_last_regenerate|i:1681962084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39fb56a54b142f9ad5e640a86234b56472aa918', '114.119.135.158', 1685391109, '__ci_last_regenerate|i:1685391109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a261f662b0abd8bcb51b5982a2eeff9afa521c', '190.148.252.183', 1681512221, '__ci_last_regenerate|i:1681512107;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681483862\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"OS0VcQ9ayYvCMzomUGbN\";last_activity|i:1681512190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a448273406560bcb59a375c619bc3c48e8a370', '66.249.79.203', 1681140268, '__ci_last_regenerate|i:1681140268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a709c73b79bd94a6e5bfed2ab2219326eab6df', '157.55.39.79', 1668631643, '__ci_last_regenerate|i:1668631643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a7779784207f65c12b79f987a6ed5ce9cba963', '35.92.175.40', 1663335009, '__ci_last_regenerate|i:1663335009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a9bc5bac60e4d38f2039d8cd9e274b02d7cd3c', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3aa0c7508f562003094adf51094dd1896fe4039', '200.119.170.30', 1660490832, '__ci_last_regenerate|i:1660490804;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660396503\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660490832;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3aaa68f3c07fd629f6a1123b0b7f9531eb12e5a', '52.167.144.171', 1685546716, '__ci_last_regenerate|i:1685546716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ab8fd087901d189904e9d056c6fb7180975384', '207.46.13.154', 1670239959, '__ci_last_regenerate|i:1670239959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ad541b82241cce0094ad9f3c14eafda4286d7d', '114.119.141.119', 1685391418, '__ci_last_regenerate|i:1685391418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ae248c35442247477257e6fde85f35831242bf', '190.148.87.96', 1678293837, '__ci_last_regenerate|i:1678293837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678292976;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ae354ae60cf5b60fac6f13da1a85fb6410a079', '114.119.147.181', 1687562450, '__ci_last_regenerate|i:1687562450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ae62bb1b36ebed594d1734296f08bcb1c9992a', '200.119.170.30', 1660578725, '__ci_last_regenerate|i:1660578725;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660578228;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ae721c9c9af24733e7586e0cc020d6aeeac42e', '207.46.13.12', 1676277336, '__ci_last_regenerate|i:1676277336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b0b9b3b5c9815eeb9ae9055174aaa3cf3f8fbd', '190.148.158.164', 1667352261, '__ci_last_regenerate|i:1667352261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667352250;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b4f6f0aa879da554c98e45582ea480bf30ddf0', '200.119.170.212', 1665877654, '__ci_last_regenerate|i:1665877654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665877654;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b55efa59c3755b9fbb62f262b5ff2608169438', '157.55.39.227', 1688562000, '__ci_last_regenerate|i:1688561999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b5a10e5d471602f932e8a7014d753dbad1e10a', '114.119.149.116', 1688314700, '__ci_last_regenerate|i:1688314699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b6f9c60808a719e0cb195900959fca41ef6463', '34.220.97.5', 1687911064, '__ci_last_regenerate|i:1687911064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b865b6f42992277636f255f547abb34cc95682', '207.46.13.17', 1674127098, '__ci_last_regenerate|i:1674127098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b86a6932fc4033f46a7e9888791adc8b498285', '74.208.2.232', 1684500588, '__ci_last_regenerate|i:1684500588;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 ('b3be5a971cef3ff8b16c2d9ee2219b7cf9da3d6c', '198.251.73.99', 1686693225, '__ci_last_regenerate|i:1686693224;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3be8da3da0f49af6b9e648582045fe900fefcbf', '52.167.144.105', 1677758041, '__ci_last_regenerate|i:1677758040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3bfc766f529f0bf27fe0741f8d53bbc505b9513', '54.36.148.114', 1680613560, '__ci_last_regenerate|i:1680613560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3bfe5e095868b373ad7725b4a469c17af1bc236', '157.55.39.69', 1672217300, '__ci_last_regenerate|i:1672217300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c10888d9a05053d0c0212b5052233d4c8b798c', '40.77.167.123', 1683134393, '__ci_last_regenerate|i:1683134393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c11becfab469ff967f92ecd7c566750f052694', '207.46.13.205', 1671937087, '__ci_last_regenerate|i:1671937087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c20185a512d52ecd2b62f5f54414df64ce14cf', '69.167.12.35', 1681555077, '__ci_last_regenerate|i:1681555077;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 ('b3c2b7d6c6e0afb229f359c15d052ba6a30f8923', '200.119.170.16', 1666802586, '__ci_last_regenerate|i:1666802586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666802574;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c348fe8da522c9a2eeef44a8276bbc7dbc6c44', '200.119.169.5', 1654815390, '__ci_last_regenerate|i:1654815390;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654804943\";last_ip|s:15:\"200.119.174.137\";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\";user_csrf|s:20:\"OnIVH31PLuRycmBzrW4Z\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c5a3c5630a676ddfe35b4cabf27b87b26580b7', '207.46.13.17', 1673807650, '__ci_last_regenerate|i:1673807650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c6c9122710c94d6304503da6dd1ea068e21c7d', '207.46.13.51', 1662920968, '__ci_last_regenerate|i:1662920968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c7d01cd6c2acc57ef9d929ab22589e31bc3faa', '190.148.87.182', 1679959974, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c8231b77f151bf0bbbd901e481c5ec34208489', '146.59.157.229', 1650750437, '__ci_last_regenerate|i:1650750437;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c8418c6066e857fd999ac031305987ed054ae0', '157.55.39.125', 1653750688, '__ci_last_regenerate|i:1653750688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3c9f5892d5498a360861504bdd50889dc9ec4e3', '40.77.167.123', 1683658296, '__ci_last_regenerate|i:1683658296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ca8823cd45641717923c5da0e11cb7a55f772b', '54.36.148.65', 1651718387, '__ci_last_regenerate|i:1651718387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3cd5297982c8e1d68b00b8087b1ddf9dbff439b', '114.119.140.206', 1688101718, '__ci_last_regenerate|i:1688101718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3cdad62e5c13869aaf44242f968b380fa552276', '200.119.173.212', 1667938819, '__ci_last_regenerate|i:1667938819;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3cddec1ccd29b9d285b01d5466d1699b6604320', '200.119.168.250', 1680899747, '__ci_last_regenerate|i:1680899747;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680899211;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3cf205d8f315916857ae6a888d43ce2adbb1ac5', '190.148.87.51', 1676307012, '__ci_last_regenerate|i:1676307012;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675375918\";last_ip|s:14:\"200.119.172.96\";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 ('b3d27a3ddc843b2ea4b5a3264101780a97545a55', '93.158.91.230', 1672591702, '__ci_last_regenerate|i:1672591702;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 ('b3d2bc90741b59e6575b7dad4121f823ab4d53d4', '190.56.173.213', 1683158937, '__ci_last_regenerate|i:1683158937;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683158715;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d2fb9b43bf67a3cffded2291b881dc05287e17', '190.148.87.96', 1678403730, '__ci_last_regenerate|i:1678403730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678403728;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d3b05b4c7a01fde375563dc2fa8f77a8332d75', '66.249.65.177', 1673293346, '__ci_last_regenerate|i:1673293346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d476ed70bf09ebdd13238c92e8fd32c45cc030', '54.36.149.67', 1661564141, '__ci_last_regenerate|i:1661564141;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 ('b3d50b722382d23440a1f280473f61170e5d77f8', '190.148.252.183', 1681486945, '__ci_last_regenerate|i:1681486945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681486716;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d55ee24bc8c205d286976d56b93dba8c614d5d', '207.46.13.212', 1676871224, '__ci_last_regenerate|i:1676871224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d583c8fa33d27f7d90d93591400abebaf2cc48', '190.148.157.76', 1666742444, '__ci_last_regenerate|i:1666742444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666741543;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d62a7c551db914f1303f971de13f46aa052c60', '114.119.158.253', 1687188059, '__ci_last_regenerate|i:1687188059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d671bec5276e377b58b4bacd3ac6efbc050837', '157.55.39.144', 1664156274, '__ci_last_regenerate|i:1664156274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d83d0967752086bcc8b74caf460582a3a17a2a', '17.121.115.82', 1661245684, '__ci_last_regenerate|i:1661245684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d847f3051fb1d9f2daaaa42a0ce1e74870834d', '157.55.39.253', 1681797414, '__ci_last_regenerate|i:1681797414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d8577fb1bab5d529e0b9853aca54d6344effd7', '114.119.147.233', 1688385761, '__ci_last_regenerate|i:1688385761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3db149f65d87f9892f491d997a08f2d7bb747e1', '190.148.157.206', 1679523433, '__ci_last_regenerate|i:1679523433;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679523428;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3db4fbca32a47a46e61177204ea0f8407e49c7d', '207.46.13.41', 1671402339, '__ci_last_regenerate|i:1671402339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3dd35ccc015f4a1e89e96c9e858d4c4ca605338', '114.119.142.243', 1687516865, '__ci_last_regenerate|i:1687516864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ddf890a1c83ef4bd78ffa08f114a2723c50a9a', '40.77.167.43', 1654321398, '__ci_last_regenerate|i:1654321388;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3df86d32578d8d057651439643c6a313da85a19', '54.245.23.68', 1675864293, '__ci_last_regenerate|i:1675864293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e35dc86ac1f7ef6c85207bc11d0caff18f640f', '157.55.39.51', 1669080062, '__ci_last_regenerate|i:1669080062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e3643e03e74cea8e412c91544f8ece387d53ac', '51.222.253.20', 1659023588, '__ci_last_regenerate|i:1659023588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e695afbccc93e2b3d2c415a8044659808f5fbb', '157.55.39.46', 1672943641, '__ci_last_regenerate|i:1672943641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e9628c155632a80df9ab93fb6f8955efb5b75b', '190.148.157.98', 1678970772, '__ci_last_regenerate|i:1678970772;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678970761;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ed74f44fc3332b1945a2884373d917024f3ee2', '45.129.18.34', 1653585577, '__ci_last_regenerate|i:1653585577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ef6f17bcce10cc6a99000a5756415ad9338583', '40.77.167.222', 1681010046, '__ci_last_regenerate|i:1681010046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3efb4d7044740ef8e6ed5e84b5aeb9941c79b50', '190.148.157.117', 1675645390, '__ci_last_regenerate|i:1675645390;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675645388;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f37044c0edc44e4b769648d81eb5ecc85a6d22', '52.167.144.164', 1685679487, '__ci_last_regenerate|i:1685679487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f48388c5c300a213354037920d0fdc228c3101', '190.148.157.183', 1680272473, '__ci_last_regenerate|i:1680272473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680270995;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f680997ae5a43285fdcdc957139253f11a890a', '190.56.50.13', 1658190782, '__ci_last_regenerate|i:1658190782;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658178714\";last_ip|s:13:\"200.119.171.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658190731;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f6db301851209dda8387d0e8466f3249f63d89', '114.119.138.13', 1685623397, '__ci_last_regenerate|i:1685623397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f7bc2ebfdd37b8cd37729e2e78326ad9187719', '190.56.48.81', 1666050862, '__ci_last_regenerate|i:1666050862;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666050829;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f91b80db161fce31042dceb2199aa9cf4970b2', '190.56.55.113', 1673804836, '__ci_last_regenerate|i:1673804836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673804156;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f970539b95cd9f7647f98aae55d936a806a72f', '52.167.144.54', 1676002646, '__ci_last_regenerate|i:1676002646;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 ('b3f9b9174f67feb447548d1205d2621160da2c9d', '52.167.144.98', 1685129060, '__ci_last_regenerate|i:1685129060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3f9eff85638fa321ce9e4630ea8179267f1ada9', '157.55.39.33', 1652963557, '__ci_last_regenerate|i:1652963557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3fa5754b71e9d35bcde1baf68e3e5bcc346c5ac', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3fa93297967b9bc45c63a7e42c251277775f0c8', '40.77.167.49', 1666059448, '__ci_last_regenerate|i:1666059439;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3faabada628fb40969ae334ba09d70c75e167e7', '200.119.169.5', 1654824924, '__ci_last_regenerate|i:1654824924;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654793848\";last_ip|s:15:\"200.119.173.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654811927;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3fc56cfdb6ad97ce374d81b04c4ac9903b26f90', '207.46.13.207', 1685896122, '__ci_last_regenerate|i:1685896122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3fd97d4d480701e742310f992340e71404bd73d', '40.77.167.222', 1681433255, '__ci_last_regenerate|i:1681433255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ffa8b66aa84a6f950f727aac7e44122504ee20', '207.46.13.175', 1672949344, '__ci_last_regenerate|i:1672949344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ffcd8de7ddc8c18e440d40a130b0cb566bf80a', '114.119.128.22', 1688274050, '__ci_last_regenerate|i:1688274050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3ffd2ec8344d2a827996c64234cc2a6a72b2c85', '207.46.13.17', 1673832258, '__ci_last_regenerate|i:1673832257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b400386bfb5492feeb8784673079ce92b51fdcd3', '5.188.62.140', 1656447756, '__ci_last_regenerate|i:1656447756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b401fa936794d42be21337399e6aae287d4ddc9f', '207.46.13.209', 1681137739, '__ci_last_regenerate|i:1681137739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b402bdc25373089199af30461678509894b2876e', '114.119.137.162', 1687073494, '__ci_last_regenerate|i:1687073494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b403d94e03533b1059a9aaee134e7247762f83d9', '51.222.253.9', 1664427796, '__ci_last_regenerate|i:1664427796;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 ('b403dced20841400f83f7453cb25716c16587853', '190.148.157.122', 1666657233, '__ci_last_regenerate|i:1666657233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666657157;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40423a7aa539152744d882c28f999cd6ab208e1', '190.148.158.75', 1663255499, '__ci_last_regenerate|i:1663255497;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663177352\";last_ip|s:15:\"200.119.170.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663255497;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40496d9cce9e98d280e50df4d647a51dd875ec7', '190.56.54.77', 1666313012, '__ci_last_regenerate|i:1666313012;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666311354;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40499eb8211eb902b719e94e2761065211fd08d', '157.55.39.144', 1665039225, '__ci_last_regenerate|i:1665039215;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b407314b7452326d87ee1c117501e2e5e7ba5af6', '40.77.167.49', 1665910594, '__ci_last_regenerate|i:1665910594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4084c9a01f70d51644831f5384fadba0537fddf', '51.222.253.19', 1685083264, '__ci_last_regenerate|i:1685083264;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40ba851bfb414be3fb92a9e23c8e873750a0567', '200.119.168.1', 1655340293, '__ci_last_regenerate|i:1655340293;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655335462;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40bc77cbed244349e3495c1a204098b1484ae2a', '157.55.39.80', 1670374739, '__ci_last_regenerate|i:1670374739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40c1a0e132b51b7276ca1c602f83429643c0a60', '51.195.216.255', 1650895744, '__ci_last_regenerate|i:1650895744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40c7cc4d7062594640fc7f2f917769fbdc9c955', '190.148.252.223', 1659101370, '__ci_last_regenerate|i:1659101370;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659101363;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40c7d29bf4a02ee2da85416472f970f7e6edf22', '111.7.100.25', 1650686118, '__ci_last_regenerate|i:1650686118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40dbdb3d5a4da7348623e76ac0f96e7f6a53c60', '40.77.167.156', 1678687385, '__ci_last_regenerate|i:1678687385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40f3f4591d76b91bbfb0017ab862346185b9403', '157.55.39.26', 1663773604, '__ci_last_regenerate|i:1663773594;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40faff72feaead09af531bf646bf993ce7e85d5', '157.55.39.128', 1673821385, '__ci_last_regenerate|i:1673821384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40fc3e3489b9a3b22a3bd7592a89a4a04ea975e', '207.46.13.53', 1662813742, '__ci_last_regenerate|i:1662813742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b412622521375178022a34cceaaaba84bf5bc9b3', '40.77.167.123', 1682832528, '__ci_last_regenerate|i:1682832528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b413404c80d9fc9ac7ccab247bffe4d096dba747', '190.148.252.161', 1670009853, '__ci_last_regenerate|i:1670009853;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670009819;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4157e59b13e4bf8a8d50124d06c3b256367c8aa', '114.119.139.186', 1688315424, '__ci_last_regenerate|i:1688315424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4173d6d1ca8863a739e4d453b07fa4b517da014', '157.55.39.218', 1681178382, '__ci_last_regenerate|i:1681178382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b417c8c50062d35ed0c794bac634066bae0a7359', '35.87.18.235', 1675518590, '__ci_last_regenerate|i:1675518590;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 ('b419fd5419dfe246e2713f4e3059b5a0f5239178', '190.56.32.162', 1686346925, '__ci_last_regenerate|i:1686346925;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686346768;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41ad91bc0818bef348e62e85b8757e2dda809ac', '190.148.157.88', 1668522957, '__ci_last_regenerate|i:1668522957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668522510;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41b512a68b07648de80e5bfbc2e2161d615d3f7', '52.167.144.98', 1685707475, '__ci_last_regenerate|i:1685707474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41bed860b90e90b5793e2652c92fa70b6de1607', '40.77.167.86', 1678640646, '__ci_last_regenerate|i:1678640646;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41d41c7d644b348a514ea0dcec1d92a2997c0bb', '114.119.133.134', 1687870530, '__ci_last_regenerate|i:1687870530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41d83303b20947e0a83d68749e7da66bd2839de', '40.77.167.147', 1681161234, '__ci_last_regenerate|i:1681161234;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41f852300fe28eb574caad0c427524903fe72bd', '52.167.144.171', 1685458257, '__ci_last_regenerate|i:1685458257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41ff6d851efb6bf95a61b0555869624c0d855dc', '114.119.148.33', 1684144477, '__ci_last_regenerate|i:1684144477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42124bf6a9f522a1e6446ce9dad852900f9c962', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42126b0dc7e82c665b56b8239c213052a1ac57e', '114.119.135.224', 1688164862, '__ci_last_regenerate|i:1688164862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4214cab656e62a1850f9f2602d20cd5a7674679', '40.77.167.27', 1660276391, '__ci_last_regenerate|i:1660276381;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b423c05af0ceea5ce6dfa253b34252bedfc41be0', '114.119.157.17', 1685668899, '__ci_last_regenerate|i:1685668899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b423cb1b329cf13c6c3d5ac4bee30f2c3efcfce1', '52.167.144.98', 1686160518, '__ci_last_regenerate|i:1686160518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b424ae40c705876fffde6ccf959a262c32898249', '190.56.32.32', 1686055693, '__ci_last_regenerate|i:1686055693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686055678;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b425a99516dcb70e5305a25e8220fd05f324b233', '17.121.114.162', 1657740777, '__ci_last_regenerate|i:1657740777;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 ('b4268a3bbbc0688e6a502aa5eff344d4df96aa31', '190.148.252.111', 1677784345, '__ci_last_regenerate|i:1677784345;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677784317;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b426b50c2918fc122052271ea5975dea430cda38', '34.89.115.150', 1658721360, '__ci_last_regenerate|i:1658721357;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 ('b42716a2eb1e59858288c4bfc9329030ee4371fb', '114.119.148.202', 1688465224, '__ci_last_regenerate|i:1688465224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4291b67c72aa1851816f89244e369f9d3f527c3', '17.121.115.137', 1651935487, '__ci_last_regenerate|i:1651935487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b429adfd3750a4c9c48fdb11421203fe1cfac930', '114.119.155.255', 1687559671, '__ci_last_regenerate|i:1687559671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42a0108b610044211c938ff3e1ff4b1b6b5382a', '104.248.14.88', 1660162026, '__ci_last_regenerate|i:1660162026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42a1717fbe7c98b60b02ba67045125b3948759f', '52.167.144.152', 1677792597, '__ci_last_regenerate|i:1677792597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42e37e177487992fe8aeb45fb977fdfea810639', '207.46.13.132', 1674032176, '__ci_last_regenerate|i:1674032176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42f27a2257be57062f4bd887c8d27aeceb02295', '52.167.144.70', 1688113986, '__ci_last_regenerate|i:1688113986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43482f171e8db4d85e2c1d70618bb93693ad722', '64.246.161.30', 1656772288, '__ci_last_regenerate|i:1656772288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b438c7f112a6cb51b81db1e66ea57ebadad41180', '51.222.253.18', 1668664578, '__ci_last_regenerate|i:1668664578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43baf1f1cc3c457a3dfec5ec1b3b7a816902acf', '52.167.144.98', 1684844152, '__ci_last_regenerate|i:1684844151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43c26dde1ee49f93ef56d78713251abde531d8d', '40.77.167.49', 1666744500, '__ci_last_regenerate|i:1666744500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43e0827fff3fe48365f63b38e28df8b7730837b', '51.222.253.3', 1684718649, '__ci_last_regenerate|i:1684718649;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43e2c5d0794869931714c208d210df69a98dac0', '190.148.158.175', 1672409920, '__ci_last_regenerate|i:1672409920;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672409880;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43f03c1f90c80774430870fd6237e2116758a95', '190.148.157.98', 1679148044, '__ci_last_regenerate|i:1679148044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679147999;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43f0e43d32001efb30f519f4966369f02f40e0f', '190.148.252.96', 1673284697, '__ci_last_regenerate|i:1673284697;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673279368\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"bE5F0Ywo4VDHIK9j2Bg6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44050a99ad92d140d153a98118ad3f9219de17a', '52.167.144.69', 1675609826, '__ci_last_regenerate|i:1675609825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4427ee16124eec7dc56b3d14c67fbb5d59e07b4', '93.186.120.193', 1678471953, '__ci_last_regenerate|i:1678471953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44300b7f23d1c670f665cbc556467439a25e9bf', '40.77.167.85', 1686710758, '__ci_last_regenerate|i:1686710758;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 ('b443143e5d99676106c6e50eb0a6b06286deb2c7', '223.240.99.104', 1665033080, '__ci_last_regenerate|i:1665033080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4432811be105c053c971cac9656bbefc78c5434', '114.119.132.133', 1685588113, '__ci_last_regenerate|i:1685588113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b445c9972a2f46b03f107dee743cc3a517a07166', '40.77.167.156', 1678849853, '__ci_last_regenerate|i:1678849853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4461a928fb68216ce6e1560d50533521e8e99bf', '190.56.50.253', 1682518970, '__ci_last_regenerate|i:1682518970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682518475;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b446493ce5b6b0635934affa58a2b1f3d055e806', '114.119.130.183', 1687878749, '__ci_last_regenerate|i:1687878749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b446bd06cdc2b025edc5a6a27c46f478e56b85c3', '190.148.157.147', 1658841971, '__ci_last_regenerate|i:1658841971;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4479f6136e21f454912dd3c3547a388bd8e99fe', '172.104.42.214', 1657091098, '__ci_last_regenerate|i:1657091093;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 ('b448626f3d2a9b5c2f82daf38fe78e45d15c393d', '190.56.54.156', 1665153043, '__ci_last_regenerate|i:1665153043;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1664628474\";last_ip|s:15:\"190.148.252.115\";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 ('b448eb22e38f38c440a7694e9f04305f2d926b4e', '130.245.169.247', 1657277745, '__ci_last_regenerate|i:1657277742;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b449daff4ddc21323ecfa645c60d00b1cb3b5a68', '190.56.55.48', 1687389258, '__ci_last_regenerate|i:1687389258;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687389251;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44af5efa165498cb2094c508024cbd9d60fae65', '52.167.144.61', 1688064452, '__ci_last_regenerate|i:1688064452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44b94cb049d182023348d1c15c860daea6a0904', '190.148.157.53', 1683995016, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683995016;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683995014;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44c89408c05ce692409d83982e2c8aa45cc39d0', '54.36.148.203', 1656022815, '__ci_last_regenerate|i:1656022815;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 ('b44d73797d8b2cf5566278d6e3c355328b39e482', '190.148.158.164', 1667332612, '__ci_last_regenerate|i:1667332612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667332564;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b44df60d11ae2cb3ffeb1921f70f009f8d3fa092', '40.77.167.108', 1679714675, '__ci_last_regenerate|i:1679714675;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 ('b44f89aadb834418fbf8affee493456539f895f9', '38.121.43.104', 1651606099, '__ci_last_regenerate|i:1651606099;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 ('b45046bb8e64a2fb546947a6888f1df71d7baf40', '114.119.134.79', 1688187528, '__ci_last_regenerate|i:1688187528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b453c803b85dc077726fe976c102f5975f7bde2a', '200.119.168.250', 1680735493, '__ci_last_regenerate|i:1680735493;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680735031;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b453ce6dba74b5ac550e1675ebdb98d71d994e2c', '52.167.144.57', 1687202826, '__ci_last_regenerate|i:1687202826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b453f6cd517ba34a453f7106307faa4bbe176855', '52.167.144.162', 1681572319, '__ci_last_regenerate|i:1681572319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b454d533a44e09c149fafe44efc54664f80c5bb8', '5.188.62.21', 1656443948, '__ci_last_regenerate|i:1656443945;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4577b5c304d61d9c50b7527fb89fea8a6c65946', '114.119.151.184', 1686384453, '__ci_last_regenerate|i:1686384453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b457a5620eb2ceb35aafba834fd96a925d5027cf', '52.167.144.162', 1683074058, '__ci_last_regenerate|i:1683074058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4589a48b8898d11472b793830ca39020459bdca', '200.119.172.60', 1675087928, '__ci_last_regenerate|i:1675087928;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675087771;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b45a019dcf7f62e455d2dc58dbc55a3a7e36a118', '40.77.167.97', 1654553117, '__ci_last_regenerate|i:1654553117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b45a64257a5d20a0e0f0fea8d1e411674efff680', '157.55.39.79', 1670610600, '__ci_last_regenerate|i:1670610600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b45b0234739ea11dfd167b6941ecd34d0a264276', '114.119.151.146', 1687563977, '__ci_last_regenerate|i:1687563977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b45cf114ee32796f961f9121cbcf343e61cde40f', '200.119.174.129', 1666359430, '__ci_last_regenerate|i:1666359430;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666275672\";last_ip|s:12:\"190.56.54.77\";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\";user_csrf|s:20:\"r5OZsJHMLgWNPz3y0tIm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b45fbe5aab9bbc40ec4e66eef75bfef57829685a', '200.119.168.118', 1661524748, '__ci_last_regenerate|i:1661524747;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661451379\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661524747;register_id|s:2:\"85\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-25 10:03:44\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4613534521dc856e69d5e5fa353ac42e54ad162', '190.104.119.122', 1650984328, '__ci_last_regenerate|i:1650984328;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1650734207\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('b461ecd5ba78ecf8b314662edb7503296142a642', '114.119.148.187', 1686168377, '__ci_last_regenerate|i:1686168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b46351481fbca90b6eeba528722161253d1f851d', '114.119.137.156', 1684582249, '__ci_last_regenerate|i:1684582249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b465795597f9a404c1dd64b52dd1e058b83e37ff', '40.77.167.79', 1653643235, '__ci_last_regenerate|i:1653643235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b46884af93f5bee1cde7b71ffe6b9575406d4f0c', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b46a69d6ea5dd2be0ffdf9e1a7b566e53683d642', '114.119.153.50', 1685590523, '__ci_last_regenerate|i:1685590523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4701ef243c0971defa85eb0dbebe7ce6ea10078', '40.77.167.202', 1687701566, '__ci_last_regenerate|i:1687701566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b470aa7e58b8ae8c501a5e295446b3daa101c89e', '137.226.113.44', 1654741592, '__ci_last_regenerate|i:1654741592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b470cde0bb8c4dd0252c11a249d14101febfc336', '52.167.144.43', 1683741406, '__ci_last_regenerate|i:1683741406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4710cb1295d77b951502b0c58598fcbe0166a26', '52.167.144.162', 1682109618, '__ci_last_regenerate|i:1682109618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4728a272eb18bd6463fa6488549493cfaa11321', '51.195.216.255', 1650895547, '__ci_last_regenerate|i:1650895532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b473279df993c30591c4ec7d87ccd719c612159d', '114.119.153.138', 1687696932, '__ci_last_regenerate|i:1687696932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47457f3d9567050600400c78575860d5fb17f72', '52.167.144.76', 1682480770, '__ci_last_regenerate|i:1682480770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47532c5d82244c605ae134489d3c7cf09bfa165', '157.55.39.176', 1667917247, '__ci_last_regenerate|i:1667917247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47695899c1b2eb65e170b2f68e685210159a0df', '157.55.39.79', 1657265309, '__ci_last_regenerate|i:1657265299;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b477757b7a6d5b6b3b4a311f3f62a4f72a6b61c1', '157.55.39.227', 1688430919, '__ci_last_regenerate|i:1688430919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4780c62c37f91c2e793fc1dd2f72634a3131a78', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b478af7021358ad9c8076065e3494b9b81f60a54', '157.55.39.54', 1659444747, '__ci_last_regenerate|i:1659444747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47a25329039a4bc8d04799331c42234035202dc', '52.167.144.109', 1680649123, '__ci_last_regenerate|i:1680649123;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47a7bc400569b1b9a2977ac2f9be5723aee7536', '17.121.114.148', 1652133684, '__ci_last_regenerate|i:1652133684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47a8de37a9c0986f511c813bdde991e49c71be7', '190.56.173.136', 1687883242, '__ci_last_regenerate|i:1687883242;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687883172;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47c5bc701d25fb3446b758e00897b2a9b4a1d38', '167.99.188.216', 1671908191, '__ci_last_regenerate|i:1671908191;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47c951f9dfaf861c470d33c0ce0c57758ff7cb8', '35.166.84.84', 1683419415, '__ci_last_regenerate|i:1683419415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47f133a19071c33eab0286d792d055c0756d9e6', '190.56.55.113', 1673888975, '__ci_last_regenerate|i:1673888975;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673884171\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673888970;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47f5caaa4ccb13c95488bf2e1ab8dcffa0723fe', '54.36.149.39', 1685566277, '__ci_last_regenerate|i:1685566277;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 ('b47f9bdaa99a2c27dd2c65bc1cbfd87c77bc464c', '190.148.252.151', 1671408914, '__ci_last_regenerate|i:1671408914;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671408907;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4806e94fa0b32cfedc42d3a601a8d4eb321bced', '200.119.168.229', 1663530155, '__ci_last_regenerate|i:1663530124;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b485076a0c61e63647f720a2a357ea253ee924b2', '130.245.169.70', 1657360534, '__ci_last_regenerate|i:1657360533;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4853533ed41f464fd41d5a899ad59d080b8a5ac', '207.46.13.211', 1679581049, '__ci_last_regenerate|i:1679581049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b485542ec5bdadd86014a818b1679a080478836e', '190.148.252.161', 1670077841, '__ci_last_regenerate|i:1670077841;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670077825;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4855f9e584e3d4df7ac628d44b96dce3f92324a', '190.148.252.76', 1654368126, '__ci_last_regenerate|i:1654368126;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654368122;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4874b4e20a2f394616690a481f10bf584fceae2', '52.167.144.171', 1685758200, '__ci_last_regenerate|i:1685758200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b488f8c7a8b1d2dcaaf6fd41e31693cb0dac5845', '157.55.39.173', 1669419402, '__ci_last_regenerate|i:1669419402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b489b3afe92dbe18d2c589c95f47cb136871aeb3', '66.249.79.194', 1688261543, '__ci_last_regenerate|i:1688261543;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 ('b48a801ddf40d3ca039f1dc76d7c2b7aba97344b', '190.148.157.80', 1669497766, '__ci_last_regenerate|i:1669497766;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669497765;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48ac54cecbe0054fd29ae5275ed6e0de0a0a996', '34.72.46.61', 1664924971, '__ci_last_regenerate|i:1664924971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48b7a824730d6c0c8858fb7bf25366d9f4ad577', '114.119.158.156', 1685463354, '__ci_last_regenerate|i:1685463354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48baf1d51e56e06e80d51eece166c76f0f12959', '114.119.136.128', 1686738504, '__ci_last_regenerate|i:1686738504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48e6945578c897d9d99585d7e1da04eafd6d009', '157.55.39.253', 1682549074, '__ci_last_regenerate|i:1682549073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48f5538f02651cc94033f1e8f2c2a90be0e4375', '190.148.252.183', 1681233045, '__ci_last_regenerate|i:1681233045;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681231383;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4935c980a44451cb9478ab94630d31fe9c9e757', '52.167.144.178', 1683977448, '__ci_last_regenerate|i:1683977448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b494bfffcd315f0b4d16801c7d5bd24e0fdc585d', '40.77.167.79', 1653501861, '__ci_last_regenerate|i:1653501851;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b494fc166d9307ca5c0dc5b70127eaf20a760f4d', '51.222.253.5', 1679005176, '__ci_last_regenerate|i:1679005176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b496b08940800175832737fcd45b647d9093ab77', '190.56.55.0', 1687791683, '__ci_last_regenerate|i:1687791683;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687791670;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b497e4b6c3397f974e1d1d126f424a829e183c1e', '40.77.167.123', 1683870595, '__ci_last_regenerate|i:1683870595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49b1231e270f817e38c0291346ee0bea294a76b', '35.184.66.49', 1652092080, '__ci_last_regenerate|i:1652092080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49b2e20d8740e7b7a955424673fa20969e13742', '114.119.152.149', 1688182841, '__ci_last_regenerate|i:1688182841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49d4575d3a5a5819bd15e37a16702ec3f2801b0', '52.167.144.164', 1686595042, '__ci_last_regenerate|i:1686595042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49d8385906be02ed372ca43794abbd3dc7b95f3', '190.148.252.85', 1666213987, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666213987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666213987;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49dfdcfeb07ceae55183149102580fbc292a883', '52.167.144.164', 1685729902, '__ci_last_regenerate|i:1685729902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49f700070d4a92075982a30a8ee3abcb0c7d786', '157.55.39.79', 1671388590, '__ci_last_regenerate|i:1671388590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b49fd22c3e905a508216b383c719d5a6422bed0c', '3.17.148.246', 1687183268, '__ci_last_regenerate|i:1687183268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a0f97721f075576f20be59804421f01bc2d5b7', '114.119.155.83', 1688274743, '__ci_last_regenerate|i:1688274743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a408ec499ea538518c9fcec2be0241d748638b', '54.36.149.46', 1673174693, '__ci_last_regenerate|i:1673174693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a5382ace039b7e97fca98d5e425f3855a040c3', '190.56.54.156', 1665325850, '__ci_last_regenerate|i:1665325850;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665325451;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a5a55bcc60250a25e6afd1807a85f041c7724e', '51.222.253.8', 1666612291, '__ci_last_regenerate|i:1666612291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a5d413dd28db7cc46081b8d6952c89b388d143', '190.56.32.162', 1686435789, '__ci_last_regenerate|i:1686435789;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686435725;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a7b69017436412f9207f709b0c64a8d6248248', '52.167.144.41', 1687094904, '__ci_last_regenerate|i:1687094904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a839ab40e1a711be6df3ba687175978136ddf4', '157.55.39.125', 1654241638, '__ci_last_regenerate|i:1654241638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a9b45fc76838ddb065d04afe7c5c11613fb32a', '157.55.39.121', 1674750223, '__ci_last_regenerate|i:1674750223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4aa0f20373ad5a992799c47e2e83eaa8dc58af7', '207.46.13.211', 1678113666, '__ci_last_regenerate|i:1678113666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4aab605b2ebf77de172db56997232cd51289d09', '114.119.135.163', 1687613913, '__ci_last_regenerate|i:1687613913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4aadb080c8652753a1eb7a8c4c5c8a16017da81', '40.77.167.222', 1681648732, '__ci_last_regenerate|i:1681648732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ab6b9f3dded8a59578adea11664fb61ddac978', '190.148.252.96', 1673034929, '__ci_last_regenerate|i:1673034929;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673034907;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ac1c19c6170ec9accbe9f639e970cd6724a886', '40.77.167.26', 1671106083, '__ci_last_regenerate|i:1671106083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4acf5fd02a1eb819990c0e67933876e38a69ee9', '114.119.137.85', 1684071636, '__ci_last_regenerate|i:1684071636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ad4a74e6022b1330c8ffbe89723af77039f595', '46.101.63.152', 1652762872, '__ci_last_regenerate|i:1652762872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b011de244e4336d822765496c0cb9d11993731', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b075cfba09340e617e39e256d7914c722a1112', '173.249.31.237', 1659409177, '__ci_last_regenerate|i:1659409177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b1c408a689200b9d2aeeb30c0a6826c4c37434', '157.55.39.253', 1682163203, '__ci_last_regenerate|i:1682163203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b20f508d7bbf1e6fce4c69db4fd2d7e4862e7b', '40.77.167.85', 1686467118, '__ci_last_regenerate|i:1686467118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b42699dc308d90c7f1e26207ac7bdda4a07277', '40.77.167.166', 1676753889, '__ci_last_regenerate|i:1676753889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b43adde025638cf88656062cd3607ff6db86d7', '200.119.170.30', 1660241030, '__ci_last_regenerate|i:1660241030;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660237202\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"bqNrYKXE6a7fILe3u2xz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b503f64591457fbe08930c5bb46109a758b488', '157.55.39.118', 1657551259, '__ci_last_regenerate|i:1657551249;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b6538d5d06a1ffbf8e88f8bb8414cd432c9c0c', '157.55.39.225', 1687475603, '__ci_last_regenerate|i:1687475603;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 ('b4b6d8608090d9f3637f492ea3ba259ad7fd2e94', '66.249.65.100', 1651271939, '__ci_last_regenerate|i:1651271939;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 ('b4b7549eb232c1b4437860db70ca6873671f651f', '190.56.32.162', 1659543491, '__ci_last_regenerate|i:1659543491;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659543475;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4b80c09149d0ada24b17b176f406fc95526f31c', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ba6a3ab8c88b36a016e3e2ad613e73b24c5e4e', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4be4e60ffcd2b5049dcffcef45ffa3e6b433d7e', '93.158.91.187', 1672591706, '__ci_last_regenerate|i:1672591706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4bf1ae1d415165fb1dbbbb8eca4d92525b567ee', '114.119.135.174', 1686884396, '__ci_last_regenerate|i:1686884396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4bffa3583ebfd62c08f67db079beb4018b55ca1', '52.167.144.164', 1685760654, '__ci_last_regenerate|i:1685760654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c2526a459764a5bf79e734c4c80ec574cc46dc', '144.76.67.169', 1669881372, '__ci_last_regenerate|i:1669881372;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c31348cbd697dfea6d2aa1deb5a207d36b2bcd', '190.148.157.206', 1656610825, '__ci_last_regenerate|i:1656610825;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656606965;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c5f851a3fe573fac659b03ae08a6d90c61b4c4', '52.167.144.162', 1686834428, '__ci_last_regenerate|i:1686834428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c5fa563d6c416cbf068dcbb37c8cb41137e216', '52.167.144.171', 1685717516, '__ci_last_regenerate|i:1685717516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c7c124a6342c0708802d0435523e1220ebd940', '207.46.13.10', 1670998430, '__ci_last_regenerate|i:1670998430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4c9ad46c0328372dc02a92ee34123be04ae5990', '200.119.174.9', 1674138141, '__ci_last_regenerate|i:1674138141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674138076;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ca29e01983e057ab29bd3fc7f7ee49cd36e559', '54.36.149.97', 1655571027, '__ci_last_regenerate|i:1655571027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4cbc1b5274d15e69ce3a3b4af89f22936bb7f91', '157.55.39.192', 1664473769, '__ci_last_regenerate|i:1664473769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ccabebec380b0f57579af589aaa38d8a5a9431', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4cd963fd750a0179d3ca17c8f33735c682567a7', '190.56.50.15', 1666976527, '__ci_last_regenerate|i:1666976527;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666976514;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d0f1341a4037ac08f637a90dc6b27e3b8653d0', '190.56.51.158', 1655759407, '__ci_last_regenerate|i:1655759407;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"JMINQnURYmgilKuedths\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d331c2cf37525959251eed84f3c7032f374c9a', '142.93.201.0', 1654711825, '__ci_last_regenerate|i:1654711823;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d48825b12bdcd63aed59df974dc22d8c995dcd', '114.119.158.203', 1688095888, '__ci_last_regenerate|i:1688095888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d548315140829728104b1093f34c21cf6cf990', '157.55.39.62', 1659557694, '__ci_last_regenerate|i:1659557694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d9ef146fee666f74269a74a524f536eada28ce', '66.249.79.199', 1681938376, '__ci_last_regenerate|i:1681938376;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 ('b4db4a17057b3f0a36a28bfe2e543ae0baddfa07', '157.55.39.90', 1663455754, '__ci_last_regenerate|i:1663455744;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4dc08d7467c123becacc1db60a44c11fbaaf646', '52.167.144.162', 1686652826, '__ci_last_regenerate|i:1686652826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4dc465a6dbb86019a7d317139d56a5f9e9adce7', '138.68.18.216', 1657377455, '__ci_last_regenerate|i:1657377455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4dcbdc9596924a890cb6f7a1c424678ea984bc6', '114.119.133.194', 1688099998, '__ci_last_regenerate|i:1688099998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4de116c27eaccee9d5636b91c38559ac57bff87', '52.167.144.82', 1687435510, '__ci_last_regenerate|i:1687435509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e0326e0a81e7fa377a224b84b87e401b71be7d', '190.148.157.206', 1679488339, '__ci_last_regenerate|i:1679488339;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679420575\";last_ip|s:13:\"190.148.87.23\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679488305;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e05247a8d3392ef7fad2913171a7e96f470777', '190.148.252.151', 1671298652, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671298652;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671298649;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e094271421610f9d8aa618cd0eeb5f772b3648', '207.46.13.217', 1680848076, '__ci_last_regenerate|i:1680848076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e11cc84aa9072509b6000c5d7776f27516f8d8', '17.121.113.71', 1659439635, '__ci_last_regenerate|i:1659439635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e3d1c1e376485d2cb117178af59f0e932bde5f', '40.77.167.204', 1678234085, '__ci_last_regenerate|i:1678234085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e3d9206b406d2348f4dfb10d9f87a8fda0d318', '34.222.77.100', 1684713670, '__ci_last_regenerate|i:1684713670;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 ('b4e7dc2ab82ce3c804913841e033615da5c5773b', '114.119.132.11', 1686319745, '__ci_last_regenerate|i:1686319745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4e8f6e37169988553de52813bd6b623c0823f9f', '190.148.158.151', 1676981169, '__ci_last_regenerate|i:1676981169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676981163;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ebf875d93144f2f4d39c8dc8fa02c23f27255b', '40.77.167.13', 1672157211, '__ci_last_regenerate|i:1672157211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ebf8c83b2397f3557332759e37d0cca0a604c1', '40.77.167.37', 1668935070, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ed0f0e0c22a26dfdea5c1913ba0234253dca4d', '104.148.30.74', 1656378378, '__ci_last_regenerate|i:1656378335;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 ('b4f2213401416d36b192b52f893b46aa3aaca917', '52.167.144.133', 1685037187, '__ci_last_regenerate|i:1685037187;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 ('b4f290bd75b0a80de819ba47b38ac727beea68b9', '114.119.140.38', 1685688958, '__ci_last_regenerate|i:1685688958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4f5f1bf9fbec9c8a0d56bf2603aa882891ce2f9', '190.56.51.169', 1684530890, '__ci_last_regenerate|i:1684530890;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684530856;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4f66386a5d53bd0049de475f9e1877c8fc4403a', '114.119.149.137', 1687566464, '__ci_last_regenerate|i:1687566464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4facd0f18949424bbff42d6f8406631116a5376', '190.56.173.213', 1683558557, '__ci_last_regenerate|i:1683558557;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683558553;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4fdb83be03e2bb4818e84077c6f276f814c7c8a', '157.55.39.227', 1688519112, '__ci_last_regenerate|i:1688519112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50133df58033224aa18118d1d8b602d574c9970', '190.148.157.165', 1668003257, '__ci_last_regenerate|i:1668003257;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50248e09ed762851bf875fee644ab210617001d', '157.55.39.121', 1674750223, '__ci_last_regenerate|i:1674750223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50265080c14895f081bfde727b2d4003e612825', '113.73.38.224', 1658468965, '__ci_last_regenerate|i:1658468964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b503598d564b311573fd9a80c3bc95b0180ec1da', '52.167.144.166', 1686824693, '__ci_last_regenerate|i:1686824693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b505c905b55e665594d2f0284cd49d2c7893740b', '114.119.153.220', 1688194103, '__ci_last_regenerate|i:1688194103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b505d5efbcf2db7485825c3a6a367fce472f17a1', '52.167.144.98', 1686269319, '__ci_last_regenerate|i:1686269318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5070281be53d8367e3dc2cdff5b05177ea82258', '114.119.149.232', 1687611685, '__ci_last_regenerate|i:1687611685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b507f0b229a085eabfb96381716d1c5e40abbeba', '114.119.139.48', 1687222428, '__ci_last_regenerate|i:1687222428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5083319e2993264c74f783e156441112ecb01b7', '40.77.167.56', 1673213615, '__ci_last_regenerate|i:1673213615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5097c4a695e316353e5d2f524521b271ddde9e2', '200.119.173.212', 1667939444, '__ci_last_regenerate|i:1667939444;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50a2ae4bf1aa7a187886d24541c83a0ce12b0c5', '147.185.238.53', 1653389780, '__ci_last_regenerate|i:1653389780;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50a7c525456c7c473dcc7dca84e0440755fc78e', '190.148.252.161', 1669855828, '__ci_last_regenerate|i:1669855828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669855825;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50c90bc156283446cac36ac4515239ff19694b4', '190.148.87.96', 1678485147, '__ci_last_regenerate|i:1678485147;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678483228;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50d94142857b13b32c8dabfbf33cce0590b3e8c', '200.119.174.30', 1667565763, '__ci_last_regenerate|i:1667565763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667565614;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50df9bbd036b323558911d53212c488c558ead4', '190.148.252.111', 1677893285, '__ci_last_regenerate|i:1677893285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677892615;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50e3f49a18f9ad178cc7ec0bf07f61e13ae940c', '193.235.141.23', 1675681378, '__ci_last_regenerate|i:1675681375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5101c0c4cb5c4bfe8dfc3cacec78cd8c94d0b69', '40.77.167.43', 1653671003, '__ci_last_regenerate|i:1653670993;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b510593359ec37a638dbf4ac87c94c3c82c13455', '34.212.84.198', 1663335009, '__ci_last_regenerate|i:1663335009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b510607dfe628dfc3924773b7dbbe72b2eb8a262', '69.160.160.58', 1680641188, '__ci_last_regenerate|i:1680641188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b510efc59027e1ffd845ce03a0bc369caa19a3da', '51.222.253.4', 1661082999, '__ci_last_regenerate|i:1661082999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51341900669f81e8b756e517946c87f2fc13478', '200.119.173.78', 1682801985, '__ci_last_regenerate|i:1682801985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682801953;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b513bf9805d7914a9bf75f51f1cf1d60ba4295b1', '20.28.193.166', 1656409551, '__ci_last_regenerate|i:1656409546;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 ('b513dcad86d45e272669491b47634522731f5cff', '52.167.144.162', 1686843568, '__ci_last_regenerate|i:1686843568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b516876c5cc2cf8096a10249bca6c70cb5d727da', '40.77.167.64', 1674550345, '__ci_last_regenerate|i:1674550345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b516cae25f108e41248046e83e72066e90da8eb1', '198.244.142.178', 1663564942, '__ci_last_regenerate|i:1663564942;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 ('b5197ee1bc7a473212f32be7fd4b01959ff7bf4f', '190.56.32.35', 1671843437, '__ci_last_regenerate|i:1671843437;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671843437;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51ce531e21d936dd5eb214fa5dc1d5507d9f97c', '54.245.6.221', 1675689796, '__ci_last_regenerate|i:1675689796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51d0080ca9ce8cb5f2fd90bceca571a208d15d0', '200.119.173.177', 1684854364, '__ci_last_regenerate|i:1684854364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684854323;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51d98f61a78aa7e1739eb44b3109e3267ff0aff', '114.119.147.240', 1684614504, '__ci_last_regenerate|i:1684614504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51dee18e7fae54bb567683bda63eab4753db4cd', '190.148.157.83', 1687725528, '__ci_last_regenerate|i:1687725528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687725377;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51ed96bd7902c3905082bd2e4f4bc908b7e6611', '157.55.39.51', 1668986114, '__ci_last_regenerate|i:1668986114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5204804701ec3e370c1c97869b98a0ed5745e4d', '144.76.68.17', 1683715166, '__ci_last_regenerate|i:1683715166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5208c6ceda77306a1c7c1f95fc8310c7202885e', '52.167.144.74', 1688219891, '__ci_last_regenerate|i:1688219891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b520aa2a53de09d572e5109fc073d7feb2a19f3a', '190.56.173.251', 1651878331, '__ci_last_regenerate|i:1651878331;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b520b1763c3d1d746c285c525bd3813385c09d25', '17.121.113.251', 1658977221, '__ci_last_regenerate|i:1658977221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b520b7594c77c19bea72f707ebc17c1b3687768f', '54.36.149.52', 1658835238, '__ci_last_regenerate|i:1658835238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b520ff25965549a721a2f37c0958dbc308202e19', '51.222.253.3', 1679449232, '__ci_last_regenerate|i:1679449232;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 ('b52170dd8436f37956b4821ef3375c29686776d9', '114.119.136.243', 1685329399, '__ci_last_regenerate|i:1685329399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5218e2eed52ebc5977a11b2930e07397de1aaca', '190.148.252.73', 1664645973, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664645973;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664645950;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b523bde4d1f2fd8c30188b27af491c0240ffd43d', '52.167.144.89', 1679640538, '__ci_last_regenerate|i:1679640538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b525326067565cd972ce1a4c635a0e9911cb81c8', '190.148.158.69', 1685914141, '__ci_last_regenerate|i:1685914141;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685914109;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52791551036ab2d04d9e4e5e8bf8428259b40ee', '17.121.114.15', 1661676506, '__ci_last_regenerate|i:1661676506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b529d2de0a33a7b405a3a2b024d6542cca9c559e', '190.56.173.213', 1683299028, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683299028;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683299003;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b529e3f20abd5ba269537fdb5b4a49310d47893a', '40.77.167.225', 1680432777, '__ci_last_regenerate|i:1680432777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52ae829461ffe4364634039b3efd99d4418357e', '114.119.145.142', 1683474928, '__ci_last_regenerate|i:1683474928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52e5968c9fbcb818b85e37792c554a8c23e996c', '114.119.148.189', 1686084820, '__ci_last_regenerate|i:1686084820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52e73578ba2ad2dfcd903d843366ac0b442a647', '190.148.252.57', 1657835609, '__ci_last_regenerate|i:1657835591;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657802964\";last_ip|s:12:\"190.56.50.59\";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:\"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 ('b52f52a1202d48a5878e37a30e9488edc48150b9', '190.56.32.131', 1687648519, '__ci_last_regenerate|i:1687648519;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687648517;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52fa3567894916ad7b5b48e9c4b837853983922', '190.148.157.53', 1683734091, '__ci_last_regenerate|i:1683734091;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683734086;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52fbd179dea7d4a32debdc27c62e23fd0f2454b', '190.56.50.253', 1682704737, '__ci_last_regenerate|i:1682704737;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682704448;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5306d97d404383bd995fa670134cdd531d180d9', '157.55.39.54', 1658158094, '__ci_last_regenerate|i:1658158094;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 ('b53081b7d9ddd9eed1e5e7c2030e99fd06faa127', '190.56.50.120', 1661778695, '__ci_last_regenerate|i:1661778695;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661717251\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661778687;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5311c89677cd3e6c4ea4d8b32623aa1ec11c4f0', '190.148.252.183', 1681338285, '__ci_last_regenerate|i:1681338285;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681337821;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5325369f17dce6dbfa9682222f956eca382443d', '52.13.24.230', 1662383156, '__ci_last_regenerate|i:1662383156;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 ('b5328b5bf2236c57bad72b67c15331d5a6bcd02f', '114.119.138.210', 1688002884, '__ci_last_regenerate|i:1688002884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b53385c53e8b9d76adce6840c8af94dbe43c9d31', '190.148.157.214', 1669725396, '__ci_last_regenerate|i:1669725396;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669725386;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b533cd86beafd0818120d06350c3eb3943fc3513', '40.77.167.182', 1683503846, '__ci_last_regenerate|i:1683503846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b53592223f2a3fcf976aa7570864b35d62b671a1', '52.167.144.164', 1684496176, '__ci_last_regenerate|i:1684496176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b53645bcd2c0a6c471055667ee6ae0c52f988a8e', '190.56.49.83', 1687024767, '__ci_last_regenerate|i:1687024767;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687024759;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5390f3d341401324570296639641ea86739181f', '118.191.130.247', 1656725457, '__ci_last_regenerate|i:1656725457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b541766df09731e561f763fa7c0305ea5733ad11', '52.167.144.164', 1685949307, '__ci_last_regenerate|i:1685949307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b541c0c51f43db09f8f597a8c540ede788c34040', '175.116.138.19', 1651949438, '__ci_last_regenerate|i:1651949430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b542322ed7dab7117b580d41791d8cea8777467f', '190.148.252.88', 1670888690, '__ci_last_regenerate|i:1670888690;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670888679;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54237e66911c6da3776c23001d0afc8c7ae6f7a', '114.119.155.94', 1687902926, '__ci_last_regenerate|i:1687902926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5426a7b3f2a44c8272b468840ed91130adfaa5f', '200.119.170.137', 1668642525, '__ci_last_regenerate|i:1668642525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668641925;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5429a049f8b69125dbab917e41af74dd7558363', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54704b5ab80794f76f44a4656f38c71f8cfac83', '5.188.62.140', 1656443379, '__ci_last_regenerate|i:1656443376;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b548079fbadf2ed36187281643d60811a038d710', '200.119.169.157', 1683378736, '__ci_last_regenerate|i:1683378736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b548a9c54c7f9ff80fe0a80ed451b1dee71875ca', '64.246.178.34', 1671258833, '__ci_last_regenerate|i:1671258833;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 ('b548d039fb5fafdbbaa1369b0fe50447b17c1d68', '157.55.39.25', 1663711949, '__ci_last_regenerate|i:1663711949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b548eaddacaa69b918d0abc0f5abf372647c230a', '52.167.144.154', 1687595166, '__ci_last_regenerate|i:1687595166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5497beb45a8b92bb56ec7176d64ffe28c38dd3a', '157.55.39.64', 1672390462, '__ci_last_regenerate|i:1672390462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5498b8fecad2a81273db66bcb27f8366c167bde', '157.55.39.100', 1671815549, '__ci_last_regenerate|i:1671815549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b549c3783430978526596fa0c94e5275b1a55bb8', '51.158.109.3', 1655830815, '__ci_last_regenerate|i:1655830815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54a7d340bef7ee0aeaa232b2af26496107d30c2', '40.77.167.43', 1654072934, '__ci_last_regenerate|i:1654072924;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54b222174d49c59d3501c190a9408e2539f5049', '114.119.148.49', 1686543367, '__ci_last_regenerate|i:1686543367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54b42d1e7773fdbe58bb9e33b9e9b38bec0534e', '54.227.32.154', 1651586872, '__ci_last_regenerate|i:1651586872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54cabc5dccdb963a083597048a373ed90d6c47d', '190.148.252.178', 1657399561, '__ci_last_regenerate|i:1657399561;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657376129\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657393096;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54e2e501b8ff1b9c95eb6383c29f3494db2672b', '52.167.144.70', 1688182625, '__ci_last_regenerate|i:1688182625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54e37e24128cfdf1427278dd13fc12f20cdfbb8', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54e7e1cee1ba381a30326bea68ed6cd43c4c5ac', '207.46.13.229', 1682880936, '__ci_last_regenerate|i:1682880936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54ecb0ea78f950b329249058aa543871ca91bc7', '40.77.167.182', 1683218749, '__ci_last_regenerate|i:1683218749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b54f7c98162efaae7dd919ed726f6eade3efb304', '200.119.168.250', 1681005260, '__ci_last_regenerate|i:1681005247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681005260;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b55146e49f1f98b5495df6438b9b516b9591d2dc', '52.167.144.162', 1682506974, '__ci_last_regenerate|i:1682506974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b551d38a30194b3c902c28aa1cc83761a325db61', '190.148.87.244', 1654619872, '__ci_last_regenerate|i:1654619872;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";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 ('b55224ea2a5fa6df510165292ee7db7fa5d708c4', '114.119.128.35', 1687836614, '__ci_last_regenerate|i:1687836614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b55272bd6d2299f59d42fe0cd6c852a9500a4128', '114.119.133.12', 1687962997, '__ci_last_regenerate|i:1687962997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b552edbbe71eee10f4a90f587c1b647bd2490e61', '157.55.39.125', 1653472807, '__ci_last_regenerate|i:1653472807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b553250164f7710d60976d63bed37845c094d7b7', '51.222.253.5', 1668791492, '__ci_last_regenerate|i:1668791492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b555ca3446ebbe5eea0d4716613c31dda724c231', '17.121.114.15', 1659794841, '__ci_last_regenerate|i:1659794841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b55695ab7a85e0e85dc5942c05fcfb495a0cac66', '114.119.158.189', 1688381135, '__ci_last_regenerate|i:1688381135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b556eb57c9551f38c1aaa099b12b9a0f9d70df18', '18.237.33.217', 1671024139, '__ci_last_regenerate|i:1671024139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5572fea2ddd23b5e7bd04fea2965f84296c07c0', '190.148.157.53', 1684108645, '__ci_last_regenerate|i:1684108645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684107994;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5574beef41cdc9f36957f8172bcf750b5029f46', '5.188.62.26', 1655265755, '__ci_last_regenerate|i:1655265751;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5589458d32888f7369c4c5e85ee7861c52a52dd', '114.119.156.77', 1688382199, '__ci_last_regenerate|i:1688382199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b55ae3a86d8f45e219903255b7b42c4fd4c30f3a', '40.77.167.123', 1683889134, '__ci_last_regenerate|i:1683889134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5609aadbc8ba939c4be81bc1f238288ee8e6617', '207.46.13.199', 1660685711, '__ci_last_regenerate|i:1660685711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56364a5fe0cd88a5f141345a8620d29c203ad40', '52.167.144.164', 1686510715, '__ci_last_regenerate|i:1686510715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56465444dad403e01ed495706205e2a3f7b3ec9', '34.122.77.98', 1664258819, '__ci_last_regenerate|i:1664258819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56495ea54942ad17a1133ab5c85ed527f8e4dd8', '52.167.144.98', 1684593709, '__ci_last_regenerate|i:1684593709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5655b48ae457f724ccecee9f6bc6e036c1da0ae', '54.36.149.11', 1678892160, '__ci_last_regenerate|i:1678892160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56678d27484ac41d3dbc07669e37e89ea69543c', '190.148.252.161', 1669986585, '__ci_last_regenerate|i:1669986585;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669986513;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b567b55276f7c92d414f807154ebdcf50007d6d4', '111.7.100.22', 1650686162, '__ci_last_regenerate|i:1650686162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b569c4b86a9f04701ba184c5ea9c273a551fc632', '200.119.172.95', 1659552221, '__ci_last_regenerate|i:1659552221;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659549256;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b569efb05e517e9ef88144456a4d57e16d5af221', '207.46.13.12', 1675584086, '__ci_last_regenerate|i:1675584086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56b6c7a981fab7cedda8d72775013652cc9ecd6', '40.77.167.43', 1659296129, '__ci_last_regenerate|i:1659296119;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56dc2f605b6893a17b1f37a59a64da4153b2eeb', '66.249.65.176', 1672066789, '__ci_last_regenerate|i:1672066789;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 ('b56ef203863d9b5e2013420534807e229e8bc1f7', '40.77.167.100', 1672928149, '__ci_last_regenerate|i:1672928149;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 ('b5705ffca2f325071158fd3985a6378227815759', '51.222.253.11', 1652618627, '__ci_last_regenerate|i:1652618627;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 ('b57259eef4d5d6f0fb770d55b80d2ffcc3d97719', '207.46.13.211', 1679720219, '__ci_last_regenerate|i:1679720219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b572edc77b9010b3b8e5ca6244dadd428e66025f', '200.119.172.60', 1674829725, '__ci_last_regenerate|i:1674829725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674829720;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5730cfbc5714291d95377550729ef7b46313442', '190.148.157.98', 1679265366, '__ci_last_regenerate|i:1679265366;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679265363;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5757b55b25f3292c731c47a9c5475145610e9e5', '51.195.90.229', 1650840999, '__ci_last_regenerate|i:1650840999;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57ba0c4fa9215e53e74a619b2f41c2fa31a7ee2', '207.46.13.154', 1670987655, '__ci_last_regenerate|i:1670987655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57e79364e9ed249f2106a5e7e41aada19d52c89', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57efc6aa6edd11f941d016ba6ac1a969ce27030', '40.77.167.102', 1662234217, '__ci_last_regenerate|i:1662234217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57f21f9aabf68df1d97f15bc614c699990b900d', '190.148.252.141', 1655648377, '__ci_last_regenerate|i:1655648377;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655646789;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58031c569caf8ea6d36460404028d1ae7d01396', '200.119.173.130', 1675907666, '__ci_last_regenerate|i:1675907666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675907663;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58215b40891d157719bcb19c62c22619e65a419', '52.167.144.162', 1682053705, '__ci_last_regenerate|i:1682053705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58263a467efd270eac175f22d49483693541e85', '5.188.62.21', 1656415014, '__ci_last_regenerate|i:1656415011;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b584fe89627e91e238b6edd133ea069936e5ea14', '114.119.155.32', 1685037638, '__ci_last_regenerate|i:1685037638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5867467a804b6fc0c728ee3b800bf25deb5d22d', '157.55.39.125', 1653444142, '__ci_last_regenerate|i:1653444142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5871ebac4fb43a3ec2dd89c7a5a61b1ff712d83', '190.148.252.96', 1673228603, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673228517;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673228603;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b588e788e99d02ec074011812ddb5b8392019891', '200.119.174.9', 1674510145, '__ci_last_regenerate|i:1674510145;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674509926;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58a3ea10d25779acabb366b46dfc62aaa16d1c8', '114.119.155.236', 1685354261, '__ci_last_regenerate|i:1685354261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58aea9535a4bc96e89a43923af6cda98e57684d', '40.77.167.103', 1678271714, '__ci_last_regenerate|i:1678271714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58b4dbd5218a8dae730de8db82be1abf09e3038', '52.167.144.98', 1686573740, '__ci_last_regenerate|i:1686573740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58b6b8d49e75d84bfc1abcff5e2900bf7eeb67a', '3.237.104.7', 1654168715, '__ci_last_regenerate|i:1654168715;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 ('b58e8cfc909ae6169613b19c598854fd24ead17e', '190.56.32.162', 1686314888, '__ci_last_regenerate|i:1686314888;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686314882;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58f80b03f4ee6d9cbb06047e9dfcaa8d5579434', '200.119.172.96', 1675382867, '__ci_last_regenerate|i:1675382867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675382859;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b58f9b8cfa0d51377fbe4b00787fc79e15d026a9', '40.77.167.146', 1687866627, '__ci_last_regenerate|i:1687866627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b590bd9207a228b86fde0f4600eadf4dd6318809', '40.77.167.224', 1687213171, '__ci_last_regenerate|i:1687213171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b590d3f1e3703ede0f565cb2d432c8ae68b8a6c1', '20.223.49.193', 1650880921, '__ci_last_regenerate|i:1650880921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59221a395272cfa0ad18bc0c240de906f20b937', '54.36.149.56', 1668893669, '__ci_last_regenerate|i:1668893669;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 ('b592f92627a5debf0970644397ac5e903937e582', '200.119.174.9', 1674517981, '__ci_last_regenerate|i:1674517981;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674517973;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59319f6e57ab27505f42c3638f1abca79680184', '211.221.102.56', 1651090668, '__ci_last_regenerate|i:1651090668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b594cf6618e658e950f0a166b19309a745524727', '114.119.148.237', 1687302258, '__ci_last_regenerate|i:1687302257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b599009c2528b81e63b2721c01f07888aaab36e7', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59997f17fce9497df018d442ba94dd3f971d3ee', '51.222.253.8', 1670803577, '__ci_last_regenerate|i:1670803577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59a68dac9074e49a24929d09bd6fa9210e4df0f', '5.188.62.21', 1656450758, '__ci_last_regenerate|i:1656450755;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59afa65049a714ed90b162d5cb8406a3beb2e6d', '40.77.167.37', 1668935070, '__ci_last_regenerate|i:1668935070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59b4f160d40a862530af448efdce41807dad842', '114.119.141.201', 1688095200, '__ci_last_regenerate|i:1688095200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59c464a54271a240dcc989f3b8006e0c70b76aa', '198.251.73.89', 1686693225, '__ci_last_regenerate|i:1686693225;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59eab09b5c28133f9272d4034c90ee0a9a8a8c6', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a17fcfb0f20beb219d8795a97e8d3bf9facb88', '200.119.173.107', 1686862196, '__ci_last_regenerate|i:1686862196;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686862192;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a4b2718a9c87a67701d72e5d8e535e3200b353', '40.77.167.227', 1681046827, '__ci_last_regenerate|i:1681046827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a516e47d17f3418cbf52ad12d54b2220753eb1', '40.77.167.49', 1665663283, '__ci_last_regenerate|i:1665663283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a65ce25bc5c09dcb1d007a4e53761f212a7447', '114.119.134.9', 1687672069, '__ci_last_regenerate|i:1687672069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a767dc448e8f1ca0dca0ff28e9af4cba487a1d', '190.148.157.99', 1662503324, '__ci_last_regenerate|i:1662503324;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"4aFjYk6cPeBNyTgDK0Ao\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5ae567503e0e8e7a81ddfec6b1f2ad5bdd96ea1', '114.119.132.173', 1686215653, '__ci_last_regenerate|i:1686215653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b01e18df347a37f81357d5d206df409d4f4624', '40.77.167.13', 1672246879, '__ci_last_regenerate|i:1672246879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b0b546b87a90c648eb13e2580e6da31fc7aa14', '73.136.190.55', 1651856473, '__ci_last_regenerate|i:1651856473;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 ('b5b0bf1df892239f7a8da460d875a753a8da20d3', '114.119.151.14', 1688086061, '__ci_last_regenerate|i:1688086061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b0c06d345a25eda8b0a8d52b5cd68b949eac0e', '5.188.62.26', 1654814369, '__ci_last_regenerate|i:1654814365;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b16ff4a506e656fb9cb2dc4e3864d971b78f8b', '190.148.252.177', 1674084504, '__ci_last_regenerate|i:1674084504;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674084439;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b2d0b8b8953bc2b213a5a9d43033d51af5acb0', '114.119.158.34', 1685436438, '__ci_last_regenerate|i:1685436438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b5f7055b459b4a5873c2e989f026a6f738af5d', '40.77.167.184', 1688520180, '__ci_last_regenerate|i:1688520180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5b73eebbc2fa1481783ce3b4c079a122b82f6c8', '190.56.32.174', 1676596518, '__ci_last_regenerate|i:1676596518;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676596435;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5bb1bd1fb3daf6c2d4eeb25061b4c81be9ed245', '93.158.90.144', 1679809058, '__ci_last_regenerate|i:1679809058;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 ('b5bb50e1bac2bfc95fd2565e2c4e4209257f971a', '200.119.172.60', 1674609834, '__ci_last_regenerate|i:1674609834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674609788;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c0e755077c3bc2b30d8793b557e2410492bd13', '190.56.32.174', 1676570332, '__ci_last_regenerate|i:1676570332;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676570325;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c1ab023e3abac103f8645b41edbcb7fda44f22', '17.121.113.61', 1658007807, '__ci_last_regenerate|i:1658007807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c35c2d54ceac2110fcec117b213caeb7bc8da3', '190.56.173.136', 1687965689, '__ci_last_regenerate|i:1687965689;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687965673;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c36192e6cd93299e1ee84ba0c6085fbff14069', '114.119.132.38', 1687512091, '__ci_last_regenerate|i:1687512091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5c5caebc20969b2320258e4e91b1bff0454d48d', '200.119.172.60', 1674570453, '__ci_last_regenerate|i:1674570453;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674570002;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5ca0d9626ba1eea543fb33dd0a54c91cf513dd3', '54.36.148.84', 1678825280, '__ci_last_regenerate|i:1678825280;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 ('b5cb447377b97597574aaeb42b3ccf3a6433befa', '52.167.144.98', 1684928812, '__ci_last_regenerate|i:1684928812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5ccaae997608c05edad4929e22cd9f9bd267f88', '65.154.226.171', 1659086171, '__ci_last_regenerate|i:1659086170;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('b5cd303a417c26237bc78c9ced618aa052eeead2', '40.77.167.91', 1686917607, '__ci_last_regenerate|i:1686917607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5cda682814b67c422b018f68ce11c817c4b7c5b', '35.92.193.222', 1685659087, '__ci_last_regenerate|i:1685659087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5cefc056377b8e52435b906300253cc66312542', '52.167.144.108', 1680478832, '__ci_last_regenerate|i:1680478831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5cf9e998ae793f2e99aa36f13ec1129e2d31c56', '157.55.39.253', 1682855704, '__ci_last_regenerate|i:1682855703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d02ffe3eaf47a4f35f004a3a60ef0ebfcc88dc', '52.167.144.162', 1686856904, '__ci_last_regenerate|i:1686856904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d24abdb811bf21f60abb997d9ec3745b0c4fb0', '51.222.253.6', 1679008329, '__ci_last_regenerate|i:1679008329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d25b1752fc567d3339e972f366dc20d928d158', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d520b3b4275486eba46e44345265df7d63a054', '114.119.130.18', 1688502255, '__ci_last_regenerate|i:1688502255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d758c3f53a02bec6c86055e5d867eeb04640c2', '207.46.13.154', 1670175857, '__ci_last_regenerate|i:1670175857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d84cd6e574311abc4df07060095a4dc8dd46df', '190.56.173.136', 1687906895, '__ci_last_regenerate|i:1687906895;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687906863;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5d99fd2650345b8c4c8598fc2e917d9c7812749', '114.119.144.72', 1686481136, '__ci_last_regenerate|i:1686481136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5db21092948c165721a52bbbf3e8512d3480cb2', '190.148.87.97', 1655934062, '__ci_last_regenerate|i:1655934062;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 ('b5db740d9b004f4988229ba417cb96a9375caa12', '111.7.100.26', 1650686109, '__ci_last_regenerate|i:1650686109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5dba8ee5f5d60517256c36318d90743e650df3f', '40.77.167.13', 1672500265, '__ci_last_regenerate|i:1672500265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5ddf72e8744e7deb756d5e09102a2886d1a51b5', '54.36.148.15', 1660096812, '__ci_last_regenerate|i:1660096812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5dedb48afa1fc2da811a18782f0d8972fcf9694', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878941;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e15b10e049568e40c25cea783842b5057e04b3', '200.119.174.9', 1674477152, '__ci_last_regenerate|i:1674477152;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674476097;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e1d0f9d4ed180298e008a64a6506652ea0c05d', '40.77.167.106', 1687157103, '__ci_last_regenerate|i:1687157103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e22c0040c34fe41cfd3edc097f09c8b3cbfbd6', '114.119.143.130', 1684315185, '__ci_last_regenerate|i:1684315185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e26f24d4a3d2fe6d7e930a85f7a31189241f21', '17.121.114.244', 1658987648, '__ci_last_regenerate|i:1658987648;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 ('b5e39838d74267fa4381ce971648cf99ac40467e', '52.167.144.70', 1688527113, '__ci_last_regenerate|i:1688527113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e405adb1b5915fe0ee59cf94db101966ca6d7d', '51.158.117.66', 1682465598, '__ci_last_regenerate|i:1682465598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e6bec0d7113acf4d57e3d2439ad1ad9eaa870c', '40.77.167.101', 1682285861, '__ci_last_regenerate|i:1682285861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e6d1af030244a72b25ff414cc3e19b4f24e41b', '190.148.87.96', 1678477087, '__ci_last_regenerate|i:1678477087;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678473544;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e8cbb1c1d29158d84e6d8f43d6b5d361c23192', '34.221.149.255', 1685402775, '__ci_last_regenerate|i:1685402775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5e980fa1f68f3a5b66231243136587a11fd617a', '54.36.149.56', 1673514122, '__ci_last_regenerate|i:1673514122;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 ('b5ebc5ab74b6559bb0bd283626394739855c1b45', '114.119.157.218', 1686507214, '__ci_last_regenerate|i:1686507214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5ec028f7a32fbd281f5c6c038a789505cafc2fa', '159.89.160.133', 1687696604, '__ci_last_regenerate|i:1687696604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5f194abb818f6e077d1305d917ce22b8cdc21fa', '190.104.119.212', 1654191283, '__ci_last_regenerate|i:1654191283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5f759691c583d8117f2a88b72e40b7575694762', '40.77.167.202', 1687432377, '__ci_last_regenerate|i:1687432377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5f89a6d79bae78d16a70819697d3430f5645e74', '40.77.167.161', 1681011673, '__ci_last_regenerate|i:1681011673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5f9d748588c134afea3994e8e1931ec07b25805', '200.119.170.221', 1664482715, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664482715;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664482705;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5fac211295fd1a424b240b5791646393a29f1f5', '51.222.253.19', 1670772737, '__ci_last_regenerate|i:1670772737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5fc9f6f6c358d0c351dde1f1176b541e7bb1541', '66.249.64.50', 1677179053, '__ci_last_regenerate|i:1677179053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5fec57e0814bbe8ade0b5cb359b2d6eb616aaf3', '190.56.32.162', 1686250288, '__ci_last_regenerate|i:1686250288;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686250283;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b603b11c833b4f50f723239cad8bb03dd20896fa', '190.56.173.213', 1683163146, '__ci_last_regenerate|i:1683163146;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683163136;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b606bb9b28c03e51ba5b91e7f9848de513b57584', '52.167.144.154', 1687962087, '__ci_last_regenerate|i:1687962087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b607397eabe6dd1a2b981d8c609691d411ef235b', '200.119.172.60', 1674829040, '__ci_last_regenerate|i:1674829040;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674828391;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b607a6aa06d7ba373c53354397b5b13df5563fe8', '114.119.129.115', 1686649322, '__ci_last_regenerate|i:1686649322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b608d3acfdb81afa909dbeef18c10c77f51ef2a3', '190.148.252.161', 1670008560, '__ci_last_regenerate|i:1670008560;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670008520;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b608eb8738453acde594def8ea10864afd36b3a0', '114.119.135.182', 1688125990, '__ci_last_regenerate|i:1688125990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60a279c1639ab98552bc9857897af7a8bbf311c', '207.46.13.12', 1675379330, '__ci_last_regenerate|i:1675379330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60a3dbdeaf3fa347f115c864973d74b5c3d31f1', '54.36.148.28', 1660930327, '__ci_last_regenerate|i:1660930327;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 ('b60b00e12299c0b3489f31f176fcf9cd54a190b0', '34.123.114.161', 1665053191, '__ci_last_regenerate|i:1665053191;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('b60b5e5a658447bcec5a3f5a05387b2d7af4a915', '200.119.169.25', 1664902572, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664902572;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664901244;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60b7b40675b802405f0ce5ecc735f4a182140b1', '114.119.149.199', 1687596744, '__ci_last_regenerate|i:1687596744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60b954066e2af56378f3afc7a1e5faa940079ce', '17.121.112.84', 1660011070, '__ci_last_regenerate|i:1660011070;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 ('b60c8138dec5821a398f0eda4f306b7241ba3cc9', '17.241.75.9', 1683074206, '__ci_last_regenerate|i:1683074206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60c94ebad56b28f1182377d1417e3988ff89738', '5.188.62.140', 1653285578, '__ci_last_regenerate|i:1653285575;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60ecb458f2200668b33b168281c2daec9e4f32f', '18.246.22.59', 1683931213, '__ci_last_regenerate|i:1683931213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b60fad21911d09b4858163b268f9c88c7993eb62', '114.119.145.79', 1686678631, '__ci_last_regenerate|i:1686678631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6100581ac2d01493cb3026ce089657bcbc43ded', '192.71.225.127', 1650734900, '__ci_last_regenerate|i:1650734900;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 ('b610da5632e49e911220b70c4fbf8348dc13d96f', '200.119.173.130', 1675805750, '__ci_last_regenerate|i:1675805750;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675805373;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b614dc9a4480a9bb652bc40d0632c4e27d714314', '190.148.252.96', 1673132805, '__ci_last_regenerate|i:1673132805;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673132792;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6176d5996a429d8a4100eb99f89859069b2b909', '207.46.13.6', 1672330446, '__ci_last_regenerate|i:1672330446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b61774b1a4e7a72fa07bc61d3745b622eca3bbec', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b617e388dc3445037d3c0b7c55a3f4594073d227', '52.167.144.162', 1686202143, '__ci_last_regenerate|i:1686202143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b617f6fe264fb3109f5d3940f57d36aa3ed3914f', '198.251.73.113', 1686693220, '__ci_last_regenerate|i:1686693220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b61a363b8f49b247a9d014f5818c3e9aa461ef7c', '66.249.74.103', 1682572837, '__ci_last_regenerate|i:1682572837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b61ad449a1bcc158052ca7b3b49e486eb3607ea7', '200.119.170.210', 1669763275, '__ci_last_regenerate|i:1669763275;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669762728;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b61c1c51692217ec878e426704c02d636cab6753', '36.99.136.138', 1650976202, '__ci_last_regenerate|i:1650976202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b61e07ffcb7dd55c7271a5e79f294078a21bf079', '207.46.13.205', 1671345544, '__ci_last_regenerate|i:1671345544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b62130c7aa1d173838cb0b193d41e7631fdcfae0', '198.235.24.13', 1652394335, '__ci_last_regenerate|i:1652394335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b621e40136faaf15f084e288428089b7d601989f', '207.46.13.16', 1663810183, '__ci_last_regenerate|i:1663810183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b624526c333056a8a74127b89b3b7d881e179b27', '190.148.157.98', 1679271860, '__ci_last_regenerate|i:1679271860;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679271852;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b624c7077d2ac744cbb6c351c1a298e5a5a1df49', '54.36.148.241', 1674756443, '__ci_last_regenerate|i:1674756443;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 ('b6253baad1a470e4b57136c8442a3b9e4098b193', '114.119.136.111', 1688276286, '__ci_last_regenerate|i:1688276286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b625ef1dd25b369f2778797d89d4e3c32f1921b1', '51.222.253.6', 1685730526, '__ci_last_regenerate|i:1685730525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b627708c0cf61a25eff0c17bfbc4c0ece6590748', '69.171.251.7', 1675132790, '__ci_last_regenerate|i:1675132789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b628d159a68420aac4813c7f8439bc24a9c115b5', '205.210.31.20', 1656777304, '__ci_last_regenerate|i:1656777304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6298bea7457a041d6deea66acfc341ca548d248', '17.121.113.155', 1670889017, '__ci_last_regenerate|i:1670889017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b62aaebaec854d7de8691e3fb640366abe58a30e', '114.119.143.18', 1687808488, '__ci_last_regenerate|i:1687808488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b62b9e8f5c71c9244dd3db380f0fc69e2a1b7830', '40.77.167.39', 1656984685, '__ci_last_regenerate|i:1656984685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b62f0abbd90f46819cd289e7c58317c4cbb815f3', '114.119.148.237', 1684577401, '__ci_last_regenerate|i:1684577401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6300985576e96f3d2fdeea2cbf783f860e003f0', '190.56.48.81', 1666016159, '__ci_last_regenerate|i:1666016159;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666015358;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63237a5da467e62bea4a54fe5ed303283f24f44', '66.249.79.201', 1682262705, '__ci_last_regenerate|i:1682262705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6327ec34cff1bb18df21f151e060d5c29efd8d8', '114.119.142.73', 1687552686, '__ci_last_regenerate|i:1687552686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b632cdaafd5c3aabbe832b64500a75389b868df2', '157.55.39.144', 1665780606, '__ci_last_regenerate|i:1665780606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b633114c2e2d682e1e441f969cfe332b2462d3fe', '190.56.32.162', 1686414468, '__ci_last_regenerate|i:1686414468;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686414422;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63330ec1085384fcd39c2fbe208f8cc3dac4b68', '40.77.167.255', 1685098183, '__ci_last_regenerate|i:1685098183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b633bf54c3496c4e20ae06a39b5da9612a30ec51', '17.121.114.132', 1661940215, '__ci_last_regenerate|i:1661940215;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 ('b63461c29cdaf2f1709fda2a29439d411ab9493c', '5.188.62.21', 1656400251, '__ci_last_regenerate|i:1656400251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6349a311477d9a5fd2b8115e6caf32a83f70216', '190.148.87.6', 1668461748, '__ci_last_regenerate|i:1668461748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668461738;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63782a7de15b058a1b114c9e538c7c39629b011', '52.167.144.162', 1686563249, '__ci_last_regenerate|i:1686563249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b637b7e6ff28166ff5916ab7edf039d9d7f95a6a', '5.133.192.136', 1688257023, '__ci_last_regenerate|i:1688257022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63a0d172a7ee969f6a24f0ca4be52df9447aeb7', '200.119.168.250', 1680802322, '__ci_last_regenerate|i:1680802322;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680801901;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63a566c2a0f1b82b3911a7332d5b0a72ffcaf70', '207.46.13.160', 1665071519, '__ci_last_regenerate|i:1665071519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63afe4ae7ab0bad1ebbc62e5156abac53efc2cc', '40.77.167.80', 1686862185, '__ci_last_regenerate|i:1686862185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63c0724b47ca70e7f9b218897728160e1f4a03e', '190.148.87.6', 1668359495, '__ci_last_regenerate|i:1668359495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668359478;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63f67b16417812eab035b3f2f1703d99326a2e0', '149.56.160.191', 1661469061, '__ci_last_regenerate|i:1661469061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63f6cd21057ba2638a632bff7daa27ee19bec53', '114.119.130.177', 1686838040, '__ci_last_regenerate|i:1686838040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b640792d4522b664f27de157ef8127123e5f200d', '157.55.39.54', 1660538046, '__ci_last_regenerate|i:1660538046;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 ('b641967ca79b4aaa1dfc934716fac33c2b6bebd8', '190.148.87.182', 1679846113, '__ci_last_regenerate|i:1679846113;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679844333;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6437f24d230234876e824c56838a925430885ab', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b64664371802d78a146e14f7986c1b9af50eb086', '190.148.158.75', 1663174941, '__ci_last_regenerate|i:1663174940;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663107464\";last_ip|s:14:\"190.148.158.75\";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\";user_csrf|s:20:\"zIHnhX4NeZa8x2LWbGci\";last_activity|i:1663168686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6490fae7d1a2f8901734776c5f4b44b88e6608e', '190.148.158.75', 1663340882, '__ci_last_regenerate|i:1663340882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b64bcc26eafb1c28a028edddb653f00cc885e7f6', '51.222.253.10', 1659656268, '__ci_last_regenerate|i:1659656268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b64ccc371c2ca3df0c46dbcb652967d8579a60d5', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b64f3ed66a467e4997310f386fc42594cc9956a4', '157.55.39.100', 1652748208, '__ci_last_regenerate|i:1652748208;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b651078879f0dc170efef0f1c356b403f9c4aff9', '207.46.13.138', 1674583140, '__ci_last_regenerate|i:1674583140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b653ca7159e1f460cb9c53b3ad9601ece59f19e4', '51.222.253.11', 1657954552, '__ci_last_regenerate|i:1657954552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65408a6da638c69b614ba5c6362e6a1b88100dc', '66.249.79.194', 1687881881, '__ci_last_regenerate|i:1687881881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b654f561e82ddd24137cf411d9c512f717bb9663', '54.36.149.93', 1667364821, '__ci_last_regenerate|i:1667364821;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 ('b657ff5ea982b2772c18a8875d353824814c100b', '52.167.144.91', 1680942267, '__ci_last_regenerate|i:1680942267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65bcfea85a64167fd777c25189e5338ef74a7bd', '200.119.168.250', 1680899211, '__ci_last_regenerate|i:1680899211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680899209;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65c48909541576f87327f79bdf9e4c6ff1ed598', '198.244.142.178', 1657181761, '__ci_last_regenerate|i:1657181761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65c783cbb89423f20580d67eb501ffd5b576047', '17.121.112.20', 1655379111, '__ci_last_regenerate|i:1655379111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65d117ac353e110aae93bd7eec5f92563fe8590', '200.119.173.177', 1685192845, '__ci_last_regenerate|i:1685192845;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685192842;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6607be334ce22ff9806134971e183927ac3047a', '200.119.173.177', 1684962415, '__ci_last_regenerate|i:1684962415;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684962323;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6636eb71b83109238a6e6006e37d67338324317', '54.218.220.80', 1674394098, '__ci_last_regenerate|i:1674394098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b663b3a476bf8cf564e1f02a5ae7b56f82d7f295', '114.119.143.75', 1687996734, '__ci_last_regenerate|i:1687996734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6643f4789bd9d0bfd1691f11769c026fb891c7f', '157.55.39.51', 1669241090, '__ci_last_regenerate|i:1669241090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b664ad284dadf4267f60ac78d43f85b6d8ec2fe1', '52.167.144.164', 1685758209, '__ci_last_regenerate|i:1685758209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6669c175c13512714d33b056e7efc920c3f9ebc', '114.119.150.45', 1687971533, '__ci_last_regenerate|i:1687971533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b667076308bf56e29656e327e1fb1eb55eee0d49', '114.119.156.124', 1687644033, '__ci_last_regenerate|i:1687644033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b66739d241e21733aa301877bbe17843bf49d764', '114.119.139.103', 1688267688, '__ci_last_regenerate|i:1688267688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b66848ce076f1b34da3c2136bc6f42c0c77e69ad', '52.167.144.162', 1686398264, '__ci_last_regenerate|i:1686398264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b668dc93a7037a39fbcc5502b224ffd04ccb4c96', '51.222.253.16', 1680830630, '__ci_last_regenerate|i:1680830630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b66ce9164c0887513bdc57fbdc31caa13e991a47', '200.119.174.30', 1667513958, '__ci_last_regenerate|i:1667513958;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667513953;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b66dc69124217b8e706cf53f908cd82bbaf530b9', '157.55.39.147', 1671972156, '__ci_last_regenerate|i:1671972156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b66ef7d4458a8c0265cd474c300507f07b0665ec', '176.74.192.85', 1654403414, '__ci_last_regenerate|i:1654403414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b670a185c1134133ca6dd384f3b0d54685a7e91f', '190.148.252.67', 1688515467, '__ci_last_regenerate|i:1688515467;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688515394;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b67346b013f3e7fcaace8f7c16952bf2f29e4aad', '52.167.144.162', 1687355402, '__ci_last_regenerate|i:1687355402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b67482cb4fa74ba0141564ab213e193709904c00', '190.56.32.35', 1671844587, '__ci_last_regenerate|i:1671844587;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671843792;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6751930c335faa5a7398301f4b772d982c0b41e', '200.119.174.182', 1667741513, '__ci_last_regenerate|i:1667741513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667741509;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6758b9fe72d389c32729267a36055037a5a3d2f', '104.154.22.171', 1651569619, '__ci_last_regenerate|i:1651569619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b676f041a998d5258e70d6bd561ef6db6c609d73', '114.119.151.50', 1685104464, '__ci_last_regenerate|i:1685104464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b67718a89fb26729f6afec6804cc6d8f99b6de92', '134.209.82.158', 1687529239, '__ci_last_regenerate|i:1687529239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6778129afbdd270784db89def37eb69ba93a489', '40.77.167.79', 1654241427, '__ci_last_regenerate|i:1654241427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b679ad8ad8193cbb257946e3620159d950c629bf', '40.77.167.161', 1675458866, '__ci_last_regenerate|i:1675458866;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b67bbd8ec8eb36e1ad7d12b0efa1ffa599a75040', '200.119.168.250', 1681001955, '__ci_last_regenerate|i:1681001955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680998824;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b67c516f2b2097963669ba7874504977386b67c5', '74.208.2.188', 1665904739, '__ci_last_regenerate|i:1665904739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6808e20376a9ba6714e6cc75f4b3f3a23f7ecac', '114.119.146.4', 1685151589, '__ci_last_regenerate|i:1685151589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b681fac3601bd8e293378b40c50d28203849306c', '52.167.144.162', 1682130982, '__ci_last_regenerate|i:1682130982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b687a890c2141db50d0b9e96ccbbef7f85a151bf', '114.119.151.126', 1688093947, '__ci_last_regenerate|i:1688093947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68846e0c600baeb2a7d6a8ce1b9c9973e17a472', '114.119.137.252', 1686216898, '__ci_last_regenerate|i:1686216898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6890f5b5945a4eebcc403829de23dd6dc9af9a1', '54.191.207.118', 1672060879, '__ci_last_regenerate|i:1672060879;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 ('b68b1487b0e2458d71f3df0a92522bfd11371af0', '157.55.39.253', 1682809605, '__ci_last_regenerate|i:1682809605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68ba3d6d72c435dc43a0a47bfb026524a238786', '114.119.155.154', 1686252578, '__ci_last_regenerate|i:1686252578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68c567f4dab41ddb4d163f1b9633efdd50d5025', '34.245.50.37', 1680358856, '__ci_last_regenerate|i:1680358856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68e4aefd219630febc02d8a9d90024c88fd6767', '207.46.13.6', 1672264958, '__ci_last_regenerate|i:1672264958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68e655cc427b765a14ca378c870baa4ca997b64', '144.76.67.169', 1669883495, '__ci_last_regenerate|i:1669883495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b68f38fc045419c8783db25aba4065a0589f4a68', '52.167.144.171', 1685240970, '__ci_last_regenerate|i:1685240970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6910b6ee6e5e5339db9e44736be2d515f7e4294', '54.36.148.157', 1670302386, '__ci_last_regenerate|i:1670302386;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 ('b6945d0283b5b8e6fc38aaa0f2dc864d87193ed9', '74.208.2.231', 1684500935, '__ci_last_regenerate|i:1684500935;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b69596727a59e4dd9ef9be4c1210badaffc728fa', '52.167.144.98', 1684315741, '__ci_last_regenerate|i:1684315741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6962c624fffeda27241349b34fb785a75b6c0b1', '207.46.13.51', 1662728668, '__ci_last_regenerate|i:1662728668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6984e1ffe1d20e3c0ff4c55bb0e13b77c56695c', '52.167.144.164', 1686248373, '__ci_last_regenerate|i:1686248372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b699afb271c4f945addb2fcfed13a0a9ff1ba39e', '93.158.91.205', 1656537384, '__ci_last_regenerate|i:1656537384;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 ('b699e0e3063fd3f25b096784b21704f3a52a2c67', '207.46.13.236', 1653668276, '__ci_last_regenerate|i:1653668276;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 ('b69a93aa42a5ae385dbd1f6faf07837e680f411a', '190.148.157.183', 1680197757, '__ci_last_regenerate|i:1680197757;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680197751;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b69ae2c47a6e0375af61f515bd65cc251e4a243f', '147.182.171.81', 1650861183, '__ci_last_regenerate|i:1650861183;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 ('b69b0992a6b4bec9c4624ebebf5138fd452ce746', '40.77.167.191', 1681998513, '__ci_last_regenerate|i:1681998513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b69c7964d7f1ab25744c2421b979fb9f2893f4b3', '162.142.125.222', 1650669587, '__ci_last_regenerate|i:1650669587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b69d04300ae360deeb2b9813703926036ec7f319', '190.56.32.35', 1671892650, '__ci_last_regenerate|i:1671892650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671892646;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b69d9b69b766f51dd6cd76a7b4b45d02cdd25fde', '190.148.252.96', 1672939596, '__ci_last_regenerate|i:1672939596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672917479\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672939414;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b69e721cae7fd6e131fc34b236659117cc2de9fd', '52.167.144.28', 1679486003, '__ci_last_regenerate|i:1679486003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a05b4e11fdd7d46036346e7aabd70b11444f42', '40.77.167.181', 1680159880, '__ci_last_regenerate|i:1680159880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a126c4309055e9f45cea196bc93fcb309f2f6e', '40.77.167.246', 1677133659, '__ci_last_regenerate|i:1677133658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a17daf8c8c2f5ccc99188741fdeea53159d82e', '40.77.167.123', 1683842365, '__ci_last_regenerate|i:1683842365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a3af398281132602ca08a90118770be437654b', '17.121.113.145', 1654097256, '__ci_last_regenerate|i:1654097256;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 ('b6a58f51271d5efc1ac8e5e9edf52cfe85fd6446', '200.119.173.130', 1676060588, '__ci_last_regenerate|i:1676060588;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676056349;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a6526d87dbf917ab4d4f1a39aecfad1601e87a', '157.55.39.200', 1666955289, '__ci_last_regenerate|i:1666955289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a73cac3551a4c4a2d0f1189ec225622041015e', '51.222.253.11', 1669980715, '__ci_last_regenerate|i:1669980715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a962964dbaef6ac305c0fb5f82b073e00622f3', '40.77.167.192', 1681312677, '__ci_last_regenerate|i:1681312677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6aa7b9b19d41d0713f3994b779d9e7f89c4e07f', '190.148.158.151', 1677108866, '__ci_last_regenerate|i:1677108866;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677107458;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6aba846dc88eee642e5dfcb200a95232c47f296', '114.119.139.103', 1688212353, '__ci_last_regenerate|i:1688212353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6abca5469a63f6e5983d45b265b9406a03c378a', '54.36.149.10', 1687124244, '__ci_last_regenerate|i:1687124244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6abf63ab8ede7d374b99e5ea9911371610677ae', '52.167.144.89', 1679463832, '__ci_last_regenerate|i:1679463832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ada7203d6baa3521179fd3e35229a380ae4a32', '34.222.67.199', 1671369036, '__ci_last_regenerate|i:1671369036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6adfff0667cd004c685e7fdeeee66e4780de7cd', '190.56.32.164', 1664568638, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664568638;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664568629;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ae04cd269308b389ebc9dec3b971e3f393b741', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6afe4be1c15bacf449a59cc3b2a7c73034c5c9a', '40.77.167.227', 1681867952, '__ci_last_regenerate|i:1681867952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b097010e79a975ef2ad3a2b421e7bdb8297c36', '200.119.174.182', 1667747164, '__ci_last_regenerate|i:1667747164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667747132;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b0ebdc683356b024c532c81db329ad712971ab', '51.222.253.3', 1684810644, '__ci_last_regenerate|i:1684810644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b180b8c98761b7a66407753c3121e612fe16c8', '54.36.148.46', 1654456813, '__ci_last_regenerate|i:1654456813;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 ('b6b2c2e8d2080638b5c29c17c5204b2a1eeda2e0', '5.188.62.26', 1656353707, '__ci_last_regenerate|i:1656353703;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b4543013e842fc7749e1a65de46881d0d52bbc', '190.148.158.151', 1677501593, '__ci_last_regenerate|i:1677501593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677501237;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b57e3ebd9e8462550a24c444e28ac4b24b2da1', '140.246.136.252', 1674319246, '__ci_last_regenerate|i:1674319246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b597a207157e612d9058be49ec00668157e401', '17.121.115.157', 1654432711, '__ci_last_regenerate|i:1654432711;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 ('b6b5b7ba84b3c3e4e42bf5991575b8371732e8fb', '207.46.13.17', 1652820251, '__ci_last_regenerate|i:1652820251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b5de8198eee1170be8bdf8a30bac0032d9c95d', '51.222.253.4', 1684419432, '__ci_last_regenerate|i:1684419432;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 ('b6b5f7caf2dd879ea58c99da2a68f5f8885bcc29', '52.167.144.164', 1686339253, '__ci_last_regenerate|i:1686339253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b668792d7986ef9b7b7f390699d9c36de3e001', '52.167.144.162', 1687306377, '__ci_last_regenerate|i:1687306377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b84c9172a7068899fa70a641e4f5dbfbac9c8e', '114.119.158.106', 1687687225, '__ci_last_regenerate|i:1687687225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b87c7c8ad7032e28a7ff863bd7389a5a70415e', '157.55.39.79', 1668455700, '__ci_last_regenerate|i:1668455700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ba33a2d76dc921c4fc48e12ba4fee6fd6d9c2f', '190.148.157.183', 1680294962, '__ci_last_regenerate|i:1680294962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680294908;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bb70ec1079c8ed6704858a4d716975b95d1731', '157.55.39.253', 1682109618, '__ci_last_regenerate|i:1682109618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bc6ee7521966e003dbeb0fe97ce6ff3eadb300', '190.148.157.8', 1677863732, '__ci_last_regenerate|i:1677863732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677858548;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bda6cdda8085e0a7806692d68687b53a864dd7', '5.188.62.140', 1656373344, '__ci_last_regenerate|i:1656373344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bdd053e334f750cd0b2cbf0557310eb56e0ecd', '51.222.253.6', 1663164209, '__ci_last_regenerate|i:1663164209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bf0ff3bf27696afd97e931a9c0e444aec456e0', '190.148.157.98', 1678990145, '__ci_last_regenerate|i:1678990145;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678988711;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c0dbfd9c45fca8328b6def88054a23a0c30a6a', '74.208.2.134', 1682135980, '__ci_last_regenerate|i:1682135980;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c1892dfda659eac41aaea6cfd1c573e331ff71', '190.148.158.69', 1686016592, '__ci_last_regenerate|i:1686016592;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686016589;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c3023a7ccf393c0ad767ec0fff9d87897e40b6', '114.119.157.26', 1687831040, '__ci_last_regenerate|i:1687831040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c30c7fabc2168aedc4468c0792fe9fe7fa4e72', '40.77.167.225', 1676634160, '__ci_last_regenerate|i:1676634160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c5576d8240ebe3b8d3f2e538b1e73957941d3b', '51.222.253.11', 1681449219, '__ci_last_regenerate|i:1681449219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c64e2827810a39800b576846a7fdbce6929a28', '200.119.172.60', 1674777557, '__ci_last_regenerate|i:1674777557;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674777539;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c6a9396fbdd34ae315f4e3ed8906dbf8871fae', '40.77.167.114', 1678672812, '__ci_last_regenerate|i:1678672812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c7979f41ea542657fea9035afe991442bda03a', '51.222.253.14', 1680274797, '__ci_last_regenerate|i:1680274797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c8f72d84d914514d0a286fea6cedb91f44a253', '3.16.27.50', 1667542246, '__ci_last_regenerate|i:1667542246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c9e6b21fc6b98727ce52ee3b6aebca8ba6d1ce', '207.46.13.217', 1681370032, '__ci_last_regenerate|i:1681370032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ccc474977d3a95f022272d3ac0833138fa0a01', '190.56.55.113', 1673456896, '__ci_last_regenerate|i:1673456896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673456868;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6cd6db204cc3e3456dff71b1feb06b2f80a04b6', '52.167.144.69', 1676118531, '__ci_last_regenerate|i:1676118531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6cfd03a6141d23bb5bb831fe01cf540d4fdf90b', '52.167.144.162', 1682806292, '__ci_last_regenerate|i:1682806292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6d089e7ce5d8f486b4863b4a50b710139540a34', '40.77.167.85', 1686652286, '__ci_last_regenerate|i:1686652286;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 ('b6d21dbdcf633345d6649984ca8f4cb59a0bf9a2', '20.193.151.167', 1660238718, '__ci_last_regenerate|i:1660238712;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 ('b6d349b48247f52e2afb3f45c0e88982415a3b7b', '118.191.130.74', 1656725528, '__ci_last_regenerate|i:1656725528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6d7e82101da3fc77cb5d5a4582daa87f7502bc2', '52.167.144.95', 1678019615, '__ci_last_regenerate|i:1678019615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6da5302c1e034ad8338b916ebe7314e162e8606', '52.167.144.61', 1688245456, '__ci_last_regenerate|i:1688245456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6db33779110e53ea35bd8516e05da86bbd85b71', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6dc33b94a9a63cc222ac31020b5156ef27cf18e', '117.217.53.211', 1678943190, '__ci_last_regenerate|i:1678943190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6dcc7159d85ddce729d34382dcf46d32d3382cb', '66.249.64.103', 1671763525, '__ci_last_regenerate|i:1671763525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6dd69290f1192aa979b41a2ee7f8197111a6dce', '190.56.51.158', 1655763265, '__ci_last_regenerate|i:1655763265;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"LaBdJhZKVle4UrDSIbXf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6dd763465c1f4668d0875a553712f98eb9f73bd', '198.251.73.67', 1680407569, '__ci_last_regenerate|i:1680407569;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e1377e963f6d0a2a96f874286fa7bb4fc8aed8', '17.121.114.130', 1656697860, '__ci_last_regenerate|i:1656697859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e22cecff98489a7584be5644203a33ec623904', '190.148.252.67', 1688486652, '__ci_last_regenerate|i:1688486652;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688486607;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e27e2d7eabadb7f66274a28c4ab4f42a0ae78c', '114.119.159.216', 1688015786, '__ci_last_regenerate|i:1688015786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e2b2faa7d37a9d2c3411190228dece23d59668', '51.222.253.19', 1688239204, '__ci_last_regenerate|i:1688239204;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 ('b6e475c25a02fb32f30b6e1525f7f95b50a4a718', '157.55.39.108', 1672918494, '__ci_last_regenerate|i:1672918494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e50d5d282265c2101cbb9f6f30211c95433e68', '69.160.160.58', 1680641188, '__ci_last_regenerate|i:1680641188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e81a0b1d64b3af01db085d072d8509e5e9293d', '40.77.167.202', 1687660223, '__ci_last_regenerate|i:1687660223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e8bf38d4c779b3d5bbb341697cb20f73a0d5ae', '207.46.13.154', 1671157297, '__ci_last_regenerate|i:1671157297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e94c0b160082d102730fa6dacf06977617ef39', '92.185.2.2', 1666592228, '__ci_last_regenerate|i:1666592228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6eb6b92f26228c0ae3373158a18b93fa865846a', '207.46.13.41', 1670882359, '__ci_last_regenerate|i:1670882359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6eb784d0d4bdff5b0b4f1474f4a5b2d4fdfbe71', '190.56.54.156', 1665320732, '__ci_last_regenerate|i:1665320732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665320319;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ebf934a23bce7de052272aca041da91a5f0111', '40.77.167.182', 1683275301, '__ci_last_regenerate|i:1683275301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6edb7caee0174c930ad4966803060e80d70bb78', '40.77.167.63', 1671815530, '__ci_last_regenerate|i:1671815530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f2ad38d454ec65015a468adf795ba0b97d4a60', '157.55.39.79', 1657999609, '__ci_last_regenerate|i:1657999599;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f403a99dea49a2ad0b726622b153dfc71c1c5d', '52.167.144.164', 1685718074, '__ci_last_regenerate|i:1685718074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f58b306953cd04c0172982ace8182753a6344e', '157.55.39.69', 1672215470, '__ci_last_regenerate|i:1672215470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f7cdeec3302dab8df6978a6083bfab10b9a7c9', '114.119.157.178', 1684869731, '__ci_last_regenerate|i:1684869731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f839d1d2d89432693c71b243aedd84a656da94', '200.119.170.168', 1670687403, '__ci_last_regenerate|i:1670687403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670687400;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f88101000e95773636b79552346422b255869b', '190.148.252.236', 1656077132, '__ci_last_regenerate|i:1656077132;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656034860\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656077119;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6f98e70691146cab1795a2aac09504c93605bf1', '18.236.70.29', 1680183486, '__ci_last_regenerate|i:1680183486;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 ('b6fa1e93a5a444ab1bd9b013cf6b08d4ed970dc3', '190.148.87.182', 1679575361, '__ci_last_regenerate|i:1679575361;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679575341;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6fb21e7b45eb814d475180e4a774cf9faabcda4', '212.47.245.80', 1656194679, '__ci_last_regenerate|i:1656194679;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6fd160057071077871b30e7bcded04d22033af2', '190.148.87.6', 1668211923, '__ci_last_regenerate|i:1668211923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668211913;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6fd692378ff04d47d697e26ad6a745d677aa7a1', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70025203e4e9f512a52ab7b6d9fea5f259c38ac', '52.167.144.98', 1685527786, '__ci_last_regenerate|i:1685527786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7045c70342c31bbe194c5c374c2e3a5d648ae0d', '52.167.144.75', 1677755684, '__ci_last_regenerate|i:1677755684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b705a9b8aafc51baffa59cbf1b6a888724a342df', '66.249.74.105', 1683087377, '__ci_last_regenerate|i:1683087377;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 ('b7087585d52ed60f54cba04981d15267b5135dff', '200.119.168.104', 1660136852, '__ci_last_regenerate|i:1660136852;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091537\";last_ip|s:15:\"200.119.170.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660136751;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7096d917c89347738cc684957a881c001549831', '190.148.158.175', 1672364937, '__ci_last_regenerate|i:1672364937;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672364917;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7099900c1e63e11fb12dc9007051c446b5d0165', '18.206.55.48', 1651213085, '__ci_last_regenerate|i:1651213085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70bfca3c4bd8ec50287fa12b9163f36388003f5', '46.101.63.152', 1652762873, '__ci_last_regenerate|i:1652762873;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 ('b70c1b6568d60a78e5c5cbdb73ab7656d6224df6', '93.158.90.163', 1668516475, '__ci_last_regenerate|i:1668516474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70df0e26c36a113e1f329275b8e27dc27c943e8', '17.121.113.139', 1658873394, '__ci_last_regenerate|i:1658873394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70e538064471ac191ccddcc8e285ac9b8e42c87', '190.56.173.175', 1652900014, '__ci_last_regenerate|i:1652900014;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652900009;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70f0dc174594b6486ba9ed19e23fbf4a721a42a', '157.55.39.192', 1664494333, '__ci_last_regenerate|i:1664494333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b710bd5a27c5afe139979eb5dd7ac5c90db48473', '200.119.175.15', 1658494521, '__ci_last_regenerate|i:1658494521;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658452928\";last_ip|s:15:\"200.119.170.142\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658494514;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b710fe98aadcf0bc4f1953d8ecd7779a760dd42c', '52.167.144.162', 1681719215, '__ci_last_regenerate|i:1681719215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71397dd1aa7d8396516f63b95165889411825b2', '149.57.16.7', 1653807034, '__ci_last_regenerate|i:1653807034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b714253c7a9457509e15d956dd3f8cb541951964', '5.188.62.140', 1656430305, '__ci_last_regenerate|i:1656430302;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b714c913c80253e198ad12d3e0b92f75722f615e', '207.46.13.12', 1675527556, '__ci_last_regenerate|i:1675527556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7158436cf61e99fc96267e34eaf90d24e0c1c6b', '190.56.32.35', 1671714924, '__ci_last_regenerate|i:1671714924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671714821;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7178636ab8b1edc3dfb06c276ff8dadbc0b4cc3', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b718ca2cb843a031dc9dd22f478791974ef638ab', '17.121.113.80', 1654008003, '__ci_last_regenerate|i:1654008003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71968c2ba34c7c74e1b51272d8934eef6d418d2', '157.55.39.125', 1654341024, '__ci_last_regenerate|i:1654341015;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b719a4cfaa36d00eb23e1266b7a9759dba4efe24', '51.222.253.17', 1662812544, '__ci_last_regenerate|i:1662812544;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 ('b719efef656a7124b601d36569284d6ff091e759', '17.121.115.155', 1654599194, '__ci_last_regenerate|i:1654599194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71b78f258c5cb8c2140fdb9d49c74b3b093be7e', '190.148.157.183', 1680555822, '__ci_last_regenerate|i:1680555822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680554642;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71d551349be85c4b51767fc22c5359b226586f9', '190.56.50.253', 1682718174, '__ci_last_regenerate|i:1682718174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682718160;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71d74a518de99178cf09e4ea477ba0251383b39', '114.119.144.116', 1685809426, '__ci_last_regenerate|i:1685809426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71de5305aa91e45ef1bd1803b7ce9aba1a0d1d2', '190.148.252.56', 1663945642, '__ci_last_regenerate|i:1663945642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663945528;register_id|s:3:\"110\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-22 09:56:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71e245ac590040a5bce1ef6741bb9401fe6d242', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71efb44e8db649e0b6f250ef74951b4f8508b0c', '66.249.79.199', 1680914549, '__ci_last_regenerate|i:1680914548;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b71f184074b915dc0580cfa3272d5bd9c510f825', '157.55.39.144', 1665236834, '__ci_last_regenerate|i:1665236833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b728b1331a4ee6381972de73de4912425ace1374', '66.249.79.228', 1650842825, '__ci_last_regenerate|i:1650842825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72908a828bb3340b19054e58ff6e98a13cd6491', '190.148.252.76', 1654294505, '__ci_last_regenerate|i:1654294505;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"OhcjIUGBJe7Ag29v6lMH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72982640fb7c90d156267dc79e41f9a8464248e', '200.119.172.123', 1657646848, '__ci_last_regenerate|i:1657646848;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657636050\";last_ip|s:14:\"190.148.252.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657646316;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b729f52ed79c5d8e1515f9fcdee574622e00c138', '157.55.39.192', 1666321490, '__ci_last_regenerate|i:1666321490;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72a81f0c7e82acc4f53baec4e07abeb8226d37d', '51.222.253.4', 1674601009, '__ci_last_regenerate|i:1674601009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72ac2848e7c1c00278833a25d9176c498d5c3f6', '17.121.112.244', 1663042964, '__ci_last_regenerate|i:1663042964;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 ('b72ad4651e5ac4c221c0c9c305a64eb172141ac4', '52.167.144.98', 1686515211, '__ci_last_regenerate|i:1686515211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72c9e2069302ab38cce0769be5e2a72d8602812', '40.77.167.101', 1661911104, '__ci_last_regenerate|i:1661911104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72f9f315ec4c746a6ec402b306f9d47615a05d1', '35.87.17.250', 1685948651, '__ci_last_regenerate|i:1685948651;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 ('b7317d904442af24522f6d04cf95e0bb0e9a3a15', '200.119.173.78', 1682899293, '__ci_last_regenerate|i:1682899293;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682898892;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7329e4b5d88d5a99a6aed17aeab97ab60c26e5e', '52.167.144.82', 1687286800, '__ci_last_regenerate|i:1687286800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b733a703172f45134b9aa59b16953f1507bd0179', '114.119.159.238', 1687718107, '__ci_last_regenerate|i:1687718107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b73519189f6d9d19a7e087659dd86e7d6f68e0ff', '40.77.167.182', 1683192138, '__ci_last_regenerate|i:1683192138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7353bc4a9626c6d52ab70e61f4d1269411ade1f', '157.55.39.143', 1670180267, '__ci_last_regenerate|i:1670180267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b735c421ccbc7976ed5b675ada8429a477972efb', '190.148.87.96', 1678492428, '__ci_last_regenerate|i:1678492428;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678490650;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7386054cde0e950e22566fa5755bb98ba0fbf18', '52.167.144.76', 1682555537, '__ci_last_regenerate|i:1682555536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b73abd330f428ec3c5474cf18693154bab88df36', '52.167.144.82', 1687306987, '__ci_last_regenerate|i:1687306987;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b73bbb1a11f2a3b3d4b7e78039a7087d564d691f', '114.119.135.245', 1687808113, '__ci_last_regenerate|i:1687808113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b73d3aa62c7c08f2788c0f450c65c4b7f96bc5b8', '149.57.16.7', 1653807019, '__ci_last_regenerate|i:1653807019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b73d91edbe165d7477a6c0ef60d3e7cc3e7bc121', '157.55.39.200', 1665523741, '__ci_last_regenerate|i:1665523741;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 ('b740771a0faa5be000630e509941968cae764b4c', '52.167.144.171', 1684530040, '__ci_last_regenerate|i:1684530040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7411f8e6e058849df422b009a111ef882419082', '144.76.68.17', 1683713097, '__ci_last_regenerate|i:1683713097;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b741334e8e28d8204a88660c4974d00127a78e82', '114.119.155.32', 1686542214, '__ci_last_regenerate|i:1686542214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b741b823a2b2fa001b22ea2cae42b98b54acc79d', '121.3.155.48', 1650911135, '__ci_last_regenerate|i:1650911135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b741edb5f2f947f936a84bc88926c980d32565be', '23.236.216.106', 1664742685, '__ci_last_regenerate|i:1664742685;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74237eb797f49e5a4334854435d8c80a9c68b65', '207.46.13.207', 1681316501, '__ci_last_regenerate|i:1681316501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7432e5fa74a7873de383022bcf8e49bda27d81b', '34.72.164.252', 1664852218, '__ci_last_regenerate|i:1664852218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74423b5904ea69097fc6281f1c95e8baccc6e7f', '157.55.39.173', 1670806022, '__ci_last_regenerate|i:1670806022;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b744ba69194d109cc81be045a02cc0c8b25d8973', '35.222.8.110', 1652005096, '__ci_last_regenerate|i:1652005096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b745918d6f4362ab9a6ae1d006e3589af52ff1e2', '190.148.252.183', 1681502414, '__ci_last_regenerate|i:1681502414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681501215;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b745b31f642648a7889577da8e23132a01628aab', '17.121.114.69', 1659767524, '__ci_last_regenerate|i:1659767524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b746a9ec3d6e2b1981664977709d7a8277b3bb16', '114.119.140.250', 1688282200, '__ci_last_regenerate|i:1688282200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74747ac5f500f34406d6668dc4dc8dafdf86d77', '52.167.144.164', 1686368782, '__ci_last_regenerate|i:1686368782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74b22fd778616aeb8de6dc1ad9b4ecf9b3e8a14', '54.36.148.198', 1652746853, '__ci_last_regenerate|i:1652746853;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 ('b74b42947e851bd205aa3c9cd416113dbc0eee38', '5.188.62.21', 1656448445, '__ci_last_regenerate|i:1656448445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74c77d2fb58759e3b0d1fcc356e18980bc95c0b', '207.46.13.12', 1675772874, '__ci_last_regenerate|i:1675772874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74d5820df5d24c19eed9e979c20c162839e534d', '52.167.144.162', 1682551793, '__ci_last_regenerate|i:1682551793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b74d91419865d47daf6f0d919f13ceab0d0cfc92', '66.249.66.82', 1650908714, '__ci_last_regenerate|i:1650908714;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 ('b74da0bf66ca31fe233fa3b56d0697870174f2e0', '114.119.150.114', 1685094113, '__ci_last_regenerate|i:1685094113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b750ebb2dd5d9073126d412591d549a14dbd6526', '40.77.167.13', 1674344963, '__ci_last_regenerate|i:1674344963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7510a95b919a9fe4a3227a36e332d12ce591f46', '141.98.102.235', 1660351555, '__ci_last_regenerate|i:1660351555;error|s:98:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>http://manuelitogt.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b75176307146d36e1070622b65bb47ab8337f4a2', '51.222.253.14', 1658458170, '__ci_last_regenerate|i:1658458170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7521cb5f8a60fd05337c060fd07bba72040d35c', '207.46.13.41', 1671066592, '__ci_last_regenerate|i:1671066592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7524b5b0f5155ea37de0592a5355029e6181831', '157.55.39.253', 1682602576, '__ci_last_regenerate|i:1682602576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7527fcf4cf24a2ddce9e1a5eabd9f49808a8a82', '175.196.127.111', 1650791340, '__ci_last_regenerate|i:1650791340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b753ce68700851f504021270bf2a242cb33d3393', '51.222.253.9', 1653730514, '__ci_last_regenerate|i:1653730514;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 ('b756d6e14d16596ca2fdb23d5e74637b9b8dfb45', '114.119.129.50', 1684890412, '__ci_last_regenerate|i:1684890412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b75774db031b8a9b6dd37af7670a52722e1de89b', '190.148.158.108', 1676762103, '__ci_last_regenerate|i:1676762103;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676657262\";last_ip|s:13:\"190.56.32.174\";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 ('b75c4803996848d06a2341aef84bea6c993a38aa', '200.119.169.59', 1655300455, '__ci_last_regenerate|i:1655300455;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655299169;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7601c871d62ea01de3e960f0411b8a9506f841e', '40.77.167.202', 1687764667, '__ci_last_regenerate|i:1687764667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76167f6180f2bb18243b70206a317cec350e306', '157.55.39.105', 1676906025, '__ci_last_regenerate|i:1676906025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b769fdbe4ef5736b6654bfef1bd8b6ace1a8d3b0', '14.29.176.211', 1669996473, '__ci_last_regenerate|i:1669996473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76a3855a0e407dbef0443a104c1ad78471deb4b', '194.9.191.20', 1658836598, '__ci_last_regenerate|i:1658836598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76acbde43fcbf92ca6f011d4e7da44e117c69ae', '40.77.167.45', 1650829383, '__ci_last_regenerate|i:1650829383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76af65d499f374a2598472f2530edb3b38555f2', '52.167.144.162', 1686266889, '__ci_last_regenerate|i:1686266889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76ce463b58bb1c60f35825808a08b664172e79b', '66.249.65.103', 1651445398, '__ci_last_regenerate|i:1651445398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76cf1609a0db8d95ffb3a5cb9b0fdc7a12ca9ed', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935071;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b76d2e88ae0fe482c217323dab1aae59e35ebd5b', '51.222.253.7', 1685913629, '__ci_last_regenerate|i:1685913629;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 ('b76e2293cb6724b9cc6c522fa92b4a46b82ef895', '114.119.146.94', 1687643091, '__ci_last_regenerate|i:1687643090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b770bb5c1b5a88ebc7a90c9cd4e69207fc1e34f6', '40.77.167.101', 1661946071, '__ci_last_regenerate|i:1661946070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b771d29f295013ec5bad5e6f49867f8c6d11aecf', '114.119.151.197', 1688220953, '__ci_last_regenerate|i:1688220953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7725f38e2c4bf6abb69954c2075defc094f351b', '51.222.253.4', 1666520258, '__ci_last_regenerate|i:1666520258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77359b68f43be7b25d057b7ae3f63a81a20002e', '190.104.119.212', 1654636674, '__ci_last_regenerate|i:1654636674;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('b774563d5e01b474351695d28e69bde441cdbdb6', '157.55.39.192', 1666738182, '__ci_last_regenerate|i:1666738182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b777fac77391adc8e8a23be84961da3e3a345dbc', '52.167.144.171', 1685014877, '__ci_last_regenerate|i:1685014877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77950ca2501bf65282d75de6266d0f7287425ac', '114.119.136.215', 1688273876, '__ci_last_regenerate|i:1688273876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b779547ca263b9b7211710d12026be41cfd8d18d', '190.56.55.113', 1673451253, '__ci_last_regenerate|i:1673451253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673450705;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b779cdc2cc3715680b9bb2a8ebae9c65d2f993a5', '190.148.252.102', 1681904168, '__ci_last_regenerate|i:1681904168;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681904152;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b779ecdd035a910295f2223b0e51d7c4d6bbde75', '200.119.174.137', 1654810586, '__ci_last_regenerate|i:1654810586;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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\";last_activity|i:1654809531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77a29c7d09207c5a6301ba3bccd5a0a27bd497f', '114.119.146.15', 1684935827, '__ci_last_regenerate|i:1684935827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77a409974a0b77154aaadf99f761d13b1658caf', '135.181.154.144', 1663832821, '__ci_last_regenerate|i:1663832820;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77a919dfeb8ee474b1df4c9400741d9275acff5', '157.55.39.79', 1670251744, '__ci_last_regenerate|i:1670251744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77b534827ededa37e2b3b6efaaa13f3f8c6e58e', '18.206.55.48', 1658929711, '__ci_last_regenerate|i:1658929711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77c9923da2710a201fb78dc14ed7bc3b08af68b', '157.55.39.80', 1670709270, '__ci_last_regenerate|i:1670709270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77e6bdecbad138f90467a039bc2b80fd1128e9c', '157.55.39.253', 1681997812, '__ci_last_regenerate|i:1681997812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7807a4cfa4cf59238a523e9506c63ef1c25809c', '200.119.170.168', 1670696087, '__ci_last_regenerate|i:1670696087;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670696079;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78305609a808550f2fc678781b4183bbd086c4f', '17.121.112.220', 1659899794, '__ci_last_regenerate|i:1659899794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b783ea6a4e4226043695e7215f046f7227af0e7c', '3.126.121.103', 1652215738, '__ci_last_regenerate|i:1652215738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b785d8c2ddfb51919332784f79e9ba3ac0c1a0c9', '52.167.144.108', 1680340457, '__ci_last_regenerate|i:1680340456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78982500cfe10982eee3a775484da24894e3ae3', '200.119.170.16', 1666823179, '__ci_last_regenerate|i:1666823179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666823174;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78b1d5826b34d9418952f2ffd637360c8dd7c19', '157.55.39.64', 1672413669, '__ci_last_regenerate|i:1672413669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78b2ba1e5e9e888243adb9c501e06eb7accc7e4', '52.167.144.42', 1679876657, '__ci_last_regenerate|i:1679876657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78b61a2d7a5474262312c0a246c7f227cc6a4b2', '190.148.157.214', 1669745391, '__ci_last_regenerate|i:1669745391;requested_page|s:15:\"admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78da2e2a233254467c93a9b359dea1214a3a475', '52.36.25.210', 1674133547, '__ci_last_regenerate|i:1674133547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78f788a59fbd124ccf5bd7f3ef06efdd1309760', '190.148.157.117', 1675525093, '__ci_last_regenerate|i:1675525093;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675524672;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b78fba6b48f55dfaacff4c0d428c0b64492f7d85', '157.55.39.65', 1662383541, '__ci_last_regenerate|i:1662383541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b79417eea961e3dc470621a339dd65264193c5e8', '207.46.13.10', 1670998430, '__ci_last_regenerate|i:1670998430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b796a00d2545912955f5f9cfee936a7c73898c86', '190.148.157.165', 1667999183, '__ci_last_regenerate|i:1667999183;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b797f426bca44cc4b45f877bb5b3c0ff82c333ad', '40.77.167.170', 1676268492, '__ci_last_regenerate|i:1676268492;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b797fa68b4f5caee28891cd62dafbf6fc6948446', '52.37.191.223', 1667829545, '__ci_last_regenerate|i:1667829545;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 ('b798c12143926da44c0352ac4cc76d7996b1cff1', '173.249.31.237', 1659409179, '__ci_last_regenerate|i:1659409179;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 ('b79a51a6fe7a5758b70a2137d81fcb6e1ad1192e', '52.167.144.98', 1686581771, '__ci_last_regenerate|i:1686581770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b79af24a0bf3fb10ced200316cb39c927ba9cd11', '54.36.148.108', 1684339603, '__ci_last_regenerate|i:1684339603;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 ('b79cf1d7f6aa4d1534ba746f17a358b7b7e691d7', '40.77.167.161', 1676714712, '__ci_last_regenerate|i:1676714712;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 ('b79ebd2f73a1b7f3236307e493a2487860742e0b', '52.167.144.108', 1680356671, '__ci_last_regenerate|i:1680356671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a1f01e11d8485e396e9d591eebcab3212d77c4', '17.121.112.168', 1652388106, '__ci_last_regenerate|i:1652388105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a4612c934ec80a5db76262d7c107963349c6ba', '190.148.157.117', 1675520519, '__ci_last_regenerate|i:1675520519;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675518528;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a4d93886fbe0dc80e53e4a4a88a4fdf9b45998', '52.167.144.98', 1685130090, '__ci_last_regenerate|i:1685130090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a7337b8377d6f007ec10dd2d4657e4b501845b', '17.121.113.148', 1661064481, '__ci_last_regenerate|i:1661064481;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 ('b7a7f8f91174bbbd78ca97e7c804d7b0a50a22b4', '40.77.167.11', 1658984761, '__ci_last_regenerate|i:1658984751;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a929a021a855dbec98c2bcad3d85701afb1f36', '190.56.173.213', 1683134649, '__ci_last_regenerate|i:1683134649;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683123416\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"NbMrwj1UaIg0fnlCE2sK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7a9ed0673c39f99029ecb95195b2539c7ae6771', '207.46.13.207', 1681353368, '__ci_last_regenerate|i:1681353368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7abc79abc4d44650a35572566a2bc1a42181f0c', '52.167.144.43', 1683960616, '__ci_last_regenerate|i:1683960616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7acea061fcabf976b9c397ca9396d85f37aba56', '207.46.13.6', 1671535898, '__ci_last_regenerate|i:1671535898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ad6a63efd42d1254f7393d2d1698225bff740a', '114.119.149.137', 1688003651, '__ci_last_regenerate|i:1688003651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ae5cb0ee3c9c9ac8f7284d254be7f7387d8250', '52.167.144.73', 1679987547, '__ci_last_regenerate|i:1679987547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b0714733d9459c8877ceb94e05dc45fdc345a9', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b0db0dc0e3f24c7d2493d1588a4f7d8511d39b', '190.56.54.156', 1665328563, '__ci_last_regenerate|i:1665328563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665328508;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b18de5392caa2d5e4f5c4920e07d186ddf7f8a', '36.99.136.141', 1650976201, '__ci_last_regenerate|i:1650976201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b20fa6805043fc5fc5078b19539d6a063d53e5', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;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 ('b7b31ecc4b544f9994ab10f37dcc449767db8303', '40.77.167.104', 1668944389, '__ci_last_regenerate|i:1668944389;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 ('b7b3f67f159b0e43cbfac4b0d5962e82673422a8', '190.148.252.76', 1652820234, '__ci_last_regenerate|i:1652820234;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"MfUax0n7rhVjJ9eH24gv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b7ca8ab47c3e093063c757516c44619ac2765c', '190.148.252.223', 1659013265, '__ci_last_regenerate|i:1659013265;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659012834;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bb3b1abf536fc1ce2fa4ba284076cb2411dcaf', '52.167.144.98', 1686568284, '__ci_last_regenerate|i:1686568284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bc2a5769de273521928325132863bfbe4049f9', '190.56.55.48', 1687434782, '__ci_last_regenerate|i:1687434782;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687434644;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bcb075c541c3050905e7df3fd880e6ebb64501', '190.148.252.111', 1677939224, '__ci_last_regenerate|i:1677939224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677933958;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bdd24cc7fe20ef2a29e6a64b824be9da4086c5', '190.56.50.253', 1682604596, '__ci_last_regenerate|i:1682604596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682604413;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bfcb448686851ca40dacc7691f04c5d884fa78', '114.119.146.19', 1686805706, '__ci_last_regenerate|i:1686805706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7c1583782464e21732a664ac5664d8c4704e338', '190.56.48.81', 1666016806, '__ci_last_regenerate|i:1666016806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666016165;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7c1e62aea2c950d0feaf74cf0818738423cbf19', '190.56.50.6', 1686949720, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686949720;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686949708;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7c2b57931b84c0a9c5f50050c377439aaf362e3', '114.119.159.39', 1687004112, '__ci_last_regenerate|i:1687004112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7c6053b952badad6c2764d4e992e4a9b78a7ba7', '190.56.54.156', 1665414999, '__ci_last_regenerate|i:1665414999;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665414987;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7c9236d02fa5801d74bdf719e524e0c7d55477e', '190.148.157.98', 1679015074, '__ci_last_regenerate|i:1679015074;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679015064;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ca1b2f1f47e3817940636bca1f971e6e7b56c3', '52.149.129.144', 1655948747, '__ci_last_regenerate|i:1655948745;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 ('b7cb210b671243bc5fc03bf8d5bd458c9be0c604', '190.148.157.98', 1679091778, '__ci_last_regenerate|i:1679091778;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679091567;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cb63923394f23a7e69c8344c0b692492611791', '51.222.253.1', 1650927701, '__ci_last_regenerate|i:1650927701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cbcb926ce8fb3eb699d09d362ef6619c9693bf', '114.119.133.220', 1686627972, '__ci_last_regenerate|i:1686627971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cc4058f3cf0a2b0a3faebf0ee8cc646a8829e1', '190.148.87.6', 1668278533, '__ci_last_regenerate|i:1668278533;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"mfIqMjx2UeHOvoic9TSY\";last_activity|i:1668278413;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ccb2c09e48c03f48cf72e19912f02d3ba61018', '157.55.39.208', 1685935867, '__ci_last_regenerate|i:1685935866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cd39ba75a76f744c9193ed7f58f0cc6c5685f5', '17.121.113.90', 1661320753, '__ci_last_regenerate|i:1661320753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cd3cfda99ca50cefd49e315dccd4db2bd0bf5a', '207.46.13.41', 1671243363, '__ci_last_regenerate|i:1671243363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cd8674898592226a6222d8464faf4d00575baa', '200.119.168.250', 1680725698, '__ci_last_regenerate|i:1680725698;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680725687;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ce8d0ab5275d227d873a3b03887746ae80760c', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ce98ab79d68a069930b4a11175a5304d2e14d6', '190.56.32.32', 1686084128, '__ci_last_regenerate|i:1686084128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686084124;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7cfafb7fb8247ce3d7a877d20c8b98ad9c6c759', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d2ed72da8ce7fe920fc4dcd045a884bac9bbc5', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d4d170dec41235ba5e396dbb01b258b5fadd56', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d555c5fad0a12194f20513a4c4808ccfa26c89', '114.119.145.7', 1687991402, '__ci_last_regenerate|i:1687991402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d68d660026f8415e2bc1158c5d7b2051bb1354', '200.119.174.104', 1666539556, '__ci_last_regenerate|i:1666531979;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666478654\";last_ip|s:13:\"190.56.32.173\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666533453;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d73cb7f089fb7280d06ec56bcfb54b597f9512', '52.167.144.162', 1687268529, '__ci_last_regenerate|i:1687268529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d801dbde3de1ce37cc1964cdc0ef9ea316fd12', '190.148.252.76', 1652807424, '__ci_last_regenerate|i:1652807424;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"wAevBtxqcdIJulVFUGkz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d82a748e61f4650656e2fd0bdc01d1ee26ad72', '190.56.32.35', 1671973103, '__ci_last_regenerate|i:1671973103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671973032;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d9fd91b038ae1fcbb62f32982f0edd9e478f73', '40.77.167.104', 1668944389, '__ci_last_regenerate|i:1668944389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7dd48e4a08e0b7c2820c757bac0881972469e8a', '157.55.39.65', 1661518160, '__ci_last_regenerate|i:1661518160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7de1d0955799c701214d3f928e966f7fce8e02c', '190.148.252.161', 1670001831, '__ci_last_regenerate|i:1670001831;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670001510;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7dfc247cccbc9729561134a661f64943ba6c9d8', '50.21.188.107', 1672492279, '__ci_last_regenerate|i:1672492279;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 ('b7e018606d98260062de35e9b902b788228d3702', '34.215.128.99', 1675863147, '__ci_last_regenerate|i:1675863147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7e17efd00a0311413306fe2ced65326966d1aea', '114.119.141.77', 1688095508, '__ci_last_regenerate|i:1688095508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7e2525cf0aebfc5d80d3e40d7c4c2ee4e55b33f', '190.148.252.183', 1681434705, '__ci_last_regenerate|i:1681434705;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681434702;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7e800edd1dd0676286757e49d873cb787e92aa1', '157.55.39.130', 1673079284, '__ci_last_regenerate|i:1673079284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7e8e0c7663f20c9feaee659567484fadd568945', '51.222.253.10', 1679096912, '__ci_last_regenerate|i:1679096912;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ec313d981d5e0f57ae6afd5dadce75137ef801', '3.126.121.103', 1652216459, '__ci_last_regenerate|i:1652216459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ec6e0957b6ee842e7ee92881c5acc71f0f0e8a', '190.56.54.156', 1665251397, '__ci_last_regenerate|i:1665251397;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665251297;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ed5fa459cf7c0b6e3dcc8755380381c5b76e1c', '207.46.13.127', 1656993737, '__ci_last_regenerate|i:1656993737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7f0cf33da4101b5af371a5e17b0259a37197cc1', '114.119.143.51', 1684108187, '__ci_last_regenerate|i:1684108187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7f427bf4109a0ea60d03ee9d40fd8705b094cad', '40.77.167.79', 1655102930, '__ci_last_regenerate|i:1655102930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7f6ad7264e4c96bc9cdb122aeeb0071d930277e', '190.148.252.183', 1681740281, '__ci_last_regenerate|i:1681740281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681740258;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7f7dde9a2fe92cff156f64865d9f92cca59841e', '52.167.144.98', 1685608926, '__ci_last_regenerate|i:1685608926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7f97def92c0ff4894c31c56bafc145ff31617f3', '190.56.50.253', 1682779491, '__ci_last_regenerate|i:1682779491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682779490;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fa57bcb8523393ea3427a27eef8e94353c0d5c', '114.119.152.54', 1688086458, '__ci_last_regenerate|i:1688086458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fac68af01f43dc93c9bfa15044d60cb94f6b13', '52.167.144.162', 1687355403, '__ci_last_regenerate|i:1687355403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7facb406125cdaa51873c9fcb02287738185991', '190.56.32.174', 1676935445, '__ci_last_regenerate|i:1676935445;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676933826;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fc1e42f65f38d16691bc29c190b93afe3c469e', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fc6db5f69a52384d9e64c0dcf57d79629438ac', '5.9.28.187', 1678942729, '__ci_last_regenerate|i:1678942729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fd33e8ba466f71441fc4cfd10bfcbc1341a090', '114.119.140.56', 1687040881, '__ci_last_regenerate|i:1687040881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fd916e28da7dcef486898c38e9e6c75ff8c88f', '149.57.16.7', 1653806999, '__ci_last_regenerate|i:1653806999;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7fd9ff66559b3f5d6af38c30e99081147087448', '190.56.49.237', 1665797945, '__ci_last_regenerate|i:1665797945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665796630;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ffdae975d0ca5a5c990bad0ba8908c61777c7a', '190.56.54.156', 1665255267, '__ci_last_regenerate|i:1665255267;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665255263;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b801e2ace4a367784c7531337cf3ac9cd4198524', '17.121.115.27', 1657741108, '__ci_last_regenerate|i:1657741108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b801fc5022a77d247e741e7d34f021d7ab138737', '114.119.134.93', 1686024658, '__ci_last_regenerate|i:1686024658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8024da06096a1572f18ecdcbc7240779800c247', '207.46.13.16', 1663843056, '__ci_last_regenerate|i:1663843056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b803d5c768dbfd6ebbfedb9674e678b5506d0c75', '51.222.253.13', 1679992028, '__ci_last_regenerate|i:1679992028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8058010d3004fa08fc3c86f145511828eed4bf3', '207.46.13.11', 1669419436, '__ci_last_regenerate|i:1669419436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8084408f6b8d0fcfcc959c4b697a789f6897782', '51.222.253.1', 1687027041, '__ci_last_regenerate|i:1687027041;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 ('b80878b8f32872102e61b78c06ba0db1944a3e35', '190.148.157.177', 1682367415, '__ci_last_regenerate|i:1682367409;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b808a38fbc7e2b2c1956bbc902177a4b1f8762bf', '200.119.172.60', 1674573741, '__ci_last_regenerate|i:1674573741;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b80b177940344d45681ab27869b1b7470a6f5699', '51.222.253.11', 1662196097, '__ci_last_regenerate|i:1662196097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b80bdaab6213af005f969bbbce3f36c014b02e72', '190.148.158.69', 1685986204, '__ci_last_regenerate|i:1685986204;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685986120;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8119e4c1273b923d574b7a3ff97e3a2c1302e7d', '46.101.63.152', 1652762859, '__ci_last_regenerate|i:1652762859;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 ('b8119eedf03a8ab6d981dd33d22b56f4f8bcb140', '157.55.39.164', 1662965948, '__ci_last_regenerate|i:1662965948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b813b6edbe9b35dcdf0749cfa8d2bd6a381289a5', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8144c1ebc0ade4d824d1b09d9e92c74ac94f982', '69.160.160.60', 1662188494, '__ci_last_regenerate|i:1662188494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b819131cb3258f4b68bc38bbdeb19fbcc79e66a9', '124.206.180.138', 1651761723, '__ci_last_regenerate|i:1651761718;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b81b8f3ff5b5147d1f58126ce8341606e3c5a09d', '40.77.167.11', 1673533756, '__ci_last_regenerate|i:1673533756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b81e57562ff6c76370e8583dbbc120efc20074d0', '190.148.252.166', 1658161914, '__ci_last_regenerate|i:1658161914;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658161702;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b81e7ea15413f3514191e10396febc67b0d96921', '211.244.90.212', 1652492330, '__ci_last_regenerate|i:1652492330;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 ('b81f2229b06ab8f988fbc5faed53c1110e0b3c3f', '5.182.209.135', 1654888530, '__ci_last_regenerate|i:1654888530;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 ('b820d08b290fc1271fed91ba50de89c8934980b1', '52.167.144.171', 1684776789, '__ci_last_regenerate|i:1684776789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b820f44f7d01ecaaa06405c44022b1a9a6a60a96', '40.77.167.123', 1683658296, '__ci_last_regenerate|i:1683658296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b821103439219978e5681c6daf59b8e846856a89', '200.119.173.78', 1682987246, '__ci_last_regenerate|i:1682987140;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1682952456\";last_ip|s:14:\"200.119.173.78\";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 ('b821e1aa3b802c0c0159664a387e6ce944c585bd', '190.148.87.96', 1678385363, '__ci_last_regenerate|i:1678385363;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678385175;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b823800bcdd084da7e33b3d997ca16dfbdcdd38d', '124.206.180.139', 1650912906, '__ci_last_regenerate|i:1650912906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8242aeb69c2e37ae1ed595646a9cdd9f7fda4ef', '190.148.158.151', 1677259139, '__ci_last_regenerate|i:1677259139;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677258190;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b826345eaf74b81601decc70fcaf3adea507c61d', '167.99.178.69', 1672961671, '__ci_last_regenerate|i:1672961671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82a49b6c988c41ed972c72397c579ce4f9a0bcc', '52.167.144.31', 1681331404, '__ci_last_regenerate|i:1681331403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82a8d9bd220aba7952654ab7f32602c6cfdef59', '52.167.144.131', 1686455201, '__ci_last_regenerate|i:1686455201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82c94da49306ba8beffc564fa963b007d7d1b6c', '3.16.78.97', 1668653790, '__ci_last_regenerate|i:1668653790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82cd22bf4a52ace2d79d9bf46c1a7c0e0837d13', '40.77.167.43', 1654172642, '__ci_last_regenerate|i:1654172631;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82cee1fbe26b411967f420abe1ae813bdd238ce', '146.70.132.120', 1672681941, '__ci_last_regenerate|i:1672681941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82f7da87f47f4b370ff1a9d4081e8bc099a3cf7', '114.119.158.13', 1684992867, '__ci_last_regenerate|i:1684992867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82f908dc1a82bfa03dc446ec905fe3b4babd6c5', '157.55.39.51', 1668869229, '__ci_last_regenerate|i:1668869229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b830970ffcc55ab62e0904839fc4ef43d0e7358d', '44.233.198.143', 1650870126, '__ci_last_regenerate|i:1650870126;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 ('b83098bc4a3f4b4c4b9d0d82d97eacecdf51febd', '69.160.160.58', 1680641187, '__ci_last_regenerate|i:1680641187;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83099991bdcd75f86c77cf259fac01c249e84a4', '207.46.13.229', 1683562765, '__ci_last_regenerate|i:1683562765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b833157ffad72af90bc6e47d2918c796910cb416', '114.119.151.107', 1687536281, '__ci_last_regenerate|i:1687536281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8349c6e8ba3389d5a567a7d6e7163ab502b1cf7', '207.46.13.48', 1653007866, '__ci_last_regenerate|i:1653007866;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8364cbe7789d59660258647d775fb1b81ad1ba5', '207.46.13.138', 1674311402, '__ci_last_regenerate|i:1674311402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b836656399fa491b3e81c5a1b9092e1b699054e9', '51.222.253.14', 1685676661, '__ci_last_regenerate|i:1685676661;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 ('b8382ebb088f95fa6025b94a931f659e43a24eae', '163.123.143.82', 1673574418, '__ci_last_regenerate|i:1673574418;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b838683f072f88e8ef434ab57b95ed6c81fa4486', '157.55.39.51', 1668367051, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83947252547457ffa2c3ebb6f018c02db09deff', '207.46.13.215', 1677204429, '__ci_last_regenerate|i:1677204429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8398a5d1e4f9c7e8433aeaf17d8697b8307619f', '207.46.13.234', 1658720300, '__ci_last_regenerate|i:1658720300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83b5b32f25b9827372c40befc465a0d016142fe', '114.119.134.208', 1685851245, '__ci_last_regenerate|i:1685851245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83b9454f73b0415d7baf5259dcd3e139f1d539f', '40.77.167.202', 1687232722, '__ci_last_regenerate|i:1687232722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83ba635dc2452823e4cd74cacae854161bb487b', '200.119.168.9', 1660742329, '__ci_last_regenerate|i:1660742329;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660683817\";last_ip|s:15:\"200.119.168.196\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660742315;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83beab3cc95ff95cd7419b954d093352c591ad0', '36.99.136.135', 1650976201, '__ci_last_regenerate|i:1650976201;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83c4439e33243f448ecf96665ee6414e8528738', '52.167.144.154', 1687644144, '__ci_last_regenerate|i:1687644144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83cf4f2d4f7f5126f494190b31108614c7c7ecb', '190.56.50.15', 1666997915, '__ci_last_regenerate|i:1666997915;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666997105;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83e60b40fb9e631eb73a2cd44655d70a6bf57ea', '207.46.13.6', 1672094103, '__ci_last_regenerate|i:1672094103;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83e911bb7a7333afd80933afc01350880e452de', '52.167.144.164', 1685440812, '__ci_last_regenerate|i:1685440812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83ed4976077dcc1a59aaeddffd305f7fb22e329', '5.188.62.140', 1656394842, '__ci_last_regenerate|i:1656394842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84074049bbcb25995500129d6cc1b56959594bd', '207.46.13.205', 1671944126, '__ci_last_regenerate|i:1671944126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8410576e05190ea9b87bce475f66d5acd4b2f67', '52.167.144.162', 1681587555, '__ci_last_regenerate|i:1681587555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b843111ab45e555d6f6e488c93f1e8112e2d913f', '52.167.144.98', 1686179103, '__ci_last_regenerate|i:1686179103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b846e6fa58ed93197df81ca1f2b33da9262e136e', '114.119.166.88', 1687670880, '__ci_last_regenerate|i:1687670880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b847e3740b04edbb851e66d20912082eb20acb9b', '200.119.174.55', 1662479922, '__ci_last_regenerate|i:1662479922;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468197\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662475685;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84ab6cd85fe7d9583e7787a869a9710f544a7d2', '54.226.134.151', 1650798428, '__ci_last_regenerate|i:1650798428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84ad2beffde1e78286c415e08961a50a8405500', '128.90.117.196', 1676091630, '__ci_last_regenerate|i:1676091630;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 ('b84bc981b9cce5994d6dbe493e416ae7d415677a', '157.55.39.125', 1654957271, '__ci_last_regenerate|i:1654957271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84c6c8a5de4d6dbf0ec1619ba7260fc63d02982', '190.148.252.111', 1677963991, '__ci_last_regenerate|i:1677963991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677963840;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84cdf0a62126703dc6d1fa6431691a6c07f9951', '40.77.167.43', 1654208128, '__ci_last_regenerate|i:1654208119;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84dd6a784a7e406ac1df0c4ad4ca1d9c9a5ad52', '45.63.18.23', 1688491324, '__ci_last_regenerate|i:1688491324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84ef9df3e5c0f7f19eabd4d57cdc75085d40976', '3.139.73.68', 1684425844, '__ci_last_regenerate|i:1684425843;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84eff9a3631f927a579b078e3603008332e4941', '200.119.168.250', 1680991497, '__ci_last_regenerate|i:1680991497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680991110;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84fa9c6ac206d075d388e13c8c7f251fe3f2cf0', '50.21.188.46', 1675140686, '__ci_last_regenerate|i:1675140686;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84fbac2bca19cb316339c2d6e561ba885bd2e7d', '40.77.167.249', 1680666962, '__ci_last_regenerate|i:1680666962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85011ac6dae1dd18e10d20acae470a3f1f74545', '190.56.48.81', 1666028144, '__ci_last_regenerate|i:1666028144;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666028132;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85036b3e533a282ff4477b481c56e97547d0e53', '52.167.144.164', 1686035627, '__ci_last_regenerate|i:1686035627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b852e2733726f1debc497b377bc9eba458af4e4a', '114.119.135.187', 1687527704, '__ci_last_regenerate|i:1687527704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b852fc2f883f7a7ff0945a111522a0e6d075d43d', '42.83.147.53', 1680521925, '__ci_last_regenerate|i:1680521925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b853153e81b0d055950dc8b9761cdeb6ff5ce468', '52.40.167.251', 1660137534, '__ci_last_regenerate|i:1660137534;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 ('b85851007f8f2f692cb08b595e623db3ed656f5d', '51.222.253.18', 1679895560, '__ci_last_regenerate|i:1679895560;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b859dfe86ef1cb6565687aa44ea8e36dbf82a738', '40.77.167.170', 1678893160, '__ci_last_regenerate|i:1678893160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85b0ed47504ebd4fbd9f9ff00de6abb96651923', '157.55.39.149', 1650829385, '__ci_last_regenerate|i:1650829385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85c0c24549312b31cbe488fa27dba919c81596e', '51.222.253.16', 1686704268, '__ci_last_regenerate|i:1686704268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85eb4f3287f1fd594c4d012aea67083498cc195', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b861d753bf757162261ad2f9be0f515389bef89d', '34.217.23.230', 1653836653, '__ci_last_regenerate|i:1653836653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8637b6dadaa6122db3772c139dccfcd9f17a0aa', '52.167.144.70', 1688547615, '__ci_last_regenerate|i:1688547614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8666e6dc342efe0ef431f842a19d325b78c5df5', '190.148.252.151', 1670979786, '__ci_last_regenerate|i:1670979786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670979027;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b867782eb418579efdeafb4def96310057b22190', '207.46.13.236', 1654882727, '__ci_last_regenerate|i:1654882727;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 ('b867b6fa21e1088dc228dd916044956b336b1b22', '34.72.199.255', 1674622300, '__ci_last_regenerate|i:1674622294;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b86cbfef03e82e1aedc61a2188cddf3f6627d609', '52.167.144.164', 1685256585, '__ci_last_regenerate|i:1685256585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b86d7225c39e886bb183234a00ecdb3dd7cba124', '149.57.16.7', 1653807073, '__ci_last_regenerate|i:1653807073;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b872c0cf344283962da735f50568345e799650b4', '200.119.169.52', 1664918862, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664918862;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664918853;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87318c666e888209474df38b234f42550f54f71', '190.56.50.106', 1652305638, '__ci_last_regenerate|i:1652305638;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652291404\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"wxXo4NGdjB37UJeVFLDi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87396ef6582ec86e8620aae8b6644a2051a3fcb', '190.148.157.103', 1666795887, '__ci_last_regenerate|i:1666795887;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666731325\";last_ip|s:15:\"200.119.170.113\";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\";user_csrf|s:20:\"8Uw1r2TpkHlECgdihLAG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b874a3f0a277405bd76a2b7cc7091320cfc2b3e7', '51.222.253.4', 1685468124, '__ci_last_regenerate|i:1685468124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b874d25c41ba464fdc8c7f05f40892f4e80dd59a', '190.148.157.117', 1675648212, '__ci_last_regenerate|i:1675648212;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675648200;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8755765d53cf5ec6e2d9fb93444f180a7e14473', '51.195.90.229', 1650840862, '__ci_last_regenerate|i:1650840861;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b876328d2a12bff407d3ec782aa1bb91503b55a1', '157.55.39.100', 1671956118, '__ci_last_regenerate|i:1671956118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b876fec07a5e822b55c34a9093cae5621580435d', '51.222.253.11', 1651416074, '__ci_last_regenerate|i:1651416074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8770bce6c761f45e240f138b273e1a54028e730', '190.148.158.168', 1666849615, '__ci_last_regenerate|i:1666849614;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8772454db1a8110422b3fa2970378c83785becb', '207.46.13.53', 1660425497, '__ci_last_regenerate|i:1660425497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b877bd3fd56688ded5827cd241ee958041daecb6', '51.222.253.2', 1679054351, '__ci_last_regenerate|i:1679054351;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 ('b878007997ca659f12ea845f9330b62307cae737', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8782e81c5ae5e8adff15c7d881725f93efdc91b', '66.249.77.50', 1678284767, '__ci_last_regenerate|i:1678284767;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 ('b878a5f389e62d901a65f337074cba76a11218cc', '190.148.252.161', 1669941153, '__ci_last_regenerate|i:1669941153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669940549;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87d15a3b5dd685feca8ff209c5ad74202e0d83c', '200.119.169.175', 1669811573, '__ci_last_regenerate|i:1669811573;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669809678;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87e829b10e3282b415c69e8fcfd87d70a961b34', '190.148.157.127', 1668197745, '__ci_last_regenerate|i:1668197745;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668197738;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87ff4caedc9317d17cd06df2666eb67f6828cd4', '190.148.87.6', 1668213111, '__ci_last_regenerate|i:1668213111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668213104;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b880a5026a489a530bba6bfcdfd431d4c19b02b9', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b880b30ef748a2ddc90f7a9d973c04075ea62692', '52.167.144.42', 1679463829, '__ci_last_regenerate|i:1679463829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88142d16f0b053938f98abd64a75cf3fef39005', '190.148.157.152', 1658354804, '__ci_last_regenerate|i:1658354804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8834af8279c938f80b3bb0f213b51244924e5bc', '200.119.168.9', 1660742692, '__ci_last_regenerate|i:1660742692;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660683817\";last_ip|s:15:\"200.119.168.196\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660742688;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88371bcf6f9df0c53f504052512883aa2fade9e', '18.205.2.52', 1661547500, '__ci_last_regenerate|i:1661547499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b884f6753bef8080af95d44bbc692828b5d4a955', '165.22.67.250', 1671925538, '__ci_last_regenerate|i:1671925538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b886a08b84497c263e5c528d830ca3b6caefdb5b', '40.77.167.181', 1687513521, '__ci_last_regenerate|i:1687513521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88815fb6dc4efdad8990634f2f9539b5dfac0a6', '157.55.39.79', 1669485238, '__ci_last_regenerate|i:1669485238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88abd1b7ff148e6716f19c1b1fee44cab3950bc', '157.55.39.227', 1688574660, '__ci_last_regenerate|i:1688574660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88bcefadd9fe85f58442b66b1968ea86e5d49cf', '207.46.13.41', 1664752306, '__ci_last_regenerate|i:1664752306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88c66735e9c6781c3428ed55847dc6cd6b8a1bc', '114.119.152.50', 1687591166, '__ci_last_regenerate|i:1687591166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88d5c427d9db8b11d49055639eff42b8201c3a8', '190.148.252.183', 1681215306, '__ci_last_regenerate|i:1681215306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681215298;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b88f7de057ac96a468662b45fe27cde268f42a9f', '190.56.51.158', 1655729968, '__ci_last_regenerate|i:1655729968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b891b74210e19adec5c6d385e9e242a2463627d0', '114.119.136.138', 1687349344, '__ci_last_regenerate|i:1687349344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b891cfc06fe6bf8488b282c68048c2190b0a7f9c', '66.249.79.194', 1688566709, '__ci_last_regenerate|i:1688566709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b891ea0144e39716df9391637b06fa7e972f70c0', '51.222.253.1', 1683261888, '__ci_last_regenerate|i:1683261888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8952881cb9a09497878625d6685e3a9481ad99b', '207.46.13.209', 1685975697, '__ci_last_regenerate|i:1685975697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b895ff41b67f50266bbb8fb257b439ba90fedfcb', '114.119.132.38', 1687981634, '__ci_last_regenerate|i:1687981634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b896b2f9b4a9f091537e25f2fd1c8a24c246ef4f', '52.167.144.23', 1686816977, '__ci_last_regenerate|i:1686816977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b897377db1516e9c56a134ca1e9daf3fe1f2a372', '190.56.50.253', 1682603861, '__ci_last_regenerate|i:1682603861;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682603858;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89ab11bbcd14b10248ad76408ea74b1738bc637', '40.77.167.161', 1675544318, '__ci_last_regenerate|i:1675544318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89b2e9b407f6906ab18deef2f9540be77ff52d0', '114.119.159.237', 1687576672, '__ci_last_regenerate|i:1687576672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89c295a81d6c0a0b4797147eab33cd4d2944202', '200.119.168.250', 1680744388, '__ci_last_regenerate|i:1680744388;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680744296;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89f123a4c7e5ed078a7d18ca0b7ef4e5fc1ccad', '54.201.29.105', 1682083273, '__ci_last_regenerate|i:1682083273;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 ('b8a3485db38856e66abc30648b6c3b8f372f7dcf', '190.148.252.96', 1673311338, '__ci_last_regenerate|i:1673311338;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673311060;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a487ff8c745ea1d4163d2d1e70d48bde54b948', '114.119.130.246', 1685255473, '__ci_last_regenerate|i:1685255473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a80abbc01d92b48361acd4cd05082665112a97', '121.127.155.124', 1652492367, '__ci_last_regenerate|i:1652492367;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 ('b8a952420e5a23213ac078c9a791cf4ba10ca39d', '190.148.252.236', 1656082458, '__ci_last_regenerate|i:1656082458;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655994097\";last_ip|s:13:\"190.148.87.97\";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\";user_csrf|s:20:\"jMBdYVqeutE2U9HvmLI4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a99493c8c9a148d6532e13528b40ba1c4dc676', '5.188.62.21', 1659472486, '__ci_last_regenerate|i:1659472486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8aad4df74151b58fa35a8ada598ad805eac1c49', '58.17.6.9', 1655921415, '__ci_last_regenerate|i:1655921415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ab7c0093c24f25e3c7416c225308a22b6b4717', '190.148.158.151', 1677114251, '__ci_last_regenerate|i:1677114251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677114248;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8abbf1c4d3fe9b2dd27c690cad7d5b5a7698011', '51.222.253.17', 1659975547, '__ci_last_regenerate|i:1659975547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ad0c5a1cd342996058b4be971588caebbbe88f', '190.148.87.6', 1668441451, '__ci_last_regenerate|i:1668441451;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668192340\";last_ip|s:12:\"190.148.87.6\";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 ('b8ad4a42de75b9bb856e57da2fde05a37e652437', '34.72.46.61', 1664924991, '__ci_last_regenerate|i:1664924991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ad588f1b38e258355763f3b92e960cad497c7f', '114.119.133.237', 1688279443, '__ci_last_regenerate|i:1688279443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ae4cb8a0ff00166310fb61587d40121cb41a62', '200.119.168.96', 1666917241, '__ci_last_regenerate|i:1666917241;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666917220;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b045cd2722e163e3960c4ff920286bcc939761', '114.119.150.127', 1686179165, '__ci_last_regenerate|i:1686179165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b15ded99b71bbeebeb802668c8231606b9bb23', '40.77.167.170', 1676093370, '__ci_last_regenerate|i:1676093370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b29868f4fbae36df84e6c97e839d47987456de', '52.26.182.27', 1650893880, '__ci_last_regenerate|i:1650893880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b2fb7a6f96daf6476951b3a21923c92320c7b1', '51.222.253.20', 1676245811, '__ci_last_regenerate|i:1676245811;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b842cdfb11076e309e5c41fa4d46bb3775c78e', '157.55.39.86', 1664642327, '__ci_last_regenerate|i:1664642327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b93a776ae83c6d85f7efe94574dc6275d6077d', '173.249.31.237', 1659409163, '__ci_last_regenerate|i:1659409163;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 ('b8b992319b217e3d402d9f4a420928418e1c25e2', '114.119.155.145', 1688404914, '__ci_last_regenerate|i:1688404914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8b9f852b91d8c5dfb8eb2e25d5acaf2126b0e69', '40.77.167.60', 1671618561, '__ci_last_regenerate|i:1671618561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ba00c81a9884beda642318d623889c05c148c4', '17.121.114.158', 1660443937, '__ci_last_regenerate|i:1660443937;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 ('b8bae297f540eb7e21bd29156ba23dbad3c66250', '52.167.144.162', 1686158357, '__ci_last_regenerate|i:1686158357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8bb7d9403703d44173580cc598c7a362ddb95bc', '207.46.13.41', 1663968418, '__ci_last_regenerate|i:1663968417;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8bcffa319710bb1463dc934921cd212dd77b4db', '51.222.253.5', 1670552132, '__ci_last_regenerate|i:1670552132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8bde2c6b18f16d254543dc4b8d6d8d8d13c755b', '52.167.144.98', 1686665865, '__ci_last_regenerate|i:1686665864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8c482e6e5b9af4869eb8e7647f51fcd3be9f42f', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8c6c7cba6dda4ebd730b93e41b75bf36230c326', '207.180.219.234', 1685624712, '__ci_last_regenerate|i:1685624712;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 ('b8c90673c2804a2d102fc052e3ff6f1577db22a1', '66.249.79.199', 1680406531, '__ci_last_regenerate|i:1680406531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8cc5bf68ac99a8d723ae37af1cb4b64ac8bc3c7', '114.119.138.202', 1684291763, '__ci_last_regenerate|i:1684291762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8cca0bceff2be60e556b8c0a52a768f0fe1ecc8', '190.148.87.6', 1668188830, '__ci_last_regenerate|i:1668188830;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"sBA14WVcNbC3v95Oxug6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d0bfed4c0d00591ff84567ece0aa029184ee05', '190.148.252.57', 1657895652, '__ci_last_regenerate|i:1657895636;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657895652;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d0ef4463c92e78e71afe5a9f0ff6790c2e2869', '66.249.64.199', 1651152558, '__ci_last_regenerate|i:1651152558;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 ('b8d218344055829a4b6be00b5aed81317114269f', '114.119.139.44', 1687566346, '__ci_last_regenerate|i:1687566346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d32dad36fa75ca1ec783966c3ccd8261f105cf', '51.222.253.7', 1680340616, '__ci_last_regenerate|i:1680340616;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d32f494d4b2730bc8290611d0fa6a3cc0893ba', '40.77.167.85', 1685715658, '__ci_last_regenerate|i:1685715658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d4dddcba30ed5c48d7cc95b90b98ced63bd309', '190.148.252.151', 1671316190, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671316190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671315552;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d55d60287f173f1fd4f5bfe71e386ca83765ec', '40.77.167.91', 1686957851, '__ci_last_regenerate|i:1686957851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d75345ae7faff0e2af42bbd448b5e7044cbe59', '35.92.206.248', 1662038556, '__ci_last_regenerate|i:1662038556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d77f9b00701c8b5aebe944e9511da27285620e', '114.119.139.185', 1688082753, '__ci_last_regenerate|i:1688082752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d7c2e5bc2e671f8cb712bc7188d2c3a85ae701', '190.56.55.48', 1687307122, '__ci_last_regenerate|i:1687307122;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687306049;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d8258c29b9780c61f9c8e5a7b2791035939e5c', '52.167.144.164', 1686652322, '__ci_last_regenerate|i:1686652322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d929804864355f79af5165e9cf713abce37a68', '190.56.32.174', 1676814610, '__ci_last_regenerate|i:1676814610;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676814596;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8db511eddff788cf7eaa768e85b42c023f16a48', '190.148.158.69', 1685831255, '__ci_last_regenerate|i:1685831255;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685831224;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8db558bbc57eb80ab0b03b0de6fbc58bbbdeb89', '200.119.173.130', 1675805348, '__ci_last_regenerate|i:1675805348;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675804709;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8db660105176f6416d0ba24b6665d69e3fbdf98', '40.77.167.11', 1673691096, '__ci_last_regenerate|i:1673691096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8db665d464864ded1d6d990ddba775c6a926670', '173.249.31.237', 1659409156, '__ci_last_regenerate|i:1659409156;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 ('b8dc511bb09a3a91ef5a55c938a396bbb45c3bcc', '51.195.216.255', 1650895992, '__ci_last_regenerate|i:1650895992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8dd2f031c8d2f1a6c6d47ae6382da2007491a12', '157.55.39.217', 1683313647, '__ci_last_regenerate|i:1683313647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ddec3bd8d1bcc76b4d31cb2691440cf1935471', '69.167.36.21', 1681022754, '__ci_last_regenerate|i:1681022754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e202573529a7318c179a0fb3f6cfe556924d67', '52.167.144.98', 1685888558, '__ci_last_regenerate|i:1685888558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e3548ce53a6195f0b5cd5c43b5322d8670a925', '190.148.252.183', 1681220855, '__ci_last_regenerate|i:1681220855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681220841;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e3d52f724db62f1110697abeca92cf388bb865', '52.167.144.164', 1685927720, '__ci_last_regenerate|i:1685927720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e3eff099e33ef1d26925c4de409d2b471e7584', '157.55.39.253', 1682078878, '__ci_last_regenerate|i:1682078878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e510f09726c02f4867e5173c803c76bdf95c0d', '207.46.13.17', 1673912243, '__ci_last_regenerate|i:1673912243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e7acc4e61c160a1cee25376a73843ec7a45f88', '104.131.94.164', 1657274124, '__ci_last_regenerate|i:1657274124;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 ('b8e816ae7dcff4c1d3dccc24f01b4414eaaacc59', '143.110.166.75', 1687269092, '__ci_last_regenerate|i:1687269092;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e83cfd6744ce57a60b47c7cd141036e4b09d31', '200.119.169.52', 1664906522, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664906522;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664906518;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e88ca0fcdfff9b734c6c80b1a33951bf52b615', '190.148.157.177', 1682342553, '__ci_last_regenerate|i:1682342553;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682342524;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8e9ff44265131574d587e1411988d82a73178f8', '52.167.144.98', 1686727012, '__ci_last_regenerate|i:1686727012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8eb401803fb7403451cf8c4ab39fb9d04f16fd7', '114.119.132.250', 1683373679, '__ci_last_regenerate|i:1683373679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8eb5274338c28af481ee4b3917a05931a318322', '51.222.253.10', 1653319263, '__ci_last_regenerate|i:1653319263;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ebf6293abe5bf45395d8ec51050e78d5b79a4d', '17.121.114.161', 1654860768, '__ci_last_regenerate|i:1654860768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ed9e48ccda13dd1950c898562a18bcc0341327', '52.167.144.109', 1680803065, '__ci_last_regenerate|i:1680803065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ee2849310da8e3054bf767bcc3b6324c10f081', '114.119.130.231', 1684904959, '__ci_last_regenerate|i:1684904959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8efb77d70c2f50d367c2883c3e156f4d07f8526', '223.247.179.42', 1664342548, '__ci_last_regenerate|i:1664342548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8f1c8ac502080ebaf0a61262027903835142fa9', '52.167.144.98', 1686767641, '__ci_last_regenerate|i:1686767641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8f28943a1d4155b5e1d963f8a4ef3f7454672b2', '200.119.174.9', 1674348629, '__ci_last_regenerate|i:1674348629;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674348595;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8f28eae950183ce2fb50f6bce14e59e61ee5e9f', '52.167.144.98', 1685076619, '__ci_last_regenerate|i:1685076619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8f85fe59b07a5b939baf136933f946445c3171c', '190.148.252.151', 1671231951, '__ci_last_regenerate|i:1671231951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671231463;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8f9959b607531b655b7714bfa0fd5514b6c5d68', '198.251.73.115', 1680407566, '__ci_last_regenerate|i:1680407566;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8fdf14d2d9ec2c200dc79b2a25c4b356dbff0c0', '190.148.157.183', 1680307727, '__ci_last_regenerate|i:1680307727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680307474;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ff280b3b9dd4bd19d76d07a644a589726dad9c', '190.104.119.122', 1651020462, '__ci_last_regenerate|i:1651020376;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650987096\";last_ip|s:13:\"190.56.32.170\";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\";last_activity|i:1651020059;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b900b5dc70db55ecdd5e0e078c424f5c773778f4', '5.188.62.26', 1656354018, '__ci_last_regenerate|i:1656354018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b900c70482cbea6f883c157d72559a7c4127557b', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b901a5ded63cd9d4820ad137a43dec03492e0803', '40.77.167.91', 1686974667, '__ci_last_regenerate|i:1686974667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b902152359c709bb0b2c225531bd6df6f2474bc7', '207.46.13.230', 1657572977, '__ci_last_regenerate|i:1657572977;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 ('b9023bb6e6fd6e5482a8ab4bcf182d0fa83ad24a', '157.55.39.79', 1656142888, '__ci_last_regenerate|i:1656142888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b904dde74cd668517fed6474111d85c65b7144fd', '200.119.168.250', 1680891509, '__ci_last_regenerate|i:1680891509;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680891505;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b90630eb91b909728971cb6c5aafb46d79b9b1a2', '51.222.253.4', 1656190317, '__ci_last_regenerate|i:1656190317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b907ed906a3d01200d344073e29e51efdc751b9c', '18.206.55.48', 1651803478, '__ci_last_regenerate|i:1651803478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b908929d30479360332a22a11806831cf1135594', '66.249.74.99', 1688065502, '__ci_last_regenerate|i:1688065502;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 ('b90aaba952f9e9ca54d5f805a3910baea91b186f', '40.77.167.156', 1679136417, '__ci_last_regenerate|i:1679136417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b90ab42dc3d2fda5bc579eb71578446c3327f001', '200.119.173.111', 1654789693, '__ci_last_regenerate|i:1654789693;requested_page|s:13:\"admin/welcome\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654655235\";last_ip|s:14:\"200.119.169.33\";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 ('b90c50dd727dc952d5d6fd4d7d237ffef6e2ad2c', '66.249.77.166', 1686491046, '__ci_last_regenerate|i:1686491046;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 ('b90fb43635bba4ad3482f958b0ce2b0f8bce2c85', '66.249.79.199', 1656814944, '__ci_last_regenerate|i:1656814943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b915195479de5620cd445379aeca84794a8561c8', '200.119.174.9', 1674474679, '__ci_last_regenerate|i:1674474679;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674474517;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b917adb6589b242e7e6ba1a2ce701502de39dd49', '40.77.167.244', 1677755635, '__ci_last_regenerate|i:1677755635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b918fb84d8d16aaf8fce7c73e0e4c95e94db85b3', '17.121.112.18', 1662446801, '__ci_last_regenerate|i:1662446801;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 ('b919722a57e48c0351b50ac1fa7700ee21537f6a', '200.119.173.96', 1687183185, '__ci_last_regenerate|i:1687183185;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687183181;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b91a60e62809ce698916fc03bc2cc881291028b2', '40.77.167.235', 1687835945, '__ci_last_regenerate|i:1687835945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b91f110bec50dcdd84464dc9a1f5a4d7695c1c9a', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9205a79ea19b11ca1664cb12cf36cf86d53efdd', '17.121.115.212', 1653922358, '__ci_last_regenerate|i:1653922358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b921d0eb12be8dbaf980e6b2e8766b5b3ec39bd7', '200.119.173.87', 1662999565, '__ci_last_regenerate|i:1662999565;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b922040bce265a2154329500e771d93f168ab442', '23.80.167.126', 1656463504, '__ci_last_regenerate|i:1656463503;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9249abe721539d4adc6f2dbbacc0295b42979cc', '185.27.99.134', 1682140100, '__ci_last_regenerate|i:1682140099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9262fbab884f3915b876a10a7f3db3237c1d7e1', '40.77.167.175', 1680372127, '__ci_last_regenerate|i:1680372127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92808b9dbdcadfd671b5d6129949b724307fa94', '190.148.87.96', 1678559837, '__ci_last_regenerate|i:1678559837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678559818;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b928c386259f186242d5a783bb4f30468cb6ff2d', '114.119.145.115', 1687965599, '__ci_last_regenerate|i:1687965598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92ac28f5b1616ff684066c03e655523a9d0a02f', '35.211.94.153', 1654627981, '__ci_last_regenerate|i:1654627981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92b9d185c12a739646960f1e9e510280a7074e2', '157.55.39.79', 1670545144, '__ci_last_regenerate|i:1670545144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92bf34c53c8547984dc82bbd04775af631b5a41', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92bfcad5a7b2879ee6457b4384e71b62a848d26', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92c05630623aadb960ddf57b94f3e9cbe0492b3', '40.77.167.146', 1687701561, '__ci_last_regenerate|i:1687701561;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b930a449f3afbb142076bd769235020302f6f228', '200.119.172.60', 1674589923, '__ci_last_regenerate|i:1674589923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674589915;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9315bd944f38ec08d8032965b98b1b7b10c176a', '54.36.148.237', 1660228197, '__ci_last_regenerate|i:1660228197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9320d2653134684936213bb1785d4067445418b', '147.182.171.81', 1650861177, '__ci_last_regenerate|i:1650861177;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 ('b932d047e2c73965624a651d96054686bb937a9a', '51.222.253.14', 1670769876, '__ci_last_regenerate|i:1670769876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b932ec674c04f33ad1b5b73f5eae27598e6495d3', '40.77.167.27', 1657858214, '__ci_last_regenerate|i:1657858204;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9347829acdb5e8a773562545ab19eeee53b6fcd', '111.7.100.21', 1650976208, '__ci_last_regenerate|i:1650976208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93668619144a5586c1d80a91a1258bd7a5d9bb3', '190.148.157.53', 1684183596, '__ci_last_regenerate|i:1684183596;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('b938c47a3d90352b21764a72e0d7f6dc9749025e', '207.46.13.12', 1675946962, '__ci_last_regenerate|i:1675946962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b939191b67ca0ce941644e056ec2a244011c901b', '52.167.144.164', 1685723173, '__ci_last_regenerate|i:1685723173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93975d9220db0926070b99488dbcad2df69b15a', '40.77.167.156', 1678434102, '__ci_last_regenerate|i:1678434102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93abe66b410481b540bfb335d9bef325cfc4198', '200.119.173.177', 1684886189, '__ci_last_regenerate|i:1684886189;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684886186;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93b3eed5533f3be358db0e437e826dc212744ba', '114.119.132.45', 1687650955, '__ci_last_regenerate|i:1687650955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93b77ff1cd58a7051f17657918c858bf6f2645f', '200.119.174.137', 1654806736, '__ci_last_regenerate|i:1654806736;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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 ('b93cc66a5daf41347411b15daaa0bd7b74b4cb49', '40.77.167.97', 1654526710, '__ci_last_regenerate|i:1654526710;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 ('b93cc7999fc9db459f2a344b50617a87280f3fd5', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93e65aa13b10bfd44690b6523f3da555c2264c8', '52.167.144.98', 1685077857, '__ci_last_regenerate|i:1685077857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b93f2f29ed4ae3fe3adf3a3c7a1360368bfe7812', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b940511212617de034bd15d1cd812ced7db957fb', '157.55.39.65', 1661552466, '__ci_last_regenerate|i:1661552466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b94251ccb30991f6dff4440028d315bbe825ede4', '50.21.188.52', 1663642395, '__ci_last_regenerate|i:1663642395;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 ('b9451e00562c61f6b880c05ce1e4134f444dbae1', '52.167.144.162', 1686627300, '__ci_last_regenerate|i:1686627300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9457ce4fcfdc23fcc35ea9a3008e88fb2fe3f7b', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9475753e01e8e17282217fd967f1c038c578fa6', '190.56.50.15', 1666966964, '__ci_last_regenerate|i:1666966964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666966447;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b948c85e1e616c84639b2c7388c55b593eedc430', '190.56.50.253', 1682515598, '__ci_last_regenerate|i:1682515598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682515509;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b949a2ae24daf34145b48012e0462a10172fda29', '190.148.157.177', 1682360798, '__ci_last_regenerate|i:1682360798;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682360731;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b94abc133381cd8d16e111cf933b3867e5e7b742', '51.254.199.11', 1682545988, '__ci_last_regenerate|i:1682545988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b94f47c25545d7d318103bf81e985a9deb991fbc', '66.249.65.112', 1674641961, '__ci_last_regenerate|i:1674641961;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 ('b95169a0ed1b78a9ba2321485e39da01359fadc1', '190.56.32.32', 1686234827, '__ci_last_regenerate|i:1686234827;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686150069\";last_ip|s:12:\"190.56.32.32\";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\";user_csrf|s:20:\"1PfGgiNOjd7ZvFQnYW0m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9521093fef6ebd3182e98f1f89349512c87b658', '51.222.253.15', 1663571967, '__ci_last_regenerate|i:1663571967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b953eb6bf5ffde28031196724d53db6a63bd7483', '190.148.157.53', 1684008648, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684008648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684008221;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9551944bdd4c05e6faaa1b4da0723979f372c90', '35.162.31.153', 1655471741, '__ci_last_regenerate|i:1655471741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9570da5c3fcc66c5fd103c35017bb1d56f5aca2', '54.36.149.38', 1665108465, '__ci_last_regenerate|i:1665108465;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 ('b958e7b748c4fb13ce198bc09709c6d0f7b96a06', '17.121.114.236', 1658185152, '__ci_last_regenerate|i:1658185152;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 ('b9595e9d0dc2d13f5de225feb345d9d6d3332ccc', '40.77.167.166', 1676227980, '__ci_last_regenerate|i:1676227980;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b959c85a2aea48a9f83f38479759728ade13f915', '157.55.39.79', 1670374514, '__ci_last_regenerate|i:1670374514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b95bc31ea4fddd57dfe5d215f452a936079fe568', '200.119.173.177', 1685051339, '__ci_last_regenerate|i:1685051339;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685050910;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b95d85aaa91624f3ac2fe63ff8e07522410a6521', '200.119.169.82', 1656467844, '__ci_last_regenerate|i:1656467844;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656456719\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656467363;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b95d9f58784c4a744093f7d91d2f6d291b8380c3', '114.119.154.13', 1683855873, '__ci_last_regenerate|i:1683855873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b95edcc9145eb75365b84b81bbc107dd1a4c919a', '149.57.16.7', 1653807025, '__ci_last_regenerate|i:1653807025;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9611df59fda59fb55f9a41737b832740661c351', '114.119.158.227', 1688175891, '__ci_last_regenerate|i:1688175891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9624ad0cce1f96f7d88cf06572709c83b953123', '52.167.144.164', 1684580759, '__ci_last_regenerate|i:1684580759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b963e674a142b0cb744e558d4f7f1e413d027168', '190.56.173.175', 1652905290, '__ci_last_regenerate|i:1652905290;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652905281;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9644b756f9cc9e6aeb7bdd2fc830cfd30ad9e21', '144.76.67.169', 1669883632, '__ci_last_regenerate|i:1669883632;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b965102edaf133d02ac808e8ccdb37d56f0da944', '190.148.252.183', 1681572113, '__ci_last_regenerate|i:1681572113;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681572110;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9689b8c9cde82c106c58a5ae646eccf5ed47803', '51.222.253.5', 1658196028, '__ci_last_regenerate|i:1658196028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b968c4b77d6058f0da1a67a9a3127a02c76b3c1c', '190.148.87.96', 1678310399, '__ci_last_regenerate|i:1678310399;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678310386;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b969c5a7c6a806897c00bcd5dddc8ad3d2672732', '157.55.39.51', 1667937215, '__ci_last_regenerate|i:1667937215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96a1e8308ac7cd54cc8d000dd265b772e4f0733', '40.77.202.167', 1666351465, '__ci_last_regenerate|i:1666351465;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 ('b96a49abe34714570f2ef72adb1277f4683533d8', '190.56.55.113', 1673742224, '__ci_last_regenerate|i:1673742224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673742219;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96aff3314a55aa3c6ea5f743567e0fce665ea37', '124.206.180.138', 1651669340, '__ci_last_regenerate|i:1651669338;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96b0f9dbf69f2d3c64ebadcc25778e4096daa9d', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96c0272d2e908c6128cb609c973fecb42fe5800', '40.77.167.123', 1683311822, '__ci_last_regenerate|i:1683311822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96d2a10974fe29554f78282c09b213349d966ae', '138.197.103.201', 1662335951, '__ci_last_regenerate|i:1662335951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b96f4c4eb2d0fc8d829140cbede76e7620610f4c', '52.167.144.28', 1679227856, '__ci_last_regenerate|i:1679227856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97194bda17cca94754d05a6fe91a7074eb91f12', '144.76.67.169', 1676801036, '__ci_last_regenerate|i:1676801036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b971d426a31eeadbeb674dfb00b1cf9cb9b8497d', '190.56.55.113', 1673352694, '__ci_last_regenerate|i:1673352694;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97853362fac87662fc799abcff173fa1699db68', '200.119.173.87', 1662998982, '__ci_last_regenerate|i:1662998982;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662988050\";last_ip|s:14:\"200.119.169.23\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662998706;register_id|s:3:\"102\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 16:35:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97a49774e5bfc7dafe46111763ece26e0565f79', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97caf61824e355660b52b7bb61bc8e21123d1b3', '207.46.13.211', 1679919870, '__ci_last_regenerate|i:1679919870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b97e29273796f9a23de177d8f474c165db4ffba2', '207.46.13.205', 1671619119, '__ci_last_regenerate|i:1671619119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b980d329d943fd7688c0c2f15ff9758e0e5b050a', '114.119.132.227', 1687562976, '__ci_last_regenerate|i:1687562976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b980dbdf894f03fa67f93c7a5f4d4415e10808f8', '51.222.253.7', 1663901630, '__ci_last_regenerate|i:1663901630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9841a538a09d9d61b18789c2ef84495c8205998', '200.119.170.143', 1670255866, '__ci_last_regenerate|i:1670255866;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670016368\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"g4SikWIfCHPdbDxacl0u\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9845820559900fa434ca0268ee02f3cbbdb2cce', '40.77.167.35', 1661369906, '__ci_last_regenerate|i:1661369896;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9849251d560339ff14ffca0248220c5a80d843d', '114.119.156.188', 1687888515, '__ci_last_regenerate|i:1687888514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9891220bf86d50589f36f67cb4d3038f9276ac2', '190.148.157.183', 1680449341, '__ci_last_regenerate|i:1680449341;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680449138;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b98db209fba715d627ea44ae3ccb590e01e81f0f', '200.119.173.107', 1686844333, '__ci_last_regenerate|i:1686844333;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843206\";last_ip|s:15:\"200.119.173.107\";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 ('b98f19e8fae128ee4ed99722621cc7e9fcc231f9', '157.55.39.79', 1668279693, '__ci_last_regenerate|i:1668279693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b99666bdd4809147e3be8301a22a8186618c04d7', '51.222.253.19', 1669283805, '__ci_last_regenerate|i:1669283805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b998e32266e2026d60d1936ff893d63ec4028319', '190.148.252.151', 1670958238, '__ci_last_regenerate|i:1670958238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670958235;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b999220ca3f0d818a3575735d04ee01ef37cb6ec', '5.188.62.140', 1656382047, '__ci_last_regenerate|i:1656382047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b999f5cdfe250432abb4a86f3f783d17197a650f', '200.119.170.143', 1670205337, '__ci_last_regenerate|i:1670205337;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670205330;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9a0c1d96dbfd6effd501adcde8b6547124fb437', '74.208.2.134', 1682136354, '__ci_last_regenerate|i:1682136354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9a5bebb2627174c4377c860cd2c2bca11f2123e', '40.77.167.227', 1682165538, '__ci_last_regenerate|i:1682165538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9aa051f7ad56c4a9cabcac5a1ada9723f81ad36', '147.182.171.81', 1650861177, '__ci_last_regenerate|i:1650861177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ac4ea81039cb3b3c7de09213c5160ed286d836', '52.167.144.98', 1685931798, '__ci_last_regenerate|i:1685931798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ac8f37a5d1b8443d537381b3e89fffa5ab6d50', '190.56.32.243', 1684686548, '__ci_last_regenerate|i:1684686548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684686474;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ae50bf712c3386dd12748141094fce02dc7b55', '178.62.219.65', 1681335361, '__ci_last_regenerate|i:1681335360;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9af4441dfe6498ddf63c8d18a4c13af77c912d7', '40.77.167.192', 1688395867, '__ci_last_regenerate|i:1688395867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9afbe698b407c2f61d46002112ae5d52c931a70', '52.167.144.98', 1686414268, '__ci_last_regenerate|i:1686414268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9afc87679b2a1622a1576d99e55bc29dce7ac9e', '200.119.172.60', 1674684033, '__ci_last_regenerate|i:1674684033;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674572467\";last_ip|s:14:\"200.119.172.60\";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 ('b9b0d73ea521d1efcb09bb4bb54991898de10921', '190.148.157.122', 1666650887, '__ci_last_regenerate|i:1666650633;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666647964\";last_ip|s:15:\"200.119.174.104\";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 ('b9b1ea7b330f89b05c54feb8679c258f5c056484', '51.222.253.12', 1688358556, '__ci_last_regenerate|i:1688358556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b283c0690752aa8c1ab09f16789458e0ad8411', '200.119.170.209', 1656972460, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656972460;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656950297\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656971666;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b2e61a6f5b4a5c2ac8e1226a49a2ec148e0b39', '74.208.2.193', 1672574068, '__ci_last_regenerate|i:1672574068;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 ('b9b301d5c06d2d0d5f0b1061929b8924b0706971', '157.55.39.46', 1673194797, '__ci_last_regenerate|i:1673194797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b47b805c5c7177532eb2308174d0dd21f88355', '190.111.161.82', 1650822419, '__ci_last_regenerate|i:1650822419;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b539f88cad029079368e61cc327377938871b1', '51.195.216.255', 1650742807, '__ci_last_regenerate|i:1650742807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b5f0e94b0d07eef16f0267c404aa3f65a0e22c', '207.46.13.12', 1676126441, '__ci_last_regenerate|i:1676126441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b9b33f6d9ae010542e64a4ce19dcd674d8b694', '50.21.188.63', 1672705005, '__ci_last_regenerate|i:1672705005;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9baf6bb67d4b6fb49138b2587baa355a376931f', '5.188.62.21', 1656439471, '__ci_last_regenerate|i:1656439468;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9bd20bafbc7677861189d0d62530bb161b85b48', '190.56.32.174', 1676559020, '__ci_last_regenerate|i:1676559020;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676558127\";last_ip|s:15:\"190.148.158.108\";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:1676559019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9bd38affde7b914a321c7bc99454693bc4f929f', '52.167.144.75', 1677727095, '__ci_last_regenerate|i:1677727095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9bf07ff27808f6605354d77a7c2d6f9cad6281e', '190.148.87.182', 1679596017, '__ci_last_regenerate|i:1679596017;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679596012;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9bf5975866091a05f4ca4b3d918e32ea6951aac', '200.119.172.126', 1652822730, '__ci_last_regenerate|i:1652822730;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652800395\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652822713;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c05f309228dfedf16447fe1934f2c907d52ba8', '54.36.148.240', 1657346870, '__ci_last_regenerate|i:1657346870;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 ('b9c3df02e25f9b76eb02041379f3119e4e4d25cc', '45.63.18.23', 1688461962, '__ci_last_regenerate|i:1688461962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c489b6a141662a94266eb991233dd92af784c4', '114.119.142.197', 1685195383, '__ci_last_regenerate|i:1685195383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c580629dc65d67afad91a85d3458c796c4bdcd', '114.119.154.135', 1686354119, '__ci_last_regenerate|i:1686354119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c781cef411e920ad124a5b1d5d9f2721b00c2a', '200.119.174.58', 1667412553, '__ci_last_regenerate|i:1667412553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9cba1cff0fcd04743e184dadb7bce4d30ad1e1d', '190.56.32.162', 1686336388, '__ci_last_regenerate|i:1686336388;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686336331;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ccdc5966a641d58a243f72f5bd6868b505d877', '207.46.13.230', 1657218905, '__ci_last_regenerate|i:1657218905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9cf4d62c41ae62e2d7085d10032481cb3e34b53', '198.235.24.11', 1656723007, '__ci_last_regenerate|i:1656723007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9cf6d4faa73f234cd260a42b103373024813b8f', '52.167.144.162', 1681673729, '__ci_last_regenerate|i:1681673729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d153e2cf0cb485d5d803dda7623b4f8a363237', '52.167.144.164', 1685975765, '__ci_last_regenerate|i:1685975765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d1c3081adbcf18f33c35c1371479063f7d8f50', '190.56.32.174', 1676813547, '__ci_last_regenerate|i:1676813547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676813514;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d25417ab093a80e8b8a645c1a740a327a95b56', '207.46.13.224', 1680413690, '__ci_last_regenerate|i:1680413690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d2f981243df1d2ae709fff0dcb7c69a4414cd2', '51.222.253.9', 1652811013, '__ci_last_regenerate|i:1652811013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d52186ba1b7e8847f8e65a4a51de63677ff1de', '40.77.167.64', 1675079872, '__ci_last_regenerate|i:1675079872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d60804236b39f08a0132942cf00c6a6c3fffd2', '200.119.169.175', 1669816835, '__ci_last_regenerate|i:1669816835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669816823;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d68a0f5ca12f5624e433a47b45bf0490c033a2', '66.249.74.107', 1683524244, '__ci_last_regenerate|i:1683524244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d8e6b0f6d57bfd53c52a43ae78ecb5c268119d', '52.167.144.70', 1688528565, '__ci_last_regenerate|i:1688528565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9d9d2caae1e8e74c44146497e82c68822683d29', '54.36.148.100', 1664661070, '__ci_last_regenerate|i:1664661070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9dbc87b2687f57177b17eceef25fc72b2ba32d4', '190.148.87.96', 1678625063, '__ci_last_regenerate|i:1678625063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678540129\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678624213;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9dbd59435b3b7558898eab33c3e220bac90cbe4', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9dd3d0b9e012899f22c9a4e20ccc3197520502b', '200.119.174.83', 1655848735, '__ci_last_regenerate|i:1655848735;requested_page|s:18:\"admin/pos/view/371\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655838417\";last_ip|s:14:\"200.119.174.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655846622;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9dfa62407c91f2621ddd9170b2501d198a19da0', '198.251.73.89', 1679118700, '__ci_last_regenerate|i:1679118700;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9dff9b19a1f54c3084905e2170e10e85f2ba209', '34.67.212.255', 1664171808, '__ci_last_regenerate|i:1664171808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e13960246c61269014fe38ddafa6b27cb4e077', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e164591c866871e3869d4007efb682d5a814aa', '114.119.148.4', 1686137698, '__ci_last_regenerate|i:1686137698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e356835d31f16bc664148502ea0c0eef021405', '190.148.158.69', 1685661136, '__ci_last_regenerate|i:1685661136;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685661118;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e3f18bc78c83efa46e52d47ac0c43d9aac9afb', '52.167.144.164', 1686173721, '__ci_last_regenerate|i:1686173721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e428da2a2d4df657b049ecf225104e694ccb00', '190.148.157.53', 1683850573, '__ci_last_regenerate|i:1683850573;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683849495;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e4c13cbadf2b9d3778cd3c19cab4b9fba1d6a3', '40.77.167.49', 1664978711, '__ci_last_regenerate|i:1664978701;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e60be9645bd2f98d4020c903e6fbffbb8c4952', '114.119.147.213', 1687981441, '__ci_last_regenerate|i:1687981440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9e7c98dfac72e7a0bd8a32ef75dc18f4fea215f', '40.77.167.133', 1683870600, '__ci_last_regenerate|i:1683870600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ea2b6516c41220a1099c922d17eef0ffd498eb', '200.119.169.55', 1667262167, '__ci_last_regenerate|i:1667262167;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667262161;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9eb2dfc84ec280681bc7715b991e51d4eb06f47', '114.119.149.3', 1687880017, '__ci_last_regenerate|i:1687880017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9ebe29766b4909bbc8ae4b7cd09f39201b2de03', '54.36.148.104', 1654844978, '__ci_last_regenerate|i:1654844978;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 ('b9edc2da7e556215698d58903b04a37b26154c4a', '190.56.50.32', 1655162287, '__ci_last_regenerate|i:1655162287;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654900816\";last_ip|s:14:\"190.56.173.152\";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\";user_csrf|s:20:\"waTrkDeLBWCIOgmvpYuP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9effb80b9e422a1073123b280c7583d87ae1de4', '40.77.167.106', 1687171124, '__ci_last_regenerate|i:1687171124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f03f3f34f33b623b438fd7b8b44472ea8e8163', '66.249.74.105', 1682588721, '__ci_last_regenerate|i:1682588721;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 ('b9f49794b75f059717d03a6a0979716a348dbc87', '200.119.168.5', 1668724964, '__ci_last_regenerate|i:1668724964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668723521;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f5268a14cef7992735b64aa9d143b6c14827fc', '52.167.144.154', 1687660278, '__ci_last_regenerate|i:1687660278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f6074af058b89e20441c532d911580317a29fe', '207.46.13.12', 1675636817, '__ci_last_regenerate|i:1675636817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f62ffab4987139aa77b995c1d4bca12b0ae343', '17.121.113.90', 1654443745, '__ci_last_regenerate|i:1654443745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f7a8d7e4781db6d417b58792dea7c518f317d4', '52.167.144.98', 1686411615, '__ci_last_regenerate|i:1686411615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f947f5442ce72423a60d87fb57da634797bc18', '40.77.167.147', 1680889508, '__ci_last_regenerate|i:1680889508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fa7a6be750853964f49d794e50da5e96e7c69a', '52.167.144.164', 1685949306, '__ci_last_regenerate|i:1685949306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fb489628c9fd7edf8d42ee4052998f4b156a80', '157.55.39.212', 1677512560, '__ci_last_regenerate|i:1677512560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fb9b97df74c418fc9da7e43e4207c2b5ad1031', '51.195.216.255', 1650898649, '__ci_last_regenerate|i:1650898648;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fcb48e730faeede956cca9ef47878fd8d9ab87', '51.222.253.7', 1670769874, '__ci_last_regenerate|i:1670769874;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 ('b9fcb5ecf23b698f03ee00906c25a2cd6ec6f055', '17.121.115.214', 1655321200, '__ci_last_regenerate|i:1655321200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fd0a79314e7fb50f19b4c305d27f2c2653183b', '200.119.174.30', 1667499041, '__ci_last_regenerate|i:1667499041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667497600;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fd16ee14ddc6fcbddb73724766fb54ecce0990', '190.148.157.183', 1680539584, '__ci_last_regenerate|i:1680539584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680538646;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fd33bc10d97694c0a6911888305fc97a60c621', '190.148.252.151', 1671406157, '__ci_last_regenerate|i:1671406157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671406085;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fe38e8ba97bcbb1aaad8d853e3918e4038d0f0', '200.119.172.48', 1668558947, '__ci_last_regenerate|i:1668558947;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668558941;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9fee227c1bafd3ce7e76d7cf981936a5d76868c', '114.119.154.169', 1687577828, '__ci_last_regenerate|i:1687577828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba026b86c9c284f8fb8a70755d0d9818b4f92d12', '190.56.54.156', 1665071404, '__ci_last_regenerate|i:1665071404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665070665;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba03063b2e80ed198190bbdf0470a24f6db65986', '114.119.151.171', 1688583126, '__ci_last_regenerate|i:1688583125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba05174bd924c8ef19d55656ee130ddf50f813fa', '192.99.18.122', 1652019455, '__ci_last_regenerate|i:1652019454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba06aa762ef43516fa8b23fd8ec60a37c970d563', '200.119.168.250', 1680974160, '__ci_last_regenerate|i:1680974160;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680974158;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0b5b7f80a151cf3ec3d0b1e6aa271189a39541', '51.195.216.255', 1650896639, '__ci_last_regenerate|i:1650896638;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0b5be7ca8b6ec7ee89c7924600808c27b5d240', '40.77.167.123', 1682969958, '__ci_last_regenerate|i:1682969958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0c46ac4b74a2b668266a39a055cc47d628e7e1', '190.56.32.162', 1686258458, '__ci_last_regenerate|i:1686258458;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686258448;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0cd7abf51be2b74af63b9c2c7c224102b2c30f', '190.56.173.136', 1687907669, '__ci_last_regenerate|i:1687907483;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687907669;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0e20a69efbf769eec18de0f64792f33f1b7ffa', '52.167.144.69', 1675609825, '__ci_last_regenerate|i:1675609825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0fdb4902cdb1ba591820829d3fdbd6d046b5cb', '190.148.87.164', 1667929542, '__ci_last_regenerate|i:1667929542;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba124efde6b12a60ff85283dfe663dc61b51256a', '114.119.136.251', 1686576370, '__ci_last_regenerate|i:1686576370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba132e104232f375b48f3c7dc5711fb0ccf7a759', '40.77.167.102', 1670400839, '__ci_last_regenerate|i:1670400839;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 ('ba15b321223192c41045523ad779d5a2429b8513', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba16fc95d79a185fbab3c28ce2f0eedfa3616ebf', '190.148.158.164', 1667339983, '__ci_last_regenerate|i:1667339983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667339875;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba1e8492beacaa445839afee3632f7cb2a44c035', '52.167.144.162', 1683017669, '__ci_last_regenerate|i:1683017669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba1eb2c13b72a9170bf589607cc85611d7da25f7', '207.46.13.6', 1671782000, '__ci_last_regenerate|i:1671782000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba1ed06cafe13cfa4c515a8497f297cacfa07085', '168.138.2.237', 1656143152, '__ci_last_regenerate|i:1656143148;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 ('ba1fc7277251cf472805458a951762b9f3ba3f4b', '157.55.39.208', 1685953960, '__ci_last_regenerate|i:1685953960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2003117c30db0159a8a993cc861758651e28ab', '52.167.144.98', 1686003809, '__ci_last_regenerate|i:1686003809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba20a359a0a3e310e085ed718ebc61144473a5fc', '54.36.148.92', 1654838204, '__ci_last_regenerate|i:1654838203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba20b48c2ac3fb68d714fd54780e9bf3c0a443b5', '40.77.167.13', 1672092739, '__ci_last_regenerate|i:1672092739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba229c3dea44c77a432d36081f5b9b9489243861', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;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 ('ba23e378636b4a5d27f94a59f4ba8354c24ebedd', '51.222.253.18', 1670569762, '__ci_last_regenerate|i:1670569762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2404357264ff85cc32c2db616fb3026c327e23', '190.56.173.136', 1687961453, '__ci_last_regenerate|i:1687961453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687908029\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687961001;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba241e30461f336d21aa3a94f475d0c2d3a6a291', '51.222.253.10', 1658452716, '__ci_last_regenerate|i:1658452716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba251c2f4308ab793ea899de987c6662a4de1829', '40.77.167.37', 1669289858, '__ci_last_regenerate|i:1669289858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2735bdff76bc7677f58ef949d51888e7ac9821', '200.119.173.130', 1675789214, '__ci_last_regenerate|i:1675789214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675789196;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2cae0423d3c7a31d80b406e5c98f64d9ec8acd', '52.167.144.162', 1682316235, '__ci_last_regenerate|i:1682316235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2e57d81a23c90e49ea7234b2cd3034f43684c2', '114.119.139.166', 1688081015, '__ci_last_regenerate|i:1688081015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2ebed3b17b9a825211bc34b84058834023550b', '190.148.252.162', 1667310852, '__ci_last_regenerate|i:1667310852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667310815;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba30afe3111e4a90f54865e8ae76c4af49558392', '157.55.39.147', 1672092734, '__ci_last_regenerate|i:1672092734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba33f00036a4cf864fcae3cf321ee20c2ee4dc21', '157.55.39.253', 1682188399, '__ci_last_regenerate|i:1682188399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba36d08d1b89661f75f2a41575a4e3785d57123f', '114.119.133.34', 1687177009, '__ci_last_regenerate|i:1687177009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba379b630c5bb4af3287bc44e9fad3e40cfa0fa3', '52.167.144.164', 1685945927, '__ci_last_regenerate|i:1685945926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba3832f9ff1fd90cf675f25015099b26b0d1138d', '200.119.172.60', 1675094492, '__ci_last_regenerate|i:1675094401;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1674074822\";last_ip|s:15:\"190.148.252.177\";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 ('ba3ba618f7f03f98ef9e8aea31cb6c062be14980', '157.55.39.51', 1669557130, '__ci_last_regenerate|i:1669557130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba3bc26edb11c880a8730cf7f1ffe3b74dccb0f8', '52.167.144.43', 1683658267, '__ci_last_regenerate|i:1683658267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba3dda1b34c578ed609cb24b34bc363220f79801', '114.119.146.120', 1688515898, '__ci_last_regenerate|i:1688515898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba3f284f94e4317943428a152a27d607bd57f9d1', '190.148.157.80', 1669385751, '__ci_last_regenerate|i:1669385751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669385743;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba3ff465e7f26e66358ec727ceb50e917228e0e7', '207.46.13.211', 1679555530, '__ci_last_regenerate|i:1679555530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba44cd07d221e150484eed3653493d1ac06f08bb', '190.56.55.0', 1687825583, '__ci_last_regenerate|i:1687825583;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687825523;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba45d2ffd4ec610140b1b725fcc1473817fbbe85', '54.36.148.220', 1668495984, '__ci_last_regenerate|i:1668495984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4600224a9e53b788fc3c68470d6457f17d56e7', '200.119.170.168', 1670687722, '__ci_last_regenerate|i:1670687722;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670687683;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba48730da7f70c7ca73d2edfbc3cc571390c1275', '106.75.2.164', 1651072850, '__ci_last_regenerate|i:1651072850;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 ('ba4addcffa581165ce98a65baaac8ae490ce2a65', '200.119.168.250', 1681134888, '__ci_last_regenerate|i:1681134888;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681134774;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4b2e1aaca2264d71bd8f985cf82d3669cf9b09', '200.119.170.158', 1661355628, '__ci_last_regenerate|i:1661355628;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661355628;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4bb5884eabfc30f21fc76f77ea417bc6452132', '54.36.148.18', 1679390013, '__ci_last_regenerate|i:1679390013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4d3ca062bfe1e546c053d39d7f8c5c220145ef', '114.119.138.70', 1685708303, '__ci_last_regenerate|i:1685708303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4da96de13f112ff9aa596f437f857baa91824e', '190.148.157.206', 1679517578, '__ci_last_regenerate|i:1679517578;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679517549;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4dae04e83d821085b6817b32b81a081d2f2bbc', '51.222.253.3', 1686062548, '__ci_last_regenerate|i:1686062548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4ddfca969eef22572d3cdab220e091842bbbb6', '190.56.54.129', 1653577593, '__ci_last_regenerate|i:1653577593;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653577190;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4e46af727ab545a4d174d4c31ae9819ce929fa', '40.77.167.114', 1678716418, '__ci_last_regenerate|i:1678716418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4fcbfc7dd4de0b0e64d5fd380ba0c9653f3009', '51.222.253.17', 1664223062, '__ci_last_regenerate|i:1664223062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba4fd4465e642c04e849ccc46711003c2060f839', '190.56.173.213', 1683477537, '__ci_last_regenerate|i:1683477537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683477535;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba50e317e9566082ae0cf255fa02abc2678c4784', '190.148.252.233', 1668885371, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668885371;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668884816;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba53c1f311a9c7dec72f1bfdad2391eb73a533b4', '51.222.253.14', 1658187688, '__ci_last_regenerate|i:1658187688;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba53ce088ad9469538fe4025400c524654e8a2e0', '17.121.113.89', 1653149152, '__ci_last_regenerate|i:1653149152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba54243397fa3d9be1ceb85ba95218b183decbc2', '52.167.144.28', 1679720472, '__ci_last_regenerate|i:1679720472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5795478ba498879dcb1237a3b8833c1509ed8a', '200.119.170.168', 1670551577, '__ci_last_regenerate|i:1670551551;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670533734\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670551457;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba58968eaf4d2ec4b801fe3382846ff8ac237bb4', '114.119.149.116', 1687734801, '__ci_last_regenerate|i:1687734801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba59b23a6195ebe302ff736c46adec62b46f04f3', '200.119.173.177', 1685110157, '__ci_last_regenerate|i:1685110157;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685110077;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5a1537752acd7357a1dfaea902351195a15548', '51.222.253.19', 1654746728, '__ci_last_regenerate|i:1654746728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5d754a6b74b8c378150449dee5c81cdc9da2bc', '207.46.13.147', 1672794547, '__ci_last_regenerate|i:1672794547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5ee02d750a18cccf4b16ccb7626def44f09709', '17.121.114.76', 1662803519, '__ci_last_regenerate|i:1662803519;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 ('ba5eed3f0dabfe408de1a5e9eecaacb11864ed84', '178.128.212.109', 1652451485, '__ci_last_regenerate|i:1652451481;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 ('ba5f2060cb4dbbf71afae711a87d850cc05dcc4f', '190.56.32.174', 1676747244, '__ci_last_regenerate|i:1676747244;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676746731;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5f6c5bb2f5efbcafc4719703bd01ef0bcf08e2', '52.167.144.95', 1680460580, '__ci_last_regenerate|i:1680460580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba5fa113cec2f8d9907e0e8d0a038754e931c69b', '190.148.157.53', 1683843514, '__ci_last_regenerate|i:1683843514;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683841991;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6041fce93611800e34889938cb438620721e9c', '52.167.144.98', 1684553837, '__ci_last_regenerate|i:1684553837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba607783f0f2946972b1e70aa03371c01d6192fd', '157.55.39.253', 1682105070, '__ci_last_regenerate|i:1682105070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba61d1b78b8d1fc0195bcbfcc28623b37f307adf', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba64dc52dbf5d24d4ad788a21aeed3744c523dc2', '40.77.167.13', 1672179587, '__ci_last_regenerate|i:1672179587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6528884a0923c79f34959c6ffc51914d865e8c', '40.77.167.37', 1669168379, '__ci_last_regenerate|i:1669168379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba65627cb58f2d4792a5893fe948598f0fe620a1', '52.167.144.154', 1687835845, '__ci_last_regenerate|i:1687835845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba666b28ced34bd6dbb27e8c3510cf2865584a82', '114.119.158.253', 1687531749, '__ci_last_regenerate|i:1687531748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba691ff680f7ede59c32cf1228ceb061d28eb1d8', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6b99bc7c78b345453e116c33d82087ae36a40e', '200.119.173.177', 1685369746, '__ci_last_regenerate|i:1685369746;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685369586;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6d144cc6f80c6e69764f9bf9f22a283f595b23', '40.77.167.58', 1654001584, '__ci_last_regenerate|i:1654001574;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6d25adbcaf1fc02594795c07f4a8cb3e7a067b', '190.148.252.88', 1670801710, '__ci_last_regenerate|i:1670801710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670801606;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6d74c469d78b98ef214e3566e70886f6f0bc03', '40.77.167.147', 1680990908, '__ci_last_regenerate|i:1680990908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6e7e9fb7bd0c98c97b9b8be513345172ac4899', '40.77.167.91', 1686912152, '__ci_last_regenerate|i:1686912152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6e8818dec1147b1d6e33cda0f3df635b71ae02', '51.222.253.5', 1659447458, '__ci_last_regenerate|i:1659447458;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba72c96ca9c6429bb58dc418aad59ced55ae03e4', '52.167.144.42', 1679396441, '__ci_last_regenerate|i:1679396441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba72f23148d5e40a520198e8935d6eb59d56da0e', '40.77.167.43', 1654215239, '__ci_last_regenerate|i:1654215230;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba7301c3764facce5d6eae5a003a0e2c7982d80d', '52.167.144.162', 1686289785, '__ci_last_regenerate|i:1686289785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba73e3a616d68a422ef3e57776282e98a057e28f', '54.245.215.23', 1688169168, '__ci_last_regenerate|i:1688169168;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 ('ba74f2b865a7604523f3fcaf65f8ce66eaf2075f', '207.46.13.113', 1676208629, '__ci_last_regenerate|i:1676208629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba7546bc855c19f2847e7791ea367620bf63380e', '66.249.79.195', 1688184919, '__ci_last_regenerate|i:1688184919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba75c85141e560ea57ec8a46a45d24f472c463a9', '114.119.155.236', 1687010070, '__ci_last_regenerate|i:1687010070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba75ecb9623a70c1510730c5b31c528557239a19', '190.148.252.161', 1669851105, '__ci_last_regenerate|i:1669851105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669851085;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba79741c124bb5e2a2e27917ee0dada16120dd71', '190.148.252.151', 1671027576, '__ci_last_regenerate|i:1671027576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671027500;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8002061e76c2e168502853654e4d3f67009f20', '52.167.144.164', 1685350800, '__ci_last_regenerate|i:1685350800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8021b19f961f6838645310285e4ccb47b0f5dd', '200.119.174.9', 1674319028, '__ci_last_regenerate|i:1674319028;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674318964;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8072bc108ac35b16bdca43d6bd3a374c5707ab', '200.119.168.1', 1655390466, '__ci_last_regenerate|i:1655390466;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655389827;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba80d757601260b159398317ded4105e059858ad', '157.55.39.208', 1685974238, '__ci_last_regenerate|i:1685974238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba81c65201c32c82c55b9f271f4cdc4a212aac5d', '114.119.138.33', 1684650642, '__ci_last_regenerate|i:1684650642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba82176fece44374a1d3ab5e0c431277b77fdad3', '52.167.144.154', 1687701606, '__ci_last_regenerate|i:1687701606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba83281a655af7904b7fc957609db3e5b2a975e2', '114.119.142.179', 1687508171, '__ci_last_regenerate|i:1687508171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8357bc9d0f0b5509e95504ccaba4dc3fead7dc', '52.167.144.69', 1676435816, '__ci_last_regenerate|i:1676435816;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8374959b7d0b291d8295cda808e8ed72ec9fb9', '190.148.252.151', 1671037512, '__ci_last_regenerate|i:1671037512;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670857939\";last_ip|s:14:\"190.148.252.88\";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 ('ba869c6ad299603dd1aa07459962e5cee483d4e2', '190.148.158.50', 1659585392, '__ci_last_regenerate|i:1659585392;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659535370\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659585088;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba86e43e95f52f834d2a77ba1b389d04f598867a', '207.46.13.230', 1657572978, '__ci_last_regenerate|i:1657572978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba87051bdcdc1f9aea1486c7e1510a692285c147', '35.164.49.219', 1676986072, '__ci_last_regenerate|i:1676986072;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 ('ba883925fac9de1c01bfe1746f26c7830569cc2a', '157.55.39.79', 1668367218, '__ci_last_regenerate|i:1668367218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8c462c73c1d52b3b6acdb59d64dcfb24920c61', '157.55.39.253', 1681996300, '__ci_last_regenerate|i:1681996300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8e1060ece6b49aeb89571b5709feb047bf171e', '54.36.149.17', 1665365984, '__ci_last_regenerate|i:1665365984;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 ('ba8e1e3f8043ab69ef0d8f8c114c0cb1210eaf91', '40.77.167.170', 1678919875, '__ci_last_regenerate|i:1678919875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba8ed4058340b725f98c6aee56668ab45a7935fa', '51.222.253.10', 1680761474, '__ci_last_regenerate|i:1680761474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba90a26aeece487f72d8663a4beb3e94325e53e9', '35.162.225.47', 1658065322, '__ci_last_regenerate|i:1658065322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba914a02938f5ba842845e21b15b686fe5300e79', '40.77.167.63', 1672246872, '__ci_last_regenerate|i:1672246872;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba91ff47e02f1baa3fd8a2386f7b821baf239ff4', '5.188.62.76', 1659569498, '__ci_last_regenerate|i:1659569493;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba921e7066daca815d2f7bdea8c3a396264bc9d0', '51.222.253.3', 1686871402, '__ci_last_regenerate|i:1686871401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9348cef3890075a034f59b287ac29393369e0b', '113.125.51.198', 1680623192, '__ci_last_regenerate|i:1680623192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba93aa7481ddfbf5c922c6f7123f6afde45f17db', '51.222.253.13', 1650997688, '__ci_last_regenerate|i:1650997688;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 ('ba93ccfd80ab24ab8cea544e2e69ad86a5611321', '52.167.144.43', 1683710917, '__ci_last_regenerate|i:1683710917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba93d3284696513b2caf8642ea92c57337569ea2', '52.167.144.164', 1684909304, '__ci_last_regenerate|i:1684909304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9406a22075d23bb60a0fb29a4e9275016208db', '114.119.138.65', 1688391203, '__ci_last_regenerate|i:1688391203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba957397446ac3e40498e9e88c8eac66d7618140', '114.119.156.172', 1687164589, '__ci_last_regenerate|i:1687164589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba958c2cef3b3ef169f759d05bca0d9166822d80', '157.55.39.218', 1681245898, '__ci_last_regenerate|i:1681245898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba96146790a3e927cf0ff10e5ae4210dbd1432df', '52.167.144.82', 1687637069, '__ci_last_regenerate|i:1687637069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba993608179aab6c23c513adc090e690ea17fb95', '151.106.120.184', 1650745811, '__ci_last_regenerate|i:1650745811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9cb404afc3d95db5b1c96f7df5aa3fdfd86499', '93.159.230.89', 1669730383, '__ci_last_regenerate|i:1669730383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9d07a5fe47c1a6cd5815ec6246bc56c67cb99c', '51.222.253.16', 1669844540, '__ci_last_regenerate|i:1669844540;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 ('ba9d677fa775517c38b5f25e254c7e859f16455c', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9d9c063a1025afdab90b20f1c65ff80d8f8f9f', '190.56.50.8', 1658755735, '__ci_last_regenerate|i:1658755701;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658755131\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658755735;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9e58e54c02289003d13824df5e32fc331cf6c8', '54.227.32.154', 1651126688, '__ci_last_regenerate|i:1651126688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9ed87d24884af1a8fb2b201b6d6a08077c5ce0', '34.221.14.136', 1660050920, '__ci_last_regenerate|i:1660050920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa06ac89cc455b969f0919a2ed4f16d6256ef90', '207.46.13.211', 1678176487, '__ci_last_regenerate|i:1678176487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa20d5d42352fe7ac728f6230f9e1a7eac76147', '149.56.160.153', 1669810904, '__ci_last_regenerate|i:1669810904;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 ('baa26e3f5df8ccfe868afe39e25d34766c06f080', '114.119.140.115', 1688113527, '__ci_last_regenerate|i:1688113527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa2d1c64048d38c7cb315426672a8e5306f259a', '40.77.167.101', 1662297876, '__ci_last_regenerate|i:1662297876;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 ('baa30b032b902d6a82d3c95622a23c2f6cafe365', '52.167.144.89', 1679156370, '__ci_last_regenerate|i:1679156370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa3a047abc4c170456fafe81ae3eaab381b1abe', '190.148.158.151', 1677111658, '__ci_last_regenerate|i:1677111658;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677111245;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa545b184973ec669f097182bda377196494d75', '52.167.144.98', 1686568284, '__ci_last_regenerate|i:1686568284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa6c679e049d5859927c65c02bd29a7b9593970', '207.46.13.173', 1663933791, '__ci_last_regenerate|i:1663933790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baad14c8fdec4a8380a8bbdaaae4d4ea31001f7f', '114.119.133.69', 1688020874, '__ci_last_regenerate|i:1688020874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baadc694e3841284b1bd1cbcafdcff409e526bf7', '190.106.213.176', 1651244999, '__ci_last_regenerate|i:1651244999;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";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\";user_csrf|s:20:\"ozmL7Qd6n4KJEjhfyX3l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baaf9f075dc7d44c4ec65b54dc118c849f196c2a', '50.62.35.246', 1656577157, '__ci_last_regenerate|i:1656577157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab098bc740761c0d63fac03209189f2d545557b', '114.119.136.196', 1688492542, '__ci_last_regenerate|i:1688492542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab1df6d1e344a64ee07541c5dc7385bdb64cd70', '190.148.252.88', 1670803777, '__ci_last_regenerate|i:1670803777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670803605;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab290cf6822358bc38bb13c1aa815074e1000c0', '200.119.173.107', 1686785783, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686785783;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686785742;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab2a4def31439f94e69c2fd478ba8efafab3c49', '157.55.39.79', 1668631643, '__ci_last_regenerate|i:1668631643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab2be4c8b97554ef7c19ac61a68ddd691f86b63', '190.148.158.151', 1677415579, '__ci_last_regenerate|i:1677415579;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677415562;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab348afc571240f58104c33dce315d752909a59', '34.221.115.25', 1686959413, '__ci_last_regenerate|i:1686959413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab39123d8ecd8d806c72ea9deecf7f9726812d0', '51.222.253.12', 1662200866, '__ci_last_regenerate|i:1662200866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab3a9d1968f19a27d4a2e6022289ec1c3fead1d', '190.56.55.113', 1673651406, '__ci_last_regenerate|i:1673651159;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673642231\";last_ip|s:13:\"190.56.55.113\";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\";user_csrf|s:20:\"XxSD8vIjhe61MKCbUJ2T\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab5393e73d718fd4f592b762bf67a9c110afda2', '35.165.215.76', 1655639518, '__ci_last_regenerate|i:1655639517;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab570ad2255956592fb19c545330223e2878b58', '157.55.39.173', 1669998591, '__ci_last_regenerate|i:1669998591;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab85ccff79e0b546b47353f4637987c471c81a3', '207.46.13.44', 1673120954, '__ci_last_regenerate|i:1673120954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab9044645ed167f58eb1ff0640c2fb3c8f8e9b2', '52.167.144.171', 1685275250, '__ci_last_regenerate|i:1685275250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('babb8e2b6d9147af25e95a6796b0c1788a97eb04', '5.188.62.21', 1653245903, '__ci_last_regenerate|i:1653245900;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('babd5efcaa1ea3ac4e74604222c992e553a283b4', '149.57.16.7', 1653807059, '__ci_last_regenerate|i:1653807059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('babdb441c6e2655b70ba576ec8c6dd2f0017570f', '190.148.157.183', 1680397417, '__ci_last_regenerate|i:1680397417;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680397377;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('babe81b1e42ff89493d5456fc6565c2df3642826', '114.119.132.11', 1688208583, '__ci_last_regenerate|i:1688208583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('babf06b106ba8e23b0d92169434a7e608e404598', '190.148.157.177', 1682028507, '__ci_last_regenerate|i:1682028507;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac0972e98b8987ae63e147122b68fb7f0467dac', '51.195.90.229', 1650840523, '__ci_last_regenerate|i:1650840523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac1c18e1c33319448510f94bc808389bf7f373d', '190.148.158.69', 1685971366, '__ci_last_regenerate|i:1685971366;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685971361;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac22e9b362e3dab7a6732ea0585b594012c55fd', '54.36.148.214', 1659773557, '__ci_last_regenerate|i:1659773557;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 ('bac3f736f02db3f42281909002a90c4f5fb3588c', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac45ba1b73c6eb119d47759a3dedf74e28c0f01', '34.102.12.65', 1659997662, '__ci_last_regenerate|i:1659997662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac6844e6e6d6bef7135c62bf45ef11148d70b0f', '114.119.147.60', 1685707209, '__ci_last_regenerate|i:1685707208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac7f6ea66ee918385b2fbf1e5e8775831603269', '114.119.131.52', 1686246199, '__ci_last_regenerate|i:1686246199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac847cfc3f86cfe8377d3e961c7b80ee3d269b8', '190.148.158.69', 1685997528, '__ci_last_regenerate|i:1685997528;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685997526;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bacba9a6d528b7dac6a61de0ab68da3f949ef501', '190.56.173.213', 1683230723, '__ci_last_regenerate|i:1683230723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683228308;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bacbd199d4a00703e14cb5f4da56995de87f579e', '213.211.139.85', 1674419642, '__ci_last_regenerate|i:1674419642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bacbfc991171a336cc34fa95a9cc381236ddcad1', '207.46.13.17', 1673541323, '__ci_last_regenerate|i:1673541323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bacd446906efbd4f5dfb9f60262488bd345e67d2', '190.56.173.213', 1683146967, '__ci_last_regenerate|i:1683146967;requested_page|s:15:\"admin/pos/sales\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683134140\";last_ip|s:14:\"190.56.173.213\";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:1683146694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad02ce1f4bf97679d917f01bb8b8b8d238c294a', '51.222.253.6', 1681231459, '__ci_last_regenerate|i:1681231459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad1374b3605f270051731a8178549ca7e819763', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;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 ('bad15b7aeabb405ecb28b340d453459e184cc512', '103.204.128.101', 1659021608, '__ci_last_regenerate|i:1659021608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad206fa3188603ac69d2a8f56a557f31aa6996f', '114.119.143.50', 1688132972, '__ci_last_regenerate|i:1688132972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad356bec66b03dbb15811c9de83a8fadb76dd32', '190.148.252.76', 1652808510, '__ci_last_regenerate|i:1652808510;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"gNuyLThismZPAf3Vwl0J\";last_activity|i:1652808139;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad45b7d05779794193ff0ed6c22782d5b799e88', '114.119.141.118', 1684962464, '__ci_last_regenerate|i:1684962464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad4eab4449c1e5d40e8bf8800bf5a482c793005', '18.206.55.48', 1659436361, '__ci_last_regenerate|i:1659436361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad6700d7181e1c01c215bdfc48519f2887e0f9a', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad710198d67e068fb24005e387bcea24939fb1b', '52.167.144.63', 1686901608, '__ci_last_regenerate|i:1686901608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad76106934e6b4751808d2c8ae35951e12464d4', '52.167.144.164', 1685494705, '__ci_last_regenerate|i:1685494705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad76fca34d0dae54e529258f2c4e2ee8ac7f030', '35.91.148.107', 1680641768, '__ci_last_regenerate|i:1680641768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad8e757df09b191b4c5277abc7cad7451d9da10', '190.56.50.15', 1667055368, '__ci_last_regenerate|i:1667055368;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667055332;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad98ccd5eb1424320bdb8c8fb2fffc98a636993', '157.55.39.173', 1668834337, '__ci_last_regenerate|i:1668834337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad9eeb1a14368d27dfd32b1824f284622aa5ca7', '52.167.144.98', 1685180471, '__ci_last_regenerate|i:1685180471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('badc0b65b5b06b28b98f53ba5ff467ef2da16723', '34.208.150.215', 1668000388, '__ci_last_regenerate|i:1668000388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('badca0d355e13b7e8ff766945cb5161e822acedf', '190.148.252.151', 1671227709, '__ci_last_regenerate|i:1671227709;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671227706;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baddc96b16f44a8b093d6623c8a215814bc505eb', '190.56.32.32', 1686097175, '__ci_last_regenerate|i:1686097175;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686097160;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bade5ef2f88a1ccafc9ef10130999407d4c57184', '40.77.167.63', 1672097481, '__ci_last_regenerate|i:1672097480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('badf1a9deec094e33d02615ed709746b11075c81', '5.188.62.21', 1653285534, '__ci_last_regenerate|i:1653285530;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('badf818d2e8422f132fc860d7c56a895b0f6b565', '190.148.157.122', 1666661520, '__ci_last_regenerate|i:1666661520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666661490;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('badf9d342cbec40e4b8cb4e3f3da6be536445dd4', '207.46.13.230', 1657074164, '__ci_last_regenerate|i:1657074164;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 ('bae256ce0ddc6697965b44c19d47e7cbfc92b2ee', '200.119.173.130', 1675989212, '__ci_last_regenerate|i:1675989212;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675989166;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae3adceb28f87f0ee352a7d24100154da451fb4', '114.119.157.245', 1687932964, '__ci_last_regenerate|i:1687932964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae6395db0a5a7fc13e2954e5d315c642bc56361', '111.7.100.21', 1650976214, '__ci_last_regenerate|i:1650976214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae6a77156df45d5371dce95d02093c7904103a5', '190.148.87.96', 1678314817, '__ci_last_regenerate|i:1678314817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678314817;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae8c09f9ca04566d60639e93d8afe04d302de97', '200.119.173.130', 1675811178, '__ci_last_regenerate|i:1675811076;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675693155\";last_ip|s:14:\"190.148.252.55\";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\";user_csrf|s:20:\"xcZ5X1Vi4TYfbR7I6Gdp\";last_activity|i:1675811176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bae9594a76c54fb94025c947150d58a0396abe2d', '190.56.173.213', 1683583891, '__ci_last_regenerate|i:1683583891;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683583250;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baeaca8756bbb2b0a428d5787ee433dea5046c4f', '40.77.167.222', 1680911180, '__ci_last_regenerate|i:1680911180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baed29570c4cee0c8e1e2da23b03a72413607441', '207.46.13.48', 1654219499, '__ci_last_regenerate|i:1654219490;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baee176b61512d35aca1a094f4814835a95174e2', '190.148.252.96', 1673267563, '__ci_last_regenerate|i:1673267563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673267477;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baee2dd3b8e8a8d1679ade91b194de608357171b', '52.167.144.74', 1688406027, '__ci_last_regenerate|i:1688406027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baee424258791fd2167a6761784f15e29de2e9ec', '190.148.157.194', 1662057587, '__ci_last_regenerate|i:1662057587;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661991901\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662055680;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baee7eb81038a8cda35daaeae433a6c505d9e640', '207.46.13.211', 1679261316, '__ci_last_regenerate|i:1679261316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baf017230f5f9ab960c9b70bc4c1d75addc233ab', '207.46.13.207', 1685882411, '__ci_last_regenerate|i:1685882410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baf1ef434b5b2b4bacf01e2e218dd4459359c458', '17.121.112.71', 1654774953, '__ci_last_regenerate|i:1654774953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baf3e437206277b99652b914c65e10de1e4b2b38', '190.56.173.167', 1650900177, '__ci_last_regenerate|i:1650900177;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650898998\";last_ip|s:14:\"190.56.173.167\";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 ('baf46964c37b0b5d647fc32da7a3afd9bb7d07e5', '51.222.253.11', 1670085337, '__ci_last_regenerate|i:1670085337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baf74968a324ea4bc8b8eaa5d54c7d687d19a057', '190.148.158.69', 1685838046, '__ci_last_regenerate|i:1685838046;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685838027;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baf7c165d7bde53fdb07e99d0ec67b5c1aa36a23', '190.148.252.183', 1681348422, '__ci_last_regenerate|i:1681348422;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681348380;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baf8c62e8c9881aa2ac7020b1ca26b5c4b67b6ac', '190.148.252.178', 1657312667, '__ci_last_regenerate|i:1657312586;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654805115\";last_ip|s:15:\"200.119.174.137\";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 ('baf9e35566708ab93bda6f6fd348d6ea689a9d4d', '190.56.55.113', 1673566126, '__ci_last_regenerate|i:1673566126;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673566093;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bafb6fe71eb4d5dcb1fbac1a19b3cab8b5b19a3f', '190.56.54.156', 1665064800, '__ci_last_regenerate|i:1665064800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664983997\";last_ip|s:12:\"190.56.50.39\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665064765;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bafb8f690176994379bdafdff77a7630f3428b6b', '190.56.173.213', 1683577439, '__ci_last_regenerate|i:1683577439;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683575800;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bafbbf97be4fb0ad5db1645a6f7487512957b5a8', '54.227.32.154', 1652876342, '__ci_last_regenerate|i:1652876342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bafee17246fed3ac12b05ec93a72dad6af9616d4', '52.167.144.164', 1686021033, '__ci_last_regenerate|i:1686021033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baff14dea005de76710220de9d645b64faca0c9f', '190.148.252.96', 1672951612, '__ci_last_regenerate|i:1672951612;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672949860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb01d82cc6da577e8d15050bc5a6d445efb8115f', '51.158.114.214', 1682465647, '__ci_last_regenerate|i:1682465647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0202f4a615e08a7c852860a715a71969f163f0', '52.167.144.164', 1686234344, '__ci_last_regenerate|i:1686234344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb02e00593416c8bdaadc44d7dea7a8eb911e65f', '52.167.144.98', 1685360443, '__ci_last_regenerate|i:1685360443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb037f838387d2f2f68f791d0857451d1b36d98e', '40.77.167.49', 1667256961, '__ci_last_regenerate|i:1667256961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0413b60b647a90a8b6cd15a56325e5712b9e0b', '114.119.142.12', 1685433489, '__ci_last_regenerate|i:1685433489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb04568671aa7f9c4eab60fef9b4d1c0757de586', '190.56.32.35', 1672094712, '__ci_last_regenerate|i:1672094712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672094710;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb04c0f1c6e72f4160f8d1842f399edcd54f23dc', '52.167.144.42', 1679757105, '__ci_last_regenerate|i:1679757105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb04cc7889b82d5ce364c99c8a27f1bc9632e25e', '190.56.32.162', 1686572222, '__ci_last_regenerate|i:1686572222;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686572188;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb072ade329693222c182bc09ef998edd0bad28d', '40.77.167.182', 1683212641, '__ci_last_regenerate|i:1683212641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb07f3dbf18aaecb950c2500744a8aed449b32f9', '157.55.39.46', 1672856572, '__ci_last_regenerate|i:1672856572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb07fc23ebdb9727d1e6a8ea6833a39cea40b4c0', '188.147.12.9', 1674021519, '__ci_last_regenerate|i:1674021519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0973d270dea15ca8bd9ca4fd974d8275acdc03', '190.148.252.96', 1673202075, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673202075;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673201857;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb09822b8e07e6ec4070b23d1f56ade567200d5b', '17.121.112.74', 1659538587, '__ci_last_regenerate|i:1659538587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0a9af6014f0a98d9e41357f64ad252e93ca339', '207.46.13.210', 1687082891, '__ci_last_regenerate|i:1687082890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0c4f8832ee2e217747326634d151f96bf9384b', '190.56.173.213', 1683154437, '__ci_last_regenerate|i:1683154437;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683146655\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"vdWF07zKtkLwED3muhTN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0cc0a6be3c9334676fc4c37be6777cc4a962ee', '190.148.252.88', 1670864490, '__ci_last_regenerate|i:1670864490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670864469;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0dd280070a907784a875b2ecb06642fd96a72c', '190.56.32.35', 1671760930, '__ci_last_regenerate|i:1671760930;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671760907;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb0e90bb95ca32be38f3aa00417c25159f328f91', '190.104.119.122', 1650727195, '__ci_last_regenerate|i:1650727195;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('bb0febd5c310831ff8d67fe5b8913ba75fb9630d', '190.56.51.158', 1655762613, '__ci_last_regenerate|i:1655762613;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"LaBdJhZKVle4UrDSIbXf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb109e764d64c41021d87fdf570db5acb453ffad', '190.148.158.151', 1677026117, '__ci_last_regenerate|i:1677026117;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677026114;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb149d9cd709ddbfc727a421d0cd3ee849a17a6d', '190.56.32.35', 1671665165, '__ci_last_regenerate|i:1671665165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671664580;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb14a7e0dd4dde673a259ebd97f2f84fbd24857d', '52.167.144.154', 1687702778, '__ci_last_regenerate|i:1687702778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb14ef3a9c9202f728a6f617c7a912924b9e8df7', '207.46.13.154', 1671595271, '__ci_last_regenerate|i:1671595271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb155736b336440a15b736d7f920b456363f922d', '54.36.148.228', 1661239139, '__ci_last_regenerate|i:1661239139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb17ebb934cc585b974777c3dea071285cd4dc6c', '144.76.68.17', 1683715150, '__ci_last_regenerate|i:1683715150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb1aba43ec3a55efc72f3e5d22dff55331dcd3ae', '17.121.113.67', 1659862580, '__ci_last_regenerate|i:1659862580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb1f61f36a7392f4f605c24c7b8522f9fb660d75', '114.119.136.3', 1688543814, '__ci_last_regenerate|i:1688543814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb2099e26c0231776a6f9b84e218e4baed0f97d0', '51.222.253.13', 1679599511, '__ci_last_regenerate|i:1679599511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb2197b63a35f5d442010af5ad57eed6122e3ea4', '52.167.144.28', 1679723806, '__ci_last_regenerate|i:1679723806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb25d7b129afb331354950dd1132ba7dcc77dd9c', '66.249.79.198', 1685300347, '__ci_last_regenerate|i:1685300347;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 ('bb267fc201cb6e699958b0e5a6040fc4dfe91c7e', '200.119.168.118', 1668014872, '__ci_last_regenerate|i:1668014872;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb26967e09133d49d9dbe25077070e84084befa6', '34.221.90.26', 1654781973, '__ci_last_regenerate|i:1654781973;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 ('bb27ccbe9ba6facf7c5f96f51c05ec453b60af34', '190.56.54.156', 1665427410, '__ci_last_regenerate|i:1665427410;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665422218\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"7SYhjRxtIOipTfVdK8Lk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb281f8fc6d793c6127a1d6d16464aceb76eb202', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb286874e17acde9f8f3f22990a26cb2cf554d9e', '190.56.50.39', 1664985410, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664985410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664985406;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb2a3bb1e1cf203d9254676664c60cb3e551f9bc', '74.208.2.174', 1682135807, '__ci_last_regenerate|i:1682135807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb2b37d094bb111587fe18cc51fcef28ea97e478', '200.119.172.88', 1659445792, '__ci_last_regenerate|i:1659445792;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659444619;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb2d911de91ba5a0bced00f6799d5c2a6292efcf', '200.119.168.118', 1668013709, '__ci_last_regenerate|i:1668013709;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667830934\";last_ip|s:15:\"190.148.252.112\";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 ('bb2e279bf252ed092129d71806128751e104ca0a', '190.148.87.99', 1688405288, '__ci_last_regenerate|i:1688405288;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"mtevpYKZ70HiVarUhCuw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb312173d4429ddb3bd5cb439ef91cbd6b190a13', '190.56.32.243', 1684631806, '__ci_last_regenerate|i:1684631806;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684631800;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb33c60c40b37e87862967830179fe412c4e379c', '114.119.150.42', 1687177578, '__ci_last_regenerate|i:1687177578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb347bef2987c408d9d2a44df98b0d502c367756', '190.148.252.161', 1669917889, '__ci_last_regenerate|i:1669917889;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669917776;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb34a92a6b580ab764e784fee534165fea102529', '207.46.13.41', 1671151302, '__ci_last_regenerate|i:1671151302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb358d998d970fc1a6a1a8871853cb985c63bb9c', '40.77.167.202', 1687333369, '__ci_last_regenerate|i:1687333369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb35a435194fb712dd2a97725b7c378685196d8e', '157.55.39.125', 1655022938, '__ci_last_regenerate|i:1655022926;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb38e9c4cde9709f2810a6d660a969a224be63fe', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb393f85d94c45b1b1aca2fb11a1cce8b7370164', '40.77.167.182', 1683188353, '__ci_last_regenerate|i:1683188353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb3a596a33a5d660ccf419d13a51a97301d1f220', '52.167.144.171', 1684776789, '__ci_last_regenerate|i:1684776789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb3cf20a924213241b1e2dabc8ab69189691f6d9', '52.167.144.76', 1681582957, '__ci_last_regenerate|i:1681582956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb3d72ca67fc6634865d40fa3207ca2433591e36', '190.56.32.243', 1684781737, '__ci_last_regenerate|i:1684781737;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684781443;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb3f775a2dfd404fe31bc7fe1081b47d4e854674', '52.167.144.73', 1679757086, '__ci_last_regenerate|i:1679757086;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb40fc84866e77301e70f2c8e16c28acc9a40379', '157.55.39.80', 1670519749, '__ci_last_regenerate|i:1670519749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb41c6fef5f8a6cd8c26ac19f40727840d97f4ce', '51.222.253.9', 1652517129, '__ci_last_regenerate|i:1652517129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb438eb5c46aafd4357ddc318b646b7f5a771daf', '190.56.50.38', 1670451649, '__ci_last_regenerate|i:1670451649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670451637;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb43984161a1a5900268cbc5e010d0af3b8fd371', '52.167.144.98', 1686003810, '__ci_last_regenerate|i:1686003810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4494eaa06fa465828114c769368bcdb30077f0', '114.119.140.217', 1687650024, '__ci_last_regenerate|i:1687650023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb45894baf694b237a861235a594d2e239abc33a', '190.56.55.113', 1673737816, '__ci_last_regenerate|i:1673737816;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673736925;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb45ac4815258f89470792c411babb7da944509c', '200.119.170.237', 1658321822, '__ci_last_regenerate|i:1658321822;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658248955\";last_ip|s:12:\"190.56.50.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658321814;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb48e65dab99c4ff652bbee4423ad52bcffe1dd7', '52.167.144.162', 1686398264, '__ci_last_regenerate|i:1686398264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb49b4fd4f4b0e6df43376083d2ee0c700b542f5', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb49b7e9bf2efd57077561f0ca1b9e260e0c3bc9', '52.167.144.164', 1685350800, '__ci_last_regenerate|i:1685350800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb49d6aa1dbe5086960e88e6ed94cc234bb0264b', '69.160.160.59', 1667400625, '__ci_last_regenerate|i:1667400625;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb49ea616aaedaa7562cdc3e237f7da3fcb5695e', '157.55.39.176', 1667233922, '__ci_last_regenerate|i:1667233921;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4a0437c8c54ceed8b5ba87f367883fa38fd59e', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4bf090f0d65381a4d563387e8510618a1bacf8', '54.36.149.66', 1668710509, '__ci_last_regenerate|i:1668710509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4f28b22553c13f861b20099f8018f46ff44641', '51.195.216.255', 1650897244, '__ci_last_regenerate|i:1650897244;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 ('bb4f450508363273814b8750b98d063f8fb8e2ca', '190.148.157.53', 1684028899, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684028899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684027090;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb50d038be06c6ae272f81464f44666c2fea119c', '17.121.115.19', 1657559333, '__ci_last_regenerate|i:1657559333;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 ('bb532e580188b405db024e98ca6016d94e06d6a2', '190.148.158.175', 1672238787, '__ci_last_regenerate|i:1672238787;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672238750;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb53992658b85a2ddc64a32c5fb57cfb6fd8b5ef', '51.222.253.12', 1667379402, '__ci_last_regenerate|i:1667379401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb53ed63196c0cddaba3c12a00e9a46e42c39949', '200.119.170.113', 1666712764, '__ci_last_regenerate|i:1666712764;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"msU24dxZtGMeoiCE0Lkv\";last_activity|i:1666712764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb5694f96733d41f22fbef8543bc09c5a49e445b', '40.77.167.182', 1683265888, '__ci_last_regenerate|i:1683265888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb569eec95ec981370698a521010498d404c919d', '35.91.115.162', 1663247745, '__ci_last_regenerate|i:1663247745;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 ('bb57932e4c3eaee880e842a6cf927f737ed11230', '114.119.136.92', 1685097195, '__ci_last_regenerate|i:1685097195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb5b6d88ef21c235cb7150cab668719e95d55c02', '40.77.167.85', 1686105087, '__ci_last_regenerate|i:1686105087;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 ('bb5fdfa5890acb4d943e9af9e1d10ae3b5b34a17', '190.148.252.161', 1669927942, '__ci_last_regenerate|i:1669927942;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669927912;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb625824bd8e65de3bc7c0d048ef3346b4c81fde', '51.222.253.10', 1661395680, '__ci_last_regenerate|i:1661395680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb625a0f2a36a2192670422bfe03d73bcbb8f5d8', '185.126.65.193', 1664742724, '__ci_last_regenerate|i:1664742724;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6940f30c6145e7516f043beba48470bd16b0f7', '52.167.144.164', 1684775683, '__ci_last_regenerate|i:1684775683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6b36e50514a61611e8b11a1d03e1ca317515cf', '40.77.167.225', 1680360116, '__ci_last_regenerate|i:1680360115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6b93bd2a9225529616f76bf25e1ad462fb5900', '52.167.144.98', 1686704604, '__ci_last_regenerate|i:1686704604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6d5c1d0df60ff6d08d8c7ea3df609d720e34fa', '200.119.173.107', 1686848904, '__ci_last_regenerate|i:1686848904;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686848900;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6ee63c50e047083b2ba8b721da8457e25379d2', '190.148.252.195', 1653776560, '__ci_last_regenerate|i:1653776560;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653749821\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653776548;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb70c5304abf2bb63842b584632f28a3b3ad2115', '190.56.32.162', 1686249845, '__ci_last_regenerate|i:1686249845;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686249793;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7227c07399f174fc322c12b805b0c9a5504c9c', '167.172.75.190', 1651338490, '__ci_last_regenerate|i:1651338486;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 ('bb7515286c1f8ac9da3209ddf01647a735c60ab4', '40.77.167.13', 1672065155, '__ci_last_regenerate|i:1672065155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7643fcc49913b3910633be26f94f628f4c2e37', '190.56.50.106', 1652292512, '__ci_last_regenerate|i:1652292406;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652215793\";last_ip|s:13:\"190.56.50.106\";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\";user_csrf|s:20:\"i6MFPueRHv8zYb1KZcWV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb76c4e1f5cd9184a1c95b577eb82158b70e0075', '157.245.156.70', 1652929782, '__ci_last_regenerate|i:1652929778;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 ('bb77d1edde80b3e16e28a5abbfe3a2e630d246b8', '114.119.144.143', 1687536726, '__ci_last_regenerate|i:1687536726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb78648ff6eb02c872338e805264278111f824c8', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7a7a15813ce52c4978fd8b7dc31e52f4d90bac', '114.119.140.161', 1685659115, '__ci_last_regenerate|i:1685659115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7ad36f7d32b54a39baa38ff31f57f7c4e95317', '157.55.39.118', 1656907317, '__ci_last_regenerate|i:1656907307;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7be4c8ae8c32333f44b646cfc66bbf228c10ab', '52.167.144.76', 1681482278, '__ci_last_regenerate|i:1681482278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7ea84619a6628c440506dc17c8d9a72e01d01d', '157.55.39.69', 1671811183, '__ci_last_regenerate|i:1671811183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb7ffde819ebcf61e3fd452b1475ea30d9b16047', '207.46.13.211', 1680020701, '__ci_last_regenerate|i:1680020701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb81e34aa8780ee9a40256899c696c938039696d', '200.119.172.60', 1674607839, '__ci_last_regenerate|i:1674607839;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674607802;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb82b8864230f79083f21b4ee7f281d87a61ef52', '114.119.138.37', 1688313945, '__ci_last_regenerate|i:1688313945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb841f5cdec96f0e61ec826dbabf280745d0919a', '147.182.171.81', 1650861187, '__ci_last_regenerate|i:1650861187;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 ('bb84c03497598dff61d6051a1b01b6de97990b97', '52.167.144.61', 1688182983, '__ci_last_regenerate|i:1688182983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb871fa58e0bbe19bdc6a3f4dafdc39145df431c', '190.148.87.96', 1678464872, '__ci_last_regenerate|i:1678464872;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678464823;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb87dddece36df0008a00227f87031bb066274bd', '51.222.253.3', 1656536072, '__ci_last_regenerate|i:1656536072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb883087b6a66a6473156d7c23301a31e7f28b61', '200.119.170.237', 1658265387, '__ci_last_regenerate|i:1658265387;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658179886\";last_ip|s:13:\"190.56.50.126\";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\";user_csrf|s:20:\"e02qtcRr7wpDhKoAuOxs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb883d400c471907ccc82ffb75d1a9aa4dba27a3', '54.36.148.79', 1662895097, '__ci_last_regenerate|i:1662895097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb88436ac6f4321d9a07efb70e6efbf0a3fd121f', '207.46.13.205', 1671758512, '__ci_last_regenerate|i:1671758512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb88756a16ba6ee1061d2dc6571682da024585a0', '190.148.158.151', 1677336215, '__ci_last_regenerate|i:1677336215;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677336209;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb88a4147dc1464873f2de6002dfa76e553defff', '200.119.173.111', 1654796252, '__ci_last_regenerate|i:1654796252;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb8a25fc2f9337c4f882b8a51c3c2e95805e5a8d', '157.55.39.54', 1660898982, '__ci_last_regenerate|i:1660898982;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 ('bb8a6b0f2defd20ac69dd8ac56d4b998b906ef54', '111.7.100.25', 1650976214, '__ci_last_regenerate|i:1650976214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb8b97740a947ca77bd96accd22ee8b466ab01a4', '200.119.170.137', 1668703064, '__ci_last_regenerate|i:1668703064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668703031;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb8ca78574d9c0e31ef849913c31aa3ef4afdba6', '114.119.129.176', 1687115024, '__ci_last_regenerate|i:1687115024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb8f19e5597aa5c8b6eb6185ade582c38dd46a04', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb9133415f6515a9a288a08bb11f697c25c3c34c', '207.46.13.10', 1671293883, '__ci_last_regenerate|i:1671293883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb923ad44b473b25155d2aa4c84b00203a5b76ba', '51.222.253.11', 1653523323, '__ci_last_regenerate|i:1653523323;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 ('bb9589aef63cd5142cc9bb2c346eaab939de7761', '190.148.252.111', 1677876087, '__ci_last_regenerate|i:1677876087;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677876084;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb98f43a85f44224b42c4825be1759de77b371fd', '17.121.115.204', 1657560639, '__ci_last_regenerate|i:1657560639;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 ('bb99633d47fc0508e4a43dd20d97a8685fb8eb9e', '128.199.183.131', 1653660386, '__ci_last_regenerate|i:1653660382;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 ('bb99a3b795e8de54273cce8c5fe9365951258868', '114.119.146.12', 1686453965, '__ci_last_regenerate|i:1686453965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb9b2457669aaec89eecd6d6ae854c858dbfa9d9', '200.119.172.60', 1675015430, '__ci_last_regenerate|i:1675015430;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675015126;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb9f43bbde837091de1053dc26d8e64b8aacf468', '40.77.167.64', 1674750236, '__ci_last_regenerate|i:1674750236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bba31b1c093d58ff5f7c25d048640c5c44203af1', '207.46.13.234', 1660652205, '__ci_last_regenerate|i:1660652205;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 ('bba5a7153ea576a9733b1392ed8203e03d274148', '207.46.13.12', 1675324078, '__ci_last_regenerate|i:1675324078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bba724bc25fa340daa5ea2a330a9fbb4fef793e2', '190.148.252.96', 1673314267, '__ci_last_regenerate|i:1673314267;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673314077;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bba90f900a88d41b6519a8c7983274ca7538c77b', '3.111.41.2', 1670738465, '__ci_last_regenerate|i:1670738465;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbab199beb379d92d0c0e33409b0a9698d1b576d', '17.121.115.205', 1654959241, '__ci_last_regenerate|i:1654959241;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 ('bbab3cfbaa9f91f3246137636525682f7c1762d5', '114.119.140.50', 1688285877, '__ci_last_regenerate|i:1688285877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbae2d50fa5890e58d05b1fffd23cdd0f8f25cbb', '52.167.144.82', 1687333363, '__ci_last_regenerate|i:1687333363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbaeb791e89eb5418448602f161d775f1703db43', '40.77.188.25', 1688428049, '__ci_last_regenerate|i:1688428049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbaf603af6854013266f46bec038da9350396f98', '54.36.149.76', 1655427763, '__ci_last_regenerate|i:1655427763;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 ('bbaffea867a92e622638a2165746024e2b484033', '114.119.156.19', 1688307439, '__ci_last_regenerate|i:1688307439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb140eba476687e35425d124ccbd97db5f71c0d', '190.56.32.32', 1686177851, '__ci_last_regenerate|i:1686177851;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686177837;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb19dc5cccfbf478b410f2b97f0c15677f0cc5d', '200.119.173.130', 1676062480, '__ci_last_regenerate|i:1676062480;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676039210\";last_ip|s:15:\"200.119.173.130\";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 ('bbb267ea61f6a0c18f7ab481bdda330d028e4c45', '138.246.253.24', 1668796503, '__ci_last_regenerate|i:1668796503;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 ('bbb5d012c2081cfda50ca45a2c3c21f991dbdb43', '200.119.170.168', 1670587726, '__ci_last_regenerate|i:1670587726;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670587654;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb5dc26cfd6dba384c6194f3b528125ef77ae55', '52.167.144.95', 1680516409, '__ci_last_regenerate|i:1680516409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb6a30111e1481219c2dcbea5a0884da56d7d8b', '93.158.91.184', 1687149736, '__ci_last_regenerate|i:1687149736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb7d186bb02dc7b6ce92d525ba2336ee568e1d8', '17.121.112.21', 1660941246, '__ci_last_regenerate|i:1660941246;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb80e56f51ddffd646654f639d18674cf20244c', '190.148.158.69', 1685460690, '__ci_last_regenerate|i:1685460690;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685460626;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb811818224a4897c2ab8bcea942756f82cbd2f', '190.148.252.151', 1671117876, '__ci_last_regenerate|i:1671117876;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671116997;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb8b9500cbdfb634e286daa7ff6ed0abd45aee5', '190.148.252.151', 1671384854, '__ci_last_regenerate|i:1671384854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671384850;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb9e3205334248f906eb8699c2a211dc50d8a37', '114.119.153.131', 1688530085, '__ci_last_regenerate|i:1688530085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbbc18cea46a175f09097fd8e81f673ff5e5a39c', '190.148.158.175', 1672592412, '__ci_last_regenerate|i:1672592412;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672592320;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbbccd048a170dd02b15de102a04db0c2b5e3a43', '40.77.167.182', 1683842380, '__ci_last_regenerate|i:1683842380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbbd201cc39bdcee9bf36f697c7093f32a7c224e', '207.46.13.6', 1671633267, '__ci_last_regenerate|i:1671633266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbbeb0db7e2a4af783c2e7e453dd7b5a61a7c854', '190.56.49.187', 1688089290, '__ci_last_regenerate|i:1688086199;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688038865\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688089289;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbbf503ce3536a2226cc40a69c2ee3633e171205', '219.142.131.78', 1656556923, '__ci_last_regenerate|i:1656556923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbc2c213804101fd8df1bd35d83ab4244c3b6adf', '52.167.144.43', 1683798243, '__ci_last_regenerate|i:1683798243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbc8498d62cc621c625f8f9501dbbb8261fa7428', '5.188.62.140', 1653273521, '__ci_last_regenerate|i:1653273521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbc8d4cbec6cad069b5436160de0f11d026ead76', '34.245.70.54', 1650678047, '__ci_last_regenerate|i:1650678043;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbcb4b718e5945d140328db50bdb76f7a20bcf96', '157.55.39.253', 1681969722, '__ci_last_regenerate|i:1681969722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbcbc87c3a75c82e7c1de3311355dbad520e56d4', '52.167.144.63', 1687157112, '__ci_last_regenerate|i:1687157112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbccf9381fbf5a6062ca0b6226463e88b8d9eb85', '51.222.253.3', 1683315258, '__ci_last_regenerate|i:1683315258;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbcda7bf6fc72a9a9f3e0168b8aaf7b06e97e055', '190.148.158.175', 1672677451, '__ci_last_regenerate|i:1672677451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbce41c750b2ce5702adee3a41519bc48413a7aa', '114.119.154.82', 1686247322, '__ci_last_regenerate|i:1686247322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbce95cd9791a9ab4bb5c0e4f1071f2dc9e8d2ec', '52.167.144.98', 1686404395, '__ci_last_regenerate|i:1686404395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd6176536b0a9ac9b4f43be0ef0cb6b7e9d01ba', '52.167.144.171', 1685019606, '__ci_last_regenerate|i:1685019606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd68fa7ac6144dba2fca585c73ac968b62a11a9', '114.119.146.37', 1685689119, '__ci_last_regenerate|i:1685689119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd6c1cc75f692a8a978c839e8231448fd0f32c6', '51.222.253.15', 1681944336, '__ci_last_regenerate|i:1681944336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd92df2c7d464e16699da5647906f930f243ad9', '114.119.132.153', 1687564101, '__ci_last_regenerate|i:1687564101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbda7fc8f0efba4d15f191dbe02201a1f07bbd8b', '177.73.71.218', 1653290102, '__ci_last_regenerate|i:1653290101;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbdc9cd8b28d71b1bbe85566f5298356574dd77a', '190.56.50.106', 1652194066, '__ci_last_regenerate|i:1652194066;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbdd8578558c0ed57ee80e9f03a02e46e8953cf5', '51.222.253.10', 1652508862, '__ci_last_regenerate|i:1652508862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbde0a2bfee2efe9761048e1a471f30ab5aab068', '190.56.50.200', 1654607390, '__ci_last_regenerate|i:1654607390;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606401\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654607286;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbded9851a485f0a018c140a3b41416fd4028e58', '114.119.131.11', 1683451519, '__ci_last_regenerate|i:1683451508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbdf730fcfba85b95ea7fc4bf503e73ac92c83cd', '167.172.56.36', 1653241345, '__ci_last_regenerate|i:1653241345;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 ('bbdff11531fcbd217d7e69c93463cc9976eeadd6', '200.119.170.164', 1666440016, '__ci_last_regenerate|i:1666440016;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 ('bbe1a483f7149b9b551123ee8fc69f7a3ae3bfe6', '200.119.169.23', 1662988454, '__ci_last_regenerate|i:1662988454;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662762807\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662988447;register_id|s:3:\"102\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 16:35:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbe1fe8337cc3e14b571cf9637d589801ef54283', '52.167.144.171', 1684942822, '__ci_last_regenerate|i:1684942822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbe2c87e927282e90e8e94ddf6fcee92814d6043', '114.119.131.42', 1687302626, '__ci_last_regenerate|i:1687302626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbe348eb1fdf272f4c0680f6064092376a5cb3f4', '52.167.144.69', 1675584089, '__ci_last_regenerate|i:1675584089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbe6a8ee5630793b9cd517c1637ee29f802d1df8', '190.56.50.6', 1667581305, '__ci_last_regenerate|i:1667581305;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667581253;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbe76ca33d02d25f0a6e6738d1b22f1f3d7f07ef', '190.148.252.183', 1681675119, '__ci_last_regenerate|i:1681675119;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681671949;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbea4cc401b2f391dada1529ae46f515a6a8ecbf', '54.36.148.132', 1678702549, '__ci_last_regenerate|i:1678702549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbea6a9e5b0a871e35a830d05f849966b1542152', '207.46.13.230', 1656899245, '__ci_last_regenerate|i:1656899245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbeba0d7bb850306399b91157426fcf0c2b3faaf', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbebd0128d9cab676ba49329c21c6c1d2841233e', '190.148.158.151', 1677100261, '__ci_last_regenerate|i:1677100261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbec4be3c21a86030161ef504e25042edd851311', '82.80.249.158', 1668921132, '__ci_last_regenerate|i:1668921132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbec529c238188d24283ed61f8408ea2fb82920d', '207.46.13.41', 1665397423, '__ci_last_regenerate|i:1665397423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbecb9bc067dfcbb9fdc3bf569bdc96e10fa21a1', '66.249.79.203', 1683200107, '__ci_last_regenerate|i:1683200107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbed05a1ca13c37dbf8e8730349c65f0b127ebe2', '157.55.39.253', 1681931970, '__ci_last_regenerate|i:1681931969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbed3564b6bee0b3e031365011560ad57b80243e', '190.148.252.56', 1663959505, '__ci_last_regenerate|i:1663959505;requested_page|s:13:\"admin/welcome\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663798329\";last_ip|s:15:\"190.148.252.182\";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:1663956796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf213f8bba915dff7f8352c88d669383cc1fe8e', '114.119.130.60', 1688119963, '__ci_last_regenerate|i:1688119963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf24d835e5551366ea4a514ef9afff428f323dc', '190.148.87.6', 1668299247, '__ci_last_regenerate|i:1668299247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668299219;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf30954fc7c661c4126af3657859ebc0a3620d3', '17.121.115.147', 1652384277, '__ci_last_regenerate|i:1652384277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf65b0946110618682ba3b1a51b5a1926cfe21c', '190.148.252.183', 1681334953, '__ci_last_regenerate|i:1681334953;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681333714;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf6e55fffc05814b9772e20b1f7daf68313921c', '54.36.149.56', 1682495373, '__ci_last_regenerate|i:1682495373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf8e3b467fc854d31eac8b6b74b9062fe68ea02', '144.76.67.169', 1676800999, '__ci_last_regenerate|i:1676800999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf9a0368de2a5b513bb210784e716574772dac5', '40.77.167.13', 1672090606, '__ci_last_regenerate|i:1672090606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbfb8bfad771be243aebd2ab24ec5e7a4d895813', '40.77.167.102', 1662463522, '__ci_last_regenerate|i:1662463522;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 ('bbfead362b241bd9de805bfa52f70b679e47e75f', '207.46.13.207', 1678365788, '__ci_last_regenerate|i:1678365788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbff361be083a2c7f21215db6d8a9e30fbb752bf', '190.104.119.148', 1651085571, '__ci_last_regenerate|i:1651085571;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651080887\";last_ip|s:13:\"190.56.32.170\";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 ('bc01d85746e23a03a34ce0840dcef137bf4dac07', '51.222.253.19', 1675216414, '__ci_last_regenerate|i:1675216414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc054d86abdb840457a3564e29bffe17b091dbeb', '40.77.167.64', 1674786263, '__ci_last_regenerate|i:1674786263;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc06dcd94ca7292e7775658bda9e910babe498f0', '190.148.252.111', 1678125415, '__ci_last_regenerate|i:1678125415;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678112014\";last_ip|s:15:\"190.148.252.111\";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 ('bc07dedc6a2a21961af5e9f77b21f3926b1d70e7', '190.148.157.80', 1669335641, '__ci_last_regenerate|i:1669335641;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669335242;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc09802d86de741653a80bcaf1869aedd8ef4be0', '207.46.13.41', 1671324364, '__ci_last_regenerate|i:1671324364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc0a79e4f039f256d8ad0cbfd3f3c62417ef4cdb', '40.77.167.227', 1681043330, '__ci_last_regenerate|i:1681043330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc0c3fb90532affe62689eb21f7e981c96f5348d', '114.119.141.194', 1687601019, '__ci_last_regenerate|i:1687601019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc109f44a5287d8405ae069525b133e485811797', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc118518dd2c3c994d88118fb4ab443416460836', '190.148.157.177', 1682255060, '__ci_last_regenerate|i:1682255060;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682255057;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc169015e8b5573c5ed351b14a3b9cbc60c13200', '51.222.253.13', 1686612775, '__ci_last_regenerate|i:1686612775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc16e44774861c70bee6263f948fe1746951a08a', '190.148.252.56', 1663861306, '__ci_last_regenerate|i:1663861306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663799473\";last_ip|s:15:\"190.148.252.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663861277;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc186cb2e991db6b98ed17e8682db476ee13582d', '68.69.184.110', 1686422149, '__ci_last_regenerate|i:1686422149;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 ('bc1a7bddde83eb7b95a803bca58c0e0dd82497c7', '207.46.13.15', 1673821407, '__ci_last_regenerate|i:1673821407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1c4956516c6541a4f11cc5e80aa0e6bc11e413', '18.206.55.48', 1652386623, '__ci_last_regenerate|i:1652386623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1ccfdadb1eb4d469c1f0fbdf0af9289ec43146', '114.119.158.125', 1684416159, '__ci_last_regenerate|i:1684416159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1d31a7de3a20ee5817a353ffabb3339d9d8c6a', '17.121.112.10', 1661633839, '__ci_last_regenerate|i:1661633839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc1ee94b8d75e87c1ee70da4894779a07c78a092', '52.167.144.164', 1685927720, '__ci_last_regenerate|i:1685927720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc22c52808bed94f85c8211fdacf8b8047eacd5e', '66.249.79.196', 1688549132, '__ci_last_regenerate|i:1688549132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc2448c6f129b8e54f541b4baec3e11f275fccd8', '190.148.157.173', 1652726644, '__ci_last_regenerate|i:1652726644;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652104692\";last_ip|s:14:\"190.56.173.251\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652726640;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc2496723fb37fbab5d5281a3812cc0532497b21', '18.206.55.48', 1650999420, '__ci_last_regenerate|i:1650999420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc284e28f42f6110a53a2390ef886219f0955348', '40.77.167.49', 1664361308, '__ci_last_regenerate|i:1664361307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc2bb5e541114c766ac332a9898737678fc846d1', '200.119.168.250', 1680813471, '__ci_last_regenerate|i:1680813471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680812688;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc2cc5f9235f54565666caa8fce6e03720d8e34a', '190.56.173.213', 1683057422, '__ci_last_regenerate|i:1683027112;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682951230\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683057422;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc33afbd688b26d5853a28ea67c79a318c152f82', '54.36.149.29', 1655887784, '__ci_last_regenerate|i:1655887784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc38128e5d94a55b4d333970c4f394344e409a0d', '40.77.167.123', 1683529860, '__ci_last_regenerate|i:1683529860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc39861f5163d983fb5f37a060c1781cb75ecffa', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;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 ('bc3993f67efc51d14663caa9cf4acdc7659adae6', '190.56.173.136', 1687969445, '__ci_last_regenerate|i:1687969445;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687969365;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc3bda9eaf8029f2f86b550decc192e3b6e6a5f5', '54.203.10.75', 1654435966, '__ci_last_regenerate|i:1654435966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc3e0492e90cb27d07cfd5e9b8caed7739c40ae7', '52.167.144.164', 1685975765, '__ci_last_regenerate|i:1685975765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc3f3749d37f88ec8a19ddf818920b330ad428d5', '52.167.144.39', 1680454092, '__ci_last_regenerate|i:1680454092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc404848ffab9508101fe6346ea0408b6049f8de', '157.55.39.54', 1659441214, '__ci_last_regenerate|i:1659441213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc405215d54e2ff1756b1e685d637c44c154eb37', '66.249.79.203', 1681963810, '__ci_last_regenerate|i:1681963810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc421c16541a664dc15ea064df5f95140f9073df', '157.55.39.128', 1673095848, '__ci_last_regenerate|i:1673095848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc423c85c5ee6a8a68ef73f44969996cbd25f815', '190.56.32.243', 1684788553, '__ci_last_regenerate|i:1684788553;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684788549;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc430e4efcd1b9e5c37c443d412a17600a5316a2', '114.119.130.210', 1686548082, '__ci_last_regenerate|i:1686548082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc454568b3dddf4b5258e8355290706db92f3418', '207.46.13.10', 1671046595, '__ci_last_regenerate|i:1671046595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc45e6cac444c13e2a27fb71a0a51c68c4b3f4b3', '54.36.148.62', 1659039284, '__ci_last_regenerate|i:1659039284;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 ('bc48f38a6d2e3f941ddeaa919ae3b9df04f9df08', '190.104.119.122', 1651067799, '__ci_last_regenerate|i:1651067799;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651019642\";last_ip|s:15:\"190.104.119.122\";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 ('bc494525504141ae36ca2741c3faab12d81df75a', '190.56.54.156', 1665159328, '__ci_last_regenerate|i:1665159328;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('bc4a4c4240b81f11e1d00401a7a3aa42030bb422', '190.56.55.0', 1687823026, '__ci_last_regenerate|i:1687823026;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687823023;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc4d39afc27f5488959794253f8bc7da45b390ab', '54.36.148.12', 1680399907, '__ci_last_regenerate|i:1680399907;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 ('bc4f3839d5f9a57f1a382f7c1d2577be1071b5ed', '200.119.174.9', 1674395153, '__ci_last_regenerate|i:1674395153;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674394371;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc51860d62d849cb0964434001619f356be11561', '157.55.39.253', 1682683032, '__ci_last_regenerate|i:1682683032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc51ba0e11f9e3adad0e61770f87eedc75dc5745', '52.167.144.98', 1685477558, '__ci_last_regenerate|i:1685477558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc525a00d55461bed4363b088cf0cde93d66a927', '54.36.148.189', 1687446492, '__ci_last_regenerate|i:1687446492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc53ad88bbaa739bcf377c1f1d202e5aa16d6c2b', '17.121.114.182', 1652211145, '__ci_last_regenerate|i:1652211145;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc546c74564a570d04619ff47323aef7bfdf82c7', '190.56.32.35', 1671718486, '__ci_last_regenerate|i:1671718486;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671718336;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc547e2697a9afae0e0a548389ddcbda8c3293d9', '200.119.172.95', 1659553231, '__ci_last_regenerate|i:1659553231;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659551002;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc54ec4ceb7d5907c4bbbc4b4ad05ea917bdf17d', '172.245.217.121', 1653508491, '__ci_last_regenerate|i:1653508491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc555a10bbacd0608629a8e4d2685ed9d45d4826', '165.232.190.123', 1656638105, '__ci_last_regenerate|i:1656638104;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc587b7e2aa2f8d095c5e1e3edd80d8660c6ae83', '93.158.91.183', 1684584317, '__ci_last_regenerate|i:1684584317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5930f6bf6ed93ba064e5c4c87f8f5a572c1178', '200.119.168.250', 1680787237, '__ci_last_regenerate|i:1680787237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680783637;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5a0ca3ebef2b41fd3ba2d207b15cf2ad943577', '51.195.216.255', 1650743130, '__ci_last_regenerate|i:1650743128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5a7893c6c54fee4d620f5f70300092cade0297', '190.148.158.151', 1677261903, '__ci_last_regenerate|i:1677261903;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677261858;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5a96878bb60fd72dec5dca1da0d839cb362578', '190.148.158.175', 1672163412, '__ci_last_regenerate|i:1672163412;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672163369;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5b73f58628073e40d049cf5e56e18887dd7821', '52.167.144.162', 1686249632, '__ci_last_regenerate|i:1686249632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5c550a0bf1eabfd3d8799a64ce31676dc0a6ac', '52.167.144.162', 1687280623, '__ci_last_regenerate|i:1687280623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5ca1ff8979d43901b7b2884c37f61f7880f751', '41.93.82.7', 1653426017, '__ci_last_regenerate|i:1653426017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5cb01cbf78fe4f4dae0275629c90060e17e7e4', '198.251.73.69', 1679118490, '__ci_last_regenerate|i:1679118490;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5cce60650520b0210d0e324caa84b4dcb6a0a0', '51.222.253.19', 1669148497, '__ci_last_regenerate|i:1669148497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5ea8c9b250104b44269ed352e58ac69fe4f7f4', '157.55.39.112', 1662715234, '__ci_last_regenerate|i:1662715234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc60c448506eb7607991f95b86750e95e58fb7fd', '52.167.144.98', 1686515213, '__ci_last_regenerate|i:1686515213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc616539006c24404a66ef5e2deaa22a5fd14699', '190.148.252.102', 1681910068, '__ci_last_regenerate|i:1681910068;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681910061;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc63c8ac29417a06218bf8ee8b626f5a126adfa0', '17.121.113.192', 1656517979, '__ci_last_regenerate|i:1656517979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc641b9997915033001f82f8ab93c4f0a244c87b', '190.56.55.113', 1673537185, '__ci_last_regenerate|i:1673537185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673537166;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc6475ce03b44d2025956b1d05186e973c1c428f', '52.167.144.166', 1686889978, '__ci_last_regenerate|i:1686889978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc66771166c6c9e1b592a0b5011200adac3c74a6', '200.119.175.15', 1658590989, '__ci_last_regenerate|i:1658590975;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658580667\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658590980;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc681700722bbca96a632b9a416192f0a4e4568c', '200.119.170.145', 1654896224, '__ci_last_regenerate|i:1654896224;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654893727;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc684a294dbb71b8bf572513fb7f9d94c58cf1a1', '200.119.172.60', 1674675910, '__ci_last_regenerate|i:1674675910;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674675827;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc69202b1045514031dac0825efb0b49a3b3877f', '157.55.39.79', 1669998545, '__ci_last_regenerate|i:1669998545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc6bc9732dcf730b8044968d918b16c3e8ee4252', '40.77.167.227', 1682367581, '__ci_last_regenerate|i:1682367581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc6be04694ad7f3f0493b1a8ef2527b26b1bbbb5', '190.148.252.111', 1677794573, '__ci_last_regenerate|i:1677794573;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677793746;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc6cd6548e79d9adecb34178841db584c3551926', '40.77.167.182', 1683501872, '__ci_last_regenerate|i:1683501872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc6e618efb1310b67714ed0c49c71ff4973cd2bd', '54.227.32.154', 1651390399, '__ci_last_regenerate|i:1651390399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc73e898af53e59a2a93bd95a03da49217412505', '51.222.253.14', 1687606174, '__ci_last_regenerate|i:1687606174;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 ('bc7449b4f2bc2f92d96b3ab82ac8005c1aa1d890', '74.208.2.160', 1672659754, '__ci_last_regenerate|i:1672659754;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 ('bc78cfb743ae85a53a8033188be9c60fa1dd9b4a', '17.121.114.117', 1650889917, '__ci_last_regenerate|i:1650889917;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 ('bc79272e6b2ec7451638d79372e4c9ac834b2865', '190.56.55.113', 1673707398, '__ci_last_regenerate|i:1673707398;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673707329;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc79edca7dfa4c4fc0c8f6a0822d1be6d006c4be', '190.56.55.48', 1687622507, '__ci_last_regenerate|i:1687622507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687622387;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc7b2105bf64a22e13d14e7e19f18535262ff135', '51.222.253.2', 1682479657, '__ci_last_regenerate|i:1682479657;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 ('bc7b529e170b89caedef85d3a94ec155e5e73c45', '40.77.167.79', 1653674035, '__ci_last_regenerate|i:1653674025;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc7c43441fb8b81100f3c33bd75731dc7e02c2f7', '17.121.114.253', 1653219419, '__ci_last_regenerate|i:1653219419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc7dcfad7d2103a5109772d13ed9077d0493e45a', '114.119.150.248', 1688198078, '__ci_last_regenerate|i:1688198078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc80fe92f3c2c18df0c96a8001505193d580565c', '190.148.252.151', 1671134098, '__ci_last_regenerate|i:1671134098;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671130684;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc818f9ad4ca998757c998b17d2c9afbbeed2687', '157.55.39.194', 1674432082, '__ci_last_regenerate|i:1674432082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc8259fdc52d37fe7d8bc4ddc4ab87470d04cf55', '66.249.72.232', 1651747708, '__ci_last_regenerate|i:1651747708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc84e526099e0cdac9b8b57b6f6cd1da7999e1de', '52.167.144.28', 1679587605, '__ci_last_regenerate|i:1679587605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc85c93354d8576824bb87ff8d89cd8cb832f433', '157.55.39.217', 1683192222, '__ci_last_regenerate|i:1683192222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc876f59654396cc84c3107ee903596adf757656', '200.119.173.96', 1687126629, '__ci_last_regenerate|i:1687126629;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687126618;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc87e65dbba0c7452562efca276fe60b781a583f', '54.36.148.3', 1663555274, '__ci_last_regenerate|i:1663555274;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 ('bc887cab2a96755d049cd00fba4827b382af75eb', '52.167.144.61', 1688062005, '__ci_last_regenerate|i:1688062005;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc88c6a2b6754505eabe79081570819768464332', '114.119.138.220', 1687733104, '__ci_last_regenerate|i:1687733103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc89198560d5e2f571a8667a69acf8ce1efe38d8', '190.56.173.251', 1652136605, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652136605;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"awAv0xToVG17iMEUHgqs\";last_activity|i:1652134720;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc8ad87e15c13743ca330a46b81b4278dffaa01f', '40.77.167.157', 1677882104, '__ci_last_regenerate|i:1677882104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc8bc2a9a29d0cdfccd455e69dfcae7193e3e86c', '157.55.39.130', 1658861966, '__ci_last_regenerate|i:1658861956;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc91e6dd77acf21d7d26fc1d83206c8049242871', '52.167.144.164', 1685792175, '__ci_last_regenerate|i:1685792175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc94f7c234b57bbd9d23eba28ae2aa14fdd22b31', '40.77.167.104', 1668767542, '__ci_last_regenerate|i:1668767542;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 ('bc950f0f3d33b5f7627ebd061d4c7d3c6ca781ee', '40.77.167.175', 1679835353, '__ci_last_regenerate|i:1679835353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc956304769999f8b939132fa7f2aec2b2dcde75', '40.77.167.202', 1687653152, '__ci_last_regenerate|i:1687653152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc9564d34f9f9fb8c82f484f57a9e94074b97b08', '190.148.252.67', 1688518510, '__ci_last_regenerate|i:1688518510;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688518421;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc96e01fffd655425957926a7f576ef84c9d9583', '140.246.136.252', 1674234013, '__ci_last_regenerate|i:1674234013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc976066cdf8dcfd4f622ed0b90df9f3d53c3bd1', '190.56.32.32', 1686166067, '__ci_last_regenerate|i:1686166067;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686164876;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc97e652150f2e6684eac38ee8418611e1f8b4d7', '5.188.62.26', 1660748010, '__ci_last_regenerate|i:1660748005;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc99f32dac92a7e3156607589bd959151dbda26b', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc9eb3eba6d10312d522d9dd8b2655ec209f43c9', '5.188.62.26', 1656355009, '__ci_last_regenerate|i:1656355005;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc9f2ea509b3519b5895fd262d4c16fdc07727d9', '190.148.252.73', 1664814418, '__ci_last_regenerate|i:1664814418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664814408;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc9feba0623d31c260b15d4d7689dc5bf004f5c1', '52.167.144.48', 1676297397, '__ci_last_regenerate|i:1676297397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca084a8e3a1de46d9fb1d799731a472a3260afe', '40.77.167.192', 1681467449, '__ci_last_regenerate|i:1681467449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca2e50b69dbf0a554d816f5db267f0885b6d125', '114.119.140.186', 1686977370, '__ci_last_regenerate|i:1686977370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca2f105caf614b5c6ada5cc3468a93509e3455d', '52.167.144.109', 1680610043, '__ci_last_regenerate|i:1680610042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca46e0f483423a5eeb1b96590d3a79e857c0b7c', '157.55.39.100', 1671972140, '__ci_last_regenerate|i:1671972140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca7ab34f91ed0ee17e591ec9d357a2aacf36aec', '54.36.148.138', 1659227897, '__ci_last_regenerate|i:1659227897;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 ('bca80cc626b06f404ea353145e3871f92900c3db', '207.46.13.154', 1670902711, '__ci_last_regenerate|i:1670902711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca9a426564642f91fdd8f0733cd1ed0192870f4', '52.13.68.101', 1682813562, '__ci_last_regenerate|i:1682813562;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 ('bcac738fd6bdd294dc98307aff05c89031c5a276', '138.246.253.24', 1682653076, '__ci_last_regenerate|i:1682653076;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 ('bcac754e9ff862132c1739d662570eb69f430116', '157.55.39.112', 1663420258, '__ci_last_regenerate|i:1663420258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcaf0e58b46a676f812c115a22b52e72959553a4', '5.188.62.140', 1656399081, '__ci_last_regenerate|i:1656399081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcaf38b4d5d8a359b0b7136145cbf5ad25e3c1c4', '51.222.253.13', 1676306369, '__ci_last_regenerate|i:1676306369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb064f763e5e122af008d8fc95d4e4ba7422c91', '198.251.73.37', 1669808167, '__ci_last_regenerate|i:1669808167;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb1ee3cccdb5dc972c6fbd565a6bb1eeb2b967f', '200.119.170.143', 1670258285, '__ci_last_regenerate|i:1670258285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670258256;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb204d096d62a030534ca310dc2f92198d4e9d5', '190.56.49.237', 1665772563, '__ci_last_regenerate|i:1665772563;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";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\";user_csrf|s:20:\"JV5pCDKmvFUczdQBLWX2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb2a06369d5aada9fc0b57c580094824be08caa', '54.237.250.240', 1650909609, '__ci_last_regenerate|i:1650909609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb3239797a0ff797173db091d4a84a90e0925bf', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb4c1c10e2abdd83e12cda15f383a76ea2bbdc5', '45.63.18.23', 1688453439, '__ci_last_regenerate|i:1688453439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb50370f10d11fa9e2c901107f6c455705547a0', '190.148.252.112', 1667769192, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667769192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667769176;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb6eee1c8192c802eea828dfeee514050ab3e58', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb812442cb00261d33fbb0aadf311d9282b19eb', '207.46.13.221', 1687033067, '__ci_last_regenerate|i:1687033067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb8b036c78c951bd6ebd7da5ae256980b36786a', '114.119.138.70', 1687145008, '__ci_last_regenerate|i:1687145008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb999614ca9aa396e4d7d738893c06fc908a267', '200.119.173.135', 1666361208, '__ci_last_regenerate|i:1666361208;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666128725\";last_ip|s:13:\"190.56.49.109\";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 ('bcbd49824d43c9aa008d30f316f53f8ef24da34f', '157.55.39.253', 1682542878, '__ci_last_regenerate|i:1682542878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcbd794d35d6838b313ae658fd17f567e6d93a0a', '157.55.39.68', 1666696943, '__ci_last_regenerate|i:1666696943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcbeb68a72d401396ae055f02a5f6d2c799173d7', '66.249.79.208', 1666103165, '__ci_last_regenerate|i:1666103165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcbedc04e41ae1d027986f1317e669c08afc9100', '114.119.153.106', 1687574266, '__ci_last_regenerate|i:1687574266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcbfe06edcd417051b2684ad6d8329e9c7bbd425', '52.167.144.82', 1687279255, '__ci_last_regenerate|i:1687279255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc0e02a55c9d7d34a4c9426f4eb026fb5b1e660', '114.119.159.210', 1686717394, '__ci_last_regenerate|i:1686717385;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc0f4a591f166524b6e6da8df701f4ae029b6a5', '200.119.170.143', 1670278613, '__ci_last_regenerate|i:1670278613;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670278610;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc1232b87d6ef6a010032c3d7c9a9c36ea70018', '190.56.49.237', 1665677004, '__ci_last_regenerate|i:1665677004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665676998;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc358c95f10d818964c5823dc2e57b40dd2abc3', '35.163.231.217', 1660137367, '__ci_last_regenerate|i:1660137367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc8e215c9586b86a5960287f6353fa03becc0a7', '52.167.144.74', 1688003736, '__ci_last_regenerate|i:1688003736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bccbd0bd068f51ae5609123a4a8043f2dc4d2deb', '130.245.169.145', 1657274132, '__ci_last_regenerate|i:1657274132;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bccd95145475b6c7dcd4749260cd779ef0a28a43', '69.160.160.58', 1680641183, '__ci_last_regenerate|i:1680641183;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcce7c73fa69d29eb52018e1578fb528c92dad5f', '51.222.253.10', 1673394641, '__ci_last_regenerate|i:1673394641;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 ('bcd39afcbade4a26b09179aed883d2d1890e9c60', '167.94.138.117', 1656257699, '__ci_last_regenerate|i:1656257699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd39b3f1f9def32502d30c1fb066ded2835de75', '54.36.148.238', 1683270224, '__ci_last_regenerate|i:1683270224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd569881fdad44524ac2087ed1def7101dcdb9c', '114.119.156.60', 1688418378, '__ci_last_regenerate|i:1688418378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd7bf453915ddc742373d114d27d6bdd51e8a08', '190.148.158.151', 1677286268, '__ci_last_regenerate|i:1677286049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677286267;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd7f20b68cd4b025ea2f3a3dbff6bf60e9c3741', '157.55.39.143', 1670500826, '__ci_last_regenerate|i:1670500826;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd7f454e869666896555c95c298c3ec43dec40c', '190.148.157.53', 1683663566, '__ci_last_regenerate|i:1683663566;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"xQmpHJ9l2dftijTGnYZ6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd7f668ac637f4f212a94edccf33d51ebb499e7', '34.135.6.15', 1686386414, '__ci_last_regenerate|i:1686386414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcd844e2cc1a1404f11b1b86dd061b59db64b1e1', '207.46.13.154', 1670806751, '__ci_last_regenerate|i:1670806751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcdd38e90e2841e4fceb20faade29035cc6a4dd3', '114.119.131.151', 1684412562, '__ci_last_regenerate|i:1684412562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcdd5ae431d2bd24d3e1235f2aa98109c5aa2e70', '52.167.144.98', 1686314621, '__ci_last_regenerate|i:1686314621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcdfcaba7d121bf0910f29e887113ae964c2b285', '52.167.144.164', 1685874293, '__ci_last_regenerate|i:1685874293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce221717e2158848f33e210cf24d18e9207f30f', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce5a5b26d82c5636ac5d8a8e998ae74a91d5e97', '54.160.227.24', 1680617766, '__ci_last_regenerate|i:1680617765;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce5da677f50a22835a43a3ce7158b5c245544f1', '52.167.144.154', 1687930901, '__ci_last_regenerate|i:1687930901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce70af80a9d332040a74eafb34208ce6b085355', '52.167.144.162', 1686312913, '__ci_last_regenerate|i:1686312913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce7e70dd7b2cc38afdae18dbc46f3fac3973db5', '190.56.32.35', 1671913073, '__ci_last_regenerate|i:1671913073;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671912975;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce9cb8d034ef5148ca18646c70d5b12f7d3ba75', '93.158.91.183', 1672591703, '__ci_last_regenerate|i:1672591703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcea5b29e31d758f5fae3b52133fae29c7b84998', '190.148.158.151', 1677085753, '__ci_last_regenerate|i:1677085753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677085688;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcebc9a3566674bc65f9a3a5b3a10cce2eaed6e7', '52.167.144.63', 1687166716, '__ci_last_regenerate|i:1687166716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcec838cec44e9dceb09f4bb1268cabd7d7ba3e1', '52.167.144.164', 1685723473, '__ci_last_regenerate|i:1685723473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcecf90558baf6f88fa5d0cda4656c1d01a5f36e', '68.127.164.152', 1661648756, '__ci_last_regenerate|i:1661648756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcedb608fea54ffb7f74c1b6bdaaac6365e65936', '40.77.167.104', 1669292253, '__ci_last_regenerate|i:1669292253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcee15f74ae74de6f219fe3ce5ad99e254062a6e', '190.148.157.98', 1679272245, '__ci_last_regenerate|i:1679272245;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679271860;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcef5861196edaedffe0a826f7b07a415c48f456', '190.56.32.32', 1686183315, '__ci_last_regenerate|i:1686183315;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686183284;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcef71c86edde95b5767f727a661a73b4597c5b5', '52.167.144.98', 1685951112, '__ci_last_regenerate|i:1685951112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf31dcfff1aa1cfc6d110a34d824749b431445e', '52.167.144.98', 1684816858, '__ci_last_regenerate|i:1684816858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf3b2135bbf456f3e744947b3948070a6eebe4a', '114.119.155.153', 1688282568, '__ci_last_regenerate|i:1688282568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf3f79ee499cfd750befef50b8b33a380e4266c', '54.190.35.227', 1671457205, '__ci_last_regenerate|i:1671457205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf40fd03be1eb90d04e4217e2ff9533b9c16df9', '157.55.39.80', 1670416134, '__ci_last_regenerate|i:1670416134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf4874da56fc8b8b29886a7d871db44e751338e', '40.77.167.49', 1664502842, '__ci_last_regenerate|i:1664502842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf98d45e5fda617e12298c16f4c673932fcef4f', '190.56.173.175', 1653065332, '__ci_last_regenerate|i:1653065332;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653065299;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcf9f2fe7b0f3200938936a25cbbf833f9ecf5b3', '212.102.63.140', 1656362902, '__ci_last_regenerate|i:1656362902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcfb0f17797224721dd3bf2137d3dfea6d9eb77e', '190.148.157.83', 1687729363, '__ci_last_regenerate|i:1687729363;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687729355;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcfbde7daff61b87e50fe6af77c0beb36a7887d5', '190.148.158.151', 1677018784, '__ci_last_regenerate|i:1677018784;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677018696;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcfdd91cbddc4de8483dbe23aa7c6631793f49a7', '114.119.134.187', 1685738250, '__ci_last_regenerate|i:1685738250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcffc5c190423145730f5fea43a895abf81708bd', '17.121.113.211', 1652536500, '__ci_last_regenerate|i:1652536500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd00de0d63c9b884bed7057c7c9ffda5382dafb8', '190.148.157.184', 1651861219, '__ci_last_regenerate|i:1651861215;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651786305\";last_ip|s:14:\"190.56.173.169\";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\";last_activity|i:1651861215;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd01bc9de83fb79bb538db18ee61bc26df67119f', '45.129.18.125', 1654673247, '__ci_last_regenerate|i:1654673247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0234bd5fd7a90875ebdc81cdf6fdd0fc611f7c', '190.148.252.183', 1681215706, '__ci_last_regenerate|i:1681215706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681215703;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0322791f19db3c7336c8c59a1dc28a97c59fba', '34.210.86.240', 1668777117, '__ci_last_regenerate|i:1668777117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd03984f3e32b7eb4264f163c4f9af21b3438df1', '54.36.148.149', 1677224407, '__ci_last_regenerate|i:1677224407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0437119a7a5689ee352e82a94fd437986b7cec', '190.148.157.53', 1683823662, '__ci_last_regenerate|i:1683823662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683823653;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd06172d0f1a2666e23b2af2dfd5362e258953e3', '35.162.24.236', 1685659117, '__ci_last_regenerate|i:1685659117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd067055256c95db846615faf5f6c7254f490724', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd08c36e56d668d3d0e0a6ee52a4ba3fb482a3f9', '51.222.253.19', 1660903900, '__ci_last_regenerate|i:1660903900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd09342b21f77f1f95fa29af4abc20d23112d92e', '198.235.24.140', 1653935628, '__ci_last_regenerate|i:1653935628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd093c083c579040c58b802f2888741c4b37040c', '40.77.167.43', 1657570685, '__ci_last_regenerate|i:1657570685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0ae8386ba5c5bdaea49f288411c4f4b7ac9a37', '114.119.143.50', 1686546302, '__ci_last_regenerate|i:1686546302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0b070b9ae4d4a97672d0030ce1428f7d3d3c43', '66.249.79.196', 1687661085, '__ci_last_regenerate|i:1687661085;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 ('bd0b53ff2ef2c9bd98b478267aa7255ced1fe7bb', '200.119.174.9', 1674262681, '__ci_last_regenerate|i:1674262681;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674262677;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0cfd367d6bc0ad0cefbb11bc6a23ad166b3484', '52.167.144.98', 1685125637, '__ci_last_regenerate|i:1685125637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0d35f5ec67716fb846279da48486523b7b9470', '40.77.167.220', 1677647297, '__ci_last_regenerate|i:1677647297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0ef1aa1fa93e3b833ffb54e85f7c12edf874f2', '113.142.141.105', 1664514148, '__ci_last_regenerate|i:1664514148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0f7d7ac8e8051225df5ad9e2fe94e091b4d396', '157.55.39.128', 1673654240, '__ci_last_regenerate|i:1673654240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd10c902b27aea8f948723b05143d56c15567da6', '114.119.129.50', 1684315733, '__ci_last_regenerate|i:1684315733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd115b79b862e970becc71844741c16908a0cdb3', '209.126.3.56', 1687256931, '__ci_last_regenerate|i:1687256931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1197fc1ceadb855f7450bec0d76b3fc966c9c0', '52.167.144.164', 1686775945, '__ci_last_regenerate|i:1686775945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd12bd4a603eb57a12456572b690a32b573dde5a', '157.55.39.148', 1671815576, '__ci_last_regenerate|i:1671815576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd12cb1e38607b4f298595df3ac2083710c9fb2b', '40.77.167.49', 1665478595, '__ci_last_regenerate|i:1665478595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd12d908be829fb808f0041b80bef95651224132', '52.167.144.164', 1686595041, '__ci_last_regenerate|i:1686595041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd138467579238eb6be43b414bfd331640f1ed72', '52.167.144.162', 1686656301, '__ci_last_regenerate|i:1686656301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd14759c08c583658e7ad0e375c7a795633a6090', '163.123.143.82', 1673574412, '__ci_last_regenerate|i:1673574412;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1530c24bf82c95da3fbf42d1a51f0213f44690', '54.227.32.154', 1652842384, '__ci_last_regenerate|i:1652842384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd153fcc3e5ad3a4ddca7e1ab17b7fccee2d5369', '40.77.167.41', 1670980276, '__ci_last_regenerate|i:1670980276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1801b1fcd2515ba5c34a1ca3c35bf81c6a47fe', '190.56.32.174', 1676598363, '__ci_last_regenerate|i:1676598345;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676598362;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd19f3155d1e7da64519592dc231e6a0ae277d94', '200.119.168.250', 1680825969, '__ci_last_regenerate|i:1680825969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680825655;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1b2a15d277760fb03ab9fb1657778efe95da16', '200.119.170.137', 1668646498, '__ci_last_regenerate|i:1668646498;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668646390;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1dbfb749dd0f4e10afdaf11eb33234b4c4ee67', '54.36.148.41', 1675707285, '__ci_last_regenerate|i:1675707285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd1ef4ab583afe451f6f08f38afe6619c0a98e50', '157.55.39.125', 1655498073, '__ci_last_regenerate|i:1655498063;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd201204ac741ba57656154ad223d9fe47f0e971', '52.167.144.178', 1683856838, '__ci_last_regenerate|i:1683856838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd21dc8c9ee18957f5602799950bc65f9200b592', '190.148.158.9', 1686766250, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686766250;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686741986\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686765983;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd21ec4a986d0c13aca27f38351fcc79f751d314', '52.167.144.154', 1687478733, '__ci_last_regenerate|i:1687478733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd23f54671245956bc80eb0eaa83ee1dc79f5cd8', '207.46.13.142', 1664997888, '__ci_last_regenerate|i:1664997888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd24c468d243901a72be90270bf73124a491081e', '190.148.157.183', 1680210842, '__ci_last_regenerate|i:1680210842;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680210836;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd250401646a67adb25780facc24897b081bc3db', '207.46.13.11', 1669577857, '__ci_last_regenerate|i:1669577857;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd258e2ed59981d89ab325dbb67d646fa55d9d1c', '190.56.32.35', 1672069475, '__ci_last_regenerate|i:1672069475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672069455;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd261d833e9024d310edf8ba37616d0c0efc9922', '190.148.252.56', 1663968433, '__ci_last_regenerate|i:1663968433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663967160;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd263f8059f00998520d8a08c2a62cdee0460f07', '52.167.144.164', 1686701649, '__ci_last_regenerate|i:1686701649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2743fa30735aa1815c25b39d16bebe004445d6', '114.119.151.67', 1687569606, '__ci_last_regenerate|i:1687569606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd27806424264fd737a611b1055319be8b1fd900', '190.148.157.98', 1679096009, '__ci_last_regenerate|i:1679096009;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679095792;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd283c9f5378953dd13243c302698fd7443e2ca6', '40.77.167.241', 1687513546, '__ci_last_regenerate|i:1687513546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2857dab1ab9f233b8b321075132414fdfff29e', '51.222.253.6', 1688107203, '__ci_last_regenerate|i:1688107203;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 ('bd289b85801c8bc417a87142cb6c1a5e4cad0786', '51.222.253.16', 1677454564, '__ci_last_regenerate|i:1677454564;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 ('bd2928b895b34873b2d80b32786672f93c99450f', '17.121.112.106', 1659538587, '__ci_last_regenerate|i:1659538587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2965a0bb8c68bf5fcf79fefd89f1023a2e6caa', '114.119.131.166', 1684934197, '__ci_last_regenerate|i:1684934197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2a79b64a0a552403adccedd0df002244a4e7fe', '74.208.2.183', 1672574286, '__ci_last_regenerate|i:1672574286;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2dc5a8dcb66a5e39a9da0829204688be03ee71', '114.119.139.220', 1685520918, '__ci_last_regenerate|i:1685520908;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd2e9395e36925713d437abc7b594d24f9dc50a8', '54.36.148.119', 1680377479, '__ci_last_regenerate|i:1680377479;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 ('bd311e005b66b91600eeb81ab942d51ff2873f88', '54.36.149.49', 1686811578, '__ci_last_regenerate|i:1686811578;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 ('bd3469f7d736e3499afcae1baf7ad39e7cbbe805', '52.167.144.95', 1680561509, '__ci_last_regenerate|i:1680561509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3483a692f70129d35818c4410b1d0b4dbc6a6c', '52.201.235.110', 1680771950, '__ci_last_regenerate|i:1680771950;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3533d00c2d935f02e577c45a48f616ba4f7bea', '54.190.157.69', 1656034836, '__ci_last_regenerate|i:1656034836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd35d01dd74922e59e35f91b53b8927e97d1b72b', '52.167.144.162', 1681559139, '__ci_last_regenerate|i:1681559139;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd365122ff86a3a192b9020cc1b1f38bbfb992f7', '51.222.253.13', 1660352817, '__ci_last_regenerate|i:1660352816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3703105c2314e5dcb56c3af228c06a2ec7ff1b', '190.148.158.175', 1672416076, '__ci_last_regenerate|i:1672416076;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";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\";user_csrf|s:20:\"ORWfgi7mX9tbkduaDEC4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd38efa523b8001a2ebcdf3bbdaa36cc69ecad97', '157.55.39.208', 1685947174, '__ci_last_regenerate|i:1685947174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd39c775384ca627bacd7c0bfdfe8bbcf14f5da4', '190.56.32.174', 1676903193, '__ci_last_regenerate|i:1676902896;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676761608\";last_ip|s:15:\"190.148.158.108\";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\";user_csrf|s:20:\"uHVk1DdCIMyWFgO0qlrZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3ace40106808b6b75daaac951b83a284522448', '190.148.157.183', 1680462688, '__ci_last_regenerate|i:1680462688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680462523;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3b0ac117f2307fb13c1259819e12d5bb6e871a', '114.119.159.226', 1687992662, '__ci_last_regenerate|i:1687992655;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3db3a4eb62060977eb1fef0fe1f086d01d1750', '190.148.157.98', 1679156876, '__ci_last_regenerate|i:1679156876;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679156574;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3e11466d9af7386965d980fb21d7329fdb9c1b', '114.119.145.47', 1687501562, '__ci_last_regenerate|i:1687501562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3ebb260b2b9b7ff25252d84cae09fb00e763e2', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd3fb545897dd0e9c6d53e00d42cfc61bf6e67c6', '207.46.13.215', 1677246952, '__ci_last_regenerate|i:1677246952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd43074663f46ef5e4f47005bc01c9b8fec73d1c', '130.245.169.145', 1657274138, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd436aee2bcd238cb350fddacf8854c4ee7d074e', '207.46.13.217', 1684248132, '__ci_last_regenerate|i:1684248132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4543f3f5d3e9340275e7d14ef756885748a87d', '190.148.87.6', 1668288354, '__ci_last_regenerate|i:1668288354;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668287616;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4586f805e910f5a8e3d0de29d6dd3a5b83352c', '114.119.133.119', 1688420714, '__ci_last_regenerate|i:1688420714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd45a9827310379f00f6ca93a5d6200ec2f380c3', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd45d705b37be46d196171faec44261570d3d474', '66.249.74.99', 1686969577, '__ci_last_regenerate|i:1686969577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4913bcb33ce384c1bcf9c8f29cb259a71994fe', '54.36.149.66', 1668710509, '__ci_last_regenerate|i:1668710509;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 ('bd4aadba434cc54a5214c222ebe1e279b9666d76', '54.36.149.40', 1658570072, '__ci_last_regenerate|i:1658570072;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 ('bd4b947229923f8d8e930154c0bc89d110839d96', '192.71.225.127', 1682937492, '__ci_last_regenerate|i:1682937492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4cdd8088c683f0130a58c6633e06bed90e12a1', '69.160.160.59', 1667400625, '__ci_last_regenerate|i:1667400625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd507f978bdb250b08613efba65f0e6e9266e7f2', '114.119.151.133', 1686279924, '__ci_last_regenerate|i:1686279924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5304de1c2c1fd647f858ae16049ef18f8323f2', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd53a4dcb06fbe500370d5347fdf218c36f25da8', '200.119.174.54', 1657977684, '__ci_last_regenerate|i:1657977667;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657975187\";last_ip|s:14:\"200.119.174.54\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657977684;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd53ed16aeea062b1a906f3aeaa62a24967a7059', '40.77.167.182', 1683399766, '__ci_last_regenerate|i:1683399766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5462af4a7edbc5fc6e0241afa84e6048dd310c', '190.148.158.151', 1677076765, '__ci_last_regenerate|i:1677076765;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677076754;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd55ebc29c47f1de7b0562fac1c93ab7e5b7c104', '130.255.166.120', 1660829470, '__ci_last_regenerate|i:1660829470;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 ('bd56cb17a0e1ec3b05d57bcf155d7521ec199f36', '200.119.168.48', 1668092281, '__ci_last_regenerate|i:1668092281;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd571f221cf9ec9da87bcea314f6185f48e199a1', '51.222.253.4', 1659131352, '__ci_last_regenerate|i:1659131352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd58cc9f43598a7803fde236b4778d8682aa8a03', '200.119.169.55', 1667257072, '__ci_last_regenerate|i:1667257072;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667230164\";last_ip|s:12:\"190.56.50.15\";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\";user_csrf|s:20:\"VfoZEum0lwW6gbBCsYtp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd59c89381a8b1b8fd8f6110edc0916af340d2c6', '52.167.144.105', 1677949743, '__ci_last_regenerate|i:1677949743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5a378435305e1f2978312792c3f47c8ade7ea4', '207.46.13.12', 1675867900, '__ci_last_regenerate|i:1675867900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5b1ec1fd9b5ba78e83e3a87bd03a549a94c720', '114.119.130.168', 1687305597, '__ci_last_regenerate|i:1687305597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5b722cec007a0799416455ad4d2d2ec5c28f22', '207.46.13.12', 1675512232, '__ci_last_regenerate|i:1675512232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5e7af1adba5b34517dfb96a07aa47f3e9eaf2a', '40.77.167.64', 1674817021, '__ci_last_regenerate|i:1674817021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5f1bebc168804c3511f021a7d3ea633d608c47', '157.55.39.164', 1654624344, '__ci_last_regenerate|i:1654624335;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5f3de9536b3991d750c6067945bdfd7013f098', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd61277de1c52858662caa75b1259193e7a6b825', '52.167.144.171', 1685485720, '__ci_last_regenerate|i:1685485720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd64367753d3810abba373e4c3daee1ef148c7f9', '190.148.157.117', 1675541983, '__ci_last_regenerate|i:1675541983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675540088;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6a150f771ab99e1d6ef982d2d5f05184b1cc65', '40.77.167.123', 1683265900, '__ci_last_regenerate|i:1683265900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6c775581c88be4c15b77189b2486a34d7f006e', '114.119.148.242', 1688523094, '__ci_last_regenerate|i:1688523094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6e69fec403b0a00515f0722530e1cd43a7c555', '157.55.39.69', 1671808018, '__ci_last_regenerate|i:1671808018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6e72595f5070e04f14a8d539ec702bdd770ea1', '40.77.167.156', 1678947049, '__ci_last_regenerate|i:1678947049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6ee64230d2a7e6f148521a6b7511dafc14dcfa', '17.121.114.152', 1660625836, '__ci_last_regenerate|i:1660625836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd6f966bd826763b36e37342c52c85fd78041e4f', '200.119.170.16', 1666818479, '__ci_last_regenerate|i:1666818479;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666818443;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd70bf5d4bd9359ca6677a1103b778c0fe523b67', '51.222.253.5', 1683703485, '__ci_last_regenerate|i:1683703485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd7398535a10d0b68de973718bef761f4dba3ee1', '190.56.173.213', 1683292735, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683292735;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683292151;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd740c610e9a64e07330b85ab64c8e31881e6027', '114.119.141.146', 1686073296, '__ci_last_regenerate|i:1686073296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd78e035e7e89f29078c8271f1074166c7915388', '77.74.177.119', 1664643979, '__ci_last_regenerate|i:1664643979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd795d2bd7865c63e7f715b298b18519b4f2d72d', '54.36.149.19', 1662991775, '__ci_last_regenerate|i:1662991775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd7da43f37a42f05950c18237f176b8de5ff5f51', '40.77.167.227', 1678716407, '__ci_last_regenerate|i:1678716407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd7dfea6bff57ac909f0672af393ac14e28aca3a', '190.56.32.243', 1684708982, '__ci_last_regenerate|i:1684708982;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684708956;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd7ef8a6cdc3fabbf6abe27cd2ab1557228c5825', '54.36.149.8', 1668311352, '__ci_last_regenerate|i:1668311352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd7f071e19d0b744a087151e6b73c1f0c8797f43', '40.77.167.79', 1655638508, '__ci_last_regenerate|i:1655638508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd7f28d2ed7785834501fca6b449452523b3af46', '190.148.252.183', 1681216192, '__ci_last_regenerate|i:1681216192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681215706;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd8030612fc1181e1978195b791e6dc558bddf92', '207.46.13.205', 1671597868, '__ci_last_regenerate|i:1671597868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd81d03e2fabe17ad827fcac6bf5f2c00b9e2b97', '190.148.87.6', 1668120289, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668120289;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668120218;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd81f0db59b6bbea23acff2a2aee5d8683eebafa', '190.148.252.73', 1664647256, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664647256;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664647147;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd82ceeff45b3c03bdc5cb311bec1079e542ef30', '200.119.174.9', 1674333551, '__ci_last_regenerate|i:1674333551;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674332475;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd8704ba44df3f18e294216dd0be9292e90687ac', '34.214.112.223', 1671196893, '__ci_last_regenerate|i:1671196893;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 ('bd88805e7138a028a976894588017033563bd115', '130.245.169.247', 1657277746, '__ci_last_regenerate|i:1657277744;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd8a0215b4447a281f03aa7f60b10c44586e5574', '40.77.167.114', 1678514390, '__ci_last_regenerate|i:1678514390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd8fc444687b3d1b29831f5bb4cfd8cd8f0be456', '51.222.253.15', 1668434255, '__ci_last_regenerate|i:1668434255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd9019acb31f73eaf84f2f9cd092d9ad2b4e8c5b', '207.46.13.48', 1654134633, '__ci_last_regenerate|i:1654134622;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd90b48a90330d48c4d79ddf1e3d3dfc91e793c2', '114.119.152.59', 1687805806, '__ci_last_regenerate|i:1687805806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd90dc87dba426a2033fa2c1dc5b8dcdd1bfe5b3', '52.167.144.63', 1686889997, '__ci_last_regenerate|i:1686889997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd911eba9bdf90a411ef7695b422e8ab230e2faf', '207.46.13.205', 1671332294, '__ci_last_regenerate|i:1671332294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd920978ab34c4f7b4e0129e9f6f7609a88d7e7a', '40.77.167.13', 1672390037, '__ci_last_regenerate|i:1672390037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd9665fcdb00944e7767a08e9865e4c6e35c7e51', '190.56.49.237', 1665845249, '__ci_last_regenerate|i:1665845249;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665845248;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd982ead17bd30a43424f53a3ca6afde4587eee4', '54.36.149.60', 1681843647, '__ci_last_regenerate|i:1681843647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd9833ad7277fbfa06c6e9991793ae5f40c36751', '190.148.252.96', 1673099896, '__ci_last_regenerate|i:1673099896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673099865;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd98836254d7e7e9594feefeb664294adb50023a', '157.55.39.192', 1666423505, '__ci_last_regenerate|i:1666422534;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd99bc4ba35c7a1a7648965ac927bee7351c25ea', '190.56.32.35', 1671713489, '__ci_last_regenerate|i:1671713489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671713298;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd9b3fe84d57844798ab79fcd150dde811c63943', '42.83.147.34', 1655350609, '__ci_last_regenerate|i:1655350609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd9e1420af7ed820e6de64cdc966990965e3796b', '40.77.167.227', 1682381313, '__ci_last_regenerate|i:1682381313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bda1555f26aca282c833e75447a6966447dca39c', '192.36.109.129', 1686587399, '__ci_last_regenerate|i:1686587399;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 ('bda5e39d90f17d71d75a85739378b7221651c905', '40.77.167.101', 1662297140, '__ci_last_regenerate|i:1662297140;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 ('bda6759dbc7999de32fe6299c206cc7a7960a3c0', '17.121.115.233', 1654774388, '__ci_last_regenerate|i:1654774388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bda6afa4e0e531fd1ef08d02dcf5ec715248ddbd', '114.119.150.15', 1686394235, '__ci_last_regenerate|i:1686394235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bda719e0da1361c3613da60b34263c8cabf20b44', '200.119.168.250', 1680872691, '__ci_last_regenerate|i:1680872691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680872636;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bda8be42a25ab3e79b9cc6e996a6f31513890105', '69.175.19.182', 1656275642, '__ci_last_regenerate|i:1656275642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bda8c48561f300fec1638d2607314bd9b5cf4dd6', '195.62.15.80', 1653289329, '__ci_last_regenerate|i:1653289328;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdab076104d55ecc928a0a4d7675e05cdcaa81e3', '51.222.253.17', 1679658254, '__ci_last_regenerate|i:1679658254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdac69201f37384399c6fa605ce44f982c88785f', '190.148.87.6', 1668207086, '__ci_last_regenerate|i:1668207086;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"43wzLWBbeusPQIaj61oM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdac82aab74ded50477d2a1f5c91aed5f9484dcd', '190.56.50.39', 1664991399, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664991399;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664991287;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdad1257e1b9c1ac18d1a54ff60ba3ade6a876aa', '52.167.144.162', 1686577682, '__ci_last_regenerate|i:1686577682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdaee1843798878983593f0e9ceaf29b928f5092', '45.63.18.23', 1688485864, '__ci_last_regenerate|i:1688485864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb05228d655b299524e6c0a7630b2672681b864', '190.148.157.80', 1669248061, '__ci_last_regenerate|i:1669248061;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669247985;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb0c5fce9107fa6bf869ed5acbc7ddf8c584c09', '114.119.140.103', 1687562810, '__ci_last_regenerate|i:1687562809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb30f8e9e29024a35fd67707d718d7d327fea80', '40.77.167.152', 1680738770, '__ci_last_regenerate|i:1680738770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb40bbc4b592436f2d3280a9b23fc87cfaa43b5', '66.249.79.194', 1687533929, '__ci_last_regenerate|i:1687533929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb43196a23e0d05e584d20003fe0f25d3a673dd', '40.77.167.227', 1681038674, '__ci_last_regenerate|i:1681038673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb5d1d69aefc1573165350719caf6942d8e664e', '190.56.55.113', 1673801394, '__ci_last_regenerate|i:1673801394;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673800627;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb6748b4f31e83d7ef55225c502988b6c94e5f6', '190.56.55.48', 1687625117, '__ci_last_regenerate|i:1687625117;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687625042;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdbcc777d067f332ecfaa44fa18ce017f929a88b', '17.121.115.67', 1657217515, '__ci_last_regenerate|i:1657217515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdbd3eff35531d31c835afe1c63d2cd5dfe83d43', '190.148.252.197', 1665618671, '__ci_last_regenerate|i:1665618670;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665618671;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdbd855cbd00ce1c9249ab4b4756a282bfdaf9d9', '52.167.144.164', 1686312928, '__ci_last_regenerate|i:1686312928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc02d1020923fe37d82a24d1ac251469b2faadb', '40.77.167.49', 1667225311, '__ci_last_regenerate|i:1667225311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc108351fde102461943b9115274ef3050f4a65', '52.167.144.164', 1684653124, '__ci_last_regenerate|i:1684653124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc1ac189cefb9df077a5c2de2543df7e51d25a5', '190.56.32.35', 1672006301, '__ci_last_regenerate|i:1672006301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672006292;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc3f4b208ab93307e66b5ce24bbf213bf299b28', '114.119.139.205', 1687286687, '__ci_last_regenerate|i:1687286687;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc416a8d330dd417ea363f089cb5ca4be82896b', '91.227.68.183', 1662933523, '__ci_last_regenerate|i:1662933523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc6c77f708d22a4cdd253f4ca0ca5caae2a92ab', '66.249.79.206', 1679300709, '__ci_last_regenerate|i:1679300709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc72e47277800dae9c1951885d6457f8078365b', '52.167.144.43', 1683741406, '__ci_last_regenerate|i:1683741406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc9ecc5cd7b2a25245e01457ae6cb47dfd835fd', '114.119.132.153', 1688218843, '__ci_last_regenerate|i:1688218843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdcbb0dc4f5c1bdcb321a18015b07f1f2cbd193a', '40.77.167.202', 1687547957, '__ci_last_regenerate|i:1687547957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdcc2da966c0540305f314cee15436160619a5b3', '157.55.39.65', 1661449940, '__ci_last_regenerate|i:1661449930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdce1e51e150e902170fa7eb0c9c2f1a5a419155', '190.148.87.182', 1679574685, '__ci_last_regenerate|i:1679574685;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679574679;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd13425401e29c7eb407b6adafc8427d8483cb8', '52.167.144.164', 1686510715, '__ci_last_regenerate|i:1686510715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd274f99eaaa25081dfc5342854b103a01552c7', '130.255.166.90', 1660829471, '__ci_last_regenerate|i:1660829471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd3c16f761931ad02049602581f84768fbace93', '200.119.172.60', 1674864069, '__ci_last_regenerate|i:1674864069;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674864053;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd3f4c344aeba42d85452078a1bef1dccb7cf8d', '40.77.167.16', 1673444158, '__ci_last_regenerate|i:1673444158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd42576c8d56685f40f71dfbf899671258ba46d', '40.77.167.44', 1670930576, '__ci_last_regenerate|i:1670709884;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd44addb5c25331df9d8283ebdcf34b300d4730', '157.55.39.33', 1653013779, '__ci_last_regenerate|i:1653013779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd463c03f86eed9adf2a33d96afd152da1c48cb', '200.119.168.250', 1680706345, '__ci_last_regenerate|i:1680706345;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680706298;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd49f7171269a3aa97ee56ee8cae2cdaee9f969', '190.56.32.174', 1676496075, '__ci_last_regenerate|i:1676496075;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676483279\";last_ip|s:13:\"190.56.32.174\";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 ('bdd5bbe7eeab91f0a5b381a6bcc0bb5e6f698022', '207.46.13.49', 1662241007, '__ci_last_regenerate|i:1662241007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd6b6117eb361697cf5c490758f9d6be4df5b41', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd73f47e5fcaf4595e55c2cc14031b069ea9674', '190.148.252.233', 1668889890, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668889890;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668889541;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd7be860a523d20a1c9d3cf21d237983a2c8f66', '157.55.39.90', 1662666488, '__ci_last_regenerate|i:1662666477;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd89db26eae860d9efcb353ac1b2c33bb28a134', '52.167.144.28', 1679252985, '__ci_last_regenerate|i:1679252985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd8b49762bec311d11ed87e81d6e35806580786', '46.101.63.152', 1652762871, '__ci_last_regenerate|i:1652762871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd8b8f559e671f1bd1b85b9c0489bd40756306f', '200.119.170.10', 1655305971, '__ci_last_regenerate|i:1655305781;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655228059\";last_ip|s:14:\"200.119.170.15\";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\";user_csrf|s:20:\"aAJkG0tMjf6WlrT4ugeh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd9e5af65cede1c1a07200e3bf260ff99f78d64', '130.255.166.174', 1655824105, '__ci_last_regenerate|i:1655824105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bddb61d3ac07e68d95b96497488f482422666416', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdde09d3ac7ed24f64e5811f527c5eb2a237386a', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bddf3d0750f73f9321eb511f9647b2d84ee3fcea', '157.55.39.192', 1664479789, '__ci_last_regenerate|i:1664479779;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bde22d84a33225f616c8c55b25bc135a595a41a6', '52.167.144.162', 1686703404, '__ci_last_regenerate|i:1686703404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bde42c19c4b1d31f974b25a00ecc80d253156344', '40.77.167.182', 1683192169, '__ci_last_regenerate|i:1683192169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bde67c1d7645e0bbcaaeba68f3bda07d61273e4b', '40.77.167.37', 1669998941, '__ci_last_regenerate|i:1669998941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bde6ed2f5727e94dafecefe04a114793d4d6a83a', '51.222.253.2', 1653312275, '__ci_last_regenerate|i:1653312275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdea6aae70ebaca6455f1ad1640e74858573fd12', '52.167.144.171', 1685773944, '__ci_last_regenerate|i:1685773944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdea7caf4f38b9d1786afc44f35503defdc87e2d', '54.36.148.211', 1669972117, '__ci_last_regenerate|i:1669972117;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 ('bdeab43f5e461739fb4d947a7a6a625eeddcbdcb', '200.119.170.30', 1660243431, '__ci_last_regenerate|i:1660243431;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660237202\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"GXY7m3u4gnaiRrf1wILd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdebac22441f7693e2a86e6476be2af823b0e952', '157.55.39.128', 1673322333, '__ci_last_regenerate|i:1673322333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdebdeebc44706f32fb88c9668530a7b7dbbd240', '190.56.54.156', 1665414158, '__ci_last_regenerate|i:1665414158;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665414016;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdec5807f3b3b8ddb5335d45643c513b0deb8c27', '17.121.115.69', 1652031130, '__ci_last_regenerate|i:1652031130;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 ('bded1acd4bf50e3647ab825a2120d1f9fa86a21b', '5.188.62.140', 1653257861, '__ci_last_regenerate|i:1653257858;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdee515e8467e76bf6e76e8edb3cdf126622d80b', '207.46.13.130', 1660770299, '__ci_last_regenerate|i:1660770299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdeec3c4662d94fe513a43b8ee8507898b904cb1', '157.55.39.28', 1667753709, '__ci_last_regenerate|i:1667753709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdef983808a13ea2b30b6ba987fa8c1f890ec9a9', '51.222.253.5', 1668669417, '__ci_last_regenerate|i:1668669417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf074247fb99e7bbde0da35c0ea237c88f60c9c', '200.119.174.9', 1674321823, '__ci_last_regenerate|i:1674321823;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674321033;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf0790f7976499a9f0d1c355e9af83e43b65d39', '114.119.140.60', 1688340840, '__ci_last_regenerate|i:1688340840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf1337f8e437d798aaf35cf5f609d9a57adc21a', '107.175.247.45', 1650757208, '__ci_last_regenerate|i:1650757208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf205153b43cfc5f665e9ecbc7089b2b5364758', '40.77.167.225', 1676643935, '__ci_last_regenerate|i:1676643935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf216d945b9ba3648901b7cb0f1dee04a7f6b61', '52.167.144.164', 1686739441, '__ci_last_regenerate|i:1686739441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf25bd6d4dd9dee88199fa1b5cc971889ff1b43', '190.56.54.156', 1665339084, '__ci_last_regenerate|i:1665339084;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665335646;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf3c37a467de69f478fc79b12d0dbf5b5c1594e', '52.167.144.74', 1688162349, '__ci_last_regenerate|i:1688162349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf406234e2794892e165bb5ffbba30d2c1e91f5', '157.55.39.253', 1682349554, '__ci_last_regenerate|i:1682349554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf670cb314a939e7a08218487e5ba99f3a1f03c', '51.222.253.2', 1664840469, '__ci_last_regenerate|i:1664840469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf6ac5f575e686ba7c57fe1cd5237115bb0f511', '52.167.144.164', 1685241021, '__ci_last_regenerate|i:1685241021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf800dfc0fe97c87a8a0fb9ba3cb191936a44d4', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf858be3b9c08cbf340874d53c6755b6bb6c331', '190.56.173.213', 1683397490, '__ci_last_regenerate|i:1683397490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683397416;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfa57d3b387563df7f35f54303e7bcee2ab686b', '34.220.207.44', 1652448368, '__ci_last_regenerate|i:1652448368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfaa899700c7618d203544048a711144b7991ff', '52.167.144.164', 1685882419, '__ci_last_regenerate|i:1685882419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfab1a0b107af592303a81a7142cb48c453834a', '190.148.157.177', 1682287079, '__ci_last_regenerate|i:1682287079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682285451;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfc3aab5abf632f6b60523ab82179fc6f90bd3c', '157.55.39.147', 1672197635, '__ci_last_regenerate|i:1672197635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfe50c8303c81c22102c41e2fca0b74855b0d04', '114.119.153.56', 1684210601, '__ci_last_regenerate|i:1684210601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdfec51c153f4bbd395c09cad769506be59b9a02', '114.119.143.185', 1686487618, '__ci_last_regenerate|i:1686487618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be02c7e28b6244cacd01c0c2129542779509c493', '173.249.31.237', 1659409257, '__ci_last_regenerate|i:1659409257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be04595eadf0e72cf02d5bc7b163fa2d8689c6a4', '51.222.253.8', 1686641519, '__ci_last_regenerate|i:1686641519;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be04a5c11ad275031818a6e72a50f96ee0ec3f03', '52.167.144.74', 1688055666, '__ci_last_regenerate|i:1688055666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be0512405f1c30b6664b7651867c4abab807e2be', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be0623f58761d2723e74376fbeb5804f2f07f6e6', '17.121.112.163', 1658450046, '__ci_last_regenerate|i:1658450046;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 ('be07a4e2c0358369039b42b9191bb5c72a5a4c69', '35.93.76.152', 1672060322, '__ci_last_regenerate|i:1672060321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be08819757468b23b8f915289d77042747a83b1e', '51.222.253.8', 1658918902, '__ci_last_regenerate|i:1658918902;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 ('be0b146bb1a46fc5d0187624fede4564ef12a402', '114.119.133.251', 1685529147, '__ci_last_regenerate|i:1685529147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be0b4a9223ba5c711b1cc289c8c0f8b0828dc389', '66.102.8.39', 1682028845, '__ci_last_regenerate|i:1682028845;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('be0c3b5bec3a4805225593ac3658cbf7f163605d', '200.119.170.168', 1670607944, '__ci_last_regenerate|i:1670607944;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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 ('be0f0a1d30d1e478ea7aba0655696063939dfc25', '54.36.149.69', 1685422045, '__ci_last_regenerate|i:1685422045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be0f2351fc4d0bcdb199a36a432c0ee6cafc300f', '114.119.152.134', 1684468710, '__ci_last_regenerate|i:1684468710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be119447d01337d3fad4651587c947f87ad0c8c5', '149.56.150.56', 1687689217, '__ci_last_regenerate|i:1687689217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be139b2345e260a2add50986225ee57a0809dffe', '207.46.13.160', 1666300631, '__ci_last_regenerate|i:1666300630;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be13bd170857e6a5c6a487839392a3eb52fe77dc', '40.77.167.175', 1680299503, '__ci_last_regenerate|i:1680299503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be19c62d596a72cfcf873fa0e7598d57c4992ce8', '152.89.196.13', 1660216680, '__ci_last_regenerate|i:1660216680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be1d3e90c4a1f82ee4491463d99b5f6bc2e94d1f', '51.222.253.9', 1666612293, '__ci_last_regenerate|i:1666612293;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be1d8d39e8ecc242abc9d4e3cc897a2518cb1980', '66.249.77.33', 1678221949, '__ci_last_regenerate|i:1678221949;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 ('be1dd7baa68dc7a1e1d542852924b8e5419cd0fc', '114.119.140.50', 1686320230, '__ci_last_regenerate|i:1686320230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be24d8903543446eacc7807f49494c448c72ec34', '34.208.161.60', 1657200779, '__ci_last_regenerate|i:1657200779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be25c1d247ea23d911e72c511c285c79ee10e548', '52.167.144.164', 1686652928, '__ci_last_regenerate|i:1686652928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be2718a65ee1df8a6e20c16b791b446519b31a1c', '40.77.167.45', 1670216720, '__ci_last_regenerate|i:1670216720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be2943686fba95e753b56d86a9387d320793fe26', '151.106.120.184', 1650745811, '__ci_last_regenerate|i:1650745811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be2abb38e1fc30a6aecfbd055c4a2a9a746d190a', '200.119.172.96', 1675354055, '__ci_last_regenerate|i:1675354055;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675184797\";last_ip|s:14:\"200.119.172.96\";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 ('be2af4667cc21baa83b7c853e56b917893e992ee', '114.119.136.86', 1688174036, '__ci_last_regenerate|i:1688174036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be2fc5e600908a504f04a789fd096d9d3ae7d78a', '54.36.148.117', 1662642511, '__ci_last_regenerate|i:1662642511;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 ('be3042cbb59e19fb64e7a5ebcc2ccca756045c5c', '51.222.253.20', 1679853194, '__ci_last_regenerate|i:1679853194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3091dd82451d23bf4a4cea39743ad835aa8fae', '200.119.168.250', 1680803635, '__ci_last_regenerate|i:1680803635;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680802520;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be30c1a66479b1d368c319af539dcd927e4516fe', '114.119.139.128', 1687602783, '__ci_last_regenerate|i:1687602783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be31dd9c192539e24663f628af33a823eaacd6dc', '114.119.139.183', 1686424878, '__ci_last_regenerate|i:1686424878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3355a312c83854188c2947d36ba2e635eac625', '207.46.13.41', 1664670956, '__ci_last_regenerate|i:1664670956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be342a39a679f55f51d735f828661e7cbbc6c778', '114.119.133.161', 1688541128, '__ci_last_regenerate|i:1688541128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be34a655635dafe7e0de11a00c061556711319a3', '51.222.253.9', 1658947252, '__ci_last_regenerate|i:1658947252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be35ab8e50c717c6465f7cbe9a81287d198e5c59', '190.148.87.99', 1688416534, '__ci_last_regenerate|i:1688416534;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"rWM4XT52CtEOU7y9FYNo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be366bd3d692f5daf06412e804cde21156884af3', '157.55.39.64', 1672390022, '__ci_last_regenerate|i:1672390022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be39c2f54edda1e0519f930144ebfd605a35a75f', '200.119.173.177', 1685396153, '__ci_last_regenerate|i:1685396153;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685396069;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3b41567b56fb3ec9262684e3217bf822c93c7c', '52.167.144.162', 1686788416, '__ci_last_regenerate|i:1686788416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3da5e8c9c3b5ae4122ac4b6912a49554fe624f', '200.119.174.55', 1662298716, '__ci_last_regenerate|i:1662298716;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662238076\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662298396;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3e3a0e8cf4a0b1465748e08be384c5572d71af', '114.119.131.195', 1685911781, '__ci_last_regenerate|i:1685911781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be3f25958f11a68f06c1f42435b0fab8efb8dd46', '54.36.148.68', 1658184379, '__ci_last_regenerate|i:1658184379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be40000cefdff2566428131c945bb5b74c248f94', '46.101.63.152', 1652762862, '__ci_last_regenerate|i:1652762862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be41a81d5eab1fbedd0ddb60f02f2266fea9969c', '40.77.167.80', 1686834538, '__ci_last_regenerate|i:1686834538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be448ee61d38087c2aee41914d9e612bacd70045', '200.119.170.210', 1669762728, '__ci_last_regenerate|i:1669762728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669762713;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be457d78dbd520ea99db853f306a154c9d9e895a', '54.36.149.78', 1669148491, '__ci_last_regenerate|i:1669148491;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 ('be467840350c7198156273fcfe490cf17d8bda1b', '52.167.144.164', 1685387970, '__ci_last_regenerate|i:1685387970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be480e61066cf3193f0c4e26b540f0401c62a4a3', '196.244.192.231', 1651090435, '__ci_last_regenerate|i:1651090435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be4abe1c6d28d0452ba14109c74e5056756526a0', '51.222.253.2', 1673402804, '__ci_last_regenerate|i:1673402804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be4c534b9de6b3981405eb4296de0b08aa6b7f60', '207.46.13.41', 1671597828, '__ci_last_regenerate|i:1671597828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be4f484832ead8de829490c6ca69124df17da73e', '190.148.157.53', 1684168040, '__ci_last_regenerate|i:1684168040;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('be4ffcd12b2a526c2f55c34fd6854cdb7273f902', '51.222.253.17', 1669551357, '__ci_last_regenerate|i:1669551357;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 ('be5086cecbf118cb18895dbe5f4741a383f35824', '40.77.167.80', 1686857006, '__ci_last_regenerate|i:1686857006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be50d063796ed5adf48d529b99adef5b47bae580', '144.76.67.169', 1676801117, '__ci_last_regenerate|i:1676801117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be537ad506b6040dce21fdea470e21b087f6cf04', '40.77.167.13', 1674432057, '__ci_last_regenerate|i:1674432057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be538a01f9b24d5899de38f63e481fa826a7ffaf', '50.21.188.77', 1672492713, '__ci_last_regenerate|i:1672492713;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be560e672f5dfbdeb7a2c1ccc7e077064b703a5d', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5636ed7b0dac13bdc3276b5fbef491c2d57f94', '114.119.155.126', 1687816344, '__ci_last_regenerate|i:1687816344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5659f04a306ea284c4ba41ebcb04caa8feaf4f', '52.167.144.162', 1686409547, '__ci_last_regenerate|i:1686409547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be573e30d7bc54f2415f4ed54523bdbf2c7da592', '207.46.13.221', 1687033066, '__ci_last_regenerate|i:1687033066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5a7931ab97f211d95f6d5b659efc697a2b4ec1', '51.222.253.6', 1653089333, '__ci_last_regenerate|i:1653089333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5b9b116d919628c6b87e5a8be2382cb677aa4e', '114.119.142.42', 1685906779, '__ci_last_regenerate|i:1685906779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5c2f9686d0fd2ef8e4b3da23e561503706496f', '52.167.144.73', 1679147876, '__ci_last_regenerate|i:1679147876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5f287517740cca19357addb4af5a56e0474060', '54.36.148.165', 1681525738, '__ci_last_regenerate|i:1681525738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5f5c80a896eefa8058a3977d666793469905d7', '52.167.144.171', 1685715974, '__ci_last_regenerate|i:1685715973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be603de655bdba4258347297c96101317bd04221', '114.119.132.228', 1686810719, '__ci_last_regenerate|i:1686810719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be617a045a80d1cb5f03ec8d2baee6d019ab2e4a', '54.202.106.127', 1663684339, '__ci_last_regenerate|i:1663684339;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 ('be61e5a966012a1ab2eed21105046d96d99eb354', '114.119.158.200', 1688135568, '__ci_last_regenerate|i:1688135564;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be61e5eb288cb6ed7993424d1184233c61f367da', '93.158.90.68', 1669214612, '__ci_last_regenerate|i:1669214612;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 ('be639d5269e5e2c6f452acb2e0b212c93188abed', '51.222.253.16', 1657221920, '__ci_last_regenerate|i:1657221920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be6a424a99c270d4e5ea2d0fab56704e698e6d44', '40.77.167.202', 1687784034, '__ci_last_regenerate|i:1687784034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be6c03166eee049722b5ca9b6db254465c0ce926', '190.148.252.36', 1661881320, '__ci_last_regenerate|i:1661881320;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661868956\";last_ip|s:15:\"200.119.173.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661880852;register_id|s:2:\"90\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 11:33:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be6c8a1a131cea0efb4561b50f044db01d47d9b3', '52.167.144.98', 1686652784, '__ci_last_regenerate|i:1686652784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be6d44a494e7048e3d860ff7763651c164956ef9', '157.55.39.62', 1658504926, '__ci_last_regenerate|i:1658504926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be6f253c0d03360afe77339489272f4257f43734', '190.148.157.173', 1652392237, '__ci_last_regenerate|i:1652392237;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652386341;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"bmaUxR7JGs5Fh0lNtVHT\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be7011f6d144fe2328ddd1736ea8ba07cbd9da67', '3.17.148.246', 1687183262, '__ci_last_regenerate|i:1687183262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be728e7500c6f3e552cc5b7bdd8af92f23cf1a9b', '190.148.252.151', 1670975122, '__ci_last_regenerate|i:1670975122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670970299;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be7591281edc4aa8ae6597ec5c63553b604f999b', '207.46.13.41', 1670908071, '__ci_last_regenerate|i:1670908070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be760c380f3abf1ccf12216b9b2bfd2290d40102', '44.234.60.96', 1654488505, '__ci_last_regenerate|i:1654488505;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 ('be78d1f5acc18eeab0b7a6cb5a15246e16d69b01', '17.121.112.91', 1663108844, '__ci_last_regenerate|i:1663108844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be7d94b45b24e310e5f99e1be51756b7d49c05a6', '52.167.144.76', 1681736087, '__ci_last_regenerate|i:1681736086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be84e34ccce8454acced0c5a774cb53b11ca4b6f', '34.70.33.198', 1664877670, '__ci_last_regenerate|i:1664877670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be853ad124046cc153f1721202904397d91a25d8', '114.119.132.135', 1687662755, '__ci_last_regenerate|i:1687662755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be85ce8791b438a95372fb6f1a35586ae880b863', '51.222.253.16', 1656852438, '__ci_last_regenerate|i:1656852438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be85f9102119f378f6385c14ea0adb80f94b5d4c', '35.162.8.147', 1667829140, '__ci_last_regenerate|i:1667829140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be893d02433202bfd4157836ec33e6a7d93d60b6', '5.188.62.76', 1659563236, '__ci_last_regenerate|i:1659563231;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be8a6cb66a89a35ca9d155b803994bbf1962c411', '114.119.147.58', 1687090715, '__ci_last_regenerate|i:1687090715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be8f56c36937aa1b5542b531e2877e951fa6fbdf', '190.148.87.96', 1678561425, '__ci_last_regenerate|i:1678561425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678560113;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be8fd991f774270904220f1e08984ac4bf2ac744', '114.119.167.18', 1687987908, '__ci_last_regenerate|i:1687987908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be900e5fe5491503a6478d1ff038752562e9faa8', '190.56.32.35', 1671750584, '__ci_last_regenerate|i:1671750584;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671750298;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be909711ecb6405a3b8d0cc8f6702d03c3b8b230', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9200c22bfd9192b83dc9eb0abfe533a3ff0e3c', '54.36.148.114', 1658846481, '__ci_last_regenerate|i:1658846481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be947af9f1e0eadfb9a441f8cd74cbf185c371b1', '114.119.130.57', 1687974678, '__ci_last_regenerate|i:1687974678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be959cb60a9de35a9caac935a40da4499ff4c91a', '190.56.173.213', 1683587072, '__ci_last_regenerate|i:1683587072;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683557046\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"jQr27mKoyd0NiIqE3nlM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be95a11154cc3ebc68ed0f82fe28e43feb02a838', '52.167.144.171', 1684518862, '__ci_last_regenerate|i:1684518862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be98fa91fa3f1d297902260f2e676b4c5e2063ee', '54.227.32.154', 1651701825, '__ci_last_regenerate|i:1651701825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be99f2382f61261a2be1fc656473ad4a29e6be5c', '114.119.137.211', 1687979330, '__ci_last_regenerate|i:1687979330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9b875d022ac0017de5cbc86872895ed06d3f57', '190.148.157.192', 1655913761, '__ci_last_regenerate|i:1655913761;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655913007;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9bbc3dbfb715ca93403ae4939040eec8d49f1a', '52.167.144.162', 1686055857, '__ci_last_regenerate|i:1686055857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9c28bc257e71baa2e5b663280eae8b1d76dec4', '190.56.32.35', 1671644424, '__ci_last_regenerate|i:1671644424;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"umvpFtlEDChoMZKyY180\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9d45c7b1a9ce2ee748f0d41b0cbce6f7d32f38', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9d6911ec2199d2683dca2e000b13816469688d', '40.77.167.182', 1683265888, '__ci_last_regenerate|i:1683265888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9dd2a3d5d55d063f1f2e8938a6f67303e65f50', '40.77.167.219', 1676667519, '__ci_last_regenerate|i:1676667519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9ee1df39fc0c0b9b9271e44a0a706ae7e485ce', '190.148.252.183', 1681735566, '__ci_last_regenerate|i:1681735566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681735170;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9eea9bd3bec575e6ad7a42103977a4543e40ab', '52.167.144.162', 1682165529, '__ci_last_regenerate|i:1682165529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9f77910789adb4b6f960c6f16e1a894e1947ab', '190.56.54.77', 1666289632, '__ci_last_regenerate|i:1666289632;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666287510;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be9f996a504529bcc95f0bce7632ac65934a508e', '40.77.167.191', 1681719199, '__ci_last_regenerate|i:1681719199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea0bbd748c05abc4eb211dafda0f879b5564658', '190.148.252.76', 1654374881, '__ci_last_regenerate|i:1654374881;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654374753;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea20750401cfe938c100c88836716bf5ea7a2e3', '190.148.252.96', 1673201573, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673201573;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673201493;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea39538eb95803b68e57a9126e22c11560ca3c0', '52.167.144.164', 1685608922, '__ci_last_regenerate|i:1685608922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea4bb56d8a2732aabdd006ba6ce5827a8fe1c17', '40.77.167.170', 1676084016, '__ci_last_regenerate|i:1676084016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea4e7334feb8ce375071b133687536ca7eb4c2d', '200.119.173.78', 1682819178, '__ci_last_regenerate|i:1682819165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682819178;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea5b53467f8a99bedb5addf1a89ae1169a8154b', '190.148.252.151', 1671055385, '__ci_last_regenerate|i:1671055385;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671051434\";last_ip|s:15:\"190.148.252.151\";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\";user_csrf|s:20:\"ABh2u9ij8zV3WH1QxEMp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea5d24446a27d6e80af972687e38402c77fe6dd', '190.148.252.151', 1671454170, '__ci_last_regenerate|i:1671454170;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671453780;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea66c6fe6f9dcab9bacc638e4dd2fa76e676f04', '51.222.253.2', 1674756454, '__ci_last_regenerate|i:1674756454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea69f14472fd1f1a3e20a6da64e6adb10b299da', '190.56.173.213', 1683237962, '__ci_last_regenerate|i:1683237962;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683237158;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea8387ea4cdf8a54369e1c32e35d0e32f0ee339', '66.249.79.196', 1688572059, '__ci_last_regenerate|i:1688572059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea91cdeb78661d137cdaf5b8218e835dc2e518a', '190.148.252.76', 1654095712, '__ci_last_regenerate|i:1654095594;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654041933\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654095712;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bea91ddee75f812f719ee3429a6a396af5a551dd', '66.249.65.168', 1673293345, '__ci_last_regenerate|i:1673293345;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 ('bea9d5a19e0c1b11bdac1837511dab59b6e10194', '40.77.167.49', 1665713547, '__ci_last_regenerate|i:1665713547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beadaad50aa7cc36700d7fa4a484ec59e4fbb35c', '54.36.148.245', 1657049949, '__ci_last_regenerate|i:1657049949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beaf1889210c58293c4747f2ec124b23c222bd78', '51.222.253.9', 1687124246, '__ci_last_regenerate|i:1687124246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beafefa7a07081546469778601533caead80a3e5', '190.148.158.69', 1685661549, '__ci_last_regenerate|i:1685661549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685661515;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb0f77f99b1fe74d49aa80fa1ed867f1ce5b310', '114.119.135.225', 1686485298, '__ci_last_regenerate|i:1686485297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb177b650b294e8b6ad442de6835467e23b390a', '114.119.129.211', 1686379174, '__ci_last_regenerate|i:1686379174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb3cb0d4327235d79e358f24a71936d2efafd39', '114.119.131.199', 1687506329, '__ci_last_regenerate|i:1687506329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb54a9f186065f6f6240f730ef584c1e6d21138', '52.167.144.49', 1677205775, '__ci_last_regenerate|i:1677205775;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb6f2103d277b8354cf4b30f404b3eed61ebd80', '207.46.13.12', 1675324893, '__ci_last_regenerate|i:1675324893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb7964ed75ad1989935e109e8edb70d2f018645', '40.77.167.79', 1653056723, '__ci_last_regenerate|i:1653056712;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beb9f9f03e7b72c7ba0c955f742fd721aac1c7ba', '144.76.67.169', 1669881295, '__ci_last_regenerate|i:1669881295;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bebb506470f5a4dfe53f758f4bb21e375b6ba2c6', '52.167.144.70', 1688527113, '__ci_last_regenerate|i:1688527113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bebc7bb970bee7bc1b44ceaf887c24b6a4ea0473', '157.55.39.79', 1670556233, '__ci_last_regenerate|i:1670556233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bebead26b23c5fd6ee1169b5572cb6adf8dfcc4e', '190.148.157.99', 1662505299, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1662505299;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468380\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662504585;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bec02c6b0c6a6a344907980b1e01887443557840', '40.77.167.147', 1681217149, '__ci_last_regenerate|i:1681217149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bec4a7f6b3f355fbeed76b3bf5fccbd39b7b134a', '157.55.39.51', 1667993100, '__ci_last_regenerate|i:1667993100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bec513a224401245cbb4d032ad3d3b3e8f254a07', '114.119.147.239', 1685333827, '__ci_last_regenerate|i:1685333827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bec736046787cb82827d579d14caa0d9eef7a7fb', '40.77.167.37', 1668834601, '__ci_last_regenerate|i:1668834601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beca4992f327a713ec0c750b29c1744827d5e61c', '207.46.13.230', 1656709575, '__ci_last_regenerate|i:1656709575;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 ('becbfffe95f0aac8b50c36e320c2c8d48e2ed751', '190.56.49.237', 1665844476, '__ci_last_regenerate|i:1665844476;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665844456;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('becc94dedf47f71ba1ea08a8340e6ddca5a46634', '54.185.206.111', 1669382174, '__ci_last_regenerate|i:1669382174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bece8c202c78f10da81ee445b54d8b141a6bac64', '52.167.144.98', 1685130089, '__ci_last_regenerate|i:1685130089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('becf673417480727fda4bc8c86b1c6f66d52b036', '190.56.32.35', 1671918546, '__ci_last_regenerate|i:1671918546;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671918543;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('becfe9a882aaced47e1c8ed79b18a27f5150c99f', '58.251.94.154', 1650670338, '__ci_last_regenerate|i:1650670338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('becfec3f9f5fee6a9239b1f18fd20ea60726ef7a', '207.46.13.236', 1653490217, '__ci_last_regenerate|i:1653490217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed187a350c75de67f7451973f97f568a1ed6dd7', '52.167.144.82', 1687308231, '__ci_last_regenerate|i:1687308230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed22a816075e991d302fc3692ecae70857d7f96', '51.222.253.3', 1686251876, '__ci_last_regenerate|i:1686251876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed2bbec6dbadceb70b1520a26ba21154cc58089', '190.148.157.53', 1684103703, '__ci_last_regenerate|i:1684103703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684103284;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed4efc5a3a19b722a92709571fbda3141003d3e', '51.222.253.14', 1652329468, '__ci_last_regenerate|i:1652329468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed57a909c731cac50cb9f55c95f80d3a8be082a', '207.46.13.234', 1660873596, '__ci_last_regenerate|i:1660873596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed60d6fc3524b8e142064e4903cf877a3a4bf07', '190.56.32.243', 1684781381, '__ci_last_regenerate|i:1684781381;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684780728;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed73336b1eae0dcd605da031cdfacd96eedb689', '190.148.87.182', 1679769330, '__ci_last_regenerate|i:1679769330;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679769114;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed780ea8b2302ee448c3227088ba60d83c7477b', '190.148.158.110', 1662240127, '__ci_last_regenerate|i:1662240126;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662219964\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662240126;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed9777607268109e4a54976b851b623e745046b', '190.148.158.164', 1667335216, '__ci_last_regenerate|i:1667335216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667335166;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedb0e8a9902c572564f7f664d562c092e889014', '190.148.252.161', 1669925550, '__ci_last_regenerate|i:1669925550;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669925462;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedb32b99c89e74a21619c1eeaa8eac326a6ee0d', '200.119.170.113', 1666710490, '__ci_last_regenerate|i:1666710490;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"Aoxg7QDzf3iZSFKBnOX4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedc0b9406c4bcd8013d3c65975fe338089b5b75', '200.119.173.177', 1685033856, '__ci_last_regenerate|i:1685033856;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685033770;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedcd47b99632925e8153b8bca6b6713aec1a3eb', '114.119.151.14', 1686080650, '__ci_last_regenerate|i:1686080635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedefa19f60dd469f499e2a9488ab6024d53605f', '66.249.74.107', 1682523600, '__ci_last_regenerate|i:1682523600;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 ('bedf94d7ca077ddbe2715f6b12cba207dee2a3cb', '157.55.39.253', 1682468324, '__ci_last_regenerate|i:1682468324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee14048d2a15fd8f1476c1307b5fc418b2d9f00', '157.55.39.87', 1663598525, '__ci_last_regenerate|i:1663598525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee3616b26ca57af0dba16e7a4eb2344ce129899', '17.121.115.80', 1653740903, '__ci_last_regenerate|i:1653740903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee4725665265af58383f1280608c16f1fda68cd', '190.56.32.243', 1684760334, '__ci_last_regenerate|i:1684760334;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684760310;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee8689de8b99007b1dbdacd47008e3ecdfb11f0', '190.56.173.136', 1687982382, '__ci_last_regenerate|i:1687982382;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687982283;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bee98c3e9b2bacae38244616fcad478128286150', '200.119.172.60', 1674659619, '__ci_last_regenerate|i:1674659619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674659618;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";error|s:158:\"Acceso denegado! Usted no tiene derecho a acceder a la página solicitada. Si usted piensa, es por error, por favor póngase en contacto con el administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beecd010648101f7ba94ef72f149f95443320202', '114.119.153.91', 1685980191, '__ci_last_regenerate|i:1685980191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beedcb7f91d19cef88cf0c323e18d3dbd4a2acd2', '54.36.148.160', 1668328480, '__ci_last_regenerate|i:1668328480;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 ('beef40eae4e8eed82ec8ff23ce2f6f3e967951a6', '51.222.253.20', 1655025377, '__ci_last_regenerate|i:1655025377;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 ('beefe69dbf9a09fb42296e63ea1f404ff6005314', '200.119.174.9', 1674133073, '__ci_last_regenerate|i:1674133073;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674133067;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef09dbc48240b0a95cd529e08c50302a6f51f15', '190.148.252.85', 1666201562, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666201562;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666201556;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef2b667d4bd4c55cf908bae57e9f3acee3193c3', '40.77.167.101', 1661502625, '__ci_last_regenerate|i:1661502625;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 ('bef407e46cca7f2bee1d93db81428b9fe22e8699', '167.94.138.117', 1651498671, '__ci_last_regenerate|i:1651498671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef4fed7bfcb16288d48d1b8365cf135ccb82ccc', '144.76.151.42', 1650866396, '__ci_last_regenerate|i:1650866396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef5e0a466e87034df8b5421439b3a255902668e', '200.119.174.9', 1674400714, '__ci_last_regenerate|i:1674400714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674400492;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef5fdc27dfeb035fc3b9d1b056bbbd43e541d5c', '114.119.146.141', 1685907818, '__ci_last_regenerate|i:1685907818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef8706dc4a2006d6550a8079b39b47061174f13', '114.119.146.211', 1685354023, '__ci_last_regenerate|i:1685354023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef902868c79ec9911b4a33a0060251ebe3f682e', '157.55.39.51', 1668248760, '__ci_last_regenerate|i:1668248760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('befc986a2ffa4017d615509cb67bc22260e79ee3', '35.211.94.153', 1654627981, '__ci_last_regenerate|i:1654627981;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 ('befcb384c0b3b6c380fa2293becb74fff2da43be', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865991;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 ('befeac585a4f5c731c4be30cc470f3574c7270ab', '51.222.253.18', 1685083262, '__ci_last_regenerate|i:1685083262;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 ('befeef6c26453a74a7f3f9f310e2913987a62338', '65.21.206.46', 1655315650, '__ci_last_regenerate|i:1655315650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beff1642f763a59bb93ab47d09a262026e8a8c5d', '114.119.138.179', 1688575839, '__ci_last_regenerate|i:1688575839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf008e2a75b310cf0b0386c3695ffcfd792887b6', '51.222.253.18', 1686732196, '__ci_last_regenerate|i:1686732196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf02091d1c857dfa267d94d863815bf38903d5f3', '190.56.55.113', 1673800335, '__ci_last_regenerate|i:1673800335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673799983;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf03d843c7d7744b04c9ad45dfa1a3fd685c0f3a', '190.148.252.55', 1675695621, '__ci_last_regenerate|i:1675695621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675695619;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf046167d27066b89035ea62d1c6925cf5617aaf', '5.75.135.65', 1688412518, '__ci_last_regenerate|i:1688412518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf04f21d6f58a3c06bd5b915ecfc47a4ceaa0b47', '72.13.62.27', 1666964191, '__ci_last_regenerate|i:1666964191;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 ('bf0562b663e1ce185abac191b32d450cf568676a', '200.119.168.250', 1681138026, '__ci_last_regenerate|i:1681138026;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681136489\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"FWhA9ZOKwMXTH0JtRDIg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0879ced1d0e2df058ef31f0b522d47d707906d', '40.77.167.49', 1666438122, '__ci_last_regenerate|i:1666438122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf08c23fe1d8b5cc0929f538237d133944303dce', '51.222.253.8', 1661216500, '__ci_last_regenerate|i:1661216500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0adb879ea94be339073aeb4d990acd74d2463b', '37.44.193.187', 1664742649, '__ci_last_regenerate|i:1664742649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0b5eb9151afc9061469e77c3c6ed587c272fdf', '52.167.144.74', 1688366445, '__ci_last_regenerate|i:1688366445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0b7f82cdada2ef069b48bed24d04d19b7d937e', '17.121.113.119', 1652209458, '__ci_last_regenerate|i:1652209458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0beefac625ecd299cc7b694aba006028cbb05e', '207.46.13.10', 1672603562, '__ci_last_regenerate|i:1672603562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0ca89632af487b53e4720441f53ec5f8f53c29', '114.119.150.41', 1687778661, '__ci_last_regenerate|i:1687778661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0cb77c6346f8e6802119a88b6588f6e729a2ab', '40.77.167.123', 1683265871, '__ci_last_regenerate|i:1683265871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf0f581688a54e968872b35b9573decf7b2c0065', '51.222.253.4', 1664039289, '__ci_last_regenerate|i:1664039288;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 ('bf10299c4654a758bd712d80851330fb82327e95', '193.201.9.12', 1654595402, '__ci_last_regenerate|i:1654595402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf111249fcad13c1fbff1f3e698779b3593a7baf', '17.121.113.236', 1662615166, '__ci_last_regenerate|i:1662615166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf131d9f04908be52c54904cbfb9137ae28cbace', '190.148.87.6', 1668385435, '__ci_last_regenerate|i:1668385435;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668385326;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf13385d86f27e47d9384b7ba522502e68c1ee94', '54.36.148.157', 1687543842, '__ci_last_regenerate|i:1687543842;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 ('bf1635ca2fb5ff13402d7e86abe16168639f66d9', '190.148.87.96', 1678480891, '__ci_last_regenerate|i:1678480891;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678479277;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf16f767270ec2b7e8bea44829ef897ee0357088', '207.46.13.147', 1672603552, '__ci_last_regenerate|i:1672603552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf176e05fca6067fb959c86a59241c271b677e68', '52.10.108.118', 1688337629, '__ci_last_regenerate|i:1688337629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1b4511d58e31ac6bfc013e8f1f666faddaf61a', '190.148.252.151', 1671368969, '__ci_last_regenerate|i:1671368969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671368960;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1bbaec1b52eee8d9247b87ab57b97d12567133', '157.55.39.231', 1672465675, '__ci_last_regenerate|i:1672465675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1c30d8d9b7911ee2e7caf4484741c3d94c4a91', '114.119.156.16', 1686753190, '__ci_last_regenerate|i:1686753190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1c3e43b8a07d5ef93058d42f23b397874266f8', '114.119.140.161', 1684917655, '__ci_last_regenerate|i:1684917654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1ca0b3e608d8ab6d14ce904b7fa8af15f24965', '40.77.167.191', 1681719208, '__ci_last_regenerate|i:1681719208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1cbb5cbcdf7d68f6c3172fff2666bac2870f46', '93.159.230.88', 1663811946, '__ci_last_regenerate|i:1663811946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1d32c0c96bb29942053ea6054877b6812c7eea', '114.119.139.217', 1687575162, '__ci_last_regenerate|i:1687575162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1d8eb50201673acf3d560b0a8cd9a4adcda804', '200.119.168.250', 1680978264, '__ci_last_regenerate|i:1680978264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680978240;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1f0222aa882b52cf8ee681a50400a75a94fb6c', '114.119.158.212', 1688484416, '__ci_last_regenerate|i:1688484416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1f693dabba0290f05aa67157507db9e4af84b9', '121.46.142.244', 1650672465, '__ci_last_regenerate|i:1650672465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf1f7806cb48584586e4cf851e8e8803c4dd7934', '141.147.113.25', 1651206562, '__ci_last_regenerate|i:1651206561;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf214fdbdb07ec5826574c80225690ed144f317b', '207.46.13.41', 1665863536, '__ci_last_regenerate|i:1665863536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf21d8b99dbf68b8ec46a2d2a1b47d086da9936c', '17.121.114.46', 1657828715, '__ci_last_regenerate|i:1657828715;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 ('bf243af6336a4f584b84bce817147a189c659761', '190.56.32.174', 1676554498, '__ci_last_regenerate|i:1676554498;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676554219;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf25154013a1c05230b7d3e47be06558c15ae2cf', '52.167.144.171', 1685649692, '__ci_last_regenerate|i:1685649692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf25c767f3d050982a4132aeff94822dcde167cc', '52.167.144.171', 1684294844, '__ci_last_regenerate|i:1684294844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf2a8d2721ebffd5348a8b66043667077492309d', '190.56.55.27', 1662321841, '__ci_last_regenerate|i:1662321828;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662306764\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662321841;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf2b0cdea48c1ade8cb45c41bb2f82835c68e1c0', '51.222.253.18', 1651120884, '__ci_last_regenerate|i:1651120884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf2c193fe6c1d8df1f7f203887e6facfeab679f0', '40.77.167.133', 1684212661, '__ci_last_regenerate|i:1684212661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf32be79f5e5cbb5b375087486d921aa1a5a2ee2', '190.56.50.253', 1682438947, '__ci_last_regenerate|i:1682438947;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682438121;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf32c9f94329e8d5b8ef41dd781e4928976126ec', '200.119.170.158', 1661279717, '__ci_last_regenerate|i:1661279717;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661279140;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf34171ccbf1f6b1018497cd2462facd671601e1', '17.121.114.76', 1662803519, '__ci_last_regenerate|i:1662803519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3b8e410f7a296d9806d17e2fe63bd2c7e2fafb', '190.148.252.197', 1665614540, '__ci_last_regenerate|i:1665614540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665614530;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3c2fbda36e5073d35ebba204839e208171774d', '130.245.169.139', 1657878941, '__ci_last_regenerate|i:1657878940;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3d8cbdf095e5a351decd37f7bd85ea3152e013', '35.93.0.148', 1671369151, '__ci_last_regenerate|i:1671369151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3faee7a1b64958a9be427f5f0506458810fcac', '114.119.129.175', 1688585815, '__ci_last_regenerate|i:1688585815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf415189f14f4e50d94518c456c23dd17c76a499', '190.148.252.151', 1671318802, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671318802;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671318675;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf438de65a16133d6613eeeef41cd7c76fa7a0f6', '51.222.253.6', 1656331717, '__ci_last_regenerate|i:1656331717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf45827a761e887df1dfeb40c12fecbdd64bc84d', '190.148.157.183', 1680307387, '__ci_last_regenerate|i:1680307387;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680307054;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf45d1c101630b372bb1abe73eaeb851913a23fa', '190.148.157.63', 1657294942, '__ci_last_regenerate|i:1657294942;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 ('bf461d005ed62ab8df66098f14828a5e193c0737', '190.56.32.35', 1672018904, '__ci_last_regenerate|i:1672018904;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672018896;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf477c8f5adfb007b65506e6cfe551ef26966532', '54.36.149.18', 1675475464, '__ci_last_regenerate|i:1675475464;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 ('bf48edfd65cb79df824305fe0ea7646430f1dc14', '207.46.13.10', 1670998430, '__ci_last_regenerate|i:1670998430;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4a39c496404cf933b27cb5a7af163046e6c0d9', '200.119.168.250', 1680816293, '__ci_last_regenerate|i:1680816293;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680816291;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4b25b16a04bca1daa6895108c9a6ba2e51eeb2', '114.119.150.6', 1687502387, '__ci_last_regenerate|i:1687502387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4c0bd577b14522e6f390787a0c262edd321d1a', '114.119.145.175', 1687833437, '__ci_last_regenerate|i:1687833437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4e2657b09df0f51a8726142f8d248879bb5836', '200.119.174.9', 1674337753, '__ci_last_regenerate|i:1674337753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674337707;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4e68ea1c93c0c73a95fcf940d934e76708c857', '52.167.144.162', 1682487974, '__ci_last_regenerate|i:1682487974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4f7ad224ad0206d947cd99710942207b86569e', '114.119.146.252', 1687913366, '__ci_last_regenerate|i:1687913366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5121d9f805a623a97dc9156391dfacd46e805d', '207.46.13.1', 1671395029, '__ci_last_regenerate|i:1671395029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf51e92ced1a35a2683fd5eb735a0a9c1c9d4b43', '51.222.253.18', 1652811015, '__ci_last_regenerate|i:1652811015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf532f08e4eaa8944d5e46fc419d5d32450475cf', '51.222.253.10', 1657972553, '__ci_last_regenerate|i:1657972553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf54a0ef9e85d3cbe85a314ac45c7d86cd290af6', '114.119.151.64', 1685035766, '__ci_last_regenerate|i:1685035766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf54d4917a6a38073d3b39f5442807ed400d4b10', '190.148.157.53', 1684085749, '__ci_last_regenerate|i:1684085749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684084828;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf56ad592562a454869b293891699c18261d4956', '40.77.167.58', 1654856902, '__ci_last_regenerate|i:1654856891;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf573467fc4fc6b242a0741ab39fe44814d3f5c5', '130.245.169.247', 1657277743, '__ci_last_regenerate|i:1657277741;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf589505678204f8400ba6e63dc85c8dec16cbef', '157.55.39.94', 1672479483, '__ci_last_regenerate|i:1672479483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf59bb68cc7370581fd77b4d9a3e3fbebda638e4', '207.46.13.113', 1675324888, '__ci_last_regenerate|i:1675324888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5a91eda685e6c6d229482d965872247d856820', '114.119.156.233', 1687614324, '__ci_last_regenerate|i:1687614324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5abba7dee5ab9b80e9cca1e20cb9da3ff6c9bc', '51.222.253.5', 1680963773, '__ci_last_regenerate|i:1680963773;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 ('bf5abd4dc940b73943f073aae87511a09196bd0a', '40.77.167.20', 1674321525, '__ci_last_regenerate|i:1674321525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5b0aa42c95bca0f58c882045e336288a68dc85', '54.36.149.69', 1653414484, '__ci_last_regenerate|i:1653414484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5bdce775c2d8b1d7a6af38f8d4fe969ffce936', '190.148.157.177', 1682121006, '__ci_last_regenerate|i:1682121006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682120958;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5d5cf69a6bc03378f35cebb847d3d18a5b4203', '52.167.144.98', 1686573741, '__ci_last_regenerate|i:1686573741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5eda1e8a64c1c6466e562857a3b8c8a711f99c', '114.119.136.146', 1687043562, '__ci_last_regenerate|i:1687043562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5ee1402af26f689d4db6189dea3a08a93a17b2', '40.77.167.11', 1673314495, '__ci_last_regenerate|i:1673314495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5effb6296e3bfd9f5c65e8bf46a6dec094eda9', '190.148.252.111', 1678034725, '__ci_last_regenerate|i:1678034725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678034685;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf61d74322c892e6db94acc44d778a9e9f1b21c3', '190.56.32.243', 1684701323, '__ci_last_regenerate|i:1684701323;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684701027;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf62d8b258fa48ff2718c1e5f8bcc501c18131b1', '190.148.252.161', 1670082972, '__ci_last_regenerate|i:1670082972;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670082553;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf653eb3d35ac65cb7640ada63438325ae6f9a58', '167.172.79.222', 1651174555, '__ci_last_regenerate|i:1651174550;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 ('bf695afd5a88dcae229128e994641cdb278a0df2', '190.148.252.55', 1675693842, '__ci_last_regenerate|i:1675693842;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675693401;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf69ba7a7bd7d5a0d894d440798f4864caad85aa', '157.55.39.46', 1672590837, '__ci_last_regenerate|i:1672590837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6a9af006b2c37e1d1634db883ea5e1117f92ec', '5.188.62.21', 1656419254, '__ci_last_regenerate|i:1656419251;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6b02bbd18f8b4f79717cc26987716bde50c780', '40.77.167.37', 1669781734, '__ci_last_regenerate|i:1669781734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6b48b8ab435115c0c7ced6dcfdc9825ecb0a2b', '163.123.143.82', 1673574359, '__ci_last_regenerate|i:1673574359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6e4231aa535c7876e12b5e3ee28d35032636a6', '40.77.167.182', 1683815213, '__ci_last_regenerate|i:1683815213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6eec7f93d93cf7cee0b4f46bf6c01ae859a479', '114.119.140.50', 1684847852, '__ci_last_regenerate|i:1684847852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf6f79fd8c48f695175af6d2357becdc65c4fbd8', '51.222.253.4', 1651488201, '__ci_last_regenerate|i:1651488201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf70741020fa03bc6d0e6f2bb8f4e1c6efa61f43', '157.55.39.208', 1686035617, '__ci_last_regenerate|i:1686035617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf72dfa0a12d04dced165a163a358c69ae01c522', '190.148.252.96', 1672754710, '__ci_last_regenerate|i:1672754710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672664046\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672754703;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7358b0efc18834c27390733d5bddb561198029', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf74a1e61823dc6a53ec77ab0325942c3d05225e', '190.148.252.96', 1673135150, '__ci_last_regenerate|i:1673135150;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673135112;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf75ec7e534cf4b3f5a8b573f90fa99024a85c0c', '200.119.173.177', 1685237404, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685237404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685237131;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf75f4f4e3c980b4a6cf4f8f4420d504b8de6560', '52.167.144.61', 1688064449, '__ci_last_regenerate|i:1688064449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf798cd9911ff80b99151e65d27431a0f5a2e627', '157.55.39.79', 1670082119, '__ci_last_regenerate|i:1670082119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7ba8587e3e2a41d23b5992476c58419761fdc2', '157.55.39.206', 1667702982, '__ci_last_regenerate|i:1667702982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7c5393ab2bb9bd27a0741197e3a1a2528aeeb9', '207.46.13.6', 1671956128, '__ci_last_regenerate|i:1671956128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7cc7b3f438e44c474e7cb161b52ba86a32a3c6', '50.21.188.52', 1663642572, '__ci_last_regenerate|i:1663642572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7cfd14d48358f6796e122c32efdcfff1c24db0', '190.148.252.151', 1671043435, '__ci_last_regenerate|i:1671043435;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670857939\";last_ip|s:14:\"190.148.252.88\";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:1671042182;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf7f79a62d7fb6e9de5c986c2f1a9c75dedc82b9', '190.148.158.75', 1655212272, '__ci_last_regenerate|i:1655212272;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655212268;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8282fd13c67a5b0b6b2fc04d7285f37754f1de', '52.167.144.61', 1688108629, '__ci_last_regenerate|i:1688108629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf83292cd97665fe56048c9e6afc9a3b4e36a282', '114.119.157.110', 1687532635, '__ci_last_regenerate|i:1687532635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf83e7ba4351599d8b0e29e09c189f62e330ee4f', '207.46.13.217', 1684132431, '__ci_last_regenerate|i:1684132431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8442492730e8a949b66e74fe4c6e7d19026cc0', '52.167.144.31', 1681479267, '__ci_last_regenerate|i:1681479267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf85dd950ac70120f66d8a0f5c974e538b33072a', '200.119.173.130', 1675813490, '__ci_last_regenerate|i:1675813490;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675813441;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf875d6c208efaf81a845bec6447732e5a2d48b0', '207.46.13.17', 1673566964, '__ci_last_regenerate|i:1673566964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf880911744f568a623ff0d111701f6e347a67bb', '185.27.99.140', 1662866730, '__ci_last_regenerate|i:1662866730;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 ('bf895dd7416275decfc73dd340815f19cca3f5ca', '223.247.179.42', 1666846391, '__ci_last_regenerate|i:1666846390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8ebccdc5a16ea64b8d108ed0ec50acdc19ec4b', '40.77.167.191', 1681932075, '__ci_last_regenerate|i:1681932075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8ee7817bf6259fc0b3ce79a00506ddbc3fcf30', '54.36.148.13', 1664786327, '__ci_last_regenerate|i:1664786327;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 ('bf8ef46a5331698ffb906343351df7c05d0779e6', '200.119.172.96', 1675441007, '__ci_last_regenerate|i:1675441007;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675440733;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8f2b9eb1c1dcc80bd7d07a59daefa310662310', '52.167.144.61', 1688050443, '__ci_last_regenerate|i:1688050442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8f33bb7d69efbef784e7e267dc1e608e3b4eec', '5.188.62.21', 1659471738, '__ci_last_regenerate|i:1659471738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8f5ccd4a27317f3a0817202534513093a0547b', '114.119.150.133', 1688425620, '__ci_last_regenerate|i:1688425620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8fed7047f70d17e22e0b20fb83ac52c05b8b67', '192.71.142.35', 1657248892, '__ci_last_regenerate|i:1657248892;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 ('bf9200d3d5aa66d80f3c8f348ebfdc100912269f', '118.191.130.116', 1656725442, '__ci_last_regenerate|i:1656725442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9313bf466ab7c21f065901cd44a1d4893a599c', '66.249.79.175', 1666503693, '__ci_last_regenerate|i:1666503693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf931db8a33845cc7b78d7b60abacbb7d53dfbb9', '51.222.253.14', 1650988031, '__ci_last_regenerate|i:1650988031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf93746c0a3384c344e01827a5f10f1d2494201c', '40.77.167.102', 1661405745, '__ci_last_regenerate|i:1661405745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf93c94cd66debf563a03a77cf936da8b5f15cfe', '40.77.167.244', 1677794777, '__ci_last_regenerate|i:1677794777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf95016e97da0db2d4993bd7fa2ceefa8927c7a4', '157.55.39.65', 1661239657, '__ci_last_regenerate|i:1661239657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf95258a2e1dc3932d35181ad377f65b3e618227', '54.188.106.45', 1657891050, '__ci_last_regenerate|i:1657891050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf961eddffbf1857ed145d679a396a845f29639d', '54.36.149.93', 1687703110, '__ci_last_regenerate|i:1687703110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf986e9ecdd72de07274fd8b33ddff087b90ef91', '17.121.113.119', 1652228904, '__ci_last_regenerate|i:1652228904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf987552383be5c31a111a9df121b1fa1318f0d9', '51.222.253.13', 1659180107, '__ci_last_regenerate|i:1659180107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf98882b547b661a06abbac0def42fc7e07a87a4', '114.119.150.16', 1687697229, '__ci_last_regenerate|i:1687697229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9a36e6d494e8aa323544a4a199a91093e6a7d6', '190.148.252.55', 1675729852, '__ci_last_regenerate|i:1675729852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675729817;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9cb321a450012ecc63c8b06fda9f37853a8f94', '52.41.24.32', 1684629226, '__ci_last_regenerate|i:1684629226;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 ('bf9e3bcd36160db4af8267956a8610120e7970da', '200.119.172.60', 1674933736, '__ci_last_regenerate|i:1674933736;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674932195;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9e841fec991a1abf2f6aa9a939fd08b43e33dd', '74.208.2.233', 1684500920, '__ci_last_regenerate|i:1684500920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9ea6aedee0f32c8aea1a28ca411ef09c94ec0c', '190.148.157.53', 1683998916, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683998916;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683998880;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9fceb7edbf38292eda3f1f2d77dc29cfce23b4', '190.56.51.16', 1682716637, '__ci_last_regenerate|i:1682716637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa00880b469fd4195a5a4fba7fbe098f0008076', '51.222.253.8', 1681747142, '__ci_last_regenerate|i:1681747142;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa17ae931d9900d84b0c8c091326eca72238cfd', '40.77.167.97', 1654732150, '__ci_last_regenerate|i:1654732150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa1813aefc4d38e3c2f80cb084b58371ce5905f', '190.148.157.76', 1681064844, '__ci_last_regenerate|i:1681064844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa2ae5ecf86c1b697df80030c1d0de392623d8d', '52.167.144.171', 1685559286, '__ci_last_regenerate|i:1685559286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa461d5c71167868cb228238cb15a02327b88bd', '190.148.252.106', 1684250606, '__ci_last_regenerate|i:1684249801;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684164257\";last_ip|s:14:\"190.148.157.53\";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 ('bfa48b27633b8e96b3a0bbf6958d97e63deec80b', '190.148.252.55', 1675693400, '__ci_last_regenerate|i:1675693400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675693369;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa51bb0f6bf564277084749789fa9ed4399de81', '66.249.79.195', 1687465220, '__ci_last_regenerate|i:1687465220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa66beb1ddd65c443cda7fab3661204a7faca58', '190.56.32.174', 1676849603, '__ci_last_regenerate|i:1676849603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676849597;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa7f35d916eb440b553d8b7c9b33a372c51cff2', '190.148.157.80', 1669319083, '__ci_last_regenerate|i:1669319083;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669317589;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfa8db0b78b5cc16bd85c0ce38ca69b39f5ee70c', '118.191.130.123', 1656725267, '__ci_last_regenerate|i:1656725267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfaa4284de3699031b39c560a5a40353ee3fcc0c', '52.167.144.162', 1686415092, '__ci_last_regenerate|i:1686415092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfaae90eb0f26132008b7a0cb856e4e0f9caed46', '51.222.253.4', 1656868898, '__ci_last_regenerate|i:1656868898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfabb64f9168eac5a43eaab79d18777091766485', '157.55.39.79', 1668367218, '__ci_last_regenerate|i:1668367218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfad000c84f673e19d653a935a08076aadb96958', '34.213.64.91', 1660310809, '__ci_last_regenerate|i:1660310809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfaf7da76a4310ded592d754c5fdc6bfb32f9f3f', '190.148.158.151', 1677183861, '__ci_last_regenerate|i:1677183861;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677183849;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfb5b521890ac1fb35fb416e7be9fbc6b3f63d3b', '17.121.112.112', 1656077122, '__ci_last_regenerate|i:1656077122;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 ('bfb8809fa00f17a827a11ed0618c8fe1c333abdf', '51.222.253.20', 1651042690, '__ci_last_regenerate|i:1651042690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfb9b83eb6e409353b8885b02d3f757de275ca87', '124.223.197.100', 1656212190, '__ci_last_regenerate|i:1656212190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfbc640dce536102817284a6552d61aedf838f98', '40.77.167.123', 1683265862, '__ci_last_regenerate|i:1683265862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfbc7ac6ef31c49256e844b3ee558d72565d5b0c', '72.13.62.27', 1666964195, '__ci_last_regenerate|i:1666964192;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfbd90a8d09badbace78418269256819d799bed2', '157.55.39.94', 1672490100, '__ci_last_regenerate|i:1672490100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc1a671b84331666a2f03ea31e2099d6bc31185', '40.77.167.79', 1654627969, '__ci_last_regenerate|i:1654627959;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc2a6f89d4b750d8c3db1f37e77520803ddf511', '52.167.144.98', 1685731763, '__ci_last_regenerate|i:1685731763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc309d5bd512778408ec8c6e7b96223185444c4', '190.148.158.164', 1667316510, '__ci_last_regenerate|i:1667316510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667316503;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc32491bcf20d60974a552d929d0863e33db7ba', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc8ebc4031fbf5025f5508d0f1a052b9abf993a', '190.56.54.77', 1666317354, '__ci_last_regenerate|i:1666317354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666313260;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc95f37394e43637b4e63727df291be23290c0a', '190.148.157.177', 1682252025, '__ci_last_regenerate|i:1682252025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682251924;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfca62cbfee050c063a7107b7e76e19c8bdfab93', '190.148.158.75', 1663111141, '__ci_last_regenerate|i:1663110955;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073776\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663111140;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfca632657d054a6d639a1335e0593195694d3fb', '114.119.130.125', 1686548598, '__ci_last_regenerate|i:1686548598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfcae257300585d5c51960893d11f91c46dfad85', '190.56.50.15', 1667050248, '__ci_last_regenerate|i:1667050248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667050137;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfcbe8e8ed25841bb9126308fa020f61f08d0e29', '190.148.157.80', 1669423591, '__ci_last_regenerate|i:1669423591;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669423292;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfcd304b09187f53cc17a9dfca71d2ad27394e50', '66.249.74.103', 1683155663, '__ci_last_regenerate|i:1683155663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfcec343a20a5c0306439114e16a5c016d691ab6', '207.46.13.10', 1672765893, '__ci_last_regenerate|i:1672765893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfced2e72bf05cc64d74a03daae1edec3082543a', '17.121.114.206', 1652464415, '__ci_last_regenerate|i:1652464415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfd111aca7b44a25cccaced699c09ff206e62ef4', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfd32dfa56a845fc72a068eed86502776d55cb07', '46.101.63.152', 1652762862, '__ci_last_regenerate|i:1652762862;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 ('bfd3d707255b109233fcedb8943a5d3dc30ee028', '114.119.133.245', 1688098538, '__ci_last_regenerate|i:1688098538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfd80cd7be5983ee3bd6899ad7c1ba2d066816f4', '18.236.88.135', 1687822200, '__ci_last_regenerate|i:1687822200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfd92e1e7de6cdc266efcfa111d7a57291575383', '114.119.145.212', 1687635769, '__ci_last_regenerate|i:1687635769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfd97abfbf937348e3d1d82cff479e679792928f', '51.222.253.17', 1656881854, '__ci_last_regenerate|i:1656881854;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 ('bfdb44fa314506d9e8ea1af11255a7a81c6945fd', '52.167.144.98', 1686103015, '__ci_last_regenerate|i:1686103015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfdc76a52b59f4f475112c1691f9d1639ef1fcce', '207.46.13.44', 1673117138, '__ci_last_regenerate|i:1673117138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfddf149bdb02106cd093ee787068b4bd1725186', '114.119.159.226', 1687277806, '__ci_last_regenerate|i:1687277805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe0806db26a8f1130a4488e687cf9135130d337', '40.77.167.49', 1665151585, '__ci_last_regenerate|i:1665151585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe24cedf3b12092d9dfa995405efbbedf22a885', '40.77.167.192', 1688371819, '__ci_last_regenerate|i:1688371819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe2da09bcdd03a3249389adeea26913d8e2be46', '190.148.87.6', 1668201222, '__ci_last_regenerate|i:1668201222;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Z3ebmIUvSRYAEuh1oVcK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe2e0feee5413e87f6689e9d18247567494fd64', '200.119.170.168', 1670682949, '__ci_last_regenerate|i:1670682949;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670682923;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe633a6bde363c24ca54271ab136d8534ba4998', '190.148.252.88', 1670793087, '__ci_last_regenerate|i:1670793087;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670791020;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe641e0bb6ebbc4ba3ef323ceb2e10da579fc91', '190.148.158.69', 1685540499, '__ci_last_regenerate|i:1685540499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685540362;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe98e35973dab2160e7ded84f4da342fa44a6ef', '24.199.84.191', 1681338491, '__ci_last_regenerate|i:1681338489;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfea59849016d592bae19e37f75b788b555ac62f', '190.148.158.69', 1685477464, '__ci_last_regenerate|i:1685477464;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685476885;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfec64a29cb8bd48f0acc3acf84f3f472499a0f3', '54.36.148.189', 1658947250, '__ci_last_regenerate|i:1658947250;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 ('bff12dd5df103258a6592185c0dc321e02fc8a6b', '69.160.160.59', 1667400616, '__ci_last_regenerate|i:1667400616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff1ad4afa1771767bded50983847cac00ceb84d', '200.119.173.130', 1675953309, '__ci_last_regenerate|i:1675953309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675953305;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff2f9639f68edd33b7567c8596cf1fb5d8fb379', '52.167.144.171', 1685077875, '__ci_last_regenerate|i:1685077875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff3827e4c121e2eed3e38a35a0a867a2ea67fc6', '52.167.144.42', 1679795871, '__ci_last_regenerate|i:1679795871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff544401142d1d51d4d31eef5aa0c43cbeecbde', '149.57.16.7', 1653807044, '__ci_last_regenerate|i:1653807044;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 ('bff85178aff372687f73d6c809c0e92d313854b4', '207.46.13.207', 1685874287, '__ci_last_regenerate|i:1685874287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff9670452e4db05bf64b29787da7299b3c7a673', '190.148.157.177', 1682380396, '__ci_last_regenerate|i:1682380396;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682380218;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bffac5c5a114a1137dcb595f0b60e219890e75bf', '52.167.144.31', 1681124337, '__ci_last_regenerate|i:1681124337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bffc94db5e23776c38857594e958ce97cd32d8f3', '114.119.128.108', 1687503999, '__ci_last_regenerate|i:1687503999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bffcfcbb32155a2633cc32add17af59511d21099', '200.119.172.60', 1674590856, '__ci_last_regenerate|i:1674590856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674590491;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfff9e9e7331e967b0636c96339c70bfead2f6c1', '190.148.157.53', 1683729762, '__ci_last_regenerate|i:1683729762;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683728743;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0007cf99122de2544594b7a49bc33ddd1a40b26', '190.148.157.53', 1683831867, '__ci_last_regenerate|i:1683831867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683831626;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0009175e2c9720fcec4e66005cedf4f087aa82e', '198.251.73.113', 1686692561, '__ci_last_regenerate|i:1686692561;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 ('c0040a80989480732de290c58a0fabcb8f952c51', '40.77.167.191', 1682285285, '__ci_last_regenerate|i:1682285285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00457df1cbc0591d5b22a1aaf8b96be9706ca45', '190.56.50.253', 1682516711, '__ci_last_regenerate|i:1682516711;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682516684;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c004f99bcb9339e6ab402182d14503c7b5884d7e', '190.148.158.175', 1672181283, '__ci_last_regenerate|i:1672181283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672179023;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c006acd569c94f26df4f14a0e31214820c4e7d92', '157.55.39.253', 1682280975, '__ci_last_regenerate|i:1682280975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00708bd81c493ffa15cb264dc5c90a350fadc97', '52.167.144.164', 1685629952, '__ci_last_regenerate|i:1685629952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c007ee24ec8191a2b6b5c55ffdd72dcbbd792997', '200.119.172.60', 1674748961, '__ci_last_regenerate|i:1674748744;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674670557\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"aXUbys9pxFz26leNPALw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0080663e172493d43b28410e86d40bc1bde4b73', '200.119.174.9', 1674395721, '__ci_last_regenerate|i:1674395721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674395713;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c008add5cca9ef297efa273e39c475450fb4e9ba', '74.208.2.208', 1672815372, '__ci_last_regenerate|i:1672815372;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 ('c00a242c966ea22c14bc83bdad1f878606f6471b', '35.86.95.222', 1650870964, '__ci_last_regenerate|i:1650870964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00b30dd622f53742dbc6d39d7b592fda98d83c1', '114.119.156.133', 1688407823, '__ci_last_regenerate|i:1688407823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00b4b004ab824e7db1408134aaa83579154d307', '93.159.230.89', 1674221362, '__ci_last_regenerate|i:1674221362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00b6b9c80a840288e9ecac348a37de4303a9f69', '54.36.148.253', 1652920185, '__ci_last_regenerate|i:1652920185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00c168c367a42d8daaeacd165e716b38acf693a', '207.46.13.6', 1672243154, '__ci_last_regenerate|i:1672243154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00ce63c69c7be2839272b8679308a07db5c71f4', '5.188.62.140', 1656452145, '__ci_last_regenerate|i:1656452142;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00e2917d6e5c07180ae2af91e701afb8612e43b', '190.148.252.151', 1671407248, '__ci_last_regenerate|i:1671407248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671407014;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00ffdae957a1f72a94dec140fdcea830484ba8d', '157.55.39.72', 1663860199, '__ci_last_regenerate|i:1663860199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c01260e8cb95d26eaa97cb93804631b1590c1622', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c018aa9778ed4a3273ca75fc8ca1d493a7a33daf', '114.119.153.112', 1687722973, '__ci_last_regenerate|i:1687722973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c01a12d5c6315e12decf25b4a6996fdd95f9d11d', '40.77.167.91', 1686974790, '__ci_last_regenerate|i:1686974790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c01c490c614b7eb4b14b6e323405aff9172dd0d3', '52.167.144.164', 1686570903, '__ci_last_regenerate|i:1686570903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c01d1dfdce7af6ff70add1735272a992482a127b', '190.56.32.32', 1686177458, '__ci_last_regenerate|i:1686177458;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686177242;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c01feace24c835fb0e375c6177040ca29481b5ce', '200.119.170.137', 1668730669, '__ci_last_regenerate|i:1668730669;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668727969;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c020fb0c72e120f7f61561b40adb95d175ea2ed9', '157.55.39.68', 1667225994, '__ci_last_regenerate|i:1667225994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0237ffbae505a1082b344c24690bbd30cc9c170', '17.121.113.196', 1652197087, '__ci_last_regenerate|i:1652197087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c025100510a665b73f9910b7d0c947a28443aec3', '190.148.252.233', 1668813824, '__ci_last_regenerate|i:1668813824;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668813795;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0272cf6e46a57536f98ec269071bcb0b2fd8470', '200.119.174.132', 1663784507, '__ci_last_regenerate|i:1663784507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663711665\";last_ip|s:14:\"200.119.169.44\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663782537;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c028596ea9db0fa1a7bb0642c3b6ece73a67b8ef', '17.121.114.164', 1660419098, '__ci_last_regenerate|i:1660419098;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 ('c0290d9022b2e8c6f62240db9ebf99f2ed2413f0', '52.89.165.184', 1663768298, '__ci_last_regenerate|i:1663768298;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 ('c02a1a9191f4c1ee0a54b3689213b94a916e79c6', '207.46.13.205', 1671347493, '__ci_last_regenerate|i:1671347493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02a35809853307e8fb76ecdf8e6c810b15f0ef7', '8.218.26.244', 1650950383, '__ci_last_regenerate|i:1650950383;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 ('c02bfd5270b2ac5c48a74c2ac1ae29c621854e73', '114.119.133.247', 1688363234, '__ci_last_regenerate|i:1688363234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02e181a265e1674015a92d42f9ad09854eec629', '52.167.144.98', 1686003811, '__ci_last_regenerate|i:1686003811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02e4ad3c84f6450a99762d4b59efb446c396b93', '190.148.87.182', 1679695712, '__ci_last_regenerate|i:1679695712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679695673;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02e7aa3a81076a2639af6deae3735234b3df696', '176.53.222.30', 1650779567, '__ci_last_regenerate|i:1650779567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02fbdf63194c23d7592cfd8a6cb7d33dca14e44', '40.77.167.13', 1656549787, '__ci_last_regenerate|i:1656549786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0308f589ddf33e8e2282af518738aa620821474', '190.148.158.69', 1685915602, '__ci_last_regenerate|i:1685915602;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685915595;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0312d1cb5c27c73f27b88d256dead2b49da54ae', '142.93.48.245', 1659759355, '__ci_last_regenerate|i:1659759355;error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>manuelitogt.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c03150d2806bc0ad5d8affccae129ed417b7f7c7', '66.249.64.2', 1674644308, '__ci_last_regenerate|i:1674644308;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 ('c032dd82f4512f619acb185ef0d646dcd5681f52', '190.148.157.80', 1669498406, '__ci_last_regenerate|i:1669498406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669497774;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0332f6d0c281110ec2d809e9f5871dfa55d3951', '52.167.144.164', 1685703361, '__ci_last_regenerate|i:1685703361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c033edf176b05c1af122bf999b01d39f3f85fc15', '35.184.193.74', 1653743524, '__ci_last_regenerate|i:1653743524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0340bd0cf9970c2b7cb6b8cad3e860d1b3524f1', '180.163.220.3', 1650906889, '__ci_last_regenerate|i:1650906889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c034bcd2e517680d33700060f3885f29b1ccebdc', '190.56.50.253', 1682437426, '__ci_last_regenerate|i:1682437426;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682437358;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c035b1465ccff4ca8f61ccde82686a0cc65874b6', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0368d7af5c14b71a43bdd4f1d43e662100522d2', '190.148.252.183', 1681313086, '__ci_last_regenerate|i:1681313086;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681166279\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"aUQi87IeZW9PGBYzMfvK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c037ac354150fd70fc589399f47a0a5f4eaaeb2a', '40.77.167.175', 1679913825, '__ci_last_regenerate|i:1679913825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c038843655acade92f3f8ff87e17086957cd6beb', '52.167.144.74', 1688110794, '__ci_last_regenerate|i:1688110793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c03ae228c5a2d821d34d593ae41a7e75858dc45b', '52.167.144.61', 1688245455, '__ci_last_regenerate|i:1688245455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c03db26ee4a9634baefbbed469aaaef5c7dee1c1', '190.56.173.213', 1683504162, '__ci_last_regenerate|i:1683504162;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683503918;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c03f722cc330510a92c107ef84229fab972bf244', '190.56.32.32', 1686089169, '__ci_last_regenerate|i:1686089169;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686089158;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c03f811807b75b9d388d8e16d1704f2baef69016', '130.245.169.247', 1657277751, '__ci_last_regenerate|i:1657277749;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c04341547cfb72ae70b0c8f81daa473c7b8f9eb9', '51.222.253.2', 1683897961, '__ci_last_regenerate|i:1683897961;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 ('c045e26bbb50e314ae6f4121b35faf26698a95c2', '54.36.149.52', 1664791265, '__ci_last_regenerate|i:1664791265;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 ('c048301de0be01a458080c84bf4c7ebe860d6f96', '114.119.133.42', 1687999100, '__ci_last_regenerate|i:1687999100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c049639fc2ec342c8ff00aca68d390f58f4aaf81', '185.29.9.118', 1655715638, '__ci_last_regenerate|i:1655715638;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 ('c049e2e353c36fa41d96eea53b47e17216668220', '114.119.140.79', 1688313102, '__ci_last_regenerate|i:1688313101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c04ad773ec69752b1cd816e4e2ff01bd83b2808f', '52.167.144.154', 1687590306, '__ci_last_regenerate|i:1687590306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c04b024acbdab1ebfe4be40ca6ad6b1540af4dcd', '52.167.144.70', 1688490666, '__ci_last_regenerate|i:1688490666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c04d259498e3b0d4613fec99600cb97fcca940ce', '174.138.79.109', 1672524603, '__ci_last_regenerate|i:1672524603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c04d9509437110ec0656124d20be9de476bef57a', '114.119.154.82', 1687771453, '__ci_last_regenerate|i:1687771453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05006bbc2b62c961521378083e7cab0cb2213c7', '66.249.65.161', 1667323107, '__ci_last_regenerate|i:1667323107;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 ('c050dbaa69df1f238b8f0413fabd62624a1943cb', '120.41.45.194', 1660204726, '__ci_last_regenerate|i:1660204726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c053eac6bdc0af7f7f37dce033f1e11a4e6f3120', '52.167.144.164', 1684480374, '__ci_last_regenerate|i:1684480373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0572d6986e81bfcc08111bf1302fbad321d561c', '137.226.113.44', 1655337334, '__ci_last_regenerate|i:1655337334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05751e152a051fc34bf24306c7a6ba4e477a796', '17.121.113.229', 1653321005, '__ci_last_regenerate|i:1653321005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05769d02fe8abeb4c1a5b102bcb697973b74fc8', '200.119.168.118', 1668018909, '__ci_last_regenerate|i:1668018909;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";user_csrf|s:20:\"4hLzZkpA5YrCwSEBPGsQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05d1d3ef4948d372f45095beafc8d2a4e11eea8', '5.188.62.76', 1659544355, '__ci_last_regenerate|i:1659544355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05d3d711d64379a906751b93fd8eafd3ade71ad', '51.222.253.2', 1681133023, '__ci_last_regenerate|i:1681133023;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c05fd06b97ecbfdd840babed9fab2441cc29d2ae', '51.15.234.20', 1656192483, '__ci_last_regenerate|i:1656192483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c061b0d3732d033c500e09ea6ba3d8248c6b046b', '52.167.144.178', 1683941141, '__ci_last_regenerate|i:1683941141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c063ef0e81a01e55fa8da87ff1f6b049bb3cd5d6', '66.249.64.33', 1677144749, '__ci_last_regenerate|i:1677144749;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 ('c06450a6e06cb0d7657a556ead8b1f44d41fa375', '34.211.53.136', 1652967750, '__ci_last_regenerate|i:1652967749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c06452bea7b1b62f7e153968d6cc44c8075b4da9', '40.77.167.191', 1681942335, '__ci_last_regenerate|i:1681942335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0662d19a8565c7a67d769cf894dd2f6569482b1', '200.119.173.177', 1684857668, '__ci_last_regenerate|i:1684857668;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684857664;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c06f52983ddd8c0fec4e309cb3a365b40cbdee21', '190.148.252.102', 1681858514, '__ci_last_regenerate|i:1681858514;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681858488;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c06f79383e396dc4718f2435422bc98bec1f329e', '190.56.55.48', 1687441786, '__ci_last_regenerate|i:1687441786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687441687;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c06f9e526d3893980650518abb275cac5a7839b1', '190.56.32.162', 1686238273, '__ci_last_regenerate|i:1686238273;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686150069\";last_ip|s:12:\"190.56.32.32\";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\";user_csrf|s:20:\"qhiVwxa7Zs1uyvJMoXSP\";last_activity|i:1686236677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c071a3a86d17f5fd8eb7e656246b47a1998d993f', '200.119.172.96', 1675424790, '__ci_last_regenerate|i:1675424790;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07285e614ec95d6675a2584fd03aba7fc0d1241', '52.167.144.74', 1688334438, '__ci_last_regenerate|i:1688334438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c074eac98b875a58fd3e894cb46ad73757584bbe', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c078159245ff3ac7fc15b382b119adb095e2c3ef', '40.77.167.166', 1676632922, '__ci_last_regenerate|i:1676632922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c078cc00efa2886297116a28fe6661f5cec6257d', '40.77.167.146', 1687770487, '__ci_last_regenerate|i:1687770487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c079263103503f3033a4b6f20cce12a5fcd38235', '54.36.148.212', 1665566041, '__ci_last_regenerate|i:1665566041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07a21a24530d73ad9badaac64e00b8a57216e83', '190.148.87.6', 1668447843, '__ci_last_regenerate|i:1668447843;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668447830;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07a9ebfecb3ed15bba97603f97c9f30623ad61b', '190.56.32.174', 1676762414, '__ci_last_regenerate|i:1676762414;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676762280;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07ad824e9eff2cfe38c0414644d61503f23cc7a', '66.249.79.201', 1680931937, '__ci_last_regenerate|i:1680931937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07cbed49b9e327ddf640ef10cc541722d9d96ed', '130.245.169.247', 1657277750, '__ci_last_regenerate|i:1657277748;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07d7f08ff0443404822c7509185fe8aa648726e', '52.167.144.160', 1685922322, '__ci_last_regenerate|i:1685922322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07dc1e3a0bc696b359c6801d54775d251646348', '114.119.139.247', 1687205549, '__ci_last_regenerate|i:1687205549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c07fef4450e8a8890da1a3bd4037e13cf7056179', '18.206.55.48', 1651803463, '__ci_last_regenerate|i:1651803463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c082daeeac6c8f7b81858a0f37d3a2c772da60a5', '114.119.131.182', 1688408291, '__ci_last_regenerate|i:1688408291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c083acd6e90d525571f58239bbf1d8f79afd626a', '40.77.167.49', 1667303814, '__ci_last_regenerate|i:1667303813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c08497613fb03bb379c1a8e2c9c30b8f96838969', '157.55.39.173', 1670374531, '__ci_last_regenerate|i:1670374531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c084a966b991e588006338d253534119e104d68f', '5.188.62.21', 1659472187, '__ci_last_regenerate|i:1659472187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c086ec72c8057c924ed12aaf464fc04f583be67b', '36.99.136.138', 1650976203, '__ci_last_regenerate|i:1650976203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0873ee94450fd946dd45373ebe635ef3fa2d241', '20.70.1.115', 1662377468, '__ci_last_regenerate|i:1662377465;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 ('c0879670052820a99e45e01610536c94eb30d84f', '17.121.112.227', 1652705230, '__ci_last_regenerate|i:1652705230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c088d993dd0e1e67d89c45762f2b7f355027e2e3', '207.46.13.130', 1660752831, '__ci_last_regenerate|i:1660752831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c08ac7ce43c628c27079003759adedebf3c29a97', '200.119.172.60', 1674595431, '__ci_last_regenerate|i:1674595431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674595427;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c08b4f8695cc54fb415299535a5606bfe97c1318', '190.56.50.15', 1666996493, '__ci_last_regenerate|i:1666996493;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666996488;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c08d0fabdb89a4988f5e9567dc2716bd489fc006', '40.77.167.13', 1660056694, '__ci_last_regenerate|i:1660056694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c08f3380b8088b8ab9195e00fad68faa8061ec7a', '40.77.167.80', 1686843813, '__ci_last_regenerate|i:1686843813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c092a0ae343098ea6092cd55caf1a6825d5c47b9', '51.222.253.1', 1677477163, '__ci_last_regenerate|i:1677477163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09326ba2508a9e1a0aac63a756ff844703b68b8', '54.36.148.193', 1670772735, '__ci_last_regenerate|i:1670772735;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 ('c0934dbe22bb13fbdfec4b44d6b8510e2bfa0996', '200.119.168.250', 1681172007, '__ci_last_regenerate|i:1681172007;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681171413;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09383f3bf168e11457dd9f617660b50b68a3019', '190.148.87.244', 1654614153, '__ci_last_regenerate|i:1654614153;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654613966;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0942559af70d169c6912e496fcfe3e7d24db9cd', '157.55.39.128', 1673444157, '__ci_last_regenerate|i:1673444157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0961ef2a771eb8f81fc2e10789908e5e0d7240b', '52.167.144.74', 1688482417, '__ci_last_regenerate|i:1688482417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c096af6dfb9aea3c8e2832633ccec541b804b8a3', '190.56.32.32', 1686189791, '__ci_last_regenerate|i:1686189784;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686189790;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c096edd985839a610d22c685a23270dd2e945cea', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c097a4bee732696ab6ae272bc80a099b1d150caa', '146.59.157.229', 1650750169, '__ci_last_regenerate|i:1650750167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c097c76af575f05769de11569405fabdf8e85c7d', '167.71.10.53', 1687258040, '__ci_last_regenerate|i:1687258040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09af4bd8c5abd5017fc71c9795bd6423f31a554', '114.119.157.158', 1687760355, '__ci_last_regenerate|i:1687760355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09b0a0a92e1e5f0c4e6d46ccd5462d09aff39a5', '51.222.253.17', 1668791493, '__ci_last_regenerate|i:1668791493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09b2b2a60e15ab308bb22686f8b76621cd47e5f', '52.167.144.160', 1685927732, '__ci_last_regenerate|i:1685927732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09c886b54c8b7ac923c845570b629234441cb03', '190.148.158.175', 1672593317, '__ci_last_regenerate|i:1672593317;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672593258;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09e7af542c0b97ba22dcd37feb81558d99700d8', '52.167.144.171', 1685628872, '__ci_last_regenerate|i:1685628872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09edb1c85611497a7b956e743f5ae6e4382b4ff', '163.123.143.82', 1673574385, '__ci_last_regenerate|i:1673574385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09eedf2017d09e6b734260689faa94c93a57238', '114.119.128.35', 1687579256, '__ci_last_regenerate|i:1687579256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c09f18279e5ecf2c72b0097c12fe00609680e432', '66.249.79.199', 1679243051, '__ci_last_regenerate|i:1679243051;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 ('c0a710702dd83dd9ab780ef3263399bd8da3914b', '200.119.173.177', 1684869893, '__ci_last_regenerate|i:1684869893;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684869886;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0a7355c1e6efb72dc7770cd0b3331bc7cbda91e', '114.119.130.255', 1688222110, '__ci_last_regenerate|i:1688222110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0a82879c65b5397ab22b3f7c5df53a154068152', '190.56.49.206', 1655431399, '__ci_last_regenerate|i:1655431399;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655431354;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0a9dc67ca38df2653c6ac42dc6188aea6dd0843', '51.222.253.12', 1673169481, '__ci_last_regenerate|i:1673169481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0aa1ccddb0e2e70899807494a173463dee98a6a', '54.212.135.159', 1661089715, '__ci_last_regenerate|i:1661089715;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 ('c0ab5af7e39b62fe6009399a65ded83b9889bd00', '77.74.177.119', 1668501712, '__ci_last_regenerate|i:1668501712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ac87704bd449e2f23ea7f9898d45e3ded21b84', '134.122.44.168', 1687256531, '__ci_last_regenerate|i:1687256530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ac8a49755b99cec38ba56fb50bcc59ed4f8653', '114.119.130.168', 1687079053, '__ci_last_regenerate|i:1687079053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b0e9c18eeeb5c9c7b43544c9012224897eb3fd', '137.184.93.142', 1687258599, '__ci_last_regenerate|i:1687258599;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b1ab89529bbe08b1beaf4e8856861f128bc363', '190.148.157.80', 1669403525, '__ci_last_regenerate|i:1669403525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669402939;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b2ad8de2dfd7693ce3c99ccaaf0cf645897a33', '34.221.38.77', 1675863158, '__ci_last_regenerate|i:1675863158;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 ('c0b66831249d1de8a882c9465f098bd7ff38c2d9', '190.148.158.175', 1672495878, '__ci_last_regenerate|i:1672495878;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672495372;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b67ec9bc82a19097dc6b75a7c61ec4ca46ed81', '51.222.253.15', 1687327669, '__ci_last_regenerate|i:1687327669;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b6ac0728c8f1704d17f46520fb38f0db218bdf', '114.119.156.99', 1684971251, '__ci_last_regenerate|i:1684971251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b7fe3ba8c18746f5db164f9ff7e6c6f523af3f', '190.148.157.80', 1669398238, '__ci_last_regenerate|i:1669398238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669397580;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b82cc98113f8cc46d2109d573f6f5749555559', '190.56.173.251', 1652132980, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652132980;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"G1d9EqgUuIa0VeP5i6zo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0b92bce5a18735b908148973fd831ad1d19c086', '207.46.13.154', 1669980502, '__ci_last_regenerate|i:1669980502;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ba4733f024fbce85767f9e7261710e2f3663f5', '207.46.13.230', 1656779894, '__ci_last_regenerate|i:1656779894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0bad0ed6a27a865641c65489415669af4cb72e9', '190.148.252.151', 1671043835, '__ci_last_regenerate|i:1671043835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0bb283b77645a4aabd898b649e88eef75e9c716', '51.222.253.14', 1658272065, '__ci_last_regenerate|i:1658272065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0bb6f4fc2892f318f94ca60e9c59d33889a55ed', '35.211.132.229', 1666483172, '__ci_last_regenerate|i:1666483172;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 ('c0bdddf879250642513bc5d2b54802b4f48c417b', '114.119.157.36', 1687229394, '__ci_last_regenerate|i:1687229394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0bf87f17e63fd71be470fe43be2103978ce8fb6', '190.148.87.182', 1679777729, '__ci_last_regenerate|i:1679777729;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679777643;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0bfbc7bcef8c9128a5da8737f9fff920ecc71db', '190.148.252.151', 1671365434, '__ci_last_regenerate|i:1671365434;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671363694;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c233de5d6bc91d46d49973980625f969f01b31', '200.119.173.130', 1676146643, '__ci_last_regenerate|i:1676146643;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676145210;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c2947ab2abe02c8f244c4f3ce3233ad2eb32f9', '190.148.252.183', 1681741815, '__ci_last_regenerate|i:1681741815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681741743;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c6be06580b3b1c85d84b68a1bba9bd01476caa', '40.77.167.166', 1676093368, '__ci_last_regenerate|i:1676093368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c728ae7e2577ba08d86eefb2ead74f322b4fac', '157.55.39.209', 1679987561, '__ci_last_regenerate|i:1679987561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c77eaac66a9d32b16ba2a3b3a5484c41bdd17d', '200.119.171.24', 1665928992, '__ci_last_regenerate|i:1665928992;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665926907;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c7d26a43429bfd222d01495ae83e42471534ae', '52.167.144.162', 1687351046, '__ci_last_regenerate|i:1687351046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c8a52a16df1cc89a9eeed4d6b8afee2262933e', '190.148.157.98', 1679065027, '__ci_last_regenerate|i:1679065027;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678966907\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679064693;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0c98a425caabec981d9de4d7d287aec102c2810', '40.77.167.182', 1683192152, '__ci_last_regenerate|i:1683192152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ca62802c2d1cdf73006091c1be83149c993703', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ca71b813da9c7f2c3f6943dc50021d823c64c8', '157.55.39.253', 1681907473, '__ci_last_regenerate|i:1681907473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0cb2b752adadc124c7effcd44b39d585f55878a', '165.22.197.175', 1688041705, '__ci_last_regenerate|i:1688041705;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 ('c0cd34a1f0e34f04a3c4bc1b229e9bc630330a94', '52.167.144.94', 1678111641, '__ci_last_regenerate|i:1678111641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ceb91944b6dffbfa43478a95579b52b14bd25c', '190.56.32.174', 1676584283, '__ci_last_regenerate|i:1676584283;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676584247;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0cfa8e4abd7460ba1d32dd6e0f040dbc7dff84d', '93.158.90.69', 1677424052, '__ci_last_regenerate|i:1677424052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d0f59a23225b840264c42fc3cbd2389d146347', '51.222.253.6', 1653984447, '__ci_last_regenerate|i:1653984447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d2c7273093efe750013165c350224af66847d5', '190.148.252.183', 1681435016, '__ci_last_regenerate|i:1681435016;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681434706;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d6528744dcf5e94a7168f34a00c84f4be62bdf', '130.245.169.247', 1657277742, '__ci_last_regenerate|i:1657277741;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d70e49ec3c05635c32f1b531719c8e8dcdbd86', '190.148.157.53', 1683639413, '__ci_last_regenerate|i:1683639413;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683638971;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d7a76f82e262452d9b0c63e00a9eda6d7cf5b0', '51.222.253.15', 1654414231, '__ci_last_regenerate|i:1654414231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d8e93d8e407c68825d648f4df74528a32102a2', '52.167.144.105', 1677951657, '__ci_last_regenerate|i:1677951657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d9705cfe8e1c0b7327ebfd92355588124e28cf', '35.90.138.81', 1673269424, '__ci_last_regenerate|i:1673269424;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 ('c0db5db0cbbc6f26fbc0626bc59b65f6ce523385', '190.148.158.175', 1672315733, '__ci_last_regenerate|i:1672315733;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672315594;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0dd11f9697cbb88eb459cb3293fdae71b4a81c6', '40.77.167.146', 1687784031, '__ci_last_regenerate|i:1687784030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0de5cbe1be9c7b4218489b9ff4c5662e4524347', '137.226.113.44', 1657165562, '__ci_last_regenerate|i:1657165562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0de612559e17890847c48c2ba4a925bd3f7e2d7', '157.55.39.173', 1670256001, '__ci_last_regenerate|i:1670256000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0df979c51c375e10ed204556315ddc84f625d49', '94.142.141.236', 1666676252, '__ci_last_regenerate|i:1666676251;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0e3a4567b62afdad4432787df344ddfd3261daf', '54.37.233.116', 1650852211, '__ci_last_regenerate|i:1650852208;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0e7671bd9550736e838924d42bb356f05642c3f', '157.55.39.69', 1672465548, '__ci_last_regenerate|i:1672465547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0e7c42edfc3b29cb29b27b81b5935e71ef8e2bd', '40.77.167.224', 1685401408, '__ci_last_regenerate|i:1685401408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0e88a9cac29585b0d444808ccbc9025757045d2', '190.148.158.69', 1685877357, '__ci_last_regenerate|i:1685877183;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685792400\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685877357;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ea97d4db17f00e82be5d54faa52c3d5e9df6b8', '190.148.157.183', 1680374345, '__ci_last_regenerate|i:1680374345;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680374279;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0eaf3226e0bf0e1692b3bda8cf70ca4b9853add', '173.249.31.237', 1659409276, '__ci_last_regenerate|i:1659409276;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 ('c0eba999ab2a85236d3cefb5010052af94663cfb', '40.77.167.191', 1682109625, '__ci_last_regenerate|i:1682109625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ebe3c7867b05b8666527c915feba28f91f9d5b', '146.148.88.40', 1653135986, '__ci_last_regenerate|i:1653135986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0ed09d2402913bbb038a4a477ff9e199fe96f52', '190.56.32.162', 1686316423, '__ci_last_regenerate|i:1686316423;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686316416;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f182665ef4e56c0bfc14367fee08dcd4d89e1a', '40.77.167.60', 1671597855, '__ci_last_regenerate|i:1671597855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f1ca6cc0acb4efa1c87f5f3a4ee92ad155d612', '5.188.62.140', 1656456523, '__ci_last_regenerate|i:1656456520;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f2816fb3caee7e62bbbdfeaded8d62d8767c20', '200.119.173.111', 1654793848, '__ci_last_regenerate|i:1654793848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f2d62f1568fe6425f284dcb7ffa889d28b54f9', '157.55.39.173', 1669998591, '__ci_last_regenerate|i:1669998591;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f2e036893195a09a871fae233c3d9c07b8fac8', '144.76.68.17', 1683715095, '__ci_last_regenerate|i:1683715095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f3ab5a06f9ae3750399e1d43a03353a971b424', '40.77.167.175', 1679980682, '__ci_last_regenerate|i:1679980682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f3b2e4bd216bd2b67dfa2e9e98cdb30e13dc10', '34.219.33.26', 1655908887, '__ci_last_regenerate|i:1655908887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f3e1c0c8cc1650712aec41fd8356fea5fede65', '52.167.144.31', 1681345915, '__ci_last_regenerate|i:1681345914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f3e33b93ca7a6418c44c6b7292227021fc906b', '190.148.157.183', 1680542587, '__ci_last_regenerate|i:1680542587;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"Wg0tekpoYNw3AOhDCi1U\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f4554a56e944f74d8672f00d8aea0184c83342', '190.104.119.122', 1650985014, '__ci_last_regenerate|i:1650985014;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1650734207\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650984345;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f5d64c3b5d2436fa551df0a836f732d3fb6a1c', '190.56.32.35', 1671914962, '__ci_last_regenerate|i:1671914962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671914926;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f8c3a0134ba6778f9a2703a691ec4dbf36647b', '190.148.252.96', 1673041701, '__ci_last_regenerate|i:1673041701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0fa6a60550d8e0dafef8fbed06ce624031e1220', '200.119.173.107', 1686864987, '__ci_last_regenerate|i:1686864987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686864841;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0fb8a9e039877f1263918c1891b567fa939f30b', '200.119.173.177', 1685380189, '__ci_last_regenerate|i:1685380189;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685380177;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0fba739a1c8b22a418e41ed70ec43a1f65266ab', '114.119.138.32', 1686975946, '__ci_last_regenerate|i:1686975946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0fc3c5c8b82255ee6d96eec0de7b04f3b1b4d20', '52.167.144.164', 1686412418, '__ci_last_regenerate|i:1686412418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0fd4841a93e630c862bde5349e2aa869d228cff', '157.55.39.87', 1663714871, '__ci_last_regenerate|i:1663714871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c101481cfccaf13628c4bce48c525e8de66bf050', '52.167.144.166', 1686862078, '__ci_last_regenerate|i:1686862078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1017494e3518b079283d9c20d921c3eb3293f85', '190.148.252.151', 1671452606, '__ci_last_regenerate|i:1671452606;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671452517;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c102451f25da34111ea8a91d047641b8cfc7ce31', '52.167.144.82', 1687513383, '__ci_last_regenerate|i:1687513383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c103912e2954bc9cc21c1d819123c292ae9809fb', '114.119.148.127', 1685197263, '__ci_last_regenerate|i:1685197263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1046a632301a400f38ef97a6daeff31788bf636', '114.119.133.126', 1688101201, '__ci_last_regenerate|i:1688101201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1067561b3d67851611d5bc0de134d831992a820', '114.119.136.66', 1686734838, '__ci_last_regenerate|i:1686734838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c107ee0b01e9ebbfd95580d75b1580abd9d7e5fd', '52.167.144.154', 1687930902, '__ci_last_regenerate|i:1687930902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10a99a78044b0fd65391692c6e26bafa0103add', '190.56.32.32', 1686184942, '__ci_last_regenerate|i:1686184942;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686184931;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10cdd643196836d8671d4844835627e9c96ca38', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10d1e6370e23fa4792e485de42cb97d4a755941', '114.119.158.38', 1688328730, '__ci_last_regenerate|i:1688328730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10f31dc867970ed99ab868c09921561867e047e', '157.55.39.80', 1670522433, '__ci_last_regenerate|i:1670522433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11086f1b658856b8b92d298655dbb33cfaedb0e', '200.119.173.177', 1685125701, '__ci_last_regenerate|i:1685125701;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685125340;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1109348c470b23643f9f3e7a884e00146c5f014', '190.56.32.162', 1686579595, '__ci_last_regenerate|i:1686579595;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686350336\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"MuyLbhri6N1wfzBDP3Yp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c111885d4cc1c4b3cc8d3db6002632e63ef3ce38', '52.167.144.164', 1685077837, '__ci_last_regenerate|i:1685077837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c111bb878c0a82396e2a24f9c8a4ebb2dcefacc6', '52.167.144.164', 1685628900, '__ci_last_regenerate|i:1685628900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c113f03e7a3a4db606f1e03f29dab6bb9a40fb57', '207.46.13.41', 1665831885, '__ci_last_regenerate|i:1665831885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11668505e7350c43c8ced22b6cbca76a45e8ec0', '51.222.253.6', 1673394649, '__ci_last_regenerate|i:1673394649;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 ('c11798b6bcea2dea60365f2057c945537cbb8233', '114.119.131.166', 1687730526, '__ci_last_regenerate|i:1687730526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c119fec719ed2ff98251a99985924591b9f28fad', '51.222.253.18', 1668012402, '__ci_last_regenerate|i:1668012402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11b9b85608b7920a672fa4f83da4ad0aa2eab67', '157.55.39.143', 1669794961, '__ci_last_regenerate|i:1669794961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11c55ba457219df16923d9ccbbf442327027865', '17.121.115.212', 1661245712, '__ci_last_regenerate|i:1661245712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11c691ab0497c97bfd9dc94bdf11ae2d1043722', '190.56.51.158', 1655758279, '__ci_last_regenerate|i:1655758279;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"XYzOURp6yo1ms8JrNcae\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11db048b07d09e1040611db5ec2baac66d8846a', '45.88.97.217', 1662966906, '__ci_last_regenerate|i:1662966906;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11e228b6fcd9b01ff6e9b54e312c3b250ae3184', '104.131.59.231', 1651201861, '__ci_last_regenerate|i:1651201858;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 ('c11fa56e999869c2d1e8a36445e71a9b332797c6', '193.201.9.12', 1654595402, '__ci_last_regenerate|i:1654595402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c11fd8a8768fd6ae33865155ffca7ef13a355fbb', '190.148.252.67', 1688506806, '__ci_last_regenerate|i:1688506806;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688506795;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c120904108fb831cce4c440337f85a25350cbe00', '104.155.162.25', 1651874485, '__ci_last_regenerate|i:1651874485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1217dbc204579dc0ada406f564012823594fd97', '190.148.157.98', 1679076469, '__ci_last_regenerate|i:1679076469;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679076468;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1224061bc7b8bbee5234c9ac19ec58fcbdb00df', '51.222.253.20', 1679599523, '__ci_last_regenerate|i:1679599523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c12375eef0aba9f7c37e4fb9cbfa998787a8b671', '51.195.90.229', 1650840501, '__ci_last_regenerate|i:1650840501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1247e7f5f004a4c08d9a308a9f83e15127fe915', '45.55.135.165', 1660252975, '__ci_last_regenerate|i:1660252974;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c124bb330615a205aa12e1be5c1ffb57b200793d', '20.53.248.13', 1654084045, '__ci_last_regenerate|i:1654084041;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 ('c1262955245da1edbb6dfe1675a6d26f81e29205', '17.241.75.218', 1681478464, '__ci_last_regenerate|i:1681478464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c127445b01a52227e52dee456610d3828fba85cd', '52.167.144.98', 1684339338, '__ci_last_regenerate|i:1684339338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c12823a3014cf53f3c211806daa40083c0501ee9', '200.119.173.78', 1682905516, '__ci_last_regenerate|i:1682905516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682905514;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c12873454c4383e7d918e6e6905c7cdfa9c55b9e', '190.148.252.183', 1681664326, '__ci_last_regenerate|i:1681664326;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681663557;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c12d6dce2e39309e3934b03b60546caeadbddeb9', '114.119.141.127', 1684313181, '__ci_last_regenerate|i:1684313181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c12f082bb82164ca256397c944a3de4116facacc', '114.119.148.160', 1688226746, '__ci_last_regenerate|i:1688226746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c130fe11e33808ada4cbefb9ce4c881436af110b', '35.91.105.242', 1680788312, '__ci_last_regenerate|i:1680788312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c131fc8e35f2fbbed2c833ed7daea6abd75bf3bc', '17.121.112.228', 1651596746, '__ci_last_regenerate|i:1651596746;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 ('c133911e60ea0a8f4ddc3490133724bfb0bd15fe', '52.167.144.162', 1686652145, '__ci_last_regenerate|i:1686652145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c133a1fd64b68e413282f53f6171da2ad2355980', '114.119.137.7', 1688214853, '__ci_last_regenerate|i:1688214853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13417abd4dfa754f2fb654356a807fb4d946129', '114.119.151.209', 1685093523, '__ci_last_regenerate|i:1685093523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1358a9b171053b75be55a531e71ad0c746b0fef', '93.158.90.66', 1669214614, '__ci_last_regenerate|i:1669214614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1364675fc317534c57160aa99f3300ebfd333db', '190.148.157.99', 1662503666, '__ci_last_regenerate|i:1662503666;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"cU1LFwemfMChIqdlH8ru\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1365d18daef32d2977bbbad43e29745e8d262f4', '200.119.173.177', 1685368290, '__ci_last_regenerate|i:1685368290;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685368282;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c137425a5670531fb1a48a6bf7ba56c7b84ad062', '200.119.173.177', 1685282154, '__ci_last_regenerate|i:1685282154;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685282107;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1375e31d4f160db274d561cbc295050a5a47c59', '40.117.185.219', 1650900980, '__ci_last_regenerate|i:1650900980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1382aa23cc9888c82cd6cd9c0f4e8fc327713f8', '200.119.170.168', 1670716385, '__ci_last_regenerate|i:1670716385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670716356;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c138f0c1a1fb42530173d83d2fccb6ae96079af6', '34.213.51.27', 1663247615, '__ci_last_regenerate|i:1663247615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13ac5cc0b2d174c186a1631060db3b1ade6c1a6', '114.119.134.75', 1685527020, '__ci_last_regenerate|i:1685527020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13b4441ea0d0c8b1edb50ba040d59c38c423798', '52.167.144.61', 1688177245, '__ci_last_regenerate|i:1688177244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13bd9d5bc8fe46290443448c1e1a9660590a96b', '207.46.13.113', 1675612719, '__ci_last_regenerate|i:1675612718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13c7b809bee88d3c1f3d2c1c6a527cd89eca4b9', '54.36.149.45', 1655717554, '__ci_last_regenerate|i:1655717554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13da25ff581575d79628b56b765a3e4061697df', '190.148.157.53', 1683895996, '__ci_last_regenerate|i:1683895996;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683895990;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c13da32485139bda0aa8f2b4a37e512d10d9d3ef', '5.188.62.140', 1656438878, '__ci_last_regenerate|i:1656438876;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c14304baceaebda719b0a4766c46811b3ad1a0b4', '17.241.219.162', 1672318754, '__ci_last_regenerate|i:1672318754;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 ('c144b91c12fee8b6c441603317b20d10cfe3a5d8', '40.77.167.63', 1672065109, '__ci_last_regenerate|i:1672065109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1455a5ca6451bb17df3ee4c87df7dd7f7ae7e6e', '54.36.148.253', 1686100605, '__ci_last_regenerate|i:1686100605;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 ('c1485a164cf0f8d1b5d4428f61dd488df0aba45c', '157.55.39.128', 1673630616, '__ci_last_regenerate|i:1673630616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c14b0115a136f2b6564432714633723d90ae4b11', '200.119.168.250', 1680623982, '__ci_last_regenerate|i:1680623982;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680623851;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c14b54785e737975e7fd8078a5e39483f3ae46cf', '52.167.144.70', 1688296431, '__ci_last_regenerate|i:1688296431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c14d61590b0dfd79be1cec823d85deb1eb688879', '190.56.50.13', 1658190323, '__ci_last_regenerate|i:1658190323;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658178714\";last_ip|s:13:\"200.119.171.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658190240;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c14f20a71a4f1885d3fd337cbfe009cba95dfdd0', '114.119.147.81', 1685486746, '__ci_last_regenerate|i:1685486746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c152b2d76f800d226d394d447669615ae295a1aa', '35.91.115.162', 1663247746, '__ci_last_regenerate|i:1663247746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1532a835a82791c36836d99aabc6e109d54f3bc', '190.148.252.183', 1650927696, '__ci_last_regenerate|i:1650927696;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";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 ('c15363ada61857835c622cb804dadb2f197aeae4', '114.119.140.214', 1688228595, '__ci_last_regenerate|i:1688228594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c153fc914d4e34c111cd9332951d16533fcd32c0', '190.56.32.174', 1676743535, '__ci_last_regenerate|i:1676743535;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676743481;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1596c9c072f8a5d3baf9d3b09c9b4159199f0ef', '40.77.167.192', 1688371819, '__ci_last_regenerate|i:1688371818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15b04e18e97cce2558bbabd6ff0d2706e12ce4d', '52.167.144.171', 1685077875, '__ci_last_regenerate|i:1685077875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15c096a33a0590038b0c9650aac84cf7912033e', '52.167.144.98', 1684228886, '__ci_last_regenerate|i:1684228886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15c4fc3a6e82b06fdecc63eba4a86b0d05cb9b1', '157.55.39.217', 1683443507, '__ci_last_regenerate|i:1683443507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15e2f765fa399c01eeee5a2f64e639177b413f6', '52.167.144.171', 1684339334, '__ci_last_regenerate|i:1684339334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c15eaaacc5c8d5e6f4d9a6016edb85917bf1bc01', '190.56.173.175', 1652906108, '__ci_last_regenerate|i:1652906108;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652906021;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16065c293d87ed4e838f62fcb8c8740a19d7b72', '190.148.252.151', 1670932502, '__ci_last_regenerate|i:1670932502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670931247;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1619ded4b6ed6c05f0c58ae4facc3f20dd31eca', '40.77.167.220', 1677512566, '__ci_last_regenerate|i:1677512566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1628a14fb66acdd6c5fed5489b8f8f46a73a894', '190.56.32.174', 1676504877, '__ci_last_regenerate|i:1676504877;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676504641;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16a7b85ba5cdec3ff272194f63cd099ae215f6c', '114.119.133.190', 1685912979, '__ci_last_regenerate|i:1685912978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16b4d9bed543aedbef1f9646d6371ee7d1e3d51', '52.167.144.61', 1688061645, '__ci_last_regenerate|i:1688061645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16b56eefd6a5d84de4d9014e5b625fb01542295', '52.167.144.61', 1688174111, '__ci_last_regenerate|i:1688174110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16bb870237657fd240f4074ec9aedb12eb8874e', '157.55.39.217', 1683564658, '__ci_last_regenerate|i:1683564657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16c1049ca95caa316dcf58ae338c6d935f285f7', '54.36.148.63', 1652389380, '__ci_last_regenerate|i:1652389380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16d8bff9cc092be2b99951d42fc097fbf526fb6', '157.55.39.143', 1670195220, '__ci_last_regenerate|i:1670195220;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c170ccc97d3ba02b02d355764bd60007e26fad2b', '157.55.39.112', 1663283185, '__ci_last_regenerate|i:1663283185;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 ('c17161443134267634558328d791af329483e190', '200.119.170.120', 1660086487, '__ci_last_regenerate|i:1660086412;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659539362\";last_ip|s:14:\"200.119.172.95\";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\";user_csrf|s:20:\"ryShGQdzkICXt1YJOc8m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1720cc97b24c0ce73536c6290923bdd4b408af0', '188.165.87.105', 1650703254, '__ci_last_regenerate|i:1650703254;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 ('c1728ef8d6279820991074da22a52a9d5e960c28', '200.119.168.250', 1680991836, '__ci_last_regenerate|i:1680991836;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680991775;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1739fdbb089bf0614c5d8d9d33ef033ba9536d8', '5.188.62.26', 1656355173, '__ci_last_regenerate|i:1656355169;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c173be9afe2aae1ffdc1143861564ba2befc1207', '52.167.144.162', 1686372982, '__ci_last_regenerate|i:1686372982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c174b3870566610a930786f3c4eca3cac4804443', '52.167.144.162', 1683014042, '__ci_last_regenerate|i:1683014042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c176dc2f9442ff8312de213845fcf9da16f0570c', '52.167.144.162', 1682313673, '__ci_last_regenerate|i:1682313673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c177a3d327f574f57442d817d0894b5a3c136fd3', '200.119.170.158', 1661350342, '__ci_last_regenerate|i:1661350342;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661350337;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c177f9c8529480add119bd8b1298c12bee621a10', '200.119.174.9', 1674351449, '__ci_last_regenerate|i:1674351387;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674351448;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17a51d76eb2892602601f194c2c41613e2ee8ba', '40.77.167.134', 1680121659, '__ci_last_regenerate|i:1680121658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17a8ee796614c0678ef512b2507799c45e0ff5f', '190.56.32.162', 1686248361, '__ci_last_regenerate|i:1686248361;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686248349;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17bcff6702ee1f670c9e6b7055a7376c9ea7393', '114.119.135.34', 1684511400, '__ci_last_regenerate|i:1684511400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17f05b79667cd49024d9bca0481692f6aec6e68', '190.148.157.117', 1675602509, '__ci_last_regenerate|i:1675602509;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675601826;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17f7d00e297828f63a18c8c86cd2863716275f5', '190.148.87.23', 1679446271, '__ci_last_regenerate|i:1679446271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679445854;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17fb9ef8b505d47fa01b2397ea84ec8e684bb29', '114.119.154.14', 1684208835, '__ci_last_regenerate|i:1684208835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c180ce52a52aa5686deed5246c9b06eb162f3350', '200.119.168.48', 1668097147, '__ci_last_regenerate|i:1668097147;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668092289\";last_ip|s:14:\"200.119.168.48\";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 ('c181e8963d51cbd875f57309a9873ea53276d40e', '52.167.144.31', 1675529498, '__ci_last_regenerate|i:1675529498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1859bca3f1d695edb072b517bf86d3ea385831d', '52.167.144.154', 1687879268, '__ci_last_regenerate|i:1687879268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c186692b1e6c1f548127d4f75d8c483355a35dfe', '40.77.167.187', 1679360294, '__ci_last_regenerate|i:1679360294;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 ('c18b01bf096fe1572ac8aaaa18cee6254c0833ff', '114.119.155.170', 1686240207, '__ci_last_regenerate|i:1686240207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18b173f10ff17608b3a2f3ccbe0ae82faff5c49', '52.167.144.164', 1684315756, '__ci_last_regenerate|i:1684315756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18bfcea1848e807def32897b71d2828b4bca8af', '200.119.170.113', 1666734859, '__ci_last_regenerate|i:1666734859;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666734844;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18d2492cef330173b9baaa7c258df8933acb56b', '190.148.252.223', 1659099772, '__ci_last_regenerate|i:1659099772;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659099034;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18dfd24867bf06244de855ff596488bd21d7983', '40.77.167.222', 1681045179, '__ci_last_regenerate|i:1681045179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18e760fc89f6a454f7e1b1263dd24fb6d91a10e', '52.167.144.98', 1685594556, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18f077637a3b14df09d5c5e575e05fc6e63364a', '207.46.13.48', 1654068374, '__ci_last_regenerate|i:1654068364;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18ff207c772e8719fdf674151086861d09128dc', '207.46.13.17', 1674113527, '__ci_last_regenerate|i:1674113527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19433226a4f078312fc141734fa94842d3211d6', '130.255.166.69', 1653700971, '__ci_last_regenerate|i:1653700971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19480c32008cda9f11aec4d8c5c3a95cce5428e', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c194bacbb557b217a1870bf8f734604f171e3782', '74.208.2.164', 1682136358, '__ci_last_regenerate|i:1682136358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c197ca801a66af2adec9f1488857de0a25e8894e', '51.222.253.11', 1665054834, '__ci_last_regenerate|i:1665054834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19918ae761f228887c0aca002736a1448ac787c', '114.119.135.30', 1685876659, '__ci_last_regenerate|i:1685876659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19a0b7160ce4b9b3a12de1f387fc4c71418e3db', '142.132.250.173', 1686198074, '__ci_last_regenerate|i:1686198073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19cfca7c8d4e77e3b482adb6196d76729d51b88', '163.123.143.186', 1661518076, '__ci_last_regenerate|i:1661518076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c19ddfbb20231a47f4b86eb8158f96b41fbdc3e4', '51.222.253.5', 1670849245, '__ci_last_regenerate|i:1670849245;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1a0b6a00df7894ec22bd7c57d466a47e64c2519', '17.121.115.238', 1657923938, '__ci_last_regenerate|i:1657923938;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 ('c1a0ef77f38f1752231753ea909987f396fd8129', '51.222.253.1', 1653215184, '__ci_last_regenerate|i:1653215184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1a2b92736387cb777496887848fda9fde7753b4', '190.148.158.175', 1672511319, '__ci_last_regenerate|i:1672511319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672511291;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1a522987cce036dae7dfe2969fcbf9fdac5041b', '159.203.113.143', 1683116844, '__ci_last_regenerate|i:1683116844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1a86ade2aafffe3e72338d5fb8dca37cb88b9dd', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1a9d648c060a55dd70117905422d4f5105c2331', '114.119.133.108', 1688180426, '__ci_last_regenerate|i:1688180426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ac08f93fd21cf8f5351769e940447b0cb2fc53', '190.148.158.175', 1672149909, '__ci_last_regenerate|i:1672149909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672149905;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1add1db4d77a02a591425fe8556f6dfb254712c', '51.222.253.17', 1655291363, '__ci_last_regenerate|i:1655291363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ae76452de40408846ed5c00022781ac4075360', '207.46.13.41', 1671111734, '__ci_last_regenerate|i:1671111734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ae8b620b3782a46b52359c05abb4edfa29fcb0', '200.119.170.143', 1670173855, '__ci_last_regenerate|i:1670173855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670173809;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1aecbc11ae0618c48fbc76e402800687ba5fac1', '209.160.115.40', 1682930806, '__ci_last_regenerate|i:1682930806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1af055ca482ce3a4eaf29f5cdf85ef6a6252765', '141.147.113.25', 1651216358, '__ci_last_regenerate|i:1651216357;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1af718b7a3608d1bbcfbd6996ae6a0244d3742a', '138.94.218.122', 1654211474, '__ci_last_regenerate|i:1654211474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b068b30c2d30ad7fa020b15512ded47dbecff1', '190.148.158.151', 1677200737, '__ci_last_regenerate|i:1677200737;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677200703;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b07457ae9c62819d6221a395815be251d0293c', '200.119.173.133', 1660948508, '__ci_last_regenerate|i:1660948508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b150d018845b259c70562beb6d6428f6a25d21', '190.148.252.183', 1681511450, '__ci_last_regenerate|i:1681511450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681511437;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b21b55e8a2ea8d814292bf5e95f3033ca14cdf', '114.119.135.64', 1685038601, '__ci_last_regenerate|i:1685038600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b2b3f6420700b8ea6a60c0cca39aee4cdb2593', '51.222.253.10', 1674869257, '__ci_last_regenerate|i:1674869257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b30af629bcb2a2c8937bea5c3b90392f96da6a', '200.119.174.9', 1674159829, '__ci_last_regenerate|i:1674159829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674159779;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b41c47f90ac88764f19b232282f6c0005bfacd', '40.77.167.202', 1687735031, '__ci_last_regenerate|i:1687735031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b8a9da3865b929405261c09bc3415bbe9af269', '190.148.158.151', 1677256547, '__ci_last_regenerate|i:1677256547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677256277;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1b9acf15109dd97c1cf13c1f1ca5472a7413a43', '207.46.13.234', 1660080302, '__ci_last_regenerate|i:1660080302;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 ('c1ba1b784729b6d1a6aec9cb5abbd0ef62d31982', '190.148.87.182', 1679618834, '__ci_last_regenerate|i:1679618834;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679618255;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ba9da9360d0e3998161a00190ceae7ceb86555', '52.167.144.63', 1686900022, '__ci_last_regenerate|i:1686900022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1baeccb87aff94802adb7d5f566b78f619c5710', '190.56.50.3', 1660771068, '__ci_last_regenerate|i:1660771007;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660751915\";last_ip|s:11:\"190.56.50.3\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660771067;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1bd6e6a0f8015dbf45bb333191359cfaff8cf9f', '190.56.50.6', 1667655592, '__ci_last_regenerate|i:1667655592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667655586;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1be09bbf17591fa0a29ec1993c3c77b8801fe85', '51.222.253.20', 1654265896, '__ci_last_regenerate|i:1654265896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c0e124177866e0ea89173390c09f2a50b46eb4', '17.121.114.216', 1651612970, '__ci_last_regenerate|i:1651612970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c20c9a51d822cd895cf89cf41309ac23aa9d30', '114.119.149.200', 1685189289, '__ci_last_regenerate|i:1685189289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c218ca079696e0cfb490662f015a898af73476', '52.167.144.109', 1680415327, '__ci_last_regenerate|i:1680415327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c381dc7b374b9854f5ab5b13d4bf767e856f13', '190.56.32.170', 1651170314, '__ci_last_regenerate|i:1651170314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c5f112c2ed626119516d427402f62627ed4fda', '157.55.39.100', 1671927491, '__ci_last_regenerate|i:1671927491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c6d23505139fc0c10efef389496b0b1d0c5ef2', '40.77.167.43', 1658040495, '__ci_last_regenerate|i:1658040486;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c7db059b29091d390045bc791a45123287b8b9', '89.104.111.196', 1651006818, '__ci_last_regenerate|i:1651006818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c88948027e7b36554115fcc7fd18f9f653bd07', '114.119.155.236', 1686220919, '__ci_last_regenerate|i:1686220919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1c9c857dfd0f9014b27e3693e2c88882961380f', '200.119.170.200', 1654547937, '__ci_last_regenerate|i:1654547937;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654294198\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"RuI7EhsScxU05Bk3Vlz1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ca03f7491942884396aab0d7c063e243c21159', '200.119.169.5', 1654866481, '__ci_last_regenerate|i:1654866481;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654866476;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1cc96b09b19e2f29aaafa59332c222eb84382a0', '190.148.87.96', 1678326609, '__ci_last_regenerate|i:1678326608;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678326609;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ced8fd3ce66a426fc6c660b9cc26628acc40b0', '40.77.167.205', 1680076320, '__ci_last_regenerate|i:1680076320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1d13d214c247cc49d808311258ffd08aed6b4d9', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1d1c90dc081c13041b75ced7e321732339e15fa', '51.222.253.12', 1657215298, '__ci_last_regenerate|i:1657215298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1d40ee2d6a226b1a52cbabc06d267d437d3aff3', '190.148.158.175', 1672351652, '__ci_last_regenerate|i:1672351652;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672351584;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1d484dcbe2bae4f1b0f1aa91a478d04bf8398c4', '200.119.173.130', 1676152703, '__ci_last_regenerate|i:1676152703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676151215;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1dd0c7e3a498bbd1264c49684df0f52ab95cf6e', '190.148.252.73', 1664827075, '__ci_last_regenerate|i:1664827075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664827066;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1dd55b041fc59bb46c6637aeaead333f447b85c', '52.167.144.171', 1685453541, '__ci_last_regenerate|i:1685453541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1df2c5dc876a5745fae4073871400ec1dc9f3eb', '114.119.142.197', 1686573239, '__ci_last_regenerate|i:1686573239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1df36822dd2b7f03d9db2ca5cd73d07bcf73ee0', '52.167.144.164', 1686161502, '__ci_last_regenerate|i:1686161501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1df950d9c6daa9e02ea9a8059b708491afb1275', '114.119.154.22', 1684850951, '__ci_last_regenerate|i:1684850951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e3602cabc423e2c09ae2150299b0e1f9b4bfcb', '40.77.167.191', 1682109626, '__ci_last_regenerate|i:1682109625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e410c2fe34849b016e4218e9b15d020e030978', '190.148.252.106', 1684288286, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684238922;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684163949\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684288286;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e4135936d9c28651bfb0c60c1596f71ca91531', '5.188.62.140', 1653265681, '__ci_last_regenerate|i:1653265681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e7567f48812413fd4058554f9938cbf48baba0', '18.191.170.48', 1671375504, '__ci_last_regenerate|i:1671375503;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e7da1240b73b2301119bf9c91bcef0cc2cb271', '114.119.136.85', 1685496250, '__ci_last_regenerate|i:1685496250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e7dad278fd101a57ccf5edb701c3b43f401456', '190.148.252.233', 1668952620, '__ci_last_regenerate|i:1668952620;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668868588\";last_ip|s:15:\"200.119.168.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668948458;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e7e6e02d2d88241b18a49ffafd0ce381ed4d4b', '40.77.167.241', 1687670563, '__ci_last_regenerate|i:1687670563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1e9490fc3eb1e5b4b9c72006787f03fa6e7c1db', '54.36.148.174', 1653544448, '__ci_last_regenerate|i:1653544448;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 ('c1e9724fd30daed1092ff32c3848cc6fb1d0a58f', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1eaed29ec83d8d0c05f7fe64d6ed1d0d0516a2b', '51.222.253.19', 1683280340, '__ci_last_regenerate|i:1683280340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ebf6b36ec23c885fcbf5973f0cd526b4371a03', '54.200.197.162', 1680788418, '__ci_last_regenerate|i:1680788418;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 ('c1ecb7e8ea9070573b3e15ace3a9ecc127c64a0f', '190.148.252.112', 1667835607, '__ci_last_regenerate|i:1667835607;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667603892\";last_ip|s:11:\"190.56.50.6\";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\";user_csrf|s:20:\"xWcFhz1nb5EByoS9fqsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1edfd5743f9fdbde7097549a07c9ac719e1cd6c', '207.46.13.217', 1684212657, '__ci_last_regenerate|i:1684212657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ee65dceea25feeff62f5692c7e01a9e0d7ca89', '114.119.156.124', 1686053535, '__ci_last_regenerate|i:1686053535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f11bcc14d7d4ec1797497956de33089eaa9af7', '198.251.73.67', 1680407336, '__ci_last_regenerate|i:1680407336;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f144aef87c7c421d47c7bc0563c1095f07355e', '37.19.221.245', 1677551334, '__ci_last_regenerate|i:1677551333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f1818e737126d9d3365d42705391de034be2a9', '17.121.112.173', 1654258816, '__ci_last_regenerate|i:1654258816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f23b272df8b53a51fde9ff2df78b43c0c95c68', '52.167.144.66', 1682291203, '__ci_last_regenerate|i:1682291203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f24036c81b64abaab588c2c7845db9eece5b00', '51.222.253.15', 1669274587, '__ci_last_regenerate|i:1669274587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f2857bce1df1e19f5099380fb4ec6f361b3ef5', '114.119.154.82', 1686282190, '__ci_last_regenerate|i:1686282190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f361f0728c6f0ca3c41d5eaa16d6499078d236', '190.148.252.151', 1671298973, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671298973;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671298944;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f52f30b5be46f49f8d5e0d79ff9e5c1e434363', '52.167.144.171', 1685242141, '__ci_last_regenerate|i:1685242141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f67fa5c95865837d6e701255c74d6a5db3c028', '66.249.73.232', 1651476606, '__ci_last_regenerate|i:1651476606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f7426900723b9852a46e3921d70e07a97394f5', '109.233.192.83', 1656431135, '__ci_last_regenerate|i:1656431135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1f761504866477a805b06876d53ef328b2452e0', '66.249.79.196', 1688000109, '__ci_last_regenerate|i:1688000109;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 ('c1fa2f6163f8f240eb1d6f8105e44db1876d3406', '200.119.174.30', 1667524729, '__ci_last_regenerate|i:1667524729;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667524716;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1fa340a4e9a0adc8aee66a790d214fc1250df16', '40.77.167.146', 1687835819, '__ci_last_regenerate|i:1687835819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1fb4463ee5bdca626eed041dc1e4c337e5e09cd', '36.99.136.130', 1650976226, '__ci_last_regenerate|i:1650976219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1fc91d3c1b32cf46e66c6a347b0e4e57cdd5d47', '40.77.167.123', 1683320677, '__ci_last_regenerate|i:1683320677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1fe7ab7ea74cd39af6c1c484ad1e913e65e562a', '93.158.91.214', 1663045228, '__ci_last_regenerate|i:1663045228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1feec63ccff9e1449af4f9ab5ec81d1478c8a6a', '190.148.157.99', 1662581401, '__ci_last_regenerate|i:1662581401;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662563564\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"WlKn4drQ19P2JMtju3ym\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c200b10684c244d4ebe8588ccefa830d560bf5cb', '93.158.91.203', 1674451215, '__ci_last_regenerate|i:1674451215;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 ('c20138ba05aa771fac864c00e139ae4944c90ab8', '51.222.253.20', 1664829611, '__ci_last_regenerate|i:1664829611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2069cdfc0e134226dd5d391cf589a8432934836', '190.56.51.241', 1661431673, '__ci_last_regenerate|i:1661431673;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661373738\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661431669;register_id|s:2:\"83\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-24 10:23:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2079495fc84cf4ad412aa153162ceda84ec82ac', '40.77.167.156', 1678798162, '__ci_last_regenerate|i:1678798162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c209b8c0ccbb6f86cadb068503122a48b3fe9818', '64.235.231.20', 1651769443, '__ci_last_regenerate|i:1651769443;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 ('c20a45f63a7f1767f33a49c545855030f4c1ddbe', '54.227.32.154', 1651508275, '__ci_last_regenerate|i:1651508275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c20e21847b81c9c96c95113f126387812d237749', '114.119.136.168', 1685914760, '__ci_last_regenerate|i:1685914760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c20f420def34f900ad66a4133383f484b6bf73d8', '200.119.170.209', 1656885626, '__ci_last_regenerate|i:1656885626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2103a3ea8408ee3822661369774da9e5a89525a', '52.167.144.69', 1676491947, '__ci_last_regenerate|i:1676491947;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2120af708016806ce1902d0cfa707062a989911', '66.249.79.196', 1688555991, '__ci_last_regenerate|i:1688555991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2153bde2ded7c30a44f5cc91e9d3c608042e725', '40.77.167.175', 1680375432, '__ci_last_regenerate|i:1680375431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c215bb3bb81e9ea5e739093dc05245daa0c2efc9', '190.56.50.253', 1682539609, '__ci_last_regenerate|i:1682539609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682539592;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21738054cf150078060bf71b90c4db36ab3c970', '52.167.144.164', 1686575021, '__ci_last_regenerate|i:1686575021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21978439dd6bd2954a7c8ff6fcf734201d0da75', '51.195.216.255', 1650742740, '__ci_last_regenerate|i:1650742738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21acbe58883aadb396569583b1f4904fc346d13', '51.222.253.7', 1656350175, '__ci_last_regenerate|i:1656350175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21cee488e002101ccd21d95d4679239f62ac010', '18.191.170.48', 1671375493, '__ci_last_regenerate|i:1671375493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21d5ae5ff433f3383740b6168b224fef3b11fef', '51.222.253.14', 1662055984, '__ci_last_regenerate|i:1662055984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21fea6f8c5edcf4d161cf4caffb39a532d984f7', '40.77.167.91', 1686889993, '__ci_last_regenerate|i:1686889993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2211d5dc5314d2146f2f2a9c85b2e6aa706803b', '51.222.253.1', 1665566033, '__ci_last_regenerate|i:1665566033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2215bb59bb3199691545d1db74ab4d4578e77bc', '66.249.74.101', 1684512184, '__ci_last_regenerate|i:1684512184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c222c24787246a665948bd551430670cacf3285e', '51.222.253.16', 1654505267, '__ci_last_regenerate|i:1654505267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c224ae577925633547ff8102ce7f70da42576b77', '40.77.167.13', 1674419388, '__ci_last_regenerate|i:1674419388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2252381d23233ef2cedd5e1f873d19a45a198d8', '17.121.114.111', 1655821943, '__ci_last_regenerate|i:1655821943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c225496a800176dd04861fb9ea0b26a9ccc27c26', '114.119.138.154', 1688177350, '__ci_last_regenerate|i:1688177350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c226c4d6d3bb3d38d0a8eb0e545410666471b1af', '52.167.144.154', 1687583635, '__ci_last_regenerate|i:1687583635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c228dd3f6440e7cfbc267c3f4402c844afc96d9b', '173.252.127.3', 1651369421, '__ci_last_regenerate|i:1651369421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c228f48d93243cb165cf2bde108162f2b4a2d02a', '207.46.13.41', 1671251024, '__ci_last_regenerate|i:1671251024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2291177de7554e05e74d9c9662167fa191a7ced', '190.148.157.177', 1682358851, '__ci_last_regenerate|i:1682358851;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682358839;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22b0a82396824bb9a3b5d79eb845564e73eeeba', '52.167.144.171', 1685389169, '__ci_last_regenerate|i:1685389169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22bd1a9a94f86df25188d6b1a65668a90e553f3', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22d7768f1d4e7aeeea4bf31ab33f59f37f0cdfa', '35.193.164.16', 1664214247, '__ci_last_regenerate|i:1664214247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c22dc086f5c2c11c78c44474f465b02199914c0d', '114.119.152.221', 1685189573, '__ci_last_regenerate|i:1685189573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23018ec2b95b2275cfa4f4a8260f39ec0b57a9f', '190.148.158.175', 1672148433, '__ci_last_regenerate|i:1672148433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672148405;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2304443e8445e2a83a3e52008c513b03d9648c3', '157.55.39.208', 1678054573, '__ci_last_regenerate|i:1678054573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c231ba895c1db25c58d88191c40ed5d2c8574cdf', '35.93.76.152', 1672060343, '__ci_last_regenerate|i:1672060343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c231ea05f411233a4d9b57c43353ed60682c4085', '54.36.148.230', 1678021863, '__ci_last_regenerate|i:1678021863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c232278e903f2b75cba8b37a1b62b75efacecaa5', '207.46.13.160', 1666037134, '__ci_last_regenerate|i:1666037124;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23518abf341760bf46eb3fd3f19889f832ae706', '173.252.95.18', 1682908585, '__ci_last_regenerate|i:1682908585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2352cfb507315ebbd714fd60c65d7abaec59f95', '111.7.100.21', 1650686099, '__ci_last_regenerate|i:1650686099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2354bb0fb5fd32d4a7f3ebaee3e2e5206ae29b2', '114.119.136.199', 1688237674, '__ci_last_regenerate|i:1688237674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c236b46000034db80b22b4d70fddede54857f694', '45.63.18.23', 1688447033, '__ci_last_regenerate|i:1688447033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c237318019e12d96048d38c8c30e0ac8270cef42', '190.56.55.113', 1673536268, '__ci_last_regenerate|i:1673536268;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673536239;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c237b8df370c890962a2b9b61052242aa973d4a5', '52.167.144.98', 1684833487, '__ci_last_regenerate|i:1684833487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23937ab0a697cc65c0a0dbfd43d985ca437fa79', '207.46.13.127', 1656751511, '__ci_last_regenerate|i:1656751511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23977b34fe3635fa35eceda2376aaba2b7a86d6', '51.222.253.10', 1681547980, '__ci_last_regenerate|i:1681547980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23b09e766cb91e5c323e17f8a5b5030c5129322', '40.77.167.11', 1673632299, '__ci_last_regenerate|i:1673632299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23b55d7fd41248d195f94a8c632ddbecd6e4f5d', '51.222.253.12', 1681712624, '__ci_last_regenerate|i:1681712624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23bb661fe10a56a8f2c7722ad0923967bbb46b8', '40.77.167.13', 1672413678, '__ci_last_regenerate|i:1672413678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23bea4c7d14239ee3acbf56535b2873c4a180de', '3.17.157.152', 1668808895, '__ci_last_regenerate|i:1668808895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23cec7096c3e434e2ff9f9fbece2a1c92a7b697', '24.199.84.191', 1681338447, '__ci_last_regenerate|i:1681338445;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23e1cd3691bc2c0f87f6115284b321b2c8cad18', '190.148.252.151', 1671485599, '__ci_last_regenerate|i:1671485598;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23f305d26f168b45d839e9dcd13a650330a1494', '17.121.115.9', 1655821833, '__ci_last_regenerate|i:1655821833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c241ea62bc308413a086af9f6222bd82346048a9', '52.167.144.164', 1685760655, '__ci_last_regenerate|i:1685760655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2450b7fdd1dcc8408b26b9ea7346001a3896db9', '52.167.144.74', 1688519121, '__ci_last_regenerate|i:1688519121;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c246cfb79439e50d7120055a2634c71f735ee144', '157.55.39.253', 1681767321, '__ci_last_regenerate|i:1681767321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2482af940c0812eb1e0d81cf5e56d6e84008f72', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c248742d08455f0f717fce8c42f7b00fcfc2f151', '40.77.167.236', 1677566794, '__ci_last_regenerate|i:1677566794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24a3b9a098d95c4609083dcee5d3d28a0e55a96', '66.249.77.162', 1686644145, '__ci_last_regenerate|i:1686644145;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 ('c24ad30178a20899f14c41afb10c04ae9ef923e2', '190.148.87.96', 1678468981, '__ci_last_regenerate|i:1678468981;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678468978;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24b8a9bf976942d67d94848561692c652069c84', '200.119.168.48', 1668085304, '__ci_last_regenerate|i:1668085304;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667997260\";last_ip|s:15:\"190.148.157.165\";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\";user_csrf|s:20:\"hLPzFS8u7jxCnOZ4IoaG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24c8d202b0e62a06b88239d7a3786e25d5d311f', '52.167.144.164', 1685629953, '__ci_last_regenerate|i:1685629953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24ee73360fd5fc42f1190cc0e95890497618cd0', '52.167.144.74', 1688445257, '__ci_last_regenerate|i:1688445257;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24efbfd454acee972391e18586971aa34e91239', '114.119.150.154', 1687848511, '__ci_last_regenerate|i:1687848511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24f742cc49ed1ab6fd6ccfb13a8d58407b6d033', '157.55.39.169', 1668151719, '__ci_last_regenerate|i:1668151719;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 ('c2501ff446d5ee047883bb34b9e73b14a9c2f7b9', '190.56.173.213', 1683551648, '__ci_last_regenerate|i:1683551648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683551626;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c250766d523e0e76771949cf873bb95d6f19e964', '114.119.130.177', 1686836713, '__ci_last_regenerate|i:1686836713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c250bcb5fc56202d940919ed4c6bd82faebc95ba', '157.55.39.79', 1670929398, '__ci_last_regenerate|i:1670929398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c254f4738f8a178e3afbb2f03f17db79cf390a52', '3.17.148.246', 1687183274, '__ci_last_regenerate|i:1687183273;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c257c78362580726632e130ee2fec1018f6b37b1', '190.56.32.32', 1686139686, '__ci_last_regenerate|i:1686139686;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686139681;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25a76de6e2aa945ece0ca4c99bc35a0c768add0', '40.77.167.60', 1671604169, '__ci_last_regenerate|i:1671604169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25adf9252214f8447d6628469cf5fb0fc2a3022', '52.167.144.162', 1686667322, '__ci_last_regenerate|i:1686667322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25e3846394b18213ae9df2c8f8ef7d2bb7e04e2', '157.55.39.253', 1682337043, '__ci_last_regenerate|i:1682337043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25f354db8b032989c56767a86f35a6f0b63a3a3', '157.55.39.128', 1673095834, '__ci_last_regenerate|i:1673095834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25fdd3049399828f0b2e60183f67b4cafd04f98', '200.119.168.250', 1681130913, '__ci_last_regenerate|i:1681130913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681130900;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c260cf55d54616c2be554544b100a382386103d6', '190.148.87.6', 1668452817, '__ci_last_regenerate|i:1668452817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668452166;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2647f0cd979046dbfee1ce8d28f6f919fb599f3', '54.36.148.85', 1684907995, '__ci_last_regenerate|i:1684907995;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 ('c264af69e24ac54c7f233220723ae6463d66759c', '5.188.62.140', 1653281530, '__ci_last_regenerate|i:1653281527;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2665b871fe733ee8f850d8cef1b7a9433f42878', '190.148.87.96', 1678373452, '__ci_last_regenerate|i:1678373452;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678373156;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c267a531cf8469476855f11f1a2e68e7fc00fbad', '52.167.144.76', 1682383478, '__ci_last_regenerate|i:1682383478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2695526afb1ef066a9c667c34bd46635ce6251c', '52.167.144.98', 1685931798, '__ci_last_regenerate|i:1685931798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c26b11fa5f065a62be28c1e970f52fa355037465', '40.77.167.108', 1682743178, '__ci_last_regenerate|i:1682743178;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 ('c26b234b5d59a4ec9ed070c66e9cdf0af1003040', '200.119.170.143', 1670178632, '__ci_last_regenerate|i:1670178632;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670178435;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c26ce17efdcf13a035d7a8c600a4411bc0ea5409', '190.148.252.85', 1666203746, '__ci_last_regenerate|i:1666203742;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666129007\";last_ip|s:13:\"190.56.49.109\";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\";user_csrf|s:20:\"pG5s1SjHrBuQqnCl9FOT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c26d2e655aa042ae08d35cc9477e75c5554a9608', '52.167.144.98', 1685381155, '__ci_last_regenerate|i:1685381155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c26d7123efd49652183221a943f44c5a2ce06097', '45.63.18.23', 1688470002, '__ci_last_regenerate|i:1688470002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c26dba6ee745bc2a5eba3d79fa81e5452b95fdf5', '190.148.87.96', 1678481577, '__ci_last_regenerate|i:1678481577;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678481572;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27073d88d2fb134a776d1c26b4b07bbd754f96f', '34.238.139.210', 1650967597, '__ci_last_regenerate|i:1650967597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2726c4d09faa216d469e1069d9d752c23c94d50', '190.148.252.151', 1671120408, '__ci_last_regenerate|i:1671120408;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671120401;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c272768a482d76f46f5e33dae5b703a810eda275', '190.56.55.48', 1687534630, '__ci_last_regenerate|i:1687534630;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687533326;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c275135773ecf042cd7dd93a2afca2c90e65fa5a', '200.119.170.217', 1656381955, '__ci_last_regenerate|i:1656381921;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656379374\";last_ip|s:15:\"200.119.170.217\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656381955;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c275dbc74a5f9528b2fdea01a60d9b889ba190de', '35.222.224.245', 1652179401, '__ci_last_regenerate|i:1652179401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27806298e71cd4a322a67e56ade2e3b094df0a4', '157.55.39.214', 1683611648, '__ci_last_regenerate|i:1683611648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2782bc2e59b4693703bed67a1f2de0e1a761344', '54.189.42.77', 1654780209, '__ci_last_regenerate|i:1654780209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27a59bcc50d18bc3202897a64a3a6e8b3ff1561', '5.188.62.76', 1656401076, '__ci_last_regenerate|i:1656401074;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27b25c150d593e9d39f4b573390d272f0c234b9', '203.75.213.3', 1672932226, '__ci_last_regenerate|i:1672932226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27c1826f9ada66160317f54b432d88bd021729d', '157.55.39.65', 1660898984, '__ci_last_regenerate|i:1660898984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27cd46c029b8afebb87822d871f7d213656c206', '190.148.158.175', 1672509582, '__ci_last_regenerate|i:1672509582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672509562;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2801b90400be7af2617c0d36d2c2c6332b28b4a', '114.119.141.194', 1688073131, '__ci_last_regenerate|i:1688073131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28021adae0ae5f182acf3956e2c092998dc378a', '190.148.157.80', 1669334212, '__ci_last_regenerate|i:1669334212;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669334206;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28187099d5257fd7338d7d596b5c8a717b3139a', '40.77.167.133', 1684132436, '__ci_last_regenerate|i:1684132436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28304e60c95cb70cf3f475b2f20542f5ca6e4f6', '188.147.12.9', 1674021528, '__ci_last_regenerate|i:1674021528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28396faf0129505a1047c79f7fad66d2378f42c', '17.121.113.7', 1653148224, '__ci_last_regenerate|i:1653148224;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 ('c28551e27a54017ab6d44964d70fce3b8e5d54d3', '114.119.146.41', 1687788940, '__ci_last_regenerate|i:1687788940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2858d205e1a9874627bae77e92243d2b0604400', '190.148.87.182', 1679878025, '__ci_last_regenerate|i:1679878025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679877953;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c286f8f8a11c4618d4e5f2ab1767f26f107ef8af', '190.148.252.223', 1658938634, '__ci_last_regenerate|i:1658938634;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658931902;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c287ac63f6ce590c627ed3dac1cd5113f16962e3', '207.46.13.10', 1671091313, '__ci_last_regenerate|i:1671091313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28d9a9876ba5cf6e2d62aa85a98a6df2133ff42', '52.12.62.191', 1674220584, '__ci_last_regenerate|i:1674220584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28dc3cf1e52710138ad486254d64b46e11619f5', '190.56.32.162', 1686483530, '__ci_last_regenerate|i:1686483530;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686483150;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c28edc75cd954b45ffae41154206da66c74a8d19', '40.77.167.169', 1688117430, '__ci_last_regenerate|i:1688117430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2916fe1c221b143f6a0400b62d720b827c7afae', '157.55.39.100', 1652747907, '__ci_last_regenerate|i:1652747897;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c294431e00974d8548f159686c4cb4498a36bcd8', '51.222.253.3', 1679124568, '__ci_last_regenerate|i:1679124568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2951d359eb5e722204387e3f3a10f5d83346f4f', '157.55.39.79', 1656798827, '__ci_last_regenerate|i:1656798816;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c296288a38b98358007c93f09064da9362703b57', '207.46.13.215', 1680289506, '__ci_last_regenerate|i:1680289506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29699620398f16eee9d6e040da4acabf24ac759', '190.56.55.0', 1687803560, '__ci_last_regenerate|i:1687803560;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687803524;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2974d22529cf594a33ddf16f23fb42c9299cd3b', '114.119.159.236', 1687688488, '__ci_last_regenerate|i:1687688488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2977a0f37761324de2acb54db678d5c421041ff', '89.22.101.69', 1652903880, '__ci_last_regenerate|i:1652903880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29a321114019589a773762d9af97fa8ca463d38', '190.56.32.162', 1686346208, '__ci_last_regenerate|i:1686346208;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686346079;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29aa0686bda1d5455da4e6b66c00981affd9c89', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29b0be85a403800464d183b0addad09e9675a18', '200.119.172.60', 1674586384, '__ci_last_regenerate|i:1674586384;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29c5d1696ff584a37f182e8aaff644ee756077e', '114.119.129.4', 1685589068, '__ci_last_regenerate|i:1685589068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29c708ec4185ae5d206fdf3f4edd2df2a65d5f8', '207.154.204.175', 1657274128, '__ci_last_regenerate|i:1657274128;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 ('c29d2a2b06baa54bfd9dd170cde049dc2bd7ade6', '114.119.146.129', 1684581648, '__ci_last_regenerate|i:1684581648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29e1e55762061aca09261bd0bf48dc69fbc5012', '190.148.252.177', 1674091345, '__ci_last_regenerate|i:1674091345;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674091290;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29e33e31ecd12f363d281ab73e037595d35b5b1', '114.119.142.124', 1684936751, '__ci_last_regenerate|i:1684936750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29f4e722641e17a5abb68b6b050b8d7cabfe27c', '40.77.167.249', 1680706499, '__ci_last_regenerate|i:1680706499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c29fa39c581a96f54c0e44d01233581e3b89eea0', '190.148.158.175', 1672163734, '__ci_last_regenerate|i:1672163734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672163615;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2a6736ae083c9f718eaac9447bafdc006a660e6', '157.55.39.100', 1671969758, '__ci_last_regenerate|i:1671969758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2a6779321ee840594e7054d902b94f6e7cf0816', '207.46.13.160', 1674432061, '__ci_last_regenerate|i:1674432061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2a70ed6aacfd2e6fd629b58cd42c15b1b1faca3', '200.119.168.250', 1680822958, '__ci_last_regenerate|i:1680822958;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680822956;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2a72692cf4ecc53a24896d1db99c7d498e201dd', '190.56.51.169', 1684531945, '__ci_last_regenerate|i:1684531945;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684531814;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2adf4b779cdfe4e9ab3fb1f44ad5a6b04c6e57c', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2afbeb793e941b469fa2fa33f3f96e1b1a50194', '114.119.143.214', 1687651259, '__ci_last_regenerate|i:1687651259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b0ee2e76fa0c37529e52e66a9bd2c6dbd9393c', '190.148.87.1', 1663683496, '__ci_last_regenerate|i:1663683496;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663606059\";last_ip|s:14:\"190.148.252.82\";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 ('c2b119d5e33fc806ad28364d78bdec808d8ffe99', '114.119.139.78', 1686538109, '__ci_last_regenerate|i:1686538109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b2064443e2f0393bf944c23df137d8b23e7bc2', '52.167.144.61', 1688108628, '__ci_last_regenerate|i:1688108628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b4e21464d3ecb78da4947ea9262cf7ad6a5172', '51.195.90.229', 1650840314, '__ci_last_regenerate|i:1650840314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b5f323bdc7321d2a3f383cb336baab5a47ebb6', '40.77.167.26', 1670897441, '__ci_last_regenerate|i:1670897441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b664d1c20715d7b22210d4259878b6ab4f489d', '52.167.144.162', 1687419140, '__ci_last_regenerate|i:1687419140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b6e21ff1ab74fa0318f671af708feac8397316', '190.148.157.183', 1680049229, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1680038520;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680004108\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680049229;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b7b2ca6bb05ec1c89da2a85b0182cc4202f2a2', '17.121.113.89', 1653149152, '__ci_last_regenerate|i:1653149151;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 ('c2b84e54b5534fcd32a71a11cdf4d17ab16c6142', '190.148.252.235', 1666891508, '__ci_last_regenerate|i:1666889260;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666822029\";last_ip|s:14:\"200.119.170.16\";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\";user_csrf|s:20:\"YAzP0Eux1ospdMlg3wO8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b863d241e6437c0e8db0584cb09f4729064644', '52.167.144.164', 1686113817, '__ci_last_regenerate|i:1686113817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b93d82c2ee95148177bbe5e7707fece99d59f9', '52.167.144.98', 1685967322, '__ci_last_regenerate|i:1685967322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2bcdb36c56d9609352639b943676baab57dac99', '190.148.87.6', 1668120759, '__ci_last_regenerate|i:1668120759;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668095292\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"hJHqAipvWENReIou8Ot0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c05c44cb14f08d02f9901ab3b1f970aee8a770', '51.222.253.2', 1654880114, '__ci_last_regenerate|i:1654880114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c15a09cb7aefe18a73cc2cdffb31805ee7f114', '40.77.167.192', 1681072796, '__ci_last_regenerate|i:1681072796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c1733f2a10f5535e3c411f8029fc202c52282c', '51.222.253.8', 1660414218, '__ci_last_regenerate|i:1660414218;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 ('c2c30e2733dcf7affad33b34e9023d36c43a1727', '207.46.13.207', 1681375553, '__ci_last_regenerate|i:1681375553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c4cdd02a334e5c1e2620ef6725713366fbedec', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c5319616ec73bce2632391f3bc2aa83043acde', '190.56.50.15', 1667068913, '__ci_last_regenerate|i:1667068913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667068881;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c605354b51e7dfb49cca60a01d2beef1f95666', '51.195.216.255', 1650896098, '__ci_last_regenerate|i:1650896098;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c69b0af6db0617a4c53b9ca9ded89834b5a5eb', '190.56.173.251', 1651948777, '__ci_last_regenerate|i:1651948777;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('c2c6d8394ac2efe70781333c460bf3c8d46b7266', '40.77.167.133', 1684025489, '__ci_last_regenerate|i:1684025489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c7170c4573f38cbaa1996f2cebc95b911a1086', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c7a9a1e796e2640565f6b0408bd5db40bba4f4', '200.119.168.250', 1680915929, '__ci_last_regenerate|i:1680915929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680868670\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680914354;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c7c415cf01ffd25fea96f5c8094eab20f84137', '190.148.252.96', 1673209438, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673209438;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673208877;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c934f942d3cd3d068908082d360d319d7d7c45', '52.167.144.98', 1686727012, '__ci_last_regenerate|i:1686727012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ca209087fa09435e809c720090c54f3d296699', '114.119.158.165', 1684994381, '__ci_last_regenerate|i:1684994381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ccf5abb188f9ff3a6a908442d7d5d340e68d8f', '190.148.158.69', 1685455460, '__ci_last_regenerate|i:1685455460;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685455400;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d07a7a2dcb8e2e3be6b01e22e2771407f558ca', '52.167.144.154', 1687830451, '__ci_last_regenerate|i:1687830451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d0e8478bb75ff64ed3f3b69e95e24faab35328', '51.222.253.15', 1659418794, '__ci_last_regenerate|i:1659418794;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d2281bfa0166c62c672f4faf484601a0927dcf', '190.148.252.183', 1681341165, '__ci_last_regenerate|i:1681341165;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681341160;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d269342d46e5f61df068348db4dfccb39b1e92', '157.55.39.54', 1658717641, '__ci_last_regenerate|i:1658717641;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 ('c2d360f4924a045a47eeb1679237442c1b2998ba', '198.251.73.99', 1686693222, '__ci_last_regenerate|i:1686693222;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d376df93e3e5c373b449c71d01ffc7c07069bf', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d3c49cb422b1d172d8738e605fef742a211865', '200.119.170.10', 1655309237, '__ci_last_regenerate|i:1655309237;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655309125;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d43bea8afcd68b9cb1dca57e002f4102ca398c', '52.167.144.70', 1688180760, '__ci_last_regenerate|i:1688180760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d564d21fb606e6d6e20fe7f3416f32f43b5b7c', '190.148.252.111', 1677963178, '__ci_last_regenerate|i:1677963178;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677963150;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d743f4e98b5d33242938f503f002490dda7c2b', '35.90.30.92', 1687305468, '__ci_last_regenerate|i:1687305468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d83132d1fa9b410a64b819c163605ec60ab6a3', '35.92.217.95', 1683588765, '__ci_last_regenerate|i:1683588765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d8be2cce0693672e0f8598c542d2c94b25b382', '190.148.157.206', 1656514306, '__ci_last_regenerate|i:1656514261;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656507161\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656514306;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d8eb805b8c80ce647ea92528cc914f089a65a8', '40.77.167.56', 1673444163, '__ci_last_regenerate|i:1673444163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2d960d83c357742598985b4c53bb7aade97a8cc', '52.167.144.164', 1685950062, '__ci_last_regenerate|i:1685950062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2db9fa6916d913e13634666a74904a975bfb025', '146.59.157.229', 1650749882, '__ci_last_regenerate|i:1650749882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2dba63803ffbd575b60a137b520abd0204adccf', '157.55.39.123', 1667468363, '__ci_last_regenerate|i:1667468362;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ddc86e63a5d4ba960a1675ab7a29050bb33bd3', '52.167.144.76', 1682468320, '__ci_last_regenerate|i:1682468320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2df533a66da0f04ab29a2b12db718f7e84335d3', '34.135.8.81', 1664346068, '__ci_last_regenerate|i:1664346068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e0a304f34ca2762ae12de57dbc42661a1229e5', '52.167.144.98', 1685077856, '__ci_last_regenerate|i:1685077856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e39413868e6089bd48cdf2d7577c5bc9868705', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e3d04efa2613f784869aa3dfd9d5425bdc7854', '52.167.144.31', 1681433247, '__ci_last_regenerate|i:1681433247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e404929c43ba5e2ac59cbd39c9a634e9225da8', '190.148.252.67', 1688516032, '__ci_last_regenerate|i:1688516032;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688516029;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e704a56ad83ea26906e136cda7b7510eacfde5', '66.249.65.161', 1671257298, '__ci_last_regenerate|i:1671257297;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e73557a703cc7b9c2926d49a8fd74f5992a146', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e74cec5c80ee5d7a2da6a7d6c54e34ac0db154', '190.56.173.213', 1683155305, '__ci_last_regenerate|i:1683155305;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683155227;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e894f07b2621b32e115eceedc5c3644889420c', '207.46.13.199', 1660483404, '__ci_last_regenerate|i:1660483404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e9bdc08343d5ed4157ec7018b4a635ba1406ad', '17.241.219.157', 1672262188, '__ci_last_regenerate|i:1672262188;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 ('c2ea8b758381e9967ba750405ff48230df5631dc', '52.167.144.162', 1686564601, '__ci_last_regenerate|i:1686564601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ecae8ad2cb1618c3b1096c69ec482a4e845e23', '200.119.169.26', 1666049591, '__ci_last_regenerate|i:1666049591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ecb3d34a3282d8b2effd733a903c2e09f60e0c', '114.119.150.75', 1688513397, '__ci_last_regenerate|i:1688513397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ed1ea59d305982a6bfcd8bcf9d09516bc35490', '205.169.39.234', 1650748681, '__ci_last_regenerate|i:1650748681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2edf5bc60f22a991f44086c30bff5063f5f7315', '52.167.144.98', 1684881842, '__ci_last_regenerate|i:1684881842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2ee6be02a2d5449538f6a23ec4be6711b51df55', '34.211.53.136', 1652967747, '__ci_last_regenerate|i:1652967747;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 ('c2ef45cdd9045f554be1def590ead85d87cb65ef', '114.119.135.84', 1688011808, '__ci_last_regenerate|i:1688011808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2f0c30685e679abf47337f40a39af06845a11c6', '95.142.120.53', 1659618593, '__ci_last_regenerate|i:1659618587;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 ('c2f19640564bde497279f3dc797acb769849a520', '157.55.39.125', 1653660585, '__ci_last_regenerate|i:1653660585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2f494984f94ac6d24c17c332e1c67ef7ef8c85f', '52.167.144.66', 1682041972, '__ci_last_regenerate|i:1682041972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2f7763821fe2de8b8ced8f32f177a825050d094', '52.167.144.98', 1685427178, '__ci_last_regenerate|i:1685427178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2f8fa4801a72606e906b8744b7a6c08744633d6', '114.119.159.254', 1685230398, '__ci_last_regenerate|i:1685230398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c300622b9de2053970ec3c84b5fb5fb47b071879', '52.167.144.154', 1687515931, '__ci_last_regenerate|i:1687515931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30136d05a371629ca98fd2e467abd00ab0157f5', '40.77.167.202', 1687212882, '__ci_last_regenerate|i:1687212882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3028294e55f04804fdd3adb842bc226f735a5b9', '51.254.199.11', 1671847207, '__ci_last_regenerate|i:1671847207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3071a5ae41f46980877b92211ef7d3bb6fc13be', '190.148.252.87', 1686675591, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c307594b37eba70c775b26a215cc93681348b6cb', '114.119.144.200', 1687582260, '__ci_last_regenerate|i:1687582260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c307719f8126db4677d1374eb980d7922a354799', '190.148.252.178', 1657289650, '__ci_last_regenerate|i:1657289650;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657231854\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657289508;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c307d6c594f3f1ed8d228464b5261bf0fe62326c', '207.46.13.41', 1671363476, '__ci_last_regenerate|i:1671363476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30868e6640f3c347315ed010e8ba096d75d22ff', '190.56.50.6', 1686955920, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686955918;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686955218;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30a284096db41be1678d703f87fe4ae724b0b39', '52.167.144.164', 1684526233, '__ci_last_regenerate|i:1684526232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30a68ba8e17640401f6317dac2841ec420616b1', '114.119.150.249', 1684396516, '__ci_last_regenerate|i:1684396515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30cebc8dcfe867f0e85fff1749bf0e6dffb0c42', '52.167.144.162', 1686739309, '__ci_last_regenerate|i:1686739309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30ed3a7ccbd7cb9be1f17ee0808a8d0ea7104ee', '52.167.144.171', 1685364100, '__ci_last_regenerate|i:1685364100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c30f9adb8bb67100fa5ebb41b4dd2d7b6866cada', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c310b0bcebdcd14c3aa95186a6ca12bd4e84f44c', '52.167.144.154', 1687481071, '__ci_last_regenerate|i:1687481071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c311cc5896b0bcfa614f95d8933071ead7c93a9f', '34.219.163.27', 1672580069, '__ci_last_regenerate|i:1672580069;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 ('c313af60a650144212acafe577a86bf3b5343ae5', '157.55.39.192', 1664485488, '__ci_last_regenerate|i:1664485478;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c313b42b39453b1a2784d0c707a864f21a898237', '200.119.168.250', 1680642940, '__ci_last_regenerate|i:1680642940;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680642934;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c317adff08ad7887e45ea34903d401dba1042914', '103.108.94.168', 1650756504, '__ci_last_regenerate|i:1650756504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c318060479136c6b95b9b763e4934825e66cf7b3', '107.173.85.110', 1678537691, '__ci_last_regenerate|i:1678537691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c31bdda1575dd905d5d03fa149250aae2eebf2aa', '40.77.167.114', 1678683053, '__ci_last_regenerate|i:1678683053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c31c497924729919526fc1da296daa65ce3e8137', '93.159.230.88', 1675494679, '__ci_last_regenerate|i:1675494679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c31c835ac96c8a465ca648e1143bfb275ff787da', '40.77.167.23', 1674301794, '__ci_last_regenerate|i:1674301794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c31cba316c2ff24d54fdb694b43164575589893d', '114.119.145.126', 1688279113, '__ci_last_regenerate|i:1688279113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c31d9f013da41841974b8ef6cafba6973c546c7c', '200.119.173.96', 1687181136, '__ci_last_regenerate|i:1687181136;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687181085;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32082715bc3cca0e402701000c75ac3b6fc619e', '114.119.146.88', 1688364394, '__ci_last_regenerate|i:1688364394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c320f92f6b32c3e8fcb505911bd6af91ffa24b6d', '52.167.144.171', 1685608933, '__ci_last_regenerate|i:1685608933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32121bef80a0b36d79fffcdb7ef5d9a9cacf812', '157.55.39.94', 1672645324, '__ci_last_regenerate|i:1672645324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c322244880fd731db1442efc20e7f76ec14deac8', '40.77.167.202', 1687774373, '__ci_last_regenerate|i:1687774373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c322dfe3bc0535eb86e68cb32fb137d11a8551f3', '190.148.157.98', 1678976468, '__ci_last_regenerate|i:1678976468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678976465;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c323930b14505278a2736dc17e794456d23f1398', '52.167.144.171', 1685713491, '__ci_last_regenerate|i:1685713490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3267d347badb8d15675a24440c931932511bfe1', '146.59.157.229', 1650749465, '__ci_last_regenerate|i:1650749464;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32b20b780fddb5ab35bd88d306043af87e4ee2b', '52.167.144.74', 1688095668, '__ci_last_regenerate|i:1688095668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32d735bc237cf01b8a6fd2b121272f5c6c55eb2', '40.77.167.222', 1681378898, '__ci_last_regenerate|i:1681378898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32dc54b5aef8b6007f62b2b0929d4f528a75438', '52.167.144.43', 1683689694, '__ci_last_regenerate|i:1683689693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32ef0c128da7843061a0049ce3bc9eb87923048', '64.246.178.34', 1667698782, '__ci_last_regenerate|i:1667698782;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 ('c32f23c1172665ae2cfa1c22c136788802d643af', '40.77.167.11', 1673654237, '__ci_last_regenerate|i:1673654236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32ffd4094feddb8cf3c54620ddb53181a38918f', '200.119.170.30', 1660312121, '__ci_last_regenerate|i:1660312121;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660310230;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c330c8b5c001531d8c21d4b6b9f5cfd801a4d39b', '190.148.87.99', 1688419252, '__ci_last_regenerate|i:1688419252;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688419232;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c331b6f2bc42b1acfb0f12546a630675e270bdc9', '162.55.237.166', 1670380697, '__ci_last_regenerate|i:1670380697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33211c7dce27b116a1c6d34d882f1572d1a89c0', '200.119.172.48', 1668558391, '__ci_last_regenerate|i:1668558391;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668557960;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c336e1150094361133eb024218ec5800b4fc39f4', '157.55.39.173', 1670267048, '__ci_last_regenerate|i:1670267048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3382f91d103a2fd9fe89723b25a3d34c80071d2', '190.56.32.131', 1687643257, '__ci_last_regenerate|i:1687643257;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687643247;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c338fc2b0e804845b8256d002987ce844fad1669', '207.46.13.50', 1667479510, '__ci_last_regenerate|i:1667479510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c339e4895fbd7fa19641ad7efb478550b667b7d7', '51.254.199.11', 1671164328, '__ci_last_regenerate|i:1671164328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33a8c2faf41c7ad707a97efd3c41fcc85ac3393', '190.148.158.69', 1685798884, '__ci_last_regenerate|i:1685798884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685798737;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33c02af59ca9666ec6452689de45fc1564353d2', '74.125.212.199', 1682810689, '__ci_last_regenerate|i:1682810689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33d1d9005906e40680b2547f2c2b6bd2647b260', '5.188.62.76', 1659594914, '__ci_last_regenerate|i:1659594908;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33eedb13361dbfb7faee0cb8c19af050afd9ac8', '52.167.144.109', 1680548799, '__ci_last_regenerate|i:1680548799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c33f7e7ad8570d27df31e96def38c5087cf12935', '207.46.13.1', 1671465193, '__ci_last_regenerate|i:1671465193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c340f90b5b0a3e28d66335b87eafdda0183f8f4e', '157.55.39.176', 1667042854, '__ci_last_regenerate|i:1667042853;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c341aa91bc72698db3bf389693396182f8198e6c', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34217f599029c8341ae4d79c915f1982c34fb85', '190.56.51.169', 1684540669, '__ci_last_regenerate|i:1684540669;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684540556;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3432cd2c029357caa161cf0148e87fbc6b119d8', '173.249.31.237', 1659409068, '__ci_last_regenerate|i:1659409068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3442adc9f9d5dc2a74f04b585372b20a14c5d1b', '190.148.252.106', 1684374610, '__ci_last_regenerate|i:1684333048;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684332944\";last_ip|s:15:\"190.148.252.106\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684374610;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c344b953fbe27b47c55a83f1d23f3f1338bc77c4', '51.158.126.144', 1656197946, '__ci_last_regenerate|i:1656197946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c345841cb9c9fd0d314dd37bdc9ae70813278be3', '190.148.252.111', 1677801586, '__ci_last_regenerate|i:1677801586;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677800978;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34685e542e39a61a8a05d3db0230324aebaf56e', '200.119.168.250', 1680825521, '__ci_last_regenerate|i:1680825521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680825463;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34702f8e47011faa77530f0724064cc44a55be8', '200.119.170.137', 1668705801, '__ci_last_regenerate|i:1668705801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c348d13ba6536ae4bcd45363f7ad7efc89de2a59', '190.148.87.96', 1678318254, '__ci_last_regenerate|i:1678318254;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678318228;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3497d8b2e4afd1f915e9276891a0b9dbb7d1122', '200.119.170.221', 1664385931, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664385931;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664385919;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34b62285ef5f2d2675033f029c76c62a5d5c278', '52.167.144.82', 1687481062, '__ci_last_regenerate|i:1687481062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34c8f70a8dfd2a0f6cd637b88bbf77760b21b45', '52.167.144.171', 1684525053, '__ci_last_regenerate|i:1684525053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34d450a58a8ad78404ae468e0cfe8450c3ba830', '200.119.173.212', 1667945078, '__ci_last_regenerate|i:1667945078;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34e51cbb329ff59514021f5a1a788fa3b1dcb7b', '200.119.173.130', 1676064237, '__ci_last_regenerate|i:1676064237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676064163;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c34fc77f0b3862d1f65b87fe17d5e669a1123f6e', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35184ba963f72fca7cb6be27cfeeadd155e7ad4', '5.188.62.76', 1659525278, '__ci_last_regenerate|i:1659525273;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3518f5ec6779ef70e111451e1c405a0113c9ed4', '207.46.13.130', 1660474841, '__ci_last_regenerate|i:1660474841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c352ef6b2cf79baeada0db2745ec6ba99e74eb7a', '40.77.167.156', 1678514765, '__ci_last_regenerate|i:1678514765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35488a70b245e306dfea7d583c762c0ef401f02', '190.56.49.187', 1688176739, '__ci_last_regenerate|i:1688154823;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688086232\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688176739;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3571b6da96881702b296099c95ed1b69b0f4a41', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3572b25d9eb5f177df5144a546209d3b78e634d', '54.37.233.116', 1650851693, '__ci_last_regenerate|i:1650851693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35826aaa6c0a6a1d3f3dbc166ab9d80b6bc35ee', '52.167.144.164', 1685760656, '__ci_last_regenerate|i:1685760656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3598b5f1a02f59e397817ef9a86083e605286ae', '190.148.157.183', 1680567654, '__ci_last_regenerate|i:1680567654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680567652;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35a05d1bf3bfc027d2395d1792141242077556e', '157.55.39.200', 1666859255, '__ci_last_regenerate|i:1666859255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35af2720675899c2ad3fb17a6b0f76c843acea4', '114.119.156.95', 1685032949, '__ci_last_regenerate|i:1685032949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35bd3c9e5a2d2fb1675b2852882e9884aa728bc', '34.220.89.94', 1653485627, '__ci_last_regenerate|i:1653485627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35d944d37aeff42826c1780e0d8d4d2dd0d2140', '190.56.50.39', 1664992366, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664992366;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664992363;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c35ffa0585882b6c0119b02557e664c850360dca', '17.121.112.98', 1651594833, '__ci_last_regenerate|i:1651594833;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 ('c360cee13af8544a928ce26d3b18ea85cb4ae1c7', '190.148.252.111', 1677793153, '__ci_last_regenerate|i:1677793153;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677793061;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3619cac55890380326610c5c8758ce1bd24b986', '190.148.252.233', 1668987422, '__ci_last_regenerate|i:1668987422;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668948081\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668987403;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c364f8061bfcaff2bbb8114fe80b81fd875fc3dc', '200.119.168.118', 1668010821, '__ci_last_regenerate|i:1668010821;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667830934\";last_ip|s:15:\"190.148.252.112\";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 ('c366752041aaf49258393a857096fa8129613221', '200.119.172.60', 1675082018, '__ci_last_regenerate|i:1675082018;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675081974;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c366faeaf182805250652b7edd658e054d89271f', '40.77.167.192', 1681518876, '__ci_last_regenerate|i:1681518876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36890f47448cdfb6cf89bfbd22ce18a7fc577ee', '190.148.158.151', 1677365178, '__ci_last_regenerate|i:1677365178;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677365171;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36920b006572a9622b75d802101ed0e98dafaff', '34.213.116.81', 1680788330, '__ci_last_regenerate|i:1680788330;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 ('c36974919419f9653c65733ae4af90f5fe64b163', '40.77.167.187', 1679587597, '__ci_last_regenerate|i:1679587597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c369806db8c5f7d6f256a05855e9ad21e1e9167f', '52.167.144.164', 1686441276, '__ci_last_regenerate|i:1686441276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36a0dff5bc5c39f9f7e4375711e8fb7dcb64731', '40.77.167.222', 1681738395, '__ci_last_regenerate|i:1681738395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36a7fe1f1b06bba497234d6b4ea5341a613a0d6', '190.56.50.6', 1667605408, '__ci_last_regenerate|i:1667605408;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667605388;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36aa8092cb118dd93ca8b98c508a2e7d0469082', '190.56.32.174', 1676931456, '__ci_last_regenerate|i:1676931456;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676931319;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36aabc236686a53d22b82502e73b4bc7b9fa0f8', '190.56.55.0', 1687814234, '__ci_last_regenerate|i:1687814234;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687814171;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36d2353ad935f62c84bf419ca0079046c3df74e', '190.148.87.6', 1668442981, '__ci_last_regenerate|i:1668442981;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668436606\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"NzHl8AdrsJ3mKPoxpYGq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36e4892fe235b4d0a78ee9ff1f4145622535b2e', '52.167.144.164', 1685773949, '__ci_last_regenerate|i:1685773949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3704f331b7e400e926057042560d8dc7d9021b3', '52.167.144.162', 1686174501, '__ci_last_regenerate|i:1686174501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3709983b84509d8d4296984884ede2cc301ef96', '52.167.144.171', 1685760641, '__ci_last_regenerate|i:1685760641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c370ffb65badff3d90fdb57932404e4e07599725', '40.77.167.175', 1679846240, '__ci_last_regenerate|i:1679846239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3736727281901c324856c810c07aef478b5f72b', '114.119.135.65', 1688077817, '__ci_last_regenerate|i:1688077817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c37554827b037f1046b9f5cae752ee81846b5042', '52.167.144.164', 1686167881, '__ci_last_regenerate|i:1686167881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c37e283a5a489b0fc461520afbabe6d537243d23', '190.56.32.162', 1686589282, '__ci_last_regenerate|i:1686589282;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('c37f111362fdf9551a1f8b9b3f7dca0aab3b6ff6', '107.23.251.220', 1658904286, '__ci_last_regenerate|i:1658904286;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 ('c37f3507a3791f3224abafde216acf7f3cff083c', '35.85.41.196', 1677590932, '__ci_last_regenerate|i:1677590932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c37f6d2fdc373714df8534dfb65f33520b6ed9f3', '190.56.32.162', 1686241034, '__ci_last_regenerate|i:1686241034;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686241032;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c37f92447da00316675857ebd7af59113dba64d3', '190.148.252.182', 1663797397, '__ci_last_regenerate|i:1663797397;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663795545\";last_ip|s:15:\"190.148.157.203\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663797327;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c380e419eb2a0d0ed082f6a080205489cf98318a', '200.119.168.250', 1680645559, '__ci_last_regenerate|i:1680645559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680644249;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c381fc21895f9d011c4da7d0d26b4cc7e3a653e2', '190.148.87.96', 1678238463, '__ci_last_regenerate|i:1678238463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678190377\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678238460;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3827fd33c95586fe19e7285126512549387afa6', '40.77.167.123', 1683192163, '__ci_last_regenerate|i:1683192163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3833be624a3695535c81a86674d96a55fbfbbed', '40.77.167.13', 1656765488, '__ci_last_regenerate|i:1656765488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c386afa1cb5a7e0c6bac03e810ac80e9c58c57b4', '190.56.49.237', 1665781810, '__ci_last_regenerate|i:1665781810;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665780045;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3872a54574466bbe9241f53e1f82d5666848a5d', '114.119.138.13', 1687030829, '__ci_last_regenerate|i:1687030822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c389f9c685d9bf53e808cf397cf92ea28bf86b59', '114.119.155.228', 1688442183, '__ci_last_regenerate|i:1688442183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38a8f9786fe0283f5787ab2766040534af97d27', '52.167.144.164', 1686577777, '__ci_last_regenerate|i:1686577777;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38accd0ebf41968dfc0a8127acbcf1924aded8b', '185.27.99.121', 1651627519, '__ci_last_regenerate|i:1651627519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38bb262905a29d1d480e5762f447b3d0ce90fa1', '52.167.144.43', 1683973086, '__ci_last_regenerate|i:1683973086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38c94c6a661a2a319e874063cf4695973cd5d8f', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38caf9c1d89654e1b5ed8b3981d4847beacfa19', '52.167.144.109', 1680358822, '__ci_last_regenerate|i:1680358822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38e3f4818a52e927d81b028a06d6b43737d086a', '190.56.55.113', 1673652056, '__ci_last_regenerate|i:1673652056;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673650128;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38ff85eac11cea69d9b570adf5679676cdd2404', '18.206.55.48', 1652213276, '__ci_last_regenerate|i:1652213275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3918fac01f14e381c297e60fdea8838232f6a42', '200.119.170.143', 1670164630, '__ci_last_regenerate|i:1670164630;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670161348;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3927d41c2fd38d5b370241434371609c81db606', '40.77.167.102', 1670973617, '__ci_last_regenerate|i:1670973617;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 ('c39564caef630f4365def3cb073fcc1849f35de4', '200.119.173.130', 1675804707, '__ci_last_regenerate|i:1675804707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675804696;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3970ebd0c694c2130f33d30fa13d7272360cb18', '40.77.167.81', 1674750218, '__ci_last_regenerate|i:1674750218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c39b9dd9f13ec8b49a23843811af372bc670bf52', '52.167.144.76', 1682563870, '__ci_last_regenerate|i:1682563870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c39bff060c5bd09bb387df6431f1a7cff79e811c', '50.21.188.2', 1663642567, '__ci_last_regenerate|i:1663642567;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c39d3e9b2c30fe0f86e4f363c74ecdbc79cb3f3d', '59.23.28.181', 1651580910, '__ci_last_regenerate|i:1651580910;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 ('c39dc56f9711aa63e0a4671ae8ff3d465b734a72', '157.55.39.193', 1662509590, '__ci_last_regenerate|i:1662509590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c39e86093580014d23d15e2269e92bd2ec0b545f', '66.249.65.167', 1669934457, '__ci_last_regenerate|i:1669934457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a03bd02f2e1bd956463ae11d4f801b2ecbf15a', '190.148.252.183', 1681227163, '__ci_last_regenerate|i:1681227163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681226385;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a1afd1e67e91a40f1c360d20c5d8b39507448c', '190.148.157.206', 1679534715, '__ci_last_regenerate|i:1679534706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679534715;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a509f21977f492c580eed63390b982a5990a2f', '190.56.32.164', 1664559006, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664559006;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664559003;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a7612ffa6e004ab08f49db0cabbe1f2a528be6', '52.167.144.31', 1681138579, '__ci_last_regenerate|i:1681138579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a7f0179e7351f517f78c10e4990ea6922dc6d0', '51.222.253.8', 1653057477, '__ci_last_regenerate|i:1653057477;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 ('c3a7ff90c41fdad8fa140f9eb737913191914b1c', '190.148.158.151', 1676998299, '__ci_last_regenerate|i:1676998299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676998205;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3ab3f7dbf95e6fbe3c862b4e895d484611cf492', '207.46.13.41', 1671306306, '__ci_last_regenerate|i:1671306306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3aeedef575884362bf60d59c47ba1c316586b46', '93.158.91.214', 1667128763, '__ci_last_regenerate|i:1667128763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3b2d397aec1bc3c7952a01b7ac5e0f11d2fd913', '52.167.144.154', 1687774404, '__ci_last_regenerate|i:1687774404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3b336cfd976cc5f690a72070b395b039842d849', '157.55.39.67', 1672378190, '__ci_last_regenerate|i:1672378190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3b3bb67c383786323011949497962d1b97d9fe9', '51.222.253.19', 1683280340, '__ci_last_regenerate|i:1683280340;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 ('c3b7d866f036a3ab1c0f4333c7562f6b560a4e1b', '40.77.167.75', 1659836792, '__ci_last_regenerate|i:1659836792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3bb1839e71aceca2bb50c2978e826b44c64be0e', '114.119.141.42', 1688361387, '__ci_last_regenerate|i:1688361387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3bc7f7cb844afcc2dc9a916b96fd6f0cecf2946', '17.121.114.34', 1657126345, '__ci_last_regenerate|i:1657126345;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 ('c3bc9058ee16c8cb7f501fe6302a33ee3d6262c3', '157.55.39.200', 1665699533, '__ci_last_regenerate|i:1665699533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3be2852b4dcaf51ea3b4597f0cb9f8ff601129f', '40.77.167.37', 1669998943, '__ci_last_regenerate|i:1669998943;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3bf00734562438cfdabbe08fde25ab5d9e559fe', '190.56.32.200', 1653489551, '__ci_last_regenerate|i:1653489547;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653453457\";last_ip|s:13:\"190.56.54.129\";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 ('c3c06faa14d62216e6a1d200704f6f21d6e17cff', '207.46.13.130', 1659993973, '__ci_last_regenerate|i:1659993972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3c14f07a7187851033eabbfc2b17483bc66373c', '157.55.39.94', 1672704712, '__ci_last_regenerate|i:1672704712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3c1683cbae1bb6361bcb9302df72c626a9248ef', '190.148.157.80', 1669236829, '__ci_last_regenerate|i:1669236829;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669138595\";last_ip|s:14:\"190.148.157.80\";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 ('c3c2ea07260115060c7379f99404a0306650bd3f', '66.249.79.206', 1680030711, '__ci_last_regenerate|i:1680030711;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 ('c3c392adc63680d133a521dbe1cdc4cd4242e192', '51.222.253.16', 1679800727, '__ci_last_regenerate|i:1679800727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3c85ba4830be701d043a04c9acc5c9f727049c7', '207.46.13.100', 1672569996, '__ci_last_regenerate|i:1672569996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3c95e49763e58088f156d69323d184b29dd83f0', '40.77.167.63', 1671956141, '__ci_last_regenerate|i:1671956141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d04cd6e6aa8bb757d721b34ac79feaf64494b4', '17.121.112.215', 1658879473, '__ci_last_regenerate|i:1658879473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d179e806352ee7315b02463643c90cffc08f70', '157.55.39.80', 1670209055, '__ci_last_regenerate|i:1670209054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d20c1b98e53ce25469a8637f9a74255d68e44c', '17.121.114.54', 1656156224, '__ci_last_regenerate|i:1656156224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d3d12ee0e298485c1917f775543ec2c210a619', '207.46.13.154', 1671380570, '__ci_last_regenerate|i:1671380570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d4d211f7098c6e949e0a01f4e4c13f5fe486a7', '207.46.13.130', 1660690183, '__ci_last_regenerate|i:1660690183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d6008ce7a5e46e4df28694293808ee18e90075', '114.119.140.47', 1685878951, '__ci_last_regenerate|i:1685878951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d61b3e6ad3890696980e40c1dbdbd723f1f3f7', '66.249.77.163', 1686538663, '__ci_last_regenerate|i:1686538663;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 ('c3d706283db3fee403ff3350a074d2edef04306f', '190.148.158.175', 1672244174, '__ci_last_regenerate|i:1672244174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672244158;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d893d25958d28c92535fdc0e5f681ecaf69f30', '40.77.167.37', 1667798323, '__ci_last_regenerate|i:1667798323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3d9a286b805c7001ed7826140aeb687956ba2f9', '52.167.144.162', 1686569379, '__ci_last_regenerate|i:1686569379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3db73de25f2717a27c1fad36575fb44063623ba', '52.167.144.69', 1676534821, '__ci_last_regenerate|i:1676534821;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dbe0d9e33bf88171a96e29489473aedb3fac1b', '157.55.39.217', 1683134529, '__ci_last_regenerate|i:1683134529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dc754ffd9037d93bef51920fcc86a7ad102906', '190.148.252.183', 1681661372, '__ci_last_regenerate|i:1681661372;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681661334;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dd85efd7dc621d9da15b47624e5753b476781a', '157.55.39.76', 1652193274, '__ci_last_regenerate|i:1652193274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3de6bf151fef3f70a484449f7aadb0f90461f0b', '190.148.157.183', 1680305508, '__ci_last_regenerate|i:1680305508;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680305372;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dee2ad116af6f50521106bcb3932ffe0df512b', '190.56.50.15', 1667082478, '__ci_last_regenerate|i:1667082478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667082473;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3df95afeaf1694c41f802a3fc250a7040708a86', '200.119.173.78', 1682871828, '__ci_last_regenerate|i:1682871828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682871816;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e007fa3855d9bc8428aef3136ce5d47b9f5022', '51.222.253.4', 1658915185, '__ci_last_regenerate|i:1658915185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e03926846c8208070b95eff31d1543333e176a', '40.77.167.85', 1684693285, '__ci_last_regenerate|i:1684693285;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 ('c3e0abc5b9dd3bbefd1a59a8fe375625201a0a1d', '190.56.51.144', 1687107433, '__ci_last_regenerate|i:1687107433;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687107424;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e0ce0e7750978771772b7b6f2384ae939af519', '5.8.10.202', 1659144763, '__ci_last_regenerate|i:1659144763;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 ('c3e0f83d4ff84162cdc5e8303854da1b3d3d400b', '114.119.151.146', 1687932605, '__ci_last_regenerate|i:1687932605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e20d35065d89367eb64acc8df6a8b3f1965444', '52.167.144.24', 1687478738, '__ci_last_regenerate|i:1687478738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e2940c4bf34010416b993b6b599178680a51cc', '52.167.144.98', 1686172207, '__ci_last_regenerate|i:1686172207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e4d1ad629c4c35f66e2217ff4f4167e412c2e0', '52.167.144.76', 1682407896, '__ci_last_regenerate|i:1682407896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e6353faffbf516088ae49878595f0f3ef6496c', '207.46.13.221', 1687074740, '__ci_last_regenerate|i:1687074740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3ea7eef267d3c65ff2210c955bb73789c5dc7e1', '51.255.62.1', 1650694604, '__ci_last_regenerate|i:1650694604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3ebc7fe602ee57091f778297b9690ae92a7dba7', '207.46.13.12', 1675254191, '__ci_last_regenerate|i:1675254191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3edae969ee2b54434261d644b1ebd297d555904', '52.167.144.171', 1685594530, '__ci_last_regenerate|i:1685594530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3ef59730f000aa01b61b23c9a1848a0270ca2b8', '114.119.147.74', 1684108475, '__ci_last_regenerate|i:1684108475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f0aada799263903abf3cef8c2e25529164f17d', '46.101.63.152', 1652762864, '__ci_last_regenerate|i:1652762864;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 ('c3f1e07e4fcca2091435fb916f0ea353cd424af0', '157.55.39.100', 1672157223, '__ci_last_regenerate|i:1672157223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f231a8414ca790f4c35937d803d36c0c237499', '114.119.128.55', 1685907502, '__ci_last_regenerate|i:1685907502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f39475f5f75b9468d7a1586a66c6497971169e', '207.46.13.147', 1672611525, '__ci_last_regenerate|i:1672611525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f48d19f24f29c6196582e152aa9907d327bdff', '35.90.167.46', 1659100801, '__ci_last_regenerate|i:1659100801;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 ('c3f49dcb202f41e74b32748192a533408697fd5e', '185.108.105.165', 1654742178, '__ci_last_regenerate|i:1654742178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f49f3d50b59a5067a091c386bc9986a2f58442', '40.77.167.13', 1672383229, '__ci_last_regenerate|i:1672383229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f81ae3d1b7e70494e9765438c5187244257d87', '190.56.49.149', 1688584855, '__ci_last_regenerate|i:1688576295;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688484755\";last_ip|s:14:\"190.148.252.67\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688584855;register_id|s:3:\"275\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-05 10:58:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3f83ad4b36190b0a89277a4fff6fa3797e23f62', '190.56.32.174', 1676911942, '__ci_last_regenerate|i:1676911942;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676910995;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3fbe028733f51f9d74d3a417017adcaf62254f7', '54.36.148.25', 1685964508, '__ci_last_regenerate|i:1685964508;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 ('c3fc72c9ea91d825a8b466638da395500e99bb1e', '157.55.39.68', 1667096577, '__ci_last_regenerate|i:1667096568;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3fd345c358c1a0a61963733503e6db63678420b', '200.119.169.52', 1664915963, '__ci_last_regenerate|i:1664915962;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3ff121c24389f041e1d23fe2f6a9f30bf2c8a5a', '51.222.253.20', 1687503217, '__ci_last_regenerate|i:1687503217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4013b09c0b9a1ee7deb2bb87b4620866f467220', '52.167.144.61', 1688296436, '__ci_last_regenerate|i:1688296436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c401e1a873df4467b6ee524863c9503be421755f', '190.56.51.158', 1655763749, '__ci_last_regenerate|i:1655763553;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655757733\";last_ip|s:13:\"190.56.51.158\";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:1655763749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c405bcc313443d43927cf9d262a0582dcf40aa68', '190.56.48.81', 1666052021, '__ci_last_regenerate|i:1666052021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666050863;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c405eb3b932de095f795552830c1e0b7df0e93d0', '40.77.167.202', 1687279260, '__ci_last_regenerate|i:1687279260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4062f7b8359094799dcaf6292658d4d168cb7d6', '52.167.144.171', 1685240970, '__ci_last_regenerate|i:1685240970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c407b16c0b9c6a83203e99091bce6e232a7caf02', '5.188.62.26', 1661087639, '__ci_last_regenerate|i:1661087634;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4099665b04d1ae65cbe2f499dae6c04b19eb5e9', '157.55.39.216', 1676741404, '__ci_last_regenerate|i:1676741404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c40a566d6a14523bf82a6dce9fa94a50d6673d16', '17.121.112.61', 1658615410, '__ci_last_regenerate|i:1658615410;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 ('c40dd77203f8da6667ff79f5ce5152d042907e52', '52.167.144.154', 1687855814, '__ci_last_regenerate|i:1687855814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c40e86e95340c820af78954bfa2c5dc806984b4b', '190.56.32.162', 1686343385, '__ci_last_regenerate|i:1686343385;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686343382;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c410db02168cfc2ad9e18ed0b94e09f9eead1e45', '54.36.148.123', 1685212184, '__ci_last_regenerate|i:1685212184;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 ('c41181c4cec1be71b72aa6c4cc66857b372a680f', '207.46.13.160', 1664737207, '__ci_last_regenerate|i:1664737207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4130b1ff0d8e0c5bf82264cb3c2c777c6f988f2', '40.77.167.133', 1684025489, '__ci_last_regenerate|i:1684025488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c413de78c61fe39d7aa19760eac03fe3f375ee8c', '190.148.157.53', 1683987916, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683987916;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683987902;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c414992de082530d993eb274e43253b38c66eb24', '190.148.252.67', 1688484745, '__ci_last_regenerate|i:1688484745;requested_page|s:5:\"admin\";error|s:36:\"<p>login unsuccessful not active</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4156fa6eb80e78ad64e6e87846dc5399a29ce65', '40.77.167.191', 1681679118, '__ci_last_regenerate|i:1681679118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41583462559371f74666c75018e870ede699d4a', '52.167.144.98', 1684387129, '__ci_last_regenerate|i:1684387129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4186167cefb55650bfdb67861685ce9625116cd', '66.249.74.100', 1686840123, '__ci_last_regenerate|i:1686840123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4188f40aefe4d13ce9bbfe794e0276a8c8da913', '54.36.149.47', 1668251677, '__ci_last_regenerate|i:1668251677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c418aa3461f1f72799299e731245a06a82035aa8', '114.119.136.137', 1687089366, '__ci_last_regenerate|i:1687089366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c418ff91e593730b1264a104fec0c2cc56d15dc7', '207.46.13.4', 1666647872, '__ci_last_regenerate|i:1666647872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41938bea2897cbe73654e8755a61e2655181e88', '52.167.144.76', 1682575959, '__ci_last_regenerate|i:1682575958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41de63b0be6b3bcf54d25d2b3c3911ea808b92c', '157.55.39.227', 1688519111, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c41fb0c5ab54a11fb9e0f1cca6945ac83dd6f5fe', '52.167.144.162', 1686069890, '__ci_last_regenerate|i:1686069890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42010fec2c9360c0b36ce8d37386e51c916c4f7', '207.46.13.17', 1674185791, '__ci_last_regenerate|i:1674185791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42139553d208db2d58fb8b7464b6cb9f88bb272', '40.77.167.101', 1682143506, '__ci_last_regenerate|i:1682143506;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 ('c42224f2cb4d45b2a2af81faecf61fb20535f84d', '190.148.157.183', 1680443748, '__ci_last_regenerate|i:1680443748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680443736;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c422a8c5579e8da475bfdf7c09be11ef7b431a04', '52.167.144.49', 1677056779, '__ci_last_regenerate|i:1677056779;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42325ea5775f4b14f220900c32806b6aac121fe', '114.119.133.213', 1685851413, '__ci_last_regenerate|i:1685851413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c423fa83548b612fe6668b3dfe18f8fd211db82a', '52.201.235.110', 1680771950, '__ci_last_regenerate|i:1680771950;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c424e8e5cc4dd17f7337d05894af18fe0c40f5bf', '190.148.157.99', 1662650418, '__ci_last_regenerate|i:1662650418;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662591479\";last_ip|s:14:\"190.148.157.99\";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:1662650142;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"pYiPCFXfVUGHSKroJDNA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c425f2b044f8834fbc458b78cd761fd47357930f', '114.119.155.250', 1685530146, '__ci_last_regenerate|i:1685530146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c426ccab0b5307bbe5182e2d865765101ece5f14', '190.56.54.156', 1665424290, '__ci_last_regenerate|i:1665424290;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665415617\";last_ip|s:13:\"190.56.54.156\";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 ('c4278227171a9317eb97117917f8464fde1b68a2', '74.208.2.208', 1672815568, '__ci_last_regenerate|i:1672815568;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 ('c427d7d9fd1673028be6e04a03f31d5ad04563a8', '114.119.133.201', 1687980824, '__ci_last_regenerate|i:1687980824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c427f341ff68d1dc534d35ff28f05430bf39d9f1', '190.56.32.174', 1676508578, '__ci_last_regenerate|i:1676508578;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676508562;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42a6ce478e9d9fa5e0fbd94eaddcbc12a347714', '157.55.39.147', 1672474069, '__ci_last_regenerate|i:1672474069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42afbb7e2835e266ab1459b59b78c5540490f5a', '40.77.167.28', 1660432016, '__ci_last_regenerate|i:1660432007;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42b0ad307759549c4e3a50c0f4268e2a6f065a0', '52.167.144.164', 1685195256, '__ci_last_regenerate|i:1685195256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42c02c4f7672c381510124b56799588a966e515', '54.189.25.129', 1652967433, '__ci_last_regenerate|i:1652967433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42d7a014b5e379c7386c4bd37ed6380969f04d1', '157.55.39.221', 1661387849, '__ci_last_regenerate|i:1661387839;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c42eff039b21434d595e5f159a5cbffc77c9131e', '52.167.144.171', 1684980357, '__ci_last_regenerate|i:1684980357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4300c87ac56fe828bbca2dcfe32cc5ecb22eb07', '40.77.167.222', 1681469333, '__ci_last_regenerate|i:1681469333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4303276cea2c4ab940e30dd39bb24c118e429b2', '200.119.172.60', 1674855732, '__ci_last_regenerate|i:1674855732;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674855708;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4316eaed24dcdd4b61671a9a2e2a9dd987724cc', '40.77.167.123', 1683246182, '__ci_last_regenerate|i:1683246182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43256debb76565e443da7c237cfe8672135510e', '52.167.144.164', 1684637838, '__ci_last_regenerate|i:1684637838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c432f734942a4d8fc6e7209f9ddae608267f56e1', '190.148.158.151', 1677100240, '__ci_last_regenerate|i:1677100240;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677077248\";last_ip|s:15:\"190.148.158.151\";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\";user_csrf|s:20:\"Wrscl4qymM7dkBV6fDwe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c432f77b8640cafad008fca57f2718bc843f0088', '190.148.158.69', 1685909678, '__ci_last_regenerate|i:1685909678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685909674;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c432fcd0fc99a61db646f782c13c74fefad00418', '138.199.21.243', 1678527944, '__ci_last_regenerate|i:1678527944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c433eed49f592776e0f95339e7ce7e4d99f421fe', '185.175.44.233', 1673676647, '__ci_last_regenerate|i:1673676647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4343f25a510a5f41e4d51efa86bb03b34c65974', '190.148.87.96', 1678561931, '__ci_last_regenerate|i:1678561931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678561850;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43496c2237d5db6de531e0da512dcb559edd964', '207.46.13.11', 1669577856, '__ci_last_regenerate|i:1669577856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c434f4c1eef7af4e2dc4e3c63a2e0afdd1547375', '51.222.253.17', 1657498692, '__ci_last_regenerate|i:1657498692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4350c43df3d0e5c7abe37716f412ce3e2c074e0', '144.76.67.169', 1661941039, '__ci_last_regenerate|i:1661941039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4357f261f10b05699f66a1aa683b36e1c72cb53', '207.46.13.12', 1676434201, '__ci_last_regenerate|i:1676434201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43755bc1e56113efbb0cd9744ac77a65135d008', '52.167.144.154', 1687858736, '__ci_last_regenerate|i:1687858736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c438054c3d159eea9f25cda2779195140e7f444b', '137.184.189.93', 1687847157, '__ci_last_regenerate|i:1687847157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43a8195b19b6f7738cd2269758931fe942b1e6c', '54.36.148.62', 1681449216, '__ci_last_regenerate|i:1681449216;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 ('c43ae8c728abac9a14f650ac3f5a2b6ed2c2a369', '51.222.253.10', 1653602457, '__ci_last_regenerate|i:1653602457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43b1ab51a87966243bc305d2578d896e7a6fbd3', '52.167.144.74', 1688334438, '__ci_last_regenerate|i:1688334438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43b986635c91f3c0df03a799f37474d60cc58c7', '190.148.157.183', 1680540306, '__ci_last_regenerate|i:1680540306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680540303;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43c74a93ae6d6d05dd04fb1edb686c21fa89940', '66.249.77.29', 1681614305, '__ci_last_regenerate|i:1681614305;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 ('c43ed4b628a21f92d901067002fb13c9a4a91486', '207.46.13.217', 1684209701, '__ci_last_regenerate|i:1684209701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43f1d56a0fce634c219616888b8ba93c016daa9', '114.119.150.15', 1685093225, '__ci_last_regenerate|i:1685093225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43fb052c2a7c94c1df1f65cd41d45156b6db58b', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4403409dca46eeaad600222834cbba82dffe93e', '190.56.32.37', 1670522494, '__ci_last_regenerate|i:1670522494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670522385;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4411645adc77b1a5016fb102418eb3b172b4a70', '207.46.13.134', 1673322337, '__ci_last_regenerate|i:1673322337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c441a7137972264249b8b99b3aa2acd7f25a8ed3', '40.77.167.202', 1687212882, '__ci_last_regenerate|i:1687212882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c441ecccdd4c39c469f5cc34e4e558742b264bb5', '52.167.144.171', 1685760641, '__ci_last_regenerate|i:1685760641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4420d48becde2e48f256693f02ef93c41449cb7', '114.119.128.58', 1686482202, '__ci_last_regenerate|i:1686482202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c443dd3759019e38a011bc04b6eaa94c30ca6c63', '190.148.87.182', 1679591144, '__ci_last_regenerate|i:1679591144;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"4ulnMWyNtvajpLhHVxoK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c446bb9bd08e21a518035daa7c761fd3cdab5f5c', '52.167.144.164', 1685399111, '__ci_last_regenerate|i:1685399111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4476c10cf24480e8d74e39b7854ca42ffb7b524', '114.119.144.143', 1684957370, '__ci_last_regenerate|i:1684957369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4477c1b8c3a6bef854716e9d33f4968317af728', '5.188.62.76', 1659569478, '__ci_last_regenerate|i:1659569478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c44a704790847f94be2abe1879bd66a8b31d6122', '190.148.252.76', 1654214786, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c44ace47e47ad0bcb5edb29270ea599037fb8179', '190.148.157.53', 1684156222, '__ci_last_regenerate|i:1684156222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684155887;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c44ae319862caf99ca7d804c54d343d6909749c9', '144.76.67.169', 1676801137, '__ci_last_regenerate|i:1676801136;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c44b8d2d49473ef820d104983dd0047d5d33b505', '190.148.158.74', 1669042563, '__ci_last_regenerate|i:1669042563;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669041077\";last_ip|s:14:\"190.148.158.74\";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 ('c44bc824470ba99627b1b633040f4d36fd64b122', '140.246.164.95', 1663960995, '__ci_last_regenerate|i:1663960995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c44c12ae5c97b4166331c53fb85396be293d83ba', '54.36.148.46', 1661445951, '__ci_last_regenerate|i:1661445951;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 ('c44cd3c8ddbe519bf3d2892595af79a066de886b', '190.148.252.96', 1673139192, '__ci_last_regenerate|i:1673139192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673138870;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c450ac4b94289b92a0a07f318eba18ea43da133a', '17.121.113.190', 1652622307, '__ci_last_regenerate|i:1652622307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c451136d5856dc82fd1fef0c34b308e277bf7857', '114.119.156.16', 1683273042, '__ci_last_regenerate|i:1683273042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4529b611585dee04e168f09768c9d6d3b5eeff9', '40.77.167.13', 1672570004, '__ci_last_regenerate|i:1672570004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c452bdeb4df1bf37bb75a0831f1ffe248691cd4a', '190.56.50.3', 1660753176, '__ci_last_regenerate|i:1660753176;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660740007\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660751463;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c452c102928ce358d89673c26ae50c66af03e1bc', '40.77.167.56', 1673444163, '__ci_last_regenerate|i:1673444163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4532613144d46445a4b84eaad8f1cd9c10a2e53', '190.148.157.173', 1652380635, '__ci_last_regenerate|i:1652380635;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652379391;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"bmaUxR7JGs5Fh0lNtVHT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4532d68c9311e9b18d40465dd41e5a605f859fa', '51.222.253.16', 1685534041, '__ci_last_regenerate|i:1685534041;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 ('c45365df6e6627961a91f449fb0b5e3ad6044d55', '40.77.167.175', 1680443616, '__ci_last_regenerate|i:1680443616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45370896eb8a060eb1915a4218fe54918f05bbc', '190.56.50.6', 1667670471, '__ci_last_regenerate|i:1667670471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667670463;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c453822ca8b8da4e1879d63e9dd54e15b2bb50b4', '114.119.143.174', 1686946121, '__ci_last_regenerate|i:1686946121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c453b7b9c841f547ed6a9a5f1f170c0303f80b23', '157.55.39.51', 1669206925, '__ci_last_regenerate|i:1669206925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c453c40245813087b4ffbde0b28d74030ce57845', '52.167.144.164', 1685000143, '__ci_last_regenerate|i:1685000143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4548bed5a3a40a10d760dac887d85b96b0d4db3', '40.77.167.43', 1659547536, '__ci_last_regenerate|i:1659547536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45521eaaf6c4c11ef11621b4992505f33d6297f', '161.35.180.8', 1672670600, '__ci_last_regenerate|i:1672670600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4553f6a6f444c452df726ca185ffdc00aa91072', '52.167.144.89', 1679410979, '__ci_last_regenerate|i:1679410979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4556c262d5712b82680c26b6b091d88e35f2e73', '114.119.150.16', 1683715065, '__ci_last_regenerate|i:1683715065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4556ef0d6aae5eac5ad3ec0611675cb9ac11dcb', '54.36.148.81', 1681712621, '__ci_last_regenerate|i:1681712621;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 ('c455e1e4c2b1cd1d5c53c03bb3d5e328796f2db2', '157.55.39.212', 1677419526, '__ci_last_regenerate|i:1677419526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4560807be67ba2a03869c6b95877110f5f27ea4', '114.119.135.104', 1684592408, '__ci_last_regenerate|i:1684592407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4574ea948318c2e5bc13378883ff8677dc7385c', '52.167.144.164', 1686769262, '__ci_last_regenerate|i:1686769262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c458063d0d0e36b4dd30c88a04a994d179518362', '190.56.32.174', 1676896515, '__ci_last_regenerate|i:1676896515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676806358\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676896490;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c458fd3cb2770fa081ee3598d625c750feee85a2', '66.249.79.199', 1679861139, '__ci_last_regenerate|i:1679861139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45a898f22246f44e018a2b599434f7622ab0791', '114.119.151.126', 1686317725, '__ci_last_regenerate|i:1686317725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45b5d0c9ebfd04c8fbaf4d02323020130e80560', '114.119.145.3', 1687669381, '__ci_last_regenerate|i:1687669381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45c839a119387ec373821123b335749e066110a', '52.167.144.28', 1679240696, '__ci_last_regenerate|i:1679240696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45edcc44b7fa8b35dfab37172134df003aff131', '157.55.39.79', 1670374514, '__ci_last_regenerate|i:1670374514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c462c47ea540f6ab2b12abec637a6495608b37ca', '207.46.13.17', 1674044299, '__ci_last_regenerate|i:1674044299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c468930d6a35b8694cd08a732b5d6dac0c7a9351', '175.196.127.111', 1650791336, '__ci_last_regenerate|i:1650791336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c468d6d712b8a66b9a72a2da7919ea565d69773b', '190.148.158.151', 1677185092, '__ci_last_regenerate|i:1677185092;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677183921;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c469998e3a2fd7aa7e2214ef7f0550515fc85f18', '157.55.39.125', 1655299187, '__ci_last_regenerate|i:1655299187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46c48de2e8a19a861af48f3d98acd564e2717a7', '40.77.167.64', 1674986497, '__ci_last_regenerate|i:1674986497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46e198ca7c1b377d6e18ff792e780eb0e3804d2', '190.56.50.253', 1682522281, '__ci_last_regenerate|i:1682522281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682522185;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46ea579dad8c4847d5415d528ad163598503cad', '130.245.169.139', 1657878940, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46ec17235a01a89fea13c4ab81b75d151e74076', '114.119.135.163', 1688089968, '__ci_last_regenerate|i:1688089968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46f3eedee81f585017f7f8d2c51a89c3fcf9e49', '35.217.74.140', 1669971223, '__ci_last_regenerate|i:1669971223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46f666593f58dbc15c1d26557320073c590dd77', '207.46.13.53', 1662744796, '__ci_last_regenerate|i:1662744796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c471d0084cef3561469a24586bed641ad52a24ee', '146.59.157.229', 1650750378, '__ci_last_regenerate|i:1650750378;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47315299327ea8efecfbef5b37150200c772dc5', '207.46.13.6', 1671766872, '__ci_last_regenerate|i:1671766872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47348f6fda2f99f9e77d58aa101bb67ab7a6473', '52.167.144.171', 1684776789, '__ci_last_regenerate|i:1684776789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47374fd8ebe82c48faeb38b967ee4acf44451c1', '207.46.13.130', 1660136179, '__ci_last_regenerate|i:1660136179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c475f515d018fd75dcc4ae8c2f70dd37dacf9b98', '190.56.32.162', 1686330085, '__ci_last_regenerate|i:1686330085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686328746;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c477c58f142ac46c8728e83d76d8593e952b911a', '35.193.110.244', 1652962289, '__ci_last_regenerate|i:1652962289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4796e28eb4cf0b92fb2a301db1427aaab1b9ba5', '54.36.149.63', 1679800721, '__ci_last_regenerate|i:1679800721;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 ('c47a31f3b44271539f7fad27e1b87acbf98b4ca3', '114.119.159.70', 1687673763, '__ci_last_regenerate|i:1687673763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47b1b7d966f4eb401288905ad76e3a7b02c0b41', '114.119.141.93', 1686213527, '__ci_last_regenerate|i:1686213527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47b55d971cf15d6b3591278ab043ff32c68529c', '190.56.49.187', 1688046588, '__ci_last_regenerate|i:1688046588;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688046560;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47bb1db058377be4953cdc1cfa64e28f5a90baf', '190.148.87.99', 1688432494, '__ci_last_regenerate|i:1688432494;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688432211;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47e45752dbbd589d22088844fe24b6d3b7d5e1f', '190.148.87.182', 1679609343, '__ci_last_regenerate|i:1679609343;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679608244;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c47e897f5477dce2cab498f1294cff8e496f6485', '54.36.148.195', 1669038157, '__ci_last_regenerate|i:1669038157;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 ('c47f5ebb5a78717ca8558ffc56c568d7de5693db', '157.55.39.65', 1662374006, '__ci_last_regenerate|i:1662374006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c480ae730320cf9a404eef8e179296d19e3450cb', '51.222.253.14', 1657203030, '__ci_last_regenerate|i:1657203030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48111d492d24f1227ee2e3ad0af021c69b5f802', '157.55.39.125', 1655120690, '__ci_last_regenerate|i:1655120681;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c484ed4caeca2fb6e45e684d5a424d91a30441a5', '190.56.173.213', 1683123754, '__ci_last_regenerate|i:1683123754;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682959419\";last_ip|s:14:\"200.119.173.78\";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 ('c484fa590e8a0160715736e18fce7eb25578eca8', '173.252.127.120', 1651369411, '__ci_last_regenerate|i:1651369411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c485ca707ea296342f387d7539593b004f73638f', '5.188.62.76', 1659512533, '__ci_last_regenerate|i:1659512528;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c487ff6c5b176f58d51556f97d27dfdd0f535331', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c489cc78690f166123540adafb9614476b460c8c', '200.119.173.130', 1675811964, '__ci_last_regenerate|i:1675811964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675811858;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48a0cb7f3240edeb636acbb0fd6f83b0e2ca1f7', '200.119.174.9', 1674507279, '__ci_last_regenerate|i:1674507279;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674507262;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48a9eb883896d5f611e6eb88a465e0e96b3f50b', '54.36.148.225', 1683708868, '__ci_last_regenerate|i:1683708868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48ac5435706b5d67c6588c55954c778ea957e75', '200.119.168.250', 1681091538, '__ci_last_regenerate|i:1681091376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681091538;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48ac7813792a632d882c38f2df7992f785479b4', '54.227.32.154', 1651400296, '__ci_last_regenerate|i:1651400296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48b2c24f417cbc231fbe25c8064853a28345420', '190.148.158.23', 1687216552, '__ci_last_regenerate|i:1687216552;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687216544;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48c5c59942267ecfc07be582e4afe280d7cd817', '52.167.144.98', 1685424774, '__ci_last_regenerate|i:1685424774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48de9dd7d5cc64c5633c670ff7e6f27f1f7d7a3', '52.167.144.162', 1687293506, '__ci_last_regenerate|i:1687293506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48e770ae8d41ba069540b7143c4fbd77d0864c5', '51.222.253.4', 1675940919, '__ci_last_regenerate|i:1675940919;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 ('c48eaace92c3f7232ab197bf0f393d74a8e120e8', '40.77.167.49', 1664745825, '__ci_last_regenerate|i:1664745825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48f2085825322129dbe1dbe1c556baaf7a0175e', '93.158.91.189', 1681354163, '__ci_last_regenerate|i:1681354163;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 ('c48f3f873e4c07668b80e4e81b94dc9c023177fc', '35.193.164.16', 1664214245, '__ci_last_regenerate|i:1664214245;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('c48f585b23143b4dc23e32b4bd68e7920e56786e', '157.55.39.215', 1678799605, '__ci_last_regenerate|i:1678799605;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c48fb6e65252fb4517e5e60d3639812600600791', '52.167.144.109', 1680475662, '__ci_last_regenerate|i:1680475662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4900c8686cd7ae9f51ca83f905d7fb4030b0923', '52.167.144.73', 1679402962, '__ci_last_regenerate|i:1679402962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49170cc6cb4f84e8863255c0178ea5cf62a063a', '17.241.227.89', 1675764588, '__ci_last_regenerate|i:1675764588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49296db19d405df70a2c325a1e5d753b65bf042', '200.119.173.78', 1682964689, '__ci_last_regenerate|i:1682964600;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682951098\";last_ip|s:14:\"200.119.173.78\";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:1682964689;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c492a34bd72e8be0031cb2ecc14fc61d38d17558', '114.119.130.183', 1688502101, '__ci_last_regenerate|i:1688502100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4931b427ab36a4b5f5efe247fe94807969b7ab1', '190.56.32.35', 1671656226, '__ci_last_regenerate|i:1671656226;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49340b6a82df0cf6e3a5163b68d4ea7c44733ad', '200.119.168.250', 1680973470, '__ci_last_regenerate|i:1680973470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680973449;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49506dbf896a426a6832d017737227558b33eb4', '51.222.253.13', 1669268535, '__ci_last_regenerate|i:1669268535;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 ('c4969d2da40b8b20067743c7ee8a00b2ae5f4ac7', '157.55.39.68', 1667240186, '__ci_last_regenerate|i:1667240176;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c496ecc8ab85fe143946a9a90b9330c27781dc51', '114.119.135.251', 1685740498, '__ci_last_regenerate|i:1685740498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49874aec8acb54554f6aca41e4dea2edf14a18b', '200.119.170.221', 1664319633, '__ci_last_regenerate|i:1664319633;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664288850\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664317841;register_id|s:3:\"112\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-27 14:39:50\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49b78bdcc86b8a764855e59e2dba5252beb6d31', '51.195.216.255', 1650895478, '__ci_last_regenerate|i:1650895478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49ca4da2fbfa788ad93a03be37723845fcbe460', '114.119.150.155', 1687636887, '__ci_last_regenerate|i:1687636887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49e17a8dbd323c4803cd044ca3c4058fdd475a8', '144.76.68.17', 1683715142, '__ci_last_regenerate|i:1683715142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c49ee38fccf955b054d2c00d8cbed6b3bc58c0f4', '173.249.31.237', 1659409177, '__ci_last_regenerate|i:1659409177;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 ('c4a0ed9d77f3e2b5aa205354befaa77cc1e2d9c4', '52.167.144.164', 1686021033, '__ci_last_regenerate|i:1686021033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a19b2991822020d8c4487f82c58f4f1337d1f3', '5.188.62.140', 1656386188, '__ci_last_regenerate|i:1656386188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a209cf7a503cf464fe0ed855b9172291cab5f7', '40.77.167.104', 1669117193, '__ci_last_regenerate|i:1669117193;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 ('c4a3d2a81879ee24edfaac854e64953c31d03f75', '190.56.50.253', 1682541939, '__ci_last_regenerate|i:1682541939;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682541916;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a46912eb17c9c7f0a4fb197c01cf4929302071', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a5a6f4b7b797f8202e5c9e2b598832afe87230', '200.119.169.55', 1667262890, '__ci_last_regenerate|i:1667262890;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667262616;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a5aa55082aa725846c13ea289de1c205cae98a', '207.46.13.6', 1672092720, '__ci_last_regenerate|i:1672092720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a6cf00e439d9112d8f97a3589a0d0088b51abe', '52.167.144.171', 1685406477, '__ci_last_regenerate|i:1685406477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4a6e719889cf8b2efd058b107c74d8974c6d6ce', '207.46.13.113', 1676001707, '__ci_last_regenerate|i:1676001707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4abcd925c14d23363e6cbdc31bec5a1329cf0ed', '18.191.170.48', 1671375494, '__ci_last_regenerate|i:1671375494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4acee81368d291bb16bba9d34d17b27383b49c7', '190.56.32.32', 1686096079, '__ci_last_regenerate|i:1686096079;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686096069;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4adf1c5246740905add120a6d91457600810b50', '51.222.253.9', 1679658253, '__ci_last_regenerate|i:1679658253;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 ('c4ae1d93ccbe6e6d3790cb5de847ae5fb24ae967', '51.222.253.11', 1656014426, '__ci_last_regenerate|i:1656014426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ae2085427336d290981cec0618f912a78a9966', '190.56.50.39', 1664989030, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664989030;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664989027;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ae39171ca5368a579803d93be87cc876be03e3', '207.46.13.173', 1663799599, '__ci_last_regenerate|i:1663799598;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b0949a8d7fb4254d94a80d6862354a45a85db3', '190.148.252.111', 1678105205, '__ci_last_regenerate|i:1678105205;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678105182;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b1a95433fef5ca8846f3b0c9caa6d4b756ac74', '207.46.13.211', 1680082277, '__ci_last_regenerate|i:1680082277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b2d35f6a618a250e0580020e061dbc5702c833', '114.119.148.169', 1688188375, '__ci_last_regenerate|i:1688188375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b57943699a1d19e6ac1bb2defbda184f776d8d', '51.222.253.4', 1666877550, '__ci_last_regenerate|i:1666877550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b597ed0046187ac4b9575dc58e14d64898987d', '190.56.51.158', 1655681517, '__ci_last_regenerate|i:1655681517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4b8dee721329019813bb88359c6a7ebfa910865', '190.148.157.242', 1687018837, '__ci_last_regenerate|i:1687018837;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687018815;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4be3eab35ede1c53e78dba8201d43e3fe36f12a', '190.148.157.177', 1682198350, '__ci_last_regenerate|i:1682198350;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682198342;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4bed5be2792bc0fd5ec458b6ea92278ace0ead6', '207.46.13.41', 1671597828, '__ci_last_regenerate|i:1671597828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c0721b563e660d33106688ee8beb9de1da6d8d', '190.56.49.237', 1665692255, '__ci_last_regenerate|i:1665692255;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665692216;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c0a10d9bb8780a0c59be048d3a182bb2736cb2', '200.119.173.78', 1682951055, '__ci_last_regenerate|i:1682951055;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682950416;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c13f365c5fd5333474bdf268a632242b870536', '200.119.172.95', 1659466725, '__ci_last_regenerate|i:1659466697;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659048084\";last_ip|s:15:\"190.148.252.223\";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\";user_csrf|s:20:\"q82yUKpigm0JCIaOv6lT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c18ed8183856bb64ded9dc66bb909caae4b6ba', '178.208.160.86', 1683876289, '__ci_last_regenerate|i:1683876289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c1abb673fb1bdb6f4497706502a62779b5e656', '157.55.39.79', 1669998545, '__ci_last_regenerate|i:1669998545;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c21567844ac0fc145000aa1008e560edfb8470', '66.249.66.36', 1682870867, '__ci_last_regenerate|i:1682870867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c3fb358fd328cb26f88ba633e74bcf30894786', '200.119.173.133', 1661021256, '__ci_last_regenerate|i:1661021245;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661002647\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661021256;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c702f90ca82633642cea75f575bf470ce74f3d', '40.77.167.32', 1674543559, '__ci_last_regenerate|i:1674543559;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 ('c4c78d8f9caadd09092c583d752474a164042d81', '114.119.157.214', 1685039825, '__ci_last_regenerate|i:1685039825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4c8201c1f715ff7b933af7662028e2b2e9b6c2d', '157.55.39.118', 1656990338, '__ci_last_regenerate|i:1656990328;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4cc91894479f0d4533a3f6cca4ba99ba5fed345', '157.55.39.87', 1663612828, '__ci_last_regenerate|i:1663612817;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ccb9018a0723026b2c3281585fab310c13a974', '54.36.148.113', 1684406004, '__ci_last_regenerate|i:1684406004;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 ('c4cd5366ce3b039c831022213f29c0e21d66954c', '51.222.253.11', 1668169517, '__ci_last_regenerate|i:1668169517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4cee032a29aeeeadd82b9f3d67876a9d9c54b56', '34.216.138.201', 1679491516, '__ci_last_regenerate|i:1679491516;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 ('c4cfb2abd032467aa14a69a551afb0cc3ae7ae8f', '190.148.157.177', 1682357858, '__ci_last_regenerate|i:1682357858;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682357854;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d00464f2f73a0311afcf9cbe43935844dbc999', '190.56.173.152', 1654900800, '__ci_last_regenerate|i:1654900800;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654813839\";last_ip|s:13:\"200.119.169.5\";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\";user_csrf|s:20:\"PX2rpo9lIS7gFsUHwkKY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d374d938ffcabb256170bfeb6b1b321cc7341b', '40.77.167.123', 1682815511, '__ci_last_regenerate|i:1682815511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d383aa12c0c5142c0e8aaed08b6d9b9c07403f', '190.148.157.214', 1669734904, '__ci_last_regenerate|i:1669734904;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669734799;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d4d78dcbbb2a4ead7c609bc7ce3428b27f0f4d', '40.77.167.202', 1687393063, '__ci_last_regenerate|i:1687393063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d4eb09d322ab58e23bb8bcab718c1d2cb8e249', '54.36.148.32', 1657203028, '__ci_last_regenerate|i:1657203028;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 ('c4d4ff6b6861f3aa3131ccf745dd616735bb4fb3', '51.222.253.7', 1662999253, '__ci_last_regenerate|i:1662999253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d681084dfe89a84d2d4bb8cec17f11db8e00bc', '52.167.144.107', 1680803155, '__ci_last_regenerate|i:1680803155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d73d8843da4f29524bdef8daa38697b1473311', '200.119.173.177', 1685018974, '__ci_last_regenerate|i:1685018974;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685018862;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d783dc7b051773d83b925911bc652d94b0bdf5', '114.119.156.233', 1686045132, '__ci_last_regenerate|i:1686045132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d81bec8eca8f4574f391111599b2b2a9f21bbd', '207.46.13.230', 1656015560, '__ci_last_regenerate|i:1656015560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d82315a44aeba8bdd41574629da25b1391c45e', '114.119.136.146', 1686941831, '__ci_last_regenerate|i:1686941831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4d84c51c5a855df6493c786f1b5f1b6d6841743', '66.249.70.7', 1682774102, '__ci_last_regenerate|i:1682774102;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 ('c4d967edff6e8a581871bcac0c3b8a26455033bb', '190.148.252.195', 1653689687, '__ci_last_regenerate|i:1653689687;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653655106\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653689643;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4de577b469f8f06b62d46656ae5b87d2fe60dc5', '190.148.87.6', 1668290241, '__ci_last_regenerate|i:1668290241;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668290233;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ded7b2a6a90937e8ad2c671d54ab2ba77d03a3', '52.26.182.27', 1650893878, '__ci_last_regenerate|i:1650893878;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 ('c4e0310cdff112868f579cf9bedea7921beb73a9', '190.148.157.80', 1669594203, '__ci_last_regenerate|i:1669594203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669593824;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4e2578067be053ae1bb3cab3cf7cd7df3be7f5c', '51.222.253.8', 1666105278, '__ci_last_regenerate|i:1666105278;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 ('c4e3685da9c864a9e407300260c0b7c056f46902', '40.77.167.123', 1682998545, '__ci_last_regenerate|i:1682998545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4e3ac04904dd49e6b8283f88f16fa73e980c524', '72.13.46.2', 1652649599, '__ci_last_regenerate|i:1652649599;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 ('c4e6c3e8c0b188b0b72b9862abc36f10140eee49', '114.119.135.159', 1687997091, '__ci_last_regenerate|i:1687997091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4e8b5be19e6625ebed8e01fedbed8b3eafc36d8', '114.119.146.94', 1683777814, '__ci_last_regenerate|i:1683777814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4e9e024680cad0413190fdc7d49dd8e34fe4297', '51.255.62.6', 1680288324, '__ci_last_regenerate|i:1680288324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4eaa0f391b42d44bbc254119307e3c477a3e814', '190.56.173.175', 1652997770, '__ci_last_regenerate|i:1652997770;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652974102\";last_ip|s:14:\"190.56.173.175\";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:\"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 ('c4ec1324adb4dc6c298bd87140c02f8df681e033', '200.119.172.60', 1674669239, '__ci_last_regenerate|i:1674669239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674669232;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ed7e1b6ea57832129378580339aceebaaf0aec', '130.245.169.139', 1657878947, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4edb8cdd24ac1b3ecee55dad2e7f3071f50ce7e', '52.167.144.152', 1677802772, '__ci_last_regenerate|i:1677802772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ee1e7476b80290f3d492b9ca0ce5f4aaab34b3', '40.88.21.235', 1686455065, '__ci_last_regenerate|i:1686455065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ee546df595fafb9d4d33c93566759a4e4929e2', '190.148.157.183', 1680560203, '__ci_last_regenerate|i:1680560203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680559733;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ef442e8c7e9e9cde8b15aa045fd0e11c014118', '51.222.253.8', 1664340173, '__ci_last_regenerate|i:1664340173;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ef922e914d5d2a8b6892916e81420763707b79', '40.77.167.63', 1672242841, '__ci_last_regenerate|i:1672242841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f0c96a13424d7e92fb199ce4db3c7d0f2dae2b', '17.121.115.40', 1652533774, '__ci_last_regenerate|i:1652533774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f14bc762e2684b57928e9261ac491c11059189', '40.77.167.91', 1686999564, '__ci_last_regenerate|i:1686999564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f2f5d5ef816c7c539cae9a8688ae95d7568543', '51.222.253.8', 1684713505, '__ci_last_regenerate|i:1684713505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f38a486eaff6eff78db6ac534660f337e45c70', '35.87.176.152', 1686349274, '__ci_last_regenerate|i:1686349274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f3a0afc55d1804547029da6306eb64462e2685', '54.36.148.209', 1652484151, '__ci_last_regenerate|i:1652484151;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 ('c4f5f48a23972edc45e1b3ca840bcac6d0f703c3', '190.56.173.175', 1652997376, '__ci_last_regenerate|i:1652997376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f8b5b7e71747abc3b375850f6a3f1d09bc480a', '5.188.62.76', 1659556993, '__ci_last_regenerate|i:1659556988;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f90158466d5472227af86ca3be626280313f67', '200.119.173.177', 1684857469, '__ci_last_regenerate|i:1684857469;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";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:1684856690;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4f937a4c62ac8ea61fa9ef92451035272a24f02', '74.208.2.230', 1684500917, '__ci_last_regenerate|i:1684500917;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4fab0c9696ad82e35ed7200f13ff04278a10fd1', '93.158.91.234', 1664364908, '__ci_last_regenerate|i:1664364908;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 ('c4facd952c337cc355671c5e1e58ae7f61546b31', '52.167.144.98', 1685129059, '__ci_last_regenerate|i:1685129059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4faf538fb16f5bbf6f17d549a2a41e3418eea04', '190.148.252.197', 1665614860, '__ci_last_regenerate|i:1665614860;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665521221\";last_ip|s:15:\"190.148.252.197\";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 ('c4fb8acff69875765a69929c2d27985d91148abb', '190.148.158.69', 1685744275, '__ci_last_regenerate|i:1685744275;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685744250;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4fbc1f30511d0f192a3666048037e565732ed57', '54.36.148.213', 1662807458, '__ci_last_regenerate|i:1662807458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4fc1e6893031c542c140a50276d395eadcf898a', '190.148.157.206', 1656544735, '__ci_last_regenerate|i:1656544488;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656524879\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656544734;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4fe5adc016818393296d245e411a1ad53d4ef22', '190.148.158.151', 1677353604, '__ci_last_regenerate|i:1677353604;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677353401;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4fe6a2d9f00d6fb27ad2c02af63fabde9d498ad', '54.36.149.30', 1682137909, '__ci_last_regenerate|i:1682137909;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 ('c4feb7f810191ac5f25c6abc92f1fbc1843be6f5', '40.77.167.227', 1682146999, '__ci_last_regenerate|i:1682146999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ffa0c407eba6b1e5f14b991f9e9469b279d2c5', '207.46.13.147', 1672679156, '__ci_last_regenerate|i:1672679156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4ffda965ddc2cf7420e5dbfc78167c4646a9456', '190.148.252.96', 1673140037, '__ci_last_regenerate|i:1673140037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673139834;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50032d9c808454be4b600600b3e7d9d460fc88e', '40.77.167.123', 1682651063, '__ci_last_regenerate|i:1682651063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c500bd319ceaa7f1b9d85c6e113f49d7185211d7', '200.119.174.187', 1667424979, '__ci_last_regenerate|i:1667424979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5010b60ded30b2edc63f0256e629140f884f603', '114.119.141.139', 1687657900, '__ci_last_regenerate|i:1687657900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c501beb51bf03590928efc73d1f785b52158640f', '190.148.252.161', 1669987407, '__ci_last_regenerate|i:1669987407;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669987176;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5048fc97ad5fb059c53e87adff39f4e69eb7372', '114.119.136.221', 1687567370, '__ci_last_regenerate|i:1687567370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c504b59cbf63a38d72500ad5cc53fb281f0b8040', '192.71.36.158', 1652301730, '__ci_last_regenerate|i:1652301730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5055f4cb835926bebb54fabc38cf09d1518eb96', '40.77.167.184', 1687060418, '__ci_last_regenerate|i:1687060418;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 ('c5067b0524e69f5b6df2cd17c30607c64beabd61', '52.167.144.94', 1687055970, '__ci_last_regenerate|i:1687055970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c506a6a04eb566b594d7c477d6a0f561ee6acbf0', '130.255.166.11', 1678191423, '__ci_last_regenerate|i:1678191423;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 ('c507194ea729c9b82bd3aa276ee4af9253375de4', '52.167.144.164', 1684776795, '__ci_last_regenerate|i:1684776794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50739cb03661fcaa0a514b9056f10f4dc02222d', '20.212.112.27', 1653570237, '__ci_last_regenerate|i:1653570233;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 ('c5084fffa927329fcc7193e7c004f18aecdb0b53', '47.242.182.173', 1651702933, '__ci_last_regenerate|i:1651702933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50a35ef89f8a19c47f918300f5717ddcb80ab58', '114.119.140.38', 1687989249, '__ci_last_regenerate|i:1687989249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50c4b961203527b876dda03c2be01cbec53d27c', '35.206.243.197', 1673230589, '__ci_last_regenerate|i:1673230589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50cbad42e869ea4828b21d4adf9d7453762a8f2', '190.148.252.183', 1681404650, '__ci_last_regenerate|i:1681404650;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c50f4fdaa700ee1238cdf9c03ce870a2b468595d', '159.65.130.54', 1652988604, '__ci_last_regenerate|i:1652988599;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 ('c50fd9c5cf0fb241bcf38be5a5489d198bb9c6fc', '200.119.174.9', 1674500020, '__ci_last_regenerate|i:1674500020;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674499981;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5128103f7a5c2e7f810b5a4c757197aa2a8d941', '157.55.39.69', 1672215470, '__ci_last_regenerate|i:1672215470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5140f962d370909d126a471d2f5bafe953cfdbc', '52.167.144.98', 1685772325, '__ci_last_regenerate|i:1685772325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c515d48d0e9b4c545d0d775bf48295af54be19c1', '49.12.224.61', 1679236879, '__ci_last_regenerate|i:1679236874;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c51660bed1244b85cb84f72da369e6822e77a777', '17.121.115.120', 1662804470, '__ci_last_regenerate|i:1662804470;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 ('c516fe8d9a9cf2aa84c445a833ad7504dfbda3e2', '3.237.104.7', 1654055393, '__ci_last_regenerate|i:1654055393;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 ('c519800ef49a4402ebf9114fa4758c18397d2b1f', '58.17.6.9', 1687029919, '__ci_last_regenerate|i:1687029919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c51b33f13cf90ba844303c0340708ecce2a9b2cd', '20.37.12.186', 1651416178, '__ci_last_regenerate|i:1651416178;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 ('c51c19d95607a4d7c652e5420ba081900bc769fd', '40.77.167.30', 1657017006, '__ci_last_regenerate|i:1657016996;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c51d2d63e904244943f5b5bf43991cba33115e4b', '40.77.167.146', 1687838913, '__ci_last_regenerate|i:1687838913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c51f2c88b6cffa10e2369c13cf5aa956c012d4c4', '207.46.13.236', 1654179348, '__ci_last_regenerate|i:1654179348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c521c66d3c1cc34458180022d9167a2977c8bf30', '114.119.143.151', 1687523519, '__ci_last_regenerate|i:1687523519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5227db9abef6fb7aaeef6713f50af0d4e818bed', '114.119.136.86', 1687284277, '__ci_last_regenerate|i:1687284277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5247b7279838da828af1063c5be5a7f146bfaa5', '52.167.144.98', 1684566627, '__ci_last_regenerate|i:1684566627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c525a29194fe8d60da4bb210723469133292da75', '17.121.112.189', 1660190051, '__ci_last_regenerate|i:1660190051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c52750e40c07f7812624cd39bf646d4f18d27aa1', '51.222.253.13', 1686640715, '__ci_last_regenerate|i:1686640715;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c528201dad96adf8e9ce58062769b5af4bdf0a96', '52.167.144.162', 1687185707, '__ci_last_regenerate|i:1687185706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c529cf6c5079ea12a3bb0271f4cfd7911ce4e45a', '190.148.252.233', 1668909526, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668909276;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668909525;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c52b765e021b1f08b1284fd098a645bb21e8ffd3', '40.77.167.35', 1661923242, '__ci_last_regenerate|i:1661923234;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c52d1c21d1fa71e9076495156203714a659cfaaa', '54.70.154.37', 1671457258, '__ci_last_regenerate|i:1671457258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c52e7f423aaff2637ec92457f27474c389ef9f93', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5303fce47f4cbbc5bc0e44edbecb5b6dd0a945c', '5.188.62.140', 1656377666, '__ci_last_regenerate|i:1656377663;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c531cd82df0d3f44db81f0b3d67f24ba6df64f0a', '200.119.170.209', 1656770501, '__ci_last_regenerate|i:1656770501;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 ('c531da90fc9b08eb56c724fe4ed92879871fc1ae', '190.56.32.174', 1676831963, '__ci_last_regenerate|i:1676831963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676831961;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c534f89a11ca7386276924e2bf33cbbb4fab763f', '200.119.174.34', 1658154391, '__ci_last_regenerate|i:1658154391;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658153779;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c535a4bb25ac018361c9876d2ade122873df9b93', '114.119.154.82', 1684594022, '__ci_last_regenerate|i:1684594022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c536f5e04a544c139d60f7ca6bf0f1b9d642c186', '52.167.144.98', 1685546740, '__ci_last_regenerate|i:1685546740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c53b17c62a0e4d1614ced64488a461debf4a3c20', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c53bd599d8890c2e09d8c9dec24ae827fa9900a5', '52.167.144.164', 1685714699, '__ci_last_regenerate|i:1685714699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c53f0b2922f2146ac373e0acebf901c595d39580', '114.119.146.55', 1686044751, '__ci_last_regenerate|i:1686044751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c542b22bfa21315a9407a120e41c8b698e6c9d75', '3.237.104.7', 1654055395, '__ci_last_regenerate|i:1654055395;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 ('c543b723686f6717bbffa1c35a8f107b6b95c1ac', '40.77.167.123', 1683265861, '__ci_last_regenerate|i:1683265861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54769be5fa52465ed9d18d0eb27157729c1fbce', '200.119.168.250', 1681143385, '__ci_last_regenerate|i:1681143385;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681142923;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c548007274b2d59f8ea71a90f6daa34061b3d739', '190.56.55.48', 1687563475, '__ci_last_regenerate|i:1687563475;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687563470;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54af22cff15dadb574747bd919fd4f6bb38835b', '40.77.167.191', 1681886716, '__ci_last_regenerate|i:1681886715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54b6bf895a8171ae3292df6894facde45a00b19', '157.55.39.217', 1683320677, '__ci_last_regenerate|i:1683320677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54c142cfd04b8a79d7aa73d3b5aaaf16b355b3e', '207.46.13.230', 1656868221, '__ci_last_regenerate|i:1656868221;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 ('c54c3e5dd50e01f685cd2e2ad34e23c6523cfa8e', '190.148.252.111', 1677883875, '__ci_last_regenerate|i:1677883875;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677883642;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54d7d4c63d58820d8800fd4dd56e6a099157437', '190.148.87.182', 1679671409, '__ci_last_regenerate|i:1679671409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679671316;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54f46c8479eaab3830243da9d7f45b8f0855dab', '188.119.113.50', 1673676645, '__ci_last_regenerate|i:1673676643;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5500318b60b73b30eda06bf3ddfc21b23d1f44a', '17.121.115.7', 1652893388, '__ci_last_regenerate|i:1652893388;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 ('c5502b4cdc524ac755a4f2944685fa980f05ca31', '40.77.167.178', 1676685878, '__ci_last_regenerate|i:1676685878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5505fa13ceba4208127d87415abed195939b89b', '40.77.167.2', 1668042557, '__ci_last_regenerate|i:1668042557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55209df2edf3ab184aa3ccf145a599571196def', '40.77.167.182', 1683135870, '__ci_last_regenerate|i:1683135870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c555a482bb9fa2e3a8a81ef07858fe32dfdf819a', '52.167.144.164', 1685428093, '__ci_last_regenerate|i:1685428093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c556ecf59be3dd61d11f1ac28f9f33f11fd55e41', '178.208.160.86', 1683876290, '__ci_last_regenerate|i:1683876290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c557d7647e8da307b0aae74c0a28d71809cadcd7', '114.119.143.214', 1686519045, '__ci_last_regenerate|i:1686519045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5590cb99f4a9617030d0304386b4285448567ad', '190.148.87.6', 1668435058, '__ci_last_regenerate|i:1668435058;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668260330\";last_ip|s:12:\"190.148.87.6\";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:1668435016;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5592b5c5986d963fbcc6d5a99b49b99547b04cf', '52.167.144.69', 1675783968, '__ci_last_regenerate|i:1675783968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55bcefd9e2e547e2de5aa21619cdf5945c06163', '17.121.112.109', 1652266909, '__ci_last_regenerate|i:1652266909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55d74a85ab62c741197942e9eedb5ea37cadefd', '52.167.144.171', 1685415271, '__ci_last_regenerate|i:1685415271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55e5c6202bd947e3200bb13652b62ebd02a043b', '17.121.115.6', 1659987528, '__ci_last_regenerate|i:1659987528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55f0b9fb6f9b377946d636df480f551750ee56b', '40.77.167.45', 1670219495, '__ci_last_regenerate|i:1670219494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c55fd2bc690750c0fda42dbf095e998e291ccb69', '157.55.39.51', 1668938078, '__ci_last_regenerate|i:1668938078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c560b168a093bfe320d269a0bfd8d302a148a840', '40.77.167.123', 1683562268, '__ci_last_regenerate|i:1683562268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5623717603be1267bc6fd6d74eee74150d49020', '114.119.149.199', 1685331099, '__ci_last_regenerate|i:1685331099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c566b606844fb37ccdda3a66b2e6566aeb27b578', '52.167.144.162', 1686767776, '__ci_last_regenerate|i:1686767776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5677e04ef215e6afbdeaad2d7084efd4bbbc084', '190.148.252.151', 1670969967, '__ci_last_regenerate|i:1670969967;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670969090;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c569df7e474445a03619682b8beac1b8598de915', '40.77.167.43', 1658525914, '__ci_last_regenerate|i:1658525913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c56cb95b01b0171b08ae6dc7dcfe180248a8a827', '52.167.144.49', 1677246527, '__ci_last_regenerate|i:1677246527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c56d440344eda7e446b6cdde81e85d12680ac8cc', '51.222.253.20', 1686907203, '__ci_last_regenerate|i:1686907203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c56e5750f1a89afd20b4fb1c1e8f260649a809bc', '190.148.252.177', 1674079555, '__ci_last_regenerate|i:1674079555;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674074772\";last_ip|s:15:\"190.148.252.177\";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\";user_csrf|s:20:\"q9uYekainhQDBRc1TAj8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5729dd7ad0961d05f9b474509183f7dd8145014', '114.119.140.38', 1688184201, '__ci_last_regenerate|i:1688184201;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c572ba338250503d743f7cfecb79ec8e330a8549', '157.55.39.79', 1668638039, '__ci_last_regenerate|i:1668638039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5740c974ed5ec0a815886802f3af859cff1cdf9', '114.119.133.108', 1688399654, '__ci_last_regenerate|i:1688399654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c576ee9a4e2ba9bee87817ce50a1891be304752f', '51.222.253.7', 1657498691, '__ci_last_regenerate|i:1657498691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c57c871e046e3889025c98414f9e386125ec00da', '52.167.144.98', 1685484969, '__ci_last_regenerate|i:1685484969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c57d0450cbef1db5a0c44fa1a2aab15437096c2f', '157.55.39.164', 1654872684, '__ci_last_regenerate|i:1654872673;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c57f70a0541606e626cc699ab5ae24863571df8e', '65.21.206.45', 1661172283, '__ci_last_regenerate|i:1661172283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58169b00db77a6d102ec4dec6329a8e6a25a8ad', '51.12.90.115', 1651599968, '__ci_last_regenerate|i:1651599968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58221b9cfc34564d4588aadf7d667dce47511c2', '51.222.253.3', 1684046471, '__ci_last_regenerate|i:1684046471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58294ad399ac88acc3ccbabccfe8b817e4e57a9', '157.55.39.65', 1661301243, '__ci_last_regenerate|i:1661301243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c582d8b470de6b7934b62ea219334c47a2e79a74', '54.36.149.47', 1677593245, '__ci_last_regenerate|i:1677593245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58438925572e54cf64e933fd0418a1e0ecb72d2', '52.167.144.162', 1682981006, '__ci_last_regenerate|i:1682981006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c588a0c74de48738982ab5eb1a803bdab235f98e', '190.148.87.182', 1679853383, '__ci_last_regenerate|i:1679853383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679852605;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58976d68f2c801a068fef7a4f7963ce1ac032e2', '40.77.167.81', 1675096597, '__ci_last_regenerate|i:1675096596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58aaf521cb4b77ff211652055923e0ce0fa7f7c', '167.88.63.96', 1651009531, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58bbfaa72a9325e8b007c42f4b9348fd5fb3fbd', '200.119.173.130', 1676137109, '__ci_last_regenerate|i:1676137109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676136059;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58c06e22c9f08b477a10a7337935b5f59ebaa6b', '190.148.157.177', 1682111111, '__ci_last_regenerate|i:1682111111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682111025;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58c42070ff78590c365c69af4dddd8149b7dcef', '51.255.62.11', 1650694603, '__ci_last_regenerate|i:1650694603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58d40aaf9ab38fa001baa240b5798407042aa24', '190.56.50.253', 1682547081, '__ci_last_regenerate|i:1682547081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682547071;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58daaaedda0dc239429911d433d54f6f8936bf9', '200.119.173.177', 1685020660, '__ci_last_regenerate|i:1685020660;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685020330;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58e4a8b3801476f5e3a9972bf070e546712ba3b', '40.77.167.13', 1672812011, '__ci_last_regenerate|i:1672812011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c58fd6a7c638d1e038d987711546f48f210a447d', '222.109.133.53', 1651856470, '__ci_last_regenerate|i:1651856469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c597997b988f5bff129c8437ce78b28a622905c2', '157.55.39.212', 1677435842, '__ci_last_regenerate|i:1677435842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5981b45b427964b771b321cc96466cd500f416d', '114.119.134.110', 1686389225, '__ci_last_regenerate|i:1686389225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59ab0976fa867fef6df923287139254afed794d', '212.16.185.37', 1660166499, '__ci_last_regenerate|i:1660166499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59b8fdcfb785df771b639b3a363ec92ad44c9e3', '190.148.158.151', 1677196814, '__ci_last_regenerate|i:1677196814;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677196324;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59be38ecb4278b1d58d56e4f00bd0abda40e4cf', '190.56.173.175', 1652913629, '__ci_last_regenerate|i:1652913629;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652825172\";last_ip|s:15:\"200.119.172.126\";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\";user_csrf|s:20:\"qwj5O9zV2ham3eXrMoTd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59c49693afd5d261879eba1095a2f191d655db7', '157.55.39.94', 1672546323, '__ci_last_regenerate|i:1672546323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59c57cd4c14779349d90e3b389b2c1d7acd63f6', '40.77.167.156', 1679061108, '__ci_last_regenerate|i:1679061108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59c9313cc1d30863431aff99effa7a3d1359833', '114.119.140.4', 1688223099, '__ci_last_regenerate|i:1688223099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59d864542581c0bdaf958a9f6458d590c5210a9', '52.167.144.61', 1688042492, '__ci_last_regenerate|i:1688042491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59e511d3767ce00b09ad223d71b78d0a2735b29', '190.148.157.53', 1683734466, '__ci_last_regenerate|i:1683734466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683734091;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59e73b9d530c31d68602ac675be1c73f3884b63', '114.119.153.242', 1686169837, '__ci_last_regenerate|i:1686169837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59fcccb715ceb84944abf706896db54726ed8b0', '190.56.49.237', 1665856774, '__ci_last_regenerate|i:1665856774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665856770;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a1b2b76e54d21507ad48b1cfd26d1ca2514d7a', '157.55.39.215', 1678426600, '__ci_last_regenerate|i:1678426600;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a1e5aa4852029a7333a510d4f192d2f7db431c', '54.36.149.16', 1656357806, '__ci_last_regenerate|i:1656357806;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 ('c5a2215f0e8d63dec96dbe4138a2118a7e3d9bd0', '190.148.252.183', 1681575580, '__ci_last_regenerate|i:1681575580;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681575576;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a423b42792e00e9e49b011f226f005189075a1', '51.222.253.5', 1686839350, '__ci_last_regenerate|i:1686839350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a4c53f3e95e9f9fd782650ba1b9af7553a81db', '190.56.55.113', 1673631027, '__ci_last_regenerate|i:1673631027;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673630867;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a68eec27e6598f87ae44a80c4ca58b8db9bbde', '74.208.2.228', 1665904746, '__ci_last_regenerate|i:1665904746;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 ('c5a7e1a76ddcf1836cb05fc44c2f7f952548865a', '190.148.252.111', 1677792040, '__ci_last_regenerate|i:1677792040;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"DYaCPJf92meBUuHX3gQy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a89de15259df1512e83f7a40de2d0121fd1f22', '207.46.13.211', 1679075530, '__ci_last_regenerate|i:1679075530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a95e2fd2eed311bcface140823d79986fe4d58', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5a9a2e225b0fcde10357b574c105bfa69565bfd', '51.222.253.1', 1654804467, '__ci_last_regenerate|i:1654804467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5aa49c3b23036225a1323dcaa69007152b783b2', '190.56.173.213', 1683310398, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683310398;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683307792;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5aa985fbeab5f02868e91350ab91cf6affc2cbc', '51.222.253.17', 1685306223, '__ci_last_regenerate|i:1685306223;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 ('c5aac9e0d9400af6027d420b2603864f2e59e644', '54.36.149.59', 1678649836, '__ci_last_regenerate|i:1678649836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5adcaa99b611ef46c4dc7853f8818c383355ca3', '52.167.144.162', 1681690716, '__ci_last_regenerate|i:1681690716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ae31185da8b9636e770a699b3391647f6a397b', '114.119.131.192', 1685751939, '__ci_last_regenerate|i:1685751939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5af4b25ee316e84698e2303744930f02080bf50', '52.167.144.28', 1679151838, '__ci_last_regenerate|i:1679151838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5b03933a40cc6c94dd8d670ce425495778cb540', '40.77.167.161', 1676691225, '__ci_last_regenerate|i:1676691225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5b0f9eb41d8d9327257087893bbc47d3558a5b3', '190.56.50.3', 1660753183, '__ci_last_regenerate|i:1660753176;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660740007\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660753183;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5b25e31caa172a7cee2a9499b6690b0912b62ef', '198.251.73.109', 1686692725, '__ci_last_regenerate|i:1686692725;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 ('c5b53954d609c91ee52016b7974fe2e6ea3ca6de', '40.77.167.37', 1668367159, '__ci_last_regenerate|i:1668367159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5bdf1ba9b041f115b1eb1f78af3a275ffda1e65', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c110624ca79ec0484857f5425cfa40e76aa986', '190.148.157.171', 1667413270, '__ci_last_regenerate|i:1667413270;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667413267;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c131bd415018cb0fca7037bef218de5e3938ec', '190.148.252.161', 1670032397, '__ci_last_regenerate|i:1670032368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670032368;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c388a56b477784c766845e1a462a9fb8ed3080', '40.77.167.39', 1656551798, '__ci_last_regenerate|i:1656551798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c44000d02497d6a008b6e9834f6c6a91fdb4f0', '190.148.157.53', 1684084140, '__ci_last_regenerate|i:1684084140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684084092;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c5f988b5a2b2031c4bdfe6aeadeed074a709ca', '17.121.115.70', 1660376723, '__ci_last_regenerate|i:1660376723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c86d563462cb82c6091f304c74fcc4d0142a75', '51.222.253.12', 1664340172, '__ci_last_regenerate|i:1664340172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c87fcf616ee373567f26c298efa224c6497b91', '190.56.173.152', 1654963547, '__ci_last_regenerate|i:1654963547;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654887010\";last_ip|s:14:\"190.56.173.152\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654963532;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c9c1c6ebf51c3404906cffa48e442e8f3bb45f', '114.119.137.2', 1684246256, '__ci_last_regenerate|i:1684246256;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5cb0641087b8b9c95368c5251acebd0e370cf86', '190.148.252.48', 1656636152, '__ci_last_regenerate|i:1656636151;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5cc3064d898dfb01c4978f0c4ed36155a85a848', '200.119.172.126', 1652822146, '__ci_last_regenerate|i:1652822146;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"tKO8UZ72IDvzMfldbsha\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5cd8240c8b1c5f7e45a50582b87ecd760fc6187', '144.76.67.169', 1676798972, '__ci_last_regenerate|i:1676798972;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5cea26b94660effe34fca771a613fa21166d160', '52.167.144.74', 1688371812, '__ci_last_regenerate|i:1688371812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5cf58f0ddfe3a68ebcff7ab8e3f66b0857f7bf4', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5d1de745fcef99de974423dca136c12ba50a1b4', '207.46.13.217', 1684025453, '__ci_last_regenerate|i:1684025453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5d2e4262ad73b6b0c742a1d6909b1cdd8ae9dd0', '114.119.147.60', 1687591677, '__ci_last_regenerate|i:1687591677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5d41354d50ba5cd91c63aafcacbd76a6fc14da8', '46.101.63.152', 1652762872, '__ci_last_regenerate|i:1652762872;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 ('c5d8906ff4610eb4dec6cf30e6f3a9e8b5b02bac', '114.119.131.11', 1688000839, '__ci_last_regenerate|i:1688000839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5dbcd7945439920a9100c39afca4eb15182a075', '190.148.87.248', 1660827754, '__ci_last_regenerate|i:1660827754;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660785297\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660826709;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5dd937aab361527ab62036e3e89c12f3a35554a', '207.46.13.217', 1684132447, '__ci_last_regenerate|i:1684132447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5df87fd01eccc703e2c836999eca587dae59e0c', '190.56.55.113', 1673744409, '__ci_last_regenerate|i:1673744409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673744025;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5e1b70056363ba19efb338f70a25db24d29776b', '200.119.169.55', 1667266395, '__ci_last_regenerate|i:1667266395;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667266391;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5e4a5c8b65066eedd9eeae5fcafc78dd28b0aca', '114.119.146.12', 1686016929, '__ci_last_regenerate|i:1686016929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5e5a8d98b491a12afbf044854ade489adf6012e', '200.119.170.168', 1670602034, '__ci_last_regenerate|i:1670602034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670601870;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5e8c420ff913145c6d308444f7a187a27cd4f9e', '51.222.253.1', 1653984445, '__ci_last_regenerate|i:1653984445;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 ('c5e9239c926bdde68f5a943e0def13cfd58c7ea8', '18.189.2.21', 1680308338, '__ci_last_regenerate|i:1680308338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ea6bf0798a4cde2bf12b8fb20a8238ca77e1e0', '114.119.139.185', 1684419560, '__ci_last_regenerate|i:1684419560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5eb0066b770a4bd36e44c45e65728001bb4155f', '52.167.144.171', 1685690093, '__ci_last_regenerate|i:1685690093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ec3dceb1b5862ffd38fbcc589dc2c76be35e7b', '35.88.111.143', 1670333471, '__ci_last_regenerate|i:1670333471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ecd5524213f9c6cbd8a68e405e46e9b03e31da', '114.119.154.207', 1688092402, '__ci_last_regenerate|i:1688092402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5eda40099b5dd610d620ce531aa3d675fdd8569', '52.167.144.98', 1686373276, '__ci_last_regenerate|i:1686373276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5eee40d8bc862237c261502a7763d94dead2c74', '40.77.167.133', 1683939959, '__ci_last_regenerate|i:1683939959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5eeee0d3333e90cb51657437d5533ae9fb7a30a', '200.119.174.9', 1674179584, '__ci_last_regenerate|i:1674179584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674179203;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5eefa74e9cba8aa08c76329cb696438c9319336', '40.77.167.202', 1687595160, '__ci_last_regenerate|i:1687595160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ef9e9f775471f666b58a55f2439721a302b723', '165.232.172.146', 1672075845, '__ci_last_regenerate|i:1672075845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5f3107d22e86dddcab9f390bb22b6c19f2aabe2', '40.77.167.182', 1683658257, '__ci_last_regenerate|i:1683658257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5f67fcc2f7fbd86a7ead4a8b244650d6b947b51', '51.195.216.255', 1650896629, '__ci_last_regenerate|i:1650896629;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 ('c5f82429d006e4b4aeac87c1fca8fb246eb6c040', '51.222.253.17', 1680313621, '__ci_last_regenerate|i:1680313621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5fb104c83044bbc23fec2fb160762554b305ffd', '114.119.145.188', 1686880739, '__ci_last_regenerate|i:1686880739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5fd2787bb0274221754532f7421e9276b8b15c8', '207.46.13.189', 1668367034, '__ci_last_regenerate|i:1668367034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ff88acb8006f36b7fb85e12ccf032dd2e1c51c', '207.46.13.217', 1684245839, '__ci_last_regenerate|i:1684245839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c601aa0fd95d32f2328ab6c4b057f0e6ea24d501', '40.77.167.227', 1682238228, '__ci_last_regenerate|i:1682238228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c601c3821f13049d1dc8bbcddb28e08dd6b8fb3c', '200.119.172.60', 1674781654, '__ci_last_regenerate|i:1674781654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674781647;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60698a5cc5a95a540dd1cdec461247deffeed94', '17.121.114.206', 1655643031, '__ci_last_regenerate|i:1655643031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c606b79bd607989681af103a80be71ce3699c41c', '52.167.144.98', 1685472469, '__ci_last_regenerate|i:1685472469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60bcdc02fec9df1d438a467680ee4ed2e2a48e4', '34.102.12.65', 1652131847, '__ci_last_regenerate|i:1652131847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60bdbe50628e8a1fa407ffa5926c036d16f81dd', '130.245.169.139', 1657878951, '__ci_last_regenerate|i:1657878951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60bdc87544857b73a508fca0a90c7eb8dd7b4c7', '5.188.62.26', 1655130482, '__ci_last_regenerate|i:1655130478;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60c3bae77fdb2cedd316bf4890364bdbcc795db', '40.77.167.202', 1687437796, '__ci_last_regenerate|i:1687437796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60ec1b3d1768b514ebcc00d6e8094d44600d461', '34.102.12.65', 1652130063, '__ci_last_regenerate|i:1652130063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60ed0f0a45d24b3d3cb71ffd607423d768f0811', '200.119.174.9', 1674236569, '__ci_last_regenerate|i:1674236569;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674236355;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c60faad8ef764fd6cadfa15d93377f3a144488fd', '114.119.130.32', 1688515724, '__ci_last_regenerate|i:1688515724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6100c3abd8feac3369fda5aa328a5b6cd472955', '200.119.173.67', 1679351685, '__ci_last_regenerate|i:1679351685;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679351404;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c612f50b23762490680a265df90ea552cd6445f3', '3.237.104.7', 1654055396, '__ci_last_regenerate|i:1654055396;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 ('c6146a3b8eb14ebd5b2e346e2ee8682c9300ce57', '52.167.144.31', 1675198407, '__ci_last_regenerate|i:1675198407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c615856d3d09980bc0faea4867cedd9c50bfe692', '52.167.144.171', 1684494255, '__ci_last_regenerate|i:1684494255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c616293b7922037fd7b29d05003527433099102c', '74.125.210.113', 1675979289, '__ci_last_regenerate|i:1675979289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61bd9298d80da9615660609f977bf2d1c6a608b', '207.46.13.217', 1681416040, '__ci_last_regenerate|i:1681416040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61cddc80b4ad216c7d1eebda06ab3a687d6413e', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61e2637990748ce9e51fe0e0818b4ff1bb3b1ec', '200.119.173.130', 1676147122, '__ci_last_regenerate|i:1676147122;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676146802;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61e2716fc76402e38fdf2571cb6e0cfdd300736', '190.56.50.15', 1667178734, '__ci_last_regenerate|i:1667178734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667178698;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c61f2aba7bfff383d2f421731ee20f026ea49c6b', '200.119.173.130', 1675814401, '__ci_last_regenerate|i:1675814401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675813830;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c621628027bb5508466d5598c4e19653b7467c41', '190.148.158.151', 1677438309, '__ci_last_regenerate|i:1677438309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677438305;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c621b97829f4a9c3ffe10297aff8286da7dc3354', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62248fa294aaa56f517b2c73ec54e0951d87ab0', '40.77.167.101', 1682067261, '__ci_last_regenerate|i:1682067261;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 ('c6229809a9225fa053deaf280e9081acebc1d327', '190.148.252.88', 1670868355, '__ci_last_regenerate|i:1670868355;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"sLvVDJl28odcfju0IQW5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6235a24b17054ff4c4e31e43b70659c1cf5fc1c', '114.119.151.80', 1684241308, '__ci_last_regenerate|i:1684241308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c623656ec6b83fe5080cfa6ce708f78799a6564f', '114.119.154.211', 1688091379, '__ci_last_regenerate|i:1688091379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62399b86633fcf659515d90401f96fd39eefa05', '190.148.252.111', 1678108187, '__ci_last_regenerate|i:1678108187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678108180;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c623cfe18e2f924cf6339595800fd6c6403f65d6', '17.121.115.161', 1661583903, '__ci_last_regenerate|i:1661583903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6269c2b84b43057b08e4c28aa46c3ca9419201d', '17.121.114.246', 1658012132, '__ci_last_regenerate|i:1658012132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6274a4979a48653f668abf674889c519bf81930', '52.167.144.164', 1686263919, '__ci_last_regenerate|i:1686263918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62952fc5e4afc561b4804b3438ac65815025ec1', '200.119.168.250', 1680640040, '__ci_last_regenerate|i:1680640040;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680639267;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6299c8ce67f1c8b89b42e72ba80125f3cf3ce2f', '114.119.158.118', 1688098742, '__ci_last_regenerate|i:1688098742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62a4a0ed0bfab0a3fcf4c5e791572d11dc0aa79', '190.56.32.35', 1672094627, '__ci_last_regenerate|i:1672094627;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"SyriYvLAptIu6B8VqxXa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62aa8b1a48b3f7ddae5d8f58c13843b8a0c79f4', '52.167.144.95', 1680623625, '__ci_last_regenerate|i:1680623625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62ac735225dfbdbd02a478696cb0ef7369893c3', '17.121.113.125', 1653572578, '__ci_last_regenerate|i:1653572578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62ad6d0bb09963ff367581a355d2f7b107c6344', '114.119.155.1', 1688067896, '__ci_last_regenerate|i:1688067896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62aff78634958fb6501b8e6bfecac2ba583c3ce', '157.55.39.209', 1680015770, '__ci_last_regenerate|i:1680015770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62bec5a3f1c98692ae9259754474d6179c8727a', '157.55.39.79', 1669577793, '__ci_last_regenerate|i:1669577793;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62c03d3be5837560117a96000f6442fbb24c0a2', '114.119.167.51', 1686965821, '__ci_last_regenerate|i:1686965821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62c57d6a3f041e4a2d69bfaca92df8d77db39aa', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62c6df4756253a6c87e9fafa9df11c36a3d56e1', '40.77.167.202', 1687701567, '__ci_last_regenerate|i:1687701567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62de262afe0130eda85b7e43c0f0fd346ea0ae8', '52.167.144.164', 1686069790, '__ci_last_regenerate|i:1686069789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62e0f5ba5db52fc9529207678810d1f009b9b09', '52.167.144.162', 1682803519, '__ci_last_regenerate|i:1682803519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62f324b656234218394844f7d7995b8c5e9fe76', '52.167.144.89', 1679378499, '__ci_last_regenerate|i:1679378499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6304d53cd56cede6cfa50ab1eaf46c1fac44ed2', '114.119.145.139', 1688077104, '__ci_last_regenerate|i:1688077104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c63097d82991f29db3dce310277b9fce68825193', '190.56.50.15', 1667130438, '__ci_last_regenerate|i:1667130438;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c630daf67dde0e0e97c9eb5439a49087f33734a7', '40.77.167.202', 1687703553, '__ci_last_regenerate|i:1687703553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6327b7b3d70fc15c16b33965fcd81edfd1ba242', '163.123.143.136', 1658757089, '__ci_last_regenerate|i:1658757089;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 ('c633937e2716443783a013f3729363a1a7bf2554', '114.119.133.134', 1686917972, '__ci_last_regenerate|i:1686917972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6340b6e5c7a9708a430d1928f35160056ad836b', '207.46.13.211', 1680026937, '__ci_last_regenerate|i:1680026937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c634f4c718e00b75a0182ec63f37951934898beb', '114.119.142.39', 1685435337, '__ci_last_regenerate|i:1685435337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6362e5f932d6302549294ecdd7f0b957df67e45', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865992;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 ('c637087d5c3bbf1a4ab92339eb662c56a9925f68', '190.148.252.73', 1664808769, '__ci_last_regenerate|i:1664808769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664808724;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c639c8bbdf91f0dad9a7bdbd6a741c2922514fb4', '52.167.144.74', 1688528559, '__ci_last_regenerate|i:1688528559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c63a8171fb97ec63cd02b689c9842d13fcd9d06e', '40.77.167.123', 1682819247, '__ci_last_regenerate|i:1682819247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c63be0d44ea25bf3f3429b37e0d766567d469fc6', '17.241.75.218', 1681478464, '__ci_last_regenerate|i:1681478464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6400a534f82758e6b5393b25c692f1b642bd75c', '40.77.167.49', 1666989427, '__ci_last_regenerate|i:1666989427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c643236e89496fbef9dc7c31d33ad5acb6f74bb6', '190.148.157.117', 1675643903, '__ci_last_regenerate|i:1675643903;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675643878;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64402f350cbf36e01dfa67bf2fd744244a273d3', '40.77.167.56', 1663666273, '__ci_last_regenerate|i:1663666273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6443dc605e704c8bc6f4d031a830f1588eeb86e', '198.235.24.2', 1655298859, '__ci_last_regenerate|i:1655298859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64533445126255d86000fa4ec69784665b0b106', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64646c5096f3a0080149db7aad2fab28214ed80', '207.46.13.211', 1679668241, '__ci_last_regenerate|i:1679668241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64736c4865c95ce31f4093d5efc43de9d82a650', '190.148.157.83', 1687728224, '__ci_last_regenerate|i:1687728224;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687727151;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c648f878162a538a49fed6e0d5ebaafbcd4f2dab', '207.46.13.189', 1668275481, '__ci_last_regenerate|i:1668275481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64a89cdc4947fb4c67445609fb43fab7e52f9c7', '200.119.168.250', 1681157870, '__ci_last_regenerate|i:1681157870;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681157864;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64f1e5c96441595c6753eedf1c3a4687e3f0cd5', '52.167.144.98', 1686459516, '__ci_last_regenerate|i:1686459516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64f7b8670c1211fb4a89e6305f54a1cdc78f04f', '74.208.2.198', 1665904738, '__ci_last_regenerate|i:1665904738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65052c8b531881b7b915bd74d05fae16d8a9a77', '66.249.79.196', 1688585124, '__ci_last_regenerate|i:1688585124;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 ('c6505ce2f8a241e0004ea12f47f27871a253c91a', '114.119.147.205', 1685807282, '__ci_last_regenerate|i:1685807282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6514a86a495a88378e494d69b1eda0648e9d43c', '114.119.150.155', 1688533197, '__ci_last_regenerate|i:1688533197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c654b63ca5fa8bb4f5898591ef0b9d52480b8490', '51.222.253.13', 1651185590, '__ci_last_regenerate|i:1651185590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c656ca1da1daa9c89ad889e0a018bd78d055cee5', '114.119.130.251', 1683267108, '__ci_last_regenerate|i:1683267095;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c656d3a1bf92657012b06bb379394f55b949215f', '40.77.167.79', 1653415833, '__ci_last_regenerate|i:1653415833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6575c8cf4e5b7928f5763a21a27f5be8427f10f', '190.148.252.96', 1673045548, '__ci_last_regenerate|i:1673045548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673045329;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65855a2692e3c09ab2add959aeea57f631caf2b', '104.248.242.48', 1672929440, '__ci_last_regenerate|i:1672929440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6585d889789149405665e1c1b191589a149b0b6', '190.148.158.175', 1672445914, '__ci_last_regenerate|i:1672445914;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672445870;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65906cd73d8bc2f4ca3ad025e48a989592b99be', '114.119.150.95', 1686424513, '__ci_last_regenerate|i:1686424513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65a2426e3a7eb243c09f1b98a2f21e0221b7c54', '40.77.167.202', 1687268300, '__ci_last_regenerate|i:1687268300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65acb381c4809e9e23e714b5f225a2abbf0fc9b', '190.56.51.144', 1687103255, '__ci_last_regenerate|i:1687103255;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687103246;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65b1ff9590ea01643fe28394a3549fbb36490c2', '54.36.148.241', 1686251878, '__ci_last_regenerate|i:1686251878;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 ('c66009a8faa50f0c1a510f60538a0a8596233fbf', '51.222.253.11', 1653705569, '__ci_last_regenerate|i:1653705569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6653ad7ed37b1bac64732ced127f378a462ce95', '190.148.157.53', 1683898874, '__ci_last_regenerate|i:1683898874;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683898871;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6658513a7e61c30a9ee7de8f9d9d01fc4aaa3b8', '54.36.149.2', 1655717552, '__ci_last_regenerate|i:1655717552;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 ('c665dd38930bdc01344600c5b507be432acf9787', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c666aa8b629fb019e1f948ddaf8cc523450fe2c9', '52.167.144.164', 1686510356, '__ci_last_regenerate|i:1686510356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c667114c9e91fa2c973c9e5271e1970714bfd0cc', '190.56.55.123', 1667580399, '__ci_last_regenerate|i:1667580398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c66865d6347ba3fb8d5a6a059dac31cb8c94d3a8', '5.188.62.26', 1654814377, '__ci_last_regenerate|i:1654814372;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c66af5484e56900a12a67d7d103f6ef294cff51a', '190.148.87.182', 1679662715, '__ci_last_regenerate|i:1679662715;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679662715;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c66b81f268041c3c480c5890026118b077479fe1', '51.222.253.12', 1679769085, '__ci_last_regenerate|i:1679769085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c66babf8e668e7e0a57477ec6e11505142ed4349', '190.148.158.175', 1672249164, '__ci_last_regenerate|i:1672249164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672249079;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c66dc036108a737dda38b020ab3dc8d8ff1e68dd', '157.55.39.100', 1672246866, '__ci_last_regenerate|i:1672246866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c66f1d40eaf3170194e1ef7614550dcfd675dab0', '114.119.135.65', 1685003547, '__ci_last_regenerate|i:1685003547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6700e2c3a32360ed5e0145e52ebaf0f221bcd74', '54.36.148.214', 1651030491, '__ci_last_regenerate|i:1651030491;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 ('c6712c82993d43295941da5aa7be366f336848a4', '157.55.39.253', 1682016633, '__ci_last_regenerate|i:1682016633;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c673e3846664156bf098dae36d7411618fdc38fc', '200.119.168.250', 1680702512, '__ci_last_regenerate|i:1680702512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680701941;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c675471ba020d890628fcca6eb370d385cd66975', '207.46.13.41', 1666595262, '__ci_last_regenerate|i:1666595262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67606f190e56922f0db47c22009db10708d82e9', '52.167.144.164', 1686263920, '__ci_last_regenerate|i:1686263920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67730d6402dd2f3ca050d71845714efcb615310', '190.148.157.98', 1679183775, '__ci_last_regenerate|i:1679183775;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679183768;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67760b3bea2e5384e08999c4b29c3e54ddc60cf', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c678865eb6a1da4873f22d9a6b53ec1ef2a12b74', '190.56.55.27', 1662390169, '__ci_last_regenerate|i:1662390169;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662322040\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662388014;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6793cc30bca2f398806c06ddde9ff2da8287020', '51.222.253.2', 1656351871, '__ci_last_regenerate|i:1656351871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6795b6a0b97be00d6bde2a8a858741bcefc6e77', '52.167.144.162', 1687213027, '__ci_last_regenerate|i:1687213027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67a801ac7329d08e73a2e8808b403f5131a2f95', '40.77.167.39', 1657283874, '__ci_last_regenerate|i:1657283874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67cc60efe059bfc98d101c36ac04b54420e862f', '114.119.140.236', 1686048996, '__ci_last_regenerate|i:1686048996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67e28524078daa8fed2ddeabfb5b25f1ce2af68', '40.77.167.189', 1680909184, '__ci_last_regenerate|i:1680909184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c67f75b109d24d619bbbb53c6a018cf1d2c1b853', '114.119.148.202', 1688362261, '__ci_last_regenerate|i:1688362261;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6823afccf42fd0d87869f6130fd19c716e9377e', '157.55.39.69', 1672246859, '__ci_last_regenerate|i:1672246859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c68318dab59615f3551026a60f87c6f261401ac0', '54.36.149.93', 1660473943, '__ci_last_regenerate|i:1660473943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c68450ab3de25ed986729c4214c8c05289ab250f', '157.55.39.69', 1672273370, '__ci_last_regenerate|i:1672273370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6845fae18b2caa7312921e7fd96cdbb6ccec59b', '200.119.170.30', 1660223778, '__ci_last_regenerate|i:1660223778;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660154718\";last_ip|s:14:\"200.119.174.72\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660223751;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c68bb5c7af093af2eb5f67c9664e02129baf4df8', '207.46.13.12', 1675690979, '__ci_last_regenerate|i:1675690979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c68bed6428a480b73deb003315801849dd6efebc', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c68c458f34847d8757c4f10ec0c37eb5b50b34eb', '207.46.13.236', 1655472058, '__ci_last_regenerate|i:1655472058;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 ('c6910e58bcc588fb751447f17f45155ded47be11', '114.119.138.33', 1683354388, '__ci_last_regenerate|i:1683354374;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6917744d8337221feebad324695a366f94c70a3', '190.148.158.74', 1652820787, '__ci_last_regenerate|i:1652820786;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c692dabf088d4a24d00a59ae9af01ec03eb89c6e', '52.167.144.171', 1685444066, '__ci_last_regenerate|i:1685444066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c696d7e02205a3214e4ea11fd4b53276516c7001', '114.119.140.4', 1688361961, '__ci_last_regenerate|i:1688361961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c69738ca28480b50b3a2a38f5db2a504bffafdde', '17.121.114.58', 1655309632, '__ci_last_regenerate|i:1655309632;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 ('c697435db641c48a9e42321950aae2b5c52f52e1', '114.119.128.35', 1685871347, '__ci_last_regenerate|i:1685871347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6977e1a85403be70ad49243b8fb655cb04673f9', '114.119.155.121', 1687515551, '__ci_last_regenerate|i:1687515550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c699467316302b1d848d371975161f443a1129da', '46.101.63.152', 1652762863, '__ci_last_regenerate|i:1652762863;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 ('c6994c76dcf5bad017ed48a9cb621d699caba67e', '5.188.62.21', 1653363067, '__ci_last_regenerate|i:1653363064;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c699d00786ac86e116a635729510eba51b72a88c', '40.77.167.175', 1679871311, '__ci_last_regenerate|i:1679871311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c69afacc91db7e4b60dd334fa83828178c7d7226', '52.167.144.25', 1687064484, '__ci_last_regenerate|i:1687064484;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c69be90af5a545241e7bda746ac42591e3ccb075', '200.119.168.250', 1681152628, '__ci_last_regenerate|i:1681152628;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681152177;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c69dc37c5792cb72c116306a705f35d1a62334d9', '17.121.113.179', 1653574248, '__ci_last_regenerate|i:1653574248;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 ('c6a3a736540cb275eb78f0431beb0a63d02e3c4e', '114.119.135.187', 1687595024, '__ci_last_regenerate|i:1687595024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6a921e00206dc68da869d8eb2a1ee1c9753e173', '190.56.51.144', 1687090072, '__ci_last_regenerate|i:1687090072;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687090068;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ab91206d60620b65e0a73a59d8e6824efd7c18', '190.56.32.35', 1671917741, '__ci_last_regenerate|i:1671917741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671917337;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ad5245a73f98aa7e5a710b1cfb07068964b88b', '45.129.18.210', 1652179041, '__ci_last_regenerate|i:1652179041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b2c759b605102a9b079e7e02df51aea9d5913c', '200.119.174.72', 1660155556, '__ci_last_regenerate|i:1660155556;requested_page|s:18:\"admin/pos/view/645\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660135451\";last_ip|s:15:\"200.119.168.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660154872;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b3fb03a940fbd9499d0f9308a20c803bf5a96c', '114.119.128.57', 1685123408, '__ci_last_regenerate|i:1685123408;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b49884e2828d205ba71eb051bc1e7b2b968a6d', '114.119.148.88', 1686144259, '__ci_last_regenerate|i:1686144259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b55070bd8b837aaa3ed0525cf972124cc62e7d', '200.119.174.9', 1674322516, '__ci_last_regenerate|i:1674322516;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674322467;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b5ce1b0af14cd3ea58ab543d3e6c4e10af696b', '207.46.13.4', 1666684936, '__ci_last_regenerate|i:1666684936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b712988c5d5a036b1e6d775341120292beb941', '40.77.167.79', 1654004500, '__ci_last_regenerate|i:1654004490;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b7853bf9b45c216e17d6b0b6fa85374d404c91', '146.59.157.229', 1650749965, '__ci_last_regenerate|i:1650749965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b7f722e5e7f9982c460b3405613dbbd3791ccb', '52.167.144.63', 1687156543, '__ci_last_regenerate|i:1687156543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b84866f8418bae7fc245f4c1a8aebd8b6d04fa', '157.55.39.194', 1674398129, '__ci_last_regenerate|i:1674398129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b8f96491ba93fa8edb434c3294b1db9fb05740', '54.36.149.25', 1679100142, '__ci_last_regenerate|i:1679100142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6bcfc3de65895cc0c576c0c2b7696d097824666', '207.46.13.160', 1673444154, '__ci_last_regenerate|i:1673444154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6bd7b28f591bd25b8ac6c90e4faf14ef3cc38a1', '54.36.148.136', 1685820612, '__ci_last_regenerate|i:1685820612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6be40a4586e00ec96539870e7d54ffa1271cc0a', '190.56.50.6', 1667571616, '__ci_last_regenerate|i:1667571616;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667492685\";last_ip|s:14:\"200.119.174.30\";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 ('c6bf66b220c325c0d9445240bb1d67ad9892c531', '35.90.219.101', 1660050902, '__ci_last_regenerate|i:1660050902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6bfb54ff5084c3a960d75565e418ea4ebf451b9', '40.77.167.69', 1663972681, '__ci_last_regenerate|i:1663972680;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c1c3b664343e13f1c9e6e4b66c17a904f62e30', '190.148.157.242', 1687011558, '__ci_last_regenerate|i:1687011558;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687011531;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c36543b10a49c3d318413eaaae5eadfb2cf2df', '190.148.157.242', 1687010532, '__ci_last_regenerate|i:1687010532;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687010525;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c4ab5f61f22decc772d274cdd86e5e63a54c41', '190.148.87.96', 1678191071, '__ci_last_regenerate|i:1678191071;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678191013;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c68934ab7a03d57a396a24a71983ef68e3251e', '200.119.170.0', 1656426776, '__ci_last_regenerate|i:1656426776;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656419997\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656426776;register_id|s:2:\"33\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-27 09:12:39\";error|s:89:\"El registro no está abierto, Por favor digite el efectivo en mano y pulse Abrir Registro\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c7b42c5fe418d0ef4c165b58c1e28717fb34c2', '40.77.167.123', 1683658296, '__ci_last_regenerate|i:1683658296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6c8d4a2dc9f6e7aa79415b550fbc7e899ff715f', '200.119.173.78', 1682952762, '__ci_last_regenerate|i:1682952762;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682940499\";last_ip|s:14:\"200.119.173.78\";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:\"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 ('c6c9664e457c8fed05fe2504a13dc63d650afc6f', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6cacb5f99cb5221267306f198e707bd1a645c79', '74.208.2.160', 1672659831, '__ci_last_regenerate|i:1672659831;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6cbcc6cfe5beec5795f12bac9a2f2dfcd6519d6', '51.222.253.3', 1686456061, '__ci_last_regenerate|i:1686456061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6cdd5961a528d56fa3eb12f572b475519dd6352', '190.148.158.175', 1672168246, '__ci_last_regenerate|i:1672168246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672168073;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ce473e32600366d2d8bc6c43e417453294cbfe', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ceb8cbce48a5588a5ad69a98f06cc3a60e51ea', '190.148.252.112', 1667777882, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667777882;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667777872;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6d009684ec3d691aab03d235528ccfe47ea760e', '207.46.13.10', 1671062419, '__ci_last_regenerate|i:1671062419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6d1000b8279c4deb7701519c821244d1f9f6d2d', '51.222.253.11', 1673329667, '__ci_last_regenerate|i:1673329667;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6d39376dbcd0836e0364de5adf1fd0271a3a7de', '40.77.167.27', 1658857526, '__ci_last_regenerate|i:1658857516;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6d99b510a866621224b80af585e57ec1e546a89', '146.59.157.229', 1650749805, '__ci_last_regenerate|i:1650749805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6d99c7c8a9085b6f124b86b03ee9268ff167ae8', '51.222.253.14', 1684489838, '__ci_last_regenerate|i:1684489838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6dab032a369f03bb07d67d7cda582275d7e11b3', '93.158.90.164', 1673525316, '__ci_last_regenerate|i:1673525315;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 ('c6dbb661619178ad4657e7d0525d6f30da2bb6c5', '54.189.131.232', 1674047551, '__ci_last_regenerate|i:1674047551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6dc066030e133b14da67cbd9ecd508b1ffbf5bf', '52.167.144.164', 1679212441, '__ci_last_regenerate|i:1679212441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6dc9a091fe97780f4cd54b42c786cf5b6efa914', '52.167.144.61', 1687927165, '__ci_last_regenerate|i:1687927165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6dcd1dca248bdd8bfb065cb56948d5d26dd8a4e', '5.188.62.21', 1656453010, '__ci_last_regenerate|i:1656453010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ddfda28ae62396455716b9826ebe334b5377cc', '200.119.169.5', 1654825802, '__ci_last_regenerate|i:1654825802;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654793848\";last_ip|s:15:\"200.119.173.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654824924;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6de21292b23887000450047d1074f19d5447f5f', '217.182.192.90', 1674396140, '__ci_last_regenerate|i:1674396140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6dec8acb2bcd123b18b16de04b5cba7def7967b', '52.167.144.82', 1687351052, '__ci_last_regenerate|i:1687351051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6e113692ae5390c71203d90c137765179610c8e', '190.148.252.178', 1657543221, '__ci_last_regenerate|i:1657543221;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657543203;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6e24213c2726083798f47ab082704bb226d4513', '190.148.157.53', 1683757319, '__ci_last_regenerate|i:1683757319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683756559;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6e58d5278e655ba7055818b2a976119a72141df', '144.76.67.169', 1676799059, '__ci_last_regenerate|i:1676799059;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6e5c4d6ad4dd3dd401495bcd2959df9fa5fa428', '190.56.55.184', 1653410300, '__ci_last_regenerate|i:1653410096;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653324133\";last_ip|s:14:\"190.56.173.175\";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 ('c6e90c8f44454124f4c71565a6252dad78f6679e', '157.55.39.88', 1662715239, '__ci_last_regenerate|i:1662715239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ebb0feba2effb7772f5a0b514f0d7efcdcd1db', '207.46.13.230', 1658024458, '__ci_last_regenerate|i:1658024458;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 ('c6ec42f501a6d84c6ccbc7ed45b20270b2719950', '207.46.13.41', 1671315872, '__ci_last_regenerate|i:1671315872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ed912e70c951c29990c8cbf107ecc4661bd8f0', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ee0ea590f558eface6bfda08dc3f4cfe3bced5', '207.46.13.212', 1677208501, '__ci_last_regenerate|i:1677208501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f1be633647587f5e1e573c8bea79100a415006', '200.119.168.250', 1680714985, '__ci_last_regenerate|i:1680714985;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680714930;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f6b1cf0e80158649d59777db736630148cb368', '190.148.158.69', 1685453187, '__ci_last_regenerate|i:1685453187;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685453187;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f6f4dddc0ae6cfe99a2be79e8c8be91775950d', '190.148.87.96', 1678392506, '__ci_last_regenerate|i:1678392506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678392499;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f787362a46ad1f72be328ce76b1c6010d2dad8', '66.249.79.201', 1681453158, '__ci_last_regenerate|i:1681453158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f8e95056245bf2b88abf01f24bcb0713fa1f1d', '17.121.113.23', 1660887492, '__ci_last_regenerate|i:1660887492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6f9c22236b37680c34e17d595b244ac3cee7029', '17.121.115.204', 1659158929, '__ci_last_regenerate|i:1659158929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6fb51c0bf6536c03d2fd86c9aef459fdcd7dcf9', '54.185.206.111', 1669382173, '__ci_last_regenerate|i:1669382173;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 ('c6fb54cff4ba105b01c97543215b98763c881dfd', '190.148.87.1', 1663684337, '__ci_last_regenerate|i:1663684337;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663682931\";last_ip|s:12:\"190.148.87.1\";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\";last_activity|i:1663684011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6fbb237b7146b5d716c44a2ba6e8f16317fac75', '52.167.144.166', 1686901537, '__ci_last_regenerate|i:1686901537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6fc1d76acc9593c5f88edc935f6465ac76e316e', '40.77.167.114', 1678514390, '__ci_last_regenerate|i:1678514390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ff06d9162d70888c2090d77ae85e063dab7df6', '190.56.32.35', 1672015256, '__ci_last_regenerate|i:1672015256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672015248;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ff580215e2319f334af07f3b7e4663a02b07a7', '157.55.39.227', 1688472076, '__ci_last_regenerate|i:1688472076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ff8f54ef6cec7ee3ceb0c0c4ea9b219a25da06', '190.148.157.53', 1683844567, '__ci_last_regenerate|i:1683844567;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683844559;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70104fc5c51a6255e04c32901b967696f1c9045', '17.121.114.44', 1659892952, '__ci_last_regenerate|i:1659892952;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 ('c705c82d893afcee44a45e7f3c9b0385dbe2c07a', '190.148.252.177', 1674085846, '__ci_last_regenerate|i:1674085846;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674085841;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7070bcf67b2a1341e19ce01afa0037d4488a6ac', '40.77.167.27', 1658807595, '__ci_last_regenerate|i:1658807595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7089f27feab943ca9c148f321a7c7ec69e9cf57', '35.91.198.123', 1666554189, '__ci_last_regenerate|i:1666554189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70d5b86bfcb85429a7867148d472b413fdd0f6f', '190.148.158.175', 1672526435, '__ci_last_regenerate|i:1672526435;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672526430;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70defa3dbdaf2373691030300faa28b504975da', '54.244.96.81', 1651368407, '__ci_last_regenerate|i:1651368407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70f33df5b53cc23439716f6c2dbd3e94e2c4539', '114.119.143.158', 1688117272, '__ci_last_regenerate|i:1688117271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70f675e60903c7f0d05f33f044fb3fdccda0429', '114.119.156.55', 1688576647, '__ci_last_regenerate|i:1688576646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7102b6050f52e42b2e809cd801e88969d458b00', '51.222.253.4', 1675125580, '__ci_last_regenerate|i:1675125580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7124e1b129b44bb1c7726a64efc13cb98bbcc74', '66.249.74.105', 1682537292, '__ci_last_regenerate|i:1682537292;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 ('c714bb9e5814b1134915a5d1a7e5556db5463db0', '52.167.144.164', 1685050131, '__ci_last_regenerate|i:1685050131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c714e92810b0aafb46eaa61a8caa37a1aaa55f21', '40.77.167.37', 1668367160, '__ci_last_regenerate|i:1668367160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c71899bf4855bf96037cab329ee598d32d0fb1f5', '157.55.39.215', 1678324810, '__ci_last_regenerate|i:1678324810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c71ae927273b8cea065ea0b4a7558a95dae23f39', '54.36.148.109', 1680859702, '__ci_last_regenerate|i:1680859702;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 ('c71bde2b18e41c87c3c30c5c9718b69ee5607968', '101.251.204.98', 1671935580, '__ci_last_regenerate|i:1671935580;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 ('c71c3b50061df18fa55eb22fa136ee6f8d32b583', '144.76.67.169', 1676799044, '__ci_last_regenerate|i:1676799044;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c71c7c2e7d7bdf22172a405a4e41ea206f9516db', '114.119.154.135', 1688164462, '__ci_last_regenerate|i:1688164462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c71f70d213be721f6af2dd0f25fd0c2c999ecc00', '52.167.144.74', 1688060705, '__ci_last_regenerate|i:1688060705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72005c00c2c9fb13d86d480e42acda885f627eb', '36.40.72.66', 1670347458, '__ci_last_regenerate|i:1670347458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c720828b4b2ccc2bccb7a261b015e0a1c5a24fd5', '200.119.170.221', 1664293175, '__ci_last_regenerate|i:1664293175;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664293165;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c724ab528669941707f07aec24e5bb3106d7d506', '190.56.50.15', 1667231961, '__ci_last_regenerate|i:1667231961;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667231880;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7256888b7c9a376a346b7f18261d7553b9170d5', '190.148.157.80', 1669465747, '__ci_last_regenerate|i:1669465747;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669465532;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72580e978d9ab5b718f4f8f1d7991c4b8c6a21e', '40.77.167.106', 1687175101, '__ci_last_regenerate|i:1687175101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7259a0c03fdbaf048c4c4767f88e2e16e1fa76f', '54.36.148.233', 1666656214, '__ci_last_regenerate|i:1666656214;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 ('c7270cabee0039acc127203139d6f7a1fda38a64', '52.167.144.98', 1686648429, '__ci_last_regenerate|i:1686648429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c727498a59c05426319657f1f33bed26f846ec28', '114.119.144.84', 1684209929, '__ci_last_regenerate|i:1684209929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7280d79e02d354af91bf0c5e618091ec295a36d', '114.119.138.111', 1688173152, '__ci_last_regenerate|i:1688173152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7285f953478037461c1de2130f85d2933be868d', '207.46.13.12', 1676121503, '__ci_last_regenerate|i:1676121503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72aeb3ef8ad189bed260f0491bd19c32ccaf682', '190.56.55.113', 1673642299, '__ci_last_regenerate|i:1673642163;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673628158\";last_ip|s:13:\"190.56.55.113\";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\";user_csrf|s:20:\"ZPKVwj3SBDHAX4LpYabg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72b20deaadb160ca8b7cadd0b9f7ea922609165', '40.77.167.156', 1678720188, '__ci_last_regenerate|i:1678720188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72bf2f9d08887ee297c46803af438e2bc85569f', '114.119.152.33', 1684643910, '__ci_last_regenerate|i:1684643909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72c65a1fe0e18934ff45ae7ce13e3d4fc8da9b4', '40.77.167.37', 1668834604, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c72eb46a2ac56ce8575f9f03e9002cf4e69cb53d', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c732bba08d9fbcffc168ccedba706468b4ae6d75', '190.148.157.83', 1687733925, '__ci_last_regenerate|i:1687733925;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687733890;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c732e68ca8cde6c60b3c810a7e69c747e29316c2', '190.56.55.113', 1673747692, '__ci_last_regenerate|i:1673747643;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673747691;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7338fb550ed45b94e069fdeb486c58531db3500', '190.148.252.111', 1677783463, '__ci_last_regenerate|i:1677783463;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677783458;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c733f7173806cc0c7a7ebe8fb3acb8b7b7538ca7', '200.119.170.168', 1670688085, '__ci_last_regenerate|i:1670688085;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670687980;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7342578b969dc8d7eb00b2a5955ae2bfd3734c1', '40.77.167.123', 1683285580, '__ci_last_regenerate|i:1683285580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c73660df4b931ed95a0c567dc8358ca7d3a11f7a', '34.101.34.255', 1654653642, '__ci_last_regenerate|i:1654653638;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 ('c736640a984fbc88eeb3ee2c6647be3f167f670c', '17.121.115.89', 1659877134, '__ci_last_regenerate|i:1659877134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c736b4379cd40eeab8f19266b88242ac04da1241', '200.119.173.133', 1660917806, '__ci_last_regenerate|i:1660917806;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660863183\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660914652;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7383a2a68e1a3b8f00105bf203d4059e17a5507', '51.222.253.20', 1684575600, '__ci_last_regenerate|i:1684575600;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 ('c7388927da777530df0477c5c63922b6e03947ce', '54.36.148.217', 1656503225, '__ci_last_regenerate|i:1656503225;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 ('c7389734b37d52ec3b844ac1b1a8bf54b95ca6e4', '157.55.39.164', 1663288792, '__ci_last_regenerate|i:1663288792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c73c0de6871d725acd222e0b2a8b372c9e47078c', '207.46.13.205', 1671234196, '__ci_last_regenerate|i:1671234196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c73c21ccf7d69829d40d4b99951424dff7fe9228', '40.77.167.224', 1686974777, '__ci_last_regenerate|i:1686974777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c73dfa1b880ed675394715f9edada499028fedeb', '114.119.137.3', 1684279030, '__ci_last_regenerate|i:1684279030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c73ef28cb4e503a50be61a3143ce6c0af32e6c3b', '52.34.99.101', 1673530964, '__ci_last_regenerate|i:1673530964;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 ('c73fc64518719d35a1e57f87b192cb57066d1922', '190.148.157.98', 1679316918, '__ci_last_regenerate|i:1679316918;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679316902;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7400f18791b8a533ffc634c216c00c1ec9dfb19', '191.102.150.206', 1675828272, '__ci_last_regenerate|i:1675828271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c740b53489edcdd7207456744aa23609e0f0bcb0', '51.222.253.5', 1680787291, '__ci_last_regenerate|i:1680787291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74234a76d9faf0569618fa7266e8f8563cfe345', '54.36.148.233', 1669980713, '__ci_last_regenerate|i:1669980713;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 ('c742ad9b13d8d1761d2a3439e97e9ab2ce99a605', '190.148.157.99', 1662587366, '__ci_last_regenerate|i:1662587366;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662568982\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662587353;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c742c56b5f1e3bd4068291580401282b4983944f', '200.119.174.9', 1674413753, '__ci_last_regenerate|i:1674413753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674413662;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74303b2a0fd9305bcc993aa51f2c1197f24f1e8', '66.249.73.228', 1652201745, '__ci_last_regenerate|i:1652201745;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 ('c7435b0369ceb12abba47e6f7ebcb1d2775dc874', '190.104.119.171', 1667599363, '__ci_last_regenerate|i:1667599363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c744a80f25c150c2645ebc54f7cf89a3f86d1db9', '157.55.39.105', 1673863934, '__ci_last_regenerate|i:1673863934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74607f2f506784d4e80ade37d59fbde69e4e47d', '157.55.39.217', 1683534314, '__ci_last_regenerate|i:1683534314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7460e8a7cabf3681d7a0e4d7120c1ed36c80ea9', '190.56.50.253', 1682778871, '__ci_last_regenerate|i:1682778871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682778041;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c748d0b615a1acfe1c5bc5ae0c79b0baaded044a', '207.46.13.6', 1672215481, '__ci_last_regenerate|i:1672215481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7492b8755c7a682b7d1fab2d620d79a44115570', '190.56.32.35', 1671663043, '__ci_last_regenerate|i:1671663043;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"XVgJKYU3Qa5pvI1ZbWwi\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7498c03a593401f046663e2cfaa2b45c98b0f1b', '52.167.144.98', 1684593275, '__ci_last_regenerate|i:1684593275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c749f676100bc4d90a0d827007f5954eefebf89d', '157.55.39.125', 1655093948, '__ci_last_regenerate|i:1655093938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74a98866f0fb6ecb287d4a7215404f048e5054e', '190.148.252.111', 1677882400, '__ci_last_regenerate|i:1677882400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677881695;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74b4df2a990b80d570ca58cf48dc26dd9c6b95f', '114.119.152.246', 1687195462, '__ci_last_regenerate|i:1687195462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74d12c9a211b5ac8f9f13620ab14983985f8dcd', '66.249.79.208', 1664324590, '__ci_last_regenerate|i:1664324590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74d1aa4388169a09f3205af2a00785c0324ea13', '190.56.55.48', 1687561618, '__ci_last_regenerate|i:1687561618;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687561592;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c74dc8f2f1ae0106eb584d710a28e00096a67572', '157.55.39.200', 1667037550, '__ci_last_regenerate|i:1667037550;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 ('c74f9c7cc27ab84759b6d414cf7f9fbbccc3c3c4', '200.119.173.137', 1661870354, '__ci_last_regenerate|i:1661870354;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661822071\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661870348;register_id|s:2:\"88\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 08:23:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75140f26b08335bcd6759f35e29a319f16bab41', '190.56.54.156', 1665276603, '__ci_last_regenerate|i:1665276603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665276302;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c752ab7f6201f4e43cdbae7e4d3b70c90b671897', '190.148.252.183', 1681731631, '__ci_last_regenerate|i:1681731631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681731629;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c753397d7474e5ba89a98f93c5d5bba18fd95ec8', '17.121.115.151', 1655572910, '__ci_last_regenerate|i:1655572910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c753a70975f3c9b5dcefb3c2cfc67dd4d0f36c8d', '207.46.13.11', 1669293129, '__ci_last_regenerate|i:1669293129;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c754623e2ee469f091bf6cef9dee66d4f854385f', '40.77.167.56', 1673444164, '__ci_last_regenerate|i:1673444164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c757c1b0e4d5aa9ac33914cd82ccb9376c9291ad', '66.102.8.87', 1657078172, '__ci_last_regenerate|i:1657078172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c757f098a8fa67ce1f93571f49a1e0790b935497', '157.55.39.51', 1669028662, '__ci_last_regenerate|i:1669028662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7590156ca979acc551fa1cf0764590088dfb429', '190.148.157.127', 1668295260, '__ci_last_regenerate|i:1668295260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668295256;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c759717756570ef97cc55af6ab83224385bcc32c', '114.119.130.125', 1685499309, '__ci_last_regenerate|i:1685499309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c759ca1f65c3a18651a1be1fa4248066cbaf7b9c', '157.55.39.51', 1669577810, '__ci_last_regenerate|i:1669577810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75a1d9caccfe85a08cce5af8504ab1f78e0530e', '200.119.168.48', 1668100796, '__ci_last_regenerate|i:1668100796;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"F0VLmnstWMpuQYfbyoJC\";remove_pols|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75aa24c2c8b8aae5642ad884c61ec3f1abb4ede', '200.119.173.177', 1684961440, '__ci_last_regenerate|i:1684961440;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684961434;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75af2d0f4b42c26aaff79a414982ff4506ca836', '40.77.167.79', 1654228666, '__ci_last_regenerate|i:1654228656;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75bccc4db2329a3b510b02e16864e51848cc767', '143.110.229.112', 1688048734, '__ci_last_regenerate|i:1688048734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75cbe88a60d2dc19db82942c4a006afa408bdc3', '190.148.157.83', 1687719433, '__ci_last_regenerate|i:1687719433;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687719430;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75d3cd5aa5cdd1fd2ceefb750e15eabf1d2e085', '190.148.157.177', 1682283622, '__ci_last_regenerate|i:1682283622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682163063\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682283612;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75d7acca2fd329215d484defea914833703a175', '69.167.12.35', 1681555077, '__ci_last_regenerate|i:1681555077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c75ffd996b2cbc5e231e0e354f58d073bb9d185e', '52.167.144.28', 1679494247, '__ci_last_regenerate|i:1679494247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c760071f0f38df9f919466356503c60b64e5f55e', '207.46.13.113', 1675923243, '__ci_last_regenerate|i:1675923243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c762dcb72933aaa7ea0be725641ed0ba70313181', '40.77.167.56', 1673444164, '__ci_last_regenerate|i:1673444164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c763553b724ca5d702e906ceaf10f9b12f4d7e29', '114.119.146.252', 1686725262, '__ci_last_regenerate|i:1686725262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c764a488054a9b84d48010d6e7be2679d6ba47c5', '200.119.174.9', 1674223400, '__ci_last_regenerate|i:1674223400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674223396;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c76577b877d71263bb6129b26de9c2d4698b4aa6', '54.227.32.154', 1651400296, '__ci_last_regenerate|i:1651400296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c765da967c0ecca03076d4af4ce4824d1022d32c', '157.55.39.217', 1683265892, '__ci_last_regenerate|i:1683265892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7672a97d497f8f0faae1bdda27dc683e784e008', '157.55.39.69', 1671854322, '__ci_last_regenerate|i:1671854322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c76a29b3874ab54f778a769bfdbf402d767a58f4', '52.167.144.98', 1686414266, '__ci_last_regenerate|i:1686414266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c76a93a93bceda14887b7466829f79dcfe0a139f', '192.71.23.211', 1662143848, '__ci_last_regenerate|i:1662143848;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 ('c76ab6e73bbda1ffd8ee51447f12ff7575bcc7b2', '18.206.55.48', 1651586860, '__ci_last_regenerate|i:1651586860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c76e2efdc150e2dbccba681c78c44786d18b904f', '157.55.39.200', 1667032066, '__ci_last_regenerate|i:1667032066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77084876f209978a8759019d3cb7adcd30cc84b', '40.77.167.45', 1670241219, '__ci_last_regenerate|i:1670241219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7720a906f0843d15b96882a469b781c2d9ac434', '190.148.252.178', 1657401464, '__ci_last_regenerate|i:1657401343;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657376129\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657401464;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c772fbb961edd959b0856ae3a62c0e71e38d52cf', '51.222.253.18', 1668648340, '__ci_last_regenerate|i:1668648340;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 ('c773d46f798ad1c56e2c7aa00c0aabd54bd51411', '144.76.67.169', 1661938689, '__ci_last_regenerate|i:1661938689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c775fd903a0937bfe65eb0231dbdfd6933109802', '157.55.39.125', 1654819365, '__ci_last_regenerate|i:1654819352;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7767fd5d4a861e725f628d5d20e7ffded2513b5', '207.46.13.17', 1674137966, '__ci_last_regenerate|i:1674137966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77764c44f769b0cdd4b8215385652e204e8c006', '130.255.166.11', 1687905063, '__ci_last_regenerate|i:1687905063;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 ('c77818559d947093a615f954b8e3916c9a3e63ad', '190.148.252.235', 1666889649, '__ci_last_regenerate|i:1666889649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666889639;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7784f8d765bd81237621c5048362d74dd23de8d', '51.222.253.6', 1686576733, '__ci_last_regenerate|i:1686576733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77968f5fd61947fa514d2ce11866bd6a46f1fdf', '157.55.39.173', 1668631553, '__ci_last_regenerate|i:1668631553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77b7de2bccdc5e53a6e1a30b6d6e09b0812a81e', '52.167.144.70', 1688283071, '__ci_last_regenerate|i:1688283071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77b8095bc1d1d457423225a145936aa112a1e61', '190.148.158.164', 1667340421, '__ci_last_regenerate|i:1667340421;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667340380;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77b893fcf5cd986edd3cb2bf79f6aa9ca76993f', '190.56.50.15', 1667227812, '__ci_last_regenerate|i:1667227812;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666801301\";last_ip|s:14:\"200.119.170.16\";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\";user_csrf|s:20:\"2GAMvV5kmuXJoOThbpUS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77bc3c3542f1268b5825dc9681dadc5e79ca763', '190.148.87.99', 1688414989, '__ci_last_regenerate|i:1688414989;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688414855;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77dc664cc13ad958457163a52ff7c204acebeb4', '190.148.157.80', 1669645662, '__ci_last_regenerate|i:1669645662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669645543;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77df87fafdebaa14c22ffed994efc4479e69690', '114.119.151.17', 1688192437, '__ci_last_regenerate|i:1688192437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c77e6ed733a45f319eeab91a990a92aa17914edc', '17.121.114.162', 1652163943, '__ci_last_regenerate|i:1652163943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c781c264e0965f074fe54e7a2a8bc5e69925ad97', '190.56.54.77', 1666290387, '__ci_last_regenerate|i:1666290387;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666289647;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c781eba24a298de330e20879aa60d065f34b0bca', '200.119.172.48', 1668615024, '__ci_last_regenerate|i:1668615024;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668615009;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c782a90d9daec43069c1f353052883fcb9a769da', '51.222.253.4', 1668331911, '__ci_last_regenerate|i:1668331911;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 ('c7831ff53b593c7b1ee5c081880a1ba24e83dcad', '51.222.253.12', 1666076476, '__ci_last_regenerate|i:1666076476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78325a6c95ed0b8e3f859c932a674c32180a2f4', '5.78.79.83', 1678427574, '__ci_last_regenerate|i:1678427574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7867e279e8d890ef79c9069de228b77b5007ccb', '207.46.13.211', 1679757091, '__ci_last_regenerate|i:1679757091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7886b86c21d64dfae138b7c3b76eace8fc08af2', '51.222.253.16', 1653608512, '__ci_last_regenerate|i:1653608512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78954790cfa729cea9855ff3913f7123b616477', '50.21.188.103', 1672704995, '__ci_last_regenerate|i:1672704995;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78ad3a2a8c24f1964314953ceef31f73079b5d7', '114.119.128.57', 1687507817, '__ci_last_regenerate|i:1687507816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78c8f28e8c2ebcafc067f3ed33ebeb98c936cd2', '223.247.178.167', 1664694203, '__ci_last_regenerate|i:1664694203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78ee5b1d1cbeae593c479ea14d31ab76590ec91', '51.222.253.2', 1652929523, '__ci_last_regenerate|i:1652929523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c790ab1b0a34101166d329da7524016da2bc9399', '157.55.39.164', 1654073438, '__ci_last_regenerate|i:1654073428;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c791facaee99df9046304a8812c7d2f421a3a25b', '51.222.253.19', 1652677554, '__ci_last_regenerate|i:1652677553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c792bdfffdbc803d0f6eddcd9f7f51629157610b', '51.195.90.229', 1650840602, '__ci_last_regenerate|i:1650840602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7946b19abe375372aa62f052584090be21dbd46', '52.167.144.89', 1679682708, '__ci_last_regenerate|i:1679682708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79500231b1a4b55e4cd44de265af12fd11bc477', '190.148.252.112', 1667773662, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667773662;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667773656;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79730a03314a7d5c8f5c2fdbe331b15f497613d', '52.167.144.154', 1687876788, '__ci_last_regenerate|i:1687876788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7988e438b2a982ed93efd985c3859e14cd75596', '40.77.167.101', 1661763920, '__ci_last_regenerate|i:1661763920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79920273efeacb3db4af2bb6938c3e62a030de0', '104.131.94.164', 1657274124, '__ci_last_regenerate|i:1657274124;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 ('c79960f48c07b073f5a49941d87bb75b4385b799', '200.119.168.250', 1681079990, '__ci_last_regenerate|i:1681079990;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681079316;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79a2780d70081c97bdac018ccfa9d5e42804694', '157.55.39.68', 1667403396, '__ci_last_regenerate|i:1667403396;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79bfefa0f72a8105b0893ce6e1fb5a0cc659a27', '40.77.167.166', 1676177410, '__ci_last_regenerate|i:1676177410;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c79f6855e6a2505c63acf3ada757a2131d2b548a', '52.167.144.56', 1676053802, '__ci_last_regenerate|i:1676053802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a06952ac1155f8861ae52f97926f80b0e577c1', '72.13.62.27', 1681394110, '__ci_last_regenerate|i:1681394110;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 ('c7a0ab67ddeee5b355c3379ab4377c721a8ac9b8', '40.77.202.49', 1666264809, '__ci_last_regenerate|i:1666264809;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 ('c7a20aab9057fa530622bcd3644a3fb7ce00e9bc', '200.119.170.143', 1670252206, '__ci_last_regenerate|i:1670252206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a2cd8701d30c8704e9ac26764eaa36936a35b7', '207.46.13.134', 1673599826, '__ci_last_regenerate|i:1673598854;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a3ee77610bbc2cebdde9ddf1cb131d46c588b9', '157.55.39.231', 1672476853, '__ci_last_regenerate|i:1672476853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a486b8f6c86de515935c51599796efab5ca646', '52.167.144.74', 1688064305, '__ci_last_regenerate|i:1688064304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a6a1af805239a0c648c2b92eb3e9c236bd35ab', '190.148.87.182', 1679851650, '__ci_last_regenerate|i:1679851650;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679851599;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a704dbc7d8da875de1afafc8e52567bc9eb382', '157.55.39.79', 1668934962, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a7524caa811e7de04357fb7368441b9a3560fb', '40.88.21.235', 1663631823, '__ci_last_regenerate|i:1663631823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ad2667b383b66d3b0d54461cbc4315be0bd066', '190.56.32.32', 1686230416, '__ci_last_regenerate|i:1686230416;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686230408;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ad8a0c5aca8697fd30082d5dd53fd3845919d2', '17.241.75.218', 1681478464, '__ci_last_regenerate|i:1681478464;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 ('c7ade4129f0929ff18bbffa096182804f1c58cfe', '157.55.39.169', 1668151719, '__ci_last_regenerate|i:1668151719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ae1ac8f7c4c46d93b71450da815262f2cc2188', '52.167.144.160', 1685927732, '__ci_last_regenerate|i:1685927732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7af6b89bc9f772f8ecca8e9c37685bcf317d7c3', '208.91.69.20', 1679303898, '__ci_last_regenerate|i:1679303898;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 ('c7b191572ab440c0d544f3a18b7838b260947d53', '52.167.144.82', 1687355420, '__ci_last_regenerate|i:1687355420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b1a2965343b0e2ef171c520d28c7114e50fb6b', '190.56.54.156', 1665422203, '__ci_last_regenerate|i:1665422203;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665421886;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b27f6bfceb43a306ce7ae44acf16d97bc05642', '207.46.13.217', 1684055517, '__ci_last_regenerate|i:1684055517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b2844253ffbd67a083ce85d72ecb07f356867f', '190.148.157.177', 1682116973, '__ci_last_regenerate|i:1682116973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682116963;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b2c0a923ba09ace3a64e3121296316f87a297f', '200.119.168.250', 1680699176, '__ci_last_regenerate|i:1680699176;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680699000;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b54f8b55212eeb1dcaa18f528ef8053f5a094f', '40.77.167.191', 1682053710, '__ci_last_regenerate|i:1682053710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b60874170bd70dc8ab7481c6108331f0280902', '114.119.149.81', 1688064657, '__ci_last_regenerate|i:1688064657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b680582b5541dab15b1158de4a460fa5c34bf8', '200.119.168.250', 1680823327, '__ci_last_regenerate|i:1680823327;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680823223;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b79165132d25deca43e56bb56d3ac60201a1c0', '40.77.167.123', 1683527518, '__ci_last_regenerate|i:1683527518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b798e6784c7bc5d0db7917df173f34eca8a1d2', '52.167.144.162', 1686577682, '__ci_last_regenerate|i:1686577682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b99746bc7a7a656c528413ebf7e6c467e2b119', '52.167.144.74', 1688191669, '__ci_last_regenerate|i:1688191669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b9c57c0175290b5e7e82ac4a529c8c1a5754e2', '200.119.168.250', 1680800354, '__ci_last_regenerate|i:1680800354;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680800291;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ba4be3f1ea778e1f672576b32761bf48cbbdad', '142.93.15.40', 1672801679, '__ci_last_regenerate|i:1672801679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7bbb091da75cc2bb66fdc0b2ba4d0706f967954', '190.148.252.116', 1653414612, '__ci_last_regenerate|i:1653414612;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409114\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"ke8Yp7yIMgrRv5uzCnOJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7bbb2191597830af34bd0e4abd3402c09685961', '3.17.157.152', 1668808897, '__ci_last_regenerate|i:1668808897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7bda72c30c6a308ca61b7292f10f11da8314db9', '52.167.144.164', 1684738806, '__ci_last_regenerate|i:1684738805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c2037f3029650395304cfa7da0a1a1724be46a', '114.119.138.111', 1688236440, '__ci_last_regenerate|i:1688236440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c3b6253a5f57af9582ef09bba789c948f4b349', '190.148.157.98', 1679157758, '__ci_last_regenerate|i:1679157758;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679157755;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c499f228c89c8c6992118d9af11029cf07b9e7', '52.167.144.164', 1686692120, '__ci_last_regenerate|i:1686692120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c5f3e053b8d162b234fe9af92827749ab1a3a8', '190.148.157.177', 1682209022, '__ci_last_regenerate|i:1682209022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682209006;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c8e43409a0ba6b62515d2badf8d85fc2315b0d', '200.119.174.72', 1660162073, '__ci_last_regenerate|i:1660162073;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660156542\";last_ip|s:14:\"200.119.174.72\";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\";user_csrf|s:20:\"18badxgezBSsOA9Kk2D7\";last_activity|i:1660157214;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c914e287dd7102f31f19edc0bdd452357b2889', '51.68.136.107', 1666164791, '__ci_last_regenerate|i:1666164790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c92ae97264e83335fce439d4ed8b0c85a96b0c', '190.148.158.69', 1685969452, '__ci_last_regenerate|i:1685969452;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685969447;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c93ab0ae3ea654a5e836ba28f673c2231b8ae8', '52.167.144.98', 1685484970, '__ci_last_regenerate|i:1685484970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7caf58d84f76eb68bb5e34d303da62df43e48e2', '114.119.153.38', 1688323832, '__ci_last_regenerate|i:1688323832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7cef42cad99971d14487bd223c047ca70d96726', '51.222.253.6', 1673913853, '__ci_last_regenerate|i:1673913853;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 ('c7cf98f9c7ca0407bbc5ffdf52cbd0e89cdc2509', '5.188.62.21', 1656417119, '__ci_last_regenerate|i:1656417119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d20221b574b998332f8441a98f29eeb6d5ca5d', '51.195.90.229', 1650841010, '__ci_last_regenerate|i:1650841008;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d28b13430f5743c64638f81fbfe473c194dc5c', '52.167.144.164', 1686177911, '__ci_last_regenerate|i:1686177911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d99585cb8223c3b03d7f1f657f9b2e632834f7', '190.148.252.151', 1671379444, '__ci_last_regenerate|i:1671379444;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671379224;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7dad97c59a1f81f9eaffbc31e3aa6d6b3c0fe2b', '82.80.249.158', 1668921152, '__ci_last_regenerate|i:1668921152;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7db592a340c26b94537bb9ddb43d159833e0916', '190.148.157.165', 1667999688, '__ci_last_regenerate|i:1667999688;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7dcdb04d21938dc3143cecddaf66871af10ae44', '52.167.144.31', 1681342831, '__ci_last_regenerate|i:1681342831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e1862a25eed44d4d057f09010cb3cc0a8771cf', '190.148.157.177', 1681934691, '__ci_last_regenerate|i:1681934691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681934678;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e2be14fb1416d6f89dc2e33eea97315a8e5c15', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e317847c76fcd4c192b95301be9e34b607a08b', '200.119.168.250', 1680809238, '__ci_last_regenerate|i:1680809238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680809006;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e61dce6e17b97abe7892a0b396aa19e69f2fc1', '157.55.39.65', 1661164954, '__ci_last_regenerate|i:1661164954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e82154092b23b2e3fe2b512a3724c43a6c2788', '190.56.49.187', 1688048960, '__ci_last_regenerate|i:1688048797;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1687294806\";last_ip|s:12:\"190.56.55.48\";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 ('c7e853fe88d9a8c7a9381501fd2d12d794c9ab3f', '5.188.62.21', 1656446201, '__ci_last_regenerate|i:1656446198;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e942850324ed8f4a5ba2209350eacdf5a55efc', '190.148.157.206', 1656597814, '__ci_last_regenerate|i:1656597789;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656553341\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656597814;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7e9cff072677cbb78efe8623ba044784bd5615c', '190.148.252.183', 1681237343, '__ci_last_regenerate|i:1681237343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681237304;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7eb51656c18db05cc1e17bc06cbf50695e4badf', '52.167.144.171', 1685179200, '__ci_last_regenerate|i:1685179200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7eb5600a715762113d089e45b85764086a144e2', '91.215.191.57', 1659567626, '__ci_last_regenerate|i:1659567626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ec3d57506f4d4bee7a4814d92ebcfeeb0f62f1', '190.148.252.151', 1671034730, '__ci_last_regenerate|i:1671034730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671034687;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f08c8cf1c0cb6412ca6593f9c8c657f32d13d9', '157.55.39.46', 1672812008, '__ci_last_regenerate|i:1672812008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f0ae7887ddb77562bea953801c2f402e829078', '114.119.128.34', 1686645467, '__ci_last_regenerate|i:1686645467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f0c6f7aa3ec765c3b046afcde3a59ca02b057d', '137.226.113.44', 1656551100, '__ci_last_regenerate|i:1656551100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f2ef7cd7b0f4288f78b3321cb3c26bd30669c5', '114.119.128.40', 1687599872, '__ci_last_regenerate|i:1687599872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f3a3d3e9731068cd5433a4b895ea8da0972780', '52.167.144.98', 1685451297, '__ci_last_regenerate|i:1685451297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f45237d7daacf40fff0673fcabecee683acd61', '40.77.167.42', 1670961792, '__ci_last_regenerate|i:1670961792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f455fd2ab722364a8f9c7ffa1af4d6d97f5023', '207.46.13.12', 1675444702, '__ci_last_regenerate|i:1675444702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f65e0345953dfae7e70c4aaaee5271bf4f63d1', '200.119.172.96', 1675384218, '__ci_last_regenerate|i:1675384218;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675384190;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f70fe47f00490a001f6790a510c085eddbd420', '40.77.167.123', 1683640428, '__ci_last_regenerate|i:1683640428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f8a07fc2697303cff17d207c4de014eb751062', '40.77.167.97', 1670834719, '__ci_last_regenerate|i:1670834719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7f97566d976891ebe7a83a344535d7609c7f52c', '51.222.253.11', 1654653517, '__ci_last_regenerate|i:1654653517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7fcf433ddee9fc2649db9e7d722bac24c831d58', '157.55.39.54', 1658083125, '__ci_last_regenerate|i:1658083125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ff37107c09a31f47e97850c77781ed964578ce', '51.222.253.5', 1663320529, '__ci_last_regenerate|i:1663320529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c80037121f90d2c8103de7dc27289f7d54015258', '66.42.57.193', 1656961405, '__ci_last_regenerate|i:1656961405;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 ('c800627cd33bc9097758731f9f9b867f3dc06e9f', '190.56.55.48', 1687365249, '__ci_last_regenerate|i:1687365249;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687365246;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8010ec7d760af5b9583488daad5d7c18d881018', '52.167.144.98', 1685403181, '__ci_last_regenerate|i:1685403181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c801161e1a005a6b0f51c7dd6bd2331210dc84aa', '190.148.158.175', 1672317813, '__ci_last_regenerate|i:1672317813;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672317785;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8020c5686d11e3161e9035f7862db22607772a8', '52.167.144.47', 1678202840, '__ci_last_regenerate|i:1678202840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c80281fa9036819fd7d782c07cb8f96d40b45fc8', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c803e7cf6549c1c1fb41302ace353c0309add047', '190.148.252.67', 1688518911, '__ci_last_regenerate|i:1688518911;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688518902;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8056ed8b07f6092c80398b2cf422c4f0a2883fc', '190.148.87.6', 1668377880, '__ci_last_regenerate|i:1668377880;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668377796;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c805f2a221299019f1b21a4e962cfa1f8677285c', '164.92.222.0', 1686831579, '__ci_last_regenerate|i:1686831579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c80906b656e7c2e31e363b37f9aa28a1e463e50e', '190.148.252.73', 1664831134, '__ci_last_regenerate|i:1664831134;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664830523;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c80dcd8e09ec85b108c63802abc0e1653f044303', '51.222.253.10', 1684482571, '__ci_last_regenerate|i:1684482571;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 ('c80f9a6e34ce309084852bba90fe8cbc3c4675a4', '198.251.73.109', 1686692726, '__ci_last_regenerate|i:1686692726;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 ('c811969f423d90cb75a60898f8ac129a17a7cd14', '207.46.13.229', 1683428565, '__ci_last_regenerate|i:1683428565;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 ('c8124423c1d1961a3681ee77f6543114a5919b11', '40.77.167.115', 1681503378, '__ci_last_regenerate|i:1681503378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c812b73fe77365216131b06a9e1543fb92dc9d73', '190.148.252.111', 1677777416, '__ci_last_regenerate|i:1677777416;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677682497\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677775826;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c812c35113a68d512a54494592589dd8988e7515', '212.83.186.254', 1660603135, '__ci_last_regenerate|i:1660603135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8134d4135b4105d478e7542c96b6d1e6152bf73', '190.56.54.156', 1665323592, '__ci_last_regenerate|i:1665323592;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665321833;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81420dc399bae4541dcd36696797d1ff0729e8b', '51.195.90.229', 1650840461, '__ci_last_regenerate|i:1650840461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81462e42373aea6df473f0d7251e58b7d491db6', '190.56.54.129', 1653430860, '__ci_last_regenerate|i:1653430860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c814da49c630265586bd342e9d8bbf80aa6beb50', '147.78.47.233', 1660896130, '__ci_last_regenerate|i:1660896130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81518ee9832e772563526e53111cecc4212c40a', '40.77.167.37', 1669419383, '__ci_last_regenerate|i:1669419383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c815cf245395ec5a6fec76c9bbd1ad51c9b6880d', '17.121.114.73', 1659975622, '__ci_last_regenerate|i:1659975622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8167f8e52dba4f8b9a62af013b91e5fff3da028', '134.122.103.247', 1687267550, '__ci_last_regenerate|i:1687267550;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81a049a98ccf6450a29821b2410b22f1e3a1204', '52.167.144.162', 1686596230, '__ci_last_regenerate|i:1686596230;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81a2d81b5a17563600289c21931753bf912400d', '200.119.168.48', 1668116159, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668116159;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668116118;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81c3d7c1eb8a8a44d8d69751800a3296f43108e', '52.167.144.42', 1679828261, '__ci_last_regenerate|i:1679828261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81c7e8a496e0ea945d727557757a9177a927cf2', '52.167.144.164', 1685019573, '__ci_last_regenerate|i:1685019573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81cc9ef8912be1d38abfa88e68d4231e444b33c', '51.222.253.20', 1661435337, '__ci_last_regenerate|i:1661435337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81dcaa3f32491fe65c0ad48fe3e37236a8f4d5c', '207.46.13.100', 1672569997, '__ci_last_regenerate|i:1672569997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81ed230e64df7cc25d41763076782bac281f3cd', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81f17bb3694744fe4519755979c7fbd7cbd946b', '50.21.188.42', 1663642570, '__ci_last_regenerate|i:1663642570;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c81fb3198807fefaca756219708806bc6563ef73', '198.244.142.178', 1676523000, '__ci_last_regenerate|i:1676523000;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 ('c8227204b6f3c5dffae4532a5559eac136062f70', '190.56.32.174', 1676908569, '__ci_last_regenerate|i:1676908569;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676908115;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c822748808ffeef33efdc337b10b6af846a8327e', '40.77.167.225', 1676638887, '__ci_last_regenerate|i:1676638887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8239dfdc09ed5f1547fd3c0fe38e17c3588d5a7', '200.119.172.126', 1652838447, '__ci_last_regenerate|i:1652838446;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652819643\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652838446;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c825161271d2d6fcdf011cd002416056e938cb7c', '114.119.138.117', 1687833815, '__ci_last_regenerate|i:1687833815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c825e95da6632f99056b1f9e38741a5227132d13', '52.167.144.82', 1687450623, '__ci_last_regenerate|i:1687450623;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c825f19bc7228d720db0db44a89c87d5c389206f', '157.55.39.144', 1666539180, '__ci_last_regenerate|i:1666539180;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c827b4173470ece23682296436e3e96ebd9e2ca3', '54.71.199.45', 1669869447, '__ci_last_regenerate|i:1669869447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c827c7c11cc998150bcabc8a086c9c70888c0b6c', '40.77.167.227', 1678426614, '__ci_last_regenerate|i:1678426614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c827cb60aa403c36fc459a686318fa899abc6e0e', '52.167.144.162', 1686109589, '__ci_last_regenerate|i:1686109589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8282065b4fa61d3ed0b45e8eb22068547266b27', '51.15.140.158', 1656192273, '__ci_last_regenerate|i:1656192273;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 ('c82883e3e4e2f2f08f9eff50036742db3c82721e', '34.212.39.128', 1684629424, '__ci_last_regenerate|i:1684629424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c829611e60761202847c4eec6399c5b575b32fc9', '51.222.253.16', 1664517502, '__ci_last_regenerate|i:1664517502;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 ('c829725fec048bd59f5b45e85ebb72b7aff752f8', '40.77.167.123', 1683192180, '__ci_last_regenerate|i:1683192180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82c3b087fdb644a9e14e137516f42f9e4386669', '52.167.144.28', 1679228117, '__ci_last_regenerate|i:1679228117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82c9174f00c88595260e5350ac78a43af9ccab8', '52.167.144.76', 1682162433, '__ci_last_regenerate|i:1682162433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82d875d9d5e003cd169c7654f3d4d4139348934', '190.148.157.183', 1680313898, '__ci_last_regenerate|i:1680313898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680313895;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82d8f775b534614df3b77522b3f415ce329eb94', '200.119.172.95', 1659549255, '__ci_last_regenerate|i:1659549255;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659549181;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c830413f8782785d9df330a78f522ac6b2c9a44a', '200.119.172.60', 1675114495, '__ci_last_regenerate|i:1675114495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c831c9fe0a4594db2c7cf894994f3078295b8aa7', '51.222.253.8', 1678034982, '__ci_last_regenerate|i:1678034982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8331375bb99decd8a7d0af9d59c4f9bd89ced3a', '40.77.167.182', 1683741397, '__ci_last_regenerate|i:1683741397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c834fe636dea7a84278b58839a47ccaef7733c52', '54.36.148.82', 1661843119, '__ci_last_regenerate|i:1661843119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c836eac87ff960a045e1c4ed747c96dccb948b6a', '51.222.253.5', 1663169813, '__ci_last_regenerate|i:1663169813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c839071a3466c36571f7446ea4381c2a4e87b04a', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c83ac22d23cd5b07d0f791bf36ff35045e5c81ab', '40.77.167.123', 1684025458, '__ci_last_regenerate|i:1684025458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c83c1c3ca53da73b178bc4befe0a68b2a315b4e4', '190.56.32.162', 1686274703, '__ci_last_regenerate|i:1686274703;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686274647;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c83d6c6fe3ce040777c2ef1c9c9fc0e7c28bffd3', '190.56.32.32', 1686051272, '__ci_last_regenerate|i:1686051272;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686051268;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8424f92700f274d01401c259bc0ae157d9ee700', '190.148.158.69', 1685663143, '__ci_last_regenerate|i:1685663143;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685663137;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c843ee8984977e81a96d0d358969e0dc4c05bbac', '190.56.32.35', 1672057462, '__ci_last_regenerate|i:1672057462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672057453;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84633d556a9805d32c9876ab7bcd3b46ef422d4', '157.55.39.217', 1683265905, '__ci_last_regenerate|i:1683265905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c846a8482cad34eb6991322408d2b5919a6aace7', '40.77.167.191', 1682049821, '__ci_last_regenerate|i:1682049821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8479d85e6bc2f72bea5b5eb7cf0d14afbe3deea', '223.247.178.167', 1664608884, '__ci_last_regenerate|i:1664608884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c848144688d0647b7a313285f0e79a8580649d3b', '114.119.141.135', 1685707095, '__ci_last_regenerate|i:1685707095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8484b3a4ec2cae7dd7657822f753ba0f94c69ec', '66.249.79.195', 1688313755, '__ci_last_regenerate|i:1688313755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84aa0f154691ff4e393d43c8a5979818d46470e', '190.148.252.111', 1678027651, '__ci_last_regenerate|i:1678027651;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678025910;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84b25da9a87b6ebb8076ccf18bb0a94d5792524', '114.119.134.152', 1687641272, '__ci_last_regenerate|i:1687641272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84caad96ab104a50420b669e350e00c01950214', '52.167.144.164', 1686726467, '__ci_last_regenerate|i:1686726467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84ea78786255a66a644a4dd26eb8e47ec86a567', '52.167.144.98', 1686003809, '__ci_last_regenerate|i:1686003809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84edeae69ded9d8ba697482c90b6527b1a6d172', '157.55.39.253', 1682137952, '__ci_last_regenerate|i:1682137952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c84ff954ae3895fa506bf07f019426bc65a6a0d6', '190.148.252.57', 1657849323, '__ci_last_regenerate|i:1657849060;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657835601\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657849318;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85056c03f60a1c3d585bafa4d45751836c15894', '5.188.62.21', 1653293762, '__ci_last_regenerate|i:1653293759;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85080db17ba52feaef1e5563b78a05513a9468e', '34.219.228.13', 1668000424, '__ci_last_regenerate|i:1668000424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c850c6a5ddc4a44668cca132402bb5ed4178a9f9', '193.235.141.147', 1679949045, '__ci_last_regenerate|i:1679949045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85111587ed1646c746f040ef7f1d3aff08d01c2', '157.55.39.51', 1669419361, '__ci_last_regenerate|i:1669419361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85142432ac67a5ce8b485608398da251c202256', '114.119.143.75', 1685773834, '__ci_last_regenerate|i:1685773834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85378caf51d8a9ac49018527e1a6ec8085a4064', '149.56.160.181', 1656119796, '__ci_last_regenerate|i:1656119795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8576a15aaa823468e1dd25a7c6dbab46e14f1c4', '207.46.13.6', 1671823530, '__ci_last_regenerate|i:1671823530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8578d64c549eb8f4f171fca949cd5d3df883e63', '52.167.144.98', 1684288215, '__ci_last_regenerate|i:1684288215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c857efd48c985a77aed8e87a28030e68f95c1cae', '190.56.32.243', 1684708356, '__ci_last_regenerate|i:1684708356;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684708139;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85803782436cbc6a803402a0ee8678f0bfff3b0', '190.148.157.83', 1687698949, '__ci_last_regenerate|i:1687698949;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687698775;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c858e2b9b3de9e7d460027b16c17d23549da8b8a', '198.251.73.89', 1679118702, '__ci_last_regenerate|i:1679118702;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85963706bfc47ea7c0e4b42ebcd40de8154db12', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85a041c0b05cf98fa590b9e1aa28c1bc32d244c', '140.246.136.252', 1680021491, '__ci_last_regenerate|i:1680021491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85b54e34255e12c952ce1a38e7113ecfd320135', '51.15.200.251', 1682465612, '__ci_last_regenerate|i:1682465612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85f17bb3ddd2f443888cc6c2d371942b8614e97', '114.119.153.158', 1686885120, '__ci_last_regenerate|i:1686885120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c85ff6d646131cd3539653b90c9c8d09cdb34832', '54.36.149.40', 1668018354, '__ci_last_regenerate|i:1668018354;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 ('c864f9b3dcac684ef46b9f9749eb24ae4cbbe706', '157.55.39.128', 1673126538, '__ci_last_regenerate|i:1673126538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c866534deafaf1a2d9ca1fee6680a135a1fc31ec', '52.167.144.89', 1679630011, '__ci_last_regenerate|i:1679630011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8699f019293491fbeff0fad8232a5d590556113', '190.56.32.162', 1686257500, '__ci_last_regenerate|i:1686257500;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686257474;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c869fcbe0f98ec72eb67e2eadceb6eb09c58984c', '50.21.188.24', 1677542061, '__ci_last_regenerate|i:1677542061;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c86a3d15690b7fd7696b654b47cd26cd376c013c', '52.167.144.162', 1686177796, '__ci_last_regenerate|i:1686177796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c86a729b2e3df84c8a835b620f341470544d1dad', '200.119.172.95', 1659534009, '__ci_last_regenerate|i:1659534009;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659533995;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c86bbb179cb69bb41b23c5440ac5225c42a91a61', '207.46.13.12', 1675466795, '__ci_last_regenerate|i:1675466795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c86bc67d196c6727f07cce5dfa160b58e4934b35', '40.77.167.192', 1681392234, '__ci_last_regenerate|i:1681392234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c86c912b284a1373297aaad6baf0934d13123eec', '190.148.87.182', 1679595148, '__ci_last_regenerate|i:1679595148;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679595145;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c86ca147bfa517b5c373f49abc22b2a535abb313', '111.7.100.25', 1650976320, '__ci_last_regenerate|i:1650976315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87159bab1b46b295c18c41d3f2c7331caa119c4', '190.56.173.175', 1652961188, '__ci_last_regenerate|i:1652961188;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c871b6e9de87c66e1a77ad7e2aa2bc1c82b7f426', '157.55.39.69', 1672455279, '__ci_last_regenerate|i:1672455279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8748ad3a92a477939a433bb2dee20de136e9331', '207.46.13.154', 1670600475, '__ci_last_regenerate|i:1670600475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8781a39c4e150206809175120315bedce8aea1f', '52.167.144.98', 1685878293, '__ci_last_regenerate|i:1685878293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c878e74cc166f8653449b87bbb6c6f8a050cdb35', '205.169.39.208', 1651342489, '__ci_last_regenerate|i:1651342489;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('c87a1e6fa79466ab30e15c0252079787cb131896', '200.119.169.5', 1654824360, '__ci_last_regenerate|i:1654824360;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654793848\";last_ip|s:15:\"200.119.173.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654811927;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87a34e1e79649f3259679d68a8170be436f7a2c', '40.77.167.43', 1658768917, '__ci_last_regenerate|i:1658768917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87b1ba70b984911468fcff38370773ef95772ce', '190.148.252.183', 1681515096, '__ci_last_regenerate|i:1681515096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681515057;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87c0e8b570e278fdb2be6a6c5ab90a541501949', '190.56.55.113', 1673460413, '__ci_last_regenerate|i:1673460413;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673460359;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87cc7fdb2454f12335b3a0b942fdae22193a703', '200.119.174.9', 1674488048, '__ci_last_regenerate|i:1674488048;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674251266\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"CWAaFpkHoLPrxXcVGUeB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87e0737db44d1215a4c9ab7591e10a1f3bbcaf4', '52.167.144.162', 1687332914, '__ci_last_regenerate|i:1687332914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87f1629290cf8941f237bd80d6941ed47245199', '190.148.252.111', 1677790836, '__ci_last_regenerate|i:1677790836;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677790539;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c87f7e7125890c99c4e38edd2e40c08fd693af58', '162.55.190.203', 1679256632, '__ci_last_regenerate|i:1679256632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8821f82fae846b97c6e5b5131c6d84818c7dea6', '52.167.144.171', 1685546825, '__ci_last_regenerate|i:1685546825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c883bfa0f0298e59c2797213d4682d10d3626fa7', '52.167.144.176', 1678111646, '__ci_last_regenerate|i:1678111646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88420133347e16748d48c2a3f2f76e970978b92', '5.161.50.17', 1682606632, '__ci_last_regenerate|i:1682606632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c884b25265a89fda37f4f824e4ebb940981eddfe', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88a604154fbae7c6bf124cd5c6a8744658c2261', '51.222.253.11', 1680783118, '__ci_last_regenerate|i:1680783117;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88e6fbea7e3e7ecacbd780e73afc0cbcfe86f7f', '40.77.167.166', 1676195951, '__ci_last_regenerate|i:1676195951;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88eaeae58e4793548b939ef25219b8195709834', '40.77.167.182', 1683028129, '__ci_last_regenerate|i:1683028129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c890d6a3e462e7cf0d0633f655e4e21a8fdb5555', '200.119.173.67', 1679355089, '__ci_last_regenerate|i:1679355089;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679354784;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c892169612062888467a5cbf29a0f16d5f7c7b76', '157.55.39.192', 1666391504, '__ci_last_regenerate|i:1666391504;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 ('c892eebd30cb90e4873545cc3c3b4866be041837', '52.167.144.171', 1685350812, '__ci_last_regenerate|i:1685350812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c898da1e47084755cd293e76110524da208d6c5e', '66.249.66.85', 1676394363, '__ci_last_regenerate|i:1676394363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8999f4fdb7b6a9a03a2a8ebc3973232ffcc5d8c', '114.119.139.19', 1687896095, '__ci_last_regenerate|i:1687896095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c89a2f78569bcec518b2478fde5ec41d16e28e5c', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c89c7a45d9dca63d03e3873f5c7473da60c0c985', '157.55.39.51', 1669073562, '__ci_last_regenerate|i:1669073562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c89fb31e9421dcc0e1565f6cb23c28bfab8ee2a8', '52.167.144.98', 1686291508, '__ci_last_regenerate|i:1686291508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a2f416700450040e2eb35a685d456ebd5ccfa9', '200.119.168.196', 1660683822, '__ci_last_regenerate|i:1660683667;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660662724\";last_ip|s:14:\"190.148.252.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660683821;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a3c01abd7e9a59316ea7666aaedcd9de12585d', '51.255.62.14', 1657370148, '__ci_last_regenerate|i:1657370148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a4bb8245c52567db43afd24c703df551d32556', '17.121.115.181', 1653057866, '__ci_last_regenerate|i:1653057866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a556170bdbfa5c60c6f5ab9c2652da6f5cb8c8', '54.36.149.17', 1665365985, '__ci_last_regenerate|i:1665365985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a6ebbd18bc73733ecc94876dfd6a0a60dc85fd', '66.249.72.199', 1682723685, '__ci_last_regenerate|i:1682723685;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 ('c8a799e06eb1841f915ac6a97661c5e097d5e509', '190.56.32.131', 1687644031, '__ci_last_regenerate|i:1687644031;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687643960;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a89cfb48a671be51d9a9b190fc7912c5c7200f', '200.119.170.30', 1660231096, '__ci_last_regenerate|i:1660231096;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660154718\";last_ip|s:14:\"200.119.174.72\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660230651;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a9c66d7422026762c4f341d2c2bbcc710cad8c', '40.77.167.60', 1671597855, '__ci_last_regenerate|i:1671597855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8abace01752a410857ca79f403614fc3701289e', '190.148.157.183', 1680395181, '__ci_last_regenerate|i:1680395181;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680394762;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ac122de6ac89f90b4c907dedd15c6f48cf1dd4', '200.119.169.44', 1663700280, '__ci_last_regenerate|i:1663700220;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663683942\";last_ip|s:12:\"190.148.87.1\";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\";last_activity|i:1663693750;__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"s0mwK39p\";csrfvalue|s:20:\"gaiKyjYX4eQOSU5T6MmB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8acbc4e1b1f05257412243e6008035f94c4d5e1', '52.167.144.164', 1685129225, '__ci_last_regenerate|i:1685129225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8acbfc87b90a48fd9e7e02dee05aea3a6420e6d', '66.249.79.199', 1681317024, '__ci_last_regenerate|i:1681317024;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 ('c8ad377dee8ee36a40828815af64dede7d4edb36', '42.193.16.135', 1652412416, '__ci_last_regenerate|i:1652412416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8af2ad1f933854ae2ecc42d318351895926340b', '34.126.71.134', 1683790855, '__ci_last_regenerate|i:1683790855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8af431ae5b11eb5620a9e9e8b82759b1c6c3764', '157.55.39.65', 1661946074, '__ci_last_regenerate|i:1661946074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8af7e0b0e3266be2609a68b1aaa7e9921f55bf5', '51.222.253.10', 1677790532, '__ci_last_regenerate|i:1677790532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b0552d4487c23c1473477bbdcd3c907350f636', '40.77.167.49', 1664304949, '__ci_last_regenerate|i:1664304949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b141275f8c7a197359dda980ef8da3c74a5801', '190.148.252.55', 1675703779, '__ci_last_regenerate|i:1675703779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675703132;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b23c9bdbeb357b30ec325d054e069ec3d48a03', '190.148.158.69', 1685456010, '__ci_last_regenerate|i:1685456010;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685455978;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b5fa85301eaba8e7045f21cbb95addefd6ab56', '190.56.48.81', 1665958774, '__ci_last_regenerate|i:1665958774;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665958771;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b8a8a985f8dd35293b79247c3771319a2c0d0c', '40.77.167.115', 1681447078, '__ci_last_regenerate|i:1681447078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b954bcf5f81f34ccd1f44cbb167d1a8ce546e0', '144.76.67.169', 1661941164, '__ci_last_regenerate|i:1661941164;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8bb32f7c4f9d30c32933f77522b2f37e6731918', '54.187.23.62', 1653486155, '__ci_last_regenerate|i:1653486155;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 ('c8bb5d64ccd9085eaa5ebba7cff5c571b976a921', '149.57.16.7', 1653807017, '__ci_last_regenerate|i:1653807017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8bc490b073902d3c36ab7cdc83e5c08bac1c6bb', '54.36.148.245', 1687385597, '__ci_last_regenerate|i:1687385597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c23722cfe4a4ad692cce8d05dd7ffc0f1667fc', '17.121.112.1', 1657919007, '__ci_last_regenerate|i:1657919007;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 ('c8c4e4fd32e1497b3a8bd97ebf83d3d764566a7b', '200.119.173.130', 1675779138, '__ci_last_regenerate|i:1675779138;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675778727;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c508b7b8b7b391a527d0bfa25a2db73b739825', '54.36.148.2', 1654550151, '__ci_last_regenerate|i:1654550151;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 ('c8c57fbdea365aa499ce9d9789862db5c3c744b0', '114.119.159.20', 1688366408, '__ci_last_regenerate|i:1688366400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c7de86d7ae42a400728357ad121b80d0841223', '52.167.144.171', 1685077874, '__ci_last_regenerate|i:1685077874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c875d850d4fded24de1ee16fb44774bfada44e', '190.56.49.109', 1666118372, '__ci_last_regenerate|i:1666118372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666118325;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c9ee8425390eaa66cc790006b5819547f7e70e', '211.205.155.42', 1657323964, '__ci_last_regenerate|i:1657323963;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8c9fabd9a5ce52a0bb1e795bd0f906638594a23', '50.21.188.4', 1677542061, '__ci_last_regenerate|i:1677542061;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ca0f7e2d6bb0895a30aae19c289d7eaa4d49b3', '114.119.143.123', 1686835055, '__ci_last_regenerate|i:1686835055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8cbebf23f63b3abc788827d08544581949d1f57', '190.56.32.162', 1686594470, '__ci_last_regenerate|i:1686594470;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686066561\";last_ip|s:12:\"190.56.32.32\";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 ('c8cd45a3704c732263bee00bc40d0509acfc60c9', '190.148.157.98', 1679082480, '__ci_last_regenerate|i:1679082480;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679082453;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ce0d34d4042160eb09c1eec121a318037755c3', '190.148.158.69', 1685747035, '__ci_last_regenerate|i:1685747035;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685747028;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ce3107b74720fe7d1a9c660dde2f6626e57460', '106.75.101.43', 1686908276, '__ci_last_regenerate|i:1686908276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8cfbf0e13998867cb306c2d105e77e1f08a69b8', '69.160.160.59', 1667400623, '__ci_last_regenerate|i:1667400623;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d0ee31cba6a4b149e75485e054cb1671f2cf57', '190.148.158.69', 1685714704, '__ci_last_regenerate|i:1685714704;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685714423;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d1cc9d28aecf04e6092830da8019a466dc3eea', '66.220.149.14', 1667172717, '__ci_last_regenerate|i:1667172717;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 ('c8d202ae13c5bf418186b90417c8843a87470c01', '52.167.144.98', 1686575491, '__ci_last_regenerate|i:1686575491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d2cb03d57dcbcf2b03af60d122fe87326dd8bb', '52.167.144.98', 1686596287, '__ci_last_regenerate|i:1686596287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d3d563e3620d07c005e403ca6ba2f59f417dd0', '200.119.168.3', 1660916269, '__ci_last_regenerate|i:1660916268;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d4204a5d60cae694db6bbaef3b8724c4f59c32', '190.148.252.55', 1675708150, '__ci_last_regenerate|i:1675708150;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675708099;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d5100731ec0bdeb2fca725a141fa3e9b7fbd11', '190.56.173.213', 1683335122, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683335122;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683335121;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d66e0ebbd12275c31f9bbb5dae971b83063f05', '52.167.144.94', 1678149325, '__ci_last_regenerate|i:1678149325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d7df45c124269d366d0b77764d29474b186e30', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8da1cbd71f5722da7679a03a1d8319eaf3e306f', '157.55.39.80', 1670701488, '__ci_last_regenerate|i:1670701488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8db04fb0c152ffc2cfb470fe7bc39b18d8289d1', '114.119.155.1', 1688365806, '__ci_last_regenerate|i:1688365806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8db994523cb52e75e3e76aa8daca73e418ab996', '157.55.39.173', 1669167960, '__ci_last_regenerate|i:1669167960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8dc913e6e4f3137862141b53e0f07e83bde6929', '51.222.253.6', 1675707286, '__ci_last_regenerate|i:1675707286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8dd95746b46bcf31991f545db2f42ff9b2f2728', '51.222.253.17', 1653513620, '__ci_last_regenerate|i:1653513620;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 ('c8df1ca6d8fd973c741dadc2def12696b8e55df9', '51.222.253.13', 1688428049, '__ci_last_regenerate|i:1688428049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8df253384f7f2f532f3375d060b0ef7b9920ec1', '34.87.46.188', 1651091581, '__ci_last_regenerate|i:1651091577;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 ('c8df50d7bf9e89bedb3a2c7947267de65f0515e5', '172.223.5.137', 1652492263, '__ci_last_regenerate|i:1652492263;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 ('c8e27b5c14e7bebdb928a9ad66bed84fcc8904d6', '157.55.39.217', 1683221788, '__ci_last_regenerate|i:1683221788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e3005a0e5dd9ef3e8a5b545f45db431a626bc3', '40.88.21.235', 1672418916, '__ci_last_regenerate|i:1672418916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e31b0e004334912af913ce51e8f14448a6711b', '190.148.252.76', 1654175271, '__ci_last_regenerate|i:1654175271;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654088186\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654175264;register_id|s:2:\"16\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-01 09:01:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e3bdde125d8a2b5af1ce1237b99956d481cb4c', '40.77.167.30', 1656964412, '__ci_last_regenerate|i:1656964412;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e41668f3221465ae0da605bbb557f50272ce17', '52.167.144.154', 1687858736, '__ci_last_regenerate|i:1687858736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e4c6f932cb77b10ef236462d09524488cd338b', '190.56.32.35', 1671663418, '__ci_last_regenerate|i:1671663418;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"oVFNdU5LtJ2OTp8YxhMw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e5a720c099430b8135e1b5dff5b739efdd8dce', '157.55.39.253', 1682855609, '__ci_last_regenerate|i:1682855609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e61601ee524fed16f397ff9d9a6cb0eed57456', '114.119.128.233', 1688138515, '__ci_last_regenerate|i:1688138515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e634d2bf1e54abfa286c0111d239a90f4cb641', '200.119.173.78', 1682864520, '__ci_last_regenerate|i:1682864520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682864520;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e6e78867fc64fe81ab124e5dd840a15a441db3', '200.119.168.250', 1680897211, '__ci_last_regenerate|i:1680897211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680896761;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e72be99ad4d9e73de9013b1747c6bba562b31e', '200.119.170.120', 1660084606, '__ci_last_regenerate|i:1660084606;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e7f4cc71f58c419bcb7fcf2e9488e70f4b26cb', '190.148.87.182', 1679877187, '__ci_last_regenerate|i:1679877187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679877185;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e82be548156a55f450153bc74a3bc91cd087dd', '190.56.32.243', 1684546046, '__ci_last_regenerate|i:1684546046;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684545706;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e85190db78b9c10e36e71504b485fe8ba615ee', '52.167.144.164', 1685760655, '__ci_last_regenerate|i:1685760655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8e96ed2bee34d4eaeb21d40ed5dad781fbed88c', '54.36.148.241', 1674756444, '__ci_last_regenerate|i:1674756444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ea7b2c02cadeb92e133b0b2c591ac5b18f52ce', '40.77.167.13', 1672092739, '__ci_last_regenerate|i:1672092739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8eaca53330182a1422c9b38f6934217739239d8', '190.148.252.57', 1657889572, '__ci_last_regenerate|i:1657889572;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657889468;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ebb34760808953490868b0f70bfe4fd69dc800', '54.36.148.198', 1652746853, '__ci_last_regenerate|i:1652746853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8edc66bc08af536aedb0d990e2079e1803bc3cd', '76.164.198.173', 1650761620, '__ci_last_regenerate|i:1650761620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8edee1783f83fc260da2b356692a18092d0a116', '190.148.252.57', 1657839120, '__ci_last_regenerate|i:1657839120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ef35604ce66b68843ab87993d8fe8957876e8b', '190.148.87.182', 1679786711, '__ci_last_regenerate|i:1679786711;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679786709;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f0f37269a447afd663c5a56747881118861246', '190.56.32.243', 1684764047, '__ci_last_regenerate|i:1684764047;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684764044;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f17a293af7bdff4a4eacc604494795d03e7727', '200.119.174.9', 1674309433, '__ci_last_regenerate|i:1674309433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674309402;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f2f8e8481ef052019222fe40aac3d1e1501a96', '52.167.144.56', 1677706120, '__ci_last_regenerate|i:1677706120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f750e6d4fd8902a0cb02b8266669d1e43ea1e3', '66.249.73.8', 1682349594, '__ci_last_regenerate|i:1682349594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f7930dacc1c5743a19f06567c49ba0b3227088', '52.167.144.61', 1688243869, '__ci_last_regenerate|i:1688243869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f865ffd353daf3d740f20802451e6c02d00ab7', '200.119.173.107', 1686786228, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686786228;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686786121;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f8a557773d66f6085e7afef896d0aab7bcf89f', '17.121.115.83', 1657021751, '__ci_last_regenerate|i:1657021751;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 ('c8ff117a3efd695e7207231c04540fd5b6dd6138', '157.55.39.128', 1673348677, '__ci_last_regenerate|i:1673348677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ff49b2d0afa94ba88306b4a13cd04b9be8677b', '157.230.176.175', 1671933419, '__ci_last_regenerate|i:1671933419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8ff640349ea86eea81c86fcbcb0009c452d1c8e', '190.56.55.113', 1673543652, '__ci_last_regenerate|i:1673543652;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673476447\";last_ip|s:13:\"190.56.55.113\";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:1673543611;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c903df00a407b81c8a9447cc2588730e6e762975', '52.167.144.154', 1687478732, '__ci_last_regenerate|i:1687478732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c903fa738fe96639270ec0cb1ec5aa8a7796a7a4', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90568c8ab51533a1c17bdce4e26e184efd83095', '190.56.49.187', 1688083328, '__ci_last_regenerate|i:1688083328;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688083324;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90614de0557ba1629022287fffa38837b8f7c32', '207.46.13.51', 1662641836, '__ci_last_regenerate|i:1662641836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c907e8717b99864c5c2a1d8c285c6d645fbd8799', '200.119.170.221', 1664384607, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664384607;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664384603;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c908016ce7b738babc71a6b47e7657d82c372f19', '35.88.166.76', 1663164276, '__ci_last_regenerate|i:1663164276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90a33d8e769f3df0e0dff42c7409476a43181c8', '51.222.253.20', 1659412261, '__ci_last_regenerate|i:1659412261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90aa14bface93091e132938a2eeda26de71943a', '114.119.136.72', 1683476067, '__ci_last_regenerate|i:1683476066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90aadb393e280bd00eb878c0c086291312f5726', '190.148.252.151', 1671399662, '__ci_last_regenerate|i:1671399662;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671399578;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90cf292cbec693d833b5ef844432ac5a7243e2d', '114.119.135.130', 1688279277, '__ci_last_regenerate|i:1688279277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90e02365925874770064349ae3c18fd8e5fdb8e', '200.119.173.177', 1685193321, '__ci_last_regenerate|i:1685193321;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685192845;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90e34c30ba7fb7690a481209d26962083cca670', '207.46.13.10', 1670981943, '__ci_last_regenerate|i:1670981943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90f9d31225d2692f129fb1d53e6ce3b10633d8b', '190.56.32.35', 1671662493, '__ci_last_regenerate|i:1671662493;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671662454;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c910f52da165579181b51a500d0b0aa3a19624b5', '190.148.252.151', 1670935163, '__ci_last_regenerate|i:1670935163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670935147;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91262d051437ba2a55e450fe648b5ff4824b719', '114.119.161.89', 1685736345, '__ci_last_regenerate|i:1685736345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9131d12675ee7e960ef50303e99a118752ada1e', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91375b764580ff68f3338b6a64e6cf671579966', '138.68.180.18', 1658595818, '__ci_last_regenerate|i:1658595818;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c915ff4daf9011dc4c1e345db409a541d36fe0e8', '40.77.167.192', 1688366451, '__ci_last_regenerate|i:1688366451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c916aa075fb4fb43d0b8b04c64c1eec8ee94b9a3', '190.148.252.223', 1658929585, '__ci_last_regenerate|i:1658929585;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658881820\";last_ip|s:15:\"190.148.157.147\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658929542;register_id|s:2:\"54\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-26 08:16:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91715779e8de776d28469a6407c0b0216628b11', '52.167.144.74', 1688050925, '__ci_last_regenerate|i:1688050925;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c917476b76550f9dcb1ccd56be2b637034c492ba', '52.167.144.28', 1678926246, '__ci_last_regenerate|i:1678926246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91881960f90e4ea869ff42e3c49ff91ed414463', '40.77.167.222', 1681218187, '__ci_last_regenerate|i:1681218187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91a2e01be9771d483b1f4e7cf7cf1ef224215f9', '200.119.172.96', 1675469096, '__ci_last_regenerate|i:1675469096;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675468684;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9209a5eb8ebf98e3bd6dd0e3910c3b1e740e463', '174.138.50.248', 1687625405, '__ci_last_regenerate|i:1687625405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c924bf0401ab5669ba9f193dac69696169e63728', '52.167.144.63', 1687073624, '__ci_last_regenerate|i:1687073624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c924d9c44e77e925e4db94e06f7246bb438cd862', '114.119.133.53', 1687276819, '__ci_last_regenerate|i:1687276819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c925a9fd24de61d5d8fefe7d813eb98eb543e610', '190.148.252.88', 1670790641, '__ci_last_regenerate|i:1670790641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670789711;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92715a2659b3639f07cd7f6046f4c9bd2a7fa8b', '17.241.75.24', 1688582882, '__ci_last_regenerate|i:1688582881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92756039ee6af83c36df4321989d8948e7407e6', '52.167.144.162', 1686174881, '__ci_last_regenerate|i:1686174881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92b012d517e8b6c0615ae930aee7cdd0f7acf91', '157.55.39.253', 1682088095, '__ci_last_regenerate|i:1682088095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92ef1934f593b196cb818ba18230997bebb51fe', '190.56.173.175', 1652926037, '__ci_last_regenerate|i:1652926037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92f5653c9f89a03b77ae47c8f68cb0948f104bf', '51.222.253.2', 1671997075, '__ci_last_regenerate|i:1671997075;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c92fa6b3ff593de520524e07f6e5388aae733f4d', '34.219.216.53', 1674740438, '__ci_last_regenerate|i:1674740438;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 ('c930662c31c2a2fb27028f29a5891ce57249b099', '51.222.253.2', 1668665119, '__ci_last_regenerate|i:1668665119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c931132751675a0819c57efb2b7759d0cd6abd95', '114.119.151.74', 1687519424, '__ci_last_regenerate|i:1687519424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93164b2165a70d801ff3d3936dc375b85188a8d', '51.222.253.5', 1677081299, '__ci_last_regenerate|i:1677081299;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 ('c933bca93cb241db46506e69f9fd17bd9a5f8bd4', '207.46.13.4', 1666978763, '__ci_last_regenerate|i:1666978763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c935794c52e47614dd47dd97bfea7139b6533bca', '157.55.39.212', 1677412084, '__ci_last_regenerate|i:1677412084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93a171715115c70dceca53e34e56509f403bc3e', '52.167.144.171', 1685240970, '__ci_last_regenerate|i:1685240970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93b2895690c93ff8c242e6d74332e9a43ddb961', '114.119.159.56', 1687578338, '__ci_last_regenerate|i:1687578337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93cdcfc2f11177b7892bb15af272cc17144adaf', '200.119.168.9', 1656198861, '__ci_last_regenerate|i:1656198861;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656187388\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656196259;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93dc54b68841d0c21a624b6f69866ccfdf879b0', '52.167.144.164', 1685979910, '__ci_last_regenerate|i:1685979910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93f997aba3e93310e12888e05aa15ee7cc82cba', '35.223.120.236', 1650782749, '__ci_last_regenerate|i:1650782749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c940917b1ea6405915503a98028fa961ece5d019', '109.239.58.107', 1654715417, '__ci_last_regenerate|i:1654715417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c940fb48a1685ced51429a33272b7f440bee70f3', '190.56.50.253', 1682542908, '__ci_last_regenerate|i:1682542908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682542884;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9450a9370578d38327195907fe75e9c5728f22c', '51.222.253.10', 1680561591, '__ci_last_regenerate|i:1680561591;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 ('c946d988ef21a36acc5d15f4402b77f7cd2a67a2', '52.167.144.61', 1687962025, '__ci_last_regenerate|i:1687962025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c947006e32faa543423cc0eba4a3fd63c93242df', '54.36.148.37', 1685638075, '__ci_last_regenerate|i:1685638075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c94773550f1e9b5243db8dcb433117409ab6b1a2', '190.148.157.98', 1679097869, '__ci_last_regenerate|i:1679097869;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679097800;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c948e0338da323c69cd3f3228b498dbfff54dc7f', '190.148.252.183', 1681671343, '__ci_last_regenerate|i:1681671343;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681671340;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c94a120595855cbf6a1631acff82e9cac4fbd46b', '52.27.34.121', 1651929402, '__ci_last_regenerate|i:1651929402;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 ('c94a7d8e1d7e9e797833fc748c6e1882df34b7d6', '207.46.13.217', 1684039702, '__ci_last_regenerate|i:1684039702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c94ae17d65b4cfdcd925745db7f1104c214ac33e', '52.167.144.164', 1686031037, '__ci_last_regenerate|i:1686031037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c94dc54079a86f2dd507319611a99f3a6a29c13b', '149.56.160.162', 1664183105, '__ci_last_regenerate|i:1664183105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c94e2d1fee1a9ba2208d89b136627d8aea1cdbcc', '207.46.13.217', 1681386021, '__ci_last_regenerate|i:1681386021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c94ff0401c47da5939c121b072fefcc3a1c44527', '190.148.158.69', 1685884313, '__ci_last_regenerate|i:1685884313;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685884189;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c950216d7a667a6ecdcc408efc835c179ac70a7c', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360540;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c950456d9b85404d293f8386247cdd72d510f7b1', '52.167.144.74', 1688004654, '__ci_last_regenerate|i:1688004654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c95127a8ee146c8706c91fcc3da0730d4522998f', '190.56.50.38', 1670453079, '__ci_last_regenerate|i:1670453079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670453038;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9539283ac21a301040e6b277a279086c8a52cfa', '200.119.170.209', 1656709797, '__ci_last_regenerate|i:1656709797;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"DCc8O6frxJvNYs0WTZ3L\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c953ed0fceb1e43804ae8b8580b5b8ee14fd2781', '40.77.167.123', 1682773385, '__ci_last_regenerate|i:1682773385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c95464aef6343d23da8ab8bde81b1034bafc50e9', '52.167.144.164', 1685376911, '__ci_last_regenerate|i:1685376911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c954a633a3e1b602900edfc45d3a96d52230191a', '114.119.150.210', 1685127338, '__ci_last_regenerate|i:1685127338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c956d76b2c65bc29557dbd9e0c9936c894715920', '114.119.130.201', 1685461034, '__ci_last_regenerate|i:1685461034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c956dc04f8f307f956abebc76e12cb35698a91a4', '144.76.67.169', 1676798972, '__ci_last_regenerate|i:1676798972;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 ('c95a33a7f446d05963647bba9223653b5d6a157f', '54.37.233.116', 1650851831, '__ci_last_regenerate|i:1650851831;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 ('c95c43913aa7a7dcc2e31301880d62d9cd7b573f', '51.222.253.13', 1679163003, '__ci_last_regenerate|i:1679163003;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 ('c95d61b5a5fa637e3cb30dfefd397cbb0c9a3bef', '54.227.32.154', 1659436586, '__ci_last_regenerate|i:1659436586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c960ebca2922a46d8473b886ab3b2330667d179f', '66.249.79.203', 1683788238, '__ci_last_regenerate|i:1683788238;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 ('c9617f895e1ca60def8821095749ad90ea1de5cf', '40.77.167.191', 1682343307, '__ci_last_regenerate|i:1682343307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c962de79e1dfd0d179284586d211396a555029cc', '157.55.39.253', 1682242734, '__ci_last_regenerate|i:1682242734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c964628ae41a7742c4195d40de95fa0828ba4224', '190.148.252.57', 1657823863, '__ci_last_regenerate|i:1657823863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c969b0b51dbbdc79810e38677869ebdd85e6c42b', '190.148.87.6', 1668477342, '__ci_last_regenerate|i:1668477342;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668477334;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c969daf40bbf12dacf99600d3ef1c7cac03e3033', '207.46.13.17', 1674302045, '__ci_last_regenerate|i:1674302045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c96d12f46587a11def690bcba7fece7cd78c833c', '200.119.172.60', 1674934439, '__ci_last_regenerate|i:1674934439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674934429;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c96d82295cc708944577d096520ecfef1bdcec5e', '114.119.159.121', 1688215078, '__ci_last_regenerate|i:1688215078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c96fce591aae4e63776678a035f101c965df2431', '200.119.173.96', 1687191824, '__ci_last_regenerate|i:1687191824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c971a7f588c18272a832e6618a9914435aaeb9a4', '65.21.206.42', 1658095585, '__ci_last_regenerate|i:1658095585;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97261f48c66d5893e7e7ffbae0d2b80e48dd022', '114.119.151.93', 1688121498, '__ci_last_regenerate|i:1688121498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c972d6eec849ec9986378800195e72b4819850a9', '52.167.144.66', 1681967547, '__ci_last_regenerate|i:1681967547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c972e36ac77a3bf7fd4730d6a80a73eb8b740151', '47.243.15.50', 1651702935, '__ci_last_regenerate|i:1651702935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c973bc1a32ecafd14bfd02df82c1a4cab09fa86a', '51.222.253.3', 1657666137, '__ci_last_regenerate|i:1657666137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97415105855d6df1918eb3f51d1b73e954a7d68', '51.222.253.5', 1681066722, '__ci_last_regenerate|i:1681066722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c975fc87032f9293b585952254ff5a3e9aa74eb8', '207.46.13.113', 1675502737, '__ci_last_regenerate|i:1675502737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9776c32bfa6c3b45afcdc1509a3be7e0960d397', '178.208.160.86', 1683876288, '__ci_last_regenerate|i:1683876288;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 ('c9779e4ef84fb79e4035ba5d445ac0af1f4ea372', '40.77.167.106', 1687144524, '__ci_last_regenerate|i:1687144524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c977e15e3f15388577840645b201b74d88a9e73c', '157.55.39.54', 1658487472, '__ci_last_regenerate|i:1658487472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9784f41f00e14f575c0250583098228a357b152', '190.56.55.48', 1687310176, '__ci_last_regenerate|i:1687310176;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687310168;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9789801a6a4946784f3fc224f7294230942d228', '52.167.144.98', 1685059993, '__ci_last_regenerate|i:1685059993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97963fe7de48aab40e24ebd476fc9d89552bfd1', '200.119.168.5', 1668726082, '__ci_last_regenerate|i:1668726082;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668724987;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97aff3efc055f8c33a712054c0cca55e2f23726', '190.148.252.88', 1670786427, '__ci_last_regenerate|i:1670786427;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670786124;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97e68ffa5c87c2de013ce3c7e526f91b27330f3', '40.77.167.178', 1676945299, '__ci_last_regenerate|i:1676945299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97ee2d3144c74cad0ddab94e42ae198c8e29a75', '54.36.149.33', 1664264948, '__ci_last_regenerate|i:1664264948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97f10781efcfb8341422e5da48da701220d8a36', '207.46.13.12', 1675857343, '__ci_last_regenerate|i:1675857343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c980561d95039c244a7ae615e0eb5be761e9a5e0', '66.249.79.199', 1679890134, '__ci_last_regenerate|i:1679890133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c981aca47309e5053c7b262e05031d234cdba500', '200.119.174.9', 1674518559, '__ci_last_regenerate|i:1674518559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674518528;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c983565488d49b2e97b3e150c98cf3ee13eeaa5c', '52.167.144.98', 1684315741, '__ci_last_regenerate|i:1684315741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c984c1bc28037350481a045f8fe0664c3466d649', '114.119.143.187', 1686047279, '__ci_last_regenerate|i:1686047279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c986ce830e0242819c75e38e7ae0fe2e4cc337ad', '114.119.145.19', 1687760088, '__ci_last_regenerate|i:1687760088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9870ad529ea2fffe98ea5cee615ca5ce7893772', '52.167.144.69', 1675948965, '__ci_last_regenerate|i:1675948965;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9870fa70b0950c3481ac7a92a878f59614ab112', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c98ba6d4af0fa2e099ff07ba7e1b0c2f3c9835e7', '40.77.167.227', 1679105332, '__ci_last_regenerate|i:1679105332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c98bcb075648b014dfd553f389643b84759a6cb8', '207.46.13.189', 1668488359, '__ci_last_regenerate|i:1668488359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c98dd1e60cb8817244b507eb1881e53b8e404591', '200.119.170.16', 1666822835, '__ci_last_regenerate|i:1666822835;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666822825;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c98fc302df9bd43e47efd9282c99a36f45f292ae', '40.77.167.49', 1664584311, '__ci_last_regenerate|i:1664584311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c990b9114f65e606a2926d215cdf08f29724dac4', '190.148.158.75', 1655216922, '__ci_last_regenerate|i:1655216922;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655216672;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c991560c0383b15859064b19aa996791999d9acd', '40.77.167.219', 1677557297, '__ci_last_regenerate|i:1677557297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9947645f6b7c7dc714940a9e1dd66795561f9d2', '190.148.252.177', 1674077233, '__ci_last_regenerate|i:1674077233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674076908;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9968fff9c15662241b623530b1bf1dd43b3d192', '157.55.39.206', 1678285460, '__ci_last_regenerate|i:1678285460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c996e30fd0dc84203cc6e5cf11856e6f5afd0ff5', '114.119.157.190', 1686289527, '__ci_last_regenerate|i:1686289522;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c997da6065424ec998b4f1e46297559f6f4846ab', '114.119.150.101', 1685771564, '__ci_last_regenerate|i:1685771564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c999ac4730d47143b92b466e80bfe0b674074a2b', '200.119.173.177', 1685026592, '__ci_last_regenerate|i:1685026592;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685026578;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c99a69716de24d0122d31beb58cbe837f6b3a738', '54.203.10.75', 1654435966, '__ci_last_regenerate|i:1654435966;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 ('c99af830a1994d029f9ae7ce537aec5d8eba5411', '93.158.91.254', 1658679433, '__ci_last_regenerate|i:1658679433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c99b2c2a056055a652c783e9b96b2fd59c87b88a', '157.55.39.69', 1672215470, '__ci_last_regenerate|i:1672215470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c99d9d3d60ae4c498d85d7e4f9a945d41757fdb8', '190.148.87.96', 1678718482, '__ci_last_regenerate|i:1678718481;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678717618\";last_ip|s:13:\"190.148.87.96\";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 ('c9a0e21529231517d09ae7f931900c4207b7d17a', '114.119.130.29', 1687979868, '__ci_last_regenerate|i:1687979868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a20c3b6a6feafcd2b8fdebe9781ecdb099f788', '200.119.174.56', 1664228591, '__ci_last_regenerate|i:1664228591;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664228583;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a43a03b529a4ffe61ee5a9c19740ba20a8bd0d', '40.77.167.58', 1654282010, '__ci_last_regenerate|i:1654282010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a5f13800a5e48e01352cd990571a35839fcda2', '190.56.55.113', 1673448236, '__ci_last_regenerate|i:1673448236;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673447917;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a6ea2494f062024b2a4c72e6ab17d50fef2d17', '52.167.144.162', 1686400832, '__ci_last_regenerate|i:1686400831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a70b32201662b7d63e8c375e5de7bf1786c59b', '190.148.87.182', 1679661769, '__ci_last_regenerate|i:1679661769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679661757;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a7940bc26c1f3b04aa0c2ce17e21400b258f5f', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a853a0313d8c71990eff544020db10866b5de4', '157.55.39.55', 1661157801, '__ci_last_regenerate|i:1661157801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9aaabf1ec8e897af39d50ceaf4224aa192202a5', '207.46.13.212', 1677000044, '__ci_last_regenerate|i:1677000043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9abec07cec074377dd352e800cef0c549f1803b', '54.36.148.51', 1679563996, '__ci_last_regenerate|i:1679563996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ac39eed58e37724f4dc034900057ef44381ec6', '34.220.91.161', 1675518194, '__ci_last_regenerate|i:1675518194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ad8fb666d85e7dd34b458a88641fd3ba7c8b95', '200.119.170.168', 1670593568, '__ci_last_regenerate|i:1670593568;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670593488;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9af01ce5f03db0b0968415e375e83fa2e709c68', '114.119.128.219', 1685663245, '__ci_last_regenerate|i:1685663245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9afd081f108589dcc84ef4314a2eb1df683f07d', '157.55.39.86', 1671785734, '__ci_last_regenerate|i:1671785734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b084ae72021027b767d7f4d2bfdd76a7a35011', '207.46.13.154', 1669998864, '__ci_last_regenerate|i:1669998864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b0ff2e0276b34d13350b521a5fffc798b0096b', '5.188.62.21', 1653453968, '__ci_last_regenerate|i:1653453966;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b2122987b09ffe8a0b3ec6422638270dcfb6bc', '3.237.104.7', 1654168720, '__ci_last_regenerate|i:1654168720;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 ('c9b2c6ec46bd50f67b42d47663cbe59676bdf939', '190.148.157.177', 1682185867, '__ci_last_regenerate|i:1682185867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682185834;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b3ea32dcecbc13e9737b2b96053312a801d91e', '52.167.144.43', 1683811947, '__ci_last_regenerate|i:1683811947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b4bce5f8de898761096692340a4218b61112ce', '17.121.112.207', 1659074436, '__ci_last_regenerate|i:1659074436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b6f7badfbf0c8ed237e2cb7dbeda9d30021493', '40.77.167.115', 1687212793, '__ci_last_regenerate|i:1687212793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b9cd84dae0064bff10d4145014278f8d05900b', '34.211.48.252', 1676985110, '__ci_last_regenerate|i:1676985110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9bac449e785c0edd5bc2ff77d18afdb195efb86', '54.36.148.140', 1672751518, '__ci_last_regenerate|i:1672751518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9bd3f73ccbbc76c6eef76ccb31e8508d9f80688', '114.119.157.157', 1684512189, '__ci_last_regenerate|i:1684512189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9be3bfbf3c3cca7f1d7a86ed6319b5975c9f40b', '114.119.158.128', 1688398325, '__ci_last_regenerate|i:1688398325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9bf99941108cae14b3daf335e428e37b61f0261', '40.77.167.85', 1685877482, '__ci_last_regenerate|i:1685877482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c04f202d5d482b72fc4b42e885aeaad17ecafa', '51.222.253.8', 1669403727, '__ci_last_regenerate|i:1669403726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c17113e08cc71befd788555e7216cd3824a77c', '200.119.172.60', 1674856465, '__ci_last_regenerate|i:1674856465;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674856459;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c209cb030fbd9a5deaacb5ec5c16a975b663d5', '52.167.144.82', 1687344286, '__ci_last_regenerate|i:1687344286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c224fb9ee336c75f4b251af80660c37c5c812c', '200.119.173.177', 1685291735, '__ci_last_regenerate|i:1685291735;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685291723;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c234e0b7e4382930b2e8c21a6db7e5131ca745', '52.167.144.162', 1687397070, '__ci_last_regenerate|i:1687397070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c43cb6839b82288ccc7443850cb168beb3e487', '162.142.125.219', 1657811674, '__ci_last_regenerate|i:1657811674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c5ac3f48412bab2e2942a29e9eeafd6e2f533e', '207.46.13.41', 1671404492, '__ci_last_regenerate|i:1671404492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c78c08b6147774232119fe01957ffa6992ec6b', '200.119.173.177', 1685367096, '__ci_last_regenerate|i:1685367096;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685367004;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c9fe4fe48b19cdc8134688cc16be7cd6e9bf1a', '190.148.157.165', 1668001061, '__ci_last_regenerate|i:1668001061;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ca27442604c0bbb462fe503d97315ef069e5a8', '51.222.253.7', 1657030409, '__ci_last_regenerate|i:1657030409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9cb403a92a4dfd65f1880ff681cea853bd474fb', '157.55.39.33', 1653008570, '__ci_last_regenerate|i:1653008570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9cd7c385ea793f44d6051427d82c3e5ca62bd5c', '200.119.174.9', 1674433961, '__ci_last_regenerate|i:1674433961;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674433958;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ceb2e76890fe57a7b95a9efd14bbf1716f8fdd', '40.77.167.60', 1671644914, '__ci_last_regenerate|i:1671644914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d275bf46682b01f9cac2dd8e5d9fe049b13a2d', '190.148.87.6', 1668174079, '__ci_last_regenerate|i:1668174079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668173920;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d3ab9200c8b23f59c08a06d3c8725902283c4e', '40.77.167.182', 1683192138, '__ci_last_regenerate|i:1683192138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d3cfd21eeebf9f630b8edcacd4afa1292bb443', '35.93.120.11', 1672838656, '__ci_last_regenerate|i:1672838656;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 ('c9d44cd74eccf14ea6da242691ee423f8394e259', '52.167.144.66', 1681909907, '__ci_last_regenerate|i:1681909907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d5d59a758ea5c2c54795a45794d277a5bdbb74', '40.77.167.222', 1681477364, '__ci_last_regenerate|i:1681477364;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d6a3e496ebe98bbd54c4dc9dfdba95fc8d4c46', '200.119.168.9', 1656295008, '__ci_last_regenerate|i:1656295004;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d705bad5bcc4128de223138faafce5dcc39d18', '157.55.39.79', 1668934964, '__ci_last_regenerate|i:1668934964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d78a1da76a3229b41c7cb4cccb614117ef1f56', '51.254.199.11', 1657094753, '__ci_last_regenerate|i:1657094753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d98b28d92f1359f6bc1ded1e6cd604b38eb63f', '114.119.130.2', 1687931115, '__ci_last_regenerate|i:1687931115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9da63de3e1cdf392cca0cdd232054d17982d1d6', '194.36.99.144', 1658231966, '__ci_last_regenerate|i:1658231964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9da82c36d7d8e3ab28ad81502a8bf15ab1f605e', '40.77.167.156', 1679019323, '__ci_last_regenerate|i:1679019323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9daa13f41f4d4ebb70ef9b93a8e0505bfd657a4', '52.167.144.131', 1686635331, '__ci_last_regenerate|i:1686635331;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 ('c9dbc552f5fa813d14b7e3fb985b51e88a538b79', '207.46.13.12', 1675428321, '__ci_last_regenerate|i:1675428321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9dd40b8e599e01562b2627fb6484c50e1c66f1a', '72.82.137.179', 1680073052, '__ci_last_regenerate|i:1680073052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9df4b22c7320d7530ab13b0c60391ccb1d3235f', '190.148.158.50', 1659585424, '__ci_last_regenerate|i:1659585392;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659535370\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659585418;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e1e0e24a13c51afaa81fc22823a43ca66b30f3', '40.77.167.106', 1687159827, '__ci_last_regenerate|i:1687159827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e5248bc5f7e000e078b4811297ba9e62f293c8', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e530d87e37b6ec612f4eccca3a0f3361893ef6', '52.167.144.162', 1686618874, '__ci_last_regenerate|i:1686618874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e6f0e7e5eb99b7bf61e58130168ac581b7328c', '66.249.79.199', 1681393640, '__ci_last_regenerate|i:1681393640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e75d4566cdf243d9eb16a4de5367033c85e5a6', '52.167.144.63', 1687159835, '__ci_last_regenerate|i:1687159835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e845d680bbddcfeb618f1d36124b3c2406e79e', '114.119.139.1', 1683858528, '__ci_last_regenerate|i:1683858528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e8c9ef42578e96bd20d4b4f4ae96c78d7d9ecd', '52.167.144.162', 1682052698, '__ci_last_regenerate|i:1682052698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e947c094538752d8aae4c7ce7642f6631bc0c8', '51.254.199.11', 1688268407, '__ci_last_regenerate|i:1688268407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9eaf54e146d855dd9644e623ce3a2f625e2a59a', '114.119.152.246', 1687678790, '__ci_last_regenerate|i:1687678790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9eb5592458b273c85a68efbc580fb047025ac9d', '117.33.227.207', 1668515988, '__ci_last_regenerate|i:1668515988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ec78fe0e79c57e004dc31cfc4bab2b99ff042f', '40.77.167.114', 1678716418, '__ci_last_regenerate|i:1678716418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ed361d3e2296aaa054f8b6fd74647a43a5fe6f', '190.148.157.98', 1679178657, '__ci_last_regenerate|i:1679178657;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679178649;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ede142e632d4ebc1e5769ee5125ca837daa682', '117.187.173.44', 1686907748, '__ci_last_regenerate|i:1686907747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ee67152142c0ed613359bb8668c0d3078fa1c9', '207.46.13.217', 1684025463, '__ci_last_regenerate|i:1684025463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ef16fc8b9b054027732f74c75c58057df7b4ce', '190.148.252.111', 1677847788, '__ci_last_regenerate|i:1677847788;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677847773;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f34e5a3e1e674b954caa513c4891a0dffc3e60', '200.119.172.48', 1668604702, '__ci_last_regenerate|i:1668604702;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668604585;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f38001902da75bb1d4844c60f6713ced7c1d02', '190.148.252.73', 1664642381, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664642381;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664642350;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f403b556fe2425cf157452034058c028530a8d', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f5b3b79bbd635f358d5ee29aa16312dc9dd04e', '114.119.152.204', 1686384157, '__ci_last_regenerate|i:1686384157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f5c9b5cc65fda29e0f260948a4302de7133f0d', '52.167.144.74', 1687969446, '__ci_last_regenerate|i:1687969446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f5d819766267da243e1d713c013581ec9b0641', '54.36.148.156', 1676141785, '__ci_last_regenerate|i:1676141784;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 ('c9f610d7524edf14fcbdf93539838f159d06e9ea', '200.119.174.9', 1674493287, '__ci_last_regenerate|i:1674493287;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674486232\";last_ip|s:13:\"200.119.174.9\";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 ('c9f62af7ffb39fe8dddb96bc575b5117fabed28b', '200.119.168.250', 1681068170, '__ci_last_regenerate|i:1681068170;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681068081;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f6b0a84341d91a2a9ec68fb79bda795ad5bc19', '114.119.136.243', 1688020542, '__ci_last_regenerate|i:1688020542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f880dabaee7adf1818a930e93fcf6b07dfd7d6', '190.56.49.237', 1665671423, '__ci_last_regenerate|i:1665671423;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665670883;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9fc883e6696abd61f1965e5b2404684d2784c5b', '65.108.40.60', 1653562231, '__ci_last_regenerate|i:1653562231;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 ('c9fcd8476d1e267c8f16ca3e56a7bcba5f71f9c1', '17.241.75.196', 1687313378, '__ci_last_regenerate|i:1687313378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9fdb38f9c9496dcdda28c56939c0a7701b4468b', '190.148.157.206', 1679496234, '__ci_last_regenerate|i:1679496234;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679496231;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9fdfd8b1e9f12d2c4547a8ebbd08e76702b1879', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ffe2cacbcbfe048c86ac09c21dd42f43cd768d', '52.167.144.162', 1682634272, '__ci_last_regenerate|i:1682634272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca00276f15285515b6a60472ae2f6de888b2391a', '207.46.13.199', 1661368121, '__ci_last_regenerate|i:1661368111;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca004e6eafb16c88316f9753f0fd2c9250097cdf', '51.222.253.3', 1670681397, '__ci_last_regenerate|i:1670681397;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca00d8545be9e5e7d4ebcfff4fb4fb8dce69da38', '157.55.39.253', 1681869397, '__ci_last_regenerate|i:1681869397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca014046683892927fb0bc5aa7fc891378d5cc37', '207.46.13.160', 1673386173, '__ci_last_regenerate|i:1673386173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca01657cc374755b7f875b3443d824df35094f79', '157.55.39.79', 1655975145, '__ci_last_regenerate|i:1655975134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca016fc8725812622c479daafdaca08b2238e0b6', '38.25.15.170', 1673188146, '__ci_last_regenerate|i:1673188146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca01858beea64ad90092a236782545f7337c7117', '207.46.13.6', 1672157216, '__ci_last_regenerate|i:1672157216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca03ce1bbc67d67d13ecf600d9bd2815ebbef91f', '51.195.90.229', 1650841080, '__ci_last_regenerate|i:1650841080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca03f0cc2065853cb48b6bb86af30b9c0912b549', '190.56.32.174', 1676770495, '__ci_last_regenerate|i:1676770495;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676770474;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca048e706a62fc9f6b44395119108177e05700f8', '190.56.32.35', 1671896269, '__ci_last_regenerate|i:1671896269;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671896241;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca05d736079d6c6216bbaa2a50705838961bccc8', '190.56.173.251', 1651945393, '__ci_last_regenerate|i:1651945393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca064fcd9e2b63f01721121c78909aa8439690a0', '52.167.144.95', 1680699629, '__ci_last_regenerate|i:1680699629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca07960fccba493b87882c7630ebbae0cb5abe69', '52.167.144.164', 1684355679, '__ci_last_regenerate|i:1684355679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca081a0fa4243d3fcfe6f266a0701376b2ffe4d3', '165.22.119.211', 1663544679, '__ci_last_regenerate|i:1663544679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca0986007053db0455cdfd532250d7c7641a3e78', '152.89.196.102', 1660072362, '__ci_last_regenerate|i:1660072362;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca10f3f2a4edb547bfa8ee2ab29c9cac64a34fc8', '190.148.158.175', 1672494672, '__ci_last_regenerate|i:1672494672;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672494639;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca11cdafe3e4071b36179fbaf081bc7757c24f5e', '190.148.252.151', 1671405155, '__ci_last_regenerate|i:1671405155;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671405152;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca11d1fa47db15ac0f916d8e462f1e70fdfb0b27', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca136e49695f903ac94092f6dbd3b4727122da60', '190.56.173.213', 1683505727, '__ci_last_regenerate|i:1683505727;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683505269;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca1517bc8d13fbc99beadf972b5da83dd7782af1', '207.46.13.214', 1679855622, '__ci_last_regenerate|i:1679855622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca15b99faa7fa90d5f9b0559ac9afe59f4fc7c19', '20.83.215.68', 1653168415, '__ci_last_regenerate|i:1653168413;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 ('ca17692efcf1192a585d5ff780bb3eb398773423', '52.167.144.74', 1688202607, '__ci_last_regenerate|i:1688202607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca1adfefea761054fff80bc30b171020fbf3ee7c', '40.77.167.182', 1683265867, '__ci_last_regenerate|i:1683265867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca1b1130c6d7b9a7aa6154967d2baadeae13c568', '173.249.31.237', 1659409278, '__ci_last_regenerate|i:1659409278;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 ('ca1c22fe00ff07f143496d1b81108769421b377b', '180.163.220.5', 1650906889, '__ci_last_regenerate|i:1650906889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca1ddb6e80b75171bc449086bff3645ad41a875f', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca22490561b0cae0f1d033f5c380d05562ba64dc', '200.119.170.206', 1663169462, '__ci_last_regenerate|i:1663169443;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663159991\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663169462;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca2396dca53abc0f703f9d3defcf4a3ba18713dc', '157.55.39.79', 1656064360, '__ci_last_regenerate|i:1656064350;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca24dfbad34b8ae888ce7c1ca4672e706173e162', '114.119.153.214', 1685100779, '__ci_last_regenerate|i:1685100779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca26a732ad3f5b3e1860d954de5b65f75b5c7ec2', '52.167.144.61', 1688053516, '__ci_last_regenerate|i:1688053516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca2c705ffbf879af94b94db8f4f1a126cab1c3e7', '17.121.114.105', 1652791757, '__ci_last_regenerate|i:1652791757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca300d4ebd492011dfd865fd568bbfdf5bd74229', '40.77.167.37', 1669476283, '__ci_last_regenerate|i:1669476283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca30837a0a454106e5426f9f593dc7331af71197', '17.121.112.98', 1657218965, '__ci_last_regenerate|i:1657218965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca36c340125af595cb86edf50481c6ee1d9911e5', '190.56.54.156', 1665163867, '__ci_last_regenerate|i:1665163867;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665156288\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"hq7lJmesM16U2prPI3yQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca37cbc807284aaad62989e8b2d6470120ca6cdc', '18.190.157.138', 1676715641, '__ci_last_regenerate|i:1676715641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca39617b92b8d05dba5e30e7d591866979649e37', '35.87.19.61', 1671024248, '__ci_last_regenerate|i:1671024248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca39b0a765150f563ee3db690f2718ea1059bb97', '51.222.253.4', 1661879965, '__ci_last_regenerate|i:1661879965;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 ('ca3b38daf0da9fd2c3265cd550a025b14b93989e', '52.167.144.82', 1687246658, '__ci_last_regenerate|i:1687246658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca3b3bcb1f589ea4aec110436dce0a3853bbb985', '190.148.252.76', 1654260409, '__ci_last_regenerate|i:1654260409;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca3c5288d1d8a5ee9cad2c5003a48b3f58c259ad', '157.55.39.51', 1668367050, '__ci_last_regenerate|i:1668367050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca3e449c34c9ec28ee5256a44dbf0913394bca05', '190.148.252.161', 1670010575, '__ci_last_regenerate|i:1670010575;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670010353;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca3eba8a2af590bd87d48bd897c8817c3a5cf043', '20.25.65.63', 1652138388, '__ci_last_regenerate|i:1652138388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca41876a381330d902e46bbf90b5a82481519196', '190.148.252.183', 1681417004, '__ci_last_regenerate|i:1681417004;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca435560bfeb734c78ba5833c4976bbf7e151889', '207.46.13.41', 1664979576, '__ci_last_regenerate|i:1664979566;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4569eddca1d7c7cdf881a3425ca416e8025fc3', '52.167.144.28', 1679339602, '__ci_last_regenerate|i:1679339602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca461654966e5c78c019a742d7652a5cf4ef4e7a', '17.121.113.55', 1652141418, '__ci_last_regenerate|i:1652141418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca47385da46c6c4adeff8c7e5e622d97bf7826c3', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca475b7d698cfc3935baf7224a4ed49654bb353c', '114.119.130.136', 1688240555, '__ci_last_regenerate|i:1688240555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca47fc6a20206c7573d0c7df0d29d58269936659', '114.119.153.232', 1686739330, '__ci_last_regenerate|i:1686739330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4b480558bcaa95238b1215f4fcd91d0a2fa4bb', '200.119.174.9', 1674524315, '__ci_last_regenerate|i:1674524315;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674524276;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4b7f3afd14670881245adeb93d1416085ac7dc', '200.119.172.96', 1675464756, '__ci_last_regenerate|i:1675464756;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675464749;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4babc5b04cb26a34d7778d1510e8c7fd70558c', '114.119.129.191', 1686647468, '__ci_last_regenerate|i:1686647468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4d92adb08e7143e57a0441e5927118bca63d97', '207.46.13.113', 1675463576, '__ci_last_regenerate|i:1675463576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca51f1426ee52c535fdfe0e01b2040dce8621ab9', '157.55.39.128', 1673322668, '__ci_last_regenerate|i:1673322668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca541ba4ac4a27d7ac858f7b66c1451f960e980e', '54.36.148.149', 1685769007, '__ci_last_regenerate|i:1685769007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca54488396c2e74ebb3355660cb7cf3648b713af', '163.123.143.82', 1673574404, '__ci_last_regenerate|i:1673574404;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca56eb61f4811a89c579547fd9e64b61c21d3e23', '200.119.168.250', 1680791842, '__ci_last_regenerate|i:1680791842;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680791840;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca581bd0fecbd06ccb54035109fe6299fccafc2f', '207.46.13.210', 1686946773, '__ci_last_regenerate|i:1686946773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca587784847c5308a17b9a783db56edc6142bd64', '200.119.172.96', 1675377734, '__ci_last_regenerate|i:1675377734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675377639;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca58a41c2ccd2d00c8a64d6610ca74a75b52d232', '52.167.144.98', 1685180471, '__ci_last_regenerate|i:1685180471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca5976bf324da1789dd397f6e409de0397c8e618', '52.167.144.43', 1683664922, '__ci_last_regenerate|i:1683664922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca59894e8b3df6785c238800d4eea23cccf60b1c', '200.119.168.96', 1666919872, '__ci_last_regenerate|i:1666919872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666919828;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca59fefdaf8c8ddf47b5e15331df68beb63c9159', '52.167.144.164', 1685760655, '__ci_last_regenerate|i:1685760654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca5a8ce03be18b72bf11a2e2d096704293f52bdd', '52.167.144.164', 1685180465, '__ci_last_regenerate|i:1685180465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca5bd74ce47322a3edf54823003b442a310eef09', '54.36.149.52', 1686007090, '__ci_last_regenerate|i:1686007090;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 ('ca5bff5185c877c7380cadc31023b2b93799b74a', '50.21.188.6', 1675140488, '__ci_last_regenerate|i:1675140487;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca613c9b2b66987a9475c2ce2b4d3b10e5d6b2fc', '54.36.148.141', 1654909650, '__ci_last_regenerate|i:1654909650;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 ('ca653922a09cf6af33685a7ba118f92282fe5607', '190.148.158.175', 1672436936, '__ci_last_regenerate|i:1672436936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672436915;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6686d4b4ad152c1d939d97d47b63b021214d4d', '190.56.50.253', 1682773341, '__ci_last_regenerate|i:1682773341;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682773335;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca670daae370642a621ba0be2738504a8ac451e6', '207.46.13.138', 1674750214, '__ci_last_regenerate|i:1674750213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca692d264420539d4fbf49d07acdd9ef0438cc3a', '198.235.24.161', 1658372547, '__ci_last_regenerate|i:1658372547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6b18ff3c310885dc01085a7738f227054e7cea', '207.46.13.11', 1669352763, '__ci_last_regenerate|i:1669352763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6cb9ff3c14cc640b40e746c3397a4bac756568', '35.222.54.30', 1664962071, '__ci_last_regenerate|i:1664962071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6cd7dc01b0a30e5309e08eb48f40012a649707', '157.90.227.93', 1688236713, '__ci_last_regenerate|i:1688236713;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6e15eb53cf67f68d4747617ce01f089a56e3df', '190.148.157.183', 1680371276, '__ci_last_regenerate|i:1680371276;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680370815;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca6e9c1af08d2cd651f241dcd7aa9ac2087ec6da', '67.0.90.30', 1683645127, '__ci_last_regenerate|i:1683645127;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 ('ca6f2fdc5bded89b85eb3db1bd5f4b3acd33344f', '35.87.159.252', 1671841523, '__ci_last_regenerate|i:1671841523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca70bb12edf0ba62b73ed23aa4a2c3f0f991c8df', '190.56.32.37', 1670508211, '__ci_last_regenerate|i:1670508211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670508161;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca710720ecb8cab7f52dd5672e2f037db5a4cefd', '52.167.144.164', 1685758209, '__ci_last_regenerate|i:1685758209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca713c6d0ee8a5584a50a69999bb83dc7d7c298d', '114.119.133.190', 1686021585, '__ci_last_regenerate|i:1686021585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca721c14f631a7c77b250b901ab4648350cfa6c4', '190.56.50.39', 1664993867, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664993867;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664993538;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca7271796cf0a9899e67483c0c7d0f676e88effa', '200.119.173.177', 1685239259, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685239259;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685239236;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca7805eb9ea0cbab4d91df182e4d86359e2d9a6d', '34.217.65.136', 1674827807, '__ci_last_regenerate|i:1674827807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca798b5a2acbc5ebfe81e04388a71183d34b914d', '187.188.236.202', 1688493172, '__ci_last_regenerate|i:1688493172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca7b1fb61d1d029082c8ce2b0993e411a21c727c', '52.167.144.171', 1685690093, '__ci_last_regenerate|i:1685690093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca7b5de1452d0d33db12f531ec87eb0a60dff2dd', '3.216.125.140', 1666747429, '__ci_last_regenerate|i:1666747429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca7d871d9a610671c24a7c550eb7be675f6ef79f', '35.85.219.168', 1664198373, '__ci_last_regenerate|i:1664198373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8007a03880791da5ccce1eb31f6b02f9b744b7', '66.102.8.5', 1651539694, '__ci_last_regenerate|i:1651539694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca809ff4ee157f7a435f4c059d4f2904265f70f0', '190.148.157.83', 1687711354, '__ci_last_regenerate|i:1687711354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687711315;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca80ad689d9dc560c3e8100a9923913e2b4d3387', '190.148.252.111', 1677792698, '__ci_last_regenerate|i:1677792698;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677782391\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"RhrHACbOiplZU186WPI5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8151d8370e09c6f94e25ee1bb00ded9a02af40', '190.148.252.88', 1670855973, '__ci_last_regenerate|i:1670855973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670855896;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca81ee65f29af4c965b3098c7be69077fe5196bd', '114.119.156.142', 1688493542, '__ci_last_regenerate|i:1688493542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca82b530e6e4de920c44b5a7ddb32292d6e3d821', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca847fb8edca5567257dae14b958956cbbbd90d3', '157.55.39.46', 1672390048, '__ci_last_regenerate|i:1672390048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca85532d0c6726d0561176af35e114d5e022a091', '52.167.144.63', 1686889998, '__ci_last_regenerate|i:1686889998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca86727c28fe35ce36983e07330fc6fa1518e819', '207.46.13.11', 1668935010, '__ci_last_regenerate|i:1668935010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca87b722e0b853a017322c9f7e9940a4770e351a', '157.55.39.80', 1669981960, '__ci_last_regenerate|i:1669981960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8ae864cf919d180a12fe59a2d49ab7e30b06fd', '52.167.144.74', 1688371812, '__ci_last_regenerate|i:1688371812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8b4d2685dda483d5c609058cd72120a2b7d534', '40.77.167.37', 1668935072, '__ci_last_regenerate|i:1668935072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8b4ebe9c0ea0e9d98bdbf82712dcfab94a5ea2', '200.119.170.221', 1664385619, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664385619;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664385222;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8d3ca82af2e31411ba2dcb2e9aede6091868ad', '66.249.73.135', 1675630535, '__ci_last_regenerate|i:1675630535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8d5b8ac1212f52433301bfa9627b1999787d48', '190.148.252.151', 1671453465, '__ci_last_regenerate|i:1671453465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671453433;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca90e73befdd171616a9c24027132d8bf1650fb8', '52.167.144.98', 1686568282, '__ci_last_regenerate|i:1686568282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca948da4ec619348c8426382dba7f5b4f7581f6a', '114.119.150.186', 1684935528, '__ci_last_regenerate|i:1684935528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca953e8847c580580a06f23552351fba9c902f6e', '207.46.13.204', 1671159258, '__ci_last_regenerate|i:1671159258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca97ff47b5c8a599c42d5ca36cfa2beb59d1b1e3', '200.119.173.177', 1685395449, '__ci_last_regenerate|i:1685395449;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685395442;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca99477a322976b508f33fe871b46ae5953b29b5', '40.77.167.97', 1653359402, '__ci_last_regenerate|i:1653359402;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 ('ca9a38523b3b275c48c5a3abe892cd09c1ca5095', '114.119.158.149', 1688239507, '__ci_last_regenerate|i:1688239507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca9b5813665746abffdcd3bb1df40d08ebfbf8e1', '114.119.128.158', 1686523103, '__ci_last_regenerate|i:1686523103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca9bda04dc38bc254dc7eb37355ddeec58d1f9eb', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca9e8f8f04984d479a28af9e4b69fe34741bad31', '157.55.39.217', 1683489429, '__ci_last_regenerate|i:1683489429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca9f71ece7526adea5ef5a6bcc49c4dce1928465', '34.221.93.208', 1656682704, '__ci_last_regenerate|i:1656682704;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 ('caa0416a572d6f2ae0e0e067415e3024a7590ac5', '175.196.127.111', 1650791358, '__ci_last_regenerate|i:1650791358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa10b7a8bf6c8fb9213c8ccad8941542230d909', '40.77.167.166', 1676282064, '__ci_last_regenerate|i:1676282064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa196d260e2753de9a1c377deb8702ceb26c75b', '190.56.55.113', 1673635453, '__ci_last_regenerate|i:1673635453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673635420;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa2acfdcfb8d5cedd35bb1863f0b12d2a387d20', '157.55.39.88', 1662803602, '__ci_last_regenerate|i:1662803602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa30a4f537a7cc2bb89c0bb9655982481e6d2d8', '190.148.157.53', 1683634817, '__ci_last_regenerate|i:1683634817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683634807;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa3ac8ba08c4f6ba7831924a2fb7d8c0f84284c', '114.119.150.37', 1688091755, '__ci_last_regenerate|i:1688091754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caa4e92a6273908bd8e6fe3feeead9f304ca2b4c', '130.245.169.247', 1657277752, '__ci_last_regenerate|i:1657277750;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caaa6b04b7a7e9d664d6ce571e498e063aed8c2e', '40.77.167.64', 1674919247, '__ci_last_regenerate|i:1674919247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caacd1723704250da20d6aa0907a773bbb56f495', '17.121.114.131', 1661392845, '__ci_last_regenerate|i:1661392845;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 ('caae90ca0ab8b2b606c05d6725151a8e8ebfbb57', '35.86.133.254', 1681219254, '__ci_last_regenerate|i:1681219254;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 ('cab191c492743c9c3339a37e16fe8da6dc781b43', '190.56.50.253', 1682702366, '__ci_last_regenerate|i:1682702366;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682702291;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab1b576f7bb3ace8ddc02bb0ec278a7b4e9b367', '114.119.136.190', 1687311031, '__ci_last_regenerate|i:1687311031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab1fd430c574fa3a37a438885a83b905d55b6bb', '137.184.189.104', 1688034715, '__ci_last_regenerate|i:1688034715;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab421849e67e79b87e6cf4fcd47b3dbd7307bfc', '36.99.136.141', 1650976211, '__ci_last_regenerate|i:1650976208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab48792bd09d343cfa6980262224cd366f30d0e', '200.119.173.78', 1682887926, '__ci_last_regenerate|i:1682887926;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682887751;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab87525faca0613c60ef01b01fb9bd1f1980b3a', '190.148.252.178', 1657550179, '__ci_last_regenerate|i:1657549954;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657549954;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab8976b56ee71db868cec74b3750652ea2868e3', '40.77.167.66', 1674178209, '__ci_last_regenerate|i:1674178209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab9949a13a48546cae0eae02a3a35c76dc70c67', '207.46.13.205', 1671285018, '__ci_last_regenerate|i:1671285018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caba52fdec6de838a5f42030e1edba1a98a3c320', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cabde7099aa0b4d940345a56f1638ee35aa6411a', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cabe41943dcb4668eddc6dc558a2cf55bf0bf217', '190.56.55.113', 1673632214, '__ci_last_regenerate|i:1673632214;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673632210;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac0050810f09254accd02df6a088e8dc525dfff', '157.55.39.253', 1681758166, '__ci_last_regenerate|i:1681758166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac08d892477405fea0083e725e77afc1c65ed71', '52.167.144.98', 1685427178, '__ci_last_regenerate|i:1685427178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac1464bb7d343aa50162ae1cc61eb52bbf7a6d1', '40.77.167.156', 1678841209, '__ci_last_regenerate|i:1678841209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac15d23b5263f71fe46edc00fd0fd57c78c3406', '52.167.144.28', 1679112467, '__ci_last_regenerate|i:1679112467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac1fc0bcfc434092e80fbb0c444230d9a27bdd2', '207.46.13.160', 1674496371, '__ci_last_regenerate|i:1674496371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac22d982eeaaedacf393c3e4764852ba427b3ce', '54.37.233.116', 1650851894, '__ci_last_regenerate|i:1650851894;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 ('cac7040c929d13351965bd4ccae0c580a9572a2b', '200.119.168.9', 1660747053, '__ci_last_regenerate|i:1660747053;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660740007\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660745132;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac902acd57020c883c64e077356590ec7e39313', '5.188.62.21', 1659472197, '__ci_last_regenerate|i:1659472192;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac98901da5ec2cb5d1da5cd0bee645e55e601cd', '51.222.253.4', 1664039289, '__ci_last_regenerate|i:1664039289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caca67a038d19622d8c70a250f6f4bae97dce375', '198.251.73.109', 1686693223, '__ci_last_regenerate|i:1686693223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cacac60306788575e8d842f18650e2393d1ba214', '190.148.252.183', 1681309335, '__ci_last_regenerate|i:1681309335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681309307;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cacaf97cc622a90147d21075ff68043d715f354a', '185.181.61.24', 1656964415, '__ci_last_regenerate|i:1656964415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caceb3bd9d37a202b4b570f5e970787a203960d4', '190.148.157.183', 1680310483, '__ci_last_regenerate|i:1680310483;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680310387;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cacfea7a6483fc713e353b3237718629f12c97ac', '40.77.167.123', 1682986175, '__ci_last_regenerate|i:1682986175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad311f29ccf13446854d1887c21b013235f2a10', '190.148.87.6', 1668441406, '__ci_last_regenerate|i:1668441406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668441403;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad40f214a57d0281973bd37650c1a7d8e1c5f14', '164.92.200.223', 1687282212, '__ci_last_regenerate|i:1687282212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad49fe95b5740be7b21f0707aad087ed6fede2b', '208.91.69.20', 1679303895, '__ci_last_regenerate|i:1679303895;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 ('cad4a63c77298ae01b5d026b6fd675acbd2b398a', '190.148.252.161', 1670093942, '__ci_last_regenerate|i:1670093942;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670093927;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad54adca1424238fe7dd6b23127ea3d3c387b09', '190.148.252.76', 1654191526, '__ci_last_regenerate|i:1654191526;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654174205\";last_ip|s:14:\"190.148.252.76\";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:\"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 ('cad5d326290be3d4d4f1a8af3b3cad844eecd526', '190.56.32.131', 1687652226, '__ci_last_regenerate|i:1687652226;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687652162;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad747ab23e6d6e20502bc658741c1031eaa0a27', '17.121.112.29', 1657126189, '__ci_last_regenerate|i:1657126189;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 ('cad7d45cea1a178a0fb9d63b63d7dd4150fc1475', '190.148.157.53', 1683635460, '__ci_last_regenerate|i:1683635460;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683634817;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad83af0c1ba3a45932a2e9517834b51138e022d', '200.119.173.177', 1685144017, '__ci_last_regenerate|i:1685144017;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685143997;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad8444e1bd0553af06cf4d327c57b95d071d178', '52.167.144.164', 1685629952, '__ci_last_regenerate|i:1685629952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cad86165bc2c2f9fe4aaaedd52837a221e8f5eeb', '200.119.168.250', 1680626790, '__ci_last_regenerate|i:1680626790;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680623983;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cada5d577b49a142e06e3eaf715fa25131da6c25', '204.48.19.95', 1672472478, '__ci_last_regenerate|i:1672472478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cadd459f29d75f68ddcb8cd144af9588dda08840', '51.222.253.3', 1657338096, '__ci_last_regenerate|i:1657338096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cadf2b0ae0caa875f91a7eb6e7cacfef06728735', '190.56.32.243', 1684761017, '__ci_last_regenerate|i:1684761017;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684760989;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cadf8ff83cfb6a4b08048ff4f50d1c5ae8f89e2b', '173.249.31.237', 1659409132, '__ci_last_regenerate|i:1659409132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cadfcecdfdaebc38bb0b661f8f1266783894a49d', '52.167.144.98', 1685240965, '__ci_last_regenerate|i:1685240964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cadfded10fa683216facfaa77e9fcac429fe8968', '36.40.66.38', 1668862404, '__ci_last_regenerate|i:1668862404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae0262d66608833c65b9f696555db5dd3133d0f', '137.184.189.104', 1687565271, '__ci_last_regenerate|i:1687565271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae1d77ece874655fa5ae7ab87db4e778b53006d', '190.56.32.174', 1676812890, '__ci_last_regenerate|i:1676812890;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676812869;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae2196974a34ef5cc34db04dfaf14a0b40e8899', '45.63.18.23', 1688494898, '__ci_last_regenerate|i:1688494898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae2510922417b49427c466d69fb3a23a1e87c7c', '137.184.234.181', 1651250789, '__ci_last_regenerate|i:1651250789;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 ('cae4dd307848c938180a4a616805b42c97aeab3b', '47.93.42.221', 1688553228, '__ci_last_regenerate|i:1688553228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae56bb336700fbdc1b49915c0f62aa96b8f5cab', '118.191.130.179', 1656725448, '__ci_last_regenerate|i:1656725448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae7350510973f44822c488bee138e7bc783cb6b', '114.119.149.1', 1688214278, '__ci_last_regenerate|i:1688214278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae77ee62ea88a1b854ddd722e0d4941f19aef37', '200.119.172.60', 1674736743, '__ci_last_regenerate|i:1674736743;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674736734;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae8ee9cd8f25b9bbc65a7c903175d4e91fbf50a', '54.36.149.28', 1652643509, '__ci_last_regenerate|i:1652643509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cae906afe95660ebc40c31f43e82ace776bf49a9', '54.36.148.102', 1672167418, '__ci_last_regenerate|i:1672167418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caec4562057ae7c7f96dff9e9303dee701fd9d70', '198.235.24.30', 1652048803, '__ci_last_regenerate|i:1652048803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caec8336460cbc65002f8fbe9b977bd75dfaf3d6', '190.56.54.156', 1665174695, '__ci_last_regenerate|i:1665174695;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665174680;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caed30c9be05f2ddfc2e5e6bcb9bb3acdbdab2ec', '52.167.144.74', 1688445258, '__ci_last_regenerate|i:1688445258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf0215bf8070362841c9d9900ddd48f432f5c4c', '35.225.142.185', 1652266749, '__ci_last_regenerate|i:1652266749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf07bfd76313f6bdb04cd48d7d38945a9a8404b', '51.222.253.10', 1679899922, '__ci_last_regenerate|i:1679899922;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 ('caf103eb7c5a1ac4f73801af03a32012857faf8f', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188503;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf4c3a8cc9d499de2cd49460563a9e03ad6e11f', '17.121.114.20', 1654686264, '__ci_last_regenerate|i:1654686264;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 ('caf51e6b62285bf7dbe62e923eb25b01a31f481a', '192.99.18.122', 1652019451, '__ci_last_regenerate|i:1652019451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf619fb0915a37ed7f2178e4bb4ba34e9a16661', '157.55.39.217', 1683265905, '__ci_last_regenerate|i:1683265905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafa28cb4c2ab78b5556f088c75da197c411400d', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafaa20cb03f4e791e3b6cf194cc5be2c9886559', '52.167.144.70', 1688527114, '__ci_last_regenerate|i:1688527114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafc33ba7f6077f9f77ceaa09d70888786931e15', '40.77.167.13', 1672410503, '__ci_last_regenerate|i:1672410503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafd6c36701484fae5db889ad10a6261104d7137', '114.119.148.191', 1685627878, '__ci_last_regenerate|i:1685627878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafd99d23c5735a1ee8f221f68cd6f864ff4deaa', '54.36.149.26', 1686157615, '__ci_last_regenerate|i:1686157615;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 ('cafdf73697eb203d5b52b3e393be412bf09686d5', '40.77.167.11', 1673766038, '__ci_last_regenerate|i:1673766038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafe4f408d497d2b7fd52a7ae79a5a03193ed80c', '200.119.170.137', 1668638491, '__ci_last_regenerate|i:1668638491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668638484;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cafe74ecc3141cc51bd42668d107142939862093', '124.206.180.138', 1652277763, '__ci_last_regenerate|i:1652277763;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 ('cafe862c54b4f58ecb82e6bd5e20cbf69201287d', '200.119.170.131', 1660166656, '__ci_last_regenerate|i:1660166639;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660156542\";last_ip|s:14:\"200.119.174.72\";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\";user_csrf|s:20:\"VLDIZGtJ64M3BF2gzpc7\";last_activity|i:1660157214;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb00c8749efcb8cc7c4a9f2285ce03139fd5648a', '190.148.157.117', 1675648687, '__ci_last_regenerate|i:1675648520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675648686;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb054ecb2afd1570185b18e86634b3b76d83d166', '200.119.172.60', 1674566918, '__ci_last_regenerate|i:1674566918;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674566915;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb055f592218f5263ac4f178b51b624c317206fa', '66.249.77.33', 1678221949, '__ci_last_regenerate|i:1678221949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb08421f59f5c071bb54311c8a71deddb27a2d44', '114.119.130.231', 1686578937, '__ci_last_regenerate|i:1686578937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb088c3cfaaade21884dda8ad87899581136b435', '190.148.157.171', 1667414448, '__ci_last_regenerate|i:1667414448;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667413871;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb088c83961f60e8a3911f737655a4533fe8a2a3', '93.158.90.70', 1677424054, '__ci_last_regenerate|i:1677424054;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 ('cb0a7351826a4616b3f5b2d84f363aa0f696f012', '40.77.167.182', 1683658286, '__ci_last_regenerate|i:1683658286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb0b7c5307aa4d9fd8f6e9772bbdad8db148db08', '114.119.151.206', 1686829524, '__ci_last_regenerate|i:1686829524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb0cb65a61d244161aa2e3547f14ac227d63d7c0', '200.119.174.79', 1666391789, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb0dd74b9c0d92b0ae900233bfc3c949f92c76c4', '52.167.144.27', 1677727088, '__ci_last_regenerate|i:1677727088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb0de95701ff1ae60c34b485139d9c1643729c59', '51.104.39.111', 1651351338, '__ci_last_regenerate|i:1651351334;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 ('cb0e96b049bf35e66adffa32010460ff687aeea5', '52.167.144.74', 1688334438, '__ci_last_regenerate|i:1688334438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb0f2036ec13465b18945fc7a030b9aa6c7bd8c9', '174.138.26.80', 1652178635, '__ci_last_regenerate|i:1652178631;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 ('cb110b233313a16eb8cdf1eefdb78726586eed01', '40.77.167.64', 1674563145, '__ci_last_regenerate|i:1674563144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb123dc2abbb7495fe18879324454b73bcbce467', '51.222.253.7', 1663702404, '__ci_last_regenerate|i:1663702404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb124ae0c24820536c454e818af429143ae49097', '52.167.144.82', 1687347321, '__ci_last_regenerate|i:1687347321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb1267fd5a6ae780e25f237c0bc18a79a5107ee0', '190.148.157.177', 1682113449, '__ci_last_regenerate|i:1682113449;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682086999\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"6gNQSZv3PeoqT92jtYGC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb139f445ff7be915dd88c0c15dadabd1aa5dc88', '52.167.144.74', 1688528559, '__ci_last_regenerate|i:1688528559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb14cb7f22626716a6826ac27e7f34f6339231a1', '207.46.13.12', 1675947844, '__ci_last_regenerate|i:1675947844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb14e50917708e509c2e64ca36f5b45bc2db20f0', '114.119.150.45', 1684414398, '__ci_last_regenerate|i:1684414385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb16b2243a4cf0c1f2a8997659b1a21d09220125', '34.221.213.69', 1660050932, '__ci_last_regenerate|i:1660050932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb176306a0420383061ca457621e21cbf4283dde', '157.55.39.125', 1654425039, '__ci_last_regenerate|i:1654425028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb1881188036cab23241feb091cbcbde57e2248f', '190.148.252.96', 1673027442, '__ci_last_regenerate|i:1673027442;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673027095;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb188dd25379e2888230651d02b380767cddd915', '40.77.167.181', 1687811998, '__ci_last_regenerate|i:1687811998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb1a8b553795f8e4429db8e9324aa560dd6381a3', '190.148.87.96', 1678320821, '__ci_last_regenerate|i:1678320821;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678318391;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb1a9f7727fc82f3f8136ccfdfb9a14881778f58', '40.77.167.182', 1683265857, '__ci_last_regenerate|i:1683265857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb1abfbabedf2d8e7a16b229b0adc850616016fa', '66.249.79.195', 1687536886, '__ci_last_regenerate|i:1687536886;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 ('cb1e405ec909cdfecd2789115ddd79b2d9c5e4c0', '52.12.170.190', 1663163682, '__ci_last_regenerate|i:1663163682;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 ('cb2082055d6b6c52620ceae335e379e606a7060d', '200.119.173.177', 1685060809, '__ci_last_regenerate|i:1685060809;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685060642;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2259bc28cc57a513eababf6a99f2f36ddf4d0b', '190.56.32.35', 1671659309, '__ci_last_regenerate|i:1671659309;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb24aeb897b481441b28bd8c89b76b93b6033016', '157.55.39.253', 1682510449, '__ci_last_regenerate|i:1682510449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2608026d28842347d8d0243d258b1845c1f21e', '54.36.149.52', 1664398962, '__ci_last_regenerate|i:1664398962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb267be577970400ee2e879ec9fb175639817444', '17.121.114.184', 1661393049, '__ci_last_regenerate|i:1661393049;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 ('cb272be1058da6bb1154d7f160a83110f58b2d90', '190.148.252.85', 1666201271, '__ci_last_regenerate|i:1666201271;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666129007\";last_ip|s:13:\"190.56.49.109\";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 ('cb2757d7181e213c5eaa94bf11c5a27dec950963', '207.46.13.12', 1676001719, '__ci_last_regenerate|i:1676001719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb27bee114db061086736eed1a989cd738fc4f8d', '200.119.168.55', 1663073725, '__ci_last_regenerate|i:1663073725;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663023607\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663073725;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2826777c5ae106520746bdeae3c6d7f2985983', '40.77.167.225', 1680738761, '__ci_last_regenerate|i:1680738761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2b8e6c03a4c0026939dc678eeef27bf707b824', '5.188.62.21', 1659471155, '__ci_last_regenerate|i:1659471150;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2be00c9bf25aead3bdf0dc822ec4a7d519927f', '190.148.252.96', 1672948520, '__ci_last_regenerate|i:1672948520;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672948475;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2be6bb287141afb0242a2c898e3a0f6ca6ec2a', '52.167.144.164', 1686208479, '__ci_last_regenerate|i:1686208479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2bfd75e55e45c11e37ac7df42e8fdc8ad4c1f2', '52.167.144.31', 1681560275, '__ci_last_regenerate|i:1681560275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb2e7c4b7415ff39ba2df18812297999980379b8', '40.77.167.115', 1687213786, '__ci_last_regenerate|i:1687213784;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb3024cb7ff3021f5888d0c99dafad17c65f6dbd', '54.227.32.154', 1651484365, '__ci_last_regenerate|i:1651484365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb328130a652995a92a87173399a71ebb0943202', '190.148.157.83', 1687739495, '__ci_last_regenerate|i:1687739495;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687739485;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb33871f9960d106521aa5459d4cd75e6d1cdc5a', '46.246.106.40', 1653833812, '__ci_last_regenerate|i:1653833806;requested_page|s:15:\"category/prueba\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb35ab4f2c37490b79cdb71a95dde47fae99271a', '184.94.240.88', 1662628522, '__ci_last_regenerate|i:1662628522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb38bb1aed58fbd8926773087b0e57fb0a5f2c41', '54.185.107.9', 1663247705, '__ci_last_regenerate|i:1663247705;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 ('cb3d82069a8ccac8354e4f79fcb924c5737e6d22', '114.119.158.142', 1685850506, '__ci_last_regenerate|i:1685850506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb3f1087ca6e620b7ee46710649c5a6519689525', '40.77.167.182', 1684148816, '__ci_last_regenerate|i:1684148816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb409716e4c659ecb521fd707075e13037c167f7', '190.148.157.80', 1669391923, '__ci_last_regenerate|i:1669391923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669391914;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb4146c808eebc2b413f6e7d786441c5484b6248', '52.167.144.164', 1685975764, '__ci_last_regenerate|i:1685975764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb426837e83fd25c0e19936dbcbfcd06e2ecc5f5', '200.119.171.24', 1665935581, '__ci_last_regenerate|i:1665935581;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665935428;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb43780a2dbcdd1dcfa64d9bede2096a6c272301', '52.167.144.98', 1684833487, '__ci_last_regenerate|i:1684833487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb440268f1a26252d0b15266f0848d95ec3cfad5', '40.77.167.49', 1664934703, '__ci_last_regenerate|i:1664934702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb44562786a5a6ff0764ef509e94972077861966', '52.167.144.69', 1676524815, '__ci_last_regenerate|i:1676524815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb4528316e58c9ed0e078c66e94d9290e1780665', '51.222.253.15', 1663160151, '__ci_last_regenerate|i:1663160151;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 ('cb456a18d5dfa363c87cd2a523d812c892e6749e', '190.148.252.151', 1671067648, '__ci_last_regenerate|i:1671067648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671067640;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb45f42c6741c2d7d1cdd03f87253e48af240569', '185.220.101.83', 1652490696, '__ci_last_regenerate|i:1652490696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb48f25bd78a65928c12c020665b7c5b9714ab11', '17.121.113.173', 1654531014, '__ci_last_regenerate|i:1654531014;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 ('cb4925efef33686e92076433c489fe30dc9d00a6', '114.119.154.203', 1686555848, '__ci_last_regenerate|i:1686555848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb49d53ff417b5586966eb4409d959533901069b', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb4a803c9b1b11eea2d9bbe46d41e5ad56edc690', '190.148.157.80', 1669119273, '__ci_last_regenerate|i:1669119273;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1669046932\";last_ip|s:15:\"190.148.252.233\";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 ('cb4e81de3c0b581d789c3e2e175fb34757d17327', '114.119.137.3', 1685532210, '__ci_last_regenerate|i:1685532210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb50df3dbf52d11f473be5a32a4937404d7831c5', '40.77.167.102', 1671147819, '__ci_last_regenerate|i:1671147819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb53c697d8da5d70d1d89cdb397d38fecf5c6bff', '142.54.177.164', 1653947618, '__ci_last_regenerate|i:1653947618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb551b610cbabc828b976eb0f73ef2d5a8e3ef6a', '54.36.149.8', 1668311352, '__ci_last_regenerate|i:1668311352;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 ('cb5643a54788436f8ad473ad56d0ed7d244fa65a', '190.56.51.158', 1655761425, '__ci_last_regenerate|i:1655761425;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655735793\";last_ip|s:13:\"190.56.51.158\";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\";user_csrf|s:20:\"kqGJuslhExgR1fj6rKZD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb572cc698d33121148e0dff39666c40ae7685a6', '144.76.67.169', 1676801064, '__ci_last_regenerate|i:1676801064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb595b522a12ef8425b4fe63bd430d25431d9a04', '190.56.50.15', 1667074956, '__ci_last_regenerate|i:1667074956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667074916;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5ad60e674cd562bc0c883891ce332a1f6660eb', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5b876c732f2bb27631d102b997e989ca5dbb06', '40.77.167.123', 1682925938, '__ci_last_regenerate|i:1682925938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5bac347f43813b7a4cb6aa869bc579d5ebee13', '143.198.141.218', 1686060975, '__ci_last_regenerate|i:1686060975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5cf2c24c137c15040c73fb4b88da503428741e', '200.119.170.30', 1660316411, '__ci_last_regenerate|i:1660316411;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660315927;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5e65fec2e63e55a57181e62b2f571d4319122c', '190.148.157.177', 1682212668, '__ci_last_regenerate|i:1682212668;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682212402;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5eb70cd082ba9503355fa0ceda0147bc43f60b', '114.119.141.34', 1685006681, '__ci_last_regenerate|i:1685006681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb5ff2e866158b0ac53242479c45300366234fde', '74.208.2.160', 1672659756, '__ci_last_regenerate|i:1672659756;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 ('cb6078ee306ba8a1dbb5ebfa0f260967b5a84599', '190.148.252.55', 1675688991, '__ci_last_regenerate|i:1675688991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675687895;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb611e1ebb33b66b6b8ca8cb890cfacd50329dab', '114.119.148.174', 1688018161, '__ci_last_regenerate|i:1688018160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb612f8225197894e9f9de71ae723ed2a554ad2a', '114.119.152.70', 1688509888, '__ci_last_regenerate|i:1688509888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb619b16bf1f6bd39076e86023e3d5300423e14c', '40.77.167.175', 1679847947, '__ci_last_regenerate|i:1679847946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb64505fe02364c3a624e04a5145bc4f836619a9', '66.249.79.196', 1687489145, '__ci_last_regenerate|i:1687489145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb64ca45fd4e36057268d2f7d05c1c17c24c76dc', '190.148.87.182', 1679865986, '__ci_last_regenerate|i:1679865986;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679865983;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb675e638802158a910ffec7050ef3e85ba549b2', '51.222.253.1', 1687027041, '__ci_last_regenerate|i:1687027041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6a77d86b066ef8f8930390a3ec8f2eaf90cc72', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6c6e312f290f5d160e42deb5e7df9f436d06ea', '200.119.168.9', 1656275740, '__ci_last_regenerate|i:1656275732;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274321\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656275740;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6ca53dd912d60dbbfb5d8097881ec0e7ef21c4', '114.119.130.210', 1686746668, '__ci_last_regenerate|i:1686746668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6e3ba105690e8c3f477438764fd021008303bd', '149.202.80.155', 1681193758, '__ci_last_regenerate|i:1681193758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6e6542de1ecd531fd181d4b1b42a63363102fe', '157.55.39.171', 1675149532, '__ci_last_regenerate|i:1675149532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6eb23d39d226f1363c40c7bb3b55c39773f854', '40.77.167.11', 1673821379, '__ci_last_regenerate|i:1673821379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb70652a18eb784f78faf395b585120f0335db3e', '3.17.140.79', 1667896407, '__ci_last_regenerate|i:1667896407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb71e82ddeb8f5066d1df3578f40b63b21628661', '190.148.252.183', 1681652896, '__ci_last_regenerate|i:1681652896;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681559255\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681646978;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb75ece505bfad5c6463064723443bf36f189396', '114.119.159.20', 1685627744, '__ci_last_regenerate|i:1685627744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb792a04b1720f5ea0672eef70af52d0128f02cd', '200.119.172.60', 1675115856, '__ci_last_regenerate|i:1675115856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675112361;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb7ad9872320aa53fdf4c8db98338784b57c43d9', '51.222.253.18', 1658157188, '__ci_last_regenerate|i:1658157188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb7b10ec544b2c0a43f5aa7c493cb0dc6c018983', '207.46.13.12', 1676326593, '__ci_last_regenerate|i:1676326593;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb7b837b69091b9aa0d6f93382306f3222b141cf', '51.158.125.31', 1656187970, '__ci_last_regenerate|i:1656187970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb7bdc39fe6885272087051dad3db148b79b0291', '93.158.91.189', 1663045230, '__ci_last_regenerate|i:1663045230;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 ('cb7ca68bc437a5cb07d83a3bf59335c5610423a1', '54.227.32.154', 1652694517, '__ci_last_regenerate|i:1652694517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb7dd6d1789b3d5bb95736be322ae5132a1ed1fb', '190.148.157.80', 1669652386, '__ci_last_regenerate|i:1669652386;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669652377;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb8173a8acb383a07b2f3e32d5fbd2c8697e3075', '190.56.50.15', 1667136626, '__ci_last_regenerate|i:1667136626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667136612;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb82cafe28393fce20180414d2cf3b21854b2278', '114.119.137.146', 1688209988, '__ci_last_regenerate|i:1688209988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb83448ebe08911ba301c13ed2bf811e88a3366e', '66.249.79.201', 1680965773, '__ci_last_regenerate|i:1680965773;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 ('cb851d61a0eccac024484410ed179c849919bf4b', '114.119.157.110', 1686984305, '__ci_last_regenerate|i:1686984305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb85d675349cd7c7a1f515a7b57a9a3b087deefc', '173.249.31.237', 1659409248, '__ci_last_regenerate|i:1659409248;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 ('cb869af094524626ee0ae3b58c41d2fe23cef33a', '52.167.144.171', 1685484959, '__ci_last_regenerate|i:1685484959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb89b32e65968e778253dbc2b64430307d2fbf4b', '114.119.135.130', 1684461489, '__ci_last_regenerate|i:1684461488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb89ece7c8be9b62ec74e44d880b362a9205d75d', '51.222.253.4', 1674830710, '__ci_last_regenerate|i:1674830710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb8d85d54ea2a8a875924b925cc5f042eb621182', '200.119.170.30', 1660243726, '__ci_last_regenerate|i:1660243460;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1660065879\";last_ip|s:14:\"200.119.174.28\";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 ('cb8db52172f3b475d09dc8b0c894c7add27a76f2', '190.148.252.96', 1673268659, '__ci_last_regenerate|i:1673268659;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673268258;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb8f9487dea5a574a0753cac168887332db77045', '52.167.144.98', 1684435567, '__ci_last_regenerate|i:1684435567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb91db1bc8ed33bdd07f7ba62e84368f614cb2c0', '40.77.167.43', 1659050160, '__ci_last_regenerate|i:1659050160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb933fe5fd07351d768511bd20ea3c879d52d330', '17.121.112.219', 1651407569, '__ci_last_regenerate|i:1651407569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb95a546281f055eece0bef9c9b8d82e6852bba6', '114.119.136.30', 1686279686, '__ci_last_regenerate|i:1686279686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb9612a34b29506e204c0da0fe7a00677f54e5dd', '190.148.252.73', 1664837703, '__ci_last_regenerate|i:1664837703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb9a533b8ecc543f80754b8e422815b97ec1d4c4', '195.123.240.173', 1672757395, '__ci_last_regenerate|i:1672757395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb9ca78009fcab01c870fbcac60e7068edd4e09a', '200.119.171.24', 1665937095, '__ci_last_regenerate|i:1665937095;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665937070;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb9dde93ddcf0b27c7e82503af324da196430f27', '114.119.153.50', 1688170976, '__ci_last_regenerate|i:1688170976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba0fc01232d526dd61cb8aad8f151bc12dd700a', '190.56.173.136', 1687917022, '__ci_last_regenerate|i:1687917022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687866247\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687916715;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba11df95565c723ef88b5d9cb3bddd982881e5c', '114.119.128.46', 1687736055, '__ci_last_regenerate|i:1687736055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba1978c75b40f06dd326ca51644773c6d34bba8', '52.167.144.171', 1684834699, '__ci_last_regenerate|i:1684834699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba5222b83bb33e3912ae2b6e99978325f5231d5', '51.222.253.15', 1663670161, '__ci_last_regenerate|i:1663670161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbab99d6de96ffc698f047721d2f57a3f8246cce', '190.148.252.96', 1673010410, '__ci_last_regenerate|i:1673010410;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673010392;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbae20bd27dd29630c1dbfc20fa848dc8c2ab980', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbae4a8c21f3af57a732eabe494b1c6ef252e9a8', '190.148.252.76', 1652800395, '__ci_last_regenerate|i:1652800395;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbafb74e7c0cd3f5642c683b6a499aab2b6bb80e', '35.87.51.164', 1686185680, '__ci_last_regenerate|i:1686185680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbb06a8c25d15732d32a78da74e824a6e45f2629', '198.199.83.54', 1652073900, '__ci_last_regenerate|i:1652073899;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbb0770875dd6f7a2f1c52a7c725f512c08a2b58', '40.77.167.182', 1683027660, '__ci_last_regenerate|i:1683027660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbb1e6930199b1d3fdc15d6ef8e7c6217fbe2d1c', '34.148.190.85', 1657700809, '__ci_last_regenerate|i:1657700808;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbb467fed0d771214ca5014e1fc88ffbae9445d3', '190.148.158.151', 1677104882, '__ci_last_regenerate|i:1677104882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677104854;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbb4dd60931fe3baee86775ea01494bbe044d0bd', '114.119.138.185', 1684361083, '__ci_last_regenerate|i:1684361082;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbb80d730d1124cd8b59a1f5258693acffce19ee', '157.55.39.131', 1663764689, '__ci_last_regenerate|i:1663764689;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 ('cbbb1fb1e0151cade97896cbfc05de101466c134', '190.148.252.111', 1678120195, '__ci_last_regenerate|i:1678120195;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678120185;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbbbda575347eec8b712a9b09fd642a57099d576', '52.167.144.164', 1685708830, '__ci_last_regenerate|i:1685708830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbbcd90c632cf30dc872ddeed8cca20eeddc1401', '157.55.39.212', 1677596086, '__ci_last_regenerate|i:1677596086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbbd7afffd0c93e388678d4d470fe48c7827eaeb', '65.154.226.220', 1650747772, '__ci_last_regenerate|i:1650747772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbbf87e4791f6d962a5c2b988b1af3e07e7bc645', '17.121.115.40', 1660798902, '__ci_last_regenerate|i:1660798902;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 ('cbc0368cc80c086e8335799d684a13bfbc4223db', '51.222.253.4', 1668714907, '__ci_last_regenerate|i:1668714907;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc091ba7d9fd98e8d2b10ee6b8f933ca13e5560', '40.77.167.123', 1683493431, '__ci_last_regenerate|i:1683493431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc3192954ca6eeb82b68f004ed31c5b73b57c14', '52.26.21.247', 1674740410, '__ci_last_regenerate|i:1674740410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc40889cf2fb72b56ac8f290874e6a946d17d60', '40.77.167.86', 1678714433, '__ci_last_regenerate|i:1678714433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc47f999ce3b92dda17586e5bd9852f6d17f2c5', '51.159.101.199', 1666850216, '__ci_last_regenerate|i:1666850216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc4d5fa10e1d1c6a2369c580b727a27633eb1d2', '52.167.144.162', 1686312914, '__ci_last_regenerate|i:1686312914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc6a10d1ad6f6faac7272bf19a162b135209eba', '190.148.157.177', 1682185192, '__ci_last_regenerate|i:1682185192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682185081;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc70749c3d17036c1e17c87fa6c78f14ea59edf', '17.121.114.162', 1652163944, '__ci_last_regenerate|i:1652163944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc8c2d62fb0e3c5da76b88e9820f3dbc5486697', '200.119.168.250', 1680612161, '__ci_last_regenerate|i:1680612161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680612100;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc91e83b8d954df19a2725cdbd449d8b575782b', '40.77.167.207', 1681586464, '__ci_last_regenerate|i:1681586464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc97cf3360467a5c5dc828cf295ddd981841077', '190.148.252.183', 1681391924, '__ci_last_regenerate|i:1681391924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681311299\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681391831;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc9c0183ad45d01caf9bedc075ba1aefb52f988', '114.119.147.129', 1685525119, '__ci_last_regenerate|i:1685525119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbca34e9b1ad66eae29bd8fe675fdbea70416ea5', '200.119.173.87', 1662754585, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbcaea8c98f902246a34060de71d2efa2eee613e', '23.231.15.133', 1660131215, '__ci_last_regenerate|i:1660131204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbcb1654a3b6802a6d1025b9f15d02ef01d96845', '51.222.253.13', 1656503221, '__ci_last_regenerate|i:1656503221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbcd09d4e4a24adb76e8a4119b92c45ba8442417', '52.167.144.98', 1686103014, '__ci_last_regenerate|i:1686103014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbcfd8e3b878619efad85a52cfec8e15d72c1517', '52.167.144.98', 1686407213, '__ci_last_regenerate|i:1686407213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd06207809025d6c8d448ac187209513911ddd6', '114.119.150.209', 1686901980, '__ci_last_regenerate|i:1686901980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd48b76bb540d50a563d4673d1e4076d6344430', '190.148.157.99', 1662651438, '__ci_last_regenerate|i:1662651438;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662591479\";last_ip|s:14:\"190.148.157.99\";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:1662650142;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"K4EvwOVe0sjngkNBlqxY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd77f3d67f0d019e71f31d0e8f075a991613faa', '51.222.253.15', 1656352368, '__ci_last_regenerate|i:1656352368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd81aabd0ff444549cd576b8b5c538029214d1e', '51.222.253.14', 1656177695, '__ci_last_regenerate|i:1656177695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd8771d0c62ba962bde11440c656f94fc5389a0', '190.56.55.48', 1687543519, '__ci_last_regenerate|i:1687543519;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687543511;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd87e8ed45326a18fafae767fbe5d90b22f16f0', '190.148.157.194', 1661994268, '__ci_last_regenerate|i:1661994268;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661993705;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd902c576054f214b4b228dc6996033cb885747', '52.167.144.95', 1680774675, '__ci_last_regenerate|i:1680774675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbdadf875f99e655d34b54a64432850491fc5815', '51.254.199.11', 1658559129, '__ci_last_regenerate|i:1658559129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbdcdfd01ed10bab7cd998951e52edffeee922d5', '51.222.253.6', 1673662482, '__ci_last_regenerate|i:1673662482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbddf7b62f2bb2b6c8a1cf313784f9352cdf59f8', '95.105.124.92', 1650982232, '__ci_last_regenerate|i:1650982232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbdee246b46d1963e2871dca6a81db5798cce9bf', '36.155.90.183', 1650951909, '__ci_last_regenerate|i:1650951909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbe1a416532988df874da7422a97789a49c7a9d9', '205.210.31.135', 1655306972, '__ci_last_regenerate|i:1655306972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbe50eee1be9bb5a40bad9e610e9cc672eac977e', '95.177.174.212', 1651267996, '__ci_last_regenerate|i:1651267996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbe61a880fe06a0f483d68d6573a46ca10e84b3b', '190.148.252.106', 1684334506, '__ci_last_regenerate|i:1684334506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbea7478af8f2e18e169aae654ee1199096a4259', '157.55.39.118', 1657048012, '__ci_last_regenerate|i:1657048002;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbeb8f2c71bbc6095b49eefb7c9f593986f16d8c', '198.244.152.59', 1682224093, '__ci_last_regenerate|i:1682224093;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 ('cbeca805b49f5b3cb860fde6169c98773d4113a5', '52.167.144.164', 1685882418, '__ci_last_regenerate|i:1685882418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbed4a86d3cc31b35f6b747a5ec0bfe49ad858da', '3.16.78.97', 1668653790, '__ci_last_regenerate|i:1668653790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbed57d0203a5217cca5775857369441b0e1d242', '130.245.169.247', 1657277740, '__ci_last_regenerate|i:1657277738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbf0979ba61dcb1dc7f4a8a745d51a512b484a14', '190.148.252.88', 1670778970, '__ci_last_regenerate|i:1670778970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670775607;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbf4e5a45c9594b131448232dc61f4c0f51f9b90', '157.55.39.164', 1663453681, '__ci_last_regenerate|i:1663453680;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbf4ebdfa49a5ef5f50bc2bb7499c6badf854728', '17.121.114.174', 1652102428, '__ci_last_regenerate|i:1652102428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbf718fe435d84e8d1709dbd49d4e1ef32fb9a76', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfaa254fc81c9bb700fe05696a0a20e0191681c', '207.46.13.160', 1665137005, '__ci_last_regenerate|i:1665137005;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfd6ce3f74198bfb37722c2d11b52d158519edd', '114.119.137.195', 1687928855, '__ci_last_regenerate|i:1687928855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfdd5bca32178c9701d9853994abec2c0f91377', '51.222.253.6', 1662557790, '__ci_last_regenerate|i:1662557790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfe78ed8cd509885dbef14b17cdbf57fb710b23', '52.167.144.162', 1686834428, '__ci_last_regenerate|i:1686834428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfea1e21251ba9bb6975dae993abf3d9c2885a0', '207.46.13.210', 1686964916, '__ci_last_regenerate|i:1686964916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbfeef9a4fcddaf4052fa7e0b4e11c7d14e99e61', '190.56.32.243', 1684761322, '__ci_last_regenerate|i:1684761322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684669704\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684761316;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc03b57ae8b7c63a5d9ddf2f6466453d97a0494f', '207.46.13.207', 1678528146, '__ci_last_regenerate|i:1678528146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc045ab939a3380c6899e1d4515a8170992207e9', '207.46.13.154', 1671066172, '__ci_last_regenerate|i:1671066172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc06539a049b977298368cbd34ed1b3a2ec33752', '40.77.167.191', 1681835523, '__ci_last_regenerate|i:1681835523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc092217d06102fb8a43626190e20bc623a5c11d', '200.119.173.107', 1686783078, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686783078;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686783070;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc0933dfb3aa064164cab58b6cd3f1ee44974ec3', '207.46.13.160', 1665634765, '__ci_last_regenerate|i:1665634764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc0a07f6f220dfb1e59603d5757a1f0cb6f8e630', '52.167.144.55', 1680942756, '__ci_last_regenerate|i:1680942756;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 ('cc0cace5802d81775873477be2f06149c6e309ce', '52.167.144.171', 1685157050, '__ci_last_regenerate|i:1685157050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc0da9402158d6a2e36242efef0008f28d4dcd90', '190.56.32.174', 1676831081, '__ci_last_regenerate|i:1676831081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676831079;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc10b2ee3cd914120e467b407a8d91e45ca142d6', '200.119.169.44', 1663767404, '__ci_last_regenerate|i:1663767401;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc1109b23d3e9d2114541f1a9ccd8167471c852b', '190.148.158.110', 1662056761, '__ci_last_regenerate|i:1662056760;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661989789\";last_ip|s:15:\"190.148.158.110\";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\";user_csrf|s:20:\"MNL95iAnOyZt4jJduz7B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc124ce347ce9168b70515be8f24ed046201eb9d', '17.121.114.252', 1656353755, '__ci_last_regenerate|i:1656353755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc1406ee69a8bd9e804ec167ed241863acd84731', '200.119.172.88', 1659444529, '__ci_last_regenerate|i:1659444529;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659444522;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc1563f08acef87dc7ac6b306facee460bad0606', '130.245.169.70', 1657360543, '__ci_last_regenerate|i:1657360542;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc16984f2ffe715f564b65d196ffcaa88d5cda2c', '114.119.152.60', 1687334941, '__ci_last_regenerate|i:1687334941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc18b1dac14fb4172d0317c9836c1688ea007d33', '114.119.149.145', 1684417327, '__ci_last_regenerate|i:1684417327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc1bcf5ac84aaadcf7f4d537097d94bac405f752', '52.167.144.162', 1687419140, '__ci_last_regenerate|i:1687419140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc1f514f84997f9b12061fd7f9cf24755af0a14a', '54.36.148.97', 1681327565, '__ci_last_regenerate|i:1681327565;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 ('cc20c5af063eaf4c9c6cb195a76ed2dc540f99c4', '54.227.32.154', 1652213286, '__ci_last_regenerate|i:1652213286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc21ed176af45d01c59ed2af12adf074a19f536e', '51.222.253.5', 1668713423, '__ci_last_regenerate|i:1668713423;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc232dca700994652d8a9768f3f3b45bc8061207', '190.148.157.99', 1662642582, '__ci_last_regenerate|i:1662642582;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662581516\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662642550;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc241b726759abb02eed13bf0353d1e969141cda', '52.167.144.98', 1685123940, '__ci_last_regenerate|i:1685123939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2476372e696c0a26f74823e968d95e5b0a40d4', '52.167.144.76', 1682351371, '__ci_last_regenerate|i:1682351371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc262d7766e5fe37c05b9b8beb897b5f2fab9372', '190.148.158.23', 1687218634, '__ci_last_regenerate|i:1687218634;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687218629;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc268d640a3cbe50c5814ae7d49964d958b4a527', '52.167.144.171', 1685076615, '__ci_last_regenerate|i:1685076615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2812edccba5f958050ea01e8e4e33537e14b74', '52.167.144.164', 1684315746, '__ci_last_regenerate|i:1684315746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2989fd3576cf0cb58f40b0267a1607433ce485', '54.37.233.116', 1650852367, '__ci_last_regenerate|i:1650852367;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2af14c7f30fff1a860b51f3ebf10280fad029b', '114.119.153.84', 1688286497, '__ci_last_regenerate|i:1688286497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2b9ba8199d5ac20760aee94771e5c3393e8214', '185.27.99.123', 1651627517, '__ci_last_regenerate|i:1651627517;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 ('cc2ba00ba48788a21969dc3cb7c60750abd6eef2', '157.55.39.94', 1672592423, '__ci_last_regenerate|i:1672592423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2bebc421194b93e62be5b0ab0c3b3f6f7d5707', '111.7.100.20', 1650686674, '__ci_last_regenerate|i:1650686674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2deea485764462d26a42865e8965f4c636187b', '190.56.50.253', 1682788163, '__ci_last_regenerate|i:1682788163;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682788090;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2f88e7dbc8abdac5db43ca7bff8e2b2b2c1777', '190.56.50.253', 1682716948, '__ci_last_regenerate|i:1682716948;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682716926;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2f8c2c034e291fac71d2f5f9a7bcceae59232e', '52.167.144.154', 1687664990, '__ci_last_regenerate|i:1687664990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2f91091b09e0f7c9f4117480dc23f116c30a00', '190.148.87.182', 1679764731, '__ci_last_regenerate|i:1679764731;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679763834;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc30df63cfd6ad798641eab34497816da8ef82c5', '190.56.173.175', 1652894603, '__ci_last_regenerate|i:1652894603;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652894504;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc310228307021909de1ccad6e9ff8411f0783bc', '190.148.157.80', 1669245295, '__ci_last_regenerate|i:1669245295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669245064;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc320e4a18acda1d5d3f4e68396d05d9de36e3ba', '52.10.246.100', 1668777160, '__ci_last_regenerate|i:1668777160;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 ('cc32b8cd11282121a6260583b505a29e274a34bd', '52.167.144.54', 1678423107, '__ci_last_regenerate|i:1678423107;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 ('cc3356e55ec797a11346dce5991a7d3a83bd9d88', '200.119.170.212', 1665875580, '__ci_last_regenerate|i:1665875580;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665874154;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc37688400bf608426511f675865576a06d03998', '40.77.167.13', 1672188309, '__ci_last_regenerate|i:1672188309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc3a37f6f7ea334068ad8889ee4c3917f978deb3', '52.167.144.164', 1685077839, '__ci_last_regenerate|i:1685077839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc3b9143173a6159e6a0a4fad45e0f326582c3e3', '114.119.153.214', 1686547448, '__ci_last_regenerate|i:1686547448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc3db66614ea7ac92e5af6df357768468bd68eb8', '66.249.77.39', 1675021953, '__ci_last_regenerate|i:1675021953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc3f9219b48672d67164301e551f4df09d67aec1', '51.222.253.7', 1653438597, '__ci_last_regenerate|i:1653438597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc3fd697c6906adfa802b08f037d167c54aad702', '52.167.144.98', 1686726872, '__ci_last_regenerate|i:1686726872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc40ffc43ee41281f1e381b670b085e40c0d8aff', '40.77.167.79', 1655312094, '__ci_last_regenerate|i:1655312094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc41ca26fc93c69c9ebf95c7c0504a1c254a9c0c', '15.204.142.133', 1650725202, '__ci_last_regenerate|i:1650725202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc429f18707cb39ab20a58b5dc831c3de76dd82a', '200.119.168.48', 1668034539, '__ci_last_regenerate|i:1668034539;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668010478\";last_ip|s:15:\"200.119.168.118\";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 ('cc4419e6f6955d6cc974cb0501381ea523006501', '149.56.160.153', 1669810902, '__ci_last_regenerate|i:1669810902;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 ('cc4468369d21b7e0b0a19b4bc22c6a268a50c43a', '54.36.148.1', 1662036657, '__ci_last_regenerate|i:1662036657;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 ('cc44cfded261c3cadb9ef785767274a7b4e4cc65', '190.56.54.156', 1665277782, '__ci_last_regenerate|i:1665277782;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665276626;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc44e325daf5c61a85bf5ece76b25d75ffb78eeb', '157.55.39.144', 1665033175, '__ci_last_regenerate|i:1665033175;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc45d893a8419b724e25c435bcb0dfa8665be0a7', '207.46.13.17', 1673502072, '__ci_last_regenerate|i:1673502072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc47fd6c7ba84ac72dfedd92b933f6104f6d67d0', '200.119.170.143', 1670181083, '__ci_last_regenerate|i:1670181083;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670181058;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc490ea5c3dfd3868c3712e9d2386c313c9277fb', '190.56.32.35', 1672013504, '__ci_last_regenerate|i:1672013504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672013469;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc492bc8b20c8f86c3a744f5903472f6df0f92bd', '157.55.39.69', 1671814982, '__ci_last_regenerate|i:1671814982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc4b03f7ff541d8a34906fc673ba9fd96b90f33b', '51.222.253.7', 1656348361, '__ci_last_regenerate|i:1656348361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc4bc403559c8b24b94c5d5d4c7050b5b9175069', '54.36.149.93', 1687703109, '__ci_last_regenerate|i:1687703108;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 ('cc4edeb3df8a89e8b7b3a945a80a66d8fb78f5ac', '114.119.148.187', 1686575032, '__ci_last_regenerate|i:1686575032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc507106ec0a596abe7bb5a880233d9da8200bf0', '40.77.167.161', 1677047979, '__ci_last_regenerate|i:1677047979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc51ec8036554719ac357a9120b10bb22bded008', '154.83.232.154', 1686092652, '__ci_last_regenerate|i:1686092650;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc522bf6640d8ec78dc85ce0d7f0668835d6d09e', '200.119.170.209', 1656942561, '__ci_last_regenerate|i:1656942561;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656879039\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656942552;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc537469e988e8ce2ff3b983346e86d35b681328', '157.55.39.64', 1672461125, '__ci_last_regenerate|i:1672461125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc56099f65f06d4a530dc6687caa18c3855079b5', '66.249.79.203', 1685300347, '__ci_last_regenerate|i:1685300347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc57d68765036f2f44736d9bfdc04e6b8385a610', '52.167.144.98', 1685684499, '__ci_last_regenerate|i:1685684499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc57d8a14e53f1c7e4ab2d508af981eaf332bf4d', '190.56.32.35', 1671903566, '__ci_last_regenerate|i:1671903566;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671902565;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc59010ada47cd66fdae8bda5b6deaa35f156d68', '23.172.112.234', 1683765782, '__ci_last_regenerate|i:1683765782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5a298f2b87baee479985ed60a54f7c1391d376', '190.148.87.6', 1668357868, '__ci_last_regenerate|i:1668357868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668357864;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5a54c4f220ace0c4c9fe7a9f2a2a3b6a924195', '18.189.2.21', 1680308344, '__ci_last_regenerate|i:1680308344;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5bc7ac0b78606413a7c9df7dde2d5a3af6e2d8', '52.167.144.70', 1688234845, '__ci_last_regenerate|i:1688234845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5bef8227d2f22bd59fe06a7baef0290defb177', '200.119.173.177', 1685130085, '__ci_last_regenerate|i:1685130085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685130035;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5deb6a69923f08cf94e2504dbae1b2ba18cccd', '114.119.134.95', 1687070771, '__ci_last_regenerate|i:1687070771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5e4270040c2bcbd415ad5eacb216f44e4d55bc', '40.77.167.115', 1681605388, '__ci_last_regenerate|i:1681605387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5eb12b67a528c1145d1da7701657f64548ba69', '190.148.252.177', 1674078905, '__ci_last_regenerate|i:1674078905;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674078900;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc5f5ecdf3bbb3c3484d1684bf0fe89938a007a3', '190.56.32.162', 1686311058, '__ci_last_regenerate|i:1686311058;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686310582;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc607fde86a10ee2549439e33c22cd558d282631', '40.77.167.175', 1680357174, '__ci_last_regenerate|i:1680357174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc614d4900f2707bdfbd1933e6b033f944447f59', '176.120.118.83', 1650949611, '__ci_last_regenerate|i:1650949611;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 ('cc6503e2cb9a84fcea616cf51777bac7ff85c455', '40.77.167.60', 1671538123, '__ci_last_regenerate|i:1671538123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6802f4297ed90b60cc7d4716cf8c68e6edd6ea', '35.87.18.235', 1675518592, '__ci_last_regenerate|i:1675518592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6883dc78107f01ee8711de32000d854bfc5e14', '114.119.138.107', 1686073678, '__ci_last_regenerate|i:1686073678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6b78807d0c7d5aa66da073e7e46cdc26e34cfd', '190.148.157.53', 1683849494, '__ci_last_regenerate|i:1683849494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683849439;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6bee97894359a1e48f3ee5944120bfea441a0e', '34.221.14.136', 1660050918, '__ci_last_regenerate|i:1660050918;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 ('cc6c0fa1b28c0b252bcb2980799fb665ecef71d4', '52.167.144.42', 1679629941, '__ci_last_regenerate|i:1679629941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6da51dafa4f46e2da737ff63aecef795f95330', '54.37.233.116', 1650851983, '__ci_last_regenerate|i:1650851983;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 ('cc6e3b2ae84204342e2248bc47dc2b94cae4d6a7', '17.121.115.134', 1654010827, '__ci_last_regenerate|i:1654010827;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 ('cc6e56ae6e710a84b49d10277bade5635b99d91b', '157.55.39.69', 1672165644, '__ci_last_regenerate|i:1672165644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc6fbc53132fe7165577d3f7ec3fa5df706920fd', '114.119.141.200', 1687310487, '__ci_last_regenerate|i:1687310487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc712b3e5503b16daebc8e2da27bf42ffd6b492f', '198.244.152.59', 1682224094, '__ci_last_regenerate|i:1682224094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc7263e03bee5c3d10fa3b56d1da5c755b2b7392', '200.119.172.60', 1675035693, '__ci_last_regenerate|i:1675035693;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675035615;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc731d0769034fc6da3842d06bb51969b313edd8', '190.148.158.175', 1672363311, '__ci_last_regenerate|i:1672363311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672363292;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc74ec7cb816cc5a11bfb6d1c77e3d8d41134e0a', '40.77.167.241', 1687707498, '__ci_last_regenerate|i:1687707497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc75b0f4cb9a3ffb33a975d116a6039a006addeb', '66.249.65.179', 1673880287, '__ci_last_regenerate|i:1673880287;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 ('cc78062cfe176e383c0fb9c7589ad5188a844293', '200.119.173.133', 1660848438, '__ci_last_regenerate|i:1660848423;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660826186\";last_ip|s:14:\"190.148.87.248\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660848427;register_id|s:2:\"76\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-18 09:09:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc784804284074a036a182b0ba01ae32fa174f6f', '200.119.173.78', 1682806449, '__ci_last_regenerate|i:1682806449;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682806446;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc7bfd8ca66707ab975427198ff21ef273b0027a', '52.167.144.162', 1686778011, '__ci_last_regenerate|i:1686778011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc7d4156ee88babd895ba1c0fb0371dcf4f1f146', '190.148.158.110', 1662079864, '__ci_last_regenerate|i:1662079864;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662037120\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662079438;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc7d58b5915f3cb79f446fcb338272fcdb90a802', '130.255.166.24', 1679036517, '__ci_last_regenerate|i:1679036517;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 ('cc7e4e3715a152383bfa9910f5564aa4dc3b430b', '207.46.13.134', 1673355374, '__ci_last_regenerate|i:1673355374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8070a7c95d0fb25bd6ab6590d351bfddb11278', '190.148.252.73', 1664810111, '__ci_last_regenerate|i:1664810111;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";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\";user_csrf|s:20:\"WQulBniE5YhSeLt02TGC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc82bff1d7fa2a2fac36bfaf4329bc28b963eb8a', '114.119.153.160', 1686386191, '__ci_last_regenerate|i:1686386191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc83588a41f60a6b6b78929b6d2bf4d0a56ec026', '52.167.144.98', 1685406345, '__ci_last_regenerate|i:1685406345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8520b13c4bada5b8fe2a194345e9c95331c639', '51.222.253.17', 1672252500, '__ci_last_regenerate|i:1672252500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8683877b7c369f936aeae33fa60cd525b11f0a', '114.119.137.67', 1688487313, '__ci_last_regenerate|i:1688487313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc86874164019dd84ad8e39dfd5086fee676bc82', '51.222.253.3', 1667687758, '__ci_last_regenerate|i:1667687758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc876f0691deaf690c8d6a49130cadcb6d502f91', '114.119.153.172', 1687708175, '__ci_last_regenerate|i:1687708175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc87728e69aeda8aedb1c032bb6722a306d3ddea', '74.125.215.11', 1661575166, '__ci_last_regenerate|i:1661575166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8a0f1fe543d4c0ace06948caad651780b10120', '207.46.13.106', 1670748036, '__ci_last_regenerate|i:1670748036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8c26e755dcf34fae4d0653f095b560c754a02c', '190.148.252.183', 1681264382, '__ci_last_regenerate|i:1681264381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681264381;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8c4fcbd6e98e26129ae5c6ce01de7be9e023e1', '40.77.167.207', 1681698797, '__ci_last_regenerate|i:1681698797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc8d66661ad0889a380d51a78a7119efa952da09', '40.77.167.225', 1680413688, '__ci_last_regenerate|i:1680413688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc90198be0ed09be32f71815dd830d3d253c45e0', '190.56.50.15', 1667085537, '__ci_last_regenerate|i:1667085537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667085526;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc90a2f7a4374fcf5da5e3a7573d2b9b743b5f7b', '114.119.129.36', 1685098286, '__ci_last_regenerate|i:1685098286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc91c93c385ee527089b7db0859ba42e588a7938', '114.119.133.83', 1685152891, '__ci_last_regenerate|i:1685152890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc91daf364db98ce33ba6887707a0aef146a97ac', '190.56.55.113', 1673455430, '__ci_last_regenerate|i:1673455430;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673455420;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc92309ad529d003f8a150e6bc659ac224f0e6aa', '52.167.144.98', 1684400811, '__ci_last_regenerate|i:1684400811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc92beb4106f0c92431f78fec1d800c84a1a6497', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;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 ('cc934f002b0788a35d8c6694a8203afeb1683cd4', '54.36.148.208', 1658370155, '__ci_last_regenerate|i:1658370155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc93d674624bb4b9cae2d31985a9a712411775d0', '66.249.79.198', 1685300348, '__ci_last_regenerate|i:1685300348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc96e1520323774de882149aa8fac6ebdaf631d7', '190.148.158.151', 1676991462, '__ci_last_regenerate|i:1676991462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676991441;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc999f1be874bd03dcdccf6992f75a08425b017c', '114.119.158.6', 1687823900, '__ci_last_regenerate|i:1687823900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc99ec182f9c7e8403afacd46b67f347c31ba350', '52.167.144.164', 1684555310, '__ci_last_regenerate|i:1684555310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc9a6b888a3ce9e43ee829eb5bbb19332c9010e8', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc9bc83bffdb2dc0b5e6309ab0fa06defa53d8ff', '17.121.114.51', 1655147034, '__ci_last_regenerate|i:1655147034;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 ('cc9c0da6327da042f5125cf096f22df5fd7f7f9c', '54.184.76.150', 1668346116, '__ci_last_regenerate|i:1668346116;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 ('cc9c92d2287d76d6946862302c9bc57537a295c8', '190.56.55.113', 1673830854, '__ci_last_regenerate|i:1673830854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673829749;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc9d371cf7ca665bc5586eafc6e38aba29f34691', '51.222.253.10', 1673667117, '__ci_last_regenerate|i:1673667116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc9e095a9849a8b9a70f445f52f259f012cc6af2', '66.249.79.193', 1679903071, '__ci_last_regenerate|i:1679903071;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 ('cc9e341736dd8915ec5bc05a4945665ce70b97a4', '107.22.46.53', 1680395725, '__ci_last_regenerate|i:1680395724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc9ec90628bc6fa3a608cac05648f149256e8bd2', '52.167.144.171', 1684632675, '__ci_last_regenerate|i:1684632675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca0ab4f8bce876f282a74fcda6a2a45c9142570', '207.46.13.1', 1671405867, '__ci_last_regenerate|i:1671405867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca424ef3cbfcbfc91cf52b617442a244c529524', '157.55.39.64', 1672390023, '__ci_last_regenerate|i:1672390023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca4469edbaca7c66236cd7531c7dd6151e6d653', '52.167.144.164', 1685927720, '__ci_last_regenerate|i:1685927720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca61732a390cb056bab43a56aaf48cd327749ef', '5.188.62.140', 1653277468, '__ci_last_regenerate|i:1653277468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca76d2278d996e1690bfbc1bee9436829fcbc40', '52.167.144.171', 1684658996, '__ci_last_regenerate|i:1684658996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccaa6d067a5c1c5889a13eef54af76a2a4090bea', '54.37.233.116', 1650851847, '__ci_last_regenerate|i:1650851846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccabda3762713550fed4628ae500204abf8a6269', '114.119.145.126', 1688122512, '__ci_last_regenerate|i:1688122512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccafb0b76f3a3e4cb92fef26d3b49c233324c580', '40.77.167.13', 1672178114, '__ci_last_regenerate|i:1672178114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb0913e2421c10702db48488a1acaec5c0657d8', '114.119.142.125', 1688272592, '__ci_last_regenerate|i:1688272592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb0b3c1cd5a093316bec296bb42052b947affee', '40.77.167.202', 1687841713, '__ci_last_regenerate|i:1687841713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb4eb0291c5b71803a359107c1c93c22653fe0a', '52.167.144.171', 1684463836, '__ci_last_regenerate|i:1684463836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb60d99f907ad1c8ad4d9e00a8de0da1071ebbf', '74.208.2.223', 1668050320, '__ci_last_regenerate|i:1668050320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb735cb61ed886723467b5859c5b323e78237ed', '114.119.155.23', 1688234867, '__ci_last_regenerate|i:1688234867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb7da85c4c714a601ffb78a0c5fdd4017277716', '114.119.129.175', 1687568911, '__ci_last_regenerate|i:1687568911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccbec5c91f10cff81732c29b0b09d1bf0d238fe3', '51.222.253.18', 1686732195, '__ci_last_regenerate|i:1686732195;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 ('ccc12894c1264836857add69e34a5512d88a62ca', '114.119.131.42', 1686921983, '__ci_last_regenerate|i:1686921983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc4c07001df3522833fd87793c6d7bac7342410', '114.119.134.91', 1684958914, '__ci_last_regenerate|i:1684958914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc5fca5c6585864af0c3c83625171ede6052833', '66.249.77.36', 1663189435, '__ci_last_regenerate|i:1663189435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc7d8daca45f17815455674addd983b507631f9', '207.46.13.6', 1672012395, '__ci_last_regenerate|i:1672012395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc8249346b83a287b968cd01d4957a7d499f6d7', '114.119.138.214', 1684907464, '__ci_last_regenerate|i:1684907464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc833ec211e2c0c9c17ac553236056501284adc', '40.77.167.191', 1682073618, '__ci_last_regenerate|i:1682073618;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc88186722f63a01e2f0b8a230b9e0c3719c935', '51.222.253.16', 1673953420, '__ci_last_regenerate|i:1673953419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccca66d430f7ee5d59cf64bd06e8d6690fe96c5c', '190.56.50.8', 1658693405, '__ci_last_regenerate|i:1658693405;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658690408\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658693405;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cccaccc362616b30d61022570c471af162f3985c', '114.119.130.152', 1688475932, '__ci_last_regenerate|i:1688475932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cccc21e2154d04f1993b0d970962fedde5933a90', '40.77.167.13', 1672289731, '__ci_last_regenerate|i:1672289731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cccca18063ca5a32e7042dd9c004aa10c11a6a7e', '185.27.99.122', 1662866732, '__ci_last_regenerate|i:1662866732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cccca7a5850e6a20a98730d9df46c78a06827cc7', '52.167.144.162', 1681888381, '__ci_last_regenerate|i:1681888381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccce99e188de8b9facda0a422501512d694cf6cb', '157.55.39.227', 1688445241, '__ci_last_regenerate|i:1688445241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd1529f302c7a9c1580e4c579ac187bfd61893a', '194.9.191.20', 1658836599, '__ci_last_regenerate|i:1658836599;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 ('ccd1ad468f525a300bb20880720029486cfdad95', '114.119.155.145', 1685976720, '__ci_last_regenerate|i:1685976720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd1f0eb9b4ee1124153b30555ad2c072b4ca33a', '66.249.79.196', 1680030711, '__ci_last_regenerate|i:1680030711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd46208e5df4ac6e128118b573901bfe429c2f1', '173.249.31.237', 1659409049, '__ci_last_regenerate|i:1659409049;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 ('ccd48a43ad5f79f0d5206b888d354de3ac060533', '51.222.253.15', 1685334625, '__ci_last_regenerate|i:1685334625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd5fec55876e17289aae8914ca5d52ae8eed144', '5.188.62.140', 1653305004, '__ci_last_regenerate|i:1653305001;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd645a96a321726e567fb7851dd760da4f4cb1f', '190.56.50.253', 1682626856, '__ci_last_regenerate|i:1682626856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682626836;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd6c9cefdb07c166323fe25e9d88c313b82dd5a', '190.56.48.81', 1666053630, '__ci_last_regenerate|i:1666053630;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666052222;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd6fba4fcad6eb7d7477068bcf6c597df06dcb6', '82.80.249.158', 1668921147, '__ci_last_regenerate|i:1668921147;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd73328a316bf59a6385042d2471d9875d53314', '17.241.227.162', 1680734859, '__ci_last_regenerate|i:1680734859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd80fd4452c438e531f54bd7cff8f9d10c60767', '114.119.151.64', 1686903524, '__ci_last_regenerate|i:1686903524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccd8959b4084caf32132eabd47a259c05bc7e9b4', '40.77.167.227', 1682143512, '__ci_last_regenerate|i:1682143511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccdc94ca53992e0cc30322a5e9a37f2be3ca2785', '51.222.253.7', 1668904464, '__ci_last_regenerate|i:1668904464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccdcdb7bf575e805b229e1c08820b2393299d506', '17.121.112.46', 1659258540, '__ci_last_regenerate|i:1659258540;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 ('cce0e1334ec4f52e414e3bd274858d4317f941b8', '190.56.173.175', 1652972993, '__ci_last_regenerate|i:1652972993;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";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\";last_activity|i:1652972735;user_csrf|s:20:\"JGbyND4OVCLq1RMAe9l0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce3682ce30493c2a32f39e69e595fe446d939e4', '51.222.253.17', 1663199306, '__ci_last_regenerate|i:1663199306;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce3dd5e54f673f8669a7d40622f981017451b75', '190.148.252.161', 1669982185, '__ci_last_regenerate|i:1669982185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669982158;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce47aa34c3a2106cfb191f3221bf6dcc183eed9', '190.56.50.120', 1661718124, '__ci_last_regenerate|i:1661717231;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661634012\";last_ip|s:13:\"190.56.54.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661717357;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce4e9407bae53f87cb2170f796dd0e300cbfa82', '52.167.144.98', 1685514856, '__ci_last_regenerate|i:1685514856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce61cefcfa6a1862cbc198f49f29b073ad67c97', '89.104.111.178', 1650837594, '__ci_last_regenerate|i:1650837594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccea487884fd4a625468c3995551481a463b3110', '40.77.167.207', 1681594616, '__ci_last_regenerate|i:1681594616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cceb93cbb235abdea65ef5b14d02ffa97eacb458', '40.77.167.101', 1681640914, '__ci_last_regenerate|i:1681640914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cceb9bb3b2385312c611103fde295965972fa9e0', '190.148.87.6', 1668451666, '__ci_last_regenerate|i:1668451666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668451608;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cceb9ea87c609b541fe0e251464601c52262be40', '190.56.173.213', 1683162780, '__ci_last_regenerate|i:1683162780;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683162776;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccec3834d80e133b440b0e22df8a94577f040c36', '198.251.73.87', 1672880979, '__ci_last_regenerate|i:1672880979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cceeb310d46d1443a1ec5f05b435f9ff5b83f3a7', '51.222.253.11', 1683894204, '__ci_last_regenerate|i:1683894204;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 ('cceeb34dcf1f92ee8609f221300f645a9750c26e', '200.119.173.96', 1687182788, '__ci_last_regenerate|i:1687182788;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687182716;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf27eb0a976581012c949ef0c34850effe7452d', '52.167.144.98', 1684593709, '__ci_last_regenerate|i:1684593709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf6786fe2950dbc83a0c19cf88692b0cd6d711d', '52.167.144.162', 1682614711, '__ci_last_regenerate|i:1682614711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf8574a6991b92bed0bbcefd9b461a3b65c47ac', '52.167.144.164', 1686321511, '__ci_last_regenerate|i:1686321511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf8ad9666818cadef095a6779c9cc74236800d9', '157.55.39.253', 1682343524, '__ci_last_regenerate|i:1682343524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf8bbde63545baf13d20b402647023f340f9b1f', '157.55.39.51', 1669419363, '__ci_last_regenerate|i:1669419363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf94e57fb541a6b011be750ce8babc02f2256b7', '200.119.168.250', 1681067422, '__ci_last_regenerate|i:1681067422;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681066296;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccf9b327bd4fad018cb3bd1c3d54ef5e0419a631', '66.249.74.105', 1683360930, '__ci_last_regenerate|i:1683360930;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 ('ccf9e825e3b05b2b638ca170eda5b297fa14f06e', '190.148.158.75', 1663094340, '__ci_last_regenerate|i:1663094340;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073776\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663094335;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfb34b4551b5e3c2903fff5a5d4d12552e284dc', '40.77.167.161', 1676882334, '__ci_last_regenerate|i:1676882333;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfb92e5ab5d8049a2c82a459e785318b5014283', '52.167.144.166', 1686914897, '__ci_last_regenerate|i:1686914897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfbd1a998126cd925bae74848c733bd38ef0422', '200.119.172.60', 1674658554, '__ci_last_regenerate|i:1674658554;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674658494;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfc0fa0420d3fc7929f33c94a1b159ea24b0e73', '157.55.39.208', 1685974235, '__ci_last_regenerate|i:1685974235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfc1ffed5ee949839fb1018bee3d47cd52612cd', '200.119.172.60', 1674773892, '__ci_last_regenerate|i:1674773878;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"y8W6cfb7KCtrZdH0Y4Ns\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfc76e7f9bcf7f96eec4b6a59633713b6eab053', '157.55.39.143', 1669998800, '__ci_last_regenerate|i:1669998800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfc9836bf069caa3c91a295c474ceefb7b5f140', '157.55.39.147', 1672092724, '__ci_last_regenerate|i:1672092724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfce1acac9a072cb7524142bec7b70a6bcdef8d', '200.119.170.143', 1670198898, '__ci_last_regenerate|i:1670198898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670198869;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfdb8e4809a6f6f6c6d28c26c330489b5ea67cb', '51.222.253.4', 1668331912, '__ci_last_regenerate|i:1668331912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccfdd00f3fe813893234d036ee3ae2b902a45c9f', '167.172.75.190', 1651282512, '__ci_last_regenerate|i:1651282508;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 ('ccffd57bba78f64c359d004d89cf5df0edf823e4', '40.77.167.56', 1673483476, '__ci_last_regenerate|i:1673483476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd00733a113ccae44577a9e6348c5acbc729ccfb', '190.148.157.80', 1669425849, '__ci_last_regenerate|i:1669425849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669425788;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd03b49f793200d58b627f75c913897808e72663', '54.229.215.218', 1683786589, '__ci_last_regenerate|i:1683786588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd06d8f0ac72c7a0f98b257070257010696be634', '52.167.144.171', 1685594530, '__ci_last_regenerate|i:1685594530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd07cc96d9fd082a8f286fa6061828f9242e16d1', '190.148.87.99', 1688415695, '__ci_last_regenerate|i:1688415695;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688415676;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd08e54a38aa1a7b901b4b8ec618532bd8940537', '190.148.157.80', 1669651398, '__ci_last_regenerate|i:1669651398;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669651171;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd09ff72a0efa0568125ac3ef91052ad77348a58', '46.101.63.152', 1652762867, '__ci_last_regenerate|i:1652762867;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 ('cd0a6bdb428b5c8a956ba903587cff8f9dbb91ca', '51.222.253.9', 1683270225, '__ci_last_regenerate|i:1683270225;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd0b1b7ed5967d6317d65a1cd719716186528d85', '200.119.173.177', 1685053201, '__ci_last_regenerate|i:1685053197;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685052729;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd0c799b167172554f34042e54fb5321e5ba6b9f', '51.222.253.14', 1678450314, '__ci_last_regenerate|i:1678450314;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 ('cd0f12d4a702c33f7c74ad1044ed90baec74456a', '40.77.167.249', 1680738775, '__ci_last_regenerate|i:1680738775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd10800b090f70deec2b105aafa4537a698481e6', '52.167.144.162', 1686572625, '__ci_last_regenerate|i:1686572625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd10f36286cf06f941afff0a5e99990b450d5a90', '51.195.216.255', 1650896987, '__ci_last_regenerate|i:1650896987;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 ('cd12db51ec97de468cfa976997332345dc30325d', '52.167.144.162', 1687333378, '__ci_last_regenerate|i:1687333378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1626f2e71e55fc2bf994ddecea2bffbad1abda', '66.249.74.103', 1683564947, '__ci_last_regenerate|i:1683564946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd167a2a958588d94a9f17c9911321a294b35d4b', '72.13.62.27', 1666964190, '__ci_last_regenerate|i:1666964190;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 ('cd169d067ddfdc5802c5fe8b9a170264b2a05944', '190.148.252.76', 1654299073, '__ci_last_regenerate|i:1654299073;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654260409\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654293590;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd181cdc0614218cd78dea72ff4938cb75fc2dcf', '40.77.167.202', 1687664951, '__ci_last_regenerate|i:1687664951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd19515853c9ef920fc75a38186de40d31f04c6d', '40.77.167.43', 1654626259, '__ci_last_regenerate|i:1654626248;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1b2a0c7fcb809d6274627a9044131146072368', '40.77.167.222', 1680909607, '__ci_last_regenerate|i:1680909607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1b95850e580b43b98375ed73ce4391a3e741da', '190.56.55.48', 1687609394, '__ci_last_regenerate|i:1687609394;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687608090;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1c00f9333dd320743e4b6f25b39272f0e7b9c8', '200.119.173.177', 1684859916, '__ci_last_regenerate|i:1684859916;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684859877;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1ceabbecdf2917113962d686fac06dfa09d0cf', '190.148.157.122', 1666665955, '__ci_last_regenerate|i:1666665916;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666665955;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1d3d56c7438d2ecbda26f2f051c8035cb1b556', '200.119.173.177', 1684979720, '__ci_last_regenerate|i:1684979625;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684979720;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1f9aae1f02fd955a5e42929fd9dfcab688f1b8', '190.56.50.253', 1682714056, '__ci_last_regenerate|i:1682714056;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682713816;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd1fc10e08f45c8250bac81e4dd32346a3bb10aa', '52.167.144.43', 1683658253, '__ci_last_regenerate|i:1683658253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd20675acf0bd5acb966f5c4d028612af175f1aa', '54.201.184.191', 1656595864, '__ci_last_regenerate|i:1656595864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd20d472c4985b83eb7ddda063db0518a0618a81', '35.165.215.140', 1650669939, '__ci_last_regenerate|i:1650669939;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('cd244fe489be714122e2e692830ab0b0745bbbd3', '17.121.113.221', 1660703156, '__ci_last_regenerate|i:1660703156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd25310172dcee17c872c51e96bf4edb33b0ac07', '200.119.170.168', 1670719754, '__ci_last_regenerate|i:1670719754;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670719715;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd261af7b7637b5d706cc6fa4bf7964335512229', '40.77.167.45', 1670173893, '__ci_last_regenerate|i:1670173893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd2768dc6dd966b1cf027a1d20b6461e2ba5832e', '66.249.79.206', 1666103097, '__ci_last_regenerate|i:1666103097;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 ('cd27a68e13ea873aa359219b28db71d8c994a4ea', '190.148.158.75', 1663357538, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd27edd774449365263e56c2f6e09ca3faf97d0c', '200.119.172.95', 1659466697, '__ci_last_regenerate|i:1659466697;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659048084\";last_ip|s:15:\"190.148.252.223\";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\";user_csrf|s:20:\"8o12NUbn7YFd4jOhIySP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd2c35a289437ebd22797265654f4bf561265c93', '207.46.13.211', 1679581049, '__ci_last_regenerate|i:1679581049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd2fa1407df298c8cb956be9a951db50f3587ed8', '190.56.55.48', 1687565976, '__ci_last_regenerate|i:1687565976;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687565902;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd30a53839520caefc5a5f4fe36461312d521bef', '149.57.16.7', 1653807050, '__ci_last_regenerate|i:1653807050;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd31b8f56f0c9ece1498ab8f4fecbe1a2c140cdc', '190.148.157.103', 1666794726, '__ci_last_regenerate|i:1666794726;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666794614;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd320f7c819e3a070fe0069c33af0e07b6283f4d', '52.167.144.164', 1685077838, '__ci_last_regenerate|i:1685077838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3433c73e909278c73b829206cb8e7468684015', '157.55.39.64', 1673965487, '__ci_last_regenerate|i:1673965487;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 ('cd34ce0030537ba51cfd615f5414d54d9840fc69', '17.121.114.161', 1656077947, '__ci_last_regenerate|i:1656077947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd36041e16b3d3c9e5c80a07c277fb23bcbd1f39', '200.119.172.126', 1652882457, '__ci_last_regenerate|i:1652882457;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652882449;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd36c6830fb4a2936b0c144911009b4fffed8cbb', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd39af5bc969c447e503c7f967e32dddb5552b25', '54.237.250.240', 1652694504, '__ci_last_regenerate|i:1652694504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd39d17e41ad3cb003e9655b5b3d386d31560750', '190.148.157.183', 1680219672, '__ci_last_regenerate|i:1680219672;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680218630;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3a857d7980adebacda6f825ae767cc7de4b308', '130.245.169.139', 1657878942, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3ace797ed4af6c35ab014b65f9ceeb2e7f7102', '149.57.16.7', 1653807045, '__ci_last_regenerate|i:1653807045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3b07c18b0bbcf910e3f03cc5fe90fec34e1b34', '40.77.167.133', 1684248136, '__ci_last_regenerate|i:1684248136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3bb7b944680d2b4e25b94fbbd1a4ce66bd540b', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3e40ca89ccecbb16f0e3550ce4c936bd188e7e', '54.36.149.77', 1651317465, '__ci_last_regenerate|i:1651317464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3ec386fa7141edb70165339282379c0afb76c7', '207.46.13.41', 1671045580, '__ci_last_regenerate|i:1671045580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3f58a44e02797bd054bffe44fe602c0d34a734', '69.160.160.59', 1667400623, '__ci_last_regenerate|i:1667400623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd3f74c59f001eb290e810447feef2742c51ed72', '17.121.115.176', 1657286940, '__ci_last_regenerate|i:1657286940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd40d5e5164e1b0816fe3f41ee975f42fa150a15', '40.77.167.27', 1659127736, '__ci_last_regenerate|i:1659127726;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd41cffcd1e7e62ea18395238130921776c5740a', '157.55.39.64', 1672441252, '__ci_last_regenerate|i:1672441252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd42dcc19f08b93230b05335397b5b89168f022d', '51.222.253.20', 1650988032, '__ci_last_regenerate|i:1650988032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd43b48d1bdc4454a303c8c3646f5fdc177aeba9', '190.148.158.69', 1685754390, '__ci_last_regenerate|i:1685754390;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685754376;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd45d32e2c9fbe468ca8fe0e886b63b0be8f80f5', '143.110.162.209', 1688412979, '__ci_last_regenerate|i:1688412979;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4633ed725062d41daa4252bdcdbcec7fdff72d', '190.148.252.183', 1681478287, '__ci_last_regenerate|i:1681478287;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681478285;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd47de4d9ff70089b84fbe0b2016585ee7b30390', '190.56.32.35', 1672017538, '__ci_last_regenerate|i:1672017538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672017530;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4915b5b61446d8328bfcad2a078ea5fe17f02b', '52.167.144.162', 1682376367, '__ci_last_regenerate|i:1682376367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd491ef137158a3f3e07f30f58ba8dd5182a7840', '190.56.50.6', 1686924802, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686924802;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686924274;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd49a8e84b3fbb6931f326a6dd9f2facd31a038c', '190.148.157.80', 1669389518, '__ci_last_regenerate|i:1669389518;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669389069;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4a1e18250621cb0bd4a8be9d9fa3f36a46bb0f', '130.245.169.139', 1657878936, '__ci_last_regenerate|i:1657878934;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4aa12e3ca3dce3585696ab1cea666e9c3b8e2c', '198.199.83.54', 1652073898, '__ci_last_regenerate|i:1652073898;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4bf0cf4ec3ae86cbd6d013fea314378ae92267', '190.56.50.120', 1661777704, '__ci_last_regenerate|i:1661777704;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661717251\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661777698;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4c0b8831c7a30497a691371475756074d84aa8', '190.56.50.6', 1667589648, '__ci_last_regenerate|i:1667589648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667589644;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd4cf3c2414276c982494bbe991bb76a92081906', '200.119.173.177', 1684866713, '__ci_last_regenerate|i:1684866713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684866438;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd504c51470b89ad2dcf1aa9f900b0ac47c587e1', '114.119.135.171', 1686829301, '__ci_last_regenerate|i:1686829301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd51889ea6151549721bc5baf9124dd9eb656b67', '52.167.144.164', 1685594544, '__ci_last_regenerate|i:1685594544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5335ef2fdec8fe3b364d32f304ee3f137bc6fc', '5.188.62.76', 1656370401, '__ci_last_regenerate|i:1656370401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd543871698ca9e03e31fe0d90df73b1649452b4', '157.55.39.51', 1668516401, '__ci_last_regenerate|i:1668516401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5648a392b74a6bd36111569693824b0ce54e37', '52.167.144.54', 1675555052, '__ci_last_regenerate|i:1675555052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd56bf5930340364d980f693072ed6a9f537dec6', '106.75.103.149', 1654816245, '__ci_last_regenerate|i:1654816245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd591254406d962d9678d74b1887300c332d23f4', '69.160.160.58', 1680641186, '__ci_last_regenerate|i:1680641186;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd593e62c73c199a4517e9a13616905426890d7d', '114.119.157.103', 1688115556, '__ci_last_regenerate|i:1688115556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd59c0d691b26ce125b41cc7d0333b2428511c3e', '190.56.32.162', 1686241478, '__ci_last_regenerate|i:1686241478;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686241464;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd59f4e3f8fde0b612070767d3ad8904549c73f0', '207.46.13.6', 1671430549, '__ci_last_regenerate|i:1671430549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5a3761e9ce704a355c2f0f858b6fb30572f417', '190.148.158.175', 1672585075, '__ci_last_regenerate|i:1672585075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672584519;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5a4f8aa957b36b4106507563c1d96896d87bc2', '157.55.39.217', 1683106304, '__ci_last_regenerate|i:1683106304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5cb459c9a9f68fea17e7584d641688b1abc2bc', '200.119.172.60', 1674697960, '__ci_last_regenerate|i:1674697960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674697914;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5d328292ddaee7bebb38f07b05b3234f5972dd', '40.77.167.13', 1672791785, '__ci_last_regenerate|i:1672791785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5d57a5fda2e9714d02f16fc420975b94d4fbdd', '52.167.144.98', 1686341732, '__ci_last_regenerate|i:1686341732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5dad77646082a3cc2f5bcec4c660b1b83c94e2', '51.222.253.2', 1683897963, '__ci_last_regenerate|i:1683897963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd618128436baecae4c3366f3498eccb158a0f50', '114.119.143.145', 1688311050, '__ci_last_regenerate|i:1688311050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd627ea3a5caf6d9939260232b1443d04408e00a', '114.119.133.1', 1687045860, '__ci_last_regenerate|i:1687045860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd62aa941aa3be1d5128dc8249b5b27139a4fa2d', '51.222.253.18', 1662169356, '__ci_last_regenerate|i:1662169356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd6383b93bad6bddd3a7d1f0e7a086e8bd21ee7d', '52.167.144.98', 1686515213, '__ci_last_regenerate|i:1686515212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd64255f8580c44f474b1546b020e87b04891a54', '40.77.167.191', 1681606665, '__ci_last_regenerate|i:1681606664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd66db2c8325b66359fbbc67441d48396aff4a73', '149.56.150.218', 1664183170, '__ci_last_regenerate|i:1664183170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd67b80b0624f03d4b30212bd929b8012a49de82', '194.55.224.110', 1686644087, '__ci_last_regenerate|i:1686644087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd67bcd92f6bef244019cc94033f7aa59ac53701', '52.167.144.98', 1686726871, '__ci_last_regenerate|i:1686726871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd68677c79d4b819da94e9732ad60506bf9500f2', '52.167.144.98', 1685931796, '__ci_last_regenerate|i:1685931796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd688cdc1f8b11d052c094e78fdf22c8e51591fa', '93.158.91.205', 1681354166, '__ci_last_regenerate|i:1681354166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd6bd456b675a36dce58e8e3e3024465d4e0d105', '52.167.144.164', 1685975765, '__ci_last_regenerate|i:1685975765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd6d483dd906016f5eb74bfd07968c32865bd01e', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd70fe87e0510b46ff7b2b04bf43f842429fdb6f', '207.46.13.11', 1669419438, '__ci_last_regenerate|i:1669419438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd7114fd0783b2d11468437b5c87a86adba506eb', '114.119.157.157', 1688503939, '__ci_last_regenerate|i:1688503939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd720dfe5e3cfb4fc894df50b4e081ccdca6fe3e', '66.249.79.194', 1687617539, '__ci_last_regenerate|i:1687617539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd72f36ef8e3a4b33e9139cf6bcca15cc0adbc91', '40.77.167.244', 1677512924, '__ci_last_regenerate|i:1677512924;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd733b6284dc07552fc5b45a69c3310f9132490a', '51.222.253.12', 1680207461, '__ci_last_regenerate|i:1680207461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd733f7e910fd3c00a5b7547a4558cd6f7859d6a', '114.119.140.190', 1688179103, '__ci_last_regenerate|i:1688179103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd73f5e12c27d715867899ea43082fccacf1b3d1', '128.199.94.136', 1652581797, '__ci_last_regenerate|i:1652581792;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 ('cd743d303cd533d094731deda9f924fe3a084ebd', '190.148.157.177', 1682118324, '__ci_last_regenerate|i:1682118324;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682086999\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"8Xx71CL2vMrZpbhFDtPN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd76b81924d2572fb4b63785bda5c407a4852dad', '200.119.172.126', 1652881902, '__ci_last_regenerate|i:1652881902;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652881884;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd776355355691fc1beca58481a0cf42da62240d', '35.232.217.10', 1652397537, '__ci_last_regenerate|i:1652397537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd78b0f93edd302e5d9e3fc501237bbbe439258c', '52.167.144.162', 1686405595, '__ci_last_regenerate|i:1686405595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd78e6baafc33c21431f46cf1a9380b3cc84cc57', '190.148.252.67', 1688522288, '__ci_last_regenerate|i:1688522288;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688522138;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd7a614cd31ac147f49c310fab15134733b6e907', '54.36.148.200', 1652397143, '__ci_last_regenerate|i:1652397143;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 ('cd7c36ce36d1ae8b0bd81d6b6a772c01a54687cf', '200.119.170.30', 1660239026, '__ci_last_regenerate|i:1660239026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd7c5ec0391439d76fb0b509176fd62df0610fef', '114.119.143.250', 1688205005, '__ci_last_regenerate|i:1688205005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd7cd61d0525ac44994ad65141b5a7ab9549f1c5', '51.222.253.14', 1665813797, '__ci_last_regenerate|i:1665813797;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 ('cd7d20e34f9631fd5812fa3e7e3d7aa416bfb7f6', '17.121.114.157', 1662008560, '__ci_last_regenerate|i:1662008560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd7e486a4d89e0b11c13f09c98271d4aca03b16d', '114.119.143.225', 1688011911, '__ci_last_regenerate|i:1688011911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd7f4a3245cef45372c4220d15f678d512ab43fa', '52.167.144.162', 1686837533, '__ci_last_regenerate|i:1686837533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd80ee0844745bdbb2f39c1be0d55878352ed12a', '137.184.140.204', 1672579033, '__ci_last_regenerate|i:1672579033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8196399700a05fe820d1f20881ea1acdd77e73', '18.236.70.29', 1680183487, '__ci_last_regenerate|i:1680183487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd82b5afbb94594ea0f20f626a791ec7c686eb04', '52.167.144.171', 1685383123, '__ci_last_regenerate|i:1685383123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd84b5dcd8a70f44d8bf8f554043e0769abda022', '200.119.170.168', 1670617052, '__ci_last_regenerate|i:1670617052;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"NbdKYGlOmEz3uJeQrA8t\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8511a8dc1e0bf899f65571b69e525b131d7153', '54.36.149.15', 1675841571, '__ci_last_regenerate|i:1675841571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd853edbf62288fe691946d336df8fc68e259d4f', '200.119.170.158', 1661296216, '__ci_last_regenerate|i:1661295925;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660947199\";last_ip|s:15:\"200.119.173.133\";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\";user_csrf|s:20:\"9ioPp6UIcvf43KQJV0ML\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8597b81ae2f1baab0d168c1f9aebbcc9037b60', '52.167.144.171', 1685355246, '__ci_last_regenerate|i:1685355246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8717f92d304f7aef3f320cce32f201c198c7b3', '51.195.90.229', 1650840503, '__ci_last_regenerate|i:1650840503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd87d98e6006f21b48a6fa7fd100e2431be90c74', '157.55.39.164', 1663550147, '__ci_last_regenerate|i:1663550147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8ccdc66da9faafadf85f46425c39702d761c8f', '14.116.157.23', 1681135957, '__ci_last_regenerate|i:1681135956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8d0fd13f2248fffd082dc266a54980f8161d49', '40.77.167.13', 1672246879, '__ci_last_regenerate|i:1672246879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8de06490443e55fd8863a5f85804999789465f', '51.222.253.12', 1657215299, '__ci_last_regenerate|i:1657215299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8df2f00facd874e094f86992b14e2bda2fd797', '5.188.62.21', 1659471608, '__ci_last_regenerate|i:1659471603;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8fc75f168ddcca9e16afa20cdc4f40e1cc284d', '200.119.170.221', 1664475746, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1664475746;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664373519\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664475727;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8fd72d4f7235226bf026cdac2ec1d9167930f5', '80.253.250.48', 1664742555, '__ci_last_regenerate|i:1664742555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd92ccbe2e74ec894bfc40a6e85dd09ce6648366', '52.167.144.43', 1683870600, '__ci_last_regenerate|i:1683870600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd92dc3d28422b6e19eb75522a67cf7f80e2549b', '114.119.131.199', 1685496396, '__ci_last_regenerate|i:1685496396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd93c5f794a17cc762f38195c25f19ffb272645c', '190.56.49.237', 1665786090, '__ci_last_regenerate|i:1665786090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665786031;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd95858b3954a98be2789f7e512e2f57a8155f3f', '200.119.172.63', 1664509838, '__ci_last_regenerate|i:1664509829;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 ('cd95d5cf8837905f7e291fec71ab97bdc851981c', '66.249.74.105', 1683175577, '__ci_last_regenerate|i:1683175577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd9810ca95045b827cf9f0f02fbe176783632c4c', '207.46.13.217', 1684132432, '__ci_last_regenerate|i:1684132432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd98d5ca704c2ed330b88eed8c25bc2ed2f0388c', '200.119.173.130', 1675899591, '__ci_last_regenerate|i:1675899591;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675899531;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd9a15b7bd780129c6a1dd9529be0944adc355a8', '14.29.176.211', 1664974614, '__ci_last_regenerate|i:1664974614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd9a94890bc84fa11d95b097095e1fd1bf1c3f3d', '190.148.87.6', 1668200840, '__ci_last_regenerate|i:1668200840;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"wY7mX29bgtei6aOZNdrl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd9c16a50a4e381c5f228cb5c2becf9c2464382d', '190.148.252.85', 1666209425, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666209425;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666209410;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd9d2d88f02b9b35cd507376b56c364abb1adcc2', '144.217.135.202', 1676900383, '__ci_last_regenerate|i:1676900382;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd9d4debe8cf7e1f36d8a0b7e511593f3415f952', '74.208.2.134', 1682136345, '__ci_last_regenerate|i:1682136345;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cda1a2bfd29b282309adfc0cef6748f0354ed34e', '190.148.157.183', 1680558300, '__ci_last_regenerate|i:1680558300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680556922;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cda5608253be81d993439560c396516752906db8', '52.167.144.54', 1676177404, '__ci_last_regenerate|i:1676177404;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 ('cda71aeb8c8acbf1a0509ba5adfc80d9774a9d3a', '17.121.112.240', 1660887428, '__ci_last_regenerate|i:1660887428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cda7c6e8710811e6f2158370b88db83b48d7b72a', '52.167.144.43', 1683763029, '__ci_last_regenerate|i:1683763029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cda8ae99ef77643050c3e8142b6dff3a344fe1cc', '114.119.146.4', 1688066750, '__ci_last_regenerate|i:1688066750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdab19c2067bdab82afa632b07f99c2dad8eb90c', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdab63599f9c03d8cb563b83b29384838d15358d', '114.119.131.35', 1686423583, '__ci_last_regenerate|i:1686423582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdac90d1bf0e916a900225620adc44214e9a7474', '149.57.16.7', 1653807052, '__ci_last_regenerate|i:1653807052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdad6d32360b69b01935899fc2446bed4e024231', '85.239.44.94', 1664742562, '__ci_last_regenerate|i:1664742562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdadd194a1846f5ac39e46b4438405ce12a10673', '190.148.252.76', 1654187152, '__ci_last_regenerate|i:1654187152;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654183400\";last_ip|s:15:\"190.104.119.212\";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 ('cdae2b775d2856e9ead99a64a0f77cfd2778b01b', '207.46.13.175', 1672973394, '__ci_last_regenerate|i:1672973394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdae60e80445a326c08a5495a203bb40cbce1793', '190.56.50.253', 1682725505, '__ci_last_regenerate|i:1682725505;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682725419;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdae69c9966d0a0a4d666ff1bc336b4a1e4092ab', '157.55.39.200', 1664189011, '__ci_last_regenerate|i:1664189010;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 ('cdb136e856407f1ef4ffda6816cedc88d8a3f21e', '157.55.39.253', 1682909267, '__ci_last_regenerate|i:1682909267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb152ea1674797b3fef7b1d3a1913ed76fd6b92', '52.167.144.164', 1686635489, '__ci_last_regenerate|i:1686635489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb41b21acc0ce81f75eca0406c5d297ccc80005', '130.255.166.90', 1678191425, '__ci_last_regenerate|i:1678191425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb4a3344c9dcb6261640ae76a977416bf050293', '66.249.65.100', 1677866314, '__ci_last_regenerate|i:1677866313;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb6679ff11120cf13c2b1d239cef4b48d649efd', '114.119.155.70', 1683369276, '__ci_last_regenerate|i:1683369276;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 ('cdb823c5b224df2e964df1491ae4fe80bd9f56ec', '52.167.144.70', 1688180760, '__ci_last_regenerate|i:1688180759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb849296a0bea8f930c12c5edff8289d58c6498', '146.59.157.229', 1650750192, '__ci_last_regenerate|i:1650750192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdbc0c566847e2db1988902ed2a35af72266adf6', '190.148.252.183', 1650930760, '__ci_last_regenerate|i:1650930760;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";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 ('cdbc8bc016f62964a26e79910aa42f80b72ba2aa', '157.55.39.54', 1658158094, '__ci_last_regenerate|i:1658158094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdbd034d2a77833eb1fd4ea9ab29b151720067c2', '40.77.167.49', 1664558329, '__ci_last_regenerate|i:1664558329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdbe58672dc37a9747bd20c4fa33d83a61f161a7', '200.119.174.54', 1657975532, '__ci_last_regenerate|i:1657975532;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657927453\";last_ip|s:14:\"200.119.174.54\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657975401;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdbef33e09d63fae25611006c2ff9ff52c6cdbd2', '8.36.86.58', 1682384730, '__ci_last_regenerate|i:1682384720;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdc1015e39812de751466297b72277d7836b2e31', '171.13.14.75', 1653675937, '__ci_last_regenerate|i:1653675936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdc19b3e55b5f7307866ba0b19045ac792b9a21b', '130.245.169.139', 1657878931, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdc232d4d9d8ff13313006a13d6dc20cde57eed9', '114.119.130.111', 1688123203, '__ci_last_regenerate|i:1688123203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdc2628d78d4211e324607db8899ee724aae9778', '190.56.50.15', 1666990805, '__ci_last_regenerate|i:1666990805;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666990798;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdc717fcb76dec3da008866940e1015cbbadb453', '114.119.146.87', 1687576476, '__ci_last_regenerate|i:1687576475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdca20f93e2d20ac7dd3b0c585d90fcd4c47a41f', '190.56.173.152', 1654904815, '__ci_last_regenerate|i:1654904815;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654903932;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdcb06612ed7b1210e709aac402596b38427c6c1', '51.222.253.17', 1681352279, '__ci_last_regenerate|i:1681352279;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 ('cdcb0a2aab97bffa418d543722da91f6482937ff', '190.148.158.69', 1685540099, '__ci_last_regenerate|i:1685540099;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685540089;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdcbe9e8b2beaa72d7daca255a0001283669e067', '52.167.144.133', 1685037188, '__ci_last_regenerate|i:1685037187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdccda48903f367c72b76638600c10acbbfa4fe4', '5.188.62.140', 1656430299, '__ci_last_regenerate|i:1656430299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdccde3da0370585de770c283fd04ff9fdd04bbf', '200.119.168.229', 1663530157, '__ci_last_regenerate|i:1663530157;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('cdcf935561e9a73a8cf540e0ba3d259370a9212d', '52.167.144.154', 1687513397, '__ci_last_regenerate|i:1687513397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd06473c3dee4458c4c4ccb5e7d45b677038f35', '54.36.148.236', 1652243435, '__ci_last_regenerate|i:1652243435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd08a258c75c6037321e8960bd1ddf5d5a72024', '114.119.128.237', 1687602516, '__ci_last_regenerate|i:1687602516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd1cf0bdec4ac5a4bff214b7b6ea7bf65897581', '207.46.13.154', 1671676988, '__ci_last_regenerate|i:1671676988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd3be63423e77b533da451264cca7fc0d34aa4c', '190.148.252.73', 1664825718, '__ci_last_regenerate|i:1664825718;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664825718;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd68b8722d9aa017cc995e360f680d8037b96a0', '54.36.149.48', 1660360723, '__ci_last_regenerate|i:1660360723;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 ('cdd8db5b1f85ea6a87dffa4b7b5813325129843e', '190.56.32.32', 1686086741, '__ci_last_regenerate|i:1686086741;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686086739;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd9a04bf36fe2dc3302e30373fe2409111e9bc9', '52.167.144.69', 1675948965, '__ci_last_regenerate|i:1675948965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cddc2b5272f47ba3128d06c0fd3672e6ca84a204', '52.167.144.98', 1685471317, '__ci_last_regenerate|i:1685471317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cddd79313328d70cc2c4089793ad853667806305', '52.167.144.98', 1684199150, '__ci_last_regenerate|i:1684199150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cddda83c1a6da0a92dacc87db20e57f30bfb271c', '157.55.39.253', 1682121024, '__ci_last_regenerate|i:1682121024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdde29ff170bab9c09e0a38327a5318b74b69971', '40.77.167.63', 1671956141, '__ci_last_regenerate|i:1671956141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde11a19158e1a67f00ee6f194e3bff052b7f3ed', '51.195.90.229', 1650840543, '__ci_last_regenerate|i:1650840543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde141a768240e6d98b0fe908076aa2e69959bd6', '200.119.172.60', 1674775009, '__ci_last_regenerate|i:1674775009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674774999;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde1c46f988de08d398d19cf26a0316d6668b5dc', '69.10.40.142', 1670973772, '__ci_last_regenerate|i:1670973772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde21dd9399f0891a50e442ec79197b3b175ed95', '190.148.252.161', 1670016680, '__ci_last_regenerate|i:1670016680;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670004317\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"M8NyaTtKbYwglqRQnx05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde296badf0c9f1291dc0112a3acb75407d7a750', '198.251.73.67', 1680407275, '__ci_last_regenerate|i:1680407275;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde3d14857fef1b689f6c9929dc141cca64758f9', '149.57.16.7', 1653807055, '__ci_last_regenerate|i:1653807055;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde4e7c1cdd886d03c068bba228954d16f637531', '52.167.144.61', 1688219871, '__ci_last_regenerate|i:1688219871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde51d5616fc3123f1a1f36cb9162bdc0277b89a', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde780aedc1c1a69ec4fa996987b499d5c7d2b6c', '200.119.174.56', 1664229180, '__ci_last_regenerate|i:1664229180;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664229155;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde7c2eccb9e026fd0faac4c9aba9d231c7b478b', '52.167.144.70', 1688519130, '__ci_last_regenerate|i:1688519130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde81d26b4fa4c1ba497a0c803d5b73aecba63af', '114.119.129.97', 1687130305, '__ci_last_regenerate|i:1687130305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde83e3a6876a616c51cf14ba438434b03803bd3', '52.167.144.162', 1686263915, '__ci_last_regenerate|i:1686263915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde86e99b1c044f74388d51cf7739687025200e8', '190.148.157.214', 1669736543, '__ci_last_regenerate|i:1669736543;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669389200\";last_ip|s:14:\"190.148.157.80\";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\";user_csrf|s:20:\"UakZ7HF8gAOTJIQMh1CL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde90e252ca88383aeb74ed69c9af3d7fa9d18a2', '52.167.144.98', 1685240965, '__ci_last_regenerate|i:1685240965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde958335b991247921f165fb56ecf1cd6fab343', '52.167.144.171', 1685483286, '__ci_last_regenerate|i:1685483286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdec3617a4df0981c8b4895ea41f2e6e28c6a10b', '190.56.55.113', 1673712105, '__ci_last_regenerate|i:1673712105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673712073;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdee09c5f0ef7751a1f2679b4025f22e61fc1577', '207.46.13.127', 1656406515, '__ci_last_regenerate|i:1656406514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdefcebbbd42d86be00714c3ce2d9cfaa7805d3f', '114.119.156.144', 1684904103, '__ci_last_regenerate|i:1684904102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf2456791eadb547fc8b123c02b84e5c4e20978', '167.71.77.102', 1671920319, '__ci_last_regenerate|i:1671920319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf3236963330c3fa1580361f7001152478d11f2', '17.121.112.206', 1658174821, '__ci_last_regenerate|i:1658174821;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 ('cdf38d85903469c25900ff99478ba2239b19de25', '14.29.200.97', 1672523351, '__ci_last_regenerate|i:1672523351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf4f9aad3d9fc628347ccdef0eb492be4f3891d', '114.119.134.51', 1685532860, '__ci_last_regenerate|i:1685532860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf5355730c5ab2fcdfa966c145214b90a2cfc1b', '52.167.144.61', 1688162354, '__ci_last_regenerate|i:1688162354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf66dd3809afc2b8d76c4d11948c988838d1168', '52.167.144.109', 1680801321, '__ci_last_regenerate|i:1680801321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf6e6609653535bb6f362b8d0fb3b5bc0248f1d', '190.148.252.151', 1671453780, '__ci_last_regenerate|i:1671453780;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671453754;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdf81801def301407e87927a70c41598d20a8e57', '114.119.151.133', 1688534950, '__ci_last_regenerate|i:1688534950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfaa78d4f4694ef82974803d73db73daca8c331', '190.148.87.96', 1678715264, '__ci_last_regenerate|i:1678715264;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678715249;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfaf471e7d4efe2fbc47c7ff188c71a005fe424', '17.121.115.109', 1662863900, '__ci_last_regenerate|i:1662863900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfb4744437b61202a7625f071a2c3f82607b304', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfb92fa1133a5e899ade84d355e6b796aeaa2de', '200.119.173.177', 1685288063, '__ci_last_regenerate|i:1685288063;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685288039;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfce20b19d4760e3b5cd4a03d757eadfc1f053f', '157.55.39.253', 1682136220, '__ci_last_regenerate|i:1682136220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfd2f63ee70c4fd85d2b852576645a943cc1124', '40.77.167.13', 1672814972, '__ci_last_regenerate|i:1672814972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdfe979cae1dfc69819aae59d0b4d0c39b2334a5', '52.167.144.164', 1686373005, '__ci_last_regenerate|i:1686373005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce03a363ee5c60a1a79d7bd3f7befd13a9842992', '51.222.253.16', 1675320278, '__ci_last_regenerate|i:1675320278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce03f94480852edaaab3ec09d238716d786a6fb7', '207.46.13.236', 1654394035, '__ci_last_regenerate|i:1654394035;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 ('ce05ece5d17c3128dff1fc91866928d6c800bcc9', '190.148.87.6', 1668362560, '__ci_last_regenerate|i:1668362560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668362417;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce06bea0f75fbc6b1220eaa6eeaa35f9d2bd77d1', '207.46.13.53', 1660247446, '__ci_last_regenerate|i:1660247436;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce08450323af54fcff09782f3468bad85829deff', '157.55.39.62', 1660200420, '__ci_last_regenerate|i:1660200420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce0956fa298a50b4e0efc7fcd7e72719313fa337', '52.167.144.98', 1685437333, '__ci_last_regenerate|i:1685437333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce0afa3cc267815aa053eeb80df128e93e353fe3', '18.159.104.6', 1656121511, '__ci_last_regenerate|i:1656121510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce0b51cd85573561f69c1f6d044078f2f4ba9d23', '128.90.117.196', 1676091626, '__ci_last_regenerate|i:1676091626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce0ca39529a41af26de7ad4f67ae87d015886cef', '40.77.167.13', 1672603591, '__ci_last_regenerate|i:1672603591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce103c6af6efce509d9ff681d327d082c1ea48f6', '190.148.87.96', 1678412603, '__ci_last_regenerate|i:1678412603;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678412438;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce105b68a61b038d7bc8d7b00ac931237596938c', '52.167.144.98', 1686414268, '__ci_last_regenerate|i:1686414268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce11a7b69847bcd69f5ed320b3e51b326e488c19', '190.56.32.174', 1676831450, '__ci_last_regenerate|i:1676831450;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676831367;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce12701d27cb1802194d792718624b1865ac1ae0', '114.119.152.196', 1686023421, '__ci_last_regenerate|i:1686023421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce12760efa69204974a1a0012d459eae9529d912', '52.167.144.98', 1686003810, '__ci_last_regenerate|i:1686003810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce13c0cbb9b61bc5489ae3bdb171b70f2427bf1b', '200.119.173.90', 1657226408, '__ci_last_regenerate|i:1657226408;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656969858\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"gPFcap3HYX9KnuSt8fBe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce145dc01cdf38125bb61caf47293698eb934c2b', '190.148.157.214', 1669744237, '__ci_last_regenerate|i:1669744237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669744124;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce154650835a6accf07f3319327cf5b584beda78', '17.121.115.98', 1658924326, '__ci_last_regenerate|i:1658924326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce15d91538caa96b522372bad1fa2cbb51af3f11', '51.222.253.11', 1683894204, '__ci_last_regenerate|i:1683894204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce17bbd3fd53247dbb5a6c5a13966dfd57df0300', '190.148.252.112', 1667749587, '__ci_last_regenerate|i:1667749575;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667650164\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667749587;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce189744b8a038f2e5801efd479c31428223aa1c', '35.87.19.61', 1671024247, '__ci_last_regenerate|i:1671024247;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 ('ce1a2e62ec891802cff033f62773e0b86a7eff79', '190.148.252.151', 1671460375, '__ci_last_regenerate|i:1671460375;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671460346;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce1c3831b722e7cf92ca6a411a364f56ff76750c', '5.188.62.76', 1659531603, '__ci_last_regenerate|i:1659531598;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce1da71748ca2dfbbea1dec9358045405f209fd3', '190.148.158.69', 1685454006, '__ci_last_regenerate|i:1685454006;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685453999;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce202f660a794e3923d49617947d006421063591', '66.249.74.100', 1686840123, '__ci_last_regenerate|i:1686840123;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 ('ce204623d2d804ba2cab197222a0c40a34c0bc58', '51.222.253.18', 1688559357, '__ci_last_regenerate|i:1688559357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce208a2b894bfb0dbf8ac0c7a7dac25a7834ff56', '190.56.50.15', 1666971819, '__ci_last_regenerate|i:1666971819;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666971679;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce21858236c2faedcfe1adb00d1579521fd52901', '200.119.173.87', 1663018504, '__ci_last_regenerate|i:1663018504;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"GZNBdtCXA4jgT1rkPSYf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce21aaf02849dac27ec169c109431684749355a3', '190.148.252.233', 1668903303, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668903303;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668903046;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce21e76b80ba042fb56a494a3e4b8325db717e8b', '190.148.252.96', 1672934624, '__ci_last_regenerate|i:1672934624;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672932959\";last_ip|s:14:\"190.148.252.96\";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 ('ce224b02fcebf6842dcb10dc715f9f957da58a59', '82.80.249.158', 1668921133, '__ci_last_regenerate|i:1668921133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce270499ef752f3feaeb718b3de0ae4f654c2bf6', '17.121.112.95', 1661139567, '__ci_last_regenerate|i:1661139567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce27ad30a853397cfc1642f49addfd3145f902fd', '200.119.174.129', 1666356277, '__ci_last_regenerate|i:1666356277;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666356241;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce285591cfae519e7f6e01bef3178c5efc263ea7', '52.167.144.164', 1684943546, '__ci_last_regenerate|i:1684943546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce297a2d4ec77a25e121a3b5d3fd34aa30789f33', '207.154.204.175', 1657274124, '__ci_last_regenerate|i:1657274124;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 ('ce2a176776b4b2029fc898295b3a7114d90d24ef', '40.77.167.227', 1682002444, '__ci_last_regenerate|i:1682002443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce2abf9cafebf5bfc0b589161bcbc3e969fe31fc', '157.55.39.200', 1664012289, '__ci_last_regenerate|i:1664012289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce2bd010cd88c6815d86cee017f6307935993bc3', '51.222.253.11', 1673394645, '__ci_last_regenerate|i:1673394645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce2c6212208ae19e3d3670bca41ef8b93a7894c0', '114.119.158.165', 1688107378, '__ci_last_regenerate|i:1688107378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce2d3d12148afe08c35480528aade80bc15aa46d', '157.55.39.80', 1669894701, '__ci_last_regenerate|i:1669894701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce30e41868a699522e10a9252ab4b308cb9ba819', '190.56.54.156', 1665179702, '__ci_last_regenerate|i:1665179702;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665179695;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce351624e9b7e1943b6a8a2720496342887674a0', '111.7.100.20', 1650976298, '__ci_last_regenerate|i:1650976297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce351c02bfa375045b009c613b699a7a7fdd0bf3', '190.56.51.169', 1684530422, '__ci_last_regenerate|i:1684530422;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684530149;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce35817685eaa0b031e6dcb9fa23764a4087fc92', '190.56.32.162', 1659559169, '__ci_last_regenerate|i:1659559169;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659557629;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce35cb416505cc14b33faf868e36257643b79223', '190.148.157.98', 1679186149, '__ci_last_regenerate|i:1679186149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679186143;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce36a38268130bc550dced48f84baff2dfd53efd', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188503;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce3743e7709c9fce87e85c42da498cfd966f4682', '190.148.157.122', 1666656921, '__ci_last_regenerate|i:1666656921;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666656577;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce381a4a2f5568023c35a3185f46a589a5416e9a', '52.167.144.76', 1681500688, '__ci_last_regenerate|i:1681500688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce3a1db973528159c6553337b35d16d5ac24fbaf', '190.56.49.83', 1687023732, '__ci_last_regenerate|i:1687023732;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687023384;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce3bd8ca0fb9730d9d4fd5676ffb160e4f9eac8c', '17.241.227.155', 1685793294, '__ci_last_regenerate|i:1685793294;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 ('ce3d06425b2a268522cc3e88af930569e837dcc2', '52.167.144.98', 1686409414, '__ci_last_regenerate|i:1686409414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce3dbe5bf3d70b3a2fdae2d32299cf0a5d1605ea', '54.184.225.94', 1671284199, '__ci_last_regenerate|i:1671284199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce409cc3db1104121b83f18c7995cb640441ad13', '17.121.114.7', 1657127551, '__ci_last_regenerate|i:1657127551;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 ('ce40ac7581f2c8ab6807fd5116b737fa62da0451', '207.46.13.209', 1685999836, '__ci_last_regenerate|i:1685999836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce441788ed75074134373bb2ef8f1874143ce682', '52.33.224.201', 1679144942, '__ci_last_regenerate|i:1679144942;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 ('ce4508ba83457c8043a12521abb26dd3aacb860d', '40.77.167.225', 1680425436, '__ci_last_regenerate|i:1680425436;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce460e2dfbff07f4161a42cfca186835c5b389e6', '190.56.50.15', 1667007204, '__ci_last_regenerate|i:1667007204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667007190;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce469b2bd65c4143b9a36b2e1177540a9e088c75', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce46e0b3178d4bddaa85c963b1cf96f30761e15a', '190.148.158.69', 1685490730, '__ci_last_regenerate|i:1685490730;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685490462;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4703495e9458cb7b4d344c21e21bc8e11b435d', '40.77.167.64', 1674929457, '__ci_last_regenerate|i:1674929457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce475c3a86aaca8588cf9c057b0d7754753b385a', '157.55.39.62', 1659482343, '__ci_last_regenerate|i:1659482343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce48c0b619f7482da22e12adcd720bd9d97a9da7', '190.148.157.53', 1684104355, '__ci_last_regenerate|i:1684104355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684103966;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce49caa6d8dabfbe0e1de644be952dbddbb7fb50', '114.119.135.37', 1685105511, '__ci_last_regenerate|i:1685105511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4a1bdee21cf750ac40ce2cef7cca57548d4d57', '114.119.141.178', 1685407582, '__ci_last_regenerate|i:1685407582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4b19afda149e4e9a9628153630262eaf139620', '51.15.247.196', 1656192225, '__ci_last_regenerate|i:1656192225;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4d0e3e8c7764f2124a38c3a39eff0d71f85681', '54.36.148.242', 1662034006, '__ci_last_regenerate|i:1662034006;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 ('ce4ef5ee0ce3756e78c76def66b9d15d4bf18f21', '52.167.144.162', 1687286795, '__ci_last_regenerate|i:1687286795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4f2e4ac4041054fdc59618bb0b8d450c18a49b', '190.56.55.113', 1673534333, '__ci_last_regenerate|i:1673534333;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673534176;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4fd373fa77a0efcaa082d042ffeda2572967e5', '5.188.62.21', 1656423626, '__ci_last_regenerate|i:1656423623;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce516bcc1809406bf6a13bc4546f471096490101', '51.210.182.66', 1650744819, '__ci_last_regenerate|i:1650744762;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce524cbac3033b94e480d75d7172a8608fa948b8', '51.222.253.15', 1687446494, '__ci_last_regenerate|i:1687446494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5284baf4c0b8b3a8aedeb6c2a1888ff0dda537', '190.56.173.175', 1653062455, '__ci_last_regenerate|i:1653062455;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653007530\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653062261;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5419c36a54b4739949673587c8bf260cf7741e', '40.77.167.182', 1682997261, '__ci_last_regenerate|i:1682997261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5577104f6b8079c9fc56f95a1c32b60b8212de', '161.35.132.203', 1688227959, '__ci_last_regenerate|i:1688227959;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce569df5af96bb9ed4713a6f03f9a955ba71cd96', '65.21.206.45', 1656738880, '__ci_last_regenerate|i:1656738880;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce56db381f243fe1d97392a0302511bfcc97641b', '207.46.13.12', 1675639291, '__ci_last_regenerate|i:1675639291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce57724230dda7df0cff5caff527174a84c74fb1', '51.222.253.18', 1651366540, '__ci_last_regenerate|i:1651366540;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 ('ce590cf971030f8c54929e1c9173c331f28a0b87', '207.46.13.230', 1657074165, '__ci_last_regenerate|i:1657074165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce59911f70eb8ac1f575c0c8df4a217035eea18e', '40.77.167.123', 1684043035, '__ci_last_regenerate|i:1684043035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce59c14966d3146776c8f97e306da6da2150109e', '52.167.144.98', 1684528334, '__ci_last_regenerate|i:1684528334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5a0f326f868860390b0d3a32b158982c729478', '200.119.173.130', 1675987306, '__ci_last_regenerate|i:1675987306;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675986683;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5bba31d948390f0d0023b2e2517d9266f2a0f6', '54.188.7.100', 1667172640, '__ci_last_regenerate|i:1667172640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5c29a1140fdd10da24237b71cfb62fee9e1e9c', '91.215.191.57', 1659567625, '__ci_last_regenerate|i:1659567625;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 ('ce5c8af04171157621ee7a68e45634b99e37a093', '114.119.129.171', 1686610110, '__ci_last_regenerate|i:1686610110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5e6fb9d5a84f4f7e003270770e10edc2738c9d', '40.77.167.60', 1671597855, '__ci_last_regenerate|i:1671597855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce5f38f9f96864fbd6e3c626f8fd2a1c870531cc', '190.148.252.183', 1681312938, '__ci_last_regenerate|i:1681312938;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681311619;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce613b1dd2c0c8f934e04124d722bf34a1d2b9a6', '101.68.211.2', 1657156201, '__ci_last_regenerate|i:1657156201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce626889bc3b9a393593c608d49cba863c42500e', '66.249.65.169', 1672296143, '__ci_last_regenerate|i:1672296143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce65eaa8e9b051bdea8289ab73d6a224aa318531', '157.55.39.215', 1678672801, '__ci_last_regenerate|i:1678672801;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce6616a20b59de4109ec0de466edd4a2a485e5c8', '17.121.114.150', 1659583370, '__ci_last_regenerate|i:1659583370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce67afe7a9eefc27effc44a8c08ce7df5abc9485', '190.148.157.53', 1684156533, '__ci_last_regenerate|i:1684156533;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684156485;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce67c3ba509b1418e5fa63539d87a8df3e008e46', '114.119.146.246', 1687681953, '__ci_last_regenerate|i:1687681953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce67c8bcca3f72a28d74432fdcf5883e8c3ecf12', '114.119.145.110', 1688268740, '__ci_last_regenerate|i:1688268740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce68f7d71944d5334bff123fe6bdf36bf5630b91', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce698348fa2cedafa9bc6acb6c98675100acb551', '159.65.24.22', 1653658148, '__ci_last_regenerate|i:1653658148;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce6d28be963a8c51b88350c0b8d0f3eece92b1b3', '190.148.87.96', 1678552900, '__ci_last_regenerate|i:1678552900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678551569;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce6df484cc2fc52a9815c16ab6f2506ed412f495', '52.167.144.28', 1679469827, '__ci_last_regenerate|i:1679469827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce70add5130bdcca5447e0bf942b6d02cf494f03', '190.148.158.175', 1672411057, '__ci_last_regenerate|i:1672411057;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672411017;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce748de2612f8c5bee5ef6095e6fb32249d223c0', '54.36.149.52', 1668904461, '__ci_last_regenerate|i:1668904461;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 ('ce76dc4ab13b8b9a8d7d5bd98988f1ac1bfeaeed', '104.248.152.167', 1655807900, '__ci_last_regenerate|i:1655807896;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 ('ce78f8ecf79a9c4c2ff91f02c403632b30acbabb', '54.227.32.154', 1658186815, '__ci_last_regenerate|i:1658186815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce7b75a6297a0c686417329e1a5a018f7a21b19a', '74.208.2.144', 1682136352, '__ci_last_regenerate|i:1682136352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce7d1f42ee61fbbc34625026ea629fcdc95f2136', '190.148.252.161', 1669984851, '__ci_last_regenerate|i:1669984851;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669984845;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce7dd8e41ce5711845be379477fb52e6ee89a6bc', '114.119.151.60', 1685876857, '__ci_last_regenerate|i:1685876857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8026692aecc9ced4a17d9b0aa0e0393482ef1a', '200.119.168.118', 1661551119, '__ci_last_regenerate|i:1661551117;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661530210\";last_ip|s:14:\"200.119.172.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661551118;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8265d86c3489248d7e1817fd14965aff2d2fee', '190.56.51.158', 1655580081, '__ci_last_regenerate|i:1655580081;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571268\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655580073;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce826dfdbc2fb94929d4e3b667e560fab2b764b5', '190.148.252.36', 1661954611, '__ci_last_regenerate|i:1661954610;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce82a76360aef77b0847f2a38f5befce5d0457de', '190.148.252.34', 1682167470, '__ci_last_regenerate|i:1682167470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce83236657101631296a114461cdb92bcee8c947', '54.36.149.66', 1679118779, '__ci_last_regenerate|i:1679118779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce83256400446042b03c9422ce17526d57df2f5c', '40.77.167.49', 1665454006, '__ci_last_regenerate|i:1665454006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce83d6c419f5b78ca841f15a16ca910c7c2cf8d4', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce841a47ed610b0f9d8a80cf5b9d63f0dc995edf', '157.55.39.173', 1668673473, '__ci_last_regenerate|i:1668673473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8429a8b50b7c15ddc2fa538c7bbeefbf8b31a9', '157.55.39.79', 1668367220, '__ci_last_regenerate|i:1668367220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce85dd833e5e4d596c2b8515038436a2cd68fd66', '200.119.174.104', 1666650054, '__ci_last_regenerate|i:1666650054;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666360878\";last_ip|s:15:\"200.119.173.135\";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 ('ce86f30c19c1e2b1a4e2d95d45e394ab6b7a5307', '190.148.252.197', 1665514378, '__ci_last_regenerate|i:1665514378;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665514366;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8872394d9f91d25a15f94675d011d2ea65f773', '190.148.87.96', 1678715665, '__ci_last_regenerate|i:1678715665;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678715658;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8d4221115a50636dfe7e7cdec093cd44ceb369', '114.119.130.251', 1686973901, '__ci_last_regenerate|i:1686973901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8f54caed542feab6e7d7d1e6893b637f7c3cdd', '40.77.167.225', 1680309648, '__ci_last_regenerate|i:1680309648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8f971fd2993f500007fdc93c120065edc73bac', '157.55.39.213', 1681445727, '__ci_last_regenerate|i:1681445727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce905117f12cd3b00a3880684efd99f65df4f47c', '200.119.168.250', 1680916320, '__ci_last_regenerate|i:1680916320;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680868670\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680916309;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce937a2ef5e61f151df5cd475f189c2ea6a0a8b5', '190.148.158.175', 1672156167, '__ci_last_regenerate|i:1672156167;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672155990;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce93df1d4d5a24dc58030b3ddecc174d6c7f4dac', '40.77.167.224', 1687450614, '__ci_last_regenerate|i:1687450614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce94b1e2796df4192620feb62cc2e4853816274a', '52.167.144.164', 1684851150, '__ci_last_regenerate|i:1684851150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce98e58aa7779110cdd32dd91bae3947d8efc99a', '51.195.216.255', 1650897536, '__ci_last_regenerate|i:1650897536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce99a3be9ebacd8be80787640ddb12f4f5220196', '51.222.253.4', 1651005584, '__ci_last_regenerate|i:1651005584;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 ('ce9a8b91afc4cc7bd9693332a68450b2c7bb3b9c', '52.167.144.164', 1685030450, '__ci_last_regenerate|i:1685030450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9ade6738290abed62ade2611582af7ce10660f', '144.217.135.140', 1658780068, '__ci_last_regenerate|i:1658780068;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 ('ce9b86a1f120a5c3fecc7520a39b91861ff8052e', '52.167.144.61', 1688113975, '__ci_last_regenerate|i:1688113975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9b8c33d6ae40d192658ebc9e7b6d36f97fe4b0', '51.222.253.16', 1664953037, '__ci_last_regenerate|i:1664953037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9be5520901d18aaebcac330715b71eaaaad12d', '200.119.173.107', 1686850875, '__ci_last_regenerate|i:1686850875;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686850871;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9daab9a3e7b320b3b855e21a69da21b567bc02', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9ff18abfd146546c8cca022e6ef9042ceedc59', '147.182.171.81', 1650861178, '__ci_last_regenerate|i:1650861178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea039166077977521b681c7fa0de34930c200e1', '17.121.113.184', 1655379697, '__ci_last_regenerate|i:1655379697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea25a4225e4388dfea7f978f8d94e7164bd35af', '190.148.157.183', 1680387229, '__ci_last_regenerate|i:1680387229;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680386104;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea32c6e58350dccb32b8d83d070711e31f75a54', '40.77.167.45', 1670600820, '__ci_last_regenerate|i:1670600820;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea5535152df6c5383151cc9a48133d8dd09501c', '52.167.144.20', 1687380253, '__ci_last_regenerate|i:1687380253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea7ddc41a8251b9ec192996a075d9192af49b56', '157.55.39.64', 1672471711, '__ci_last_regenerate|i:1672471711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea890e85c101d93d469b99de37e6173d18e73fb', '114.119.143.82', 1688140785, '__ci_last_regenerate|i:1688140785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cea9e6a50301ab8c1d7e2aed2b795833a092bcf6', '200.119.170.168', 1670532216, '__ci_last_regenerate|i:1670532216;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670532084;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceaa214dc13712bc5fce11872836eb8c3cd16d74', '114.119.129.163', 1687331909, '__ci_last_regenerate|i:1687331909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceab6063df9a2fa6d1de1394db4018e08db5ff41', '190.148.252.111', 1677977278, '__ci_last_regenerate|i:1677977278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677977274;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceac008481924e0ba441857dfbc4a33107eb2e73', '190.56.173.213', 1683574928, '__ci_last_regenerate|i:1683574928;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683574899;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceaeaf8f2d7a8303ca2695b2a7e142996117681c', '190.56.32.35', 1671827507, '__ci_last_regenerate|i:1671827507;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671827462;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceaec9f48228e3305dbcbf5ac8fd1f8b111355be', '200.119.170.113', 1666735499, '__ci_last_regenerate|i:1666735499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666735499;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceaed97b11dab87883b8d6e4cb6f7751e04cc067', '190.148.252.151', 1671042190, '__ci_last_regenerate|i:1671042190;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670857939\";last_ip|s:14:\"190.148.252.88\";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:1671042182;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceaef2143de96067632e45753209d63063aca635', '157.55.39.253', 1682195835, '__ci_last_regenerate|i:1682195835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb0ac4abafdc3c199a08cf6a44182ded497c11b', '20.127.62.2', 1656286443, '__ci_last_regenerate|i:1656286443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb11c94dc5f51dd2217efcb6aab0fd7904a31e6', '66.249.79.203', 1681075003, '__ci_last_regenerate|i:1681075003;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 ('ceb33f7881a3bef59a6530e3e0650371f58d9d5c', '5.188.62.140', 1653250226, '__ci_last_regenerate|i:1653250223;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb5b9e997c2828a77b224b45031f5f3ac89742a', '207.46.13.207', 1685876663, '__ci_last_regenerate|i:1685876663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb5c04bf864b430bef168d4b8ee55b3dd6aa401', '51.222.253.15', 1682238863, '__ci_last_regenerate|i:1682238863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb5f9945940687c32848880b4255cf5691b0300', '200.119.169.82', 1656436228, '__ci_last_regenerate|i:1656436065;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656419997\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656436065;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb6951263c99a212a269faddd5f64eaf2dad19c', '114.119.148.154', 1687072774, '__ci_last_regenerate|i:1687072774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb712efb4d1ef9fca6b542e5334083c48deac2a', '51.222.253.11', 1668666217, '__ci_last_regenerate|i:1668666217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb87814013a60b463a551713866555602e2f0ce', '114.119.157.68', 1686975641, '__ci_last_regenerate|i:1686975641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb99a616726dc0ca9a388884ee3a8777de9ae39', '190.148.157.242', 1687015963, '__ci_last_regenerate|i:1687015963;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687015879;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb9aaf8d1c38f780a02607ef2544a7e8f1976a2', '52.167.144.98', 1686126459, '__ci_last_regenerate|i:1686126459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceba68b2b4d70d382ab53fe9f4aa8db808b961d6', '207.46.13.11', 1668935009, '__ci_last_regenerate|i:1668935009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cebec9913921d214b1f89de3271e2f8599ebad8b', '114.119.130.23', 1686221923, '__ci_last_regenerate|i:1686221923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cebfc0f41228c65f9249f6f73022f009a09579e2', '52.167.144.164', 1686172589, '__ci_last_regenerate|i:1686172589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec10f058f2ea85db5d914f1bb79cfa36bee6b57', '52.167.144.164', 1685999841, '__ci_last_regenerate|i:1685999841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec16b3e3ea579e1ff67b47447e5b9d12a0134ce', '207.46.13.154', 1670901679, '__ci_last_regenerate|i:1670901679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec56ad7a37c40f15c8112b4a3a03e5ad915f37a', '200.119.172.60', 1675092858, '__ci_last_regenerate|i:1675092858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675092475;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec60838e702d26207fd68fbf01260a3f307b3f5', '51.222.253.16', 1660538362, '__ci_last_regenerate|i:1660538362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec63cf4d8a3c24017c4c8967065f4eff376fd68', '40.77.167.227', 1682165538, '__ci_last_regenerate|i:1682165537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cec6aa18007d5a7bc89d8cf716aeae5ad7bf0caa', '157.55.39.253', 1682573176, '__ci_last_regenerate|i:1682573176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceca61640f73b59f07502f659a024cdf608e4931', '208.80.194.41', 1652007231, '__ci_last_regenerate|i:1652007231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cecc2018e325bc6e6722ed4fe835637d401bb870', '130.245.169.139', 1657878937, '__ci_last_regenerate|i:1657878936;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cecc351f5aac0f3ee06d3a691b57ae1ad23325a4', '114.119.150.62', 1688231376, '__ci_last_regenerate|i:1688231376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cecdcab20c0488097333163d45550bc3027b84b9', '149.56.160.162', 1664183109, '__ci_last_regenerate|i:1664183109;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 ('cece3df90ff9da1f19e75c378ca8429399aa4f98', '68.69.184.202', 1665857681, '__ci_last_regenerate|i:1665857681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ced0b56cb1619717e6845100cd334e22ff2ed50d', '17.121.115.125', 1657372453, '__ci_last_regenerate|i:1657372453;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 ('ced2ef3b24c68082c948e89800cdb43b8391212d', '58.17.6.9', 1686943529, '__ci_last_regenerate|i:1686943529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ced30d7b35e48718c13bc6f4f2f4b10d9b28cb28', '190.148.252.151', 1671119418, '__ci_last_regenerate|i:1671119418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671118861;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ced34c4a0daf65dd38b8b46d0dfd711c5981cfc4', '190.148.158.151', 1676990131, '__ci_last_regenerate|i:1676990131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676990125;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ced9ddf68bdaab5a6ebb0acaad6824065140b4e0', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cedb11ef9eab6038ff07b4790e7fa6137605d4ee', '93.158.90.162', 1668516475, '__ci_last_regenerate|i:1668516475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cedb730a591f142f9d959b57d4ad566167c5ab20', '50.21.188.73', 1672704995, '__ci_last_regenerate|i:1672704995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cedd3ab7c3a9a378f927c579ba681129bf8f9af1', '157.55.39.217', 1683192202, '__ci_last_regenerate|i:1683192202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceddcabbb9634091bcad29235bd0634436a5a88e', '190.148.87.182', 1679872807, '__ci_last_regenerate|i:1679872807;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679872777;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cede51c9660a48307bf2d02e2a68678b2d906bef', '207.46.13.6', 1671972162, '__ci_last_regenerate|i:1671972162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee0f2927123b88425d3f74100f3466d96c28ef1', '66.249.79.201', 1681501001, '__ci_last_regenerate|i:1681501001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee41e52568b960436a7a21a6a2110e75570600b', '157.55.39.208', 1685980284, '__ci_last_regenerate|i:1685980284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee480c9ad1c83841ace6bbfceafd663454927c1', '52.167.144.164', 1686726972, '__ci_last_regenerate|i:1686726972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee63167933ef38a94ea501eb4273443015214ec', '40.77.167.192', 1681512418, '__ci_last_regenerate|i:1681512418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee6e63ab7b7d372eb4129991876f96891895947', '157.55.39.100', 1672015082, '__ci_last_regenerate|i:1672015082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee6ecc5d6a78a044c8248acceb23cb015a04661', '190.56.49.237', 1665698956, '__ci_last_regenerate|i:1665698956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665696785;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee782c9b32bf6cde1df00a4cdf94d8eb854a09c', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee78d7c69a98a1677aa6cc7aa077615b9a360e3', '190.148.158.164', 1667315615, '__ci_last_regenerate|i:1667315615;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667315554;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee8dbc8210e3581fd416fd781671cb84a3ceefa', '65.21.206.44', 1655591879, '__ci_last_regenerate|i:1655591879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cee9036895055705f12460f2377fd89abd8d45ea', '207.46.13.12', 1675340799, '__ci_last_regenerate|i:1675340799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceea2b41b08db7932397a8e6e5d3332229b4f753', '34.223.4.198', 1654867873, '__ci_last_regenerate|i:1654867873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceea56d57f35960f910f94064a8aabc4e0d0f0d0', '207.46.13.12', 1676468248, '__ci_last_regenerate|i:1676468248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceea791ad7aac48ee21627bf8a74261b74d98db0', '40.77.167.85', 1684081106, '__ci_last_regenerate|i:1684081106;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 ('ceed97c96eae45b268b2960d597b4f68ea0589d7', '74.208.2.183', 1672574288, '__ci_last_regenerate|i:1672574288;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceeeaa3e74f792e3680c0644f29d554ee2b19e4a', '40.77.167.115', 1681663289, '__ci_last_regenerate|i:1681663288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceef9705e30b77153206e91192a25f3ae40748a1', '190.148.158.69', 1685665052, '__ci_last_regenerate|i:1685665052;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685664991;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceefecd940bddd3ca13ea5bfdcdd5bad73cb8da2', '51.222.253.7', 1669011657, '__ci_last_regenerate|i:1669011657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef00fea5b55948890130f21aae456245a0bc9b3', '40.77.167.43', 1657848433, '__ci_last_regenerate|i:1657848433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef14ffefc3d3978cf0ef8dcb56ecf45dbb1fa63', '200.119.174.9', 1674160817, '__ci_last_regenerate|i:1674160817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674160254;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef19baea0412a7c08e2bbed481f465f130979d0', '205.210.31.24', 1651898273, '__ci_last_regenerate|i:1651898272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef21a1ee83d5a2c823e25b17e17b6663f8baba9', '207.46.13.12', 1676128490, '__ci_last_regenerate|i:1676128490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef38399eedff4df9fabd2d2bafb24b815717215', '40.77.167.44', 1659679832, '__ci_last_regenerate|i:1659679822;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef3bf75a01ae62a009103fc17a3311e45b30742', '54.36.148.220', 1656975346, '__ci_last_regenerate|i:1656975346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef3cdc67aac465e0909f235fa7d09599d4d0e7a', '52.167.144.74', 1688296434, '__ci_last_regenerate|i:1688296434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cef77c8d4583043463e56d5a9842af194c1a6413', '157.55.39.227', 1688519111, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cefb842c2c4e4c7313b1076e648e7655ae3aa089', '52.167.144.154', 1687644144, '__ci_last_regenerate|i:1687644144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cefdfe5da483cf09e0026ba89e7c350a744ce832', '3.80.200.140', 1683779412, '__ci_last_regenerate|i:1683779412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf002906840a4f258526eb96d046fcc7b59c6c3b', '52.167.144.164', 1685366365, '__ci_last_regenerate|i:1685366365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0142790c4236823c69066587516d3fec16ab89', '77.74.177.119', 1666761984, '__ci_last_regenerate|i:1666761984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf044fb5b964958f85beef220ef61b0567efbe79', '51.222.253.13', 1671518512, '__ci_last_regenerate|i:1671518512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0683eaa366cd22ff1937ae9478fce31831e637', '40.77.167.43', 1654133791, '__ci_last_regenerate|i:1654133781;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0a44e152a205d0193951437b4f7131c380b1c8', '157.55.39.192', 1664972406, '__ci_last_regenerate|i:1664972405;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0a4af8afa83c5698c32e8df90ea90b0756f172', '190.56.55.113', 1673441110, '__ci_last_regenerate|i:1673441110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673441004;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0a7abcbfc326f3b6b70c02c9d111b0e467f66a', '114.119.159.15', 1686212561, '__ci_last_regenerate|i:1686212561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0a972648a8890d985f97286c23c7f69123b79b', '175.116.138.19', 1651949428, '__ci_last_regenerate|i:1651949428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0ad077f47291b2277097df85bdddf6b55a4e9b', '190.56.55.113', 1673629953, '__ci_last_regenerate|i:1673629950;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673619965\";last_ip|s:13:\"190.56.55.113\";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 ('cf0bd6dcf5d6931daeea85d8724283d16097b372', '74.125.215.36', 1680979234, '__ci_last_regenerate|i:1680979234;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('cf0dccbaa72f8bbfbd46b2a8d188406d0b0f9bbc', '114.119.155.255', 1686426389, '__ci_last_regenerate|i:1686426389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0f228e50f1b7d2bebaf23b352647a992a6002d', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf0fc5940e21a726f0b57ca3c43521cf34f51a94', '114.119.145.233', 1688278691, '__ci_last_regenerate|i:1688278691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1062413828b7eb5d2b55c333401a8bff47f8e9', '190.148.252.197', 1665596990, '__ci_last_regenerate|i:1665596990;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665596986;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf10c607a2bc02dba8db07c5647f3196d11a1c58', '146.59.52.85', 1683294809, '__ci_last_regenerate|i:1683294809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf10e4e4a2ef75d6b03b7f80995474f1b9ae97e6', '17.121.113.88', 1661320496, '__ci_last_regenerate|i:1661320496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1332a5f865477479e660e213ea6f05274b5b6b', '190.56.32.162', 1686244755, '__ci_last_regenerate|i:1686244755;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686244752;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf15d876c22a7b016dbf160fbb0bbdcb7e02951c', '190.148.157.206', 1679526138, '__ci_last_regenerate|i:1679526138;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679525579;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf15e228ee99c783b147df933ff94d649b052f70', '114.119.138.179', 1684210038, '__ci_last_regenerate|i:1684210038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf17553ed2ba2165b190a3267087c3552f0769b4', '52.167.144.43', 1683939994, '__ci_last_regenerate|i:1683939994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf17c939dd97f02bb2b0bf30595ebc514d036053', '54.36.149.3', 1681936638, '__ci_last_regenerate|i:1681936638;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 ('cf18ac3cf9199b6963fbc5e7ef9e599fa7d47fe5', '157.55.39.173', 1669998592, '__ci_last_regenerate|i:1669998592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1cd4f474cd027bd07125749d0adc4837f208c9', '190.56.55.113', 1673829553, '__ci_last_regenerate|i:1673829553;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673829536;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1d16c8a95208753cfebb7bb8fd75971ac584f4', '114.119.132.135', 1688075708, '__ci_last_regenerate|i:1688075708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1d4757f81082e0e28008cdbde1dcb6435d2018', '106.75.76.244', 1686908263, '__ci_last_regenerate|i:1686908263;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 ('cf1da0d06f0dd8aa9ff6a2464bbcf0bd9b7ae5d9', '190.56.32.35', 1671715339, '__ci_last_regenerate|i:1671715339;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671715328;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1eceb90a063ccfda198c0f0f2b50ac494da69e', '190.56.49.109', 1666107246, '__ci_last_regenerate|i:1666107246;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666107221;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1f3ef625c2449d4fb7877ed103cf284fd9183d', '157.55.39.200', 1664988991, '__ci_last_regenerate|i:1664988991;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 ('cf1fdeb7e180ec6558e85dadaaaaefed534bb522', '157.55.39.225', 1677048168, '__ci_last_regenerate|i:1677048168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf209991b7334349cd846049d16c81ee05e865dc', '157.55.39.217', 1683409569, '__ci_last_regenerate|i:1683409569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf20e451c539c5f4f6be2467cf0f05d209805e05', '40.77.167.43', 1654179362, '__ci_last_regenerate|i:1654179353;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf22303e0061e4940f0eb9c2d27fd1cfc3484f8c', '200.119.168.250', 1680727609, '__ci_last_regenerate|i:1680727609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680725719;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf224952765cd98ef36f17fcb7c29304f06a924d', '40.77.167.191', 1681998513, '__ci_last_regenerate|i:1681998513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf243d6429cc92ea88879d4689e8cb6c9329e59b', '190.148.158.69', 1685834457, '__ci_last_regenerate|i:1685834457;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685834449;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2491cc2468463994c41dcc014b046697c29a36', '52.167.144.98', 1685594554, '__ci_last_regenerate|i:1685594554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf256417d5c41a6f933694aea8488f79bc09a170', '190.56.32.162', 1686257053, '__ci_last_regenerate|i:1686257052;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686240010\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"txIFLvnG5grO92CSluE0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf25926936f7fa87ebe9eee35a3f02136b8bc065', '84.38.133.171', 1658351931, '__ci_last_regenerate|i:1658351931;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 ('cf2703b5c5ba8358bb4d185be7d6b6b95d2e30f1', '52.167.144.98', 1685649699, '__ci_last_regenerate|i:1685649699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf272bfd5fd2b66e9e0e869faa5def27451dc546', '157.55.39.253', 1682165539, '__ci_last_regenerate|i:1682165539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2955ea66598b3b2227dc1bf2a714df2135a32e', '190.56.55.113', 1673890235, '__ci_last_regenerate|i:1673890190;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673884171\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673890234;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2a87aba860807e241fa0d56af3b50eec3c6c77', '157.55.39.173', 1669419403, '__ci_last_regenerate|i:1669419403;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2c815dd1e992b070ab62e5aebc7917d96b9ff6', '17.121.114.40', 1663109250, '__ci_last_regenerate|i:1663109250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2d3f9c9f10a63c8543149d968295aa826feed7', '17.121.114.216', 1651612970, '__ci_last_regenerate|i:1651612970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2da9fe1c055f93313c842ecd058b896d26b79b', '130.255.166.97', 1683770788, '__ci_last_regenerate|i:1683770788;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 ('cf2f9f53083e4af43188b20d9265956d06185aea', '114.119.132.135', 1687081086, '__ci_last_regenerate|i:1687081086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf305687387ca2d5f2796c7e092fa3f79072c7cc', '114.119.129.2', 1687714446, '__ci_last_regenerate|i:1687714446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf3196c9df3da4b8527730ce18950755e9442612', '40.77.167.102', 1671758577, '__ci_last_regenerate|i:1671758577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf31aed67fcafc30c6fb665f3fb51447563a4a29', '190.56.173.213', 1683207815, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683207815;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683207813;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf33a9dca64a248e4a3ab30aa408925075c29752', '152.89.196.102', 1660096668, '__ci_last_regenerate|i:1660096668;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf342b82d69e75653b85fc7bf26e0df0a46f323b', '51.222.253.20', 1684575600, '__ci_last_regenerate|i:1684575600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf34313d5a54de6714fc30d78ffd852fe7c6b6cb', '52.167.144.164', 1684835836, '__ci_last_regenerate|i:1684835836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf34c03dc7ff6254e9ce5a99411bf128db37517a', '207.46.13.41', 1666486279, '__ci_last_regenerate|i:1666486279;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf376b49264cca0518a055728ff38b978c37b29e', '190.148.252.111', 1678147131, '__ci_last_regenerate|i:1678147131;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678146577;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf39109398220a0a432b905e82c9fc1b2ab26531', '93.158.90.142', 1673525319, '__ci_last_regenerate|i:1673525319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf39bdc9a33ef0f251482e4f7fdb2f942eb8e0ad', '142.93.201.0', 1654711814, '__ci_last_regenerate|i:1654711814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf3cbbab0afbf09fcea16fad8b91506462de37dd', '200.119.173.177', 1685049884, '__ci_last_regenerate|i:1685049884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685049881;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf406283f6383186f69918ea4a2f314c78542013', '190.148.158.23', 1687194120, '__ci_last_regenerate|i:1687194120;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687194118;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf40e154c4abf1601b53fdf11ebdc05c0ca5be93', '198.235.24.33', 1657935712, '__ci_last_regenerate|i:1657935712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf431575eb322bd1d9ad066a6111ce534c92f3fe', '51.222.253.12', 1657215298, '__ci_last_regenerate|i:1657215298;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 ('cf44d9b6b8aa5f3b819d42dba5e250ca19c858e8', '190.56.49.237', 1665671790, '__ci_last_regenerate|i:1665671790;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665671637;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf45575c7e1d053afab548d52ce7b63d0e6ee15f', '130.245.169.139', 1657878948, '__ci_last_regenerate|i:1657878948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf4af8e358113d1d57b24bec9fde34971da95d4b', '190.148.158.164', 1667400541, '__ci_last_regenerate|i:1667400541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf4f85a1bfdf645c29af5117aba2d609076cb40d', '185.27.99.134', 1655113324, '__ci_last_regenerate|i:1655113324;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 ('cf52d061cb96b317c3e8685adf9da0b127c76609', '40.77.167.146', 1687701562, '__ci_last_regenerate|i:1687701561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5378c62c6a6357cf181c202b5aa2d5e57b9e53', '114.119.131.211', 1688167750, '__ci_last_regenerate|i:1688167750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf54a555c78016f17e6049f6a5d905f2c8bd8308', '66.249.79.201', 1681447754, '__ci_last_regenerate|i:1681447754;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 ('cf551719fc73094b4974ac8039fe62b788595f1f', '190.56.32.162', 1686257738, '__ci_last_regenerate|i:1686257358;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686240010\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"txIFLvnG5grO92CSluE0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf55516cf68beb202133820cbc58e578a465205e', '200.119.172.60', 1674913527, '__ci_last_regenerate|i:1674913527;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674913482;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf57487cb49ba73b61e28040d373ca6c0951e11c', '144.217.135.245', 1679336573, '__ci_last_regenerate|i:1679336572;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5767ccf4544c0be2f186d7d0ab871ed5c492a9', '167.235.154.255', 1677618770, '__ci_last_regenerate|i:1677618769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5beeb1708bb92e1496cf176228e9cea75e3945', '207.46.13.130', 1660304752, '__ci_last_regenerate|i:1660304752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5ce23446310bd7ab5ad1f5ddb74b84a49828cd', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5f4cbb26eb047f40d8687feec3e077220bc24a', '207.46.13.211', 1679049644, '__ci_last_regenerate|i:1679049644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5fd28b61e9a6c53f73924b8006b0496bcf3e7c', '190.148.87.182', 1679921470, '__ci_last_regenerate|i:1679921470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679920889;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf60eeaca306f8fd8076b142c38b95e290aefac9', '157.55.39.147', 1672215485, '__ci_last_regenerate|i:1672215485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf61eeb5b90ae8ac4b435824ccd383d8c9ff944d', '190.148.157.80', 1669242283, '__ci_last_regenerate|i:1669242283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669242165;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf6344131a6909f602c5bab63640b1413c3ccdba', '52.167.144.164', 1684673545, '__ci_last_regenerate|i:1684673545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf66a44d6f0a363fcbf41f090a1d9144f71b99bb', '51.222.253.20', 1677604153, '__ci_last_regenerate|i:1677604153;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf675a870d49a9825b1684b3b59629af6f949c1e', '190.56.173.213', 1683226941, '__ci_last_regenerate|i:1683226941;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683226573;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf69083b50e948a2adb6f41de0758d724e43a986', '114.119.136.243', 1687624017, '__ci_last_regenerate|i:1687624017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf69b2a8316162b7db37b7adabd529feba9d7470', '17.121.114.197', 1661583043, '__ci_last_regenerate|i:1661583043;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 ('cf6ba31a6b2b8702122c70f04473367f3b12ca62', '52.167.144.61', 1688174359, '__ci_last_regenerate|i:1688174359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf6fda2e54a33436677d71811020896b785a7934', '114.119.152.71', 1688168966, '__ci_last_regenerate|i:1688168966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf701b3d46fa5aa0159991eebaecd8da302e5d9d', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf70cd2ddd7232f4899e18988d6e91c24c00596d', '190.148.252.183', 1681333648, '__ci_last_regenerate|i:1681333648;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681332724;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf73907415d6380e90226866ade18ef33a57a073', '190.148.157.53', 1683915094, '__ci_last_regenerate|i:1683915094;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683914604;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf73bf5d3a67199c8e563b3e76a9fc0c76d77887', '34.219.167.156', 1651324837, '__ci_last_regenerate|i:1651324837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf73fd0c3fc212005f7d74852f9bfffe821fa122', '190.56.51.144', 1687106126, '__ci_last_regenerate|i:1687106126;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687106120;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf74d4d5a4e46f6c343bb4e0772735d652c1ab36', '66.249.77.29', 1681562541, '__ci_last_regenerate|i:1681562541;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 ('cf77be045fda8aeb7d7519190d53831c77321775', '190.56.32.162', 1686417965, '__ci_last_regenerate|i:1686417965;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686417959;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf7b10358cc20a2353665a1eb96e8683db414886', '52.167.144.162', 1687306378, '__ci_last_regenerate|i:1687306378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf7d0dbe13986d89c5bc422a0bc5bf4ee4241026', '157.55.39.123', 1673081806, '__ci_last_regenerate|i:1673081806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf7e861a311cc7c93acd88acf6900e63b5079bff', '157.55.39.125', 1654608068, '__ci_last_regenerate|i:1654608068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf7f2be86463a9cd76c556d3e20440938a025a80', '190.148.158.69', 1685978920, '__ci_last_regenerate|i:1685978920;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685978902;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf7fedc3fc92a12c4e431851129fb4b90a139605', '114.119.143.51', 1687345672, '__ci_last_regenerate|i:1687345672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8039c2ab0bbdfa76df91bf0a9bc17e72d1096a', '114.119.136.134', 1685781035, '__ci_last_regenerate|i:1685781035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf82737de75a96fffbcad0a71e28373ed9123e7f', '54.36.148.145', 1674813994, '__ci_last_regenerate|i:1674813994;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 ('cf837102a0a8162918cd29ff004de963d28e35a0', '52.167.144.171', 1684590810, '__ci_last_regenerate|i:1684590810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf83f2f585a715e7b2b1030ea752d99dc62650a2', '40.77.167.79', 1654014536, '__ci_last_regenerate|i:1654014536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf84417f0fa4e63903f5e8586a98f6b958e48ebc', '5.188.62.21', 1653399656, '__ci_last_regenerate|i:1653399656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf882730981d4e2bdb78d4e3c438cdb71d858c64', '207.46.13.17', 1673572462, '__ci_last_regenerate|i:1673572462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf88a3e418dc80586d5ff5a6ab969deca2ad9626', '52.167.144.171', 1685508150, '__ci_last_regenerate|i:1685508150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf897fd2070e5582810afdff9e7fc175847efb6d', '20.15.133.162', 1686015686, '__ci_last_regenerate|i:1686015686;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 ('cf89dc9b9c7eac8fa6b2ed6e282b337469fca768', '114.119.151.72', 1688231054, '__ci_last_regenerate|i:1688231054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8a64a69b54375e3485c01ed3c8691b0dee068b', '40.77.167.123', 1683950010, '__ci_last_regenerate|i:1683950010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8a8d15f1139344ad564f106b26002e8d33e278', '114.119.137.134', 1688007097, '__ci_last_regenerate|i:1688007097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8b40e8597e842023e1a244c1885531f4e10943', '51.195.216.255', 1650895552, '__ci_last_regenerate|i:1650895552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8bd9e0c10604486776a83eb59e1d2ffe2ce83d', '54.36.148.200', 1684993735, '__ci_last_regenerate|i:1684993735;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 ('cf8c6f1bc77fd32f3a90d6f654546d36b50b2497', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8e7051318ae24fb0f23b675e50a33d5e3d4b3e', '74.208.2.134', 1682136349, '__ci_last_regenerate|i:1682136349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8fb107a5c62c35c5a7747b044f8f1f88473d6f', '190.148.252.161', 1670003016, '__ci_last_regenerate|i:1670002955;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669907507\";last_ip|s:15:\"190.148.252.161\";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:1670001645;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf91b39159330c6b65d4e93ed2f025273af63bec', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9231b2632240efbaca5cdaededb1e771802d56', '40.77.167.91', 1686899969, '__ci_last_regenerate|i:1686899969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9251ff72486ab969d8d44f90a13b27c34dc481', '200.119.173.130', 1675982677, '__ci_last_regenerate|i:1675982677;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675982088;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9382734e0c40c5d04a80648851174e1e746f2d', '190.56.55.113', 1673872114, '__ci_last_regenerate|i:1673872114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673871989;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf96eea78cfd3625bf5c45295fc3399112958527', '54.184.247.106', 1682813520, '__ci_last_regenerate|i:1682813520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9b2467885fa474dffe6553165d41afbbf8fac6', '52.167.144.164', 1686571102, '__ci_last_regenerate|i:1686571102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9d668c7ddacb2980b7c2716cc77a9cca16215d', '40.77.167.37', 1669998943, '__ci_last_regenerate|i:1669998943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9e6f23d33399e67620ef11de15e4c2d7841a07', '51.222.253.11', 1652210817, '__ci_last_regenerate|i:1652210817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfa1b65fe8955e8536f5f4144806fa9194d43c1d', '190.148.157.183', 1680304873, '__ci_last_regenerate|i:1680304872;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680188876\";last_ip|s:15:\"190.148.157.183\";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 ('cfa374ed83f51ea2a351bef137de3464d6671804', '114.119.141.146', 1687663402, '__ci_last_regenerate|i:1687663402;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfa6a74fcd893f93be375cce26c2df76c7eb5fad', '114.119.158.28', 1686920305, '__ci_last_regenerate|i:1686920305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfa78ae7cccda61ecf6928921975c32219544d8a', '173.249.31.237', 1659409227, '__ci_last_regenerate|i:1659409227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfa98a4c21fd4aaf1e64f65d4c85c7e5fd26cabe', '114.119.131.253', 1686430605, '__ci_last_regenerate|i:1686430605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfaa2d41027b629b1970c9df53f34b74afc77832', '146.59.157.229', 1650749792, '__ci_last_regenerate|i:1650749789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfabb9f5843d09b4e2e2b50cf370cc064b1a626f', '52.167.144.98', 1685874490, '__ci_last_regenerate|i:1685874490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfac5bfb2a76926a67924a5724e8710fa1046949', '190.148.87.6', 1668172301, '__ci_last_regenerate|i:1668172301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668172263;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfad25b33f2b68c23b496b2b7b028503d5df4da1', '46.101.63.152', 1652762871, '__ci_last_regenerate|i:1652762871;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 ('cfae3037a7543be8b32c2d1b5a4893af614fce99', '192.71.42.108', 1660121408, '__ci_last_regenerate|i:1660121408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfaeb81b8929faf38e7d20c0bbf5e0fa43f1330f', '52.167.144.164', 1684315756, '__ci_last_regenerate|i:1684315756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb081906482633901e0f48b23ea91f5b17ce283', '45.41.15.32', 1661903873, '__ci_last_regenerate|i:1661903872;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb18e70b8ffb4e572c83f8027072f9c979d33c0', '52.167.144.67', 1677321414, '__ci_last_regenerate|i:1677321414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb251f8f5ee7e61a48b94194b33fd1a1736f2c9', '178.128.54.239', 1658681688, '__ci_last_regenerate|i:1658681687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb47e3b84276707f3b23220d59c213e67b561e5', '52.167.144.162', 1686160041, '__ci_last_regenerate|i:1686160041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb4fb9c1f905ffa0029dec9e268fdaa10291654', '114.119.144.42', 1686928087, '__ci_last_regenerate|i:1686928087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb508c450235047deada792f5ddc53a0bef9915', '52.167.144.171', 1685097107, '__ci_last_regenerate|i:1685097107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb77f8db9be95b5c3aaaf1000b697acf202d21d', '114.119.147.42', 1687298698, '__ci_last_regenerate|i:1687298698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb7ad9c155acfa185e92e3510b420380c7edb02', '190.148.252.116', 1653417087, '__ci_last_regenerate|i:1653417087;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"h2MlCdH0nWTPI5ef6tXz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb94912409a2d3e692a67329b5f060111ca41f3', '157.55.39.212', 1677437024, '__ci_last_regenerate|i:1677437024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb9a73dae6ddb9933d8e68dc192eacc6bccf0cf', '200.119.168.9', 1656262846, '__ci_last_regenerate|i:1656262828;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656193581\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656262846;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbb97afd39780180a5da556639135d10e523ed2', '51.222.253.8', 1684329886, '__ci_last_regenerate|i:1684329886;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 ('cfbbdf12d2618591f9fd456abd729fb8027bd15c', '114.119.148.88', 1685911939, '__ci_last_regenerate|i:1685911939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbcace04125cfc5d66f3a0ef74c61c3fc7611d0', '157.55.39.79', 1668367220, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbcafe6bad81ae24b2954f2169c69e5e7ab44be', '40.77.167.13', 1672236396, '__ci_last_regenerate|i:1672236396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbd249531cf048cc360298774dffe06b80a1fc7', '157.55.39.65', 1662162504, '__ci_last_regenerate|i:1662162504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbdbf042ce686e86e5481c518b3f86446a7623b', '207.46.13.10', 1671078182, '__ci_last_regenerate|i:1671078182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbee64e42c434eb92286fd1973f241b8ae671ff', '207.46.13.6', 1671941753, '__ci_last_regenerate|i:1671941753;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbfca51b1137dddbf6878e95e607434cba5a218', '51.222.253.19', 1685765529, '__ci_last_regenerate|i:1685765529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfbff4a1ddf31a4c2f859ae722ef55a780da9617', '40.77.167.190', 1677514516, '__ci_last_regenerate|i:1677514516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc0378ce62030de3f31f1dd3be52b64a8c17ec0', '77.74.177.119', 1675501874, '__ci_last_regenerate|i:1675501874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc1e350361c56e9518a2a4f1b847ae1859d537b', '200.119.173.177', 1684864162, '__ci_last_regenerate|i:1684864162;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684858255\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684864143;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc23b6c63d60a1d2ed324c1076e4dedf360886a', '52.167.144.76', 1682109609, '__ci_last_regenerate|i:1682109609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc2bb304e64cdc979d37f44963f88a40fc75802', '207.46.13.205', 1671597868, '__ci_last_regenerate|i:1671597868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc3d967f79040e2abc5488b107df45d399a9bae', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc517b16d6d944e60ba66a8da31df35d0317bea', '40.77.167.202', 1687253597, '__ci_last_regenerate|i:1687253596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc648d7e7af0534a7d032f10a98737d0be930ae', '52.167.144.162', 1687246651, '__ci_last_regenerate|i:1687246651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc6505827954dbeeb85d2b2f7a3b573ad35c13e', '157.55.39.51', 1669168053, '__ci_last_regenerate|i:1669168053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfc7167da64f1d85c226b7066b46b6e9176c8048', '17.121.112.78', 1656079387, '__ci_last_regenerate|i:1656079387;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 ('cfc9118637b9b8d7fd41f4e2b70112305bae73ca', '190.56.49.237', 1665713000, '__ci_last_regenerate|i:1665713000;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665711284;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfca049751a58773c83f7e6db625bbc7bcad39d2', '114.119.140.107', 1688363528, '__ci_last_regenerate|i:1688363528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfcb4d65778cd3e5e51e0d4a5b3151c5033c02ed', '51.222.253.2', 1685868385, '__ci_last_regenerate|i:1685868385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfccfce6529517c229d530bd4a2e039cd2d851d1', '51.222.253.2', 1674756453, '__ci_last_regenerate|i:1674756453;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 ('cfcd1fc984372792564d1e9ef8b2ab03ed9fc049', '5.188.62.21', 1653472794, '__ci_last_regenerate|i:1653472791;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfcd2d1a952cef6e9c1e5121fd00c865c0f4fd9d', '200.119.170.113', 1666712358, '__ci_last_regenerate|i:1666712358;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"msU24dxZtGMeoiCE0Lkv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfcd446eaed60b2086c607935f49211c270b4bf6', '157.55.39.253', 1682329587, '__ci_last_regenerate|i:1682329587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfcf91afa2086be08d07d91d537f8c80282b0536', '52.167.144.131', 1686635331, '__ci_last_regenerate|i:1686635331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfcfa336349360d2a3da158fb0705b10174c4674', '40.77.167.191', 1681564068, '__ci_last_regenerate|i:1681564068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd0aa19a9ff78d4ba177b60b43fdcdcd65e9eb5', '52.167.144.154', 1687784098, '__ci_last_regenerate|i:1687784096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd1a6e8ffcc0d387f0e21a01db8723b05f7f67f', '200.119.168.250', 1681165687, '__ci_last_regenerate|i:1681165687;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681164459;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd50044b2a7f4a48761d69c715a5e8b8caab772', '190.148.87.96', 1678463260, '__ci_last_regenerate|i:1678463260;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678463229;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd5766f020fe56fc04d9831bca377c9d521bca2', '207.46.13.12', 1675896187, '__ci_last_regenerate|i:1675896187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd5d9f84f84e1df63daba6daf94d875759f9185', '17.121.114.56', 1662446422, '__ci_last_regenerate|i:1662446422;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 ('cfda26befe655879744b7d1b550199d202c5d579', '52.167.144.171', 1684831584, '__ci_last_regenerate|i:1684831584;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfdb1648fa64cd1e61d8b2f0935b2718951d7074', '190.148.158.69', 1685706856, '__ci_last_regenerate|i:1685706856;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685706813;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfdc43c566b313bfe5461367763b58b277048848', '40.77.190.245', 1683787214, '__ci_last_regenerate|i:1683787214;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfdd142eed91fef2541f7c6d5facde4843579903', '52.167.144.171', 1684339333, '__ci_last_regenerate|i:1684339333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfde0608f525a212d1284a65750dc3e575977689', '18.117.223.160', 1667962328, '__ci_last_regenerate|i:1667962328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfdea44dcb76051abcd370830800fa0fb5696cd7', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfdee88fa636efe06251fcf1c24b3a4037933db0', '52.167.144.162', 1687419140, '__ci_last_regenerate|i:1687419140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe03e7ff0f7f61fe1ab4dafd288408b2d39af93', '114.119.141.24', 1687045241, '__ci_last_regenerate|i:1687045241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe041cc4c5b2755fa2e678da25464b226beb9c7', '65.154.226.171', 1659086160, '__ci_last_regenerate|i:1659086160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe2523322266c0429025da3a9e885837f711cfb', '190.148.157.99', 1662504417, '__ci_last_regenerate|i:1662504417;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662411296\";last_ip|s:12:\"190.56.55.27\";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\";user_csrf|s:20:\"kl3YvQ4510bUyJIdCzFE\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe2846c5af73812a73ca109e2f4be2e00149e42', '190.56.49.206', 1655396425, '__ci_last_regenerate|i:1655396425;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655384992\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655394526;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe5c94210f2b6700f3861faa73af926b75ec588', '165.22.44.243', 1672830169, '__ci_last_regenerate|i:1672830169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe6229ce6f31901b36620c52d05e016e1751d86', '190.148.158.175', 1672187231, '__ci_last_regenerate|i:1672187214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672187231;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe66c91ad99b85ceec1f7263959ede5629f569a', '138.246.253.24', 1653017480, '__ci_last_regenerate|i:1653017480;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 ('cfe947c21e7d621c1dd7f19875bf10258f80b62b', '40.77.202.174', 1667741217, '__ci_last_regenerate|i:1667741217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe9d350bb298881ed111bfa09eecedfa7f7e33c', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfea3c88c0d7ab82ef3d0c70902e55dc6b334242', '190.148.157.173', 1652717310, '__ci_last_regenerate|i:1652717282;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652390499\";last_ip|s:15:\"190.148.157.173\";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\";last_activity|i:1652717087;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";user_csrf|s:20:\"4NM3DkvpSwKCQJYOrcWe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfec1f2abd6f7457e45f35974b57debd9b7c0005', '114.119.134.155', 1686841729, '__ci_last_regenerate|i:1686841729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfeda411694643363ed172b08e80d702ea322dbb', '51.222.253.16', 1675841576, '__ci_last_regenerate|i:1675841576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfef3e8fd0411a250a7571ed02e36a173349b0a1', '52.167.144.105', 1677772950, '__ci_last_regenerate|i:1677772950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff003e05474bab642b13d5691e8b833d6af1783', '157.55.39.51', 1669794973, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff0ba5844a6db8b9802c77fc571a8974175cf7e', '157.55.39.225', 1687911604, '__ci_last_regenerate|i:1687911604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff1cfe4a3f666157ef84e60299f4ee2eeba78d1', '130.245.169.247', 1657277755, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff3846e6f5fbf0f16c055c1d0a36f0da89d81bc', '52.167.144.162', 1682622583, '__ci_last_regenerate|i:1682622583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff59e6ccf798ead57c5ff16f670c427f721d62e', '190.148.158.151', 1677254923, '__ci_last_regenerate|i:1677254923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677254671;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff70982b235cb61dba99c78131ee10007a107c4', '157.55.39.69', 1672169449, '__ci_last_regenerate|i:1672169449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff79fa78a66ca62ff394522d573ec9c8b8286ed', '190.148.252.96', 1673018700, '__ci_last_regenerate|i:1673018700;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673018134;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff7a52ad34ad202b221e3040ac33ea7d5f26e67', '114.119.156.84', 1685116204, '__ci_last_regenerate|i:1685116204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff81ee235c5be83cb117a21e3617089a1e17658', '114.119.153.208', 1688011499, '__ci_last_regenerate|i:1688011499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff8cd70a9cc511c3431a50d73a711d7a90ae661', '40.77.167.13', 1672603591, '__ci_last_regenerate|i:1672603591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cff9c0a3f134e94c317724cc68c5b07f22ac47cc', '190.148.87.96', 1678296204, '__ci_last_regenerate|i:1678296204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678224092\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678296197;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cffad6e792cc644ad0f86364e6c9aa2cef6277c1', '18.206.55.48', 1651889273, '__ci_last_regenerate|i:1651889273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cffc0012ce4c5ffd56d93f92e36b76bdd7f51dc7', '114.119.155.92', 1686929380, '__ci_last_regenerate|i:1686929380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cffefd7dc37f74aa16da9e35959f7c3b43fcd965', '167.235.242.114', 1653644790, '__ci_last_regenerate|i:1653644790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0007ff4b59d404bfcf7799ca43f4525d54f939c', '207.46.13.209', 1681251450, '__ci_last_regenerate|i:1681251450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d00347f9ab168a9f233f99ec41ddbdc49ffdae81', '40.77.167.79', 1653663859, '__ci_last_regenerate|i:1653663859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0047ef07e9bac95e1bb24f6b134ff2b84419d76', '114.119.134.51', 1688088161, '__ci_last_regenerate|i:1688088161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0058e58c8fedf2736d7c4770450d2e94385d058', '54.36.148.193', 1670772736, '__ci_last_regenerate|i:1670772736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d008dc46ed7b1e67ce06c28bdd483c125d696976', '185.54.228.99', 1650995184, '__ci_last_regenerate|i:1650995181;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 ('d00931162815d9cc37227bc4854cbde4b55d5f86', '40.77.167.224', 1687185735, '__ci_last_regenerate|i:1687185735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d00c7e614d8726a8f130a84a090940096945c9c9', '157.55.39.69', 1671812265, '__ci_last_regenerate|i:1671812265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d00d8cc2f6c94ac68ee76faa29baf6e01d9d1158', '114.119.129.184', 1688064432, '__ci_last_regenerate|i:1688064432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d00da632cfbda48ac797609dfa5cb9bf28b48132', '52.167.144.74', 1688052579, '__ci_last_regenerate|i:1688052579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d010c6297260bef22885a9c9bfe2435afd927078', '147.182.149.77', 1668713914, '__ci_last_regenerate|i:1668713914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d01132914a597cc5bbd9033f7151b4b97334c783', '52.167.144.164', 1685180465, '__ci_last_regenerate|i:1685180465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d013498840318474942288d3f74f2bfdd0de3298', '40.77.167.133', 1684132442, '__ci_last_regenerate|i:1684132442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d014e8aa3cf123aaafd24da94ccfd71b2d9c08a8', '51.222.253.12', 1680923027, '__ci_last_regenerate|i:1680923027;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 ('d015a3fe59f6b989bf0dbca1e460eb4bf17dc887', '40.77.167.146', 1687876704, '__ci_last_regenerate|i:1687876704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d016b5bdb1f61b8aab88ed66724a89c1f046e669', '114.119.128.154', 1684278146, '__ci_last_regenerate|i:1684278146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d016d0e86c232ff844312dee0162d7d27eb04391', '40.77.167.56', 1673444164, '__ci_last_regenerate|i:1673444164;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d01718c6e6d961c8a891969c3de3887b80b7e797', '46.101.63.152', 1652762866, '__ci_last_regenerate|i:1652762866;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 ('d0173e03bb35f9695b4a28e61484a6947ed1d69a', '207.46.13.175', 1672915263, '__ci_last_regenerate|i:1672915263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d01811b083c5bfc775bf8ec75f4aaead647bd281', '190.148.157.183', 1680213981, '__ci_last_regenerate|i:1680213981;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680213207;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d01cd1f196f7b28e192363c251202bbbcc16bd70', '40.77.167.37', 1669419380, '__ci_last_regenerate|i:1669419380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d01e4f4adc1216fcd2b11933f4b0eafda5f9edd5', '190.148.158.175', 1672234500, '__ci_last_regenerate|i:1672234500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672234485;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d01f000a0ae915d5fb379c0eaeaed2ce8ee4db71', '190.56.55.113', 1673371993, '__ci_last_regenerate|i:1673371993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673371858;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02016d0c197d48f13726ef256e2e5357b412e9b', '190.56.173.213', 1683329385, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683329385;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683329382;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d021e602c2e5788c4d1cb79bfd9a6d4340507f0f', '114.119.150.127', 1686286093, '__ci_last_regenerate|i:1686286093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0230f90e68b1b7181844119702a8a22d6081d43', '207.46.13.10', 1672915262, '__ci_last_regenerate|i:1672915262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d023ff9e7899baf99d28ef0356008d17308b32bc', '114.119.152.195', 1687337031, '__ci_last_regenerate|i:1687337031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0241769ee5af5520a96bbffbd9b446c3e7d9a3c', '114.119.140.64', 1688017578, '__ci_last_regenerate|i:1688017578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d024d13ef9ee421e447bc67702c2bef39d4bd6c2', '52.167.144.109', 1680532181, '__ci_last_regenerate|i:1680532181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d027611d7b5ab6f177c73a8c49d2dec43aa01a2d', '66.249.64.196', 1651152558, '__ci_last_regenerate|i:1651152558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0279c9e3fac3f33c755d4a9c53ae12f8613600c', '190.56.173.213', 1683165489, '__ci_last_regenerate|i:1683165489;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683165489;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0279f6e25ed7be2ba2758e3898663048e65eaa4', '190.148.252.111', 1677808499, '__ci_last_regenerate|i:1677808499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677808499;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d028748ed3a76553795a88770a25a1f5cad51123', '200.119.170.193', 1670249871, '__ci_last_regenerate|i:1670249871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670249802;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02a75a7c34a595a3740d6a89a7cb66e31bb865f', '52.167.144.162', 1681886699, '__ci_last_regenerate|i:1681886699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02acd65b643bed3a6665f3ad87df4d970b0671b', '200.119.173.177', 1685394173, '__ci_last_regenerate|i:1685394173;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685394057;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02b98a2e841e931ac501b56574ef7860c2ce916', '200.119.172.60', 1674653954, '__ci_last_regenerate|i:1674653954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674653921;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02c13da229709c7f887e4f327250fb92b256b05', '190.56.32.174', 1676598345, '__ci_last_regenerate|i:1676598345;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676598342;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02c2f6825b084c6110bfc060188efb46d7d9fe7', '200.119.174.72', 1660157887, '__ci_last_regenerate|i:1660157887;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660156542\";last_ip|s:14:\"200.119.174.72\";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\";user_csrf|s:20:\"18badxgezBSsOA9Kk2D7\";last_activity|i:1660157214;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 09:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02d3a0aa6334d9828a7311c8fc1f33faf27b05c', '52.167.144.76', 1681886700, '__ci_last_regenerate|i:1681886700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d02d922da679dec2b68676c6ae5f9822feecee11', '200.119.173.130', 1675821248, '__ci_last_regenerate|i:1675821248;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675819960;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03066078beca291bc4997967cb829ff1d56abce', '51.222.253.19', 1666877543, '__ci_last_regenerate|i:1666877543;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 ('d030cb0df53f2e3fe5737ce391240e4b00f49edf', '114.119.140.84', 1685324750, '__ci_last_regenerate|i:1685324750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d032ae565d6f5e629728b8cc9f7dcd3d09dcc95d', '52.167.144.171', 1685679497, '__ci_last_regenerate|i:1685679497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d032e16e40e4bdac90684a77344675d75e97ef93', '54.203.39.49', 1652621313, '__ci_last_regenerate|i:1652621313;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 ('d0336f717c1d10cb9f21240ea8ef16c1754c76bd', '66.249.79.195', 1688234092, '__ci_last_regenerate|i:1688234092;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 ('d033ef3bd51edcfe495fefb16b811ecf4ae76bd7', '190.56.173.175', 1652975835, '__ci_last_regenerate|i:1652975711;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652888466\";last_ip|s:15:\"200.119.172.126\";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\";last_activity|i:1652972735;user_csrf|s:20:\"2a6hYyRC1zvrUOMdHFQ9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0340605a48762594eccae8bbac7ac5a976f5549', '17.121.115.16', 1662804256, '__ci_last_regenerate|i:1662804256;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 ('d03450bb464e84b79548bbaf0d56e8b42cad3ea1', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03490dd661a1a6e6216465c1b8d0d93d77db01d', '200.119.172.60', 1675028534, '__ci_last_regenerate|i:1675028534;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675028458;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0353721a774e1a9f26085796025771a85bb8805', '114.119.145.236', 1685001803, '__ci_last_regenerate|i:1685001803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d035595fcf2521f015fc97387e76bb037772df95', '52.167.144.171', 1685523058, '__ci_last_regenerate|i:1685523058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0365c14175b71e7d4842b80041815855883f397', '190.56.49.237', 1665757361, '__ci_last_regenerate|i:1665757361;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665756572;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0374aa52a3d2166a0c3108afd1e14e699eaebd1', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d039dbf3849bec6cfa28f10bf5f5bf979eb66bc5', '190.56.51.158', 1655669819, '__ci_last_regenerate|i:1655669749;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655646158\";last_ip|s:15:\"190.148.252.141\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655669819;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d039fbc7f8d248c9794117d34b98977fe4c031b6', '114.119.160.84', 1684865913, '__ci_last_regenerate|i:1684865913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03a753f35c1483c1b131757f91311b56239ab32', '190.56.51.212', 1688434410, '__ci_last_regenerate|i:1688434410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688434288;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03b3e7b3d141bb9179e519bea5c04ff8b28f5ce', '51.222.253.8', 1679226843, '__ci_last_regenerate|i:1679226843;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 ('d03b89afce21aa9431c922f93af4c2bd414c7a38', '54.36.148.13', 1664695297, '__ci_last_regenerate|i:1664695297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03e3f47930097bab5bca99f3679351d3cd19362', '175.196.127.111', 1650791354, '__ci_last_regenerate|i:1650791354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d03f5c4e5bc056d9c68aa3000b02a0e68b74bc5f', '200.119.173.130', 1675985641, '__ci_last_regenerate|i:1675985641;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675984861;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0425050a91e4da149be52561dc5532bab24ffea', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d042b47a26ae31ddae4163f2e02668735ce56052', '52.167.144.164', 1686596406, '__ci_last_regenerate|i:1686596406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0430a23825441f915a29cbc72d9ff0ed535cb6f', '196.242.200.237', 1672579431, '__ci_last_regenerate|i:1672579431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0444fb38bb7ff26087c42844557bdd271ca26f2', '185.27.99.145', 1655113324, '__ci_last_regenerate|i:1655113324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d045ba95b754da70a0c997e8da62e0086a920df3', '52.167.144.98', 1686290014, '__ci_last_regenerate|i:1686290014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d046b65b041a527d1899785738236df749950b3c', '51.222.253.15', 1663721446, '__ci_last_regenerate|i:1663721446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d047414a6bfd19c58a1064b3c4cdce02414988ea', '114.119.147.129', 1686892924, '__ci_last_regenerate|i:1686892924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d04a5330f4808ad4c11d29a06fc72b3bfcb07a8a', '40.77.167.85', 1686016127, '__ci_last_regenerate|i:1686016127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d04a78ded4def474c1e96aadcfd570350060f94a', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d04aad68f304c5d9ee059930dc7e85e18361857e', '40.77.167.178', 1676899008, '__ci_last_regenerate|i:1676899008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d04bf425f6d4acfdc647f48be234fa1b302e053c', '114.119.130.218', 1686020367, '__ci_last_regenerate|i:1686020367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05344f040442ad77a259878371abf5c536f69c9', '51.195.216.255', 1650743518, '__ci_last_regenerate|i:1650743518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0537bbd510895bd763273d800accf0262fd4f9b', '54.36.148.57', 1678653542, '__ci_last_regenerate|i:1678653542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d053d34c858217e44803c0510fa3b6b2d660784a', '157.55.39.210', 1680959669, '__ci_last_regenerate|i:1680959668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0561d164d46d64152a0efd66219ea0cefd469c8', '157.55.39.55', 1661935412, '__ci_last_regenerate|i:1661935412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d056aad3767a78a5510efd35b52521a692183bdd', '114.119.136.120', 1688407982, '__ci_last_regenerate|i:1688407982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d056fd213b8b06ac337d6cadfdd5b173a34fa7ce', '35.89.108.182', 1659792568, '__ci_last_regenerate|i:1659792568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d057d00e8fbaac87433f26f5a279aa5a9248cb66', '200.119.173.177', 1685411633, '__ci_last_regenerate|i:1685411633;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685411587;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d059eed44a0fcd26b8dea44a985c8e27e8e1a0d7', '66.249.74.103', 1683155661, '__ci_last_regenerate|i:1683155661;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 ('d05ae7bf2ce981c01fee97b89fd03f5ea179741b', '52.167.144.162', 1682306790, '__ci_last_regenerate|i:1682306790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05c9309e3ccd66d25c112cef16b7ad7833b4b05', '190.148.252.96', 1673042521, '__ci_last_regenerate|i:1673042521;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673042107;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05ca358ddad6e7c5f30bffa5af5f2c81ea141b8', '200.119.174.9', 1674163769, '__ci_last_regenerate|i:1674163769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674161395;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05cb987393170b99a19a139a7ff40e6567f1e91', '82.37.64.130', 1680829413, '__ci_last_regenerate|i:1680829413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05d6240d3d068c739a08935a33fdda1b5d79f3c', '193.201.9.12', 1659364757, '__ci_last_regenerate|i:1659364753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05d98f6ee6187d567a81767a3df1b92e675355c', '52.88.22.123', 1672060763, '__ci_last_regenerate|i:1672060763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05db60bd929eae5a063240a51ca241bd73b75bb', '207.46.13.12', 1676190922, '__ci_last_regenerate|i:1676190922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d05e991f5765fc8c12a045a7acd1cf87556f1661', '190.56.54.156', 1665066024, '__ci_last_regenerate|i:1665066024;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665064534\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665066009;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06266604e72998fe7fdef153b60459499730e64', '114.119.137.195', 1685122380, '__ci_last_regenerate|i:1685122379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0627af5bf79a33b7a7ae9464a5bf34232eec6a3', '190.148.87.6', 1668269647, '__ci_last_regenerate|i:1668269647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668269642;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d062e9863015fc2a3165e171330162b41196b008', '106.75.76.244', 1686908258, '__ci_last_regenerate|i:1686908258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0644deef915e8db4e057b4afa0b23850f2ce433', '52.167.144.166', 1686862080, '__ci_last_regenerate|i:1686862080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0648fe498da1742a47bf64c1bf23b84036f8855', '190.148.252.67', 1688504198, '__ci_last_regenerate|i:1688504198;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688503715;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d064cda94135b2394686ba18c0b23ba13b666424', '114.119.159.155', 1686582652, '__ci_last_regenerate|i:1686582652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d065fd8e390222376e2b5d7d49252f9713fcf5ea', '52.167.144.164', 1686577276, '__ci_last_regenerate|i:1686577276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d069f7fba5401210a5614c507137021c470af2a2', '200.119.172.60', 1675002454, '__ci_last_regenerate|i:1675002454;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675002365;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06ac772c1c197f69bfc1751755512708c3abc61', '190.56.32.162', 1686399332, '__ci_last_regenerate|i:1686399332;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686399320;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06d55810798412c324e2840c400f4cd6bc78e17', '200.119.173.177', 1685282764, '__ci_last_regenerate|i:1685282764;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685282719;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06e7e2e64545eb8aaad245f03690838e954c9c6', '190.148.252.183', 1681503561, '__ci_last_regenerate|i:1681503561;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681503238;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06f38b96925ea05e97c0cb29a779853963a9b72', '52.167.144.164', 1685835908, '__ci_last_regenerate|i:1685835908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06f3dd41ef3a12948c55bc27b17a279499db9d9', '207.46.13.12', 1675609834, '__ci_last_regenerate|i:1675609834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d06fda1481dabba7b6b8bdee1db910890e50a1d7', '175.44.42.140', 1664053038, '__ci_last_regenerate|i:1664053032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d070cbbef8add9310434ea2f4e5c0cf6cf9303b0', '207.46.13.11', 1669483431, '__ci_last_regenerate|i:1669483431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0712abf1a5bd13c5fcb9b05ea114cabfc41d909', '52.167.144.164', 1684555310, '__ci_last_regenerate|i:1684555310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d074005f68887b9eb6f6aa151aad9fbb0a332bcf', '52.167.144.164', 1684315765, '__ci_last_regenerate|i:1684315764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0745749c61313dfe3ebe50c92b3aca35861d8f9', '40.77.167.13', 1672246880, '__ci_last_regenerate|i:1672246880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d075f66d27492299aa873a8be35d6016c8e96892', '190.148.157.80', 1669562111, '__ci_last_regenerate|i:1669562111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669560484;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0771f0b7cb0603876a18982ecc5600c635cd7f5', '51.222.253.13', 1666659206, '__ci_last_regenerate|i:1666659206;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0785e52a6161391e8fec79e6f686784975c3416', '142.93.48.245', 1659759356, '__ci_last_regenerate|i:1659759355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0790896c0603cb6e4eb45dd8bd27c24ef8a7df8', '17.121.113.89', 1660545797, '__ci_last_regenerate|i:1660545797;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 ('d07ab7959b3e08d508566bce302eebce2c06dd90', '207.46.13.145', 1668071108, '__ci_last_regenerate|i:1668071108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07b6804dab9aad8cace4b3d7a54fcfe3be51c8d', '198.251.73.79', 1686693219, '__ci_last_regenerate|i:1686693219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07cc5034601b80d59312744b98597f210af8e49', '114.119.154.77', 1685781925, '__ci_last_regenerate|i:1685781925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07dfa9936adae4449e33e21e8c8eea48b716371', '82.157.160.183', 1681091963, '__ci_last_regenerate|i:1681091963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07e50a86337ebf4363e995e73a75d8bef1917ec', '54.36.149.54', 1655421417, '__ci_last_regenerate|i:1655421417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07e72308784e86a15f29737dcb87df487aee113', '52.167.144.162', 1682757657, '__ci_last_regenerate|i:1682757657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08061f212e5ca7767c3b91fb7ba86cdcf1f3911', '190.148.252.195', 1653662445, '__ci_last_regenerate|i:1653662445;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653588132\";last_ip|s:13:\"190.56.54.129\";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 ('d08123c0b165303c1eb1d578aa05c5226e88a8d1', '51.222.253.9', 1655462475, '__ci_last_regenerate|i:1655462475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0839adbe2b70aa58ed3309b8019323d96ecfa72', '35.91.2.10', 1688337738, '__ci_last_regenerate|i:1688337738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d084516d8697c42e9e1adb1a1164535ea3d9e6db', '40.77.167.123', 1683320677, '__ci_last_regenerate|i:1683320677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0868dca77bf8f0345f4ba1bcbb8165f38851b1a', '207.46.13.160', 1673934348, '__ci_last_regenerate|i:1673934348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d087a4ae9d19824404877c6684925ba1552ee76b', '52.167.144.61', 1688245456, '__ci_last_regenerate|i:1688245456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0885bbcb12e8d4f6a048e19b7817614f672f8bb', '130.245.169.145', 1657274133, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08964a9ef72b952d297464f964e3baf6a326b0c', '157.55.39.80', 1668002685, '__ci_last_regenerate|i:1668002676;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0897802c7cd4a0aea7112febacefcc4f39eaea6', '190.148.158.75', 1663167545, '__ci_last_regenerate|i:1663167545;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663092439\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663160323;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d089e3db10c0d4498174ed555e9302c54cf89e3e', '190.56.49.83', 1687021980, '__ci_last_regenerate|i:1687021980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687021914;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08c1c64ef892b9bc098377fb42c0d3aeefd2699', '190.56.55.48', 1687559566, '__ci_last_regenerate|i:1687559566;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687373196\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"AgQBkZed0MGy3O9ziclL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08ca004ab8e547e14ff2c288efae08bf36ecf6c', '51.222.253.14', 1652329467, '__ci_last_regenerate|i:1652329467;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 ('d08d0310ebdd91b8ad8325a6f0f0c9c790735cc1', '207.46.13.12', 1675382682, '__ci_last_regenerate|i:1675382682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08da9130f57aa55da956f17932c2b30e4ac3b51', '114.119.132.211', 1686509866, '__ci_last_regenerate|i:1686509866;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08df5f4676cd0b8bac0ba00dcf52ab709df9ae6', '207.46.13.10', 1670956442, '__ci_last_regenerate|i:1670956442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08ef7ceecb9c9233b51fcdc956b861bf0e92d45', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08f28239fc55bdac38487bd3b0001e7e3e9a999', '114.119.151.107', 1687719929, '__ci_last_regenerate|i:1687719928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d08f4fe7df0c99dd6b0748ddbf8420b38f18fa7e', '34.72.216.231', 1657465403, '__ci_last_regenerate|i:1657465403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d091f937c4497cb01f0b1eb6a7bd498caed04370', '190.148.157.80', 1669240810, '__ci_last_regenerate|i:1669240810;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669238056;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d092bf01e57dfad15ba09e8e2d226e48fce4e1ff', '40.77.167.224', 1687393169, '__ci_last_regenerate|i:1687393169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09436c886048e5eab0e3dfed0cc0cc412313fe8', '149.28.60.133', 1664219159, '__ci_last_regenerate|i:1664219159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d094fac6e2dd0699b514c8f4c85ef620e853e47a', '157.55.39.51', 1668631580, '__ci_last_regenerate|i:1668631580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d095f37a58768382435590ebc19cbd92c53ab6c6', '114.119.152.70', 1688366590, '__ci_last_regenerate|i:1688366590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d097ed53a92becdd3c3cb18e01bd1b4a0717075a', '54.36.149.59', 1684713504, '__ci_last_regenerate|i:1684713504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09a45e907aa76a5627057b024b38e297641b686', '200.119.170.209', 1656880628, '__ci_last_regenerate|i:1656880484;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656878418\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656880484;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09d2cf3bd09e28a369381969824d6f36303b2ea', '207.46.13.41', 1671105104, '__ci_last_regenerate|i:1671105104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09f70eb87b8d6748aa6f565227c2eff49a07ec1', '114.119.157.26', 1687576853, '__ci_last_regenerate|i:1687576853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09fa4ab58ac9816a6ba3b8f19dd1149a432b966', '52.167.144.98', 1685619153, '__ci_last_regenerate|i:1685619152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a20a6f218b6e104de96be68e7761dad1022edc', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a32cba0b1ab01c5a57355d6064bd36825b2eb7', '114.119.133.190', 1688115080, '__ci_last_regenerate|i:1688115080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a350b5f1249e294eee3c060e7b8a3d376141d8', '185.72.54.199', 1653252102, '__ci_last_regenerate|i:1653252102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a4213a997717d7c687344ddfa9096d077bfbd6', '74.208.2.183', 1672574282, '__ci_last_regenerate|i:1672574282;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a773a15d233cdf28b8546edfa4a109ebe84503', '114.119.152.12', 1688129564, '__ci_last_regenerate|i:1688129564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a7ea0e66286964f710c17a82e77c6972a07617', '114.119.139.107', 1685840260, '__ci_last_regenerate|i:1685840260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a8e77d33465e485dca16bc779f898b8eaa27c3', '200.119.172.65', 1659364249, '__ci_last_regenerate|i:1659364249;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659298139\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659364242;register_id|s:2:\"58\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0aacf704a85e11e84b5414ef8be18e1e53c3484', '190.56.55.48', 1687367595, '__ci_last_regenerate|i:1687367595;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687366061;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ab452b8d71b53e9cac0f3491466e4be00f0d33', '40.77.167.37', 1669998943, '__ci_last_regenerate|i:1669998943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ab6642c46e29283c6e19b67bc98c8b60c6ebf0', '200.119.174.9', 1674514404, '__ci_last_regenerate|i:1674514404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674514401;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0adf1d81f839f4ae02514ffb0da4242a12474c9', '190.148.87.6', 1668122344, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668122344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668089881\";last_ip|s:14:\"200.119.168.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668120851;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ae1f4b2e252ec946ed75f19e0910854f42c4af', '190.56.32.35', 1671902007, '__ci_last_regenerate|i:1671902007;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671901994;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b0b38f44726a8c43dabcd951dab410765af456', '190.56.51.183', 1660576047, '__ci_last_regenerate|i:1660575946;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660567519\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660576047;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b54f305560a057db6fe107cc8673d8f3e6492c', '17.121.114.245', 1654531616, '__ci_last_regenerate|i:1654531616;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 ('d0b6ef1c9d239f4a9a4b5d8207b40f35912612d0', '40.77.167.85', 1684867283, '__ci_last_regenerate|i:1684867283;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 ('d0b89d280f2e4d8e9bb7b010be3e61b921e901f9', '190.148.87.182', 1679589610, '__ci_last_regenerate|i:1679589610;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"4ulnMWyNtvajpLhHVxoK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b8a2c997482f65d5f8e9c007c0a155175c9256', '52.167.144.164', 1686510628, '__ci_last_regenerate|i:1686510628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b93f33d059e50089a77dc34a6fb09de9e3dbaf', '52.167.144.61', 1688182983, '__ci_last_regenerate|i:1688182983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b9c5ca9297941b03d55c123056a1f4153cc56a', '190.56.32.174', 1676734730, '__ci_last_regenerate|i:1676734730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676734592;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ba06bd91c2485a933229edcaffdb6a61399a17', '190.148.87.182', 1679662398, '__ci_last_regenerate|i:1679662398;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679662367;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ba7647ee2365daf178cff152c67daa91131d34', '190.56.173.213', 1683205248, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683205248;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683205235;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0bc1b2ca4e5b190506589f12773c032d6cb1a98', '114.119.143.50', 1684145204, '__ci_last_regenerate|i:1684145203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0bc964115e737c97548dd6a66c666feea86054b', '52.167.144.39', 1680570223, '__ci_last_regenerate|i:1680570222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0bfdaa84f19cbbe69e5acd714ba0f7203e601d9', '190.148.252.151', 1671236068, '__ci_last_regenerate|i:1671236068;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671236060;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c1c68f1e0fd749ba8a91a69435983e03e09cb0', '40.77.167.11', 1673225619, '__ci_last_regenerate|i:1673225619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c24082831cc09ae4f86be7a0105d8e4168f788', '37.187.76.13', 1682114215, '__ci_last_regenerate|i:1682114215;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c38c64fce63b20706a6b9b84871d85998f4d59', '190.56.173.213', 1683562956, '__ci_last_regenerate|i:1683562956;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683561661;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c45d16e87987a9e1cea0693d201e264331a4e2', '52.167.144.162', 1687333379, '__ci_last_regenerate|i:1687333379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c5dc202b916a0dc9c80798a0d4e212ac75fb6b', '190.56.54.129', 1653435483, '__ci_last_regenerate|i:1653435483;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653432378;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c9e04a5615a207007b7872093276082eac4da2', '114.119.128.126', 1688485808, '__ci_last_regenerate|i:1688485808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ca4b6de84bd0693b6248d74db75b00264e0ba6', '190.148.252.83', 1666916921, '__ci_last_regenerate|i:1666916921;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666915474;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0cb4d4ff19b0d7295a913ad08975aecc654417d', '51.222.253.20', 1677297901, '__ci_last_regenerate|i:1677297901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ccfc1e876d82050b480ee98f51fd10c73f23fb', '54.36.148.239', 1658400751, '__ci_last_regenerate|i:1658400751;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 ('d0cde6aa95f33e950ccab992d06b4e9f2f4638c0', '190.56.49.237', 1665856454, '__ci_last_regenerate|i:1665856454;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665856392;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ce748b2989805da91b919e8865b675d0c360d7', '54.227.32.154', 1651950458, '__ci_last_regenerate|i:1651950458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d2301536581a2ca709c1f7c75fcceb2700ad25', '114.119.135.143', 1686868830, '__ci_last_regenerate|i:1686868830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d26d89aaaf589fa0ff356ee7785c97eb750d19', '51.222.253.6', 1668667353, '__ci_last_regenerate|i:1668667353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d366445622fb38f54b33cee399b6d70e3b9869', '157.55.39.147', 1672215485, '__ci_last_regenerate|i:1672215485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d56479c156d26803aa6e1db1df519a480c0184', '173.252.95.18', 1656698958, '__ci_last_regenerate|i:1656698958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d65b0f094efccb74fde86f03ffa169865813af', '114.119.136.15', 1688244077, '__ci_last_regenerate|i:1688244077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d73c33013f467a537cf0e64ca93bbe17845329', '40.77.167.64', 1674909223, '__ci_last_regenerate|i:1674909223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d814c0503427704d342780f48104f5628589f4', '52.167.144.171', 1685103727, '__ci_last_regenerate|i:1685103727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d991c5987cf8d864f03622a9a37de515466ae7', '114.119.147.166', 1688196095, '__ci_last_regenerate|i:1688196095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0dacbe9312f8f1e71086c4b8bbc757d30d1b06a', '40.77.202.53', 1666351466, '__ci_last_regenerate|i:1666351466;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 ('d0dadb59feb31279c85edda48d8e7d27fd3356bf', '74.208.2.198', 1665904586, '__ci_last_regenerate|i:1665904586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0db6c5bba13c471d2bed6164e299cfa97b5402b', '40.77.167.146', 1687780302, '__ci_last_regenerate|i:1687780302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0dba314a99838b0a856f20308826edf648680c9', '40.77.167.227', 1681886702, '__ci_last_regenerate|i:1681886702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0de5dee021c7a67b4a6a19a7301962fac297b5a', '114.119.145.56', 1687669900, '__ci_last_regenerate|i:1687669900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0de97f7f32be261e02e7b5de69ddbd325735951', '200.119.170.143', 1670257088, '__ci_last_regenerate|i:1670257088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0defb3a0042fb7df5e3fd7ae611de870c5469d5', '40.77.167.123', 1682909261, '__ci_last_regenerate|i:1682909261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e15b71a3a39f9b943dcb8d956a50129c1f893f', '200.119.170.30', 1660238241, '__ci_last_regenerate|i:1660238241;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660231740\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"8Okgy9KHAZzRpxniGt2B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e1eb05a695eda3b3d86bdd3efea3c50a78cdef', '114.119.150.16', 1683438236, '__ci_last_regenerate|i:1683438225;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e2bdc755dadc5edf20b374366b97f49a34c873', '40.77.167.102', 1671672273, '__ci_last_regenerate|i:1671672273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e2c87c70a51de9fcf421d01361f33fdd3e3098', '207.46.13.17', 1674301073, '__ci_last_regenerate|i:1674301073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e4a8ab1f8b39e553045888fef2b4623189652a', '190.56.49.206', 1655423436, '__ci_last_regenerate|i:1655423436;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655423100;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e53606799699d70ddada9c2203975031906d38', '52.167.144.98', 1686574868, '__ci_last_regenerate|i:1686574868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e5831c875e7f8d94ccbd1921e463896b1b4554', '207.46.13.12', 1675602712, '__ci_last_regenerate|i:1675602712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e6ce46d0bf4dd9f529719b7c9d3307ec78071b', '137.226.113.44', 1683202183, '__ci_last_regenerate|i:1683202183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e6d81dc4fad58a1c54df38f78cc78b38ca5559', '17.121.114.179', 1660800210, '__ci_last_regenerate|i:1660800210;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 ('d0e7ebff04bf1ec68c13d0e189ec157461d748ed', '40.77.167.191', 1681902591, '__ci_last_regenerate|i:1681902591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e86c42aab98260b332c77ae1ff0c274b7b38ca', '200.119.173.130', 1676052568, '__ci_last_regenerate|i:1676052568;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676051827;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ed19f5264038d324d89a6b2129d7ecd320809b', '190.56.32.162', 1686362227, '__ci_last_regenerate|i:1686362217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686362226;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ed902961b620bca66a9f7de081da6bc490b629', '190.148.157.177', 1682018458, '__ci_last_regenerate|i:1682018458;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682018451;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0edc851973c06f3580e8cea23066d97cee30357', '52.167.144.43', 1683798243, '__ci_last_regenerate|i:1683798243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ede39b89a9b475f788f2d22a21d00949855e51', '52.167.144.98', 1686401150, '__ci_last_regenerate|i:1686401149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f0c1fe24deefbef7465c2d55a2f24a437e430f', '190.56.173.136', 1687986570, '__ci_last_regenerate|i:1687986570;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687986470;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f0d073ddcf1681e5edd93c4833f77e77f60248', '167.172.77.164', 1653765424, '__ci_last_regenerate|i:1653765420;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 ('d0f1002e19b1443a00aed03296b4570738af569e', '157.55.39.80', 1670374740, '__ci_last_regenerate|i:1670374740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f32cfd14491bd8efe3bafb2b055e9eda41e484', '190.56.55.48', 1687397549, '__ci_last_regenerate|i:1687397533;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687397548;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f32e8412841f2d0aafb1efd0d089c14b135003', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f34685a89eb3105d2dd40b0cd3f9070df17171', '54.244.79.166', 1662816462, '__ci_last_regenerate|i:1662816462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f44157e8724b70603d5c939b8396d725c55743', '5.188.62.26', 1654814361, '__ci_last_regenerate|i:1654814361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f4d80b37a76f28a16d28fbf97e0dfad5bf3976', '157.55.39.147', 1672107888, '__ci_last_regenerate|i:1672107888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f6bbf9ed58f04942a2db29befd56fb527dd5e6', '200.119.170.16', 1666812473, '__ci_last_regenerate|i:1666812473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666812458;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f81f7d0b5bd84dd24973d827559a71218e5e08', '200.119.173.130', 1675906128, '__ci_last_regenerate|i:1675906128;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675905088;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0f8b6de445f43e85b40c84e3daa54ee2d82714b', '190.56.173.213', 1683123758, '__ci_last_regenerate|i:1683123754;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682959419\";last_ip|s:14:\"200.119.173.78\";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 ('d0f97150ffb265733dc4504a59d2106480db9757', '46.101.63.152', 1652762874, '__ci_last_regenerate|i:1652762874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0fa7221112c1305a02372697c7b2e343f1b01b8', '35.192.207.120', 1651613082, '__ci_last_regenerate|i:1651613082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0fac6f07ca5bc69e5f30dac001ae8446cf93ad7', '190.56.32.32', 1686236677, '__ci_last_regenerate|i:1686236677;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686150069\";last_ip|s:12:\"190.56.32.32\";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\";user_csrf|s:20:\"1PfGgiNOjd7ZvFQnYW0m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0facd4e2bcebd99480b53278ded02c461c6783a', '190.56.55.48', 1687476913, '__ci_last_regenerate|i:1687476913;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687476910;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0fd9835af5eb4018df3396b13198da7e180e33f', '190.148.157.171', 1667410138, '__ci_last_regenerate|i:1667410138;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667410130;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ff6457893f1a3572f2a0a7656fca8d264ad33c', '114.119.135.7', 1687919069, '__ci_last_regenerate|i:1687919061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d100711d9acc58d0f4d7fe19d544957d0780943c', '157.55.39.125', 1655239600, '__ci_last_regenerate|i:1655239600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d10151b2ae454dda3be025b54d70fb25955cd72d', '190.56.55.48', 1687557639, '__ci_last_regenerate|i:1687557639;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687373196\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"YzRmkOIrEfMKpNFeBtD5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d104d5fb03f1eca40025361ca7fc672e3ee0fc7c', '146.59.157.229', 1650750154, '__ci_last_regenerate|i:1650750154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d10616072f2ce4f1e21b99e9b1b589df425e4922', '35.86.151.198', 1675689751, '__ci_last_regenerate|i:1675689750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d106162247e24e771ccbe3b12ed417f5639eada9', '40.77.167.58', 1654986378, '__ci_last_regenerate|i:1654986378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1078851e4e0815d00dcd6e82cbf35f2edf6ecfb', '40.77.167.37', 1668631601, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d10893a2b4578f75dd9b4d5710283a1dd09da5ec', '40.77.167.192', 1688346749, '__ci_last_regenerate|i:1688346749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d10a2e45f05de65481c38ec9b40d674b027cff07', '190.56.173.130', 1650904973, '__ci_last_regenerate|i:1650904973;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d10d38cc95c99ab8b3f1d9e758f30b8642fa1731', '42.83.147.55', 1679339595, '__ci_last_regenerate|i:1679339595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d10d397737f600752e4e4d79a96134fb3ad56901', '40.77.167.170', 1676001697, '__ci_last_regenerate|i:1676001697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11105ed5c5bb46dd9f3a89288a3349a31156b62', '190.148.252.183', 1681318059, '__ci_last_regenerate|i:1681318059;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681166279\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"aUQi87IeZW9PGBYzMfvK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d111a7d37b56ac1791b3e451ca57ca578603f1bd', '190.148.252.56', 1663859887, '__ci_last_regenerate|i:1663859887;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663799473\";last_ip|s:15:\"190.148.252.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663859886;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1126afd93632729b80a0ba436948ea86ee8d101', '66.249.73.131', 1675630548, '__ci_last_regenerate|i:1675630548;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 ('d1148330b0ea11bb48836766a11ca89962d69d56', '52.167.144.164', 1685329488, '__ci_last_regenerate|i:1685329488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1163957ed4c5ab43db531dd00b876d84419c670', '52.167.144.37', 1677603156, '__ci_last_regenerate|i:1677603156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d116ebbe0e07f6d6457c02e3a1c8f71054a41411', '66.249.79.201', 1681519696, '__ci_last_regenerate|i:1681519696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1189cfc96d2b856c26a988a1df5fef81b66232e', '190.56.50.15', 1667177024, '__ci_last_regenerate|i:1667177024;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667177015;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11af76acab4dde76159fe45c1342de34719ff6d', '52.167.144.154', 1687774404, '__ci_last_regenerate|i:1687774404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11b17ba58b4decad53266ada923c4f3455dc824', '185.27.99.121', 1651627517, '__ci_last_regenerate|i:1651627517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11c7dc099b46c12a4ae1caea17030d0a13fb8f5', '52.167.144.98', 1685355235, '__ci_last_regenerate|i:1685355235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11cc84401dfb3cba3d7a53cdb7eac514b0ce17d', '157.55.39.51', 1669243904, '__ci_last_regenerate|i:1669243904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11cf99d5b73d60353ab5e30dc166cfa00a064c9', '190.148.252.151', 1671109565, '__ci_last_regenerate|i:1671109565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671109544;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11d2c55546f67165d74e456003aff5c131b0ff2', '52.167.144.98', 1686594875, '__ci_last_regenerate|i:1686594875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11e986aff0899ddcf92d23f724eda3a473421b6', '82.80.249.158', 1668921109, '__ci_last_regenerate|i:1668921109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11e9b998677504d7266479c4f42665be8fa6b59', '40.77.167.202', 1687735031, '__ci_last_regenerate|i:1687735031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d11efc3f7663ab0fed3e97124a996d876d8fd4d4', '66.249.65.103', 1652279267, '__ci_last_regenerate|i:1652279267;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 ('d1217401749c529806b878ed1c996867755a66fd', '114.119.156.119', 1687651907, '__ci_last_regenerate|i:1687651907;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1246c4fc003ccee6997919363100a8ebec20b47', '17.121.112.48', 1655570200, '__ci_last_regenerate|i:1655570200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d125ecc179c6b91147547a3ba3c1ac3cd6914096', '52.167.144.98', 1685979583, '__ci_last_regenerate|i:1685979583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1283b7ec5a8df147f1249c4b298b6abcf3f0a6b', '66.249.79.193', 1653975623, '__ci_last_regenerate|i:1653975623;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 ('d12884ad93056f1f623bc4893cf8a42646987aab', '162.142.125.221', 1656874033, '__ci_last_regenerate|i:1656874033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d129c25fd5f217210a63ead516c4d1ce240a0b86', '200.119.170.168', 1670610115, '__ci_last_regenerate|i:1670610115;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670534548\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"BD7xczte51d39h6loFN4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d12a5c17eae08b39d976ad2c0e281f860de342d4', '66.249.77.36', 1680616427, '__ci_last_regenerate|i:1680616427;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 ('d12d86193749fea6b78a17ed55ae5e1fc8245f8f', '207.46.13.12', 1675198401, '__ci_last_regenerate|i:1675198401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d12dff2344dc6e46e7ba22d45b061e95448c94fb', '51.195.216.255', 1650897016, '__ci_last_regenerate|i:1650897015;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d132225f49ace5f273607323d1910483aace72a2', '157.55.39.33', 1653104444, '__ci_last_regenerate|i:1653104444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1324caa26d741adf8b61c8dee78d7e92fb75463', '114.119.147.81', 1687581308, '__ci_last_regenerate|i:1687581308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1329382591f6202d305dc4ae4f8d161aedaec00', '190.56.50.253', 1682467252, '__ci_last_regenerate|i:1682467252;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682467091;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d132be95f2be0a458225e118721e686a1032abf7', '40.77.167.60', 1671597855, '__ci_last_regenerate|i:1671597855;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1334f62834af2a875891825af289de04d2a3838', '200.119.170.30', 1660232134, '__ci_last_regenerate|i:1660232134;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660165219\";last_ip|s:15:\"200.119.170.131\";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 ('d1347b7d79d7224e8f6966f07933113bda803d0b', '190.56.32.37', 1670513826, '__ci_last_regenerate|i:1670513826;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670513779;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d134fa3e4f9970ed20147365a55fe76fcb1e3c07', '207.46.13.211', 1679075530, '__ci_last_regenerate|i:1679075530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d135139dd5a109d13be53cf64a313a9147d0e6ed', '40.77.167.43', 1659404945, '__ci_last_regenerate|i:1659404945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13581e5da4e0b052ae5a6baa19f10a39c77b0fa', '78.137.164.230', 1657556069, '__ci_last_regenerate|i:1657556069;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 ('d13609cec5bf53a2909426e096d857d2ada2aa1b', '114.119.151.72', 1686677632, '__ci_last_regenerate|i:1686677632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d136c20c13cd35a203443ba2d91139bb488ca603', '40.77.167.49', 1666850738, '__ci_last_regenerate|i:1666850738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13872fb63df7031455a1261f0650193003da721', '190.148.87.51', 1676292560, '__ci_last_regenerate|i:1676292560;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676292451;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13927056f6a1d00cd7d0480848a424c89462bfb', '40.77.167.11', 1673473974, '__ci_last_regenerate|i:1673473974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d139480210e454a281eabf4510aea8160667216a', '40.77.167.39', 1656948408, '__ci_last_regenerate|i:1656948398;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d139a17905f5dd69753d948890a9d91713247459', '200.119.172.60', 1675014704, '__ci_last_regenerate|i:1675014704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675014702;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d139f15ff7798b022c372f79c4527b42807ce940', '190.148.252.85', 1666223475, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666223475;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666221461;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13ac44d700aeb6d4525c074157184d52146f455', '134.209.32.152', 1654457596, '__ci_last_regenerate|i:1654457596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13b532727c791fbdd8801f2312beb1278c62a00', '114.119.149.171', 1688465863, '__ci_last_regenerate|i:1688465863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13c03c7cd08cd24dca122b6e53f2ea7c1cc5fa6', '52.167.144.171', 1685760640, '__ci_last_regenerate|i:1685760640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13cdd64f1459576d0f99ddebd2f168d1521ae1c', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13cf5e5cd69f355ea72b476053338dcd6b57513', '207.46.13.217', 1684083323, '__ci_last_regenerate|i:1684083323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13d1a11b3cf4a1aa55f19f69c7ab5f236a36a3a', '190.56.55.113', 1673874064, '__ci_last_regenerate|i:1673874064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673873971;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13f5339c99cfc21ad93aecd1875f0a9efee5125', '190.56.173.213', 1683570559, '__ci_last_regenerate|i:1683570559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683568460;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13f8c79c65ce79ea3fb52d15fb282a4dc4c4484', '54.36.148.88', 1688329231, '__ci_last_regenerate|i:1688329231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d13fbd4969c691dc5213b80d46723be7ed595d99', '174.138.50.190', 1688013614, '__ci_last_regenerate|i:1688013614;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d140c172f6277778a3c0d5d0538a505d350e1451', '52.167.144.164', 1686576555, '__ci_last_regenerate|i:1686576555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d141857de4de581cdebe8f7da179a2c42cb5b99f', '114.119.159.62', 1683805871, '__ci_last_regenerate|i:1683805871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14280ced09dd6aee6bbbef489670186567b66a3', '190.148.158.175', 1672163111, '__ci_last_regenerate|i:1672163111;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672162837;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1428c8d499621d86faecc0155c127c132518c0e', '40.77.167.224', 1687263921, '__ci_last_regenerate|i:1687263921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d143f007bba9e1b607d07902a1c4d29dbf8d8814', '52.167.144.164', 1686406376, '__ci_last_regenerate|i:1686406376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d145a06c7e6cba4377ab9d23f09f6f29519935b1', '190.148.157.183', 1680387901, '__ci_last_regenerate|i:1680387901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680387899;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1460f9b9f182cc14176656e5a30158f064b02ab', '52.167.144.98', 1685748382, '__ci_last_regenerate|i:1685748382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1472707b0fab259f2af62fa3a4164cf2b2c3217', '157.55.39.147', 1672285770, '__ci_last_regenerate|i:1672285770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d147e40869454f28b33b9f8c0ac213e306fff025', '52.167.144.164', 1686510627, '__ci_last_regenerate|i:1686510627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d148596c37e96466f68df8aad6508e41ec381d4e', '114.119.142.47', 1687604953, '__ci_last_regenerate|i:1687604953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d148a7b61d88936ba881ad9a0527b0f141873b58', '51.222.253.3', 1688169051, '__ci_last_regenerate|i:1688169051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d148a8f179ba4ddecbc35114c7bd839198da8331', '190.56.49.237', 1665670479, '__ci_last_regenerate|i:1665670479;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665670464;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14aa983bb213312035cc09c9129abe2f6a7d885', '40.77.167.123', 1682723877, '__ci_last_regenerate|i:1682723877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14ac0e5ba0de476b3fc0ed004c535295cc9b823', '51.222.253.5', 1681564259, '__ci_last_regenerate|i:1681564259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14c3c087e0dc36d6474a20c0c5982d5da1e2f69', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14f3a451e2375ad77c020ab8af547941923b447', '52.167.144.164', 1686140377, '__ci_last_regenerate|i:1686140377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d14f80c41cf79b6f02515a2a9555920f03c92c71', '52.167.144.82', 1687393057, '__ci_last_regenerate|i:1687393057;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1507176cc33722d4009967bd5315e94119b5dbf', '93.158.90.141', 1676649806, '__ci_last_regenerate|i:1676649806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1519f6a62218cfdcb2e16ea82b1bb7df529d3f2', '190.56.32.35', 1671744822, '__ci_last_regenerate|i:1671744822;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671741380;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d152f1f51abad37f0568755c1071c0060d700516', '114.119.138.70', 1688197165, '__ci_last_regenerate|i:1688197165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d153f718678a0088a4094acfca22b5bc417f5a70', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1543be6383de224c69e6ad120c8b9f66881d2a3', '187.189.145.158', 1679965131, '__ci_last_regenerate|i:1679965131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d155210d4bf0eba367ef50e9ecf8f40543298e15', '207.46.13.41', 1671024405, '__ci_last_regenerate|i:1671024405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15611f2a2e69a6aad6738cc7c51a5ba7bfd12b7', '157.55.39.173', 1668934984, '__ci_last_regenerate|i:1668934984;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1564c9a3fb0ea5dc1c3abfd4811d9e9359242c9', '114.119.154.26', 1688283401, '__ci_last_regenerate|i:1688283401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15666f05224aa2b21fdebe13c8666eae323c052', '114.119.155.144', 1686429043, '__ci_last_regenerate|i:1686429043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15687a1b1550967fcce90c870b0c8d88dcd2dc3', '190.56.173.136', 1687872336, '__ci_last_regenerate|i:1687872336;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687872266;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d158cf4c69efcbe633c133328583bcbe18c3e766', '114.119.144.7', 1688238731, '__ci_last_regenerate|i:1688238731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15b9f2e4476c6b00eb071f44146d35ee3b0e329', '40.77.167.114', 1678651975, '__ci_last_regenerate|i:1678651975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15bb09cc1fb5ff077d88557cec6cf73cdeba7bb', '51.222.253.15', 1655739458, '__ci_last_regenerate|i:1655739458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15bc7027d213eef2e7462573044903bed385758', '40.77.167.202', 1687393062, '__ci_last_regenerate|i:1687393062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15bed53b092f8cfba8e533c22d7ee1734bc1a2e', '114.119.146.109', 1687830650, '__ci_last_regenerate|i:1687830650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15e0a7a2762ca25fd34b1636b26d3b9b4cfa927', '190.56.51.169', 1684534851, '__ci_last_regenerate|i:1684534851;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684534811;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15e31487d558079f7ee24736169740aaaf935bb', '114.119.154.211', 1687607678, '__ci_last_regenerate|i:1687607677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15f675700527b0e7a30f7a47ccae07f2768112e', '212.47.247.76', 1656192608, '__ci_last_regenerate|i:1656192608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d160b96d488219b71d212f2774e88b9cf2bf0c9f', '51.222.253.8', 1674806042, '__ci_last_regenerate|i:1674806042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16579c3b87437a75c121f66473270150820a6fd', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d165c53e95cf97629a02c1da9269a24360c791df', '114.119.151.170', 1686217941, '__ci_last_regenerate|i:1686217941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d167db8a28e43e65bbf594f18caa6c20607c90a7', '207.46.13.12', 1675522438, '__ci_last_regenerate|i:1675522438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1690b6a10742c432e6bcf44a19828fdb1446a74', '17.121.113.196', 1652197088, '__ci_last_regenerate|i:1652197088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16997664ece2300641f90919b08380e73df2110', '74.208.2.213', 1668050099, '__ci_last_regenerate|i:1668050099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16a6c4671e862dbf68811afbdfa286a68b57ad5', '111.7.100.27', 1650686094, '__ci_last_regenerate|i:1650686094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16c81489f3b96822e57d05e4c73f21ceaf09c88', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16c944baa09efda8ee87ae323725ca81701963b', '52.167.144.82', 1687397062, '__ci_last_regenerate|i:1687397062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16ec08e22b49a285e7fd553490fa0a29f0de323', '52.167.144.164', 1686533699, '__ci_last_regenerate|i:1686533699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d16fd753ba95b58359c6474cbabc406659c3e68b', '17.121.115.219', 1652790346, '__ci_last_regenerate|i:1652790346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d171cf992386c87b6f0d3dfbf1bb43ed766fc056', '114.119.146.15', 1688061404, '__ci_last_regenerate|i:1688061404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d176587b41fa7c13d552d4c6b2af915c987d25e7', '190.148.158.175', 1672435233, '__ci_last_regenerate|i:1672435233;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672435155;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d176cd58f063380b28c881334e2397faef997522', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d17777008b80cc974ac29b687ef13d321c5f7eb8', '17.121.113.123', 1659452125, '__ci_last_regenerate|i:1659452125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d179d8cee2a3c21a9f5f252a5cd865c7f0ebd860', '207.46.13.215', 1680319625, '__ci_last_regenerate|i:1680319625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d17b6fb49a897d9fe97ec48c71e5f2af1fcbab27', '207.46.13.41', 1664286044, '__ci_last_regenerate|i:1664286044;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d17cf12a3077fda08007ab914d14c0451a325370', '190.56.173.213', 1683551332, '__ci_last_regenerate|i:1683551332;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683551327;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d17ebc3c36d4d189860fc9e22112fab81a44b1cf', '114.119.152.161', 1686906740, '__ci_last_regenerate|i:1686906739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d17f2ff0c36a5bd164a696c9fdb218530694849a', '51.222.253.14', 1656347200, '__ci_last_regenerate|i:1656347200;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 ('d18252cc017993e59ef48df17dbed64d34871eb4', '54.36.148.0', 1686404054, '__ci_last_regenerate|i:1686404054;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 ('d182da5bc83daec670f03f32a983e02e03254fee', '157.55.39.125', 1654988110, '__ci_last_regenerate|i:1654988100;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1845790ddd5f16d8af2edbb2f2083a4340e6824', '114.119.145.25', 1686938726, '__ci_last_regenerate|i:1686938726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18a109d0a5119e801669dbafbe2625f1acd57dc', '207.46.13.12', 1675773964, '__ci_last_regenerate|i:1675773964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18a1c1f6493303e842f3edbd097c2f79198c2be', '205.210.31.29', 1659140749, '__ci_last_regenerate|i:1659140749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18ac8151719fd5c5cd8b62f09579d44df3d2cff', '114.119.129.4', 1687681698, '__ci_last_regenerate|i:1687681698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18d28ce28432d6fa6c3d01ca037bdaa424bf2fc', '174.138.58.62', 1688003494, '__ci_last_regenerate|i:1688003494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18f8c1cc5df4f11a97d57436a13a45a76aeeeaf', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18fd8b351733d2ba31e5c70c96881f93dc78048', '52.167.144.70', 1688395871, '__ci_last_regenerate|i:1688395871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19088cdbd26cc5159e932dec68aee365d3fc2af', '40.77.167.182', 1683611682, '__ci_last_regenerate|i:1683611681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d190a731bbc5fc61caa16ca1a83c80a14c232296', '5.188.62.140', 1656355565, '__ci_last_regenerate|i:1656355562;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d190bc0e425823cd366cf4cc6e497aac3880f211', '157.55.39.79', 1668934962, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1915e54827714fac486ead22923660ffd5a205b', '207.46.13.44', 1673056548, '__ci_last_regenerate|i:1673056548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19410f5df7c6a0a8f202c1e9713c009e8cd97c2', '207.46.13.6', 1672092719, '__ci_last_regenerate|i:1672092719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d195eb05fffce03c1f3fe847c31e4bbdcf1cf245', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d196a3075565e21eb70869b6cfc896cc02764238', '52.167.144.162', 1687185706, '__ci_last_regenerate|i:1687185706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1993059af1a7b9060613493258be9dc8c2777d2', '157.55.39.94', 1672602370, '__ci_last_regenerate|i:1672602370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19969fc918dab811b1008a07ab1a7919fb1bdf7', '190.56.55.48', 1687642752, '__ci_last_regenerate|i:1687642752;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687642706;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d199a72ed6ce64e43c906b21c210b3e9a0079eb7', '114.119.151.108', 1687273214, '__ci_last_regenerate|i:1687273213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19b1f92127fc064240f17988d18c21243278c3b', '40.77.167.30', 1656201886, '__ci_last_regenerate|i:1656201876;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19b3403f666f076c6232b02cc7432dd0e0a10e2', '207.46.13.217', 1684245839, '__ci_last_regenerate|i:1684245839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19b65255fe17d5951615424bb4727f470b9476d', '190.56.55.0', 1687810263, '__ci_last_regenerate|i:1687810263;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687810246;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19c5ae7bb147064420346136105c6cc92e20fb3', '207.46.13.6', 1671909097, '__ci_last_regenerate|i:1671909097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19c67a459186593784a4bc1364c8908de1b00ff', '40.77.167.91', 1686899970, '__ci_last_regenerate|i:1686899970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19dfde42809a2b0d0b560b2ba7c2e827281b35d', '114.119.151.156', 1683432107, '__ci_last_regenerate|i:1683432088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19e98a433e5831f9ae0a1c17c34d2084bc80409', '40.77.167.123', 1683192173, '__ci_last_regenerate|i:1683192173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19efbb14e574df353c006d36a9164d8dc8287b6', '51.222.253.17', 1667364807, '__ci_last_regenerate|i:1667364807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19f6f1be3229521ca4e42eafe56194a3da8d250', '190.148.157.98', 1679273355, '__ci_last_regenerate|i:1679273355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679273249;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d19f9896d65be4bc454d7e54b6ba723766d5ace8', '40.77.167.222', 1681614047, '__ci_last_regenerate|i:1681614047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a0c11ccb98070bb9ad54747675b8c97394651f', '111.7.100.21', 1650686095, '__ci_last_regenerate|i:1650686095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a2a12206efdf7b6d13b39e2d143e03ddc366e5', '190.148.157.173', 1652392237, '__ci_last_regenerate|i:1652392237;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652301766\";last_ip|s:13:\"190.56.50.106\";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:1652386341;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";user_csrf|s:20:\"bmaUxR7JGs5Fh0lNtVHT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a4631491043a8cd2de8b874f8b79c9ef1d2880', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a55657778e6220923242646e624313ccd742c6', '114.119.129.14', 1687569423, '__ci_last_regenerate|i:1687569423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a587582c91629c08567b432dda66e642f46b40', '66.249.79.199', 1681493823, '__ci_last_regenerate|i:1681493823;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 ('d1a5aa001c27031223cb8f9c34e492755dd9da57', '114.119.139.35', 1688477551, '__ci_last_regenerate|i:1688477551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a6f6937b5d0690ed1b98cb1fa3b4c11c059a85', '190.148.87.248', 1660787625, '__ci_last_regenerate|i:1660786548;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660769382\";last_ip|s:11:\"190.56.50.3\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660786921;register_id|s:2:\"74\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-17 10:06:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1a7c16c7c7005a9e70dcf23699c3e41cb883693', '54.36.148.18', 1679390012, '__ci_last_regenerate|i:1679390012;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 ('d1a9436425aa6d81d7761a1ae213617cbdd44cdd', '114.119.148.198', 1685434295, '__ci_last_regenerate|i:1685434295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1aa419cfee9aef30fe0dd5b4f5fb155597a6d5e', '52.167.144.98', 1685685190, '__ci_last_regenerate|i:1685685190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1abfc717dc772bf188ee364bc45e3b445961177', '66.249.65.164', 1668721388, '__ci_last_regenerate|i:1668721388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ac5d8ad573d0a0b18f0b9513ed7bea17e81437', '40.77.167.175', 1680056445, '__ci_last_regenerate|i:1680056445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1af6d0c26ec1216ae249c74718f0340158d4a4a', '200.119.170.190', 1658242136, '__ci_last_regenerate|i:1658242135;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658187685\";last_ip|s:12:\"190.56.50.13\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658242135;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b017abd65cac4f0dde14f225b1ae4479ae0b2e', '200.119.172.60', 1674570002, '__ci_last_regenerate|i:1674570002;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674569862;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b3b44f267a1c312401da1cb99a938779e9407b', '114.119.141.215', 1688025871, '__ci_last_regenerate|i:1688025871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b43bbf732dbf5db4e325f3cdf4d0f34235f0e7', '146.59.52.85', 1683294994, '__ci_last_regenerate|i:1683294994;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 ('d1b48a9cdafa90205c210bebe30d30a3729b1ab7', '18.206.55.48', 1651126675, '__ci_last_regenerate|i:1651126675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b4abab298f5c9cf652e1c96fba06d6062b50a9', '34.121.233.252', 1664427990, '__ci_last_regenerate|i:1664427990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b7526b42dfb6a944b177bf49e57d3922c8bb0e', '190.148.158.69', 1685843522, '__ci_last_regenerate|i:1685843522;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685843506;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1b7c54c21fbac8bec2fded44f3811c2d664ac12', '190.148.157.183', 1680544683, '__ci_last_regenerate|i:1680544683;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680544414;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1bb012e53a37b6d90b33b80a6dfcf45e9127cd1', '190.148.252.56', 1663862206, '__ci_last_regenerate|i:1663862206;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663799473\";last_ip|s:15:\"190.148.252.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663861350;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1bb7007150de54eb00fa435c2ac04d1a342e13d', '51.222.253.16', 1661287637, '__ci_last_regenerate|i:1661287637;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 ('d1bbe749482015f6f913acc3f3c64093f3431430', '207.46.13.12', 1675150884, '__ci_last_regenerate|i:1675150884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1bc28d103089f28638c5bd31e73c0bced6a1fe9', '40.77.167.56', 1673356385, '__ci_last_regenerate|i:1673356385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1bc508d934239ba8437a7f294bd6bbfc5aa998b', '190.148.157.214', 1669726598, '__ci_last_regenerate|i:1669726598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669726509;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1beb718f55c9dc41930a34abf9b613fcc71c1f6', '40.77.167.43', 1658980893, '__ci_last_regenerate|i:1658980893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1bf3e5075a21d94d56ec441fc20c3531180750f', '200.119.172.95', 1659657289, '__ci_last_regenerate|i:1659657289;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659618297\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659644002;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c0a8b70e939b18c9e7101b0f7319e8c266847f', '52.167.144.43', 1683658267, '__ci_last_regenerate|i:1683658267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c14c2a5ab64ae648b58a00a24acfca00c48b94', '54.36.149.2', 1655717552, '__ci_last_regenerate|i:1655717552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c40186b33f24bc0d716bb28007a0b966b2584d', '52.167.144.162', 1686173359, '__ci_last_regenerate|i:1686173359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c5ad00e1e45995c53e3446cb18b8b33d5ee9d7', '200.119.170.113', 1666717540, '__ci_last_regenerate|i:1666717540;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"msU24dxZtGMeoiCE0Lkv\";last_activity|i:1666712885;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c83a95f735300e4324e8e526614d23bc0e982c', '114.119.152.77', 1686182727, '__ci_last_regenerate|i:1686182727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c86f7783414110fbde11e63bd02a3af7a86286', '17.121.113.134', 1659332632, '__ci_last_regenerate|i:1659332632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1c98db4efef1521f622c456658142f16cc19ddb', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1cb23fcb59823934a22b2f3c529ec0576ef6cc5', '190.148.252.96', 1672951699, '__ci_last_regenerate|i:1672951699;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672951676;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1cc3e964d44da25d74090b0b58ff7cc14230af2', '190.56.54.156', 1665251779, '__ci_last_regenerate|i:1665251779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665251775;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1cc51094b6d39ae4b9686fcfa524040a41f4fb8', '69.167.36.21', 1681022755, '__ci_last_regenerate|i:1681022755;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 ('d1cf1910026a52c6fbf7fc8aae481c7610133177', '200.119.168.250', 1681169218, '__ci_last_regenerate|i:1681169218;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681168557;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1cfd0b10085c1c76e683bf5c78f30c017043766', '62.197.136.188', 1655939832, '__ci_last_regenerate|i:1655939831;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d09a1bb9b93739f9019c449f64a6b786844a63', '190.148.158.175', 1672525140, '__ci_last_regenerate|i:1672525140;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672525114;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d0b95790d2c653b99e81d86c2a6886408fbafa', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277752;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d19c458b63dc08782de5425c1bfe2c42bd51ab', '157.55.39.51', 1668172739, '__ci_last_regenerate|i:1668172739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d2ee5ebdbf8d107040ed34ac16658d954ce8b3', '52.167.144.76', 1681931964, '__ci_last_regenerate|i:1681931963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d3dec10c2c82dc7f49c065046f98c2fc4aee1f', '51.222.253.12', 1673169481, '__ci_last_regenerate|i:1673169481;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 ('d1d5a9f088662b246411ed7f2294a0929a8f68fc', '40.77.167.169', 1675772865, '__ci_last_regenerate|i:1675772865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d82bcea3d7eb10c549317f367c0bc70484d782', '114.119.149.157', 1685298653, '__ci_last_regenerate|i:1685298653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1da40aebb22158cb55c6739921cdc5ab1d16c20', '52.167.144.162', 1681998514, '__ci_last_regenerate|i:1681998514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1da4ceeb97584519ebcdd148adbe63aa3f22a5e', '157.55.39.79', 1668818122, '__ci_last_regenerate|i:1668818122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1dae96128950e726c08ed28832b37f05a6c39e3', '51.254.199.11', 1651289669, '__ci_last_regenerate|i:1651289669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1db6d29f52466d1ce4c14efa16615fbb869e35d', '114.119.134.196', 1686838378, '__ci_last_regenerate|i:1686838378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1dce75c42fd07b544a7b3314b0747d9270572cc', '40.77.167.49', 1664488760, '__ci_last_regenerate|i:1664488759;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1de7231be036e89058b9a11861388c755df65a4', '190.56.48.81', 1665939601, '__ci_last_regenerate|i:1665939601;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665939586;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1de72d6e11ef8121b0994279dab1604be2e1631', '207.46.13.204', 1671162841, '__ci_last_regenerate|i:1671162841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1decf59206b038e960b9ca7abaf87eff5e5ffc8', '190.56.32.35', 1672067621, '__ci_last_regenerate|i:1672067621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672067617;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1e001b0086fcdecd1e269100712f84abda145e8', '18.206.55.48', 1651889274, '__ci_last_regenerate|i:1651889274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1e5d2f9f95100bdab24232f4bafd8dbd056c982', '3.21.158.231', 1684627126, '__ci_last_regenerate|i:1684627126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1e5f859bfbd619330fc9f761e5732a91b72773d', '17.121.113.211', 1652151655, '__ci_last_regenerate|i:1652151655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1e6244e6844902bb873632508effe0282e50bec', '190.56.32.162', 1686270367, '__ci_last_regenerate|i:1686270367;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686270269;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ea617ee4d7932fb6e06cf1a89fb0ebd53ddcd0', '52.167.144.164', 1686510715, '__ci_last_regenerate|i:1686510715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ed4ba25a091f8d93b067e88f1fce625f9e8450', '190.56.54.129', 1653574769, '__ci_last_regenerate|i:1653574769;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653574736;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ed729c74184ddf063e4e3b8080400875a67c65', '35.175.178.92', 1684839413, '__ci_last_regenerate|i:1684839413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ed8cb8ef2c3c4b2d594c5f7f76c4b76347442d', '190.148.252.102', 1681888527, '__ci_last_regenerate|i:1681888527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ed9448986087582b5b1174bb9338e067d01e46', '200.119.170.190', 1658263889, '__ci_last_regenerate|i:1658263889;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658179886\";last_ip|s:13:\"190.56.50.126\";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\";user_csrf|s:20:\"fXHBI2aV9ZE8cAv5qKkL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1eef0fd48fb839d166b91694e1a6351b0707f6e', '17.121.114.229', 1655380257, '__ci_last_regenerate|i:1655380257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f0006f1dbf01d1ca20f71ff8ada86d0cf00832', '157.55.39.253', 1682601843, '__ci_last_regenerate|i:1682601843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f2f0ddd1b065906298e41a01ae5f3fdf03b6d4', '74.208.2.193', 1672574069, '__ci_last_regenerate|i:1672574069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f3ec934e4460ee845a9be3ea00a1e0dea6bf9e', '52.167.144.162', 1686152588, '__ci_last_regenerate|i:1686152587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f7f1003fbf22be7bc93d4b2645a03280021134', '190.148.158.69', 1686016605, '__ci_last_regenerate|i:1686016592;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686016605;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f8bce775e9071989e43931b98e3053888c2db7', '51.222.253.8', 1687788945, '__ci_last_regenerate|i:1687788945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f8df0550a4a4f27935ecd48105f7689affceee', '190.148.157.117', 1675624705, '__ci_last_regenerate|i:1675624705;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675624674;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1fa7029ffe0af559df1a2f55ee949b8c41f209a', '40.77.167.13', 1672325458, '__ci_last_regenerate|i:1672325458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1fae40d7cd683125779ceb56016120b5c18bd5b', '190.56.55.113', 1673487624, '__ci_last_regenerate|i:1673487624;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673487054;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1fc1a20f49be7af544737375b09e22659ea75e6', '40.77.167.49', 1666621180, '__ci_last_regenerate|i:1666621180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1fc90d20502519307a6c2fb0c3a4e81a9692f08', '17.121.115.68', 1653664237, '__ci_last_regenerate|i:1653664237;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 ('d1ffc229f84ff952628be938d1187b7dc7a5805c', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2014e7b7a8a6c85b290ab49fc9c50b6c4589208', '40.77.167.236', 1677347416, '__ci_last_regenerate|i:1677347416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2015bbafec0f249910272d326853a0e9eb802f3', '114.119.157.96', 1685103056, '__ci_last_regenerate|i:1685103056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d203b9d466da99d8e0a3f53e8df0481b071eacbe', '146.199.19.170', 1669313583, '__ci_last_regenerate|i:1669313583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d206331b688d40e6bf4a06811bad8aeca95e5311', '190.56.32.131', 1687654030, '__ci_last_regenerate|i:1687654030;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687654028;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d20cdf5bff19003ffcb3fc6888d367d646269a39', '52.167.144.98', 1686574867, '__ci_last_regenerate|i:1686574867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d20d9f579561bd2efe6bb1e683ef31b3509dcc0b', '17.121.112.227', 1658174822, '__ci_last_regenerate|i:1658174821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d20dde90b019400ca62c3c380d96489bd5ea9716', '52.89.225.6', 1650870910, '__ci_last_regenerate|i:1650870910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d212747cd724bc42b96d8702336ecc40706484b8', '157.55.39.253', 1676840788, '__ci_last_regenerate|i:1676840788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d212c9781bd914c932c1f0e23348af835d5573fb', '190.148.87.96', 1678558371, '__ci_last_regenerate|i:1678558371;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678558352;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d217b9388d001c330ced27ad50db00304ec6739c', '93.158.91.252', 1657964417, '__ci_last_regenerate|i:1657964417;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 ('d218012161a679e7cf4e9702d19e55fba3291390', '190.148.252.56', 1664033913, '__ci_last_regenerate|i:1664031431;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663943938\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664033913;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d21898c601dcfeab5b2911008fcf6c1a447af404', '198.244.142.178', 1676523000, '__ci_last_regenerate|i:1676523000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d218a60da6bd40b2aba15659421221794656a22b', '52.167.144.171', 1684851075, '__ci_last_regenerate|i:1684851075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2197833d382283ff83c6d072d245bfaf04afdc2', '40.77.167.39', 1657078877, '__ci_last_regenerate|i:1657078877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d21a1b2dbce3d720bdb0333cce05972f9ed25b0d', '200.119.170.30', 1660318836, '__ci_last_regenerate|i:1660316411;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660316550;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d21d210862b0c136536a884cdb7d0bbab018a7f1', '190.148.157.177', 1682082204, '__ci_last_regenerate|i:1682082204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682082100;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d21e8f1e9d5ec8822d734019d3d13e5460654a78', '200.119.173.177', 1685225596, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685225596;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685225506;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d21f8f2fbe1c33111070cc8a9043206a19d76888', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2214eb82a3498694efa5ffce5e3773e4e66f518', '18.206.55.48', 1652213275, '__ci_last_regenerate|i:1652213275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d221df874e123a3e43c0b2300fc59b4f1335bef4', '200.119.172.96', 1675465363, '__ci_last_regenerate|i:1675465363;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675464756;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d221e944ca10ee55ef9c6be2ced68be8ed28e4ac', '34.220.193.170', 1673443307, '__ci_last_regenerate|i:1673443307;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 ('d22244753a563d7c73236bef3d88929813cf10ca', '200.119.174.9', 1674484720, '__ci_last_regenerate|i:1674484720;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674484456;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22342ee9d53cfee69b4e758b61e7b8619a03f9c', '207.46.13.160', 1674466124, '__ci_last_regenerate|i:1674466124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2249ac4cbddefd629cad4eceae398072d9401d7', '190.148.157.117', 1675560499, '__ci_last_regenerate|i:1675560499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675560450;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2259cfb7b14849d5ff1e6fa0738af8630257c74', '74.208.2.188', 1665904743, '__ci_last_regenerate|i:1665904743;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d227226ca66e763a3ae938b684646d9b599537dd', '198.251.73.115', 1680407274, '__ci_last_regenerate|i:1680407274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22787283b1ce5359ffa2b0228a290b65172f5ef', '200.119.172.60', 1674581143, '__ci_last_regenerate|i:1674581143;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674492457\";last_ip|s:13:\"200.119.174.9\";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\";user_csrf|s:20:\"It6pQSv5fC4mcJDFugUO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22ac787597917a76631d9c3137ec53099979aa4', '190.148.252.231', 1669838300, '__ci_last_regenerate|i:1669838300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669838060;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22c83c919c14c70166b8df0e9053c15b3d4053c', '51.222.253.11', 1653523324, '__ci_last_regenerate|i:1653523324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22d2ca08606e52298ce8bdd04bbc045b06789e4', '54.37.233.116', 1650851768, '__ci_last_regenerate|i:1650851768;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d22ecc0b2fdc6e0879255f5e9dc756fa100766d6', '51.222.253.19', 1651986218, '__ci_last_regenerate|i:1651986218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2303b1c0bbc532c9a21c3da9254f6ddeb606c52', '52.167.144.171', 1684736476, '__ci_last_regenerate|i:1684736476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d231aa8034295dcef9aad8b924ba656bf98f89e2', '190.148.158.151', 1677177962, '__ci_last_regenerate|i:1677177962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677177708;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2325d7f12a1fbc0a9f5164857136e797abb4318', '40.77.167.156', 1678834489, '__ci_last_regenerate|i:1678834489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2328e303a10b6b27fa384d4a30d27d8b62af51f', '207.46.13.71', 1675094206, '__ci_last_regenerate|i:1675094206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2334958b06bd5fd40624fde1f087e191f48a9ca', '52.167.144.98', 1685490838, '__ci_last_regenerate|i:1685490837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2350788ce4fb9d6a367ea22f9dcca7dd49bdecc', '200.119.174.28', 1660056805, '__ci_last_regenerate|i:1660056805;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2377bbc526fdc3592ef2c3a6a9fccd2091f0d61', '114.119.142.121', 1687615850, '__ci_last_regenerate|i:1687615850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d23c492bdd14096f8313c7664041126b6919c66b', '190.56.51.191', 1661283112, '__ci_last_regenerate|i:1661283112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d23c536b94798d8f932ce747feab5af90acb09db', '40.77.167.222', 1681353364, '__ci_last_regenerate|i:1681353364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d23f0fc5f02dbeb221472fc422060a3f787dfb7f', '190.148.252.161', 1670032368, '__ci_last_regenerate|i:1670032368;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670031348;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2403f4f67ed9970a064dc08ee13641c4fb6b5e9', '40.77.167.227', 1682170324, '__ci_last_regenerate|i:1682170324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2427dd18b089564095aaed3dee11976419a4514', '40.77.167.37', 1668367157, '__ci_last_regenerate|i:1668367157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d246dff88e4fbf9b03113c67a293d7d0514417ab', '54.213.89.102', 1673788908, '__ci_last_regenerate|i:1673788908;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 ('d246feb13ecc5d95a94c902f69b1c8cce15b60eb', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d248398e533ad95b758c43aecfe0a025d2ff022f', '89.108.88.240', 1679727319, '__ci_last_regenerate|i:1679727318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d24d89055a5c81d81adcf2919ed3637181afdadc', '18.246.74.224', 1674047556, '__ci_last_regenerate|i:1674047556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d24d9d24ac2a27fd19b1a4273b77447b63e16aca', '17.121.112.155', 1652464334, '__ci_last_regenerate|i:1652464334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d24ddc30b94c0c8a3d5e4f90cf1226072791b0d6', '173.252.95.9', 1657204384, '__ci_last_regenerate|i:1657204384;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d250f017fc7f1493f3f76eed9e2d8a1d3aa915be', '34.122.77.98', 1664258819, '__ci_last_regenerate|i:1664258818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d255abb436872deb7acb0564a4e7a3483056392e', '200.119.174.56', 1664222922, '__ci_last_regenerate|i:1664222900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664222905;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d256d33c45dd9c94769cd240205c34aa94abe5ae', '114.119.132.72', 1685044085, '__ci_last_regenerate|i:1685044085;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d25912e53d3e8450e308f55b3089684cb25f130e', '190.104.119.122', 1650730671, '__ci_last_regenerate|i:1650730671;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('d259abf4e397b8434bbe732b70c1dfb248bba356', '190.56.50.6', 1667613157, '__ci_last_regenerate|i:1667613157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667613146;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d25a134bec7cc3244400b2fa3cb86ca3a69a4e7c', '40.77.167.43', 1653742437, '__ci_last_regenerate|i:1653742426;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d25c6dc606a2d7e41b06ee59adbe98600d5af8da', '114.119.143.226', 1688019098, '__ci_last_regenerate|i:1688019098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d25d229bf7177d44c0a3bc1230eea6b265c7d5b9', '157.55.39.192', 1665824564, '__ci_last_regenerate|i:1665824553;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d25ed0ae2d6875a07425c2c020e6210a0f2c2eeb', '190.148.157.147', 1658853012, '__ci_last_regenerate|i:1658853012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d261696913187a78bb3d88ea30a3778cf9a9d56f', '190.56.173.251', 1651949785, '__ci_last_regenerate|i:1651949785;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('d262b5636754b232c062cf50c146dfc0dc76b6da', '52.167.144.98', 1685773956, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d26348e4ade0538759bd24263fca4828bd81ede5', '157.55.39.86', 1672649683, '__ci_last_regenerate|i:1672649683;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 ('d2675bb9460096755f774d04f63f6bef23b6147d', '54.36.148.20', 1660678061, '__ci_last_regenerate|i:1660678061;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 ('d26815473444c9ff757aaca227256971cdf750af', '114.119.147.110', 1688126758, '__ci_last_regenerate|i:1688126758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d26827a7dbecfbff39e04680024b2451bbd7bfe8', '200.119.173.130', 1675790802, '__ci_last_regenerate|i:1675790802;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675789255;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d269dcd0491aff5d5d76768aa30a21aa1ed8e349', '66.249.74.100', 1686478553, '__ci_last_regenerate|i:1686478553;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 ('d26b9e88a29ae2c845fa45559caf769350b23f07', '207.46.13.236', 1653491427, '__ci_last_regenerate|i:1653491427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d26cf2e6c660f5115fb132304de3d1a86742f86a', '157.55.39.54', 1659925997, '__ci_last_regenerate|i:1659925997;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 ('d26cff60e25aacd62a0fbd71be2fe35c77f9a26c', '17.121.113.57', 1656262332, '__ci_last_regenerate|i:1656262332;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 ('d26ebce7bb52292327c7ee17c182e2503a5a59f3', '54.36.149.78', 1684571779, '__ci_last_regenerate|i:1684571779;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 ('d272017fe3fd45d19e7bfee9c1e9324d0c9b20c7', '190.148.158.175', 1672596765, '__ci_last_regenerate|i:1672596765;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672596757;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d273a9b60300862a21f7d89d6fe66e30991a7e88', '157.55.39.125', 1653352807, '__ci_last_regenerate|i:1653352807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2762a09aff8951121f525a48e09b75a79cd5adc', '190.148.158.175', 1672447811, '__ci_last_regenerate|i:1672447811;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672447616;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d27bdbf55e8054d05484fd91db96e283c1ef161a', '207.46.13.210', 1677512916, '__ci_last_regenerate|i:1677512916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d27c10b71463514120684a9c5437d18e6cc17e1c', '157.55.39.212', 1677486948, '__ci_last_regenerate|i:1677486948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d27cf97e345dccc0f2c6c82f2d90e1b0607c32a4', '157.55.39.68', 1666902169, '__ci_last_regenerate|i:1666902169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d27efdc9fb20ec781fd2268e9ff74e19deb5c951', '114.119.141.30', 1686999569, '__ci_last_regenerate|i:1686999569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d282fb0c72d97f927ab6a8708e8d16882a31b85e', '114.119.139.226', 1685658659, '__ci_last_regenerate|i:1685658659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d283ab19e9ded2bc9255f2e5081bb922b800b5dd', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2851be4dc919d27d24a6c632ec6bd32a32be61f', '190.56.54.156', 1665232044, '__ci_last_regenerate|i:1665232044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665232039;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2852b3ef3ee78a762c87cc42a4edd499fa9aab2', '190.148.87.96', 1678471559, '__ci_last_regenerate|i:1678471559;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678471554;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28714bcfd28d210d12e52fd4df6597ddc573525', '40.77.167.43', 1657885879, '__ci_last_regenerate|i:1657885869;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28838e26b1951cb95f7c2bdb33dce60539cb5e9', '93.159.230.88', 1666769187, '__ci_last_regenerate|i:1666769187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28853fac66562b1b95e7d4b659502e2de974cab', '114.119.131.71', 1688083429, '__ci_last_regenerate|i:1688083429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2887862c7f5a76b20aa310d93eaee76695e11a9', '200.119.174.83', 1655844181, '__ci_last_regenerate|i:1655844181;warning|s:158:\"Acceso denegado! Usted no tiene derecho a acceder a la página solicitada. Si usted piensa, es por error, por favor póngase en contacto con el administrador.\";__ci_vars|a:1:{s:7:\"warning\";s:3:\"old\";}requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d288e336cf08d486a41573210eb092a226158e5d', '207.46.13.217', 1684132432, '__ci_last_regenerate|i:1684132432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28a1fe27fbaadfa24e8cecdf4e63c47bfb1ba73', '51.222.253.5', 1680784494, '__ci_last_regenerate|i:1680784494;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28ae043d4ce74457daa60a7b253a9b41a3e87fa', '200.119.172.96', 1675446676, '__ci_last_regenerate|i:1675446676;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675444097;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28df61c2d85d4d1a635fb67e5bf364490c4ae99', '200.119.170.143', 1670158239, '__ci_last_regenerate|i:1670158239;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670158227;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28ea6bf7d6f8de8d0ab96a7724fdc8024e45f0f', '54.36.148.75', 1688153954, '__ci_last_regenerate|i:1688153954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d28f58c9ce8d39f1a92cecd1c217499da7d7a41d', '51.222.253.5', 1669411644, '__ci_last_regenerate|i:1669411644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d290a06a8c80415e3ae898ef4359af768d30d0a1', '52.167.144.120', 1688063395, '__ci_last_regenerate|i:1688063394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d29119d324eb476dc4cb22397e43ff3ec1c3f0f6', '5.188.62.21', 1656425912, '__ci_last_regenerate|i:1656425912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d29529be3c424d827cdb17063d30aaa79d0e7950', '130.245.169.139', 1657878944, '__ci_last_regenerate|i:1657878943;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d29626f5dad57676f25c11444662fa71ebc743ac', '40.77.167.43', 1654132379, '__ci_last_regenerate|i:1654132369;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2964da4b5ecb7488ebddda6d8fcb9eb7cfbf685', '51.222.253.12', 1686255690, '__ci_last_regenerate|i:1686255690;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 ('d2987593817ed3054b6d1333ece300b25742d2a9', '114.119.134.206', 1684448693, '__ci_last_regenerate|i:1684448692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d298fd8e8065b16a5590a7d162c684a458f76b38', '52.167.144.171', 1684315717, '__ci_last_regenerate|i:1684315716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2991b77900f96c443fcd3f40550c3a8c2fabbf7', '167.99.123.158', 1652591463, '__ci_last_regenerate|i:1652591463;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 ('d29d0b7caef5c19aa993d38acb1116c453e6cc38', '200.119.174.9', 1674326875, '__ci_last_regenerate|i:1674326875;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674326347;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d29e30cefbb0fedf2332a95f5d84fcb29971293e', '200.119.170.237', 1658321301, '__ci_last_regenerate|i:1658321301;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 ('d29f68e705fdf0d3f60806237d4cb4bd2f4b7f28', '114.119.151.151', 1684413629, '__ci_last_regenerate|i:1684413628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a00e95bbeba1467534598971c7cf4336c790c8', '52.167.144.74', 1688574664, '__ci_last_regenerate|i:1688574664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a04b904c51867505bc82346206c8b7488b3d8e', '207.46.13.41', 1670888870, '__ci_last_regenerate|i:1670888870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a0c5294c682cb36614d1de8b41d4241ab24350', '40.77.167.191', 1682405083, '__ci_last_regenerate|i:1682405083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a1af440cb899b4a8be0e7ca56003c9917d2501', '190.56.54.156', 1665420676, '__ci_last_regenerate|i:1665420676;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665403324\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665418766;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a29752dcc4f608714e7dcbccde1ec901ecaf71', '190.56.173.213', 1683547557, '__ci_last_regenerate|i:1683547557;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683547554;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a3f62fc9134368a53694cf3aa43fcb57dfdfe1', '207.46.13.17', 1673932625, '__ci_last_regenerate|i:1673932625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a5f08696dcedffbfdd699c886584703f1188ad', '40.77.167.241', 1687513546, '__ci_last_regenerate|i:1687513546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2a7abdbdcd1512eeab0c3d23f938f5ff9a5244f', '144.76.67.169', 1669883515, '__ci_last_regenerate|i:1669883515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ac015181be5bafc6d0306987707782e81c516f', '114.119.157.210', 1684315385, '__ci_last_regenerate|i:1684315385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2acd3d389f7b39c9f11e2f25be46e52f6a9a1a5', '52.167.144.98', 1686409414, '__ci_last_regenerate|i:1686409414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ad4333e8001b202f72c0e8f9fc4f18ead87fc4', '114.119.146.120', 1685036511, '__ci_last_regenerate|i:1685036511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ada20fc54989ca49e1e94cb8f6d1889d4dfaa0', '190.148.157.183', 1680525973, '__ci_last_regenerate|i:1680525973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680525958;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2afca22667c0f2d4748613f5fb8bc0938c84a38', '190.148.157.88', 1668529901, '__ci_last_regenerate|i:1668529901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668529892;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b2d126a3dcf3aec7a37d85610ebd6c903a0f83', '52.167.144.109', 1680254556, '__ci_last_regenerate|i:1680254556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b3d1e8ff8f33ee0a4f7b432008280aa1403ac5', '114.119.140.79', 1683680154, '__ci_last_regenerate|i:1683680154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b663e6f8e64cd5967bb409ca71f7219763c325', '190.148.252.151', 1671457176, '__ci_last_regenerate|i:1671457176;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671456640;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b755791ee5198270792620edd31c5d72c62b08', '114.119.136.144', 1684310978, '__ci_last_regenerate|i:1684310978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b907d076367b2f8b0c0195d27c54feddf24297', '66.249.79.193', 1656814943, '__ci_last_regenerate|i:1656814943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2b913564ac6f58efdd31df9f3f930b25a6244db', '40.77.167.80', 1686834539, '__ci_last_regenerate|i:1686834539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2badce464c5598683d478258b2eed970f0937c1', '114.119.153.212', 1686141818, '__ci_last_regenerate|i:1686141818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2bb4501a3468bab218c5970c3d0b5de4f3eb34f', '17.121.115.27', 1652634248, '__ci_last_regenerate|i:1652634248;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 ('d2bbaf9d9e6b7bae048a16352e611d7dd6563a0e', '146.190.16.196', 1687015504, '__ci_last_regenerate|i:1687015504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2bbf6555fa7aaa3927f961f1e14ba915ea77b87', '74.208.2.213', 1672574245, '__ci_last_regenerate|i:1672574245;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2bc9dd9099119fea1c689cde825899dfb87de5c', '190.148.157.53', 1683649667, '__ci_last_regenerate|i:1683649667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683649665;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2bcb93fbe04b49e02ac61197aeab8b8d05196d1', '52.167.144.98', 1685546740, '__ci_last_regenerate|i:1685546739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2be551778da83aa2db1a69446e6082d2401ef0f', '157.55.39.118', 1656375503, '__ci_last_regenerate|i:1656375493;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c4348b3fa9ffb74ee53e0ef86a7be0b2a5b8dd', '52.167.144.63', 1686889998, '__ci_last_regenerate|i:1686889998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c5113b7aaa1a80fbc328edf2179f2b46a09171', '200.119.172.60', 1674649417, '__ci_last_regenerate|i:1674649417;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674649398;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c564a03623f1f7cf09d853f6f5e8e7fa921ce7', '51.254.49.101', 1680294270, '__ci_last_regenerate|i:1680294270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c5d652997c7445e15341a1de9e5860f3b668cc', '190.56.50.6', 1667600825, '__ci_last_regenerate|i:1667600825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667600820;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c7f256a316d79feb0717a49101ccb02b22f60f', '40.77.167.202', 1687450629, '__ci_last_regenerate|i:1687450628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2c8ec50b7c6658387e24519c1fb98f99391a89c', '190.56.32.243', 1684766238, '__ci_last_regenerate|i:1684766238;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684755860\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684766052;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2cdcd90ba052a55a106fbb384f22717430e5bdf', '190.148.252.111', 1677808500, '__ci_last_regenerate|i:1677808499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677805410;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d05d1a462258caea9235a3692f2f9150dc1762', '190.148.252.151', 1670937421, '__ci_last_regenerate|i:1670937421;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670937306;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d18f743c85168b579c636cc4bd7eee8bf3f5c7', '44.192.130.218', 1658915068, '__ci_last_regenerate|i:1658915068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d2754670a6d52a7d26906f01271a38a6257769', '40.77.167.178', 1676895372, '__ci_last_regenerate|i:1676895372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d45a4754fe107fee30369dca798e039f9c0b23', '51.222.253.7', 1677689354, '__ci_last_regenerate|i:1677689354;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d4998f07ff1dbb92822dab9c71036fc2948cd3', '35.222.54.30', 1664962056, '__ci_last_regenerate|i:1664962056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d4debbb47b2d1bd1c65b8231ca9baf1470110b', '114.119.145.249', 1687591939, '__ci_last_regenerate|i:1687591939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d6274787c9479172d7823c07e2bcb297fe9527', '190.148.252.197', 1665598898, '__ci_last_regenerate|i:1665598898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665598862;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d9ac98d5434df5d5d8141a6517ad03ffd28223', '200.119.172.95', 1659534460, '__ci_last_regenerate|i:1659534460;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659534457;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2da2b5a1cebb806a81a2f59b97aa1e431ae6c1c', '52.167.144.98', 1685077854, '__ci_last_regenerate|i:1685077854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2dab147c9b3e86df245bc040651f2c272145b2b', '54.36.148.163', 1673297734, '__ci_last_regenerate|i:1673297734;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 ('d2db08c5606c7f4cdbb23312c0760ef44a28cdd0', '34.222.4.69', 1652815668, '__ci_last_regenerate|i:1652815668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2db0d8a9ce8432c79d3b52850cb5d79354ccd43', '200.119.170.212', 1665871232, '__ci_last_regenerate|i:1665871232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665871175;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2db6fefbbf5cc931435ed4b3e5ed13e3d5c4cd4', '157.55.39.80', 1670766253, '__ci_last_regenerate|i:1670766253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2dc1c1b0ad0e96cb327144d5b974bdcf9fd7567', '40.77.167.35', 1661384238, '__ci_last_regenerate|i:1661384229;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2de7f1a1b20f35c4037d02e2a1443e20e5f484d', '196.244.192.231', 1651060287, '__ci_last_regenerate|i:1651060287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2df25f2b2e2be12adb838409c53658d44155521', '157.55.39.130', 1658984966, '__ci_last_regenerate|i:1658984955;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e20d74813fc15e05f24e59f44f2a5197ffc40a', '190.56.48.81', 1666028909, '__ci_last_regenerate|i:1666028909;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665785359\";last_ip|s:13:\"190.56.49.237\";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:1666023878;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"J5rjmHxithUGgzw0fDZC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e31f92ce188c7c2a1d8813a06f201469c77b20', '190.148.87.6', 1668271520, '__ci_last_regenerate|i:1668271520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668271514;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e3c410e7c53c4775859eb7e1dee8395d64202d', '17.121.114.162', 1662344788, '__ci_last_regenerate|i:1662344788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e455591fdba739ba9689126ae8250864122567', '51.195.216.255', 1650895622, '__ci_last_regenerate|i:1650895622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e4d1a419cc3674d6c0c39015c5661cadc22598', '66.249.79.177', 1674173836, '__ci_last_regenerate|i:1674173836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e500d8ba491066e616a5317051e4304d60044e', '45.63.18.23', 1688263248, '__ci_last_regenerate|i:1688263247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e7a3cea94d196c9b4745ae392285cd2df46905', '200.119.174.83', 1661955802, '__ci_last_regenerate|i:1661955802;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661900274\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661950888;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e7ed3c25364320dfd88901e330f20c92029180', '17.121.113.59', 1660959470, '__ci_last_regenerate|i:1660959470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e81d4460a8fb2566b1d0907e8d38a22027eae1', '52.167.144.98', 1685608926, '__ci_last_regenerate|i:1685608926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e8ca05e9a4d0a54fcead4491d7a9e955d7c5f0', '200.119.170.16', 1666815520, '__ci_last_regenerate|i:1666815520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666815470;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ea0bc87d80440a70b50b6964a067bcf0d72913', '190.148.252.177', 1674079244, '__ci_last_regenerate|i:1674079244;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674074772\";last_ip|s:15:\"190.148.252.177\";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\";user_csrf|s:20:\"ASHpexX9nlstov6iEKhC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ea672f1b84f8754ed4c91000d391c1e6dbab8c', '190.56.173.213', 1683557036, '__ci_last_regenerate|i:1683557036;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683463304\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683555314;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ea9b7aa4e4a4eb9d93b925765f8d1caf10f294', '190.148.157.177', 1682120511, '__ci_last_regenerate|i:1682120511;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682120401;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f150d5f0dd5c0887d6a40a95e224ce425cb267', '190.148.252.183', 1681343840, '__ci_last_regenerate|i:1681343840;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681343473;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f200aa47dbac45cea37acf033aa0de4b99d3e7', '52.167.144.162', 1686726981, '__ci_last_regenerate|i:1686726981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f327efe0394748a0bb395188cf734c397cfbae', '190.56.50.253', 1682699532, '__ci_last_regenerate|i:1682699532;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682699488;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f337f92642976851ca2cb4f201c8b6bb10e867', '54.36.148.77', 1686162207, '__ci_last_regenerate|i:1686162207;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 ('d2f35816dcc2668665df344d72ec32405a177d11', '190.56.54.77', 1666275591, '__ci_last_regenerate|i:1666275591;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666183601\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666275575;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f50dc29ed27ef49d82d5698cf1125920616d20', '190.148.252.88', 1670795076, '__ci_last_regenerate|i:1670795076;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670793898;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2f5f955df8be188d936ad0d081f22f36afaafb6', '51.195.216.255', 1650743634, '__ci_last_regenerate|i:1650743634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fa73fab3ba40f19d5d16761806e8475e08c5ee', '114.119.145.22', 1688565667, '__ci_last_regenerate|i:1688565666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fc60a00044c2116d58d2679f3706ac471b40b5', '93.158.91.201', 1684584316, '__ci_last_regenerate|i:1684584316;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 ('d2fcf448e03d6db50de34ddcac5b0c9160eb5e50', '40.77.167.13', 1656036088, '__ci_last_regenerate|i:1656036088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fd8acdad0cb2fd2f0e360f7178913b161ae8c8', '190.148.158.23', 1687202919, '__ci_last_regenerate|i:1687202919;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687202916;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2fdd12df0964591944f3e9fa19371f0b87ed01f', '114.119.150.49', 1687568099, '__ci_last_regenerate|i:1687568099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d30097fc356cf484f4a851c0aa4142ee594a2931', '114.119.140.4', 1684090046, '__ci_last_regenerate|i:1684090046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d303cac8230a6a657012a9bdb6d5d86dfd0ed4bb', '124.206.180.138', 1651888442, '__ci_last_regenerate|i:1651888433;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d306d33dfb9762314f9ac526658dd595c5e25502', '200.119.170.137', 1668703603, '__ci_last_regenerate|i:1668703603;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668634539\";last_ip|s:15:\"200.119.170.137\";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\";user_csrf|s:20:\"5dQ6BVkmuqxnAl98fUKc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d307d3b1d58505017467d34d65c0b8ac8ac15295', '54.36.149.57', 1659180105, '__ci_last_regenerate|i:1659180105;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 ('d309265e3b04a75809f714c323bef3254f4274fd', '40.77.167.26', 1671107635, '__ci_last_regenerate|i:1671107635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d30972704bb7440aaf834f190253a2becdc631a9', '190.56.32.174', 1676929217, '__ci_last_regenerate|i:1676929217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676929214;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3098a1e3e09589f0bb13034708af69afc2a6562', '190.148.252.73', 1664812236, '__ci_last_regenerate|i:1664812236;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664811102;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d30a2aa68e3d5fb493ccb37e0444a096857a1db5', '40.77.167.13', 1672139144, '__ci_last_regenerate|i:1672139143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d30caca92bdc28e21038b94a5230b5976f018fd0', '190.56.32.174', 1676744054, '__ci_last_regenerate|i:1676744054;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676744018;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31253959acd3816f68116b483ce8720ded60e77', '3.237.104.7', 1654055397, '__ci_last_regenerate|i:1654055397;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 ('d31388ace5c2412d1cef56fe51ad2ff99b93fdf3', '200.119.173.177', 1685111032, '__ci_last_regenerate|i:1685111032;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685111026;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d314deabd0f5771c3a21c8ba1d63df85ea339444', '66.249.79.203', 1681463280, '__ci_last_regenerate|i:1681463280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d316c413b91c5da464ba0008c572a5c652d52673', '52.167.144.98', 1686542610, '__ci_last_regenerate|i:1686542610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d316df1a39539455b10e13e5404af8d2a6eba5de', '50.21.188.52', 1663642393, '__ci_last_regenerate|i:1663642393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3177bd6b37e3206d5f546dd36145dea8712ba39', '207.46.13.127', 1656601303, '__ci_last_regenerate|i:1656601293;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d317e010170eb12475d8a18a80a15377ec8ccdf0', '157.55.39.79', 1669794923, '__ci_last_regenerate|i:1669794923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3191a51f861b51b56b9e45c92979110bfa7da46', '52.167.144.63', 1686908662, '__ci_last_regenerate|i:1686908662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31951d0e995cc6eba685b9a729e17bbfe95ac88', '190.148.252.67', 1688516652, '__ci_last_regenerate|i:1688516652;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688516648;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31a86a173c333a8af25a4e980a9f162c958d2a2', '152.89.196.102', 1659596172, '__ci_last_regenerate|i:1659596172;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31ab92b1af5f55697015ddf75895891e70b37cc', '51.222.253.2', 1673539687, '__ci_last_regenerate|i:1673539687;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 ('d31cb32f4d6d6cbb83d4a82f33fbb0f566630e9f', '157.55.39.80', 1670681797, '__ci_last_regenerate|i:1670681797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31e2074c662407a099b6b1ef29a43ecbe60f5ef', '40.77.167.23', 1673654259, '__ci_last_regenerate|i:1673654259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31f422eb6740f2dd4850ceca287f51f5a65165c', '190.56.32.174', 1676504539, '__ci_last_regenerate|i:1676504539;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676504509;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3214d58e3c18b108fcf1205a430ac8eca095d92', '3.111.41.2', 1670738446, '__ci_last_regenerate|i:1670738446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32153662151a3dbc9ee41fd2f8baa54accf4291', '190.148.157.53', 1683901999, '__ci_last_regenerate|i:1683901999;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683901218;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32165d1282999a8ca9df8b02d1d971e65a10cb5', '40.77.167.202', 1687895189, '__ci_last_regenerate|i:1687895189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3235c144441a8704d6f3b85aca8ba1e9509b6b5', '207.46.13.1', 1671347522, '__ci_last_regenerate|i:1671347522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32491deffa1771552a6a719d439c9904aa015c7', '124.206.180.138', 1651946746, '__ci_last_regenerate|i:1651946738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32578b3dbf8ce3431b182ea96e3c8d9daacacda', '190.148.157.117', 1675599218, '__ci_last_regenerate|i:1675599218;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675598932;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32628e156e07a562c65b7ed59f71dfdf8f0ab67', '52.167.144.164', 1686161410, '__ci_last_regenerate|i:1686161410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d326fb1bfbe646a06e014e441ff8dafef6856ade', '17.121.115.242', 1656600378, '__ci_last_regenerate|i:1656600378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d327ee5b4ecfbbd89ecb8ff4caf5e54df8108610', '82.80.249.158', 1668921151, '__ci_last_regenerate|i:1668921151;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d329f75189d2dfe8e52762fbf6b6ba0ac501cc24', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32b25e5757b8b1c18f9243c04e6f39979d44907', '52.167.144.54', 1675296758, '__ci_last_regenerate|i:1675296758;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 ('d32bef460033eb00e84e6e789d9d8ba7cca3a21a', '40.77.167.191', 1681833131, '__ci_last_regenerate|i:1681833131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32d2e6a233581f0aaaf021024e6b4c151b245e9', '200.119.170.168', 1670601707, '__ci_last_regenerate|i:1670601707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670601696;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32d466ceb64876ae539194a8c2c7a922923dcc0', '190.56.50.253', 1682691046, '__ci_last_regenerate|i:1682691046;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682690972;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32e20e773ef4e154a77da8259ec426c82727383', '40.77.167.64', 1674552449, '__ci_last_regenerate|i:1674552449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d32e5f5d8ffb7f9bcd87ccfac246dbaac1e49dfe', '40.77.167.182', 1683550857, '__ci_last_regenerate|i:1683550857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3313238f9ede680f2b57b3695f37dba46e848ba', '190.148.87.6', 1668290733, '__ci_last_regenerate|i:1668290733;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668290728;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d333d1b2b68fff33a4e19d9daa01e3ea08ed55c7', '207.46.13.154', 1670266571, '__ci_last_regenerate|i:1670266571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3350a11897769e95739f3b6798d78445940daca', '206.189.121.156', 1671906184, '__ci_last_regenerate|i:1671906184;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 ('d3354d48578629af2d669e09c00db6d3d34a045f', '200.119.174.34', 1658160827, '__ci_last_regenerate|i:1658160827;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658154698;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d337082431dd833792d1905f9f5fc42aa7c7eb75', '144.76.67.169', 1661940784, '__ci_last_regenerate|i:1661940784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d33729a5810661932c79ff3268da6962593a26eb', '51.222.253.16', 1675320278, '__ci_last_regenerate|i:1675320278;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 ('d33837fa317d571d7fe52316e1a33971f448c10c', '34.72.193.122', 1664450573, '__ci_last_regenerate|i:1664450573;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('d33a5216e3e114a913ff4655184641f39cd74b6f', '190.148.157.184', 1651853679, '__ci_last_regenerate|i:1651853679;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651068949\";last_ip|s:13:\"190.56.32.170\";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:1651853084;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d33a7ff9a49776f95c3f2ebb888fce7f86c84695', '66.249.74.103', 1683428952, '__ci_last_regenerate|i:1683428952;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 ('d33d14b63358845d2893921bfb71e39ea415a765', '52.167.144.154', 1687513397, '__ci_last_regenerate|i:1687513397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d33f94e7b39fdb1d56d9767b1128012b55feb961', '190.56.32.243', 1684701969, '__ci_last_regenerate|i:1684701969;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684701633;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d347251d5486bc607fcf7807ece22573ee40fd84', '200.119.173.130', 1675878093, '__ci_last_regenerate|i:1675878093;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675877551;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d347c9fe79a49fb6ea66d5f31f749ed38444621a', '207.46.13.100', 1672572836, '__ci_last_regenerate|i:1672572836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34823c87b00891675bd6cc16cf89e375b6fb577', '52.167.144.171', 1685752862, '__ci_last_regenerate|i:1685752862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34c46111643aba6a92a5082f9fb5294de99f6c1', '52.167.144.82', 1687262307, '__ci_last_regenerate|i:1687262307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34cd4f50ecc5ead3468fd238900b86372665e83', '200.119.173.130', 1675795856, '__ci_last_regenerate|i:1675795856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675794511;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34f14f74480509f82d2cc448d3d820d5e4b2d62', '114.119.134.231', 1687339645, '__ci_last_regenerate|i:1687339645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d34fa0ba36b013f56300e7b5257226c400d81a46', '190.56.49.237', 1665754680, '__ci_last_regenerate|i:1665754680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665754666;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d354071a6dc2695e5304e1e95416fd49a1235eae', '51.158.66.220', 1682465640, '__ci_last_regenerate|i:1682465640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3546f82275aaa5e54d85a788c62df8ea7a797f2', '114.119.134.106', 1688194421, '__ci_last_regenerate|i:1688194421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3595ca98f9431b3a914316496286f601dfb1ab1', '52.167.144.154', 1687653190, '__ci_last_regenerate|i:1687653190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d35b85620a90ef2c80aa4dfc5261722322942b8e', '168.138.2.237', 1656703490, '__ci_last_regenerate|i:1656703486;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 ('d35c6202dbdd02dad0d2a155233e02546e7ea68b', '157.55.39.25', 1663751854, '__ci_last_regenerate|i:1663751844;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d35ea681b1f654ef56c1e832810ac0c5ab719736', '190.106.213.176', 1651243603, '__ci_last_regenerate|i:1651243603;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651169832\";last_ip|s:13:\"190.56.32.170\";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\";user_csrf|s:20:\"ozmL7Qd6n4KJEjhfyX3l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d360923dee445f54b45eae7e2cccdc916618563d', '54.36.148.211', 1669972118, '__ci_last_regenerate|i:1669972118;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3611ba7247662183122da0cca92078281b54d83', '40.77.167.60', 1671518613, '__ci_last_regenerate|i:1671518613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3616713c267d56c621cf214e2278d376cf06941', '190.148.158.151', 1677247688, '__ci_last_regenerate|i:1677247688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677247669;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36224be9edadebf37ded73b9d67326374f1353a', '51.222.253.8', 1681799680, '__ci_last_regenerate|i:1681799680;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 ('d36355808940be3ccf2c7970ccff09763184aacd', '114.119.158.71', 1688270550, '__ci_last_regenerate|i:1688270550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d363bbb6849b298807d72526d9d3770a3e7fcbc6', '207.46.13.160', 1665120299, '__ci_last_regenerate|i:1665120299;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d365f4de67505b17a88b66099f832ac5099f32d8', '17.121.115.100', 1661584630, '__ci_last_regenerate|i:1661584630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36752b3669c483007d8bde474dbe723dbdf4e86', '51.222.253.9', 1674659625, '__ci_last_regenerate|i:1674659625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36783f1653a52b7a59406fce4ee97dba9d932ce', '114.119.155.126', 1687317811, '__ci_last_regenerate|i:1687317811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d367a9dcb9cb37d25a9b21fc4d97065ca7a29fd5', '5.188.62.140', 1653277474, '__ci_last_regenerate|i:1653277471;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d367f94d7dd8dc876886e95befd78038fc151cf9', '190.148.157.117', 1675623725, '__ci_last_regenerate|i:1675623725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675623667;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36b86c42f09ef326dcb8198032c6a99dea0b2c2', '190.148.157.80', 1669250515, '__ci_last_regenerate|i:1669250515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669250478;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36daae98b60dbde2ce5cb37719d5e749deaefa0', '66.249.64.36', 1677179053, '__ci_last_regenerate|i:1677179053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d370fea0e6273fb09e56815059aa581fad8b63a5', '207.46.13.154', 1671125606, '__ci_last_regenerate|i:1671125606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d372708b448de57612f5dcb99faf2e861a8106a0', '138.199.21.243', 1678528315, '__ci_last_regenerate|i:1678528315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d376194b84d7b6ae08df316e297ff4a7e6f4fa0a', '52.167.144.160', 1685927732, '__ci_last_regenerate|i:1685927732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37658c1e3adca0d16c8c264383f826e2c2fb262', '200.119.168.250', 1680959692, '__ci_last_regenerate|i:1680959692;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680956996;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37861794205e7dd4e899f1acaf04a83abfbc802', '5.188.62.76', 1656393726, '__ci_last_regenerate|i:1656393726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3799254848ccc99b3efb1fd6a39f55ddc3c5d92', '66.249.79.199', 1682323027, '__ci_last_regenerate|i:1682323027;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 ('d37ad738d5c6ef2ff98c005b18c8310300a51856', '198.251.73.117', 1686693219, '__ci_last_regenerate|i:1686693219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37ae455948af30c66e1b63ece8ea2a9af3f3acc', '200.119.173.130', 1675895482, '__ci_last_regenerate|i:1675895482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675893716;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37b0b4080429e792db753aa88e24f993ad73f14', '157.55.39.123', 1673056530, '__ci_last_regenerate|i:1673056530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d37b3edb76ed8a90f2b7830997e577003da6005e', '200.119.170.30', 1660233295, '__ci_last_regenerate|i:1660233295;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660165219\";last_ip|s:15:\"200.119.170.131\";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 ('d380782b40e402dc828e535ae2bb9b08d832ff5c', '190.56.54.156', 1665269898, '__ci_last_regenerate|i:1665269898;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665267792;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3808c7a245ed2f8686496fd5f24bb9d344a577f', '114.119.138.36', 1688117471, '__ci_last_regenerate|i:1688117471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38323184cabf0260dc2b7181e87ce36726ac32f', '190.56.51.144', 1687109995, '__ci_last_regenerate|i:1687109995;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687109263;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d383df10ea979eec829d0db526345f472172bdb9', '54.36.148.23', 1677647040, '__ci_last_regenerate|i:1677647040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3879eb8d8b19f00d23573161e93d875f0190d57', '34.67.114.140', 1651743774, '__ci_last_regenerate|i:1651743774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3885de4f31c31d6fc1b4f8d296b762ad1f33a75', '114.119.136.113', 1687558944, '__ci_last_regenerate|i:1687558944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38933d82749b2553a297e5075c5fb8bce727cd0', '190.56.54.77', 1666301192, '__ci_last_regenerate|i:1666301192;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666300611;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38a4a55346675eddd0d753e888ceee0eb0b4f05', '40.77.167.91', 1686974036, '__ci_last_regenerate|i:1686974036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38bb89804e906bf45caf4b69abbe27363681a01', '17.121.112.81', 1652210934, '__ci_last_regenerate|i:1652210934;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38bdf271bad44d70bb5cc6e501014b748d34d44', '190.148.252.111', 1677855405, '__ci_last_regenerate|i:1677855405;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677854507;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38c08139d7ae41710377d38422eb9792d46e45a', '190.56.32.32', 1686169403, '__ci_last_regenerate|i:1686169403;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686169388;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38d71a47b1acd48d91b43d45ac5e5223be86bb7', '114.119.130.30', 1688003033, '__ci_last_regenerate|i:1688003033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38e25125ececd9aad7a8bde4d808c016f918c5e', '114.119.150.16', 1686844081, '__ci_last_regenerate|i:1686844081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d38fcb44258d212ff7b0bae7f67e7efdf8cd89dd', '114.119.133.190', 1688130487, '__ci_last_regenerate|i:1688130487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3919aa23dae7d07e78a46d530d7e1e4a8a57909', '40.77.167.63', 1672092724, '__ci_last_regenerate|i:1672092724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3951c69a26081bc880c522049d18a5e808e36ea', '52.167.144.164', 1686635489, '__ci_last_regenerate|i:1686635489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d397d36c617ebf9773a1a7f2f39ced78042f10d8', '52.167.144.98', 1686574867, '__ci_last_regenerate|i:1686574867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39910ff6437ce04aadfbd97e55d3a86c046c8e3', '149.56.150.60', 1672432591, '__ci_last_regenerate|i:1672432591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39a02475469f2b4ce004c23eb2b8c02e1e410b1', '114.119.155.58', 1686249600, '__ci_last_regenerate|i:1686249600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39c53fb938ec0788524229ca2a9b1d0b4dd27bc', '54.36.149.102', 1679162998, '__ci_last_regenerate|i:1679162998;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 ('d39c891b0853b6206446360cb325048c230fc173', '190.56.50.15', 1667234391, '__ci_last_regenerate|i:1667234391;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";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\";last_activity|i:1667232641;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39d669310b80f70c77b7826b27e7ea63489050e', '52.167.144.70', 1688219884, '__ci_last_regenerate|i:1688219884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39e0a5bb8f6d14c47ea314f85d44531656ce5f0', '207.46.13.217', 1684025473, '__ci_last_regenerate|i:1684025473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39f1d711d97c41f2e9c0ba5c25e5ebcdbc0512d', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39f88241ab64fa7efbb0ad4254ac6bcfd7b7b77', '40.77.167.191', 1682004529, '__ci_last_regenerate|i:1682004529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d39f98ca74b401dc00445d38597482434ce4b453', '190.148.252.111', 1678111072, '__ci_last_regenerate|i:1678111072;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678111066;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3a5b835d4fe0446be4e57caf2194decec87ed20', '17.121.112.224', 1657829559, '__ci_last_regenerate|i:1657829559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3a7c189cd80f32354d79c1ec7b5bd6be384961e', '17.121.113.69', 1662177984, '__ci_last_regenerate|i:1662177984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3a822ccfff5f4631547ba6287cd2ea944d45740', '40.77.167.27', 1657914897, '__ci_last_regenerate|i:1657914887;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3aad2fc277fb9a8bc264fdd0333ac51d076efb4', '157.55.39.79', 1669419419, '__ci_last_regenerate|i:1669419419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ab609da71ce0aae266f150b380fba4b24157cc', '40.77.167.49', 1665110670, '__ci_last_regenerate|i:1665110659;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ad692792b582ab45393234d675c777aac18de6', '52.167.144.109', 1680449893, '__ci_last_regenerate|i:1680449892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ae82f5fdee500486b488dc6f5fa56a1f4f0be4', '74.208.2.213', 1668050336, '__ci_last_regenerate|i:1668050336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3aea7a1e158ffa24bc3d70d06fb40084264bf6c', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3af2b02fd76882a1a479b3190fde4aedc85087f', '40.77.167.23', 1673868958, '__ci_last_regenerate|i:1673868958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3afa973cd3fae98427c8db38fba28c6f7f4d4f2', '190.148.158.151', 1677110689, '__ci_last_regenerate|i:1677110689;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677110686;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3aff72bd6154fa2877e69a955efa21773bbce18', '190.56.173.175', 1653080495, '__ci_last_regenerate|i:1653080495;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653080326;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b0c84829c0f9c96dd41d638203c9f4e35481b0', '51.222.253.20', 1654449168, '__ci_last_regenerate|i:1654449168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b1511617d9a5afbec07e2ed96d55373ecf58fa', '200.119.172.60', 1674754161, '__ci_last_regenerate|i:1674754161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674754155;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b28f64d978ead08148e224de7e7319817facf7', '190.56.50.120', 1661808889, '__ci_last_regenerate|i:1661808863;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661784201\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661808867;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b39b08c731e9633336db07f961efe9786bffae', '17.121.115.95', 1659324116, '__ci_last_regenerate|i:1659324116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b3c35c6cebcc172391dfc0f9808058a5616cf9', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b4380a0b07450d91a61a69e178a4d1e166d9d6', '207.46.13.6', 1671961380, '__ci_last_regenerate|i:1671961380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b5054ef19dafdb542efb65adfb5899728b9664', '157.55.39.227', 1688527119, '__ci_last_regenerate|i:1688527119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b8090d485b86ed05bab1f80c67eb14207d8e55', '114.119.142.12', 1686289038, '__ci_last_regenerate|i:1686289038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b80cccef1f295cc28b988e9f9537fbde0ccc4d', '207.46.13.130', 1660376296, '__ci_last_regenerate|i:1660376296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b842f54d25a8bd58593facc4cd0b474350a84c', '190.148.158.69', 1685663947, '__ci_last_regenerate|i:1685663947;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685663947;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ba4fe35f7ff894e331af589d614eaf3e83877b', '51.222.253.2', 1681621257, '__ci_last_regenerate|i:1681621257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3be1256d7f99674ba0fa143eac36b6deab2911e', '205.210.31.8', 1653360712, '__ci_last_regenerate|i:1653360712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c20718a4d3e8ddcd5a3de3789427c28fe55239', '146.59.157.229', 1650750154, '__ci_last_regenerate|i:1650750154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c23b64ad5c9ed7443383b60c63397cc5f418c0', '130.255.166.11', 1683770789, '__ci_last_regenerate|i:1683770789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c399d865ac1d06f9d524a2b516630eca05855a', '54.70.186.52', 1685751026, '__ci_last_regenerate|i:1685751026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c3a1611a7b75e6857b52ff544e7d01290438d6', '190.56.32.174', 1676764849, '__ci_last_regenerate|i:1676764849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676764781;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c785b0083572ece7c70c14797a056c978e7a74', '66.249.79.194', 1687530349, '__ci_last_regenerate|i:1687530349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c78c650f33c93f5f611cdef5da267ac4839015', '190.148.87.6', 1668288688, '__ci_last_regenerate|i:1668288688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668288553;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c8c827233da9b3d70a897af942a4e14cc42aee', '190.148.157.53', 1684103276, '__ci_last_regenerate|i:1684103276;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684102967;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c93262bb3ff6cd9807a57173df956b97847dbf', '54.36.149.84', 1672707149, '__ci_last_regenerate|i:1672707149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c96e571bbf9a5e1bd90e06eace2758cc3ea3a9', '52.167.144.162', 1682707618, '__ci_last_regenerate|i:1682707618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cbb914c45faaa163521a8e283a656a19255b7b', '167.172.75.190', 1651294366, '__ci_last_regenerate|i:1651294362;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 ('d3cbcda22c41aff85abe0bf2e14189ef4277fe8a', '116.15.216.47', 1657997639, '__ci_last_regenerate|i:1657997639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cbd74c29619e5feab35cf3ca51e33e19aa1f3a', '200.119.172.60', 1674602605, '__ci_last_regenerate|i:1674602605;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674602363;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cc00799cca106086e4829557893a6eb7912645', '190.148.87.23', 1679429489, '__ci_last_regenerate|i:1679429489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679429470;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cc3f7a8cd8aae45e89daba23fd6e2c9f915a66', '52.167.144.37', 1677602696, '__ci_last_regenerate|i:1677602696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ccba3fc7bd0761f2e2e6caca7641e9d136229e', '52.167.144.49', 1677382433, '__ci_last_regenerate|i:1677382433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ccbc5df965e12d35c6153c5aaa6ee572e40975', '52.167.144.154', 1687962087, '__ci_last_regenerate|i:1687962087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cd005239a9dcd5fba9ea829ff51d66a4c564e9', '40.77.167.161', 1676724798, '__ci_last_regenerate|i:1676724798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cd876ba2a4f7c9872182876e39d0542af5d3b8', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cfd0dd65bfc293ff4dfaa35c0ef79988c71df5', '52.167.144.162', 1686574417, '__ci_last_regenerate|i:1686574417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cfde991dcdc6d8721e7136d4c19e13b672d54e', '52.167.144.164', 1686510714, '__ci_last_regenerate|i:1686510714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3cff1c919358f5a5dc49b2b235679aaa14eaa84', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;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 ('d3d002431b6af54ec3db356e8d34252624a21598', '114.119.149.2', 1688405073, '__ci_last_regenerate|i:1688405073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d36a3677783411d94d7e63c8b2366ea3c689b1', '17.121.115.62', 1657466121, '__ci_last_regenerate|i:1657466121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d6da6ad2b682815b752073ab612c4129a9954d', '52.167.144.20', 1687858893, '__ci_last_regenerate|i:1687858893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d76f4910dd12fa97f746deeb3275eeeb21cb34', '17.121.115.4', 1658518973, '__ci_last_regenerate|i:1658518973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d84a5678d5e4635dcab60af4a1424da09422fa', '5.188.62.26', 1656354525, '__ci_last_regenerate|i:1656354522;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d97ce3995471ecc82146e76340e76f3186b529', '66.249.66.83', 1650908715, '__ci_last_regenerate|i:1650908715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3dab448cf10791f928b2bd8cbe3d8bcbe8010f8', '190.56.32.162', 1686315319, '__ci_last_regenerate|i:1686315319;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686315315;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3dbecd2c29ba3c16bf7be54602e9c6dff37c62b', '46.101.63.152', 1652762867, '__ci_last_regenerate|i:1652762867;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 ('d3dc0163222ddf7ce8228b2b36d8de68d5d70e87', '3.17.148.246', 1687183262, '__ci_last_regenerate|i:1687183262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3dfaf6d38193537a99ecf7ce71a16438c494b69', '190.56.50.15', 1667171849, '__ci_last_regenerate|i:1667171849;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667171844;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e0e74f4baac9988f8b4e2e2a98218507b24624', '51.222.253.13', 1652828080, '__ci_last_regenerate|i:1652828080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e1bbf8af91c6b44c416f1c4fd4d676cf2a4555', '157.55.39.79', 1670998417, '__ci_last_regenerate|i:1670998417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e46becabb90cf05995a27434ad18dc05a37634', '190.56.173.213', 1683293578, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683293578;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683293495;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e80a75aa75c924e9e2544071cb9122f7029817', '52.167.144.171', 1685773944, '__ci_last_regenerate|i:1685773944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e8e547a3cbc638410333b14594b0a77b1ed83d', '200.119.168.48', 1668101757, '__ci_last_regenerate|i:1668101757;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";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\";user_csrf|s:20:\"xlLjkFGori2W3ZqtJBD9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3eae5d13593b05d9b49bfb53dac1cbf5801706c', '207.46.13.11', 1668935008, '__ci_last_regenerate|i:1668935008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3eb97ee6c5db3894984d22748b6baa84ac390a5', '3.139.73.68', 1684425850, '__ci_last_regenerate|i:1684425848;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ed72c6904219b654c52933dd95bfe05dd16572', '190.148.252.151', 1671229851, '__ci_last_regenerate|i:1671229851;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671228918;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ee4cd7b4fce6a3ac6836317f0a8547d96597e5', '114.119.133.134', 1685915097, '__ci_last_regenerate|i:1685915097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ee859bc5d2f94ccba540aff79723b33ff656e3', '190.148.252.183', 1681223667, '__ci_last_regenerate|i:1681223667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681223638;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ef0a934437c4578dd4825d5b3ab9659869e4f5', '157.55.39.79', 1668934961, '__ci_last_regenerate|i:1668934961;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ef19644f82b159beeb73170410e7b05ad1ef5b', '190.56.32.35', 1672060681, '__ci_last_regenerate|i:1672060681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672060564;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3efbab71e8a4b449d24a9856bffdc4d9acc2b47', '66.249.77.164', 1686498517, '__ci_last_regenerate|i:1686498517;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 ('d3efbd3ac2ae83a584cae0fb22bfcfc02cfb14ec', '52.167.144.164', 1685355848, '__ci_last_regenerate|i:1685355848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f17da0e19527c510f9d675a0c40c14e20c78a8', '190.148.158.175', 1672583742, '__ci_last_regenerate|i:1672583742;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672583740;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f1838850d858450b7ca1d3ee66979f38d487f2', '52.167.144.164', 1686401461, '__ci_last_regenerate|i:1686401461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f228a501812185d0631dd55e8eb90e28a036d6', '52.167.144.164', 1686047103, '__ci_last_regenerate|i:1686047103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f2d825e9b4423b405718315319de1077b243f6', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f33ef6338015474ffee06caa8694e1c6a32e68', '111.7.100.20', 1650686095, '__ci_last_regenerate|i:1650686095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f535c792d5612b4149a9d3ee43330676b60ea6', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f5493e0ab2885ef786fa14d853ec59a00b5397', '190.56.55.113', 1673570788, '__ci_last_regenerate|i:1673570788;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673570618;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f59a2724ae10405b78c5cb7df4a7f915beef24', '190.148.158.164', 1667321156, '__ci_last_regenerate|i:1667321156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667321088;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f62c8df18de13de57f37d94ca4cad4788a18b4', '40.77.167.161', 1675721824, '__ci_last_regenerate|i:1675721824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f72da6ab0cb8345f344b59bf0fce3bc5688c31', '140.246.164.95', 1663960995, '__ci_last_regenerate|i:1663960995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f78cfd8268f5e3dd7f67b26cc8e867ca48ba49', '190.148.157.88', 1668529430, '__ci_last_regenerate|i:1668529430;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668528300;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f82190191d14ae896c12ee00c7bb69d014c624', '157.55.39.144', 1666211649, '__ci_last_regenerate|i:1666211649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f83f6c578064713fc26144124e485c484d9551', '5.188.62.140', 1656360034, '__ci_last_regenerate|i:1656360034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f88f81e995e07e97514ac97b40489dd2e1dc03', '51.222.253.13', 1650927240, '__ci_last_regenerate|i:1650927240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3faf085b48e3292d693c98d1bdbe60456f698ca', '114.119.131.92', 1688331328, '__ci_last_regenerate|i:1688331328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3fce8213ff2e90c087e497af798840e0583a47a', '51.222.253.5', 1678450315, '__ci_last_regenerate|i:1678450315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3fdee2762cb181ed5dccddbcb66e3f06eea5d63', '66.249.65.161', 1672183531, '__ci_last_regenerate|i:1672183531;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 ('d3ff325925150c1587ad1b642ce1c0eb4f1ac28b', '40.77.167.49', 1667274357, '__ci_last_regenerate|i:1667274357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ffa0a04ab4200cf0abb5cb8160c35651445bad', '190.56.173.130', 1650897110, '__ci_last_regenerate|i:1650897110;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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 ('d401e458db206bd657b16d88bfe53618d254ee6e', '190.148.252.111', 1678112656, '__ci_last_regenerate|i:1678112656;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678112539;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4020ca780b3dbfe5f748288cb61378369668011', '144.76.67.169', 1669881204, '__ci_last_regenerate|i:1669881204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4020dc576b8d282ec753fd287dd9ad846cd94cb', '200.119.173.96', 1687177955, '__ci_last_regenerate|i:1687177955;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687177945;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d402ec9993b674f04abd4c2b525902bfd55af05b', '207.46.13.207', 1678717700, '__ci_last_regenerate|i:1678717700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d404b30e1b371774fda9d42cee555207ccbea592', '82.80.249.158', 1668921145, '__ci_last_regenerate|i:1668921145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d404e3ab388114b1233ae6d18c4a899b96f2d97a', '40.77.167.227', 1679075540, '__ci_last_regenerate|i:1679075540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4050e9f248d8cbf31af7299224174cc88d35eaa', '89.108.88.240', 1679727322, '__ci_last_regenerate|i:1679727322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4073a4895b53650790625b9e79e9139d7466a20', '190.56.54.77', 1666317431, '__ci_last_regenerate|i:1666317354;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666317430;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d407f6da23e25e982a2f19ad34a14eaf41d7046d', '207.46.13.217', 1684122853, '__ci_last_regenerate|i:1684122853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40877a341c6411314d63870a1eb626508ae97ea', '51.222.253.13', 1675009908, '__ci_last_regenerate|i:1675009908;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40982a7ce4a1b7fec9111d19f4e4cd6d3e7130e', '190.148.252.183', 1681307261, '__ci_last_regenerate|i:1681307261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681305937;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d409c14ce891ce4373fdae33ce63664315d202af', '3.216.3.74', 1683874112, '__ci_last_regenerate|i:1683874112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40bf17cb170cb940d30332a8ae95809943e8823', '157.55.39.169', 1668755315, '__ci_last_regenerate|i:1668755315;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 ('d40c5d97620217ac2c3437e2475dc450f5da371c', '190.148.252.178', 1657549721, '__ci_last_regenerate|i:1657549696;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657540880\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657549713;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40d475aeb7c179d425f8effb18fe4505163a487', '40.77.167.178', 1677069919, '__ci_last_regenerate|i:1677069919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40dffbc2cd34d7347b7131a9542e4f1df6b5e8a', '66.249.65.110', 1678042182, '__ci_last_regenerate|i:1678042182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40eb603346153eb4b7c1b80ebc2591cf95b187d', '40.77.167.202', 1687212883, '__ci_last_regenerate|i:1687212883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40ed9a9d1e32fefe5ebed19761a1f4b6c7c24a8', '207.46.13.215', 1677242504, '__ci_last_regenerate|i:1677242504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d40f281eb5fe59356cec06045cf2bd080a8182fb', '17.121.115.9', 1656853207, '__ci_last_regenerate|i:1656853207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41081d605a11d385a5920b76ce648a8add9b99b', '52.167.144.164', 1686510628, '__ci_last_regenerate|i:1686510628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d411891221a58867591f9fcb5f15d15080b6d316', '190.56.32.37', 1670511416, '__ci_last_regenerate|i:1670511416;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670511141;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d411c2f397825aa1430c011cbcf1319f04e7ba8d', '54.36.148.170', 1660535037, '__ci_last_regenerate|i:1660535037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41368ea9204749064007cb92d06cf6dc8504121', '114.119.141.127', 1688186398, '__ci_last_regenerate|i:1688186398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d413fdac7956d5e4c33119eb0b8df0996a53915c', '52.167.144.98', 1684590815, '__ci_last_regenerate|i:1684590815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41621df6f87a980cfbbd87743bf44cd5a5051ea', '52.167.144.37', 1677603156, '__ci_last_regenerate|i:1677603156;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4168274c65b045b294982fc23e289049e17e2b8', '143.110.238.46', 1660532758, '__ci_last_regenerate|i:1660532757;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 ('d418b746c5ece42a3d44fe26f0c1961db8c2a5b8', '52.167.144.171', 1685240969, '__ci_last_regenerate|i:1685240969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41929aef97c608011e180b782a06fcb9d106bb7', '54.37.233.116', 1650851589, '__ci_last_regenerate|i:1650851589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41a00b36a7615e86dbc08c798cfaa9415b47a85', '177.232.7.234', 1683052450, '__ci_last_regenerate|i:1683052450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41c5759be24198ddbece98f6b0ffd4b531b17d6', '162.142.125.220', 1655916860, '__ci_last_regenerate|i:1655916860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41d68cd9bbf81be786daafa334e57246203335e', '157.55.39.180', 1667479307, '__ci_last_regenerate|i:1667479307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d41f050845f3ca87f9d5ba416bf87ac65dacdb86', '51.222.253.15', 1659324439, '__ci_last_regenerate|i:1659324439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d420057fccd95fb38b8d0302e564e6b6e0c5929c', '190.148.252.88', 1670846155, '__ci_last_regenerate|i:1670846155;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670844396;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d421a8f6e2ef9847962d998e4548eeaa3a1de1f7', '51.195.90.229', 1650841108, '__ci_last_regenerate|i:1650841107;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d424e7a7adc173adf6799617e9a8586131afc05d', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4266a458bf050a91826e492adba5475791880bc', '54.36.148.211', 1653387018, '__ci_last_regenerate|i:1653387018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d427f22d59f29ec5cec979f505e38356d2e78607', '200.119.173.87', 1663008347, '__ci_last_regenerate|i:1663008347;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"SmbXB7HAIfKV3yDUkevo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4293e6a484639552df5aee5d7944ce5249e6beb', '66.249.74.105', 1684091367, '__ci_last_regenerate|i:1684091367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42a8bff2259ee34fe22ccc12abeb03da7f418c8', '157.55.39.125', 1655124938, '__ci_last_regenerate|i:1655124938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42cb971a1015df5726261934e517db36e415b88', '114.119.157.112', 1686966221, '__ci_last_regenerate|i:1686966221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42e656c0bc85e82b4da95a54d17346e00789312', '162.142.125.211', 1655916860, '__ci_last_regenerate|i:1655916860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42ecf156cf330bfee4908a7bc9dba53d049a09f', '52.167.144.61', 1688245455, '__ci_last_regenerate|i:1688245455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42ef31d1cc8f440c47d60cfaf9ca16e640b7cff', '205.210.31.159', 1658941259, '__ci_last_regenerate|i:1658941259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42ff8b954f9a65b9b4842a0ce0bc9eb117adcdb', '190.148.157.53', 1684102879, '__ci_last_regenerate|i:1684102879;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684102576;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d433ca0a34424978d9b0e86d432499f2d332a832', '52.167.144.162', 1686862074, '__ci_last_regenerate|i:1686862074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d436b8606ce2260d1c72fc63bc3b8ec3b0fe10fd', '207.46.13.189', 1668323076, '__ci_last_regenerate|i:1668323076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43719bbbe425242699f2320272ca3430b47bbab', '40.77.167.63', 1671956778, '__ci_last_regenerate|i:1671956778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d438163f1b74be6de78db8f64b179d87a3d3ef37', '66.249.79.232', 1681794088, '__ci_last_regenerate|i:1681794088;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 ('d43887626c4c0b0b9827e4a2a0927be5fd1ec497', '190.56.54.156', 1665096767, '__ci_last_regenerate|i:1665096767;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665065294\";last_ip|s:13:\"190.56.54.156\";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 ('d4394bb1aeb6525657bd72c8d7f02bdeba78d5fc', '52.167.144.30', 1677723254, '__ci_last_regenerate|i:1677723254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4399c3d43c4650e59d0f01c6049bfaeceb6850b', '5.8.10.202', 1659144763, '__ci_last_regenerate|i:1659144763;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 ('d43a38699932399160b651bbe22338da38b456fb', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43a8d39952c8799eddc391a46acf57b6f21f3d8', '207.46.13.207', 1681433242, '__ci_last_regenerate|i:1681433242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43b36dd18ee7500835d232783775df41cbe6820', '200.119.169.5', 1654865828, '__ci_last_regenerate|i:1654865828;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654865523;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43b59aec05e09dadc3f776c5e75ff0e40cafe44', '207.46.13.106', 1671035977, '__ci_last_regenerate|i:1671035977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43b5a116f6cac542bf88d36dbf198977ccb904f', '52.167.144.166', 1686899924, '__ci_last_regenerate|i:1686899924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43b71dd378ba5431836aaf44fb6160ee2237839', '185.27.99.132', 1682140099, '__ci_last_regenerate|i:1682140099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43b760125c66db484f5c0bea684f67d091d97d9', '5.188.62.76', 1656408501, '__ci_last_regenerate|i:1656408498;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43bb12bd870129f14142f17e11ab9a495bac4bb', '40.77.167.224', 1687393169, '__ci_last_regenerate|i:1687393168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43c2c19edd0e469bd157c6dd8333c079de03518', '18.206.55.48', 1652876330, '__ci_last_regenerate|i:1652876330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43c87437ef1227c8a1775bc995e9e3e9fccc52d', '5.75.130.101', 1688349988, '__ci_last_regenerate|i:1688349988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43d37a6784e7f2612cb55027ea8f6e0a716c0cc', '190.148.87.182', 1679750201, '__ci_last_regenerate|i:1679750201;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679750195;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43d7ebcb3a3c6db6d194999693fd45971b215ae', '91.230.107.202', 1652668586, '__ci_last_regenerate|i:1652668586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43de45f6e6eac0139bbab5147a1904ac93878c3', '207.46.13.207', 1681477381, '__ci_last_regenerate|i:1681477381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43de6f60b6358a1a8972dd8ab94c7af457bc4fd', '35.93.16.126', 1682168678, '__ci_last_regenerate|i:1682168678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43eb54fbd16790cf3ed651493041f89f005bcec', '37.44.193.178', 1664742548, '__ci_last_regenerate|i:1664742548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43f3dd11da11f04db9f59294ac3c02d0ba8a6a0', '52.167.144.73', 1679776396, '__ci_last_regenerate|i:1679776396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d440b27b642c1220afb0351ee01cfaf589a75048', '52.167.144.70', 1688146412, '__ci_last_regenerate|i:1688146412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d440f315ade60e077d430bfcf8d957267968fdff', '190.148.252.56', 1663948165, '__ci_last_regenerate|i:1663948165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663948150;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4411eeaf09672c9c2095cef0699fc9e4cc4c798', '52.167.144.70', 1688527114, '__ci_last_regenerate|i:1688527114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d442e3eb6a805f1cda31af59370d6897dac4c0af', '157.55.39.217', 1683192184, '__ci_last_regenerate|i:1683192184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4434cd49da64690dfe417caf93465d12881b27b', '114.119.141.83', 1687726589, '__ci_last_regenerate|i:1687726588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4451d51edafcef635e5d6413a1fdc70fa183424', '190.148.252.178', 1657320212, '__ci_last_regenerate|i:1657320212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4470aa7fd84f98b1e6f0787d7e1e714fc5004e0', '93.158.91.189', 1667821670, '__ci_last_regenerate|i:1667821670;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 ('d4472937428f984e4fed3aab7813849121582c35', '200.119.169.82', 1656434648, '__ci_last_regenerate|i:1656434648;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656381927\";last_ip|s:15:\"200.119.170.217\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656434645;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44850e1077204f80552c33397053efc374f3624', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d449f72b6263ff6f5b8e7a78f2174d9f3649a5a7', '52.167.144.98', 1685546740, '__ci_last_regenerate|i:1685546740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44a8e2f60252bbab417ac2113cd3ec9f4cc1d15', '190.56.54.156', 1665280798, '__ci_last_regenerate|i:1665280798;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665280331;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44c80b4f72ba09a09e9d2c495632926c49c5ae6', '157.55.39.65', 1662031312, '__ci_last_regenerate|i:1662031312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44c95f03a898e0732c2040c425a981e5203a848', '52.167.144.166', 1686901537, '__ci_last_regenerate|i:1686901537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44f8b7752c4c9d6545f300c02990487ac6915f0', '52.167.144.162', 1682311255, '__ci_last_regenerate|i:1682311255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d451fd39d6280ee25f0654a3787fc8ec196fbd75', '190.148.157.183', 1680374892, '__ci_last_regenerate|i:1680374892;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680374345;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45222d2b7ced308c8adcd36e3f99c6fe6e9c181', '40.77.167.13', 1672215475, '__ci_last_regenerate|i:1672215475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45271b1e225ee9e7717174b8f3d2e4cb7153a59', '51.222.253.15', 1685866047, '__ci_last_regenerate|i:1685866047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4569c8f779ef211eae0b7d4dfdc03489b802f95', '190.148.252.60', 1660668938, '__ci_last_regenerate|i:1660668938;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660653887\";last_ip|s:13:\"190.56.50.105\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660668576;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4575163e419815383c91cdb96315a777883a7d7', '138.68.180.18', 1658595819, '__ci_last_regenerate|i:1658595819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45782f7873696571d21fbe5508184c9b81dee93', '54.36.148.87', 1670183619, '__ci_last_regenerate|i:1670183619;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 ('d457eb56be538e35152f60ad33f56070f79a92ce', '52.167.144.164', 1684355668, '__ci_last_regenerate|i:1684355667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45b2908047cae923950fa4060ae886d212eff51', '52.167.144.27', 1677399624, '__ci_last_regenerate|i:1677399624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45c6d6bec844aea1729dff8078c88a9c2eb023e', '114.119.142.39', 1688182619, '__ci_last_regenerate|i:1688182619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45c6e38868d6b2091192fac59eb28dc5a38488b', '190.148.158.151', 1677353125, '__ci_last_regenerate|i:1677353125;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677353028;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45d42d0dee8d010e4a630434143c32b37e78f22', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45db1d1ec86ee6fdaf228aafd96983c87a2aed9', '51.222.253.9', 1662204193, '__ci_last_regenerate|i:1662204193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45eaef7fb096e142368832f95d8e3dee815db9e', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d45ffa53768553d6c0c5dd3f8fa27f56b5a32d82', '52.167.144.98', 1685077856, '__ci_last_regenerate|i:1685077856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4640af779fe9e4b095b5861c59937727575ba63', '190.148.157.53', 1683669418, '__ci_last_regenerate|i:1683669418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683669327;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46412d613117b66c883e415c69c57ec1868d650', '114.119.155.64', 1688337583, '__ci_last_regenerate|i:1688337583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d464fbb941937f215249902c3e93c12d6d249482', '207.46.13.210', 1686964916, '__ci_last_regenerate|i:1686964916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d466154f3c19b8dda9a0cba29cca54fe18dba255', '54.36.148.36', 1664582770, '__ci_last_regenerate|i:1664582770;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 ('d4661aecb538d81886bf84f53fff999b4e9550f8', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d467057f72c28f6862a4c6bb14836110348475d6', '40.77.167.23', 1673760007, '__ci_last_regenerate|i:1673760007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d467671ef7fdd746156f2374cba4b999389799db', '114.119.148.160', 1686812703, '__ci_last_regenerate|i:1686812703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4681e38fed37575f90268d8b7475ad762f6e4ba', '5.188.62.140', 1656452153, '__ci_last_regenerate|i:1656452150;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46a018615b89409ecbef8c41e6bda6eca676645', '114.119.128.158', 1687772305, '__ci_last_regenerate|i:1687772304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46ecb01a1160ce34b4890e35f1759bec1a041ed', '51.222.253.9', 1673087140, '__ci_last_regenerate|i:1673087140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46f04f96893239bea2d2e63429ff467d7a45c35', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d473a8ee94407eca8a727ca415177369df4007fb', '134.122.97.159', 1688057832, '__ci_last_regenerate|i:1688057831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4768f0a26c041e61672e338821925e686273977', '5.188.62.140', 1656434633, '__ci_last_regenerate|i:1656434630;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d476e990cd42c043e55d14454fcc1bfd3822b205', '190.148.158.69', 1685541041, '__ci_last_regenerate|i:1685541041;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685540499;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d47934ecbac6c93819c07429cea5f3c0a8f7faee', '207.46.13.17', 1673821392, '__ci_last_regenerate|i:1673821392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d47c7609d515fe4e3e53f07c3c4cc3323564b90c', '34.220.84.202', 1652448409, '__ci_last_regenerate|i:1652448409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d47fd7c86d6e5a4d2ffd7c5b66449ce313172cc1', '65.21.206.45', 1662557210, '__ci_last_regenerate|i:1662557210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d480f6fc716a655fc018005a85dea50e443383da', '114.119.141.178', 1688518102, '__ci_last_regenerate|i:1688518102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d48107201a69323071c139e96d81f651fa9bd5e3', '190.56.32.243', 1684773698, '__ci_last_regenerate|i:1684773698;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684773695;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d481f0807ca3aa40016b8ec77c961d81a960c81c', '17.121.115.152', 1654543528, '__ci_last_regenerate|i:1654543528;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 ('d482204bfa5ad4f2ac3d2f28adaaa992e930aabd', '190.148.157.53', 1683826439, '__ci_last_regenerate|i:1683826439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683826425;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d482b85882d9f0c6fdc766218e38a1b129cb1bd5', '207.46.13.221', 1687033066, '__ci_last_regenerate|i:1687033066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d482ec0523520eb24a9a1b1d99be4c41077ff6ed', '52.167.144.164', 1686652927, '__ci_last_regenerate|i:1686652927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d484a1c1b22e103255a99a13557c3e01cff1a3b3', '157.55.39.100', 1671956119, '__ci_last_regenerate|i:1671956119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d484d4a911e7d0c232aeaa343ba53dbcb8e9d800', '190.148.157.183', 1680179771, '__ci_last_regenerate|i:1680179771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680177389;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d485527754c91a371f5c72f9fcbb03d430eeb8af', '40.77.167.202', 1687332894, '__ci_last_regenerate|i:1687332894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d48726841a064f0321121001570adf884c97fcfd', '207.46.13.15', 1673760392, '__ci_last_regenerate|i:1673760392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d488b61b3f2ad9b59093ed8fe40997996eff8d39', '200.119.173.130', 1676144755, '__ci_last_regenerate|i:1676144755;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676143203;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d48d83123bfa94ccc0678c421bd68362342d4a11', '66.249.79.196', 1688572059, '__ci_last_regenerate|i:1688572059;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 ('d4911f8070d0b7f04f09516e57f74aa11098c7a9', '114.119.131.112', 1688275253, '__ci_last_regenerate|i:1688275253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d492ff763e390085701cbd642e6c227ac900539a', '52.167.144.74', 1688054852, '__ci_last_regenerate|i:1688054852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d493ece84c4ea698b4d7cf97d974f3c58af6b45c', '190.56.49.109', 1666135993, '__ci_last_regenerate|i:1666135993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666135973;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d494ed7c674d6a6ac93047142c5a14b6e05baedb', '175.196.127.111', 1650791342, '__ci_last_regenerate|i:1650791342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d495500ee142274265a6730d6387c343c9baf15b', '190.148.252.111', 1677854034, '__ci_last_regenerate|i:1677854034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677854027;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d496e60060b9b2e2e7917e46146d8847c326f676', '40.77.167.222', 1681285374, '__ci_last_regenerate|i:1681285374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d498bfe57e15a422fd320e6486032248008d1c6c', '157.55.39.69', 1672205011, '__ci_last_regenerate|i:1672205011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4999a38c27a506de70a14618787fc5ba046b560', '3.237.104.7', 1654168714, '__ci_last_regenerate|i:1654168714;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 ('d49ad8080c8ed9a4df90b27b64c4dcc559f713bb', '52.167.144.109', 1680358822, '__ci_last_regenerate|i:1680358822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d49bb6e9087a2fc614c8395b903c13e273ae54ed', '114.119.129.225', 1686174512, '__ci_last_regenerate|i:1686174512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d49e483acf9f89d847b528177a215c90731811d9', '190.148.252.96', 1673142556, '__ci_last_regenerate|i:1673142290;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673142555;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a1399bb6ca67d472c308d28d82deb520319165', '207.46.13.217', 1684083323, '__ci_last_regenerate|i:1684083323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a2e7e66f9d6b03b8ac6abccf7ed73045654373', '157.55.39.173', 1668934982, '__ci_last_regenerate|i:1668934982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a4340a4bb4d102ebf16e19fab099413bec1c19', '190.148.252.183', 1681604951, '__ci_last_regenerate|i:1681604951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681603037;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a4bc5b6e3849acced3011d05533be5c01bbd78', '52.167.144.171', 1685816424, '__ci_last_regenerate|i:1685816424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4a963f2bae7cc0b09face95fae00ddc812fd532', '40.77.167.13', 1674167435, '__ci_last_regenerate|i:1674167435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4aa42858bf4bc69ddc2883af5a501181950b322', '114.119.139.107', 1688484280, '__ci_last_regenerate|i:1688484280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4aa53f5a90ee2e43ce0cdc708590dfc9ca99f1c', '40.77.167.182', 1683362246, '__ci_last_regenerate|i:1683362246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4ac1a83452b36d3a0b503fdba92314787035cd3', '114.119.148.0', 1688209812, '__ci_last_regenerate|i:1688209812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4ac6288670f364aec496ad25a0d42601f8f0e00', '52.167.144.171', 1684553832, '__ci_last_regenerate|i:1684553832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4ade93ee9bec119474f38dc6aebb74cc49d3a8f', '207.46.13.12', 1675298941, '__ci_last_regenerate|i:1675298941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4ae0a415b035f3ddbf722df518065c9c467187f', '52.167.144.74', 1688519121, '__ci_last_regenerate|i:1688519121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4aed243c877ee23b53ffd1e685a1f6ca49de80b', '190.148.252.67', 1688515104, '__ci_last_regenerate|i:1688515104;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688514806;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b16fb47161d2ab0bd986ec5c380bbee3e9286b', '46.161.27.204', 1653459629, '__ci_last_regenerate|i:1653459629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b4addfe80c61ec8bb00a888b2a298f3055b7ad', '190.148.87.244', 1654620501, '__ci_last_regenerate|i:1654620501;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";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 ('d4b580fc5b769fa686892f8d70917cbcb67a4ea4', '198.12.91.231', 1653665927, '__ci_last_regenerate|i:1653665927;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 ('d4b586766fe0c6422f318f8a791eaea85291eb96', '190.148.158.151', 1677030631, '__ci_last_regenerate|i:1677030631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677030615;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b6c74f47aedd8dc556c13ef52bf952965d523a', '52.167.144.162', 1686567964, '__ci_last_regenerate|i:1686567964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b707fe80fbc95cfdbf47b8f6969aa17020b462', '40.77.167.202', 1687735030, '__ci_last_regenerate|i:1687735030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b7ce82bcc0c63a81ae844b3548dea40f50a42f', '40.77.167.49', 1666807689, '__ci_last_regenerate|i:1666807688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4bd0315dfd82d61d0690e744fae80cbb2424521', '207.46.13.211', 1680020700, '__ci_last_regenerate|i:1680020700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4bd4b2d61dc8f6d76d2757d1765e3a5cbc3d5c9', '40.77.167.23', 1673821388, '__ci_last_regenerate|i:1673821388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4bfd6b9f5f3de4cce144335ed638af55f20ca7f', '207.46.13.10', 1671347507, '__ci_last_regenerate|i:1671347507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c04e25737af7d509df4f5a0082b276ff5a3939', '190.148.157.183', 1680460463, '__ci_last_regenerate|i:1680460463;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680460322;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c184619f5a5beed0fef4853e41d4865ce875e0', '173.249.31.237', 1659409233, '__ci_last_regenerate|i:1659409233;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 ('d4c1853daa3cdc865f356d215a00fc923abd3e45', '207.46.13.15', 1673756314, '__ci_last_regenerate|i:1673756314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c2e77fe487c1e032feb821186b8c045519bf51', '104.248.242.48', 1672709226, '__ci_last_regenerate|i:1672709226;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 ('d4c360de97e83a19415f3216f7eb98c70acf9c7c', '190.148.252.233', 1668908783, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668908783;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668908776;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c3734b9b6ff20019d45bacc2c29c42afab4b39', '190.56.32.35', 1671661765, '__ci_last_regenerate|i:1671661765;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c4c3a27599d0eeaf1a4ac4aa9948f21f02cacb', '51.222.253.20', 1660285300, '__ci_last_regenerate|i:1660285300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c56610b3f0de9b55139143bee8f24942560a10', '190.148.158.164', 1667351134, '__ci_last_regenerate|i:1667351134;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667351074;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c5b55f00d3de97f0b89cf9c9a537674f292da6', '200.119.168.250', 1681151432, '__ci_last_regenerate|i:1681151432;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681151385;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c721f6c01d2c7f85d3b69b2b5f2fe842a56c52', '35.166.176.213', 1672406670, '__ci_last_regenerate|i:1672406670;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 ('d4c7da164497cff93ba1174ee9c4581213410282', '190.148.158.175', 1672318123, '__ci_last_regenerate|i:1672318123;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672318109;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c98fa979b094fddb6d29d2f424f7248d6e7538', '190.56.55.0', 1687812255, '__ci_last_regenerate|i:1687812255;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687812023;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4ca28b91c535ae35791b990986e32cad40cb16d', '200.119.173.96', 1687187659, '__ci_last_regenerate|i:1687187659;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687187576;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4cd62a9c9799b23e84727b6b2f0307e33c75a1d', '3.21.158.231', 1684627126, '__ci_last_regenerate|i:1684627126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4cf7a3b385d83e753c4fc0af44e5fdb06e4e132', '114.119.151.219', 1686876468, '__ci_last_regenerate|i:1686876468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4cf8315ffe25ba130c87b34bc7dbe82babe258b', '54.36.148.181', 1659185149, '__ci_last_regenerate|i:1659185148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d108b22a414f397e5cd03b8bedbbc521032467', '144.76.67.169', 1676801090, '__ci_last_regenerate|i:1676801090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d13f67ed0b9c51d79c8773cd9f627e50e32fb7', '40.77.167.79', 1654788871, '__ci_last_regenerate|i:1654788871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d293fdc38299cc0d2a8b467a2e75420d4fe514', '137.226.113.44', 1665022190, '__ci_last_regenerate|i:1665022190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d34687d0e61e16e01e49ffca1e7b94e2c5176d', '114.119.157.26', 1686137479, '__ci_last_regenerate|i:1686137478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d52f0f490423af73c89f7ca9a3ba1b2b4a80d6', '130.245.169.247', 1657277745, '__ci_last_regenerate|i:1657277743;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d6c6227e8e06d07d2e0d0376ba037eab9d23f4', '40.77.167.182', 1683192158, '__ci_last_regenerate|i:1683192158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d7d60ee26fa6c0d879ddd74a13426c086698a3', '20.213.57.128', 1653213004, '__ci_last_regenerate|i:1653213000;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 ('d4d7ea950e1e18ab97f0b19f93a3b095110ab853', '190.148.157.206', 1656526411, '__ci_last_regenerate|i:1656526139;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656510643\";last_ip|s:13:\"200.119.170.0\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656526148;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4dded9c616a3fd072f6ea53506892da0ff7f15e', '35.89.79.236', 1666111213, '__ci_last_regenerate|i:1666111213;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 ('d4de785c38a8ba41ea1ac383e479f1eb22cd3d13', '190.148.252.151', 1671403296, '__ci_last_regenerate|i:1671403296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671402268;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4dfdd3b70af36abc54f69536c780d95664997b7', '51.222.253.9', 1668167301, '__ci_last_regenerate|i:1668167301;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 ('d4e0f01af9f7825d7247966b03f39fc1f5279785', '52.167.144.162', 1686475187, '__ci_last_regenerate|i:1686475186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e181d873e9684843de80b40f6dc3b8fc431984', '40.77.167.202', 1687441551, '__ci_last_regenerate|i:1687441551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e2a43a65f59960236d6c68eff8815f988b4fb2', '52.167.144.164', 1686415413, '__ci_last_regenerate|i:1686415412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e44bd6a0d8f256bb33716cd9f4c6a64f210286', '190.148.252.161', 1670082491, '__ci_last_regenerate|i:1670082491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670082438;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e596fd6ddb5bd195b1ae9e8ab38cd91895c69d', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e65ca39ba660d339b82bfd0738aa82127a1846', '52.167.144.162', 1682472832, '__ci_last_regenerate|i:1682472832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f0bc7ca3cc096d145a5612789dd0df4cf528a7', '190.148.158.74', 1652820786, '__ci_last_regenerate|i:1652820786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f0dd8c7ea22322a9da4d306b42e8efdffd6971', '51.255.62.6', 1650694604, '__ci_last_regenerate|i:1650694604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f2a5f8690e42ed853824c56540b73841c1d232', '51.222.253.2', 1673539687, '__ci_last_regenerate|i:1673539687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f5b2c9b863e36165bb7e4be1c264a1a12befb0', '114.119.138.28', 1688289623, '__ci_last_regenerate|i:1688289623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f5c03734bf233e8c76ed320426b3ec04c7b55e', '190.56.173.213', 1683420586, '__ci_last_regenerate|i:1683420586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683420581;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f6d7513204e7948854540e1dcf5f454786ffe5', '130.245.169.139', 1657878947, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f82d1f952cd36e842b6c32a453909fcafc7f4a', '207.46.13.154', 1670945999, '__ci_last_regenerate|i:1670945999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f985586ad39a41fa30a2dc397e50e8acd44d44', '114.119.146.208', 1688319686, '__ci_last_regenerate|i:1688319686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4faf7787c756cb337820fdb808b8854184ddf24', '51.222.253.1', 1671803541, '__ci_last_regenerate|i:1671803541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4fc7046c037eaee2ce04478e273cc886a2ff9d0', '207.46.13.12', 1676033567, '__ci_last_regenerate|i:1676033567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4fdd456c8266c2b7f20c0d56ead389bd6c3462d', '190.148.252.197', 1665618670, '__ci_last_regenerate|i:1665618670;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665618642;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4ffaef4457ce282b57fd024f6dd08c69d745234', '200.119.168.250', 1681146577, '__ci_last_regenerate|i:1681146577;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";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\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d500bf93c18bf5e5597db60b1d294e17a24c00c2', '200.119.172.60', 1674665156, '__ci_last_regenerate|i:1674665156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674665105;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5029adbdb8ac921f9f00a25ce6f2d4ffc98576f', '190.56.51.247', 1660407914, '__ci_last_regenerate|i:1660407877;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660308462\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660407913;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d50573011798eca9e6de0ba24b72cd3f0b106201', '114.119.133.220', 1688139208, '__ci_last_regenerate|i:1688139208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d506bac6a5d03d5e3bcb31abcd753cd4d7658610', '114.119.156.71', 1688242409, '__ci_last_regenerate|i:1688242409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d507a4413ae2951e43a6c446c8be5d37c2305225', '52.167.144.164', 1686403730, '__ci_last_regenerate|i:1686403730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d507befe3a75ce39db13b0547dd5ca9b14da7022', '54.36.149.47', 1687001140, '__ci_last_regenerate|i:1687001140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5089b4c69a1f052197c5f98750dbcb279176e22', '52.167.144.69', 1675780373, '__ci_last_regenerate|i:1675780373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d50a181b4689e64f44c375fe209e06d166ec6b38', '114.119.149.250', 1685462385, '__ci_last_regenerate|i:1685462385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d50b4d4ab1e8e511d21613fd0c14aeaa118e0819', '51.222.253.2', 1679054352, '__ci_last_regenerate|i:1679054352;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d50d232f28d6c52d1ee9316729fc0c96a5e3787a', '190.56.51.144', 1687052594, '__ci_last_regenerate|i:1687052594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687052591;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d50f8217a6592277cb1b7860f708b518658be8ce', '5.188.62.26', 1655438537, '__ci_last_regenerate|i:1655438537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d50fe3281ef0b9c1a7e4b05fa787035cdd9ce17c', '17.121.112.61', 1654258103, '__ci_last_regenerate|i:1654258103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d51000514a10128c1a5aa8b7cf1015577f5eded1', '207.46.13.205', 1671820179, '__ci_last_regenerate|i:1671820179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d512123198f690ec18bafb6c34d7109e6415d082', '190.148.158.175', 1672266355, '__ci_last_regenerate|i:1672266355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672264833;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d512459adace82375fd2c56ef7e0188cd651b5af', '54.36.149.98', 1651498884, '__ci_last_regenerate|i:1651498884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d51347a13a5c5306b4e063631103f02ef9329ec2', '114.119.148.154', 1687620499, '__ci_last_regenerate|i:1687620499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d51422a2ac5ee955ca1947f85992983a12e15037', '51.222.253.1', 1680791377, '__ci_last_regenerate|i:1680791377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d517465009b541550a26680cdc1df692253f3cda', '190.148.157.122', 1666654103, '__ci_last_regenerate|i:1666654103;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666653835;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5178b16a95a61be070774d45b95459c993c296e', '65.21.206.43', 1662072055, '__ci_last_regenerate|i:1662072054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d517ef78764c2f785dc3b400a3f2c6ccfcfd4b9e', '51.222.253.19', 1668171697, '__ci_last_regenerate|i:1668171697;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d518e8f29a02b5f06a6147f6c89db38e06982f06', '200.119.168.109', 1668871090, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668871090;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668871083;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d51b1bf7a04ca1d8aa80c49ca5549a5a2a79e23c', '207.46.13.234', 1658872627, '__ci_last_regenerate|i:1658872627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d52041b4fb02d609064b8ce6aacbfe23f4255f79', '200.119.173.107', 1686851935, '__ci_last_regenerate|i:1686851935;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686851928;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d520fc66439f41ccc5055ce3ca33a34ad280b513', '190.148.87.96', 1678402137, '__ci_last_regenerate|i:1678402136;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678307998\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"KABhNOV5QPuI6JtmaZH0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d524151fae070d323966d8fe19216dbcc7d124c2', '54.200.24.166', 1672406716, '__ci_last_regenerate|i:1672406716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d526dc96498bbda91986389b85d22b10e787fbf6', '17.121.113.152', 1655211149, '__ci_last_regenerate|i:1655211149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d526e9032fe1abddf21e86762895852d44edf9be', '190.56.51.169', 1684522629, '__ci_last_regenerate|i:1684522629;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684521750;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d52a48bde3614b0a86476644371ac707fd26d746', '52.167.144.162', 1686258375, '__ci_last_regenerate|i:1686258375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d52a8cf69e8dc54e592c5c58df5cdd12084a4e4b', '52.167.144.28', 1679423413, '__ci_last_regenerate|i:1679423413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d52b85f2364859f05e6849e0e52229e518bc707d', '51.222.253.11', 1676209610, '__ci_last_regenerate|i:1676209610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d52ebb9a11a60ad3b9a354e37201a89ea4782f80', '207.46.13.6', 1671597882, '__ci_last_regenerate|i:1671597882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d52ed14a1a9ab1a5a004882a2665af8f79b90371', '207.46.13.10', 1672863763, '__ci_last_regenerate|i:1672863763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d535b62ad8ee7e4e477bc0e23a2b929941ca8255', '40.77.167.49', 1665858582, '__ci_last_regenerate|i:1665858581;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d535c5f65948e6724ed9a1261df686b09f86a8da', '157.55.39.54', 1660276377, '__ci_last_regenerate|i:1660276377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d537286edc6147f9047562a720fe663c93d247ee', '200.119.174.9', 1674514005, '__ci_last_regenerate|i:1674514005;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674513025;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d537ea1fcaafcdfb4f0d7d1238da05e44abfe77c', '190.148.252.235', 1666830385, '__ci_last_regenerate|i:1666830385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666830325;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d539c935333ec4501fbf4d9f06c39b658dd674d4', '51.222.253.3', 1673815137, '__ci_last_regenerate|i:1673815137;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 ('d539dbe209898f8623938efecd8136c2a430e8e3', '205.169.39.63', 1669316743, '__ci_last_regenerate|i:1669316743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d53c0c987a413d2f72882ae3630db98c5bbac13d', '40.77.167.156', 1679044565, '__ci_last_regenerate|i:1679044565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d53c8b2276433444c44f6c57c4ff4bd97ee4f666', '175.196.127.111', 1650791336, '__ci_last_regenerate|i:1650791336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d53e4784e2f51895326b10c9125a1ca3c24d707c', '51.222.253.17', 1669021245, '__ci_last_regenerate|i:1669021245;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 ('d53e784e4324133c5816b82b376e6ead7119f36d', '17.121.112.140', 1653572359, '__ci_last_regenerate|i:1653572359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d53e9cd063d118c40a21f5e320d76edb168f624c', '34.217.116.183', 1665753782, '__ci_last_regenerate|i:1665753782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5409b4ccdf6d4e48195a4f9cb340825faf648e3', '190.148.252.223', 1659101745, '__ci_last_regenerate|i:1659101745;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659101741;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d540f4cc9b93f6cf39c11615b656347f29bf3baa', '128.90.117.196', 1676091631, '__ci_last_regenerate|i:1676091631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d541c846996df48704c3986a966774cc094a96cc', '5.188.62.140', 1656407415, '__ci_last_regenerate|i:1656407415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d542c52f62182291eae36f0855a4862a73d6b66a', '52.167.144.76', 1682523260, '__ci_last_regenerate|i:1682523260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54380c72acb7fc4507670e25ec09c267988c351', '20.70.129.247', 1652027723, '__ci_last_regenerate|i:1652027719;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 ('d543c3d50fb9e62599cf4ee37c3aecb752f2e0de', '52.167.144.42', 1679952516, '__ci_last_regenerate|i:1679952516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d544085f9a8c4ab999bbf096409aff38a3c08eab', '52.167.144.98', 1684562226, '__ci_last_regenerate|i:1684562226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54478a2af482d61bad283446232f1bcb66e8e46', '103.204.128.101', 1659021607, '__ci_last_regenerate|i:1659021607;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 ('d54490e81ca827fc8f8958dfe13ff10528c1123e', '190.56.51.158', 1655775523, '__ci_last_regenerate|i:1655775523;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655763526\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655774773;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d545afcd28531ebc8df01e8d657395fddba60854', '157.55.39.79', 1670799678, '__ci_last_regenerate|i:1670799678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54a429a4bf56b20cf460764d8d2025b6b039778', '190.148.157.117', 1675608440, '__ci_last_regenerate|i:1675608440;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675608389;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54aa662a345ab7114a676bf5f6d5a2b6e49e1e3', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54ad0620dd7936fe04af252dfe9f219b368bd3e', '18.190.157.138', 1676715641, '__ci_last_regenerate|i:1676715641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54c8960e708f61980563be9b19d70106333983c', '190.148.252.96', 1673304119, '__ci_last_regenerate|i:1673304119;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673304098;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54e24afc9360f3c3dc4d3e07ea9077574f149ea', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d54e8b67612f33e57e71e95eacc301859b0a56f0', '51.222.253.7', 1660491949, '__ci_last_regenerate|i:1660491949;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 ('d5507ea8aa0a6fc2f6ae57a494dabdd7f019846d', '114.119.151.209', 1686806082, '__ci_last_regenerate|i:1686806082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d550a2eb463562899d30f96301792e111a5eeeba', '190.148.252.111', 1677959082, '__ci_last_regenerate|i:1677959082;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677958786;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d550b8a7ad677701cba22c75c290b2cee73867f9', '190.148.157.177', 1682339751, '__ci_last_regenerate|i:1682339751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682339748;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d551fdd3c279a0bf5e4a00c3680f5388d3d96029', '190.148.252.151', 1671307092, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671307092;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671306974;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5540667cb21e7f29b542186926feb874630bd63', '51.195.90.229', 1650841095, '__ci_last_regenerate|i:1650841095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d554e7d27f8e269b0d933d45380423e888a0bc00', '52.167.144.91', 1680942767, '__ci_last_regenerate|i:1680942767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5555a0f98450f5e7d73ae6082a5bc6345b0cec5', '51.222.253.5', 1686051320, '__ci_last_regenerate|i:1686051320;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 ('d5571a91f067f11a2a855266fa10a5a6ed61e976', '114.119.148.105', 1688281769, '__ci_last_regenerate|i:1688281769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d557328a8b3439bc34b50f710161e314b98e369a', '52.167.144.164', 1686635489, '__ci_last_regenerate|i:1686635489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d558ff4c9b2e3a5dc499802eaf1c31e2ab772347', '40.77.167.27', 1658996794, '__ci_last_regenerate|i:1658996794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55a34b830f44c9441330737e96e008c1a09c568', '200.119.170.30', 1660586047, '__ci_last_regenerate|i:1660586047;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660579043;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55a900104c734fb4155f7bf9822e81e9162dc9d', '40.77.167.156', 1679099079, '__ci_last_regenerate|i:1679099079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55a9418a2dda6b34c6a4320d06337545c36525f', '40.77.167.104', 1667878371, '__ci_last_regenerate|i:1667878371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55c9ab49e944011d97adee097d0315f53c4feb2', '157.245.71.172', 1687742320, '__ci_last_regenerate|i:1687742320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55ddf32034653813ca078355ceeca3729ea01b3', '190.148.158.69', 1685668045, '__ci_last_regenerate|i:1685668045;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685668036;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55ea47d84981922e8ff879b019d60dd84ae894b', '17.121.115.16', 1662804256, '__ci_last_regenerate|i:1662804256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5636aab00826aeed924b357142f0f9531cbb585', '52.167.144.164', 1685076615, '__ci_last_regenerate|i:1685076615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d563b265357477d6a045dc07e4562350ff0f66aa', '40.77.190.186', 1676588135, '__ci_last_regenerate|i:1676588135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d563cbc248de7394217fc35b1fa28b6c9a579114', '114.119.155.225', 1684517028, '__ci_last_regenerate|i:1684517027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5642182eeba705d07e5fbee3a52f423083bff3e', '54.36.148.131', 1681936630, '__ci_last_regenerate|i:1681936630;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 ('d56569af1e038e6a7e0c16c92152bfea03094145', '38.25.15.48', 1654636981, '__ci_last_regenerate|i:1654636903;identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1653323378\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('d567ba1e909cf5637f81c988b65972baa7295e74', '190.148.157.53', 1684018513, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684018513;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684018475;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d569389e36e23ad6b92eee443be9a802384f7c9b', '66.249.79.195', 1687498681, '__ci_last_regenerate|i:1687498681;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 ('d56adb134ba1d488dab4b656e6f3dbc4f5a24d24', '181.174.80.228', 1652753089, '__ci_last_regenerate|i:1652753089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56b2f3d683435d1f7a155fa8ddbb542481f01d8', '190.148.157.183', 1680351920, '__ci_last_regenerate|i:1680351920;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680351882;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56b434e4cf92f66e680448dd53e79b82c75da59', '190.56.173.175', 1653248050, '__ci_last_regenerate|i:1653248050;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653137016\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653247981;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56c2cc1d610ff8dc94966691d0ec7e2f6633897', '101.68.211.2', 1657156209, '__ci_last_regenerate|i:1657156209;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 ('d56c883f96d3adc2bf16d25fff4b065672223a77', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56e7bebaddf1ea515d6a202d9a6e80b91d2e4cd', '200.119.168.250', 1680650907, '__ci_last_regenerate|i:1680650907;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680629111\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"hcz6ElPfeu0IjoQYK783\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d56fe3505c14bd2973c2a9f5ff25699ae31bd110', '149.56.160.175', 1656119779, '__ci_last_regenerate|i:1656119777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57094bcfc55a378364c38913d934c55183b3bb6', '17.121.113.227', 1652596332, '__ci_last_regenerate|i:1652596332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5746a860125897aa554016301220f5ea736c3ed', '200.119.170.221', 1664305502, '__ci_last_regenerate|i:1664305502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664305410;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57691846679456ce35663c72ec82e5e4981cb94', '190.148.157.183', 1680359626, '__ci_last_regenerate|i:1680359626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680359070;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57851f85ff4a4037570840e77fa8f22bc74f9ed', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;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 ('d579db18c119077924839b17b6cae51dd729e079', '157.55.39.227', 1688519111, '__ci_last_regenerate|i:1688519111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57c195278d030d1bf4ecdde01305af96de92611', '52.167.144.98', 1685100141, '__ci_last_regenerate|i:1685100141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57c677de5cfe2922162b0eda9ee4c7987b5921e', '114.119.153.161', 1684145492, '__ci_last_regenerate|i:1684145492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57d24087394531dd5c3084f72133fa2fd0aca0b', '190.148.157.177', 1682024558, '__ci_last_regenerate|i:1682024558;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681856744\";last_ip|s:15:\"190.148.252.102\";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\";user_csrf|s:20:\"W7Tzi4wetHB3cKEo0sNh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d57ff7f5ada4a9661bf74826b2441afd6556cda0', '190.56.55.113', 1673542769, '__ci_last_regenerate|i:1673542769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673436294\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673542645;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58229e4342a807c7bb9943fc7edf5843f7c9bb5', '35.226.242.104', 1652788626, '__ci_last_regenerate|i:1652788626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d582882ef8a77376dc570e7a00d38ecf0d4ed171', '52.167.144.171', 1684307523, '__ci_last_regenerate|i:1684307523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58611d0065f73b59a83d8ea4781eb5750a80dbf', '206.189.119.23', 1687888164, '__ci_last_regenerate|i:1687888164;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58635c50fcd433aca66f2cbd22ae3ee8fbec734', '52.167.144.25', 1687781963, '__ci_last_regenerate|i:1687781963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5885f55579c751f8374cbf495fa469fdc899cdf', '190.148.252.161', 1670017124, '__ci_last_regenerate|i:1670017124;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670004317\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"xHJ1RidK345PDTy8jvY7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5888153c22887b5411279989b139669e8837483', '52.167.144.70', 1688234845, '__ci_last_regenerate|i:1688234845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5892a6f0df2c1fb1633dbafd93bbe71f1f5a600', '40.77.167.30', 1656760751, '__ci_last_regenerate|i:1656760751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5893f687b1b2d6eb449e667483a29156bcd5525', '157.55.39.72', 1663835701, '__ci_last_regenerate|i:1663835701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58ba311623a20cbc12a4efe0662a31dc829be0b', '190.148.157.183', 1680376813, '__ci_last_regenerate|i:1680376813;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680375079;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58d3bbfd3d8c07853ffb659bd31f11a72ac362c', '114.119.137.8', 1686137925, '__ci_last_regenerate|i:1686137925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58fc4a3fc57f454062c52f58aa909f94ab768ef', '114.119.134.1', 1687603274, '__ci_last_regenerate|i:1687603273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5921cf2ffe1c8258eb0dc079e7d8f761f522e72', '17.121.114.208', 1655309897, '__ci_last_regenerate|i:1655309897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d592f14100a5e85e086d15da3da7d76fd2c42193', '190.148.157.98', 1679149121, '__ci_last_regenerate|i:1679149121;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679149055;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d593715cf038b3bfb6c42d9f1f913483f568a4f7', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d593829b9aa44e458ef8e6e405609a4f6f0d7839', '66.249.79.199', 1659528514, '__ci_last_regenerate|i:1659528514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d593c918eade153d92a5a14c620d7897b6e1d4f2', '190.148.158.110', 1661992382, '__ci_last_regenerate|i:1661992382;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661992190;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d599ecf74ca119121d0a8e1988ef65db622c37b5', '40.77.167.49', 1665065549, '__ci_last_regenerate|i:1665065549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d59d137a80c704c4fbc1340db824b0719420fc03', '116.206.228.188', 1658344651, '__ci_last_regenerate|i:1658344647;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 ('d59eef881c369f4e2fa46296f96ac36c0267e3aa', '51.222.253.10', 1672244012, '__ci_last_regenerate|i:1672244012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a02886a0437eef132c49185c8b10ac668bdfd4', '190.148.252.85', 1666196810, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666196810;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666196355;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a1a1028ec7e5aca52fcf4c4c3de60e6d88ca56', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a4070895fc80a8460031928feda98b5ece029a', '190.148.252.161', 1670003263, '__ci_last_regenerate|i:1670003263;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670003237;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a46f58ac909157f9a8bc706905f8bace36da75', '66.249.79.201', 1680965777, '__ci_last_regenerate|i:1680965777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a4c62a664e3a5e1e0640add3b720658fa79d8f', '207.46.13.48', 1652917323, '__ci_last_regenerate|i:1652917323;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a561ec4d1b5be1a46c26b92d464b4f8339d571', '157.55.39.79', 1669577793, '__ci_last_regenerate|i:1669577793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a84f05d50530740f050625c262f9a5eefd6c72', '190.148.252.183', 1681510627, '__ci_last_regenerate|i:1681510627;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681510217;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a882c2ec364ce1564b975720a29de39f11fdea', '157.55.39.102', 1658874469, '__ci_last_regenerate|i:1658874458;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a8c2362a8df19c442d7e5e28e83a4186794a89', '190.56.32.35', 1671669323, '__ci_last_regenerate|i:1671669323;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671669309;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5aad5610aae8b43bcea294c29816a5dfcc63115', '40.77.167.123', 1682605842, '__ci_last_regenerate|i:1682605841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ab83128003e501768dd9a10bc1936c9db2475e', '93.159.230.88', 1660839975, '__ci_last_regenerate|i:1660839975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ae5ea37e0494964cbd3df6e277fcb254e2e616', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5afea96e62d10e65eceb4299dcc6f2a4ff124de', '157.55.39.65', 1661230722, '__ci_last_regenerate|i:1661230722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b002cc4e50bb2d9e31c5d4ed241dceaaca7049', '207.46.13.4', 1666855548, '__ci_last_regenerate|i:1666855548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b0319bdfe466af7dc3ed2bdd0b601c20b89ae2', '190.56.55.113', 1673487001, '__ci_last_regenerate|i:1673487001;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673486763;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b10660057b2abfc2c649788d1a13cd1475f04b', '114.119.138.154', 1688205343, '__ci_last_regenerate|i:1688205343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b1bc71a22e14d33bfdb8eb06558a267a33df18', '52.167.144.42', 1679757090, '__ci_last_regenerate|i:1679757090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b44c0f32867f760b915e6be2f9f41535c318f4', '114.119.134.208', 1686349013, '__ci_last_regenerate|i:1686349013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b9825fa96c635713e7270eb3166470453d5931', '114.119.138.239', 1686299674, '__ci_last_regenerate|i:1686299674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5bc9c0f050148e3237e5d188d1c5ab98a56890d', '200.119.168.118', 1668015183, '__ci_last_regenerate|i:1668015183;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c0066f97fed7e8383baca61bf67382e7da9b59', '200.119.173.130', 1675872891, '__ci_last_regenerate|i:1675872891;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675872850;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c26fdfc2f3243e6af265786cf6af99025bfb7d', '190.56.55.113', 1673828432, '__ci_last_regenerate|i:1673828432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673828198;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c29834c437a83b0a91554526132b59ec4f7c6c', '52.167.144.164', 1684315746, '__ci_last_regenerate|i:1684315746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c2ebef5709c9aacfa14b2a9389ad3871d08e94', '40.77.167.123', 1683390930, '__ci_last_regenerate|i:1683390930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c3a517fe40c056993d31b4395b52bf65cd9337', '51.222.253.1', 1677224408, '__ci_last_regenerate|i:1677224408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c3a54bdcb2b9e815ed994e9c2bdddfc61da541', '114.119.132.122', 1684900016, '__ci_last_regenerate|i:1684900016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c442f4011a8ba05e05baeaffcc9ef161ca28cc', '190.148.252.111', 1678054430, '__ci_last_regenerate|i:1678054430;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678052132;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c5410378fcd5b46d3740325e073502d4835073', '200.119.172.60', 1674649091, '__ci_last_regenerate|i:1674649091;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674649072;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c5d6b73aa25171479d3af3f2842b1447d69e38', '190.148.252.111', 1678057885, '__ci_last_regenerate|i:1678057885;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678057519;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c69a3a040432eb653850e92c9eaa0db2097e48', '66.249.77.33', 1680616427, '__ci_last_regenerate|i:1680616427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c8694b9b53e6f96b642ac6f43c42b8b9eb9862', '190.56.49.187', 1688040653, '__ci_last_regenerate|i:1688040653;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687963363\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688040607;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c9a7182061ea6172f7c18e576db53b6e74ad9c', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ca37c36490d17787fbd11597ec0ce63928236b', '54.36.148.192', 1670090746, '__ci_last_regenerate|i:1670090746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ca65093299742fec4ec5ad5946e07ed34db549', '190.148.157.203', 1663795135, '__ci_last_regenerate|i:1663795135;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663791611\";last_ip|s:15:\"200.119.174.132\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/wishlist\";last_activity|i:1663795129;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ca6b923bfbffde3333924fe930270e31bcbdf5', '51.222.253.15', 1650925494, '__ci_last_regenerate|i:1650925494;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5cb1e033b16b1f3c07c38a2bd280159c8e4f103', '207.46.13.113', 1676289767, '__ci_last_regenerate|i:1676289767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5cf2d25157ec61f8d6cc4e0946933a1646c02ab', '108.165.236.148', 1659742171, '__ci_last_regenerate|i:1659742171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5cff00c1c7e3e53a1c6af2af7fc55bd8eba5372', '207.46.13.134', 1673468193, '__ci_last_regenerate|i:1673468193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d0d7b566b9d2f5c3617803b9221406185eb3e4', '190.148.87.6', 1668189387, '__ci_last_regenerate|i:1668189387;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668180211\";last_ip|s:12:\"190.148.87.6\";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\";last_activity|i:1668189358;register_id|s:3:\"143\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:55:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d282e81a6596a8d5051077b38a95f6570950a7', '52.167.144.74', 1688122068, '__ci_last_regenerate|i:1688122068;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d3a729a66664152e03954ecbaa7f9a4b972f28', '114.119.151.75', 1685881365, '__ci_last_regenerate|i:1685881365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d4b51eaf0f3fce590b3e706ba829a724485650', '114.119.137.238', 1686650275, '__ci_last_regenerate|i:1686650275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d596205263d735496f75bdc2caa8a8afb08ae4', '190.56.54.156', 1665183751, '__ci_last_regenerate|i:1665183751;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665179792\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"VBPi491bW5EnpYsXC0ao\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d6345480087ea0280347990ad3b448f493cee6', '66.102.8.17', 1650921490, '__ci_last_regenerate|i:1650921490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d66969d75b5ecf69ff37f24c8a0ce8d830b579', '52.167.144.82', 1687333363, '__ci_last_regenerate|i:1687333363;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d6cde6e5c19cadab9767d4b0c8f75b8fa5f2ee', '190.148.87.96', 1678546242, '__ci_last_regenerate|i:1678546242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678546218;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d7e442de0727e8cb58002b5e7580d95d7e86b9', '190.148.252.161', 1670081072, '__ci_last_regenerate|i:1670081072;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670081045;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d848a45190d631743b9dd4e0c4184cdae43d31', '52.167.144.164', 1685876658, '__ci_last_regenerate|i:1685876658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d8f511e6838e84b0b69d778add578183538e08', '54.36.148.133', 1661270711, '__ci_last_regenerate|i:1661270711;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 ('d5d92b6901d9634039f8fcf2ba2200efe99e94bc', '40.77.167.202', 1687916247, '__ci_last_regenerate|i:1687916247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d97823ef0ebc3c80e0c3ee5ad33fdf97deeb65', '66.249.79.199', 1654404466, '__ci_last_regenerate|i:1654404466;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 ('d5da1407427d9d5d9709c1cb61182c356b2acbfe', '51.195.90.229', 1650840433, '__ci_last_regenerate|i:1650840433;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5da2cb79402c0bee5b92c7d25630a6b9235a27e', '114.119.133.142', 1688013582, '__ci_last_regenerate|i:1688013582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5dc26ca097a5ce0e96cdc804f17f835b59f8efa', '40.77.167.11', 1673760012, '__ci_last_regenerate|i:1673760012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5dd2b4ae90c91ffc03ed9fb4a3f58edbcdd3e86', '52.167.144.162', 1682222167, '__ci_last_regenerate|i:1682222167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5deb11ac77afaf887f8ab2d44c1232c097b5318', '114.119.130.154', 1687145827, '__ci_last_regenerate|i:1687145827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5dec0246a9255d0214433f4757d59cad67d0006', '114.119.139.59', 1688207887, '__ci_last_regenerate|i:1688207887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e0cbd4d36ed2c4d220221a380807b12e6db97b', '200.119.174.9', 1674177397, '__ci_last_regenerate|i:1674177397;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674177391;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e0e1ee564ee1284de4db094852e77828737781', '128.199.183.131', 1653022289, '__ci_last_regenerate|i:1653022285;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 ('d5e2b79e62d1a7fa823973c218bb51d23118c8d0', '40.77.167.39', 1657061678, '__ci_last_regenerate|i:1657061678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e34c7033d964695ed60ffd051f8b5005d2c5f7', '198.251.73.121', 1679118417, '__ci_last_regenerate|i:1679118417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e51f9f09cc524ca6121da8a46df38963aee439', '51.222.253.17', 1655291364, '__ci_last_regenerate|i:1655291364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e71908adfecc02f42182e471960797bf75e48c', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e7cbf140303b86291d4222897d5e5c569a8219', '40.77.167.13', 1672603591, '__ci_last_regenerate|i:1672603591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5e841b4d0840449d6575397d55d6864a4bce3f3', '114.119.141.4', 1687219260, '__ci_last_regenerate|i:1687219260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ea1418eba0601fb15b253aa9512250b80dc462', '190.148.158.175', 1672333096, '__ci_last_regenerate|i:1672333096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672333048;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ebd5a7b00c0f8edbff3f51955feab8acc1a1e9', '173.44.51.5', 1684379231, '__ci_last_regenerate|i:1684379231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ec094e2852bd4422a5f33437b2fbe2b733ae2e', '200.119.173.87', 1663005051, '__ci_last_regenerate|i:1663005051;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662650129\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"X3FvWJmzDNe7MVgh61bf\";last_activity|i:1662999219;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ecd2832af3dd95adac221cf1413abbd40e1baf', '66.249.79.194', 1688200535, '__ci_last_regenerate|i:1688200535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5ecf0f54dcf26e950262b6bb968f72b28b08b1f', '40.77.167.202', 1687858671, '__ci_last_regenerate|i:1687858671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5f175a43b444975236ed581840efba2d59e73b8', '51.222.253.7', 1679390016, '__ci_last_regenerate|i:1679390016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5f28d749ef1a2389efac2cac0b748411cc63630', '74.125.215.36', 1678864013, '__ci_last_regenerate|i:1678864013;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('d5f4bf2da7a650a2b4dd8afd3f46a05a699c10fe', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5f4ecc216a124c585ca5d4626d118c4b390432b', '40.77.167.30', 1657067507, '__ci_last_regenerate|i:1657067497;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5f55c121824076be2fd68842408706bcec6e714', '200.119.170.200', 1654549230, '__ci_last_regenerate|i:1654549230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5f8c104a3fa65f2e33d8b908d29f24aa737206a', '114.119.156.181', 1687137133, '__ci_last_regenerate|i:1687137133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fa93314060ae2940059389bbcc5bf6c509a48f', '52.167.144.98', 1684448107, '__ci_last_regenerate|i:1684448106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5faabbafa73b103852ac5b0c6ec4c1857e86eff', '5.188.62.21', 1659471298, '__ci_last_regenerate|i:1659471293;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fabf22353ff8c0dde5075b50d714df8a066c43', '52.167.144.164', 1684302082, '__ci_last_regenerate|i:1684302082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fdc72d63531d5c82cd5f6e26bb2345803258ed', '35.89.254.163', 1654608575, '__ci_last_regenerate|i:1654608575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fe91e6da7d6676dbc2a0b163332e1a0936d5bc', '51.222.253.5', 1676327275, '__ci_last_regenerate|i:1676327275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5fee5147ceea722570c2d2175b635ff4db09448', '17.121.113.172', 1657371771, '__ci_last_regenerate|i:1657371771;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 ('d5ffe950aa147d469d8cccc71a7470b878f580af', '190.56.55.113', 1673736609, '__ci_last_regenerate|i:1673736609;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673736603;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d60051293d20a5f5cb76ce98eec065f0fd7975db', '114.119.158.253', 1686280658, '__ci_last_regenerate|i:1686280658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d600ade6bcd8d40b743b5e07ef3bb4a3bdd385cb', '51.222.253.19', 1687284988, '__ci_last_regenerate|i:1687284988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6012611f90c00e7612bba1034c7f01e0befdd65', '114.119.149.92', 1687806124, '__ci_last_regenerate|i:1687806124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d601ea94b17ba74c5955365ff9e1589bd51349de', '200.119.169.55', 1667264176, '__ci_last_regenerate|i:1667264176;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667264046;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d605526b546ec96fe4b64b8b6ae28c201918e60a', '190.148.87.6', 1668272563, '__ci_last_regenerate|i:1668272563;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"Gn2lw7NBMDWxuQoSOJbU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d606053fd7574a4105fd0503db6ce6b2e7db27c6', '35.90.223.246', 1666111208, '__ci_last_regenerate|i:1666111208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d606465c1b79d73064fae3905c4ad241f56169b1', '52.167.144.61', 1688243870, '__ci_last_regenerate|i:1688243870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d608623ce8bf26089c4862716d02a94ad24cc18d', '52.167.144.42', 1680020706, '__ci_last_regenerate|i:1680020705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d60a3ca1e251e743abf00957e11b6a06100be3b7', '190.56.32.35', 1671814354, '__ci_last_regenerate|i:1671814354;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671814209;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d60cbd7d7824f3343a29d2f2b1821e2bf3d506cf', '17.121.112.189', 1662946801, '__ci_last_regenerate|i:1662946801;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 ('d60fd49f3378169f653f4e9c660e11e4057036c1', '200.119.168.250', 1681137260, '__ci_last_regenerate|i:1681137260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681136067;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d60fd8f2fd28ff80756a9eebb2d467b3ed8eabf4', '54.36.148.111', 1675208071, '__ci_last_regenerate|i:1675208071;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 ('d60fe655d320b62c9cd5f95382744bcc6ea1c074', '52.167.144.164', 1686221173, '__ci_last_regenerate|i:1686221173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d610b1736b604575a852214d9d4a81d44ed3d57e', '137.184.93.100', 1687317225, '__ci_last_regenerate|i:1687317225;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 ('d6139bac60f6f22bd4f6a3582aec1122bacc1f22', '114.119.129.33', 1685353785, '__ci_last_regenerate|i:1685353785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d614ab0d09bfe640f560f972bcc53c377d130855', '72.14.201.212', 1687539892, '__ci_last_regenerate|i:1687539892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d61517d9e52b4e16b00fc2dae33c69a1729b3677', '190.148.157.117', 1675647171, '__ci_last_regenerate|i:1675647171;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675646698;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d61566985e60c62ed5ff592e3bb221d5b3daf3fa', '66.249.79.199', 1681463280, '__ci_last_regenerate|i:1681463280;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 ('d616208a238e75629b47ca9e0d7c57a1f8aee270', '20.127.43.36', 1652273027, '__ci_last_regenerate|i:1652273025;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 ('d616cc6feb1f4a262efe10a2e5fa5da1a3bda8b0', '52.167.144.98', 1686665865, '__ci_last_regenerate|i:1686665865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d618557c0406c8133a6cd543a4a21bc20b7c4cd9', '52.167.144.74', 1687927160, '__ci_last_regenerate|i:1687927160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d619c2930c9bb187d332d10157362a3b7de09990', '93.159.230.83', 1662967117, '__ci_last_regenerate|i:1662967117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d61d42b050f3d50c38b158622c257a058474489c', '193.201.9.12', 1656180024, '__ci_last_regenerate|i:1656180024;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d61fdb159be3b02a9628d84493e4257fe0bbfac1', '114.119.129.163', 1687339064, '__ci_last_regenerate|i:1687339064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d620004719273b4bb2388df6a743e3a6f0942a59', '200.119.170.10', 1655311855, '__ci_last_regenerate|i:1655311855;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655311851;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6208c4cf348503d53bd0873d0603dab4649663a', '17.121.115.240', 1652705231, '__ci_last_regenerate|i:1652705231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d620d77b6f086110b26055f7a25a3f59cb04d1a4', '114.119.136.208', 1685842975, '__ci_last_regenerate|i:1685842975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62109b3967ec441f170fef65257aff1cedbb213', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6215594f0c982c65fde2452028cc8467578686c', '40.77.167.11', 1674073383, '__ci_last_regenerate|i:1674073383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d622139a4350ce04406d51cfc74d4090dc21520b', '52.167.144.162', 1686251557, '__ci_last_regenerate|i:1686251557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6223a037d5b6856f59c085761e93cfaa8c3750c', '200.119.174.9', 1674507967, '__ci_last_regenerate|i:1674507967;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6247effb5ea509ef631f0787083f71ac5d2530e', '114.119.148.33', 1687915624, '__ci_last_regenerate|i:1687915624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d625523c8eaf084f5ec038cee49572a24b6c6397', '114.119.145.110', 1687649456, '__ci_last_regenerate|i:1687649456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6288a5578ba69aef4a2699a4d7b00b48e0ad707', '190.148.157.183', 1680393083, '__ci_last_regenerate|i:1680393083;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680393043;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d628fc37fb48b891eb1f2bdf3afb01ed41d780aa', '190.148.157.183', 1680543347, '__ci_last_regenerate|i:1680543347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680542681;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62a537b77dc8a01b3e4c1b467c35f37f34dd6d6', '190.148.252.96', 1672945706, '__ci_last_regenerate|i:1672945706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672945614;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62b67bd186bafbfdaa59725eeec70306d1931e5', '190.148.87.182', 1679614272, '__ci_last_regenerate|i:1679614272;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679614249;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62d60bf52db604cfbc940e9b181d6dba1ae4321', '114.119.148.1', 1688100305, '__ci_last_regenerate|i:1688100305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62f31b85fadd2f76a13f6a5b90ad232f334a7e9', '52.167.144.63', 1686912208, '__ci_last_regenerate|i:1686912208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62fd415ceb2f360380af0274e8b8d5f92c4553f', '190.56.173.251', 1651939307, '__ci_last_regenerate|i:1651939307;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('d63167ff5b92408ca927197f0079e9ceffc97399', '157.55.39.79', 1670820419, '__ci_last_regenerate|i:1670820419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d635bb1e3e5736383019f1b6955e82aac7babb30', '190.56.49.109', 1666127352, '__ci_last_regenerate|i:1666127352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666127099;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d63770c469521db28d598ba0cd89f628d235183e', '190.56.32.162', 1686353915, '__ci_last_regenerate|i:1686353915;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686353872;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6388d123baa42e8febbbbb7ff84c9d8b289835b', '40.77.167.37', 1668229259, '__ci_last_regenerate|i:1668229028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d63b66d78e6042663a458dfb545d31b1a7cedbde', '207.46.13.216', 1652989845, '__ci_last_regenerate|i:1652989845;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d63c08ef6a4eede552d82229ccd4b658e4547b27', '52.167.144.98', 1685717040, '__ci_last_regenerate|i:1685717040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d63eef6d3d107abe08a4c60f988bc198a11edfd7', '35.239.232.9', 1654264625, '__ci_last_regenerate|i:1654264625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6410860e9cad9822046b9da5f5bfee5d2a3aa0d', '190.148.252.96', 1673094743, '__ci_last_regenerate|i:1673094743;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673094280;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6413b65fc63b7c95b10464bef1195dc67e97f74', '40.77.167.191', 1681663299, '__ci_last_regenerate|i:1681663299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6440a548a32fdbb3a41dad576ba1888a5bc56e1', '114.119.143.101', 1687910486, '__ci_last_regenerate|i:1687910486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6463aa76c3e95021edf430f79bf505c7c2f3b50', '52.167.144.162', 1682754492, '__ci_last_regenerate|i:1682754492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d646eed09c378ff7ced597238410ff3a8968dfe0', '50.21.188.44', 1677541829, '__ci_last_regenerate|i:1677541829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d648e52f5cb3e9bf4ddc29e892d60b2b75dabd1d', '190.56.32.37', 1670460409, '__ci_last_regenerate|i:1670460409;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670460192;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d64986e4259d940aef294f9acf99240e59d3942e', '200.119.173.212', 1667940124, '__ci_last_regenerate|i:1667940124;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d649d6a3e34df58c5cb324349c8e2b27f1272981', '190.56.32.35', 1671907407, '__ci_last_regenerate|i:1671907407;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671907308;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d64ac67b77362a9e2965cfde6b63950c224dd5cf', '157.55.39.112', 1663099443, '__ci_last_regenerate|i:1663099443;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 ('d64c47a05c464eec98a17c04937c69a16e53f9ce', '207.46.13.207', 1681433242, '__ci_last_regenerate|i:1681433242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d64d438f54cbf255b7d709f82251a9389a716eb5', '51.222.253.20', 1651088309, '__ci_last_regenerate|i:1651088309;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 ('d64e3461f38e29ae115cfacf10876ba915d315d5', '52.167.144.61', 1688182983, '__ci_last_regenerate|i:1688182983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d64e998379657449290a2baa144c648819b5c53e', '51.222.253.12', 1687691532, '__ci_last_regenerate|i:1687691532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d64f2ba9b7839ec8c08dda49674c008ec11f0f07', '40.77.167.123', 1682733652, '__ci_last_regenerate|i:1682733652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6507c1f7337b3ea9b2468df0f02058370fd8550', '190.56.173.175', 1652995234, '__ci_last_regenerate|i:1652995234;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652991937\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"GgkwyBPe8uUqv3h2YQZo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6531b8110c2ad993da92298b26187d676fa55be', '114.119.156.60', 1684933793, '__ci_last_regenerate|i:1684933793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d653e04e789c5e9b7a0ffa5120de44378bc48f29', '200.119.174.9', 1674525215, '__ci_last_regenerate|i:1674525215;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674525191;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65462236ac749f5720616fe8a0c2ccd473635e0', '40.77.167.123', 1682966712, '__ci_last_regenerate|i:1682966712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d655d2a4d4b7fe464d9a285837adfc16c72c1906', '207.46.13.154', 1671257888, '__ci_last_regenerate|i:1671257888;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d656b38ef6c236d972a708e389face4d6c47aeb1', '200.119.173.78', 1682964457, '__ci_last_regenerate|i:1682964457;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682940499\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682964450;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d656cbf43363bde1e583b220c6c2cfcd62c390f5', '52.167.144.162', 1686510564, '__ci_last_regenerate|i:1686510564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6574f13185c9f5e28c7be3bc4d664d99dacf926', '54.36.148.190', 1686537850, '__ci_last_regenerate|i:1686537849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65a6ecfd718d8017912154f2b0a046dd54021ac', '207.46.13.10', 1671234221, '__ci_last_regenerate|i:1671234221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65cc0298c61cd5d442f573c7738c47dcc7b88fd', '5.188.62.21', 1653390789, '__ci_last_regenerate|i:1653390786;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65d7cbe26da630583afd279420d392fc98655a5', '35.222.181.154', 1658072331, '__ci_last_regenerate|i:1658072331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65ddccdf8f0f02fe6b4bc2273e5614cb55954f5', '54.227.32.154', 1650917209, '__ci_last_regenerate|i:1650917209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65e288866d51e55d325bfacb72753fe6b3a371e', '190.148.157.117', 1675518528, '__ci_last_regenerate|i:1675518528;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675518502;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d662eace031679e9911a022f1f2b27222af05ba0', '207.46.13.206', 1681157075, '__ci_last_regenerate|i:1681157075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d663602dfb79b10a1717edde04047b4baf97e7b9', '207.46.13.48', 1653968962, '__ci_last_regenerate|i:1653968962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d663b088002155f6059d4092ae1d2aa51cc1bd72', '40.77.167.63', 1671815529, '__ci_last_regenerate|i:1671815529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6645480257a3e12ea4a5aa05c89c12176d2c6f2', '190.56.32.162', 1686581731, '__ci_last_regenerate|i:1686581731;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686568753\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686581166;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6650296c1a258ec5733c14cd0d2f35a8b96c7cd', '52.167.144.164', 1686289789, '__ci_last_regenerate|i:1686289789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6696e32a6df2440ba7c5c240136232e6027a98c', '106.75.173.98', 1654767753, '__ci_last_regenerate|i:1654767753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66a05b585274c33807d7bdba2f77db4cd1ca1f2', '54.36.149.83', 1658873516, '__ci_last_regenerate|i:1658873516;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 ('d66ae2ab5153d7dbe39f3a3a7730265373956c54', '52.167.144.98', 1686581767, '__ci_last_regenerate|i:1686581767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66c5bdab799e04a15d0f9239ff88a154cdbfd14', '40.77.202.121', 1668617803, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66cb29ce9693a33a824ad61454fb586aaf4a7d5', '51.222.253.1', 1668913238, '__ci_last_regenerate|i:1668913238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66d1cff38c50f17827445b220ecfadb5384345c', '40.77.167.123', 1682997265, '__ci_last_regenerate|i:1682997265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66d937e7c60a1963c5ad22a3fcbdfaa36963d95', '190.56.32.174', 1676721938, '__ci_last_regenerate|i:1676721938;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676721902;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66d9420b83b30f57ed1533d798510fe73c71b46', '190.148.87.244', 1654621185, '__ci_last_regenerate|i:1654621159;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654617278\";last_ip|s:14:\"190.148.87.244\";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\";last_activity|i:1654620946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66e042425a2db1dbfb20f38aaaeef406fd5d600', '18.236.146.152', 1663247987, '__ci_last_regenerate|i:1663247987;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 ('d671c2e2686ed9012dc3d295af4d105268cd5621', '200.119.173.130', 1675957431, '__ci_last_regenerate|i:1675957431;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675953768;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d673866c14703883acdea7b0a8ffce600cddbece', '114.119.159.16', 1685098687, '__ci_last_regenerate|i:1685098687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6760ea9cccd181db31e686e40c19805d2f0dc13', '207.46.13.205', 1671764973, '__ci_last_regenerate|i:1671764973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d676fc4d96dd4b4fc60860ad00496d4ca22b4421', '50.62.35.246', 1656577157, '__ci_last_regenerate|i:1656577157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d678541d8d9b55a710f9a003aae7ef99cf0fe705', '190.148.87.6', 1668205202, '__ci_last_regenerate|i:1668205202;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668204512;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"KFp1OzmGqfQZIAXhR7CS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d67c0db92a226590cc1b9416b8503fe6bfae89fd', '66.249.74.107', 1683192815, '__ci_last_regenerate|i:1683192815;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 ('d67cac61011207145b573f9335bb28c7e0fcbef2', '190.56.55.113', 1673614602, '__ci_last_regenerate|i:1673614602;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673543670\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673614596;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d67d9a5098ff0286f19896522f84a3b8b36f3e11', '190.56.55.0', 1687784479, '__ci_last_regenerate|i:1687784479;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687784339;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d67f3bf886bcc7fed19f390fef7140a0963ff707', '52.167.144.70', 1688283071, '__ci_last_regenerate|i:1688283071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68271ca95e28dccfd27d57a6fa32a61a16e4a77', '190.56.173.167', 1650921808, '__ci_last_regenerate|i:1650921808;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650902763\";last_ip|s:14:\"190.56.173.167\";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:1650921551;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68392ff6af3648d06432435509e19134e20836b', '89.108.88.240', 1679727318, '__ci_last_regenerate|i:1679727318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6862fcad175434432260a4fa161589d950e460c', '200.119.172.60', 1674611056, '__ci_last_regenerate|i:1674611056;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674611050;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68750411d6deef120e9d7a461fdb64c97cbe8cd', '109.237.97.227', 1680003823, '__ci_last_regenerate|i:1680003823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d687df1223a29089cee3fd9d8c25a05d9a60ec16', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d688bcdea0509e7a5ce272bc178bac462d30ae4b', '52.167.144.171', 1685409112, '__ci_last_regenerate|i:1685409111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6897157c957e3f55937d473c9871cb99b734db9', '114.119.134.230', 1688111434, '__ci_last_regenerate|i:1688111434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d689bd3b2f276718cbf5e0a99aad5ee1dd67e9df', '190.148.87.182', 1679666064, '__ci_last_regenerate|i:1679666064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679665165;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d689e53fb97e337802ab045381ae28859c82d702', '17.121.115.214', 1654685253, '__ci_last_regenerate|i:1654685253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68ad218b69d4a0d8598e4d4e5146f56142118f9', '138.68.180.18', 1663213633, '__ci_last_regenerate|i:1663213633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68c0231facc8adbc9b45ae88d2da738330a93bc', '54.36.148.126', 1659115905, '__ci_last_regenerate|i:1659115904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d68e446117ae390e9ff44f7a26aa030900bae673', '190.148.157.53', 1684170467, '__ci_last_regenerate|i:1684170467;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('d68e975169368a8f27e19b11d05790428275676f', '207.46.13.11', 1668935008, '__ci_last_regenerate|i:1668935008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d690a477f9c707e8df87eede9d15ff708b0f79d8', '54.36.148.74', 1668250159, '__ci_last_regenerate|i:1668250159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d691f41316190cde3d3ec247e9ee38afe24cacc8', '114.119.145.52', 1688311924, '__ci_last_regenerate|i:1688311924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d692b2aa6872d37b9fd5208997f1c372c59b66d7', '52.167.144.70', 1688453101, '__ci_last_regenerate|i:1688453101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d695607d2f761cd122512c2507b686010751316d', '114.119.139.251', 1684877677, '__ci_last_regenerate|i:1684877676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69893645252682cd75e8732065526dfcf4c370c', '190.148.252.197', 1665538259, '__ci_last_regenerate|i:1665538259;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665538254;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6993836190a7cacfa36c1b8e26b187362ee80bf', '190.148.252.56', 1663966621, '__ci_last_regenerate|i:1663966621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663964725;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69979744ea350fb332cb82dad187951c22afad8', '52.167.144.98', 1686271122, '__ci_last_regenerate|i:1686271122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69b387b4aa791b000f937c3bee481f71661d2c4', '190.56.173.213', 1683161149, '__ci_last_regenerate|i:1683161149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683161039;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69b6ff1484daecc14f3b750df88e69e9d918c75', '51.254.199.11', 1678007868, '__ci_last_regenerate|i:1678007868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69c9c63be6b42a34ea3d264680aed8a67b64755', '190.148.157.80', 1669496570, '__ci_last_regenerate|i:1669496570;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669496077;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69e63009ae37dbf7b7b8aa7f33c0e922aeabb79', '114.119.148.163', 1687918922, '__ci_last_regenerate|i:1687918922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d69f8d2e1c9d23fd18fca6e9632f86c14958f8ce', '200.119.173.96', 1687186793, '__ci_last_regenerate|i:1687186793;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687186755;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6aa64497151503be4a55db8c30cbf643b213ef0', '114.119.128.233', 1687738660, '__ci_last_regenerate|i:1687738660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6aaa8d81cff22a3b366458de79f9e9ff810da0c', '190.56.50.15', 1667164080, '__ci_last_regenerate|i:1667164080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667163931;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6aad3ff4ce84fb501de7629cc377aae0b7ebe86', '157.55.39.100', 1671937667, '__ci_last_regenerate|i:1671937667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6aadffbc2f77f350cff19363c4016d0ac0153e7', '157.55.39.200', 1666508971, '__ci_last_regenerate|i:1666508971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6aba2637a31b6e3daf53510168b9efc7ba02478', '190.148.252.56', 1663964774, '__ci_last_regenerate|i:1663964774;requested_page|s:13:\"admin/welcome\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663798329\";last_ip|s:15:\"190.148.252.182\";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:1663959506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6ac278bf90a92f1718c59573ac32afa554f1b14', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6acf24e7acc4d5cd51da31e3c7129e2a01df2d3', '190.148.87.23', 1679435680, '__ci_last_regenerate|i:1679435680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679435621;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6ad2b97cd08877c53b5194c327f7c9b24721853', '40.77.167.246', 1677293953, '__ci_last_regenerate|i:1677293953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b11eef4e42bb0cb42c8ec8942a67948f461ae5', '52.167.144.171', 1685685207, '__ci_last_regenerate|i:1685685207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b1d230c65bebb0374ef4a80e968cf237e07c76', '200.119.172.60', 1674777862, '__ci_last_regenerate|i:1674777862;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674777862;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b1f9cc7872e73d452d18ba24c2a611c26cc891', '114.119.149.3', 1684906196, '__ci_last_regenerate|i:1684906196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b23de1c48b5bb7660f6cc29e8cae1a54e85c5b', '157.55.39.86', 1665829072, '__ci_last_regenerate|i:1665829072;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 ('d6b421f7377ea91aa94c986882531c050fc03972', '114.119.149.247', 1685437396, '__ci_last_regenerate|i:1685437396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b7335ac672bbe5fbc15a4a89268beb418f33cf', '40.77.167.157', 1677775950, '__ci_last_regenerate|i:1677775949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b9d981c706de45ebaec191aba9d4fe866ea18f', '52.167.144.164', 1686415956, '__ci_last_regenerate|i:1686415956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6ba14bee1ff0f80be135c7635bff7d5f608729a', '66.249.65.165', 1673396682, '__ci_last_regenerate|i:1673396682;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 ('d6bad589d5eacc03a179b3fdd696b19e0174c25d', '190.56.50.39', 1664983364, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664983364;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664983364;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6bf317c8899e442f8354f8fdb080e548afd1387', '185.108.106.202', 1654742981, '__ci_last_regenerate|i:1654742981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6bf5d7ad1022703c597f9ad1ea185c5448bfb22', '190.56.54.156', 1665349846, '__ci_last_regenerate|i:1665349846;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665349836;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6c011ecb52963f7a81e5ecd0d7be630deb8dbf0', '40.77.167.49', 1667370730, '__ci_last_regenerate|i:1667370730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6c3b16585a7c3c0565f8839f6c1f33beade18f3', '52.167.144.164', 1685999841, '__ci_last_regenerate|i:1685999841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6c978fcd50dc35a91298fb1e85120628f8b1664', '40.77.167.192', 1681523395, '__ci_last_regenerate|i:1681523395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6cba4557908c9347c9f626de6e72903123499b4', '207.46.13.207', 1681433242, '__ci_last_regenerate|i:1681433242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6cdb2958b35d6084de8cbac7ff06987abc662bf', '114.119.156.110', 1686640137, '__ci_last_regenerate|i:1686640136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6ce1696925006ed36a79d516ee3e882e9b98099', '207.46.13.209', 1681292226, '__ci_last_regenerate|i:1681292226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6ce92fdac7561edd96f21b2578ed66f9bfa5321', '200.119.173.177', 1685197634, '__ci_last_regenerate|i:1685197634;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685197630;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6cf6587138a00679bd51f7601471b4b64854d96', '190.56.173.251', 1652131717, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652131717;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"Kih01mxFMuQ6zarCE97e\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d02cdda23345fabbf05c1c04a9fe28124566d2', '157.55.39.100', 1671783530, '__ci_last_regenerate|i:1671783530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d0514c1f2558a9dd0208f88f2d091a43439522', '66.249.74.99', 1686978220, '__ci_last_regenerate|i:1686978220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d0dc8badc92df53023d599b045e840c91780c9', '190.56.49.237', 1665799078, '__ci_last_regenerate|i:1665799078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665798218;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d56cf715a2329413fa51816a402fa4c73fccac', '200.119.168.104', 1660136479, '__ci_last_regenerate|i:1660136479;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091537\";last_ip|s:15:\"200.119.170.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660136411;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d5b33c175edd97c2a611da7d952b2c80e2f98e', '190.148.158.175', 1672442878, '__ci_last_regenerate|i:1672442878;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672442861;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d7395f176afd6fd048b897f193ccd2b5a1758d', '114.119.131.42', 1687595449, '__ci_last_regenerate|i:1687595449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6d83cbd5c86efe8ad39ca61c96f9f5d59820124', '157.55.39.79', 1668367219, '__ci_last_regenerate|i:1668367219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6dba17618869fd72d947503359731ae24a0d7e1', '207.46.13.12', 1675458659, '__ci_last_regenerate|i:1675458659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6dbd60eefa5043823ea899e964e33d8fd7603ee', '200.119.173.177', 1685239562, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685239562;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685239558;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6dcf3e1c72b13eaae0d0c692696623505c986d2', '52.167.144.61', 1688036823, '__ci_last_regenerate|i:1688036823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6de92bdd90a73ce0c4ef06b5ee3c41e9275bf85', '114.119.130.30', 1687679658, '__ci_last_regenerate|i:1687679658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6def9345fc4bcb80f16ac304572fff9e25091f2', '35.87.218.166', 1675345149, '__ci_last_regenerate|i:1675345149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e302db5a7dbd1f4b4048ad0606dd2ddef97218', '190.56.32.35', 1671664170, '__ci_last_regenerate|i:1671664170;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671664137;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e303b4bf5b1b08c88b1f17fb4a17bf3ea7152e', '114.119.135.143', 1687663185, '__ci_last_regenerate|i:1687663185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e394a1b87e80d7855b6d3e09e6e5ea339f146f', '190.56.173.175', 1652992738, '__ci_last_regenerate|i:1652992738;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652925922\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652990874;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e444b919e66eacf6a3c716190d71ef6b4259ce', '40.77.167.39', 1657077844, '__ci_last_regenerate|i:1657077833;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e47104f387c4c417d82b01ec76489092d46750', '51.254.199.11', 1674605338, '__ci_last_regenerate|i:1674605338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e61a05c30415f3c58508321688a9714de21671', '51.195.216.255', 1650742540, '__ci_last_regenerate|i:1650742539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6e6365f786a71104b95021be51c914acac3eede', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6eb0f1c6b60b3bb02a0a950e4cf791903be9ccd', '114.119.157.183', 1688117069, '__ci_last_regenerate|i:1688117068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6ed3e3baccf6303730c20662d954e3f10bc2e32', '54.36.149.78', 1652746860, '__ci_last_regenerate|i:1652746860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6efc8106efd919868a6ab49419b442dc88c6ead', '190.56.49.187', 1687991909, '__ci_last_regenerate|i:1687991909;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687990453;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f288f8d0709d79a940f398559be7c55c5247d3', '190.56.32.243', 1684588436, '__ci_last_regenerate|i:1684588436;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684587899;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f456b9c33eabfeb66c340a7cdf3fc1ac7fb01b', '66.249.79.206', 1666103164, '__ci_last_regenerate|i:1666103164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f62acc95e168a737b06c59c88257f4c675d688', '66.249.64.143', 1677486086, '__ci_last_regenerate|i:1677486086;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 ('d6f62e1b4b181a3a8130b1026cf097bf7334d17a', '40.77.167.235', 1687835944, '__ci_last_regenerate|i:1687835944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f678c1789fa7028207dbcd6f2464f745dbf492', '200.119.169.44', 1663774983, '__ci_last_regenerate|i:1663774983;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f69a024d0aabf2eaf6d5393e4672934e4dae9e', '200.119.170.16', 1666816253, '__ci_last_regenerate|i:1666816253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666816248;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f860ab11509a25b75d6b12f73457dec3b4266b', '207.46.13.106', 1670789774, '__ci_last_regenerate|i:1670789773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f915346b6f81f2866b9e3232d286497b23dab6', '190.148.157.53', 1684096265, '__ci_last_regenerate|i:1684096265;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684095488;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6f92aacf9c462da4708bf5a3d1526c847b69248', '40.77.167.92', 1687162263, '__ci_last_regenerate|i:1687162183;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6fa70716633cd43afd1868bb4368c981d094c9b', '51.158.112.168', 1656192620, '__ci_last_regenerate|i:1656192620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6faae82bfd1c6c9f1afcdd3005db9b83583034f', '200.119.170.30', 1660313228, '__ci_last_regenerate|i:1660313228;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660313227;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6fb1c0b911129bb6410f2fc6b34a4db2cc6ea9d', '190.148.252.102', 1681911224, '__ci_last_regenerate|i:1681911224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681911154;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6fcc62df40183b342d83b32d77732466c096f14', '207.46.13.52', 1662673057, '__ci_last_regenerate|i:1662673055;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6fe0f2d2eb079a5c5ec73b118459f913943e419', '5.161.124.93', 1682606251, '__ci_last_regenerate|i:1682606251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6fe1f4a71eec14db69b9a211e1abbe10264b26c', '52.167.144.31', 1675408903, '__ci_last_regenerate|i:1675408903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7000bb341cb73a9d3f49aa123c626caaeea5fa4', '52.167.144.172', 1687092564, '__ci_last_regenerate|i:1687092564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70090c37be34ff868460374452f4966caf0a0aa', '66.249.65.100', 1651319398, '__ci_last_regenerate|i:1651319398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d700e1a2489810d2b87fb2eaf2cd8823f747bfec', '17.121.113.10', 1660683210, '__ci_last_regenerate|i:1660683210;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d702a7d335b27a07adba33f3470ee4e171f53f70', '17.121.112.131', 1656936234, '__ci_last_regenerate|i:1656936234;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 ('d7047f92f43da732ab0eb688626a941651ae0e75', '114.119.142.37', 1684645907, '__ci_last_regenerate|i:1684645907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d705b730e6a88df1987071560907759752e4666d', '200.119.173.78', 1682942723, '__ci_last_regenerate|i:1682942723;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682855442\";last_ip|s:14:\"200.119.173.78\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682942717;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d705e1286babeb33484452cdbca249c87f64cecb', '114.119.132.105', 1687564687, '__ci_last_regenerate|i:1687564686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d706c230ccad8dd71a2affef48e618b76563d466', '157.55.39.215', 1678514394, '__ci_last_regenerate|i:1678514394;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d707236b226741b0a3105278198635a0cef64ccf', '52.167.144.154', 1687702778, '__ci_last_regenerate|i:1687702778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d707581bbc2e253f50fbe3aadf3816884cfd662b', '114.119.141.228', 1687730121, '__ci_last_regenerate|i:1687730121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70771dc51a0e7cc95f7eea081bda6054de5d458', '52.167.144.164', 1685760654, '__ci_last_regenerate|i:1685760654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70a9f926fc872e50a6cd5851c2f2dea0fb6a16b', '52.167.144.98', 1686409412, '__ci_last_regenerate|i:1686409412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70ce2d1772a4ff0ebdcf89d5f7dc2c9871c42cc', '114.119.165.136', 1685194712, '__ci_last_regenerate|i:1685194712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70f0e839451130405f8bc4f2194851a41ec3bc1', '46.101.63.152', 1652762869, '__ci_last_regenerate|i:1652762869;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 ('d70f0f4b20cbfaab35913f1995669df7c33a8318', '190.148.157.117', 1675646698, '__ci_last_regenerate|i:1675646698;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675646651;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7109b0c4fb97844e548205369460aa8031d184d', '190.56.50.253', 1682447861, '__ci_last_regenerate|i:1682447861;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682447786;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7113225189784b20190207d0586a83cf913fc77', '190.56.55.48', 1687558920, '__ci_last_regenerate|i:1687558920;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687373196\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"g5hp71P4fCNwQ2KEDVB9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7123391400d22a19a76955c6cebd12e5ef9cad6', '190.148.87.96', 1678403106, '__ci_last_regenerate|i:1678403106;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678403061;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d712e2625c409e2693af5151a440e252b49b1005', '190.56.49.187', 1687988907, '__ci_last_regenerate|i:1687988907;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687987840;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7135366fcdeaa4f2e9e650898a33771d943cd23', '66.249.74.105', 1683428953, '__ci_last_regenerate|i:1683428953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d714590ace2e670487ec0bbb5c27c1e97c95cb98', '199.244.88.229', 1676164838, '__ci_last_regenerate|i:1676164838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d715401f3e5cfefb31d13e416abe79f3cb99ceed', '207.46.13.214', 1679860439, '__ci_last_regenerate|i:1679860439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71a4b8c66705f745f4ed8a4d23328cff137b91c', '52.167.144.74', 1688441141, '__ci_last_regenerate|i:1688441141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71a92b1de81c9b08c05dec2893a9e17da7e2085', '74.208.2.174', 1682135806, '__ci_last_regenerate|i:1682135806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71b10f1977791d05c30f5b096c1c6bcf3133be3', '207.46.13.41', 1664448210, '__ci_last_regenerate|i:1664448210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71ea1f3255e74c5d314ac59bbf3146fe4b5219e', '157.55.39.69', 1671804412, '__ci_last_regenerate|i:1671804412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d71f0e475f543f35a4be6e46d856032c95220be7', '200.119.169.82', 1656507470, '__ci_last_regenerate|i:1656507470;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656467059\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656507408;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d720d4a4ce0d3e4e6b149685b6d2fb5183a60533', '147.182.171.81', 1650861180, '__ci_last_regenerate|i:1650861180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d72152897b0838f2bcb20934cc344d6842ec62a0', '18.189.2.21', 1680308338, '__ci_last_regenerate|i:1680308337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7254acd35a1a3839cf91b273aa8c215e36e257d', '146.59.52.85', 1682948236, '__ci_last_regenerate|i:1682948235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d727f43331e9c91a8e2eaf4c6e359c1195e8e1f1', '35.162.228.11', 1673718190, '__ci_last_regenerate|i:1673718190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7292ed507a2492b86acf82f76caa6c1d05b6b5e', '207.46.13.217', 1684043040, '__ci_last_regenerate|i:1684043040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d72e9a550ee35255aea031ef2a8c859c4325c76c', '200.119.169.52', 1664904771, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664904771;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664904737;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d730819c527eca9dc74c166c3193c5230b32d15e', '114.119.130.178', 1686123405, '__ci_last_regenerate|i:1686123405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7308cc3158e00d7552cfeb13d9840fc2ba265b3', '34.219.37.64', 1685576827, '__ci_last_regenerate|i:1685576827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d732f68d1d81cbc6193d5f707df135ed81ec69aa', '52.167.144.98', 1686573740, '__ci_last_regenerate|i:1686573739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73474e18e9012bda4e9c1e038ce873d2fa94114', '114.119.145.233', 1687604483, '__ci_last_regenerate|i:1687604483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d734ecc41f04202a1cb3c812cad801c53bda2bba', '190.148.157.206', 1656553658, '__ci_last_regenerate|i:1656553587;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656541208\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656553658;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d735e80a6f5cfd5389a270e4cede84fe82256fce', '40.77.167.178', 1676858920, '__ci_last_regenerate|i:1676858920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d736e4f6e0f84ae82e7976a29da0f4aefaacf5b5', '51.159.102.248', 1666824289, '__ci_last_regenerate|i:1666824289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d737d9fdc5e3fe7e458f43458213aa40138d0c6b', '114.119.141.127', 1684552488, '__ci_last_regenerate|i:1684552488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d737e36e0df406987c4071015d1046989ef2e5fd', '52.167.144.164', 1686513971, '__ci_last_regenerate|i:1686513971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73887f8d88c58e434720abfad74de9ada29906e', '175.196.127.111', 1650791353, '__ci_last_regenerate|i:1650791353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d739fa42c926c38b991cc37f52728bcf933889cd', '35.171.144.152', 1687442740, '__ci_last_regenerate|i:1687442740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73a259f3b6ef0909bd80bafd1b17d443e81adec', '157.55.39.217', 1683192222, '__ci_last_regenerate|i:1683192222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73a83bed04d24e9f9993992483d60820e95f42f', '40.77.167.37', 1667992610, '__ci_last_regenerate|i:1667992610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73a8c29be88f492089a8436ee35b790bd87c0aa', '52.41.24.32', 1684629230, '__ci_last_regenerate|i:1684629230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73b3d56ef36cc7e9dfc9d891e77f3f263351ac5', '50.21.188.2', 1663642565, '__ci_last_regenerate|i:1663642565;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73c7042395d277fdc8ae5487da4ab543506397a', '40.77.167.166', 1677320366, '__ci_last_regenerate|i:1677320366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73f3604af07b3bb8f755a11ac997e8cae19c21a', '51.222.253.13', 1653057479, '__ci_last_regenerate|i:1653057479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73ff8a0249461852ba194f11a836d8d340d5eb2', '190.148.87.182', 1679596565, '__ci_last_regenerate|i:1679596565;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679596417;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7411a1bc7068bb212712b74773949dec6e63cff', '35.88.136.219', 1679491496, '__ci_last_regenerate|i:1679491496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d74260192c680197f03d190834e568f58a71b40f', '190.56.32.32', 1686178674, '__ci_last_regenerate|i:1686178674;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686178244;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7426134faaae2a2480bf5b1c02f92b24457b85d', '52.167.144.31', 1681539113, '__ci_last_regenerate|i:1681539113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d747359ad2df7e3c8cb0c4e7325680690f54949e', '114.119.155.205', 1687690148, '__ci_last_regenerate|i:1687690148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7491461df731e41e3d407551c27a1102deea164', '173.249.31.237', 1659409100, '__ci_last_regenerate|i:1659409100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d749bec9f94cad4454eb585dc0aa9d78c5687239', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d749fd6a67224ccf8d5a9dd1bb89884b99752910', '190.56.32.162', 1686239786, '__ci_last_regenerate|i:1686239786;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686230095\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686239782;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d74a1e97cc09d0835a7e1fba80f82b6662ca46b0', '114.119.130.125', 1686674592, '__ci_last_regenerate|i:1686674592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d74bab89a2556316948bc734445144bc9edcd6d1', '52.167.144.164', 1684833482, '__ci_last_regenerate|i:1684833482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d74c41dff4a505cf5010778e2d442a03cb72d4c1', '114.119.153.72', 1687033286, '__ci_last_regenerate|i:1687033286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d74d5fe2e180939834856929901e2f54adaa0fff', '52.167.144.164', 1686289789, '__ci_last_regenerate|i:1686289789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d751fce0f25001c9738233cb13376fed60217bdf', '190.148.252.102', 1681860388, '__ci_last_regenerate|i:1681860388;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681860349;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75217c2a9e3c93fecbada543363d0ab54c3291c', '114.119.134.79', 1688567258, '__ci_last_regenerate|i:1688567258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75413ee52a4d76dd5b580f56afc78d54e670517', '190.56.49.237', 1665782933, '__ci_last_regenerate|i:1665782933;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665768465\";last_ip|s:13:\"190.56.49.237\";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 ('d754931fa42f326314ce5f568a337726e89885c3', '114.119.133.56', 1687318100, '__ci_last_regenerate|i:1687318100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d756c43ff7a4bd08dc16298da395928eb92cc5f7', '40.77.167.27', 1660286827, '__ci_last_regenerate|i:1660286818;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7575a6f48948054d9d72166614adb450759720a', '40.77.167.178', 1676898790, '__ci_last_regenerate|i:1676898780;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7581c45873bec1f5bba72401102f74eeada9a23', '114.119.149.90', 1687798553, '__ci_last_regenerate|i:1687798553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75a4fcc017f6377991b8e626390b922f52b54ce', '50.21.188.107', 1672492736, '__ci_last_regenerate|i:1672492736;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75ac19adbc8ad6028844436033fbe83edfd4ee2', '114.119.144.188', 1687649744, '__ci_last_regenerate|i:1687649744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75ae28ba7cbb46c44d7c9d12d2c07aa27cdc981', '52.167.144.166', 1686843563, '__ci_last_regenerate|i:1686843563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75d3f2298dd15ebe2f6be9a9b796a5f7e18a72a', '40.77.167.170', 1678888371, '__ci_last_regenerate|i:1678888371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d75de0d989bae617d470ec4c1e4001906a57e9e2', '54.36.148.41', 1684496961, '__ci_last_regenerate|i:1684496961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7606e020ea3b7fca3c623e3a6a113ab21f7f5a4', '52.167.144.164', 1686510628, '__ci_last_regenerate|i:1686510628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d761a4399b0b7be3e81883f1864211ebc97027c7', '46.101.63.152', 1652762875, '__ci_last_regenerate|i:1652762875;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 ('d7634ef1a1872c51a3834a283f7d3cc7036e10b0', '152.89.196.13', 1661184552, '__ci_last_regenerate|i:1661184552;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d763a1ab095e28ba1f9a0ce3eb30e1ea8a5614b5', '190.56.32.35', 1671841256, '__ci_last_regenerate|i:1671841256;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671838279;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7646f2495dfe214c9b2add704f1eca7c6990a9f', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d765c4b8027e5232947da2f766350888021dfb2d', '40.77.167.187', 1680509533, '__ci_last_regenerate|i:1680509533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d76625a2ac2d066462bdc7db39587b58f3ce3681', '17.241.227.89', 1675764588, '__ci_last_regenerate|i:1675764588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7669a277727bf052e1d4ed486c9e30f7410988f', '157.55.39.169', 1668755316, '__ci_last_regenerate|i:1668755316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d769aaa8464715d5a8b00617d0aac613c4bab951', '190.56.50.201', 1686339856, '__ci_last_regenerate|i:1686339856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d769b3f4d35f4b60f52c945898deaf9de81e8ab8', '190.148.157.183', 1680048940, '__ci_last_regenerate|i:1680048940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d769e1bb25a1b42eee339ca96b7d3e4dfc411e68', '114.119.138.70', 1685705978, '__ci_last_regenerate|i:1685705978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d76cd76a88a0a09a5777d5bb5c0b43eae2ae4c34', '74.208.2.198', 1665904589, '__ci_last_regenerate|i:1665904589;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 ('d76f4da70c8cb6dcfa5fefd2007bb41cd54db333', '157.55.39.55', 1662198499, '__ci_last_regenerate|i:1662198499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7729b8ea547dc677be4f6ba86273af1452899d7', '157.55.39.194', 1674432082, '__ci_last_regenerate|i:1674432082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7739b42711bb8d5bb907490d097ea989e4acd5d', '114.119.142.124', 1686707301, '__ci_last_regenerate|i:1686707301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d773e4644ae7e90d9d3b9466b59fe676881adb98', '157.55.39.125', 1653742505, '__ci_last_regenerate|i:1653742505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77409fda34a9aa0dd4cf5517288100069187d7a', '114.119.136.144', 1684412468, '__ci_last_regenerate|i:1684412468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7745828c19472db668632b228ef6586a20618fa', '114.119.137.28', 1688131341, '__ci_last_regenerate|i:1688131341;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d774e97a98f02814ac9d4edae849f0dc6e7668e6', '18.237.21.163', 1672837933, '__ci_last_regenerate|i:1672837933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d775a7fb0202d2d3a7412bc0472d302d2a3cc24a', '200.119.168.250', 1680659194, '__ci_last_regenerate|i:1680659194;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680659194;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d777593e8a5a5387b4739d7b513a6ab46e136909', '190.56.173.213', 1683477222, '__ci_last_regenerate|i:1683477222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683476704;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d778268c5ec67c77528015e6ae4e25bcf7aa29a9', '66.249.79.203', 1682262705, '__ci_last_regenerate|i:1682262705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d779ba46f3c04eafc260fcd7e1b2afec2cd37c84', '52.167.144.166', 1686899925, '__ci_last_regenerate|i:1686899925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77aafc6140865564666d65845315c6ca98c0cfd', '40.77.167.182', 1683552984, '__ci_last_regenerate|i:1683552984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77ab0ba65111cadf8219f17d474723a96dbfde3', '190.56.50.253', 1682732911, '__ci_last_regenerate|i:1682732911;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682732899;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77b4e5d159c6717c82fd02ea52bb00eacb0e51b', '52.167.144.162', 1681592732, '__ci_last_regenerate|i:1681592732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77b9f0efb1f5e2f4281cb205d43188b92aa3101', '190.56.32.32', 1686145077, '__ci_last_regenerate|i:1686145077;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686145039;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77c362fe5e2ce11dae925072c200b1b01df6927', '190.56.49.149', 1688575704, '__ci_last_regenerate|i:1688575704;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688484755\";last_ip|s:14:\"190.148.252.67\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688575261;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77e38dd8c1916024e3074dfdddfd0de2bf60755', '190.148.252.111', 1677853403, '__ci_last_regenerate|i:1677853403;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677852843;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d77fa30efeccc38a2b2b36fbcd91f4a18f6431cd', '190.148.87.182', 1679610736, '__ci_last_regenerate|i:1679610736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679610469;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7850796cb99ccb07655ca9b3b569aa8b822791d', '192.36.70.176', 1660121406, '__ci_last_regenerate|i:1660121406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d786e0537b3a2c0903f32fe908010a14fbd5fdae', '114.119.151.219', 1685329611, '__ci_last_regenerate|i:1685329611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d78ac43ba24f6227d24adc8bebc6ee3611f9d60d', '128.199.198.204', 1650916463, '__ci_last_regenerate|i:1650916459;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 ('d78b3e42d34fb5f2178a18b4f22bc6fbc9f5f441', '114.119.152.204', 1687723294, '__ci_last_regenerate|i:1687723294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7901e900ddd952c2a653e2bbdf1ca58f43625ca', '51.222.253.10', 1680749788, '__ci_last_regenerate|i:1680749788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d793633697f2bd72e589b324e073a75cd2b76116', '74.208.2.223', 1668050322, '__ci_last_regenerate|i:1668050322;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d795d4a61326d5ae6a322a44d3833a847adf177e', '52.167.144.164', 1685503908, '__ci_last_regenerate|i:1685503908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d797ec9430bbf598c7f128a9d23ed2dac03fb6ae', '157.55.39.123', 1673322673, '__ci_last_regenerate|i:1673322673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7982f9b9c9a6078dc3d8920a70b8929195e6a48', '190.148.252.151', 1671218265, '__ci_last_regenerate|i:1671218265;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671216694;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d79881a693ded206548e454a2e2c23bafefb743b', '128.199.183.131', 1652350990, '__ci_last_regenerate|i:1652350985;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 ('d79bec4be808f8ffd62720f39979d57d8cf5c9b9', '200.119.170.16', 1666811546, '__ci_last_regenerate|i:1666811546;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666811528;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d79d63bdd6dd5b32401e54f3fb440fa5fbe83fd5', '114.119.141.232', 1684937252, '__ci_last_regenerate|i:1684937252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d79f91ba8f1f64581224cb8c8ef541789a1b1c6a', '114.119.141.146', 1687614058, '__ci_last_regenerate|i:1687614058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a00fbe40f09455411465576a5e0cdc1f3d90d6', '200.119.172.95', 1659549754, '__ci_last_regenerate|i:1659549752;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1657906606\";last_ip|s:14:\"190.148.252.57\";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 ('d7a053777e832df60bca15e3caba44281cc28664', '40.77.167.202', 1687513388, '__ci_last_regenerate|i:1687513388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a19ad7bffff0b20efb4facd72cd0c79190e225', '40.77.167.123', 1682909261, '__ci_last_regenerate|i:1682909261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a1b4d26bc33bf378058dabf9aeef294db29588', '114.119.142.27', 1687700541, '__ci_last_regenerate|i:1687700541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a36aff94046c9f54a7682353eb687dda804eab', '74.208.2.234', 1684500921, '__ci_last_regenerate|i:1684500921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a38f0b3cbb20fa51cc8279de1aa8367e491dd5', '114.119.146.18', 1687696388, '__ci_last_regenerate|i:1687696388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a3e3c724322ffacc69c2d3762eb8814b775fb8', '40.77.167.37', 1669168376, '__ci_last_regenerate|i:1669168376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7aa42fca3cea11bcdef9700b5520586ea2d0824', '162.142.125.211', 1658505132, '__ci_last_regenerate|i:1658505132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7aae4ffd9083a4390147174553d0e1a87a3524e', '157.55.39.94', 1672812039, '__ci_last_regenerate|i:1672812039;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ab3ee8f5af30d3a70ca28629e4e8fd8e9e0520', '200.119.173.67', 1679321167, '__ci_last_regenerate|i:1679321167;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679321154;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ac039a47a7f29099dd24244b2b420d5110340b', '52.167.144.164', 1685100145, '__ci_last_regenerate|i:1685100145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ac544e22e2ddcdf98f4c365f169fa72c996c76', '190.148.252.96', 1673036191, '__ci_last_regenerate|i:1673036191;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673036183;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ac6e7b49a7b476503f49551189fbec0f01aa46', '66.249.74.107', 1683514385, '__ci_last_regenerate|i:1683514385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7accc847b2108da5d2056b98c1c2bb7e2b81d14', '157.55.39.123', 1666509448, '__ci_last_regenerate|i:1666509438;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7acd68491c8f3bb133e956b9260b3b1ed31fd47', '114.119.157.51', 1686135844, '__ci_last_regenerate|i:1686135830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7aef47015f1055159a2b0bb5db2b0ec5e8334eb', '114.119.159.8', 1688529820, '__ci_last_regenerate|i:1688529819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b0008be0f9e32bdfb544c125e2f06bfc661fe5', '167.94.138.62', 1653401794, '__ci_last_regenerate|i:1653401794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b1c41004570c701e0f3ac4baac14501e873b1f', '51.222.253.19', 1680004628, '__ci_last_regenerate|i:1680004628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b2993a7a53a37a258ca95d8765520866092de8', '114.119.154.189', 1686851177, '__ci_last_regenerate|i:1686851177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b590d4d1214e019865890d23dcd8d382731a72', '114.119.154.9', 1688109244, '__ci_last_regenerate|i:1688109244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b6761ae808cc6f362fb7b4349eb7af99527c77', '52.167.144.164', 1686254620, '__ci_last_regenerate|i:1686254620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b6f0037489021f7a00d19f5f5a016c6a7e62a8', '5.188.62.140', 1656421182, '__ci_last_regenerate|i:1656421182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b8cbc753a0b4a0758a3f0992fc656c629531a1', '52.167.144.43', 1683870600, '__ci_last_regenerate|i:1683870600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7bafd875090dba4d409d0b1b5241141b162a33a', '190.56.173.213', 1683384726, '__ci_last_regenerate|i:1683384726;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683384723;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7bcaf9a38a38a30332e9de12fcf2e891825be52', '190.148.158.23', 1687196669, '__ci_last_regenerate|i:1687196669;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687196660;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7bcd7718de663f1fb9734334fccfb9253c5de6c', '157.55.39.79', 1671234169, '__ci_last_regenerate|i:1671234169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7bdc2e45f0b56d3d3d4e51d66ef7167f832c1a8', '190.148.157.135', 1677612199, '__ci_last_regenerate|i:1677585370;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677507680\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677612199;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7be1cba9eb0ef54da2653fc50cca9b0d6ec9494', '173.249.31.237', 1659409213, '__ci_last_regenerate|i:1659409213;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 ('d7bf88e53ef936e3ee391f24883043d738f380ea', '190.56.32.35', 1671741359, '__ci_last_regenerate|i:1671741359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671741351;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7bfc3771ba6ae0aaf7bd32323f18634620b96d1', '114.119.131.28', 1688001777, '__ci_last_regenerate|i:1688001777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c1bc1d27dd2135b6a67112cb2c60f449d4430a', '190.56.32.162', 1686325340, '__ci_last_regenerate|i:1686325340;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686325276;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c37e13cf0ba762e5919221e32e6c71c3ffd396', '114.119.132.192', 1687617335, '__ci_last_regenerate|i:1687617335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c3befada2d11baa783c17d694ad5e1672edbe4', '190.148.252.55', 1675693938, '__ci_last_regenerate|i:1675693938;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"iKhRnLdrVgwY9moMzFlp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c65864c9227bc96187bff8dca22e52fc3e6c91', '46.161.27.204', 1653920085, '__ci_last_regenerate|i:1653920085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c950f12ffe1b4e74adf896251d3b330770d281', '114.119.159.216', 1688433256, '__ci_last_regenerate|i:1688433256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7c9724a70ee8cec2a211e53a098ce84f5335df0', '114.119.138.154', 1686550913, '__ci_last_regenerate|i:1686550913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7cca6c7e3cd0c7518497b53ccb364c65d877e2e', '190.148.252.96', 1673139564, '__ci_last_regenerate|i:1673139564;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673139537;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7cdf0212c67abccb9e30dc9c9760312ec8626d4', '74.208.2.188', 1672815802, '__ci_last_regenerate|i:1672815802;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ce6414e37d7db8f282fa95d3cfeb88555b65a3', '40.77.167.11', 1673760011, '__ci_last_regenerate|i:1673760011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d02ca7c66a17943f373de5bd80a67fb66c2aff', '190.148.252.96', 1673039382, '__ci_last_regenerate|i:1673039382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d14bed73fb192d8d98cceebff93ac82418f895', '200.119.174.9', 1674517658, '__ci_last_regenerate|i:1674517658;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674517630;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d2237a749ce2ef2adee934ff6b27a5088c5e54', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d2df3665af22add7955fb8de8ffa4b55227ce2', '157.230.82.67', 1684764182, '__ci_last_regenerate|i:1684764182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d35c78575c28e1758d1abca5c8fe7404c046ca', '207.46.13.236', 1655291234, '__ci_last_regenerate|i:1655291234;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 ('d7d6935d5af6db6dff72fd60515d9f118a1132f6', '190.56.55.113', 1673558855, '__ci_last_regenerate|i:1673558855;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673558819;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d7d23b6c9aad2a8e18e773df56a18590292bc4', '200.119.172.60', 1675012056, '__ci_last_regenerate|i:1675012056;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675012003;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d850f5bced702d4fdcf8e9a97b9b53c4fec67f', '66.249.79.197', 1681074473, '__ci_last_regenerate|i:1681074473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7d8ac3cd770d32aa619a9965bc9327061e49eb6', '190.148.252.183', 1681407767, '__ci_last_regenerate|i:1681407767;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681407730;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7db651d3bd7f89cda5f3e07c86214cefdb177c0', '34.87.175.71', 1660698641, '__ci_last_regenerate|i:1660698637;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 ('d7dda281d52c53be14821b1e32049fc6dbe61f40', '52.167.144.82', 1687655226, '__ci_last_regenerate|i:1687655226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7df3cfd811729da56d6214b0ea3c62b439896c6', '114.119.132.228', 1685354706, '__ci_last_regenerate|i:1685354706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7df44a42bbee0403b81d6d103af00a6f092f417', '157.55.39.147', 1671918341, '__ci_last_regenerate|i:1671918341;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7e3fa14f0e74b4314846e1eb5fdcad098355925', '190.148.252.183', 1681414615, '__ci_last_regenerate|i:1681414615;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681414403;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7e5c920802c6adc1db434d8f2e30dab0194efac', '157.55.39.51', 1669034401, '__ci_last_regenerate|i:1669034401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7eab63e230f272d5d69c2610e2ec76781ea4c95', '190.56.54.129', 1653590914, '__ci_last_regenerate|i:1653590914;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"5IdqzgV19Yhy26Kvx0wM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ee0a6e8a29cdc3ac9395e7ec4fe004ab382c1f', '200.119.169.25', 1664894627, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664894627;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664894236;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f05286ede4a0a4ddc4d1b60fd0736cd5a4704b', '52.167.144.109', 1680331377, '__ci_last_regenerate|i:1680331377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f4874a47bfe8a08a117c5c9f5953d05b1abfdc', '51.222.253.4', 1663361830, '__ci_last_regenerate|i:1663361830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f4bdd335a94cdde7748a518356886fa3cee253', '51.195.107.236', 1651171463, '__ci_last_regenerate|i:1651171463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f5f1786efec63a6db68b3dc18c1c2b8e47ccaf', '52.167.144.164', 1686627397, '__ci_last_regenerate|i:1686627397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f5f77cbef5c1e5a3bd9a114519f31a1672ec41', '52.167.144.162', 1682342748, '__ci_last_regenerate|i:1682342748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f669bdb0cf45aeeecd6d50089b3c78041fb9fb', '52.167.144.164', 1686769263, '__ci_last_regenerate|i:1686769263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7fc31ee3859ab97c7363fab4865087a17f7aa1e', '190.148.158.151', 1677462932, '__ci_last_regenerate|i:1677462932;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677462881;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7fc39595d9e3597456b8e8cd4d46ebd54b92ae1', '200.119.172.60', 1674658875, '__ci_last_regenerate|i:1674658875;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674658839;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7fd81a400259098bea52d440076ed7e1d683c77', '114.119.129.171', 1686550268, '__ci_last_regenerate|i:1686550268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7fe0cba1aa58ab42648797225e015937b8ba606', '190.56.49.237', 1665757801, '__ci_last_regenerate|i:1665757801;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665757552;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7ffc871a77abee3282a755b0e2cdfd74e68b334', '34.122.77.98', 1664258808, '__ci_last_regenerate|i:1664258808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8005c8a464285b2709bb8bd9afd61576f1a6084', '192.36.109.123', 1686034152, '__ci_last_regenerate|i:1686034152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8009e777b4592d62129b86300498fe117af2255', '40.77.167.101', 1681818190, '__ci_last_regenerate|i:1681818190;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 ('d8033b583799c94fced54623f609004bca268a22', '66.249.79.196', 1688500270, '__ci_last_regenerate|i:1688500270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8052c34e0854e94870b4fdb2ec493f267101d45', '192.36.109.78', 1688459085, '__ci_last_regenerate|i:1688459085;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 ('d805a7009e23ce5a8497afee18c824c8ffbf9749', '40.77.167.249', 1680623189, '__ci_last_regenerate|i:1680623189;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8079fdcd11a9a56d58958d789f8fa9d63fb8aca', '198.235.24.131', 1658253206, '__ci_last_regenerate|i:1658253206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d808b17a38c8324bd657ae4f0c0ac10b4df627f0', '114.119.128.244', 1687625837, '__ci_last_regenerate|i:1687625837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8095ce437ab6395b79df819ecb102342886fe35', '130.245.169.70', 1657360536, '__ci_last_regenerate|i:1657360535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8095d5672553157e6ac530e74df5adb9dd280b6', '190.56.32.131', 1687651890, '__ci_last_regenerate|i:1687651890;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687651882;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8097a2d4dc02f59de27497b720149acbcbbdbd1', '200.119.170.158', 1661344976, '__ci_last_regenerate|i:1661344976;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661344971;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d80d0a6ff9f3429fffd8b31e27f51aa071b01118', '114.119.148.198', 1688570539, '__ci_last_regenerate|i:1688570539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8102b114e7b93044bfd498acc66948bf6026a7c', '17.121.112.32', 1651332807, '__ci_last_regenerate|i:1651332807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81047fc4faf14bdb526bfc571fc9de27ed39944', '200.119.173.107', 1686793735, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686793676;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686793735;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8110233fe8e319d5d95172ec36ab75d1376b7b7', '190.148.252.129', 1666046882, '__ci_last_regenerate|i:1666046882;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666046878;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81622dd36663e88c2e170c6a11dedc73d963022', '40.77.167.32', 1674947433, '__ci_last_regenerate|i:1674947432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d817d608e6009f2b399de78eebb9c7c96b1b8105', '54.36.148.137', 1663073397, '__ci_last_regenerate|i:1663073397;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 ('d81b5ed9144c33470a989dea9f86d292b2937d46', '51.222.253.5', 1650929078, '__ci_last_regenerate|i:1650929078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81bf309b5c9dcf267ea6210032f8d3858939e3f', '52.167.144.24', 1687962754, '__ci_last_regenerate|i:1687962754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81c3db84959ed7acfde177fe9c2b94c88980c49', '51.222.253.18', 1668167303, '__ci_last_regenerate|i:1668167303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81e3e601a611478b0ace0151af8f4afaf8de510', '52.167.144.39', 1680572923, '__ci_last_regenerate|i:1680572923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81ea5f586fdf1a400cc64d2a96236b80bea16a0', '128.90.117.196', 1676091627, '__ci_last_regenerate|i:1676091627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d820567a0c7b83f99ffb92538203d7cf85cd839a', '190.56.50.6', 1686952149, '__ci_last_regenerate|i:1686952149;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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 ('d822b4e787452ac7e878a5299459170c90a7f7e5', '54.188.106.45', 1657891046, '__ci_last_regenerate|i:1657891046;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 ('d8243415344482497f135d8515394c69921ef6b3', '40.77.167.202', 1687770506, '__ci_last_regenerate|i:1687770506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8283b64aefd6a89a718e839d5f0b64b66c512a3', '200.119.172.60', 1674835632, '__ci_last_regenerate|i:1674835632;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674835616;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82a8d492c8c2f07d761e702df17efdc02aced2a', '52.167.144.90', 1680953658, '__ci_last_regenerate|i:1680953658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82abb9f2d235b20c6e51cb85028cad91cd258ba', '40.77.167.182', 1683474944, '__ci_last_regenerate|i:1683474944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82b6ddbdc653b75ecb3050a6aa0d4e2a36e418c', '200.119.169.59', 1655239487, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1655239487;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655227868\";last_ip|s:14:\"200.119.170.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655239481;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82d51f488504df03f23628b1093c0431979a8dd', '52.167.144.164', 1686536293, '__ci_last_regenerate|i:1686536293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82e040cd81a2daa5dd907f9bbcb5cad559c6967', '52.39.70.240', 1673702308, '__ci_last_regenerate|i:1673702308;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 ('d8307d23362d21dda91df032a58fd917c8aebe06', '52.167.144.63', 1687159836, '__ci_last_regenerate|i:1687159836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d831cd238e9a110609cbf4a3f1147fdd44aa6a15', '130.255.166.120', 1679036516, '__ci_last_regenerate|i:1679036516;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 ('d832753b7e7debf12d48f5f1341e909da952cb17', '18.206.55.48', 1652846888, '__ci_last_regenerate|i:1652846888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d832b1d44e62fd69a2ee8b124695ba02a03ef1c1', '52.167.144.70', 1688109618, '__ci_last_regenerate|i:1688109618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d834344b4241778cf5e877f98240f0faf61a5b0e', '192.64.4.26', 1680865991, '__ci_last_regenerate|i:1680865991;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 ('d834a07d0f3a315e94f8c2ccac6660abb688fca8', '157.55.39.217', 1683256083, '__ci_last_regenerate|i:1683256083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d834b19ab0f782a6132db1b6cc8c2cead286c1c0', '114.119.141.133', 1687821206, '__ci_last_regenerate|i:1687821206;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8354aedd65ba2ad301788b0c92161cf4eba7b22', '130.245.169.247', 1657277732, '__ci_last_regenerate|i:1657277731;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83712aa3f55f146bbeb0eab14ac41bce13c09ea', '40.77.167.227', 1679075540, '__ci_last_regenerate|i:1679075540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83bd4fd6a5dfb2d42401a5d4f04a443881de3f3', '190.56.54.156', 1665065266, '__ci_last_regenerate|i:1665065266;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664983997\";last_ip|s:12:\"190.56.50.39\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665065094;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83c61e8c38232da23e215d4c6d244fa585fe759', '52.167.144.164', 1686403463, '__ci_last_regenerate|i:1686403463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83d38851ff693c4e64bcb300cfe63de4f45f043', '190.148.158.69', 1685893771, '__ci_last_regenerate|i:1685893771;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685893750;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d83ec171c62b3239b183cb204e1a196d1d399248', '17.121.114.236', 1658185152, '__ci_last_regenerate|i:1658185152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8400f03f08e96c9d04ea8bc802293c71680a5e3', '52.167.144.164', 1684593704, '__ci_last_regenerate|i:1684593704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d84438474aaf6426b88c69b48924661d5b000c22', '52.167.144.28', 1679346634, '__ci_last_regenerate|i:1679346634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8443f759cf4165d33f73c3a7acce5959cda0b07', '207.46.13.217', 1684244539, '__ci_last_regenerate|i:1684244539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d844791c2240b901e4b453a247c4ac70826ac2fa', '103.145.50.162', 1656091396, '__ci_last_regenerate|i:1656091396;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 ('d84701a4b2fe9a96c41505997997d781561ef3cd', '200.119.173.177', 1684847257, '__ci_last_regenerate|i:1684847257;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684846859;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d847733a09f792e46da77d314cce4dcfaf9a16ae', '200.119.170.113', 1666713829, '__ci_last_regenerate|i:1666713829;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666713828;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8477aa9032b596ca88af358a9a8b39093dea3de', '144.76.67.169', 1669881242, '__ci_last_regenerate|i:1669881242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d84816d916e2de8cea6427b2dcd3132aeb1e1dca', '54.36.148.23', 1686456062, '__ci_last_regenerate|i:1686456062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d848c9b9acb854a9d7aaca4f9d4b885f7f244ce7', '52.167.144.120', 1688067637, '__ci_last_regenerate|i:1688067637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d84a609a5719daa12035ef1131304995d115db2d', '52.167.144.98', 1684233693, '__ci_last_regenerate|i:1684233693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d851000015fe594f87eb77e112828edc41d0c68d', '207.46.13.12', 1675613509, '__ci_last_regenerate|i:1675613509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d851463ff352dac422e247b8dfc4c398f2ef1af2', '23.81.95.226', 1684303819, '__ci_last_regenerate|i:1684303819;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8524d96e99718da6853d6f230bf0b2bde7559f2', '114.119.142.210', 1686946401, '__ci_last_regenerate|i:1686946397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85387b50aa2c84c742772bde8219296aa2ac2e7', '190.148.157.80', 1669683204, '__ci_last_regenerate|i:1669683204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669682611;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d856ea1ff6026c640f1d56bcd3d35f8076face86', '40.77.167.115', 1681709512, '__ci_last_regenerate|i:1681709512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d858c04e02ba5af833036598cc0b6eb4fe7af837', '40.77.167.60', 1671459548, '__ci_last_regenerate|i:1671459548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d859a560b15852533080d9f570aa7affa4badba2', '200.119.170.143', 1670106271, '__ci_last_regenerate|i:1670106271;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670106268;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85a580fb0973e28b24a004bd3a6a7ae8ca8ab10', '200.119.172.95', 1659716690, '__ci_last_regenerate|i:1659715803;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659662119\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659715803;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85b6c73db6037996863d0d2d27f7de9800e0aa7', '190.148.158.175', 1672612872, '__ci_last_regenerate|i:1672612872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672612858;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85b8bf26475fd1b891a02ca25a57496aa32b524', '114.119.155.69', 1687604069, '__ci_last_regenerate|i:1687604069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85ca9800cd88a5c181a13fed25b0858531f4f29', '52.167.144.89', 1679795876, '__ci_last_regenerate|i:1679795876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85dfe33541d4e2d52d243f663d72c108ce92588', '51.222.253.2', 1663794947, '__ci_last_regenerate|i:1663794947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85e57788c7014927598816259afb3b04ed6adc7', '157.55.39.90', 1663746402, '__ci_last_regenerate|i:1663746401;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8606bf439567ec2c2de42f49bbc72aa37c065ca', '190.148.252.197', 1665594957, '__ci_last_regenerate|i:1665594957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665594951;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86070e0bf8981ad19f1f9ed46478bbe7af86bd2', '66.102.8.65', 1670928176, '__ci_last_regenerate|i:1670928176;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('d860ec98a9de14ef862c455014634cc55e98009f', '52.167.144.98', 1686568283, '__ci_last_regenerate|i:1686568283;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d862e94ce607aca8188eff1e1135934f13dbe0ce', '190.148.252.233', 1668890366, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668890366;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668890358;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8634272feb1f28d45331143ae6e316c8d892010', '52.167.144.98', 1686409412, '__ci_last_regenerate|i:1686409412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d866a628b7b3ff718ce627f3472ca2ec1ec457fa', '51.222.253.10', 1656039997, '__ci_last_regenerate|i:1656039997;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 ('d8676dc910a044ac37551af71543e96e1f7468cc', '207.46.13.236', 1655291235, '__ci_last_regenerate|i:1655291234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86bb2e5aace4dd7e5d68905477864c59c274621', '200.119.173.67', 1679362468, '__ci_last_regenerate|i:1679362468;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679362422;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86e7b4c30b317635df8ec9d87e88a74f8431906', '54.36.148.129', 1683889925, '__ci_last_regenerate|i:1683889925;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 ('d86edef5a5241fd2040307ca6fcd5d6417d8de96', '190.56.173.152', 1654907505, '__ci_last_regenerate|i:1654907505;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654907439;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86fc9aeb353b5421101ad048c9ca7561545f301', '40.77.167.80', 1675004226, '__ci_last_regenerate|i:1675004226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87201ec2ca44768909219a6468d99d8aa4123ea', '66.249.79.194', 1687944752, '__ci_last_regenerate|i:1687944752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d874d334f6c8e0b597a00b2657a2f9ef943329b4', '190.148.157.183', 1680205883, '__ci_last_regenerate|i:1680205883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680205755;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87614f5b81bcd93ff31a9c8ddf8a5d950b73c77', '52.167.144.162', 1686202604, '__ci_last_regenerate|i:1686202604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8774d31bf504e136bd42eb745fc3e424f848f0c', '114.119.140.186', 1684966273, '__ci_last_regenerate|i:1684966273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8775750c7a7d584aef62cb213887bd1f9257bb1', '190.148.158.175', 1672414025, '__ci_last_regenerate|i:1672414025;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672348758\";last_ip|s:15:\"190.148.158.175\";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 ('d8777289523d44a5aab95186cce9d8cc7edc5773', '200.119.173.78', 1682964600, '__ci_last_regenerate|i:1682964600;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682951098\";last_ip|s:14:\"200.119.173.78\";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 ('d877b93cca16cef0012796dbd72329f6b6c261a9', '207.46.13.211', 1679176941, '__ci_last_regenerate|i:1679176941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d878cbcd64fdcce389a09e5ccddf32d97c441313', '167.99.188.216', 1672118761, '__ci_last_regenerate|i:1672118761;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8790464cd6ebb6a23e7335c5de79d700057b927', '114.119.153.152', 1683821294, '__ci_last_regenerate|i:1683821294;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 ('d87b167f2b8cf7a7300d07c8d5d5876017aa5937', '52.167.144.164', 1684319969, '__ci_last_regenerate|i:1684319969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87b589b239d2a64f0ed0b9f6670c74d25fb3dfc', '35.161.17.120', 1677590951, '__ci_last_regenerate|i:1677590951;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 ('d87bd1ec322a072c441b2fe7c4ecbe075b75f9d7', '54.37.233.116', 1650852359, '__ci_last_regenerate|i:1650852359;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87df479f5aaa9bd559670b90806a095b5a4fd1a', '40.77.167.202', 1687664951, '__ci_last_regenerate|i:1687664951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87e18793c708ecd2ed3bdc3c7ebd0828fc58a34', '40.77.167.184', 1688346743, '__ci_last_regenerate|i:1688346743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d87e2ae4e17ffd4d3057a7a305cee2f8778dc303', '114.119.132.61', 1688133605, '__ci_last_regenerate|i:1688133605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d880e5aac357ffd8351dade572c1e48ef1ea1821', '200.119.169.175', 1669812683, '__ci_last_regenerate|i:1669812683;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669812643;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d881a5ef83d33ed94c4eadc0e64e75b61cc03a7a', '40.77.167.64', 1675087594, '__ci_last_regenerate|i:1675087594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d882d998ab2816eae2513bcca938fdb2aca5dc15', '190.104.119.122', 1650987330, '__ci_last_regenerate|i:1650987330;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1650734207\";last_ip|s:15:\"190.104.119.122\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1650984345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8832ad2b04301844199121ca82dbd6046feeb1d', '40.77.167.147', 1681242491, '__ci_last_regenerate|i:1681242491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8881afedf55dfd9264be398d84a101845aedc75', '52.167.144.98', 1686157755, '__ci_last_regenerate|i:1686157754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8883fe7e6cea4e93b56f0f4a75f5cee4680f2b7', '207.46.13.160', 1674432061, '__ci_last_regenerate|i:1674432061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88947b4de7910bd77479edae9d4ae679f1ede8a', '114.119.141.206', 1688169776, '__ci_last_regenerate|i:1688169776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88b8019812d70cb73aefc5184aeb0306c505c07', '17.121.115.23', 1658182949, '__ci_last_regenerate|i:1658182949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88dcd98ae3186fb075a81403b360912e9d7760f', '157.55.39.253', 1682924300, '__ci_last_regenerate|i:1682924300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88e86e158a11b4e66dcb197f021e28292f85881', '114.119.149.183', 1685059292, '__ci_last_regenerate|i:1685059292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88f89b504de19e29b27601b7bfc261e0a29d509', '52.167.144.74', 1688003735, '__ci_last_regenerate|i:1688003735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8900d7b1ce7dc22ddd9254a9ee21c2f6999dd41', '190.148.158.75', 1663357393, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89365e9541a32bd1d1de687d44538275e0c2eed', '52.167.144.74', 1688574664, '__ci_last_regenerate|i:1688574664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d893664cc7b6aa5f93411598c9f781664f61d2f6', '51.195.216.255', 1650897766, '__ci_last_regenerate|i:1650897766;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 ('d89684e36035e978b55894a488ec82c894b64cd7', '190.148.157.177', 1682374537, '__ci_last_regenerate|i:1682374537;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682374504;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89860c43b717779525d6d7aad6d742b2a523d10', '190.148.157.80', 1669417950, '__ci_last_regenerate|i:1669417950;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669414802;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8988e42402a23472e48ec445366981887bfc7cf', '157.55.39.79', 1668134123, '__ci_last_regenerate|i:1668134123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89a8120b1b25a80de9f17da88b871fa8817da4a', '40.77.167.191', 1682371551, '__ci_last_regenerate|i:1682371551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89a881817a84d756369f399c58b4c89435d9bca', '5.188.62.21', 1656415008, '__ci_last_regenerate|i:1656415004;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89b405bfa5724bca80797d8145af6ac09aaad1a', '52.167.144.57', 1687213780, '__ci_last_regenerate|i:1687213779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89d8dbeb83b633d5a52f2bbdc5e160e182d5052', '190.56.32.32', 1686150752, '__ci_last_regenerate|i:1686150752;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686150745;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89e226d7508e05dd68866ebc56457284f511438', '54.36.148.209', 1669976023, '__ci_last_regenerate|i:1669976023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89f1a47b4b007965f5f7afc6a9049f90a14b8c8', '54.36.148.3', 1670963300, '__ci_last_regenerate|i:1670963300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a0eff33e9e15207a45c3a904127d3478f4ddc8', '200.119.168.1', 1655341956, '__ci_last_regenerate|i:1655341956;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655297363\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655341476;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a114abb04b774ce574c58e2fb21f4684d99634', '52.167.144.41', 1687141354, '__ci_last_regenerate|i:1687141354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a23780d979881b116ba1300fcf1b1839353d78', '52.167.144.98', 1685740389, '__ci_last_regenerate|i:1685740389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a2463484691ae6fdc5352eeddb4ace78149663', '190.56.173.213', 1683163538, '__ci_last_regenerate|i:1683163538;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683163523;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a491d1340d6fefd27c9a058799832e23d0e9a2', '52.167.144.164', 1684566631, '__ci_last_regenerate|i:1684566631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a4a35311037a550d5e5e33cccee799ff71248a', '207.46.13.12', 1675520625, '__ci_last_regenerate|i:1675520625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a4ed698a3fe3ebdfae931cc06f77d14e84c17c', '54.214.111.21', 1675864665, '__ci_last_regenerate|i:1675864665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a7af3f8219d0f06875155f84dbda84649980b4', '114.119.157.3', 1687608807, '__ci_last_regenerate|i:1687608807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a803ca55027b5a578b98f3e226b54a424a8df4', '46.101.63.152', 1652762876, '__ci_last_regenerate|i:1652762876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a8e7d9f017f7959868bb56f852802ef23c1176', '40.77.167.102', 1661926781, '__ci_last_regenerate|i:1661926781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a9f6f46b29e16767180d1b2f02ab66311aa63b', '157.55.39.25', 1663465350, '__ci_last_regenerate|i:1663465350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8aa91965d404666189005dc2ca9b9ae3c4cec56', '190.148.252.69', 1657635256, '__ci_last_regenerate|i:1657635256;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657589103\";last_ip|s:15:\"190.148.252.219\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657634618;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8abd5a0d5b09046ba94790a54979bfcaafebe86', '114.119.143.247', 1686281644, '__ci_last_regenerate|i:1686281644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ac1242f2e622e296000bc46cef8d80dadb8c24', '200.119.168.250', 1680967279, '__ci_last_regenerate|i:1680967279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680966647;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ac90e506e9dfba3e0928db0f8667076fcc5041', '190.148.157.98', 1679083220, '__ci_last_regenerate|i:1679083220;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679082756;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ad6cd670221716c5a8e0ca05b48db36711afbc', '52.167.144.162', 1686503725, '__ci_last_regenerate|i:1686503725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ad8dd098b847e5c2d94450ab3ea621e3b72d48', '207.46.13.52', 1663589197, '__ci_last_regenerate|i:1663589187;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8adfa35b220e29222c5069f7f6d3085ad3f3176', '52.167.144.74', 1688219891, '__ci_last_regenerate|i:1688219891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8aeea40024b05fc2044230e2154f725149e0f3d', '40.77.167.202', 1687701568, '__ci_last_regenerate|i:1687701568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b181cb99b2ffd29592b7c232afe19bac16f1ca', '66.249.79.210', 1659176653, '__ci_last_regenerate|i:1659176653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b31b01a32526d964a0c9dc524a73a3a6259281', '173.249.31.237', 1659409187, '__ci_last_regenerate|i:1659409187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b6f69483cccfb58c1f94beb035fa52a7c49953', '200.119.170.221', 1664296316, '__ci_last_regenerate|i:1664296316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664296315;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b87ca2a6efec7ad86e4ed7692a9a45d26a7e76', '190.56.173.169', 1651703870, '__ci_last_regenerate|i:1651703870;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651250637\";last_ip|s:12:\"190.56.48.90\";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\";last_activity|i:1651703493;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";user_csrf|s:20:\"YxMS0QP72KDnwbHATgz1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b99fc1b1b0daa26e601de85a86759789d72202', '128.199.55.58', 1654673025, '__ci_last_regenerate|i:1654673025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ba26d729dcd04cd6ee9a422cb49fac4c574c52', '52.167.144.56', 1680923286, '__ci_last_regenerate|i:1680923286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bada0f2dce78afb3af184da8c06d53c92af3a9', '200.119.172.60', 1674855419, '__ci_last_regenerate|i:1674855419;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674855303;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bb0f51cbeb20de471470248bd15636691a6346', '157.55.39.65', 1660999156, '__ci_last_regenerate|i:1660999156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bbe8dd6454514096c482570386c561371c1245', '157.55.39.51', 1668000309, '__ci_last_regenerate|i:1668000309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bc2f486cc4d7d3fb05dcfd2d6eb794da31cd88', '207.46.13.10', 1670998430, '__ci_last_regenerate|i:1670998430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bc98670f837fdd91561c11fbaefe1edeefe1a6', '40.77.167.182', 1683552020, '__ci_last_regenerate|i:1683552020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bca9d76a5ea2a9050ef495a10e0067053a560b', '157.55.39.79', 1668934964, '__ci_last_regenerate|i:1668934964;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bcfc651e6d4e881630d58f69dafbbc3fc592af', '199.244.88.222', 1657986544, '__ci_last_regenerate|i:1657986544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bd0e896efa7aa695735ed24e324f56b68ba5e2', '193.235.141.146', 1678796046, '__ci_last_regenerate|i:1678796045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8bd71cb66be96d0857a30327e22291a0dad237a', '200.119.174.137', 1654805871, '__ci_last_regenerate|i:1654805871;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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 ('d8bd93a786e983b78d80d969363651b136cc0fee', '198.235.24.16', 1658507977, '__ci_last_regenerate|i:1658507977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c17b898b5618872d28c39e83a4a05d2b6f224f', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c2c3e8eea8e789a7d9299f239665fc1ea271d3', '157.55.39.79', 1669419456, '__ci_last_regenerate|i:1669419456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c48e50636d0b3094b27f136fd7008dcab158ad', '207.46.13.48', 1653739732, '__ci_last_regenerate|i:1653739722;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c7b371ea54c8e02a15e964d5154ababc081ad5', '200.119.173.87', 1662826625, '__ci_last_regenerate|i:1662826625;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662656977\";last_ip|s:14:\"190.148.157.99\";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\";last_activity|i:1662824635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c808b3ddcb22b9e86859cf60c8fc2e5ffc9f89', '52.167.144.154', 1687916173, '__ci_last_regenerate|i:1687916173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c8ce9c553de98603c0dff9361122cb43ef537b', '200.119.170.221', 1664475530, '__ci_last_regenerate|i:1664475530;requested_page|s:14:\"admin/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664459534\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664475515;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8cc3af7944e9dfb263f555f69813e30479f26af', '51.222.253.13', 1657030407, '__ci_last_regenerate|i:1657030407;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 ('d8cda463a64ea0a3c9751208d9bbe8e8ba296c03', '101.68.211.2', 1657159762, '__ci_last_regenerate|i:1657159762;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 ('d8cf72ae15a2cd78ce211ce575ac081a6af48c79', '52.167.144.162', 1686257744, '__ci_last_regenerate|i:1686257744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d175449302fc843b43e9208dc424b8d2813e55', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d175f30b5c3f599cbea2e39235775815d9abf3', '190.148.157.117', 1675638663, '__ci_last_regenerate|i:1675638663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675638394;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d1dd679e6aafa4411d81de9b156daf2abfdeb3', '200.119.172.96', 1675515924, '__ci_last_regenerate|i:1675515924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675515383;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d3121f09314143bc59ef1cae2b4023f0571f99', '52.167.144.172', 1687088748, '__ci_last_regenerate|i:1687088748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d3f3ad38375861d7b3b937e326da35a9678049', '157.55.39.217', 1683192233, '__ci_last_regenerate|i:1683192233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d4f4a2c2492d8305e8ca1e0e15c23de3a4f3f0', '52.167.144.70', 1688406017, '__ci_last_regenerate|i:1688406017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d5c6ed573f7d5b4d7325484366bdcfa80f5e46', '190.148.252.151', 1670941622, '__ci_last_regenerate|i:1670941622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670941546;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d708040a145941b9c650bf9944a3a3d2a8de7b', '185.113.141.65', 1655970947, '__ci_last_regenerate|i:1655970936;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 ('d8d7fb42f4b0fd254882dec9e3466344f956780d', '52.167.144.171', 1684315717, '__ci_last_regenerate|i:1684315717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8d871b9327fc09137c414c7e4a568898415a579', '190.148.252.96', 1672952590, '__ci_last_regenerate|i:1672952590;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672952553;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8da6446bd6ba0e0cf50f9b65cb1c3f46d156d70', '159.223.38.79', 1659167604, '__ci_last_regenerate|i:1659167600;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 ('d8dd399a96fe63069d77c0bb6b474e43514c43e4', '190.148.252.56', 1663952809, '__ci_last_regenerate|i:1663952809;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663948764;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ddeecc7c147be8e2643c63cef74a53b3d680b3', '200.119.170.209', 1656985411, '__ci_last_regenerate|i:1656985411;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656969382\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656985382;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8df3e13d3c2fde1f4e0cecc11e29fb2a9c11adf', '190.56.32.180', 1681265770, '__ci_last_regenerate|i:1681265770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8dfa244041c9f733349c973debf190a1d7970aa', '190.148.157.98', 1679161579, '__ci_last_regenerate|i:1679161579;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679161491;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e2dacd6b2e5c84cca6c80dd935232bfa410cec', '54.36.148.24', 1667367599, '__ci_last_regenerate|i:1667367599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e551b984d9dd99c162631d19f331cf02415fae', '114.119.137.141', 1687891555, '__ci_last_regenerate|i:1687891555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e638d16c76ff3498f7d4a0dfc54e822f8e6b99', '207.46.13.154', 1669998863, '__ci_last_regenerate|i:1669998863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e75ee7332b7dfc47d9253b94010b8396c54c39', '114.119.139.205', 1687343659, '__ci_last_regenerate|i:1687343659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e778bcda77cd34ef26c6b2cfb40212a8f5e455', '51.222.253.8', 1682256406, '__ci_last_regenerate|i:1682256406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e7be3147b2ce61b0e3b89c6f4382a501af0113', '114.119.145.89', 1686320676, '__ci_last_regenerate|i:1686320675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e90c18ac0a8501ae1e93c0b752592e1b05ab87', '51.222.253.16', 1652049082, '__ci_last_regenerate|i:1652049082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e9248f6a704c070dab752e91eb7bb97aeba9d1', '190.148.252.183', 1681417004, '__ci_last_regenerate|i:1681417004;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e9bab6758722753fefeefb10b0cbb099a518c7', '190.56.51.158', 1655662988, '__ci_last_regenerate|i:1655662988;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655646158\";last_ip|s:15:\"190.148.252.141\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655662984;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e9edf3ac80c9a077ec5325ca2f38af56130466', '40.77.167.123', 1684025469, '__ci_last_regenerate|i:1684025469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ea189a418a5038bc739ceb2e943b561075fe4e', '65.154.226.171', 1659086160, '__ci_last_regenerate|i:1659086160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8eb25711661e64ea27730d012c6b5f39fd0d644', '114.119.143.247', 1687304124, '__ci_last_regenerate|i:1687304123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ec329e78ad6db2d48d351e37a3ba8b1e421ffd', '65.21.206.43', 1655670371, '__ci_last_regenerate|i:1655670371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8ece365c8ca2563dc5fabce6d1b9c71b7463eb0', '35.90.232.41', 1680613748, '__ci_last_regenerate|i:1680613748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8efd755706af84b7eeee7b1804b0fef38fa3372', '200.119.168.250', 1681137712, '__ci_last_regenerate|i:1681137712;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681136489\";last_ip|s:15:\"200.119.168.250\";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\";user_csrf|s:20:\"n1BoqsmkMtiV7l40fgON\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f27937670e9816b5f5db8c26162ebe339606e7', '5.188.62.76', 1659556970, '__ci_last_regenerate|i:1659556970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f358218e2e5546a9429a0fb21833be99400f9a', '200.119.172.60', 1674603838, '__ci_last_regenerate|i:1674603838;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674603816;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f57ff6ec53c1ec974515aacac4b023d357d78d', '17.121.112.61', 1658615410, '__ci_last_regenerate|i:1658615410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f68d56fdc4b916613d61ff03f786a60339bf92', '54.213.225.152', 1665582020, '__ci_last_regenerate|i:1665582020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f78d60827b8a27ce89a149bd4c5e4627bf7d59', '40.77.167.49', 1664699962, '__ci_last_regenerate|i:1664699962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f78d943106ddee2d08c77e8f58d52d5323eb6a', '114.119.151.172', 1684908581, '__ci_last_regenerate|i:1684908581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f8c6b50bc61c313266155336781d4780c1d420', '51.195.216.255', 1650896148, '__ci_last_regenerate|i:1650896147;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f929969e9cc39259dfb2835b41506da8844f2c', '52.167.144.164', 1685690103, '__ci_last_regenerate|i:1685690103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f944b24c8d3b60688a7f54481cd87bba994d4d', '114.119.133.30', 1687903087, '__ci_last_regenerate|i:1687903087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8fa6885907c39ed54b40042cb7d7b4f0bc48744', '114.119.133.14', 1688438512, '__ci_last_regenerate|i:1688438512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8fc73518056d79e3331c4cd900d873c2a713518', '114.119.157.142', 1687603540, '__ci_last_regenerate|i:1687603540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8fdac70601aa496bed163d06adc1c5664066b63', '190.148.87.6', 1668431692, '__ci_last_regenerate|i:1668431692;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668431630;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8fdc08794496228c71705e1ed1f009e276c167e', '40.77.167.202', 1687450628, '__ci_last_regenerate|i:1687450628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9010c09c9b61d00eda0ec5a5cb46ae3c8bbd2c2', '36.99.136.142', 1650686103, '__ci_last_regenerate|i:1650686103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d903e591bd21d174ac1b81f461fba46d4503a7ad', '190.148.87.96', 1678547667, '__ci_last_regenerate|i:1678547667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678546242;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d904344525edd1dc8a3ff35796362feadf22b045', '54.36.148.94', 1678150761, '__ci_last_regenerate|i:1678150761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9045774807428f9563bb1055c061c9cbdbf0cca', '190.148.87.182', 1679924931, '__ci_last_regenerate|i:1679924931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679924923;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90532dde60668e516377617de9fec89d8da4a97', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d907209d9731400735765c55fb0a9943b87a11fd', '200.119.168.9', 1660740884, '__ci_last_regenerate|i:1660740884;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660683817\";last_ip|s:15:\"200.119.168.196\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660740501;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90744f146285f4d6262e8fb2f7f0d4dafa5ce6c', '114.119.153.132', 1688142150, '__ci_last_regenerate|i:1688142150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d907de5c7b48ab8af7d2009a1934efae7a890b73', '3.237.104.7', 1654055392, '__ci_last_regenerate|i:1654055392;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 ('d90a069d1625d698287654daa6eb4965ebd76607', '52.167.144.162', 1686769199, '__ci_last_regenerate|i:1686769199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90a1ba998186359f66b04d03b341eaef7860700', '34.221.194.109', 1660310794, '__ci_last_regenerate|i:1660310794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90ae2e67b72472433f74a5034a68a93c9592210', '200.119.181.7', 1654800610, '__ci_last_regenerate|i:1654800610;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799610\";last_ip|s:15:\"190.104.119.212\";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 ('d90bcaa23d76b4721608a035cb439b1de0ffdb5c', '207.46.13.44', 1673056549, '__ci_last_regenerate|i:1673056549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90bd89315a5e1ec2307f7dae89c0708377314ba', '52.167.144.162', 1687203716, '__ci_last_regenerate|i:1687203716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90c18321f424a62c623ff49bf38fa5618d083de', '157.55.39.90', 1663214730, '__ci_last_regenerate|i:1663214730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90c6154f5db9aed886eac8e207cc1004acf10a2', '200.119.173.177', 1685151863, '__ci_last_regenerate|i:1685151571;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685151863;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90cfbb20f1db01c1380910a472ec73a1a7bef7a', '114.119.133.158', 1687890731, '__ci_last_regenerate|i:1687890731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90d4390b695f99f1bde12c078c5338b846d5a14', '52.167.144.89', 1679463832, '__ci_last_regenerate|i:1679463832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90dbca8d259fd32dd172b7a6f91158231646a8b', '40.77.167.13', 1672569995, '__ci_last_regenerate|i:1672569994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90ea2dc8222be560467ef46a63bac8a76a7e359', '207.46.13.12', 1676133822, '__ci_last_regenerate|i:1676133822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d90f5ac86827fd29ed91cc4659ee4a340a5e6965', '52.167.144.162', 1686556613, '__ci_last_regenerate|i:1686556613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9106b40067b17e96e03290ae7226cd2b2f6c950', '190.56.32.32', 1686098525, '__ci_last_regenerate|i:1686098525;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686098520;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91134799af7377e1117c93a97ea659e0ce2b54c', '190.148.87.96', 1678409822, '__ci_last_regenerate|i:1678409822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678304390\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678409818;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9122bf3a73781382ee83e512088ee529c2a29d6', '40.77.167.182', 1683017584, '__ci_last_regenerate|i:1683017584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91277aa4d1d0fd1818587327205c31ccafd29e3', '207.46.13.217', 1684071504, '__ci_last_regenerate|i:1684071504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d913a5faa20748ffd7151e6aeca5300102ea664a', '114.119.144.24', 1685871152, '__ci_last_regenerate|i:1685871152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91472e902d2ef5ad17223e5875aad26d592a027', '114.119.137.230', 1688032047, '__ci_last_regenerate|i:1688032047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91675ef5aec2442655ca65b043d7c5be7179469', '35.91.249.232', 1672752482, '__ci_last_regenerate|i:1672752482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d917ac5f88ef75d78d861c404a1f724044bbcc59', '52.167.144.107', 1680768881, '__ci_last_regenerate|i:1680768881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d919577431c020e4d7089c08da0d1fb474c3b09f', '157.55.39.212', 1677382434, '__ci_last_regenerate|i:1677382434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91979d033fd66f2930d7596b5a9d39924ac8706', '52.167.144.164', 1685484963, '__ci_last_regenerate|i:1685484963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91a227a253acb0f4189d784b3855ec938ee284f', '157.55.39.46', 1672812008, '__ci_last_regenerate|i:1672812008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91a35ca07c0e1f0bccde26b8422dca5db8222e2', '207.154.204.175', 1657274121, '__ci_last_regenerate|i:1657274121;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 ('d91a756a5dc3815f26012ffe0a2efe732e67543b', '52.167.144.70', 1688162344, '__ci_last_regenerate|i:1688162344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91aa4eaac3689528f459145bd9cd636a5eeb89b', '114.119.156.17', 1688025597, '__ci_last_regenerate|i:1688025597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91ab52faf08f7bd5d8984b33df1f3ca578b197c', '157.55.39.253', 1682766333, '__ci_last_regenerate|i:1682766333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91af14fa7738e7602f456d776840ccb04070f76', '190.148.158.164', 1667337166, '__ci_last_regenerate|i:1667337166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667336949;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91c859cf5a1f9e9a9fa4162b757e1680075253c', '157.55.39.79', 1669795013, '__ci_last_regenerate|i:1669795013;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d91d5c1ec07de92007e32b706349ab3be4de2bb8', '52.167.144.28', 1679154112, '__ci_last_regenerate|i:1679154112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d921eeb7064cb34a757fe2bb53ddf9771a4b2647', '3.120.193.160', 1657470598, '__ci_last_regenerate|i:1657470598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d924030a04eabd989f93b29419713f2907979d28', '200.119.170.113', 1666718080, '__ci_last_regenerate|i:1666718080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666717638;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d925d1a3425db2364eecd21df680855251b013d3', '51.195.216.255', 1650895874, '__ci_last_regenerate|i:1650895872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d926eb88cbd0aa047a3d09dc909a575b1a5ccd35', '190.56.173.213', 1683586621, '__ci_last_regenerate|i:1683586621;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683586617;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d928a4b5667637550522245afacbf5b81c13aafd', '200.119.174.9', 1674481945, '__ci_last_regenerate|i:1674481945;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674481938;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92af585c1d52e1c0fb1a2e94215b31e6893ab71', '40.77.167.202', 1687450628, '__ci_last_regenerate|i:1687450628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92b826866252a380acc41d18a0149d204a8d4c3', '200.119.170.168', 1670615935, '__ci_last_regenerate|i:1670615935;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670615929;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92e7e0dec2a5e1e24734ca5d0b7d40990047031', '52.167.144.171', 1685129291, '__ci_last_regenerate|i:1685129291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92f2cccf029ab1dfcc88eb6aa59465b42ed5a1e', '190.148.158.175', 1672532240, '__ci_last_regenerate|i:1672532240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672532206;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d92f576037b225ef7c8493ad98e11a6811f0bdab', '52.167.144.98', 1685506602, '__ci_last_regenerate|i:1685506602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d932274c3f62640d7be40c4733b5b5ef3c0378e2', '157.55.39.51', 1668774368, '__ci_last_regenerate|i:1668774368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9355a885526184c51d374c10ab7ea26210769ec', '207.46.13.217', 1684025452, '__ci_last_regenerate|i:1684025452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9361d318e67bf033ec93d3c644f47328bb13bb7', '200.119.168.48', 1668086165, '__ci_last_regenerate|i:1668086165;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668084603\";last_ip|s:14:\"200.119.168.48\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9368b247e70a0dddd935dbed58f4502089898b0', '190.148.87.182', 1679575732, '__ci_last_regenerate|i:1679575732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679575726;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9397b9aea9d928c25f76392489f9b333c10d73c', '114.119.133.146', 1684916141, '__ci_last_regenerate|i:1684916141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93a2b8ade0947b36cf0dc5d68264cdbd80fab45', '190.56.173.130', 1650899449, '__ci_last_regenerate|i:1650899449;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93c5efd5337da32dd4bb84999941bc35716437e', '167.172.78.50', 1653864106, '__ci_last_regenerate|i:1653864103;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 ('d93d2913628a46c3df144fb5d1df84491fef94f5', '51.222.253.7', 1651892444, '__ci_last_regenerate|i:1651892444;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 ('d93ebec0104b052864663f9da1837fb28f6c3a6f', '190.56.49.206', 1655423072, '__ci_last_regenerate|i:1655423072;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655422175;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93f24c926eddb2b7153198f7d419e02484741de', '190.56.32.174', 1676813977, '__ci_last_regenerate|i:1676813977;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676813806;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93fe8ef1e2610b86f1b7decfad698db9be18669', '40.77.167.56', 1673192529, '__ci_last_regenerate|i:1673192529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9408b99657192ddf271ccf4397742d948609067', '52.167.144.98', 1686103215, '__ci_last_regenerate|i:1686103215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d941e04d847919bae415eefe73bd89d9ec53683b', '207.46.13.44', 1673056549, '__ci_last_regenerate|i:1673056548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d941ea320f1e569f984062d3c00b4119ad972faa', '93.159.230.83', 1660847143, '__ci_last_regenerate|i:1660847143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d946aaa8d33b2237481f4c437e106c2eccf8e7f3', '114.119.159.161', 1686175743, '__ci_last_regenerate|i:1686175743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d946d49804980fdc52b94cf461de81badaa0d832', '120.230.102.249', 1673682753, '__ci_last_regenerate|i:1673682753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9474196849eca7f530bc0659e518d3f63961a37', '40.77.167.179', 1677882108, '__ci_last_regenerate|i:1677882108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d94747b07bef5b04af10f53b5832fe6b9a1a2d2f', '190.148.87.99', 1688416225, '__ci_last_regenerate|i:1688416225;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"rWM4XT52CtEOU7y9FYNo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d947b0bea516541a4dceb43135897f9fd1c40f13', '190.148.158.69', 1685987958, '__ci_last_regenerate|i:1685987958;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685987952;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d94ad1b85421804fa8f5180c8cb28f9e2a230c52', '157.55.39.125', 1653952197, '__ci_last_regenerate|i:1653952197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d950777331416358f66348757082e70bf2457f19', '190.56.55.48', 1687439038, '__ci_last_regenerate|i:1687439038;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687439026;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d950ad4249bff3eafdf30d8f00c4a83345499634', '18.206.55.48', 1652386623, '__ci_last_regenerate|i:1652386623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9514eb4fc76a0c3efc8d50dd401525a0027b3b5', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d953d8a5995b43f7138e568b02b27011f86d19c2', '157.55.39.217', 1683316551, '__ci_last_regenerate|i:1683316551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9541a82ee1f7117c2768afe3b3d42a02b0cbe16', '52.167.144.164', 1684394967, '__ci_last_regenerate|i:1684394967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95880e72955298f6256061717c3984c31b781c9', '200.119.170.210', 1669764684, '__ci_last_regenerate|i:1669764684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669764496;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95926b65a35771293d30f2b369b2b4d4b1370b5', '190.56.32.174', 1676930706, '__ci_last_regenerate|i:1676930706;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676930694;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d959597b31fdb2c88f45ffe2dc11ad00bc333451', '175.44.42.218', 1684700886, '__ci_last_regenerate|i:1684700886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95dce660a4bc1ad7973dc5477b2c2dae1fab4a2', '51.222.253.15', 1681428954, '__ci_last_regenerate|i:1681428954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95debd98ec7381245ad7521aeccb5eaad7eeec5', '190.148.157.177', 1681939011, '__ci_last_regenerate|i:1681939011;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681938999;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9606353b38234b0f53b0ab00e5fec85e09b351a', '40.77.167.170', 1675405765, '__ci_last_regenerate|i:1675405765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d961e43d129b739d51ee39fe8e27e48c1c8a7c8b', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9629268e9c4fc16c5cec875852aa0d5c7ed107c', '52.167.144.164', 1686368781, '__ci_last_regenerate|i:1686368781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d963021ead3666523a3116edc0df6ab1897abe63', '190.56.55.48', 1687564026, '__ci_last_regenerate|i:1687564026;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687563941;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9641f6b77f5640bde5fe3798da3a2a5e16a0ac2', '52.167.144.98', 1685379745, '__ci_last_regenerate|i:1685379745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96578fbf124f3dbce9c6d72a1122deb8b3b9958', '5.188.62.76', 1659563226, '__ci_last_regenerate|i:1659563221;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96784e6a3e6b6cf6c41e664bc902d9180e52571', '157.55.39.227', 1688446213, '__ci_last_regenerate|i:1688446213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96ac9c1f832ba5cea624a818f502e32467db18a', '51.254.199.11', 1667535385, '__ci_last_regenerate|i:1667535385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96bb8652b5c0ef97f83f7898782c205e48a2e71', '190.148.158.69', 1685917404, '__ci_last_regenerate|i:1685917404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685917379;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96bd7f93b624144a0ec18b8c0a4dd9032bb7241', '190.148.252.96', 1673276065, '__ci_last_regenerate|i:1673276065;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673276056;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96c3df851f13a05c313457371a99361d3d2f082', '114.119.137.103', 1687594757, '__ci_last_regenerate|i:1687594757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96d34eae9622b9e6b2daec6120a208c35e61875', '207.46.13.179', 1673079277, '__ci_last_regenerate|i:1673079277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d96dfb4624a5421461b21cbb3e9777c4a19eefd0', '207.46.13.221', 1687055962, '__ci_last_regenerate|i:1687055962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97081357b8f5ed197fc332e9cf98856f78b22fa', '40.77.167.13', 1672215475, '__ci_last_regenerate|i:1672215475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97166f336d1e6af0550ff9cc2f03568bb210c9a', '51.222.253.15', 1673808003, '__ci_last_regenerate|i:1673808003;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9716c1feebbca12f0901b6ef9474bbc607bc510', '200.119.172.95', 1659621331, '__ci_last_regenerate|i:1659621331;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659585088\";last_ip|s:14:\"190.148.158.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659619181;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97386f3c806db038b666c8e6afefd1a1609a397', '52.167.144.56', 1676469360, '__ci_last_regenerate|i:1676469360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97445eea383cd99a0b03f872cf619166dd2b485', '157.55.39.125', 1654248367, '__ci_last_regenerate|i:1654248357;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d974ce5d32627320f798714702f74f3231f48558', '54.36.148.29', 1679958474, '__ci_last_regenerate|i:1679958474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9763e3fce594b34ee1493eb0eb42f4090063508', '51.222.253.12', 1687312665, '__ci_last_regenerate|i:1687312665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d977f62ae5d485295a4b7ebca1c93061444aaea6', '52.167.144.162', 1687355402, '__ci_last_regenerate|i:1687355402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9786d7f38e5de6035e81b684ccbb2d11db9d678', '190.148.158.151', 1677357363, '__ci_last_regenerate|i:1677357363;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677357312;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97c148da854a33a6d1392ceaea692e7b20064b0', '190.56.50.253', 1682602195, '__ci_last_regenerate|i:1682602195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682602061;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97c19b5b5f98302d676de6d899f9adf78e64d90', '200.119.173.133', 1660948508, '__ci_last_regenerate|i:1660948508;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660683184\";last_ip|s:15:\"200.119.168.196\";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\";user_csrf|s:20:\"4T0mw2hnQZoAqSbF7eyg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97db602425a6baf6951d54f61bd7caeabf6a81b', '188.166.208.251', 1654458380, '__ci_last_regenerate|i:1654458375;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 ('d97dd14a99444a11a4d76a518accb49103e03821', '114.119.159.243', 1687001682, '__ci_last_regenerate|i:1687001682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d97f9b219f72b6f607bdbc589f90dc56a74c2168', '190.56.48.81', 1666047506, '__ci_last_regenerate|i:1666047506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666047504;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9826645608f3dc5fce321f0378a9d5953e8c715', '40.77.167.85', 1684480329, '__ci_last_regenerate|i:1684480329;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 ('d98381264eba02012919f44574e402d98e0b2382', '190.148.252.151', 1671148174, '__ci_last_regenerate|i:1671148174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671148022;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d983d0e8dc9b7d7890e3a735a280585503be3ee5', '51.222.253.11', 1683520273, '__ci_last_regenerate|i:1683520273;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 ('d984ebe8a7dc8b4d8ee42fbf35740006a42c665b', '190.148.157.127', 1668294677, '__ci_last_regenerate|i:1668294677;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668294672;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98681055dd1fe8e68d2833abf6244d084470321', '207.46.13.154', 1671285592, '__ci_last_regenerate|i:1671285592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98696781ba6da2f72f18cae75b3bc2c3611784e', '52.167.144.154', 1687855890, '__ci_last_regenerate|i:1687855890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98780477aafe911a26f2a1ec42b5b7b33971f19', '190.148.252.73', 1664810613, '__ci_last_regenerate|i:1664810613;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664810604;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d987bead1ff01d599b3a9121518fb2601a0985ef', '190.148.252.223', 1659104459, '__ci_last_regenerate|i:1659104173;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659057354\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659104459;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9882d2f3d7d6f0e13a05cec41053a1cea615da6', '200.119.170.221', 1664401050, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664401050;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664401022;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d989f48af9155aa75bb93f17411bd44615f122d7', '40.77.167.191', 1682007314, '__ci_last_regenerate|i:1682007314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d989fe769e6fe9972dbddbe89c7c8e91dfadac33', '93.158.90.74', 1652994973, '__ci_last_regenerate|i:1652994973;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 ('d98a5e2a44113d4cee589673a430326cefac2ee0', '66.249.70.100', 1675720913, '__ci_last_regenerate|i:1675720913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98d329d9eed88bc0268177213e694811597a0f6', '66.249.73.4', 1658401064, '__ci_last_regenerate|i:1658401064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98df94e270b7436883ec49ce0ce7c4cdc83e777', '157.55.39.176', 1667559608, '__ci_last_regenerate|i:1667559607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98e81b70bb54409dbbc259c1356e21ac15b2e26', '207.46.13.41', 1671169715, '__ci_last_regenerate|i:1671169715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d98fd2a647d46c480f8cb9aaf13cef59064fe24c', '190.56.32.174', 1676501253, '__ci_last_regenerate|i:1676501253;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676492724\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"ZTo9NV7IpMDLEQKl8gCk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9913e9a7072fc8859b3830f9b2e9cc26dbb7f96', '190.148.252.55', 1675726263, '__ci_last_regenerate|i:1675726263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675726169;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d991fd9988990dd39d519b1de8e540e95afc622f', '157.55.39.65', 1661127273, '__ci_last_regenerate|i:1661127273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9938bb684fab391c1b0dd183524965aacae8509', '200.119.170.30', 1660570001, '__ci_last_regenerate|i:1660570001;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660490808\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660569997;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d994e4ed7adbe6e988a4d3b3b8f4845c57c20646', '190.56.32.164', 1664555846, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664555846;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664555814;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9992700a9ffe044b60b2ac924251164ce4c9ef5', '190.56.55.0', 1687791370, '__ci_last_regenerate|i:1687791370;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687790826;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99a7901e3a00794a22fc5f5b5bc20cc00157c3c', '52.167.144.49', 1677174183, '__ci_last_regenerate|i:1677174183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99bba2cde453c8b22c7e4a01757d1621f22e7d4', '114.119.144.30', 1687816125, '__ci_last_regenerate|i:1687816125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99be9611ce3d1903896acd6f7672a8b9c9da84d', '54.36.149.28', 1685862845, '__ci_last_regenerate|i:1685862845;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 ('d99d8b4fa018cd83b6fc01a31a52c4a9347ac8cf', '52.167.144.67', 1677342904, '__ci_last_regenerate|i:1677342904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99ecd9f788774456cec4f440f30c0b9977acf05', '114.119.157.237', 1687013546, '__ci_last_regenerate|i:1687013546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99f3a9291e1bd04fe5cab96a26e984a600fe2a2', '52.167.144.154', 1687707354, '__ci_last_regenerate|i:1687707354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99fa27dbc3bb2062a4fdf535e9f37755869fef2', '40.77.167.205', 1680178177, '__ci_last_regenerate|i:1680178177;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a26c24cdfac591b1739b42bb81a33ce514dd8d', '114.119.153.105', 1687033596, '__ci_last_regenerate|i:1687033596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a2dbc7113691fc6b7789934a72635c91e0d3af', '52.167.144.98', 1686323426, '__ci_last_regenerate|i:1686323426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a3d6265fbe5cbc9351c5cad3c06ef9d9008165', '93.159.230.88', 1663808312, '__ci_last_regenerate|i:1663808312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a4b64bd7c1e4723efc20efb4b85a36bda9beb5', '200.119.168.48', 1668097557, '__ci_last_regenerate|i:1668097557;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668092289\";last_ip|s:14:\"200.119.168.48\";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 ('d9a63a845f45b5add9db5547fa5ee1d8ea569c72', '114.119.138.117', 1687643447, '__ci_last_regenerate|i:1687643446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a7e232a513b4f3c04727896f28e210c776f8bb', '190.148.252.183', 1681411874, '__ci_last_regenerate|i:1681411874;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681411855;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a82d4811bd2b84d92a82469b728fcf4b424cef', '93.158.91.204', 1663045229, '__ci_last_regenerate|i:1663045229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a8e44e1855f30a6033f1d08f6c707bbcc44602', '114.119.142.217', 1684857821, '__ci_last_regenerate|i:1684857821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a9e6dafaf9a0f9d7548935263583e2580c642c', '52.167.144.164', 1684315747, '__ci_last_regenerate|i:1684315746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9a9f20846ee54c2cd98354493a8b04cbb38313c', '114.119.135.207', 1688399872, '__ci_last_regenerate|i:1688399872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9aa68cc35313e412ddf3f1d535f99826f59a6d3', '54.36.149.106', 1658092607, '__ci_last_regenerate|i:1658092606;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 ('d9aac643b9e2cdc0afe9cb6ab610808ebc7ccc54', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;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 ('d9aad00511707778d8ba3d12eb25615ce6060b6f', '157.55.39.200', 1663838440, '__ci_last_regenerate|i:1663838440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9afe8f392761c185448e985080a820cf0fc0cd0', '157.55.39.79', 1668315922, '__ci_last_regenerate|i:1668315922;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b1d252a8d78837a5cbd5fbb63c7ffec67e6578', '190.56.32.37', 1670505365, '__ci_last_regenerate|i:1670505365;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670505284;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b220203015870f11839adb4307235c39a1cdec', '17.121.115.161', 1661706536, '__ci_last_regenerate|i:1661706536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b2874748be9527de868df3608e183d075b6479', '190.56.32.243', 1684588878, '__ci_last_regenerate|i:1684588878;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684588717;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b315bbf0c607dfdc83b9cc237308fa27c08e2a', '8.218.26.244', 1650950388, '__ci_last_regenerate|i:1650950388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b4c0a4d78dd6fc8b041bb069a67681a96664b1', '149.57.16.7', 1653807051, '__ci_last_regenerate|i:1653807051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b526bf1fd0039ce0cf2d9ee2da2299150bc520', '157.55.39.225', 1687475603, '__ci_last_regenerate|i:1687475603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b669ec44e4d0e5596898dc175ecf6d2b23a83e', '190.148.157.83', 1687741811, '__ci_last_regenerate|i:1687741811;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687741807;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b69729cefdb8322f472bc6fb03ecc08dfa5863', '207.46.13.234', 1659371240, '__ci_last_regenerate|i:1659371240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b6ac78cb949c93867186c5e9115c62bc93d80c', '54.200.197.162', 1680788419, '__ci_last_regenerate|i:1680788419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b6c82a90ac76941e24d6789a59ff9f7567bf36', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b6ce4cbf31a19b565ab273a7906cdeebc53218', '54.36.148.169', 1659490406, '__ci_last_regenerate|i:1659490405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ba694d118f602ed21fa523bd128ddccd4a648d', '190.56.48.81', 1665952187, '__ci_last_regenerate|i:1665952187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665951539;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9bb4addfef0e52c3c49762ec6343772feb8dc95', '190.56.32.35', 1671997269, '__ci_last_regenerate|i:1671997269;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671997083;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9bc4c8f49a7b0334dd1d0ef8ce5c53dfab46603', '40.77.167.37', 1668935073, '__ci_last_regenerate|i:1668935073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9bd90ee89d0dd45ff8fd40bcde09698c4b60fd5', '157.55.39.72', 1663930130, '__ci_last_regenerate|i:1663930130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9bd9be7ba2a9b604d6b6be2e6963f1758e67eba', '190.148.252.161', 1669930748, '__ci_last_regenerate|i:1669930748;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669930736;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c13eb8ea9ec232ca1d5036d4ebd5614f717e43', '114.119.153.72', 1686016110, '__ci_last_regenerate|i:1686016110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c40e6956f22521f5bef81775e87427ab6573e8', '190.148.87.6', 1668266586, '__ci_last_regenerate|i:1668266586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668266287;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c51850f41ac2aae459065ea384ed5b05536a26', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c53611549f8d1525413f37316030046a75ea48', '168.194.72.202', 1667599390, '__ci_last_regenerate|i:1667599371;identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1654799400\";last_ip|s:15:\"190.104.119.212\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('d9c6712e3ed6dbecaf9ce10e772de0ed84cfbeb8', '40.77.167.58', 1654068340, '__ci_last_regenerate|i:1654068330;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c93f7754943237989ec6371f7aa3371a4bdd3a', '114.119.136.175', 1687297501, '__ci_last_regenerate|i:1687297500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c96ddb41f24c3e4c79e594606cf4170bc78674', '190.148.158.175', 1672158179, '__ci_last_regenerate|i:1672158179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672158166;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c9ede8cd6308fad2b6c4130b5026ca01b5708a', '52.167.144.69', 1675744897, '__ci_last_regenerate|i:1675744897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ca4e736188748c0d8f0f262ffe44c31ac57eda', '17.121.115.178', 1651594834, '__ci_last_regenerate|i:1651594834;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 ('d9ca75ffe9b6ceda165a96663d60cc84607fc8c5', '23.236.59.4', 1651917947, '__ci_last_regenerate|i:1651917947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9cbc3d39bf8d03bf9cb75142e9b06e423c78169', '200.119.174.104', 1666622409, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666622408;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666612330\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666622408;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9cbfd18c2f27a9478e53a96e18837f8e8c5bbe3', '200.119.168.250', 1680730990, '__ci_last_regenerate|i:1680730990;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680730947;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ce47195e50a4d8053bc876280c77580d5b046f', '200.119.170.209', 1656985329, '__ci_last_regenerate|i:1656985260;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656984408\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656985265;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ce89e3e7679664994e6c9e4f5f91b70f698ecd', '149.57.16.7', 1653807004, '__ci_last_regenerate|i:1653807004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ce978dd69942b8e85ad8e6fa689f3a08409887', '190.148.252.96', 1672951914, '__ci_last_regenerate|i:1672951914;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672951621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9cebfd58de8368805310a4d7c3984cf3eb02cec', '199.244.88.226', 1660400169, '__ci_last_regenerate|i:1660400167;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ceefed33f3d1b707f6cafc1b585fc7f90f8d2c', '190.148.252.67', 1688480355, '__ci_last_regenerate|i:1688480355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9cf80d7b8979a67ebf2abc811537fe3936152a9', '157.55.39.253', 1682255414, '__ci_last_regenerate|i:1682255414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d20af472e16c297e2652a3d7c9cc4b33c34c95', '114.119.145.89', 1685042646, '__ci_last_regenerate|i:1685042646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d29e81415631c6b6d57a2e4c85c28f74e1d8dd', '51.222.253.18', 1659115906, '__ci_last_regenerate|i:1659115906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d2a92be99e23c1ef5be213f729a044f7f1a2a3', '157.55.39.147', 1672404778, '__ci_last_regenerate|i:1672404777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d42b3240c42bcbdcf5df5f7aeab0bc09e651a7', '114.119.133.152', 1686550256, '__ci_last_regenerate|i:1686550256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d4d22c089c797eafe85b441939e5779d152b9c', '190.56.32.170', 1651159919, '__ci_last_regenerate|i:1651159919;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651090063\";last_ip|s:13:\"190.56.32.170\";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 ('d9d704ea67956df04b5a4a2fc5f43ccba568a60a', '114.119.133.85', 1687573853, '__ci_last_regenerate|i:1687573853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d94747e979bd8419267bded4e4611bc4428e26', '40.77.167.92', 1687108766, '__ci_last_regenerate|i:1687108766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9da91d4a9ad64c88716e6183035db2fbd2412a9', '34.216.210.187', 1675689650, '__ci_last_regenerate|i:1675689650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9df43d5b84810849a1f5bfc57b8a91d4c55ae9e', '54.36.148.248', 1650946036, '__ci_last_regenerate|i:1650946036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e0e743a00b37d475934784ee5ab90c87f05329', '52.167.144.98', 1685594555, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e13f7cd19a8b22cd55c31fbb7a8886746caaa2', '35.91.2.10', 1688337736, '__ci_last_regenerate|i:1688337736;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 ('d9e42435b4166ec34f023ec7353daf57d5185516', '190.148.252.57', 1657902069, '__ci_last_regenerate|i:1657901962;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657888799\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657902069;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e4ff3513b4e15118f242d6cd1197f422ca2faa', '190.56.55.113', 1673564008, '__ci_last_regenerate|i:1673564008;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673564001;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e7d84148d08908840147b9349d1dd7cdfbdd09', '52.167.144.26', 1682495614, '__ci_last_regenerate|i:1682495614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e85dbde73d8f00f9194b7674e1328b2f98c83f', '40.77.167.123', 1683274072, '__ci_last_regenerate|i:1683274072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e8b2658bb726f7a93ee05911e76fb053a3423c', '45.63.18.23', 1688440993, '__ci_last_regenerate|i:1688440993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e8b63dd61d4505f45e427bdf4e6e45871ee5c7', '52.167.144.154', 1687707353, '__ci_last_regenerate|i:1687707353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9ea7c5a0f71753332156a89d29363ae96bd9067', '54.188.139.25', 1651151663, '__ci_last_regenerate|i:1651151663;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 ('d9eabc4ba89581a4b52e2f15882ba6c5ae43889b', '51.222.253.4', 1658716202, '__ci_last_regenerate|i:1658716202;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 ('d9ec433c57297d458e25f3e0c7fd41b7b92dd51a', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9eda03d3eebadc0daaf2bd0ef0d0e914e3cb148', '52.167.144.164', 1685496397, '__ci_last_regenerate|i:1685496397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9eef30b7bf44126d41cad1116d8c50a4dc7e90d', '114.119.142.156', 1684244764, '__ci_last_regenerate|i:1684244764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f04f5d7bd0a7aed731d8b819f73151979eb4dc', '51.222.253.18', 1682346314, '__ci_last_regenerate|i:1682346314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f0aaf4cefcc7b0d04878b8e6153a572e7dd874', '190.56.32.35', 1671670710, '__ci_last_regenerate|i:1671670710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671670704;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f3a6acad07b4d6e65443a5416d70c0e34ff1d2', '200.119.173.212', 1667954607, '__ci_last_regenerate|i:1667936779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667910255\";last_ip|s:14:\"190.148.87.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667954607;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f3fd4a35b642986ad2fd0c736cad279fa1da0f', '5.188.62.140', 1656399093, '__ci_last_regenerate|i:1656399090;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f456838475f7b49f3f17cc1f08e37220facaf8', '69.167.36.21', 1681022755, '__ci_last_regenerate|i:1681022755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f54773fc50cbf98023d7ffc92974b44627bf35', '114.119.166.95', 1685528841, '__ci_last_regenerate|i:1685528841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f55cc6001e45a6ea00331d87c4f196bd0d2844', '114.119.135.136', 1687769387, '__ci_last_regenerate|i:1687769387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f6be0c596af8865d871aa899c26b8dae300a96', '52.167.144.164', 1686085132, '__ci_last_regenerate|i:1686085132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f6e46e31fd78bcd28ef80b389621269f04762e', '114.119.145.169', 1688224250, '__ci_last_regenerate|i:1688224250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f6f314acb5a779c83b854e4e4ee97e91cd3a33', '200.119.173.130', 1675803830, '__ci_last_regenerate|i:1675803830;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675803800;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f9571ba1c69fd4e01ae74c77a7ec7cbe7bf170', '200.119.172.60', 1674854053, '__ci_last_regenerate|i:1674854053;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674854049;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f95c2c400b2af0dbbbc0a814fd036cc4fdd2de', '190.148.157.206', 1679500334, '__ci_last_regenerate|i:1679500334;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679500053;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f97424cb783bd7e509d2afce65f3d47f66dd7a', '190.56.50.15', 1666991919, '__ci_last_regenerate|i:1666991919;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666991910;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9fbdaa5fc01addfd9c55a90c048a3b8c2fad982', '51.222.253.2', 1663473841, '__ci_last_regenerate|i:1663473841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9fccb0923c28f49998098ccdf099ff6d144993c', '40.77.167.133', 1684245843, '__ci_last_regenerate|i:1684245843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9fd962e06e1d2c42e6f5958c7ec926d92df023b', '52.167.144.171', 1685129292, '__ci_last_regenerate|i:1685129292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9fe7f5ebcad6788e84e05905d925c8d0a5c7b79', '175.196.127.111', 1650791357, '__ci_last_regenerate|i:1650791357;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 ('d9fffd24bdf0b66288d142a5289691e9c8ae7bba', '157.55.39.69', 1672246859, '__ci_last_regenerate|i:1672246859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da006dc2b74b254de29d61b8a23e92c7dc168314', '114.119.150.168', 1687346629, '__ci_last_regenerate|i:1687346629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da00ba1380eef35926e5d77b1650dc0466387b7b', '190.148.252.223', 1658971025, '__ci_last_regenerate|i:1658970990;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658932512\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658971025;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da01ef68e883d3a5c68e3e04b9759e8d666dbac6', '52.167.144.98', 1685430984, '__ci_last_regenerate|i:1685430984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da030f90943e423a942ed285663ccdebcf524e74', '52.167.144.171', 1685619138, '__ci_last_regenerate|i:1685619138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da0392b5580190fd90084b64a360ce7cd229c7fe', '207.46.13.147', 1672819928, '__ci_last_regenerate|i:1672819928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da03a5cb94aa688391ee547edb2513e7a4b73fb3', '207.46.13.207', 1678647540, '__ci_last_regenerate|i:1678647540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da03a69595f833feb354eafa74bdd61d7d61b620', '52.167.144.56', 1676882326, '__ci_last_regenerate|i:1676882326;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 ('da04a3f4c35bd45ba871fe19a6288a8c083c0bc6', '114.119.132.16', 1684547277, '__ci_last_regenerate|i:1684547277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da0b92b303fa4f7117751b44adfe3530998e003e', '54.213.73.137', 1685403088, '__ci_last_regenerate|i:1685403088;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 ('da0bc9a71462f823b0857937bae678dca436f9d8', '5.188.62.21', 1659471897, '__ci_last_regenerate|i:1659471892;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da10de219ef5d8744a8a7a2315fdc00a0f7592a8', '52.167.144.82', 1687279255, '__ci_last_regenerate|i:1687279255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da11c6e07a0b6cb7bb1b6e0418b5fae90a846df3', '51.222.253.9', 1672257357, '__ci_last_regenerate|i:1672257357;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da13ad914b5571717033b08b0e1163235093379e', '66.249.65.100', 1651338781, '__ci_last_regenerate|i:1651338781;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 ('da143bfcafef664fc68f5420aaee6df03138465d', '157.55.39.167', 1674817019, '__ci_last_regenerate|i:1674817019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da149c72cfb65e59fd9be0e17e3c958b8044f41d', '40.77.167.63', 1672142430, '__ci_last_regenerate|i:1672142429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da14ae12a440158090f8ac73b7138082689266e5', '35.225.163.183', 1657741022, '__ci_last_regenerate|i:1657741022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da15b22e23917b3c5375d82b37ed76b82f4baee0', '157.55.39.79', 1670230297, '__ci_last_regenerate|i:1670230295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da15e83aba25b4c6df830b6ddf47b1f01ed2d6f4', '40.77.167.146', 1687701563, '__ci_last_regenerate|i:1687701563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da17af646066bd149711160b055f3c643f63d108', '74.208.2.230', 1684500655, '__ci_last_regenerate|i:1684500655;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da18e74102ed58e16312a770a436c32f2c9c1396', '104.198.40.18', 1663529764, '__ci_last_regenerate|i:1663529764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da1ac9784bb0d551d98da7d33d5534b5376e2b5e', '52.167.144.74', 1688361546, '__ci_last_regenerate|i:1688361545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da1e40e0f71b437715e0b7f930f96262b1ea7964', '54.208.141.14', 1676766767, '__ci_last_regenerate|i:1676766767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da238d1c6d082c48b08eab728ddf4a925fc48c65', '52.167.144.98', 1685425756, '__ci_last_regenerate|i:1685425756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da24bb73cbf882b7541f5c8fc32f119de646dc4f', '40.77.167.85', 1684693285, '__ci_last_regenerate|i:1684693285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da294f9cc5f320887be26ff95d451e4a90df318b', '35.165.218.243', 1651325346, '__ci_last_regenerate|i:1651325346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2a8d52611e7e5da555676da6f6c5cc3cc1b82b', '114.119.135.187', 1688385564, '__ci_last_regenerate|i:1688385563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2b06f81c26ff093b3d43147148f291f46c8b97', '157.55.39.80', 1670230739, '__ci_last_regenerate|i:1670230739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2bdac4d60e6c59be456ca5036791494d110afa', '190.148.158.175', 1672160832, '__ci_last_regenerate|i:1672160832;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672160823;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2d9b9dd3462782f3d8be10ec3aa3833accd45a', '74.208.2.188', 1665904742, '__ci_last_regenerate|i:1665904742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2e191374b5b25f0fe149e617d511a8553737f9', '130.245.169.247', 1657277739, '__ci_last_regenerate|i:1657277738;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da3153b413198000c4a7ee3b020504217bbf084e', '190.148.252.96', 1673008718, '__ci_last_regenerate|i:1673008718;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673006108;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da31ba1e994e30aabd86836f6ea994ba3d977572', '157.55.39.65', 1662471475, '__ci_last_regenerate|i:1662471475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da322982780364f7b1d0cae59386defb43120bc7', '157.55.39.65', 1662123630, '__ci_last_regenerate|i:1662123630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da32549b4be5b7705213afa1bbc2bd09ce0d7adb', '149.57.16.7', 1653807062, '__ci_last_regenerate|i:1653807062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da32e411af93232f5aa0bb97186797266d12c92b', '190.148.87.6', 1668386730, '__ci_last_regenerate|i:1668386730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668386724;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da33d710cc8952684e5b451a8958f1e71dc9e901', '52.167.144.164', 1686130572, '__ci_last_regenerate|i:1686130572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da35b019b104b815520a96e31210010441532a0d', '40.77.167.63', 1672157232, '__ci_last_regenerate|i:1672157232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da36631e15cf7dc83d5a291591721db66682ff88', '200.119.168.9', 1656165785, '__ci_last_regenerate|i:1656165785;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 ('da36aa8a5113dd575771278310e1f052781ea9ab', '51.222.253.13', 1680297832, '__ci_last_regenerate|i:1680297832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da39444740ef495cc691aacce8af3292c027e656', '200.119.173.212', 1667946506, '__ci_last_regenerate|i:1667946506;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da3ba27e012829c4cf786ec805c0e7fbb44079e9', '200.119.170.158', 1661274738, '__ci_last_regenerate|i:1661274738;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661181925\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661274728;register_id|s:2:\"80\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-22 08:49:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da3dc38189870991cc53fd7ba775fc71924f8cc7', '40.77.167.56', 1673333089, '__ci_last_regenerate|i:1673333089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da3e7269f31710bfd7a02a8d1f26f28c6f931a99', '40.77.167.45', 1670260679, '__ci_last_regenerate|i:1670260679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da3fabd174064bfb29507eb4345336aa462e4814', '190.56.32.174', 1676917091, '__ci_last_regenerate|i:1676917091;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676917084;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da40e86df7fb59a8e002696a592c1a166b1e0f08', '157.55.39.90', 1662670976, '__ci_last_regenerate|i:1662670005;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da41662e088300a1e2c6aa1b8eca40c151deced6', '190.148.157.53', 1683848263, '__ci_last_regenerate|i:1683848263;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683847536;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da46e049f01eb8cbc9f9b1ccb7c1a8e0179f017b', '52.167.144.154', 1687478474, '__ci_last_regenerate|i:1687478474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4751799149f35eeba60c18711288ed7e26bb86', '114.119.150.90', 1683808567, '__ci_last_regenerate|i:1683808567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da49b8e96f83ac4654ac8e4cc7e5d3382a5ad320', '52.167.144.31', 1681475853, '__ci_last_regenerate|i:1681475853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4a3f8b34e461f046f8330cbdece4a0c8bb3377', '200.119.172.60', 1674743367, '__ci_last_regenerate|i:1674743367;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674742853;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4b5724b46bc63d957bf1fbfaa639ba425c4039', '134.122.32.62', 1671958534, '__ci_last_regenerate|i:1671958534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4c424551a149a2dc1ae603039a00bceb18812e', '192.71.2.171', 1657248891, '__ci_last_regenerate|i:1657248891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4ceaee1c92a55a8611c5363101fc5ea223db59', '40.77.167.161', 1675427386, '__ci_last_regenerate|i:1675427386;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da4f387487c2e0381b316564ed245c1b731211c5', '52.167.144.98', 1684315750, '__ci_last_regenerate|i:1684315750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da51246049ac7a67ea8bcee794aafd201910d0cb', '207.46.13.138', 1674750213, '__ci_last_regenerate|i:1674750213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da52172543179d5ecefd569e132c904a3dc3eae5', '130.255.166.69', 1683770788, '__ci_last_regenerate|i:1683770788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da54241c4c779858308699cbb5104549e79eb3da', '34.219.46.8', 1683160250, '__ci_last_regenerate|i:1683160250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da5696e6004bdb183a5c39e757eab48e270d4b08', '114.119.153.220', 1684475235, '__ci_last_regenerate|i:1684475235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da5730dacc9dfdc20b0588b557f8e1fcb3e1214a', '52.167.144.89', 1679777982, '__ci_last_regenerate|i:1679777982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da5968f9d06be6634ac0b12ead996f2070ce1009', '190.56.55.113', 1673878281, '__ci_last_regenerate|i:1673878277;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673650607\";last_ip|s:13:\"190.56.55.113\";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\";user_csrf|s:20:\"Nz8gLaDMOe5iH6T0ZEXh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da597b53a9b58ca5721cb37c74364ce0ea1996aa', '190.56.173.213', 1683586571, '__ci_last_regenerate|i:1683586571;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683557046\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"c7tV6dG4Kr9kbBEvnOMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da5a8aeb2246eb7d6666b3bb709067da1e96adb1', '66.249.79.206', 1678658171, '__ci_last_regenerate|i:1678658171;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 ('da5c12565a99ea7dd090f9eb271a6e7d3ea1e71b', '111.7.100.25', 1650976304, '__ci_last_regenerate|i:1650976298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da619f06a31741bca92fdfde6613ff926c14f874', '52.167.144.43', 1683798896, '__ci_last_regenerate|i:1683798896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da62be73f6644097b1631040657f0a7566e60bf6', '190.148.158.151', 1677335399, '__ci_last_regenerate|i:1677335399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da62d917f46262f98af8975163aa61b69faf51d3', '207.46.13.236', 1654043001, '__ci_last_regenerate|i:1654043001;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 ('da64f87172c0551f5820f40e56643b408c5eceaf', '40.77.167.37', 1669168379, '__ci_last_regenerate|i:1669168379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da661e8c626cbd5f5dca6581fb8de7450863c64b', '207.46.13.210', 1686964917, '__ci_last_regenerate|i:1686964917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da678849592208ff84840cb527e47012ed4d7bb5', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da68b4d134f34e97164f189ef893a0ba9551ac9b', '157.55.39.79', 1668155758, '__ci_last_regenerate|i:1668155758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da698f10b2cfa529aab48175a5ed3998803be49d', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da69a0612a59a6fa38a0aafb9a93b30b1f57deaf', '190.56.32.174', 1676840703, '__ci_last_regenerate|i:1676840703;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676840630;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da69ef09febc64b8d1851840a04df732c1fb0875', '200.119.170.221', 1664292866, '__ci_last_regenerate|i:1664292866;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664201192\";last_ip|s:14:\"190.148.87.191\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664292836;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da70265a04bad1ab981d8a546caa8d39c61a6668', '14.29.231.172', 1668604188, '__ci_last_regenerate|i:1668604188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da709428d29f3cda313e3111689406c9789a2d49', '190.148.157.177', 1682002467, '__ci_last_regenerate|i:1682002467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682002463;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da71361440ce456a71cb5cab6a947c0ce86e333b', '40.77.167.43', 1654962909, '__ci_last_regenerate|i:1654962899;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da729c2cbc42554b9eefcd19f144b6e127e658cd', '17.121.113.252', 1661675898, '__ci_last_regenerate|i:1661675898;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 ('da7339079e8cee17211993177bff26150c280a05', '69.160.160.59', 1667400624, '__ci_last_regenerate|i:1667400624;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7437353e05419505d9aa22f52f62a9cad8c6bc', '114.119.135.152', 1684258381, '__ci_last_regenerate|i:1684258380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7439d29ec792bc0d6d3fcdbb536619ed6b53f4', '54.245.2.181', 1677332378, '__ci_last_regenerate|i:1677332378;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 ('da750ed02a3d6bcf1ad056c5863add1a43ad1165', '200.119.173.177', 1685045404, '__ci_last_regenerate|i:1685045404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685045400;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da773691c52b70ed0b924b90800b978fe82e9190', '108.179.223.76', 1651858303, '__ci_last_regenerate|i:1651858303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7767ab5e977decee72a4109bdf86440c712b07', '5.188.62.21', 1653363073, '__ci_last_regenerate|i:1653363070;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da77da5bb33f84a73381537ebbd2d3e7068e6eb7', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7844d8aac9745c252da7adec2d413c01846630', '66.249.79.199', 1661569990, '__ci_last_regenerate|i:1661569990;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 ('da78ad12698135413698da552624fdaa89c559bd', '40.77.167.13', 1656868240, '__ci_last_regenerate|i:1656868230;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7a0bbc73d92f7fd9482e42743cc42c8fab0500', '52.167.144.162', 1687279265, '__ci_last_regenerate|i:1687279265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7aaa48b40df4a83d3ccfd4b103ccc1ce3788d5', '17.121.115.7', 1652893389, '__ci_last_regenerate|i:1652893389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7cb871e737e427114357040a8b08e10258c616', '5.188.62.76', 1656393732, '__ci_last_regenerate|i:1656393729;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7d4e13b9251dc3986bf3ce9954b655008b1f10', '54.36.148.23', 1686362086, '__ci_last_regenerate|i:1686362086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7d86ad144a6dd2f15afd05c087f370b0ea7966', '17.121.113.109', 1660444059, '__ci_last_regenerate|i:1660444059;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 ('da80740e49f42d7625bccc1530d8e5265ccc7590', '192.99.18.122', 1652019456, '__ci_last_regenerate|i:1652019455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da815d9eb2dff854abfe000adf09426ba82ae1aa', '190.148.252.197', 1665582349, '__ci_last_regenerate|i:1665582349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665582139;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da827b08063b5e235c84e74b4cb9217c862ad7d6', '52.167.144.164', 1685950062, '__ci_last_regenerate|i:1685950062;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da82f20f44d1fa346cf786d8d0444efe052c567d', '205.210.31.2', 1655618086, '__ci_last_regenerate|i:1655618086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da85470d04e88d2b199cf699c1ba75afc15b1a51', '138.246.253.24', 1660242979, '__ci_last_regenerate|i:1660242979;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 ('da85915139562989c029bb76d2101453aa3f9bba', '190.148.252.151', 1671033858, '__ci_last_regenerate|i:1671033858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671033830;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da85a12a83d81a20581faa0565da98e53fc714ba', '18.206.55.48', 1650999420, '__ci_last_regenerate|i:1650999420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da86e841a9ff7ff60553195312cbcae1bb2691e6', '40.77.167.30', 1656430122, '__ci_last_regenerate|i:1656430111;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da872f28ad0381775e8370bb9e33d6cff92f731f', '157.55.39.112', 1662535699, '__ci_last_regenerate|i:1662535699;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 ('da874523300e85d2b141ce21b955840c33278a57', '35.87.99.23', 1670333408, '__ci_last_regenerate|i:1670333408;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 ('da87563c7eae8c83f5d0bad79f98c7c9370e7de2', '52.167.144.171', 1684553832, '__ci_last_regenerate|i:1684553832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da89eeffe636b603d47e02a5a504960af46784e7', '114.119.137.116', 1686281945, '__ci_last_regenerate|i:1686281945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da8bdda6f2e4b0fcce6accbe9a29f053f58c5a06', '162.142.125.221', 1652021713, '__ci_last_regenerate|i:1652021713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da8be59f8082165937f7fd2ee054bfa4071055c7', '52.167.144.162', 1686514090, '__ci_last_regenerate|i:1686514090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da8d408acc52c5abadc20aecd8010a5d5c5cd8d8', '40.77.167.49', 1667293197, '__ci_last_regenerate|i:1667293197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da91de1986bbd62da5d83fee8e603e7dd0052ab6', '200.119.172.60', 1674735267, '__ci_last_regenerate|i:1674735267;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674735223;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9399810d42fb8abe7338e2fd75152889fc4449', '190.56.32.35', 1671646741, '__ci_last_regenerate|i:1671646741;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"umvpFtlEDChoMZKyY180\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da95fc0e2e156861cfa45ab834fc826059c06591', '51.222.253.7', 1687256120, '__ci_last_regenerate|i:1687256120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da97c9a7fe578fa8321a20d964b878724d3d284b', '190.148.87.96', 1678285477, '__ci_last_regenerate|i:1678285477;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9bc000563c56216c77ade428c6270ef23f818d', '40.77.167.221', 1680704522, '__ci_last_regenerate|i:1680704522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9c809fcc48b4c2f11b87a5db8d834c955a2c5c', '200.119.173.177', 1684933770, '__ci_last_regenerate|i:1684933770;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684933699;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9d1ba7fb9bdef19e889559de72272335fedd90', '190.148.157.53', 1683758470, '__ci_last_regenerate|i:1683758470;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683757427;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9e8d4d4e9465d8153dfba8ec598bd1db0cf2f2', '200.119.170.30', 1660240570, '__ci_last_regenerate|i:1660240570;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660237202\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"I9DPtwUL4X8g1q5vQ2YS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9ff8666df9633614bc649079601c7e6c12ab06', '51.222.253.18', 1670569761, '__ci_last_regenerate|i:1670569761;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 ('daa19923e4834b5a254c4580790f4ae9c28c214f', '51.222.253.16', 1660546036, '__ci_last_regenerate|i:1660546036;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa27d58a5a83626b6c38ff2ff42e6f8bdf5b752', '54.189.154.28', 1670506138, '__ci_last_regenerate|i:1670506138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa3d13a11cace5d15cdf8fa23bdaad79ceb58f8', '66.249.77.35', 1686627695, '__ci_last_regenerate|i:1686627695;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 ('daa47c7ee8ab792cb182861605978729c2d5246b', '114.119.132.104', 1687548157, '__ci_last_regenerate|i:1687548157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa4e475f3bb6f0038743059a5e8cd20d7012707', '40.88.21.235', 1688515345, '__ci_last_regenerate|i:1688515345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa5a094041149d167bf278ce9559e3fa57cb95f', '200.119.168.7', 1666958652, '__ci_last_regenerate|i:1666958652;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666958631;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa68decf867910631155832434cdc341f04d5db', '17.121.112.13', 1659676569, '__ci_last_regenerate|i:1659676569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa7380f85e53414f936b8ae0f4fd835274ec2c5', '52.167.144.98', 1685773956, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daab831e6c26ee582fe8e4ae424e1f00e3c45739', '40.77.167.227', 1678426604, '__ci_last_regenerate|i:1678426604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daabe19daa0c06aeb1a1eed46e7e8b465ae57eb2', '114.119.144.38', 1687278879, '__ci_last_regenerate|i:1687278879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daaccad92e6fe123b1431d25514bcf3ddac11b2a', '51.222.253.15', 1685225406, '__ci_last_regenerate|i:1685225406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daad28aa062459091014fe40b620f3be158005f4', '207.46.13.130', 1660369984, '__ci_last_regenerate|i:1660369974;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daadd849477b9b5f5bf61868db80a364697d33e1', '52.167.144.171', 1685328134, '__ci_last_regenerate|i:1685328134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daaf376b542e89b88ed38b33126955f7f65eab01', '40.77.167.225', 1680738761, '__ci_last_regenerate|i:1680738761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daaf8c330524da5b6d3c8d2a663aca5115d331be', '190.56.32.174', 1676637582, '__ci_last_regenerate|i:1676637582;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676559673\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676637579;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab073b1bb05b1fa7f550480eb34459ed3fb6e91', '114.119.162.62', 1685011531, '__ci_last_regenerate|i:1685011510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab236d7ebbf6a3a1caea3adf3bf7de09e4b6b6b', '157.55.39.51', 1669419363, '__ci_last_regenerate|i:1669419363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab2d1f23de1c3954772b77cb85015f7cefbdb5f', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab2f8b64212f1992b2113bbbda577fc85816aea', '157.55.39.46', 1673050358, '__ci_last_regenerate|i:1673050358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab3a169517095fd3ec83e275806975a92f1ab2a', '200.119.174.187', 1667435636, '__ci_last_regenerate|i:1667435636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667435579;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab68fa184b87579d7e55714e107a05a43a3015b', '157.55.39.123', 1667361390, '__ci_last_regenerate|i:1667361390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab7519f9a2e7d8cb349038c0f1cf0082e138479', '190.56.49.187', 1688003653, '__ci_last_regenerate|i:1688003653;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688003587;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab83ae46e557e9cb18e8cd4db1a23c3fc5e93ec', '207.46.13.6', 1672246894, '__ci_last_regenerate|i:1672246894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dabdee320f6855ac771d732fcab0ef812c30349b', '128.90.159.114', 1676662522, '__ci_last_regenerate|i:1676662470;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 ('dabf29e6446cbeeafcc918be973f0d0cd9bed979', '52.167.144.98', 1686652785, '__ci_last_regenerate|i:1686652785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dabff7ea0f4b562c6cb1cb8070dc17974f0e68fb', '114.119.134.51', 1687106504, '__ci_last_regenerate|i:1687106504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dac09f2934fc01187d61bdd0ebb60f3419e5b66a', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dac45a5f969b9100f210fa1cada4ac9bad70cd95', '114.119.134.95', 1687561308, '__ci_last_regenerate|i:1687561308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dac5341b9fbb1a321b18cb4be2777262e0434533', '190.56.32.174', 1676745075, '__ci_last_regenerate|i:1676745075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676744993;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dac796fbe451cdbc02895a20ff40204d20c0c7d5', '52.167.144.74', 1688189265, '__ci_last_regenerate|i:1688189265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dac958b2c9b2fbd3a8ef143c3eee2e287b4a17d4', '157.55.39.94', 1672615209, '__ci_last_regenerate|i:1672615209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daca96e947d1d3cd0e7114ee223bfcebfa8c8cc9', '52.167.144.171', 1684315716, '__ci_last_regenerate|i:1684315716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dacf572aa6053703be44a2aa652dae44b1e41742', '190.148.252.76', 1654118378, '__ci_last_regenerate|i:1654118378;requested_page|s:13:\"admin/welcome\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654094805\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"SXcoY2lpFt5fb9vx7swd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad130e4e7c1c5817699f8809e435f95a5800587', '190.148.87.51', 1676295330, '__ci_last_regenerate|i:1676295330;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676295275;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad1a792de4338fc494f14801e2b34487afeb66e', '146.59.157.229', 1650751007, '__ci_last_regenerate|i:1650751007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad3f178ce2cf4f357848c285ffde5b5ae16058d', '54.37.233.116', 1650851590, '__ci_last_regenerate|i:1650851590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad5d48f5899492306e20e1fb704a4fdcb6fb488', '52.167.144.98', 1685471758, '__ci_last_regenerate|i:1685471758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad6c1de951b7de519df2f945487fea7fdf5f160', '190.148.87.6', 1668293238, '__ci_last_regenerate|i:1668293238;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668293211;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad7f11e1bf48b290953d3d2b5255e57b4c63b0d', '51.222.253.1', 1687308489, '__ci_last_regenerate|i:1687308489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dad84a158aa169cf1f0485b624a379b7bd0e3b68', '17.121.114.166', 1652700793, '__ci_last_regenerate|i:1652700793;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 ('dadeac299c54ee5af6e24b150f45e45dc6928d89', '157.55.39.64', 1672413669, '__ci_last_regenerate|i:1672413669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dadf50a249fdb75fb049c099ca486856c19951ff', '52.167.144.171', 1685046036, '__ci_last_regenerate|i:1685046035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dadf887ffd72eec77970aacf681b9d0f99dcc060', '200.119.168.250', 1680966646, '__ci_last_regenerate|i:1680966646;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680966597;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dadf9ebda19560965b72f51349c15cfcae3df61d', '66.249.66.136', 1676394363, '__ci_last_regenerate|i:1676394363;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 ('dae025ee531b4a024ef530384156b9c90432bbc0', '52.167.144.28', 1679244472, '__ci_last_regenerate|i:1679244472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dae11a7020a6d93f5340e3bb4a6e511e57f9022d', '114.119.145.216', 1688301305, '__ci_last_regenerate|i:1688301305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dae1f76cf0b374cfb2f02d71facf3732eb56a1e9', '23.226.31.35', 1681865248, '__ci_last_regenerate|i:1681865247;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dae536b0541de423148b02deb16ef2978207bc59', '54.201.117.219', 1672839011, '__ci_last_regenerate|i:1672839011;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 ('dae67ca85ae3c97ba426ffa1cc944b9a5a649cec', '52.167.144.164', 1686561735, '__ci_last_regenerate|i:1686561735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daeb82a30d2bafb4628147e771bb4d851714308a', '20.199.66.34', 1673810954, '__ci_last_regenerate|i:1673810953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daec825148b9bd8e7c9bf283c3f72382a9c84c3b', '200.119.172.60', 1675027307, '__ci_last_regenerate|i:1675027307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675027270;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daefa04550e21cfcd7535c92ddb1c63a26f248f1', '207.46.13.41', 1671178660, '__ci_last_regenerate|i:1671178659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf0f1652adbf7d5293bebbbaecf754b8727061d', '190.148.158.151', 1677370217, '__ci_last_regenerate|i:1677370217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677368871;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf31e785178e83025c3b464c90a9866805bc0ff', '114.119.161.89', 1685056977, '__ci_last_regenerate|i:1685056977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf393a0aeda6876dca77931a074f45b89847363', '51.222.253.9', 1678523860, '__ci_last_regenerate|i:1678523860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf769b858ffaabfe2bf8d7c3206980cba76018d', '51.222.253.20', 1686157621, '__ci_last_regenerate|i:1686157621;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 ('daf9afdf73eb28cd3802c7b6c70813e1b02ed7e5', '34.217.39.112', 1662470931, '__ci_last_regenerate|i:1662470931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf9b3e136a490e341bd0749f6a074a92fa2e267', '190.148.157.98', 1679230832, '__ci_last_regenerate|i:1679230832;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679230822;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dafb7440255343e4cba149e642651e6cf9157a25', '108.29.222.80', 1651552563, '__ci_last_regenerate|i:1651552562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dafbde761d274e22b4b7cbbbbbd6e17083b6465b', '207.228.16.125', 1663273538, '__ci_last_regenerate|i:1663273538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dafc9673ff96e95d5f1dc57cec5206cfdcc9e798', '190.148.157.242', 1687012351, '__ci_last_regenerate|i:1687012351;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687012308;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dafd641a597c02e6330ec97b3240456717f5f03c', '142.93.201.0', 1653717886, '__ci_last_regenerate|i:1653717884;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dafea332ea60e1176f0aba01adc62537e90ccee2', '157.55.39.206', 1667693316, '__ci_last_regenerate|i:1667693316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daffd60da157890af41e45cc2fdcaba9e685750a', '34.220.127.31', 1679406537, '__ci_last_regenerate|i:1679406537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db0043fe02231fba24e1ad708c6f33cf2abbce2e', '54.36.148.200', 1677257173, '__ci_last_regenerate|i:1677257173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db00a1124fa60d63ae060125f9a51bdb750c7643', '52.167.144.98', 1685279709, '__ci_last_regenerate|i:1685279709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db014c36eef99481b30a980ab7c57bc69092b723', '51.222.253.10', 1676496573, '__ci_last_regenerate|i:1676496573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db016e35d357a0991b34c07660e166ee98475949', '17.121.112.46', 1659258541, '__ci_last_regenerate|i:1659258541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db02280da5c9b2179e5f76e437fa31afab1ad94a', '52.167.144.98', 1684833983, '__ci_last_regenerate|i:1684833983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db0534dc516019c0abc770477dad206e5507a8a4', '200.119.172.96', 1675376573, '__ci_last_regenerate|i:1675376573;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675094409\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"BEsPRQ3UtqCIMxjuJpck\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db0b4433c4d7fd382fd3ebfec91e19a6fb335df6', '51.222.253.14', 1678207032, '__ci_last_regenerate|i:1678207032;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 ('db0cf4f073da5e3e74a11e4b5efd11ff20b7e023', '190.148.87.182', 1679919751, '__ci_last_regenerate|i:1679919751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679917354;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db0e3f4fc8ac31dbecc37c9a6403a44fd1d71d72', '3.237.104.7', 1654055394, '__ci_last_regenerate|i:1654055394;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 ('db0e9f786f4af3ba02d04d584def2a553cc176a7', '190.56.51.144', 1687093950, '__ci_last_regenerate|i:1687093950;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687093916;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1364d272309cb8f9eda6216645e9967b826bed', '190.56.51.191', 1661283132, '__ci_last_regenerate|i:1661283112;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661258386\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661283116;register_id|s:2:\"81\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 12:42:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db154a868cd17494f46226e36dc78d07cae70473', '66.249.70.7', 1682797401, '__ci_last_regenerate|i:1682797401;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 ('db176d4d1e3f3a462ba140db34bfcbcc7fb9217c', '52.167.144.164', 1685358251, '__ci_last_regenerate|i:1685358251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1838029ef2e9721d2ed4bafd9b5d0ee09db039', '190.56.51.158', 1655658470, '__ci_last_regenerate|i:1655658470;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655658470;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1889cdae0009c981d43c1f09967d4329755f32', '207.46.13.236', 1654884588, '__ci_last_regenerate|i:1654884588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db196ee51d43df83b62834a58d0196ec7c1d6fcd', '190.148.157.177', 1682086322, '__ci_last_regenerate|i:1682086322;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682086266;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db19bb14532b7191120bb381a5a600ebc0434b4f', '17.121.115.181', 1658269589, '__ci_last_regenerate|i:1658269589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db19eea1364ff8be323d3ec930d303701b68c26a', '40.77.167.101', 1682202773, '__ci_last_regenerate|i:1682202773;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 ('db1a90ee420267044096bd03fff8498058b31b8e', '51.222.253.2', 1650937050, '__ci_last_regenerate|i:1650937050;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1adf20764caba32c7b56d439cc91d6b296d91f', '40.77.167.43', 1657634487, '__ci_last_regenerate|i:1657634486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1dbd8a6a2c14a0992f0cd3d9d1a4f43217b552', '200.119.172.60', 1674952511, '__ci_last_regenerate|i:1674952511;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674952484;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1def880b6490fe00d3050d35e8525c7ca16c7d', '206.204.35.94', 1650929452, '__ci_last_regenerate|i:1650929452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db1edc38486802c4947215559dc9a80d927cba87', '190.56.173.152', 1654981105, '__ci_last_regenerate|i:1654981105;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654956724\";last_ip|s:14:\"190.56.173.152\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654980893;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2013ff8234aebfb889d0ef6d3f3bf3a01522fe', '17.121.113.3', 1654781027, '__ci_last_regenerate|i:1654781027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db253a5050d6c798802f59d992fc1d62f63e002e', '40.77.167.115', 1681439254, '__ci_last_regenerate|i:1681439254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db25be77d94edfa742dfdf40ac343fe7db69b15d', '190.148.158.175', 1672426300, '__ci_last_regenerate|i:1672426300;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672426155;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db263a046a83133ea9c06be1e16a0d87a49dbc56', '190.56.173.136', 1687883874, '__ci_last_regenerate|i:1687883874;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687883874;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db294d3835a7e6c382f90d1b426dc6a355256f6d', '52.167.144.61', 1688180771, '__ci_last_regenerate|i:1688180771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2965dfa397d24596f8943967e783168419fe98', '190.56.32.162', 1686332427, '__ci_last_regenerate|i:1686332427;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686331256\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"IhrbFTiNOUx1kA2LBj3S\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db29e3234bbc9c7646c00e55592428917bcbb7df', '40.77.167.161', 1676485858, '__ci_last_regenerate|i:1676485856;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2b03c60a3a5eeab84080000f82cd7c3ae9cb6a', '157.55.39.176', 1667105356, '__ci_last_regenerate|i:1667105355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2c9bf0a2225930c5ee29495436ffc024ad2168', '152.89.196.102', 1659584328, '__ci_last_regenerate|i:1659584322;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2d33a498cdc479583c3c7b456a0849e40a1317', '35.238.253.43', 1658010046, '__ci_last_regenerate|i:1658010046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db2ea32f84c1932bddd4c3e6000cf71764c51a04', '114.119.156.38', 1685457192, '__ci_last_regenerate|i:1685457192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db308a59c57d4a83eda1b4b3a692f9b0821b8003', '114.119.139.70', 1687137789, '__ci_last_regenerate|i:1687137789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db32eccb8a12f9f885122cce049be660f70c3198', '52.167.144.171', 1684768375, '__ci_last_regenerate|i:1684768375;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db33573031baed92ba123a6e85925f1bb7ee76c9', '190.56.32.35', 1672066289, '__ci_last_regenerate|i:1672066073;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671748101\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"jSdLwG3rPpsfcJXv9721\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db3387deda9bf563ca17cfba51e54fdc3fed4b3f', '190.56.32.174', 1676591549, '__ci_last_regenerate|i:1676591549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676591460;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db33a1fe2cd5c36a6ad08523551827fc10627673', '190.148.252.233', 1668889106, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668889106;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668889098;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db34343ce7a78757fcd743370bac475de9b186c6', '190.56.50.6', 1686930111, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686930111;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686930097;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db35529d98006f00b8f455fa07d0142725fec900', '207.46.13.210', 1686934730, '__ci_last_regenerate|i:1686934730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db35e3ae40c00f8e855d02147be366af6d99f9c4', '40.77.167.146', 1687876704, '__ci_last_regenerate|i:1687876704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db36001283ae730af4858de04a8cdd9f4215cee8', '190.56.32.32', 1686084708, '__ci_last_regenerate|i:1686084708;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686084695;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db36488f67a6c8d87f5122a5ab735a12adf606c0', '40.77.167.220', 1677515421, '__ci_last_regenerate|i:1677515421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db37b6047dfad2f6878e2d6a3402d8cc3403b406', '52.167.144.74', 1688428711, '__ci_last_regenerate|i:1688428711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db382ce9397b2f9a719cce38efff1b69a671e449', '51.222.253.6', 1654027033, '__ci_last_regenerate|i:1654027033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db3a3db97edfa8353bc728fda8f4ea54df1297b7', '157.55.39.42', 1662374678, '__ci_last_regenerate|i:1662374677;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db3e3c742cd33e1ca8347178548c95b936ceb152', '190.56.54.156', 1665080997, '__ci_last_regenerate|i:1665080997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665080958;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db405bbddfb9eb1e6d6297f7bd8757c2ea41939c', '130.245.169.247', 1657277735, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db42c73ee523d85555e4f3115acf30dc05b0303d', '114.119.156.225', 1688280151, '__ci_last_regenerate|i:1688280151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db436c12ee627247a75278256fccc61fbdb7fd0d', '40.77.167.227', 1682053695, '__ci_last_regenerate|i:1682053694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4389e36776bc24efec3cfb24e43b5dfc72e748', '40.77.167.43', 1653849656, '__ci_last_regenerate|i:1653849646;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4403ccb7ea8deeeaf604eba2a3d6034faabb28', '52.167.144.61', 1688122057, '__ci_last_regenerate|i:1688122057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db45a53065476a4eb09ecd589cce4b5db06ddbf6', '143.110.177.246', 1651080666, '__ci_last_regenerate|i:1651080666;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 ('db481bf088d05ac995cb7ffa6437e23ba61ec7a5', '143.198.18.233', 1651573260, '__ci_last_regenerate|i:1651573260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db499ee96293287605cb3a9de39e77b5bfd696ed', '114.119.154.169', 1687917059, '__ci_last_regenerate|i:1687917059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4ce0acb0c476a9aa8a1e40a638f6738cbab72d', '190.148.157.183', 1680486700, '__ci_last_regenerate|i:1680486700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680486592;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4ceb0b51e8f7c8b2421dc3e96c7640cbc10d1c', '40.77.167.37', 1669794992, '__ci_last_regenerate|i:1669794992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4d0d8f3791482b8eba66f7d4a03b215fa5519d', '114.119.158.157', 1685705219, '__ci_last_regenerate|i:1685705219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4ddc924aa5d30bce51e434edafcce39ecf530f', '114.119.155.36', 1687527404, '__ci_last_regenerate|i:1687527404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db4e95808d1d3dbf21d6969a683f8ee1a5a32d5e', '190.56.54.129', 1653576988, '__ci_last_regenerate|i:1653576988;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653575480;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db500fcc6f6432738fce00dbfc3e6727b27ff868', '190.148.157.53', 1683815286, '__ci_last_regenerate|i:1683815286;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683814509;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db52517ef560c5880c46a1a036ab7f8bad80806f', '162.142.125.8', 1659317322, '__ci_last_regenerate|i:1659317322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db527770eb7490760879d776b66fbca2d8695b45', '40.77.167.115', 1681562400, '__ci_last_regenerate|i:1681562400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db55ad937b3ada2b0a8e693c1134298a919b64d8', '157.55.39.208', 1685947174, '__ci_last_regenerate|i:1685947174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db55bd7cc4f5f3d9ca630319d43a1c135906a47e', '17.121.115.38', 1657373420, '__ci_last_regenerate|i:1657373420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db5704615113a43edfed9ec9f318779ba68f5362', '114.119.138.214', 1686897766, '__ci_last_regenerate|i:1686897766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db586206adb13e105f26dd3dcbcc3e7d08d5fae0', '162.142.125.212', 1654967246, '__ci_last_regenerate|i:1654967246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db5b9b5e669ac6d2ef1c56ef2b921b565e615127', '40.77.167.91', 1686999564, '__ci_last_regenerate|i:1686999564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db5ba349df7b23aa5c525565581641e7695450fc', '207.46.13.205', 1671783519, '__ci_last_regenerate|i:1671783519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db5c31b32280c98106c771d25963231dedac1e76', '190.104.119.122', 1651068155, '__ci_last_regenerate|i:1651068155;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651019642\";last_ip|s:15:\"190.104.119.122\";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 ('db5d1c04c4f1e3e9e2486e4708dcd7dc4bb5e1ab', '52.167.144.56', 1675408726, '__ci_last_regenerate|i:1675408726;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 ('db5eb01be9a9630dee1af2ac64281a7b2875ae3c', '200.119.168.250', 1680798243, '__ci_last_regenerate|i:1680798243;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680798241;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db5ed58ddb55ca403b882c5d14ce18a40fe0f1d8', '190.148.87.6', 1668274095, '__ci_last_regenerate|i:1668274095;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668272536;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db603b9bf9de728e365b3e1d41833788649a6cec', '130.245.169.247', 1657277736, '__ci_last_regenerate|i:1657277734;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6086061467b7419ef6d975b932134586ce37e6', '51.222.253.5', 1651286674, '__ci_last_regenerate|i:1651286674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db620b998687b8cedb7c8c4c7335204749b1ce69', '190.56.173.152', 1654900728, '__ci_last_regenerate|i:1654900728;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654900193;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db631af53a55fe524415b4a7e76f57a669ee2ef9', '130.255.166.213', 1655824103, '__ci_last_regenerate|i:1655824103;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 ('db63c0a173629a9e2cb852384301841ca2342640', '157.55.39.80', 1669998729, '__ci_last_regenerate|i:1669998729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db65a79260a555d07c6a0ea688a8b130716de683', '147.182.171.81', 1650861188, '__ci_last_regenerate|i:1650861188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db66304241b3a566fea6d757e048c2d91967fd62', '52.167.144.63', 1686912208, '__ci_last_regenerate|i:1686912208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db66fd789b111943d51e14129b411187c0b5c0b9', '200.119.169.55', 1667262553, '__ci_last_regenerate|i:1667262553;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667262531;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db67914b2791f2ce99468e206230d7737f7bf2c5', '207.46.13.205', 1671684313, '__ci_last_regenerate|i:1671684313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db67a118425421b3bf2aab57dc5b294e69d2d315', '190.148.252.183', 1681585521, '__ci_last_regenerate|i:1681585521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681584964;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db680a7a426fb7df63e8b5d1eed989d2ffb63962', '35.88.114.77', 1650893866, '__ci_last_regenerate|i:1650893866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6907987cc2be5ed6735f36921f083559de1743', '190.148.252.88', 1670877114, '__ci_last_regenerate|i:1670877114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670876847;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6924eaff6ba2e81355a26e6c3b73099a280827', '51.222.253.5', 1667700427, '__ci_last_regenerate|i:1667700427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db69b0dce7888636e53181f316bf4270a03e506b', '178.208.160.86', 1683876290, '__ci_last_regenerate|i:1683876290;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 ('db6abb29475c480685b038d9434976460a0ae1db', '190.148.158.151', 1677178520, '__ci_last_regenerate|i:1677178520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677177963;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6bac5ceb371aa6e233caace86945f5e50e9a4e', '5.188.62.21', 1653426799, '__ci_last_regenerate|i:1653426796;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6d95f57aee55500852430cea6af243f443fdc7', '157.55.39.125', 1653268925, '__ci_last_regenerate|i:1653268925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6e14c6dc91aa14af653d7f1000a44e4616fa8e', '168.119.59.115', 1651182578, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6f581c1b49d86371632048f0254fedf216f9d2', '17.121.113.13', 1660119509, '__ci_last_regenerate|i:1660119509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6fee047cdea93d8f5979ca06a2ad84be89fe9a', '66.249.79.201', 1681074473, '__ci_last_regenerate|i:1681074473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db70c9e98bac4d842a6f3eb7f4dc4f1b9ddbd43b', '157.55.39.51', 1669214467, '__ci_last_regenerate|i:1669214467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db70cb2e9b1cc3e3f0d543c13b7d6967685daa0f', '114.119.136.160', 1687134846, '__ci_last_regenerate|i:1687134846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7168819f59b2edccaf953a350c2abb7d7279e8', '200.119.172.60', 1674780795, '__ci_last_regenerate|i:1674780795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674780740;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db72af4f0b68ea18a22a422af0a953fd84569a52', '114.119.141.24', 1687620885, '__ci_last_regenerate|i:1687620885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db733e48eaccccff9483fa30ff65440e7e43fec4', '190.56.55.184', 1653441366, '__ci_last_regenerate|i:1653441366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db73d4ddc929eb6011bb568980995984a819a3fc', '207.46.13.12', 1675198401, '__ci_last_regenerate|i:1675198401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db743859040c1eecb171b67ce3feb0a4cc9f5992', '114.119.146.208', 1688102373, '__ci_last_regenerate|i:1688102373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7835850090f7aecde93aff387a32919742d6f4', '17.241.75.36', 1672753452, '__ci_last_regenerate|i:1672753452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db78d4c7f6e7be83dd2a6c995e842bdc7cbd8566', '190.104.119.212', 1654799895, '__ci_last_regenerate|i:1654799895;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654790377\";last_ip|s:15:\"200.119.173.111\";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 ('db78ef8a3d0d2f52af0520645a9d055c2553f372', '190.148.252.223', 1659048865, '__ci_last_regenerate|i:1659048865;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658502955\";last_ip|s:14:\"200.119.175.15\";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\";user_csrf|s:20:\"BG9PSDO2XdfVhTQLvAs5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7b8b286a04f7e2539602c2c87105935da8a5ee', '54.36.149.82', 1660161193, '__ci_last_regenerate|i:1660161193;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 ('db7bf345f88d8d634d014236af945fcaf340ce6b', '190.148.157.177', 1682370587, '__ci_last_regenerate|i:1682370587;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682370586;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7c99a2f5bacbc07dc0f12076466ac6dc417338', '190.56.173.213', 1683290755, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7da5425397e401d4e6617be605665eb9ee65e4', '190.56.55.48', 1687465312, '__ci_last_regenerate|i:1687465312;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687465308;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db7ea6d7c833780b7df5419038c9ac0398cb8550', '190.56.54.129', 1653527797, '__ci_last_regenerate|i:1653527797;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653489551\";last_ip|s:13:\"190.56.32.200\";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 ('db8158c75779c13514c678e91e1ff1c7d3e57fe5', '40.77.167.182', 1683658256, '__ci_last_regenerate|i:1683658256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db82f66f6a04a056cb12fb84bee54e7d3e4481af', '40.77.167.197', 1678333176, '__ci_last_regenerate|i:1678333176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8327abf4bd9aabfd1fcabc5089d32dc16a8894', '190.56.32.35', 1671651961, '__ci_last_regenerate|i:1671651961;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671651952;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db87286e3051b311fff5e6c3d214c90168774cfd', '54.36.148.82', 1668659850, '__ci_last_regenerate|i:1668659850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db885778899c30beede1a7bb33d16da61db1f19d', '52.167.144.98', 1685026067, '__ci_last_regenerate|i:1685026067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8ab7cbdc72a85b4a7f7d89e7ffea9b5fb8d421', '198.251.73.69', 1686693222, '__ci_last_regenerate|i:1686693222;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8ab979e94a8a61146e4e4367e4d3fb3b127d92', '52.167.144.178', 1683724965, '__ci_last_regenerate|i:1683724965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8b0c1590a581a4fec16c2833819f7933c0613d', '114.119.165.200', 1688112291, '__ci_last_regenerate|i:1688112291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8bc5e7e2c2bddaa7698d95b245df17fc695a9d', '17.121.115.182', 1656785758, '__ci_last_regenerate|i:1656785758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8e4d983acf06e0ae32555269d17e87c756e1e5', '190.148.157.177', 1682351346, '__ci_last_regenerate|i:1682351346;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682351261;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db8e57c759506ad3eb0b76aabac9c2b1fa539ab9', '74.208.2.188', 1672815805, '__ci_last_regenerate|i:1672815805;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db90018ce7bcb4fbd9de48ebb192d6437935522b', '173.252.95.15', 1682908586, '__ci_last_regenerate|i:1682908586;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('db90048a25e578abd219598c24db9423b2a270e2', '200.119.170.158', 1661293201, '__ci_last_regenerate|i:1661293201;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661287515\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"7TxAy5UocYw2GabJn0Nq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db92ba1766efe20dfe290ad4df34b11311ca37e9', '18.224.33.31', 1684371538, '__ci_last_regenerate|i:1684371538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9528ca63d5b1e4b6b065e803ce197d8fe128cb', '106.75.132.239', 1686831885, '__ci_last_regenerate|i:1686831885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9661ca9450d67dd19cdcadd73bc043346f8973', '54.36.148.192', 1663721444, '__ci_last_regenerate|i:1663721444;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 ('db967b2494a93da39a1f85ea9cb4f0861d6e92ff', '40.77.167.104', 1669867046, '__ci_last_regenerate|i:1669867046;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 ('db96e1a44f2d15699989fa1573fccbe8abd2376f', '51.222.253.15', 1675598347, '__ci_last_regenerate|i:1675598347;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 ('db98355361f382fbd64f622c4916eefd3a98f70b', '54.37.233.116', 1650851784, '__ci_last_regenerate|i:1650851784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db98514596af8491d349a0812899ee5b2072d077', '190.122.185.252', 1678830784, '__ci_last_regenerate|i:1678830784;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9ace04f9696c13a99db742261d2748060ffa77', '40.77.167.202', 1687203694, '__ci_last_regenerate|i:1687203694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9c6376ed11b4ead35edda6bebc89857c683746', '17.121.114.143', 1655821259, '__ci_last_regenerate|i:1655821259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9c9521adb5226094550b8c23055a080d32eac7', '73.101.245.68', 1656953910, '__ci_last_regenerate|i:1656953910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9ca9e84252314b94a3fc2d09c6efae41e875b6', '190.148.157.98', 1679066040, '__ci_last_regenerate|i:1679066040;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678987813\";last_ip|s:14:\"190.148.157.98\";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 ('db9e56594601b3e88e0bbe2fcb22f56d75a37591', '190.148.157.183', 1680293615, '__ci_last_regenerate|i:1680293615;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680291228;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9f3fcd483c999c85b9eaf8b8a1a1a0f0c67934', '51.222.253.12', 1674832143, '__ci_last_regenerate|i:1674832143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba168e0247417cf92a989ad9379ef20afbc9ba3', '52.167.144.164', 1686035626, '__ci_last_regenerate|i:1686035626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba319b82ba55a1c43641cea3881d961b8f8dd58', '200.119.173.177', 1685404752, '__ci_last_regenerate|i:1685404752;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685404674;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba3ab0a8ed020cb2e15bd6878c53d9dee219dc8', '157.55.39.51', 1668834275, '__ci_last_regenerate|i:1668834275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba5e33f2f71036e2125df0ba0d4f1e3cc9923c5', '190.148.87.6', 1668270664, '__ci_last_regenerate|i:1668270664;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668270657;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba7360099e11a082eeffb6c77bb9733af57e40a', '17.121.115.104', 1656260889, '__ci_last_regenerate|i:1656260889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba8491755facfda2c65190a2920de2101382eb0', '190.148.252.96', 1673046144, '__ci_last_regenerate|i:1673046143;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673046143;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba98da7dc4bacfc1820ad313e7c4e68f2940c3e', '40.77.167.58', 1654919873, '__ci_last_regenerate|i:1654919863;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbaa8c084627b474506d11770e2139623f4dbdb0', '52.167.144.98', 1685931798, '__ci_last_regenerate|i:1685931798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbab8ef4c959f28667dac2e816338f5ff3ca3eba', '190.148.157.206', 1679501449, '__ci_last_regenerate|i:1679501449;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679500530;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbab9713c76c981a37c0e24f1b48715978301fa6', '207.46.13.12', 1676125349, '__ci_last_regenerate|i:1676125349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbac6311ba94a76358ea0448e3e2f8cd1c6a9843', '157.55.39.64', 1672390022, '__ci_last_regenerate|i:1672390022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbac7a6c90568cfc4fc2a5efc38cdbe9de3f254a', '52.167.144.74', 1688399005, '__ci_last_regenerate|i:1688399004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbac88d56d7789fae15c987f43c3d5652f7a545d', '190.56.49.237', 1665683540, '__ci_last_regenerate|i:1665683540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665682631;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbad68471e98ad002e8408a8d7e56e22dd6462d2', '104.248.250.10', 1672750681, '__ci_last_regenerate|i:1672750681;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbae132d9ea25e88228c1f9e5d077871c479fbf1', '114.119.129.200', 1684952515, '__ci_last_regenerate|i:1684952515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbaf10b6553b421e99082bd5107af47ac57a5e49', '157.55.39.147', 1671976194, '__ci_last_regenerate|i:1671976194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbaf31b68f06d6422de244078abcda1dbfca3196', '69.160.160.59', 1667400623, '__ci_last_regenerate|i:1667400623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbb2107ec08671582a0735530e0ea58667bb8a9b', '40.77.167.156', 1678860319, '__ci_last_regenerate|i:1678860319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbb279bc059cbd6ca7e0249a1502ba16025ed3e7', '157.55.39.46', 1672968017, '__ci_last_regenerate|i:1672968017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbb4cd4077f603d2b4acd06891d6bd5102c2187a', '190.148.87.182', 1679667326, '__ci_last_regenerate|i:1679667326;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679666064;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbb7bcc5cfafc6477bb81c60f4fb8feff5300ae5', '190.148.252.195', 1653761676, '__ci_last_regenerate|i:1653761676;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653741851\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653761669;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbba6d5cad960df1d1ac105f928e7fccb8722e1a', '161.35.180.190', 1672444694, '__ci_last_regenerate|i:1672444694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbae0bab15b4f044f2edc8e91dc6e1abd0c0701', '51.222.253.10', 1681547980, '__ci_last_regenerate|i:1681547980;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 ('dbbc5a268ceef2faac076d6e8042ed8e6e62c21d', '190.56.173.211', 1655778375, '__ci_last_regenerate|i:1655778361;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655772772\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655778370;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbcf4466ee444ab2e83c687e463eb0849c47c41', '52.167.144.164', 1685876016, '__ci_last_regenerate|i:1685876016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbdb6b4fb64dc97f5abe04791a6bd7a6cafc781', '190.56.50.39', 1664982264, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664982264;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664982261;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc2778ab1ff8fb0473e44cdd60d5f46458970f6', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc3cb8b18b73e5105a8f2585b1cd52361666c7f', '190.56.50.253', 1682560389, '__ci_last_regenerate|i:1682560389;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682560334;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc5d61d03212892e567df12e7806b5548cda97c', '52.167.144.82', 1687583631, '__ci_last_regenerate|i:1687583631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc651987b892bd8a3a2c4a99ca2cbc129b5eaa3', '40.77.167.202', 1687268299, '__ci_last_regenerate|i:1687268299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc6a586a16ae682d6f8ccff3fb583aa5e0222d0', '17.121.113.61', 1658007807, '__ci_last_regenerate|i:1658007807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc727ab223a1bfd4847a249a39a7af21b2c22f7', '157.55.39.46', 1672715915, '__ci_last_regenerate|i:1672715915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc8b559461b6c4056adfeb01cce377491b5910b', '190.148.157.183', 1680526295, '__ci_last_regenerate|i:1680526295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680526292;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc966774ad9f07eff16b418704cf05a52745087', '114.119.135.229', 1685057448, '__ci_last_regenerate|i:1685057448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbc97e1f514acf3ce5d745e9d18e8cfa2d764b06', '190.56.173.213', 1683503202, '__ci_last_regenerate|i:1683503202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683502744;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbca6e7c772c26c0ed08fd7b504293b3b16bb45a', '190.148.158.151', 1677373696, '__ci_last_regenerate|i:1677373696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677373179;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcb4b79b8cebdfe92e5c1ef4c641e1070f4aec2', '157.55.39.100', 1672124206, '__ci_last_regenerate|i:1672124206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcb87e8f0fe392fedf1aed2d55dd4b77dc685ef', '207.46.13.230', 1656483764, '__ci_last_regenerate|i:1656483763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcbbe9385e084ed328656098c58dac06277c75c', '40.77.167.190', 1677538942, '__ci_last_regenerate|i:1677538942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcbf8a0bc3183cfa5e59f8bf5102828f2662064', '190.148.157.53', 1684106218, '__ci_last_regenerate|i:1684106218;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684106083;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbccb4a51bea82e7e7db78fc972bb9c447c84b42', '40.77.167.182', 1683192169, '__ci_last_regenerate|i:1683192169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcd5334788b1fad05d800ebb7b987858f55084a', '54.36.148.141', 1678579666, '__ci_last_regenerate|i:1678579666;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 ('dbce6cff3933a89170ec50aeab02e6a8bc657477', '40.77.167.235', 1687895258, '__ci_last_regenerate|i:1687895258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcf0bc37f67b922dee2d1570e8830c9e20da598', '190.148.87.182', 1679582153, '__ci_last_regenerate|i:1679582153;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"Rdq0QvUkG8hsDx6urLPf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcf1ee2781809f1a3e06b133ee75bc5513f9341', '114.119.157.206', 1688220372, '__ci_last_regenerate|i:1688220371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcfa527a30703a77cb95630fad5f1a8e930f9c6', '52.167.144.98', 1686256736, '__ci_last_regenerate|i:1686256736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbcffde7571bb153618ce6e71bc31898eb4b80e6', '51.222.253.7', 1687256120, '__ci_last_regenerate|i:1687256120;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 ('dbd218860d78f240fdd7a56d95e47c100d6d0a16', '68.183.180.56', 1654257498, '__ci_last_regenerate|i:1654257494;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 ('dbd296a04f6916fc36d5ef2b7eb7747069fc5fec', '40.77.167.63', 1672182919, '__ci_last_regenerate|i:1672182919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbd3a4cca604f7481c4e53e4e7c25dba14c9c2f2', '66.249.79.201', 1681421946, '__ci_last_regenerate|i:1681421946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbd43c2b294899167bdc819a5a1b140eb4b5755b', '40.77.167.202', 1687653154, '__ci_last_regenerate|i:1687653154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbd59238d3903fa93f2cfd263449c3e3c9ea83db', '52.167.144.164', 1684708908, '__ci_last_regenerate|i:1684708908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbd995073c1e00598708897786932ce106f49014', '157.55.39.131', 1662669351, '__ci_last_regenerate|i:1662669351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbdaf12d5b0c6af750ec5a7ec7177a188094ad37', '40.77.167.11', 1673964311, '__ci_last_regenerate|i:1673964311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbdc96dc494fbbf0369f8951a3a9a299f99a6f43', '40.77.167.191', 1681856037, '__ci_last_regenerate|i:1681856037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe0b37884661898abb8962263d5e11e3b7a54de', '18.236.70.29', 1680183518, '__ci_last_regenerate|i:1680183518;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 ('dbe4063bc645bc9becbe44aea529783e6c7f6e86', '40.77.167.123', 1683636238, '__ci_last_regenerate|i:1683636238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe4194fffb2c5357a938a0a248b2f8a144e21ba', '52.167.144.95', 1680599860, '__ci_last_regenerate|i:1680599860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe472db9dccff46f86f8515804608c7de3c4dfe', '51.222.253.7', 1669038160, '__ci_last_regenerate|i:1669038159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe5b71b9fa0cd6b439cdea3230676a80662e64d', '5.188.62.140', 1656407436, '__ci_last_regenerate|i:1656407432;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe69271b7c16b5f7df079930ce8151ea770d686', '190.56.55.113', 1673440499, '__ci_last_regenerate|i:1673440499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673439394;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe7278c8e5acd40189c1270368eb8625a0847ae', '157.55.39.192', 1666865419, '__ci_last_regenerate|i:1666865418;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbea6b0899ce7bc4c9292f7e5081a79797852a8a', '124.206.180.138', 1652110958, '__ci_last_regenerate|i:1652110955;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbeb4eec03d7e4425ea2d4020babd87b05bc9131', '190.56.50.6', 1667596816, '__ci_last_regenerate|i:1667596816;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667596787;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbecfd44d17d2cc294676a18fea80e9016fbbff4', '17.121.112.191', 1655743450, '__ci_last_regenerate|i:1655743450;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 ('dbede273f982422c537cf4236d1fc678531e3f33', '200.119.174.30', 1667519862, '__ci_last_regenerate|i:1667519862;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667519856;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbee58c87473cc7efbbb73769f34decfc8b35509', '190.148.252.96', 1672949803, '__ci_last_regenerate|i:1672949803;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672945019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbef46bd8d76d00a107fa9b9383cc99143ebd27a', '114.119.146.29', 1688297521, '__ci_last_regenerate|i:1688297520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbf10de451bee4ab035513e959fedb56fc5b7ac9', '207.46.13.230', 1656579394, '__ci_last_regenerate|i:1656579394;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 ('dbf1996b86137d675f8af0c1849c6006cb7c267c', '190.56.54.129', 1653428911, '__ci_last_regenerate|i:1653428911;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653409139\";last_ip|s:15:\"190.148.252.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653428907;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbf1f53e0594c8d752b2f68d2f8a5ec6707825d8', '190.56.50.253', 1682610217, '__ci_last_regenerate|i:1682610217;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682610212;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbf816ab6b4666964982eaba300ccf42eb122222', '40.77.167.175', 1680197264, '__ci_last_regenerate|i:1680197264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbf93dd1fce9b87cd490a0598dcc0e477e99f2ec', '190.56.32.35', 1671907747, '__ci_last_regenerate|i:1671907747;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671907543;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbf95d836bb935d9923bc688b728829cc0f69a91', '52.167.144.98', 1686643170, '__ci_last_regenerate|i:1686643170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfa0d69f3efc4f04c7d1301cc8a4054291fcf88', '190.148.157.98', 1679094980, '__ci_last_regenerate|i:1679094980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679094973;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfb2db82229fe161708aaf7cc97f477ad494900', '34.133.14.62', 1666538773, '__ci_last_regenerate|i:1666538773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfc03e0dbd8edc6b9ecc39938d20090f20d44b6', '51.222.253.19', 1675779330, '__ci_last_regenerate|i:1675779330;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 ('dbfc373e37fbf539f52869e200a89f2f33a096a1', '190.148.157.117', 1675618156, '__ci_last_regenerate|i:1675618156;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675618086;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfc815c8830fdf5ca7b48f48c99843850a1ff3b', '51.222.253.14', 1677120699, '__ci_last_regenerate|i:1677120699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfdc36533442ac0ac1e3f7b945159aec4387d45', '185.181.60.12', 1687616708, '__ci_last_regenerate|i:1687616708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfeaa8a359aa93c61c5af50e529cfed93cae074', '200.119.170.158', 1661346576, '__ci_last_regenerate|i:1661346576;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661346544;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc0041edee829d6fed7b050927bb1adbed44634b', '87.115.231.249', 1654742980, '__ci_last_regenerate|i:1654742980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc022b44b2b935b88f16707ff133064ba3df4964', '190.148.252.73', 1664636311, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664636311;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664578005\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664635786;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc055dec7e52e9bb1d14f48c543a013f383149fd', '114.119.165.136', 1685131141, '__ci_last_regenerate|i:1685131141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc061fdabef29fa45bc34506359f74516b29e8d5', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc093e4a66226d6661b00e8504e3e142c96cc736', '34.222.154.224', 1676208281, '__ci_last_regenerate|i:1676208280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc09f2bf17321bf1f364ae22960ff646a802529e', '40.77.167.146', 1687774383, '__ci_last_regenerate|i:1687774382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc0a20a588164259dcd68a6e0c826ebf89f91795', '200.119.173.177', 1685030385, '__ci_last_regenerate|i:1685030385;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685030153;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc0acffb55460cc4a4cd01ae6a54b79c4ff5b5ae', '34.67.147.155', 1662308668, '__ci_last_regenerate|i:1662308668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc0b07f38e3ac9c97564f9e5702b126fd66fc541', '51.222.253.12', 1685461788, '__ci_last_regenerate|i:1685461788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc11a72e1d26ba6e18b62b7800ebd3d110f3d9c5', '200.119.173.130', 1675898778, '__ci_last_regenerate|i:1675898778;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675896835;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc11ed4a089e4b30ce4511992f07c4a643694773', '51.222.253.13', 1651382945, '__ci_last_regenerate|i:1651382945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc126e54bb1e8a9f4c04c3416ddafd198663e3cf', '52.167.144.98', 1685129061, '__ci_last_regenerate|i:1685129061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc13e3e0093c11a7fe2c48f02ac8de5f93838851', '190.56.54.156', 1665074383, '__ci_last_regenerate|i:1665074383;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665072948;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc144d98fd94d17289011cf35d9a8a444c534302', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc19434bfe16df6a3b4da167f9c6c7b0dfa694ab', '149.57.16.7', 1653807016, '__ci_last_regenerate|i:1653807016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1965e557677026c83315e155027ef191d31bc8', '51.222.253.12', 1678523858, '__ci_last_regenerate|i:1678523858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc19742cc73aa81d081a30c960b8324871d414ca', '190.148.87.182', 1679621841, '__ci_last_regenerate|i:1679621841;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679619107;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1a086fbaf47885ae0b84169f6a486559a3b5ea', '52.167.144.43', 1683842374, '__ci_last_regenerate|i:1683842374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1b3f1ecd0d9fe935b6d456dd8a3e1901b9c385', '137.226.113.44', 1684401332, '__ci_last_regenerate|i:1684401332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1bb230a278ab54647beca623483163e5c0529f', '190.56.32.35', 1671815867, '__ci_last_regenerate|i:1671815867;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671815833;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1d32b39748019be8308801af6d06fc1c5cde63', '52.167.144.54', 1678598845, '__ci_last_regenerate|i:1678598845;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 ('dc1d61da9bc7fb92f3e18d344beb6d2d0bb93206', '198.251.73.117', 1686692861, '__ci_last_regenerate|i:1686692861;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1edcb4d602cbe60f3b0093d21156e2de5baad1', '114.119.155.103', 1684930554, '__ci_last_regenerate|i:1684930554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1f42e7230d3dc6143e57e9199e5a9fe0e134cc', '17.121.113.196', 1663042966, '__ci_last_regenerate|i:1663042965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1f90c66d1ead863226170b4cb2925ee746b733', '52.167.144.57', 1687397118, '__ci_last_regenerate|i:1687397118;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 ('dc2189e63be739cbddbee63ab69433955f0804cb', '157.55.39.217', 1683512076, '__ci_last_regenerate|i:1683512076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc258213d0d44e5dc4b78b4c61b29ce99f76aa3e', '157.55.39.125', 1654199810, '__ci_last_regenerate|i:1654199810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc25ced090973428248bf13c3023c259e6cba24c', '52.39.99.60', 1681153616, '__ci_last_regenerate|i:1681153616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc25cff02a8b99b5a75c8ef5905f9e7de10cdd02', '190.56.54.156', 1665244065, '__ci_last_regenerate|i:1665244065;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665244039;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc26f909fcc5c1481f717834f9cc6a9f192cbf3b', '144.76.67.169', 1669883284, '__ci_last_regenerate|i:1669883284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc274d84509a50e975bd2ba9efeb983840dec687', '106.75.134.172', 1686864731, '__ci_last_regenerate|i:1686864731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc27d67dae99923b1940a03b96aab5a0a2e65e71', '114.119.132.16', 1687623709, '__ci_last_regenerate|i:1687623709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc285603b2176654235a9daf1ae9402be5a23c9f', '207.46.13.12', 1675464229, '__ci_last_regenerate|i:1675464229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc298fbe9b1d8a385791a752deb6d2e04e619712', '40.77.167.227', 1678974797, '__ci_last_regenerate|i:1678974797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc2aeeb5819206e309d100f43d5f07f440c08309', '190.56.173.136', 1687871011, '__ci_last_regenerate|i:1687871011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687869508;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc2d66ef1967e21d6810fb0ea1799cd662ca6d89', '34.218.230.146', 1667222831, '__ci_last_regenerate|i:1667222831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc2ddc5569fc58c2d166fdf02393d5cfddaf8b46', '65.21.206.43', 1660817575, '__ci_last_regenerate|i:1660817575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc2ee60a5c712e7cba47d223fc65c7afcdc441b1', '190.148.158.175', 1672450770, '__ci_last_regenerate|i:1672450770;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672450090;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc2fa737cf81a923faceaa5713d512c065ab2b3c', '17.121.112.191', 1661392464, '__ci_last_regenerate|i:1661392464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc30d1b06d6a1ef173859de66ac2f3736b3fdb27', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360530;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc325121fac208589d757593f959a7d0b9273ebc', '52.167.144.171', 1684566622, '__ci_last_regenerate|i:1684566622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc34f32aa29eece5193ca241b61c7e7a5e8a6d73', '114.119.133.213', 1688308348, '__ci_last_regenerate|i:1688308348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc39674233da402148f25d9f26e15c62f8e16ad2', '190.56.32.131', 1687644341, '__ci_last_regenerate|i:1687644341;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687644200;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc3d855842e476b07d7f48ec217554cc78002dac', '52.167.144.98', 1685685191, '__ci_last_regenerate|i:1685685191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc3e9f6ee168f17d1699fba14308942699f8e063', '157.55.39.69', 1672092729, '__ci_last_regenerate|i:1672092729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4011a340ccae334723abe7d4417b68e9c125cb', '114.119.146.61', 1686543742, '__ci_last_regenerate|i:1686543742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc43f3081f3c0f0f843576a8a1427b195b62caa7', '50.21.188.63', 1672704995, '__ci_last_regenerate|i:1672704995;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4587cbed0e90cd4391a5ba7f7b75d975d57e89', '52.167.144.98', 1686573741, '__ci_last_regenerate|i:1686573741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc46be8a828a56bb7bbfeb16af0f9108fd8be6c6', '40.77.167.227', 1678801574, '__ci_last_regenerate|i:1678801573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc49f6a2cf903bcb77b77c108a8fbb0023c13927', '52.167.144.98', 1685484969, '__ci_last_regenerate|i:1685484969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4a12bffb3aae0e38edb3d138fdb6aa0a4a16c1', '200.119.174.83', 1661955808, '__ci_last_regenerate|i:1661955802;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661900274\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661955808;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4d0f7012fe788383426f78f417ff88f11d849c', '190.56.55.48', 1687459686, '__ci_last_regenerate|i:1687459686;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687459593;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4d43a0e44bc666b23f8f3588337598e7176727', '18.191.170.48', 1671375499, '__ci_last_regenerate|i:1671375499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4d5b94f99812f7993f24278a9f49310546b932', '190.56.50.253', 1682713536, '__ci_last_regenerate|i:1682713536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682713248;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc50f4fe429eddfbcd902790ccb4249b498121dd', '157.55.39.65', 1661997637, '__ci_last_regenerate|i:1661997637;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc51b09d9c2b85295d62186348df60f414470896', '51.222.253.4', 1680548884, '__ci_last_regenerate|i:1680548884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc51b901bc5ee621618b482b28ecd93ded5c0d5f', '51.158.73.152', 1656192290, '__ci_last_regenerate|i:1656192290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc51c0ee81a61712ed8df95a87418d55755999e5', '190.56.54.129', 1653597913, '__ci_last_regenerate|i:1653597913;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"iemROz6Df89XNQGk7Kjy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5372180977ce1289c809f75b6ff5d3f15274f1', '17.121.113.51', 1652962622, '__ci_last_regenerate|i:1652962622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc544977f35bfca12337d8af3856abdc2e5260e4', '40.77.167.85', 1684574425, '__ci_last_regenerate|i:1684574425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc55c752069b0ee9408b2341ab9854930ccfd096', '52.167.144.164', 1686579430, '__ci_last_regenerate|i:1686579430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5807369f4bd0f478b5ff544e407392e6c3befc', '114.119.145.110', 1683808495, '__ci_last_regenerate|i:1683808495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5bbe343269d42c23a21f5132f2b633fb95e46e', '190.56.50.253', 1682627704, '__ci_last_regenerate|i:1682627704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682627586;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5c24935fc56e440f22afc2e95234588c68c9af', '52.167.144.76', 1681546031, '__ci_last_regenerate|i:1681546031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5cabaa91c3e1d34b0c17aa4df5e8b5f348d965', '54.36.148.129', 1654751793, '__ci_last_regenerate|i:1654751793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc5e6086dc25e83ec6588aaca144c736859affe7', '20.53.249.177', 1650912816, '__ci_last_regenerate|i:1650912812;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 ('dc5e8eeba2dcffb56317b622160ac2a738e64a02', '190.56.173.175', 1652907440, '__ci_last_regenerate|i:1652907440;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652907436;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc60290a532f70506cc9c2c46bf380e9c2467b99', '200.119.170.15', 1655233308, '__ci_last_regenerate|i:1655233308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6094f06c19eea1861f6b4fb9f6bc5648e12199', '190.148.252.236', 1656010237, '__ci_last_regenerate|i:1656010237;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655995345\";last_ip|s:14:\"190.148.87.246\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656009130;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6183d98dbc3f142bbbb7ca574345bf396029a3', '190.148.157.53', 1683893209, '__ci_last_regenerate|i:1683893209;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683893162;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc63b0d0b1406036ae73829a5079cabd10319918', '200.119.173.130', 1675815681, '__ci_last_regenerate|i:1675815681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675815474;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6447f295e66ba720203b0048135f0e0cbe0ec2', '114.119.146.114', 1688225995, '__ci_last_regenerate|i:1688225995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc659772e3677bc8ccc1613affb6621c0c4da48b', '205.210.31.18', 1657698488, '__ci_last_regenerate|i:1657698488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc662d8830d4172824f948e4e44160220250b239', '51.222.253.3', 1664963223, '__ci_last_regenerate|i:1664963223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc66d345f321052b2303d98eb337c0155c10d9eb', '51.222.253.14', 1684413543, '__ci_last_regenerate|i:1684413543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6ba4b7275a2a0259e7a3a8db60b68b99179a0f', '190.56.173.136', 1687959677, '__ci_last_regenerate|i:1687959677;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687908029\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687959645;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6bba85b2c3e388c5a9f4b62376944091d83657', '157.55.39.79', 1670998417, '__ci_last_regenerate|i:1670998417;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6c079cb841e82718a213c41febacd3d6d788b3', '185.27.99.112', 1662866731, '__ci_last_regenerate|i:1662866731;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 ('dc6ca95039df7d7226e9a915a1f558f9e28a0c7d', '40.77.167.181', 1679310347, '__ci_last_regenerate|i:1679310347;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 ('dc6dfb691d365ebecbaf81ca9f9fd5fe29de38ed', '40.77.167.49', 1664619806, '__ci_last_regenerate|i:1664619806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6e3275c532b64651f49d77e9612812be86e430', '157.55.39.118', 1657559111, '__ci_last_regenerate|i:1657559102;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc6f6cee55696b42e57f7b672c395fd3d568ac2d', '190.56.55.113', 1673461772, '__ci_last_regenerate|i:1673461772;requested_page|s:15:\"admin/purchases\";error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc70966c175a891f078bcdba38cbf9618b1bb112', '137.184.234.181', 1651250781, '__ci_last_regenerate|i:1651250781;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 ('dc71cbed46f5ee9ec4ec4e56b1bdb81828c8fdab', '200.119.173.130', 1675773858, '__ci_last_regenerate|i:1675773858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675773840;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7225800216a868f6004af616a6ae8ffba10800', '190.56.173.213', 1683311322, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683311322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683311315;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc74e50b2c3f7965cc424c56bb85a24c66a73e3a', '40.77.167.227', 1678799591, '__ci_last_regenerate|i:1678799591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7668adb9b877c878837d180bdfbd8b9cd18b99', '114.119.133.247', 1687857067, '__ci_last_regenerate|i:1687857066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc76987887b05817902878d9cc4c1cb3d27f665c', '190.148.158.151', 1677187686, '__ci_last_regenerate|i:1677187686;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677186730;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7848191aec1456b982b5caa831e200da6ed33f', '207.46.13.229', 1683517772, '__ci_last_regenerate|i:1683517772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc79e72efd998c48a79ab3ce4fd53c5ed05e5291', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7b01fd5e28237127c62dd579d81ae43721de86', '157.55.39.194', 1674432081, '__ci_last_regenerate|i:1674432081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7ba47b0a0cdc28424d2baf1709c962106d7955', '190.148.87.96', 1678469756, '__ci_last_regenerate|i:1678469756;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678469678;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7bede03ac35e62c61d7d1a86d071377fb23ee6', '51.222.253.12', 1658103619, '__ci_last_regenerate|i:1658103619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc7dc75102b580e8c82ef8c40dfdc22cce5107f8', '190.56.50.253', 1682704363, '__ci_last_regenerate|i:1682704363;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682704355;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc80b869821b06d3998227b27034b29ba8281bbe', '114.119.159.228', 1684077753, '__ci_last_regenerate|i:1684077753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc81a546e8461b4787c911247ca5da1915fcff3a', '52.167.144.162', 1686862074, '__ci_last_regenerate|i:1686862074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc825ad15c90316a98f368aedb1abfe42c8f7b67', '114.119.144.202', 1687295711, '__ci_last_regenerate|i:1687295711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc84152e7bd014c023f9ce7b2d2e7a6d07dae7d1', '54.227.32.154', 1651856185, '__ci_last_regenerate|i:1651856185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc8a3bbaed5cee978fa6d930aea1809cba0be3f8', '51.222.253.9', 1653105865, '__ci_last_regenerate|i:1653105865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc8b924638449df75f94f0c1a312b52b89a44b27', '18.206.55.48', 1651586860, '__ci_last_regenerate|i:1651586860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc8fca5c9b9f447ebb6c0fc6207fb31beb56e477', '190.56.50.253', 1682545751, '__ci_last_regenerate|i:1682545751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682545632;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc90344022354f5b8a564fb5f21a0a994fe51583', '54.36.148.159', 1660966053, '__ci_last_regenerate|i:1660966053;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 ('dc921e771bb005bb127d628c7d7af565b7120b2b', '190.56.32.162', 1686240010, '__ci_last_regenerate|i:1686240010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc9264f27836ed3f7cf47ab81c9b332ec76330d0', '52.167.144.98', 1685204535, '__ci_last_regenerate|i:1685204535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc934e90a1df61800973a229576a47afe52c174c', '17.121.114.28', 1659322977, '__ci_last_regenerate|i:1659322977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc94b322bba5643b61fd83f2b70cb7d3cb4009bf', '207.46.13.217', 1684154495, '__ci_last_regenerate|i:1684154495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc965378eedf04525700deea629b6e1a7954c5a3', '51.222.253.12', 1654475406, '__ci_last_regenerate|i:1654475406;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc965499b486ae181ab75b531a2674b40dfe86dc', '200.119.168.250', 1680648874, '__ci_last_regenerate|i:1680648874;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680648544;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc96abfbf98828bb4ff166afc60cc640214c67ac', '190.56.54.156', 1665158167, '__ci_last_regenerate|i:1665158167;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('dc97704bf22e9eccde9a404351a709f5b73d3c9c', '190.148.87.6', 1668436292, '__ci_last_regenerate|i:1668436292;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668435665;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc9793aabcc16ad7eff7b6c7ff0e74e4ba8df1cd', '200.119.172.88', 1659450452, '__ci_last_regenerate|i:1659450452;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659404340\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659449804;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc98b324956c9c5c0a4a216d49e0c1bef21eb62e', '200.119.172.60', 1674857577, '__ci_last_regenerate|i:1674857577;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674857432;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc9907f9cf15dcc88abda323bbc623ccb3e71bce', '52.167.144.164', 1685180466, '__ci_last_regenerate|i:1685180466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc99bc8e514a0df3dc6a5ddc432aebb700fd3c47', '114.119.156.233', 1686077473, '__ci_last_regenerate|i:1686077473;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc9cfdce1c8d70c273d60f22352eb7ff386f9a54', '52.167.144.70', 1688346754, '__ci_last_regenerate|i:1688346754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca147e2b9696985284a34b74d20b9734891c623', '17.121.112.204', 1659258540, '__ci_last_regenerate|i:1659258540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca2caa0007171661b26cd1ce4cd665238e3d442', '190.148.252.151', 1671055807, '__ci_last_regenerate|i:1671055807;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671051434\";last_ip|s:15:\"190.148.252.151\";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\";user_csrf|s:20:\"ABh2u9ij8zV3WH1QxEMp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca2fb4dffba3929b7900f49b7e10851f9cead27', '207.46.13.12', 1676030702, '__ci_last_regenerate|i:1676030702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca30a9ac33a83fb2e547dac43584a045baccd23', '52.167.144.98', 1686515211, '__ci_last_regenerate|i:1686515211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca35c0c9376ff328adf816d866fc333f160ac06', '190.148.87.96', 1678498997, '__ci_last_regenerate|i:1678498997;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678498790;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca3631747d1d39e6aa99a6f3ea760256f18a586', '207.46.13.12', 1676119221, '__ci_last_regenerate|i:1676119221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca3ab5f66ae4d3026cbf465f7da9ca4f597587e', '200.119.173.67', 1679344728, '__ci_last_regenerate|i:1679344728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679344715;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca60e8826ab92c22a8dfce3c82fc9cc542dde58', '190.148.252.195', 1653688976, '__ci_last_regenerate|i:1653688976;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653655106\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653688952;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca77d30889503f261c87f1c82155848d641c0f9', '212.47.247.76', 1656192609, '__ci_last_regenerate|i:1656192609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca8807232b2da016f78e35d9a7a854cc10a2052', '114.119.134.196', 1687614737, '__ci_last_regenerate|i:1687614737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca993a24026d13679cc657e03cbd168b7bc42df', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca9c71b8edbc72aa8caa18d7ea52444dfd82d9e', '52.167.144.162', 1682672502, '__ci_last_regenerate|i:1682672502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca9dd88dd0f01fcf9412f193899a36ad5b5b855', '200.119.168.250', 1680722734, '__ci_last_regenerate|i:1680722734;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680722276;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dca9fe426f1314deced347005bd9f64e452c562e', '200.119.173.177', 1685369234, '__ci_last_regenerate|i:1685369234;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685369221;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcaa52d93eba4bbe190da116f1405decdfdd0efc', '40.77.167.187', 1680773548, '__ci_last_regenerate|i:1680773548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcac7a62a7a33dbd2f0e5e6fea767ff95d2317ee', '40.77.167.63', 1672264718, '__ci_last_regenerate|i:1672264718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcaca71e6efa52626fb9fa05a3a2c05d39a3ee08', '114.119.132.237', 1686376972, '__ci_last_regenerate|i:1686376971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcacdc0c480150d70535650b0c7b8d1e4ca5d17c', '114.119.146.111', 1688325873, '__ci_last_regenerate|i:1688325873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcad6a69e30292d7acbcad862ac7b460874172ad', '52.167.144.162', 1687332913, '__ci_last_regenerate|i:1687332913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcaf16ad59261a875c38c23e63543cc22ce5d023', '190.56.50.59', 1657802985, '__ci_last_regenerate|i:1657802959;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657802883\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657802964;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb0881ca2fc8a27f2b2883244aa3d5ebc32a0a7', '157.55.39.253', 1682595872, '__ci_last_regenerate|i:1682595872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb08858029c4bd6aafe54b1544423c81587a64a', '190.56.54.156', 1665360377, '__ci_last_regenerate|i:1665360377;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665360373;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb0e744fd0c5d0978be40d909b8cd386915cdf0', '51.222.253.1', 1670090747, '__ci_last_regenerate|i:1670090747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb19a84eca55e2f166357e6015f96f229e53951', '114.119.135.215', 1686482827, '__ci_last_regenerate|i:1686482827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb2d3e95e2fb5b11885615e3a704c7217ee8347', '18.206.55.48', 1651586860, '__ci_last_regenerate|i:1651586860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb2eac723ebf377344886581481ddd0f43bb89a', '200.119.172.126', 1652888533, '__ci_last_regenerate|i:1652888533;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652808979\";last_ip|s:14:\"190.148.252.76\";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 ('dcb2f6c9b8c95352f942c6f3cac04557c1f88095', '114.119.146.211', 1685888616, '__ci_last_regenerate|i:1685888616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb34bf941c6a50fb5c6b8d609901eace6d49d9a', '144.76.151.42', 1650866365, '__ci_last_regenerate|i:1650866365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb432d7ff611e7e8ec0c3f0c1c31d1d254147b2', '51.222.253.14', 1679554033, '__ci_last_regenerate|i:1679554033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb52e02a556cd05f85b56a09951f81dc278c671', '51.195.216.255', 1650896017, '__ci_last_regenerate|i:1650896016;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb559b569959c180079fe6cad12bd194b86a524', '52.167.144.98', 1685745817, '__ci_last_regenerate|i:1685745817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb55ae0f1358621c197cedb275de3f1b0c0d296', '190.148.157.53', 1683809552, '__ci_last_regenerate|i:1683809552;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683809551;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb65f9c565496fa269c3f55358027b00d4faae1', '74.208.2.198', 1665904747, '__ci_last_regenerate|i:1665904747;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb6943d31929eb9be30a4358b03ef168562d3de', '130.255.166.120', 1687905065, '__ci_last_regenerate|i:1687905065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb6dfd8d494b39111345fee9e920b25b23ca082', '40.77.167.13', 1672124183, '__ci_last_regenerate|i:1672124183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb8ac846900140623963f73b2c704ee7b132a28', '200.119.173.107', 1686852670, '__ci_last_regenerate|i:1686852670;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686852207;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb9a738911748861b55ce258fe7745b3a480f8c', '114.119.157.250', 1687799179, '__ci_last_regenerate|i:1687799179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcba955e4f8a3468eb2fc94f4d3d83013a263db6', '50.21.188.93', 1672704854, '__ci_last_regenerate|i:1672704854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbc40f38291f2b41ec3670b807e462beef3af94', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbd122d20620423e2758ae0776edaf25ba12f31', '51.222.253.7', 1668335740, '__ci_last_regenerate|i:1668335740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbe2b83dc3942a5a8aeeb68a06ad39de32691c1', '52.167.144.98', 1686699272, '__ci_last_regenerate|i:1686699272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbf88aacdcdfa8dffa8fdf3a8d3881a0f0d4bec', '207.46.13.160', 1664956071, '__ci_last_regenerate|i:1664956060;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbf99ddc0357fe01ad9dc7dcf1038f3d286ae68', '157.55.39.79', 1670924269, '__ci_last_regenerate|i:1670924269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcbff2dbd8ec68ffd92363a3dd24d61210b5b475', '200.119.174.30', 1667518828, '__ci_last_regenerate|i:1667518828;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667518701;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc0e73ba0ed7f1aae8cd3582cbc4955514fe1d3', '65.21.206.45', 1668393160, '__ci_last_regenerate|i:1668393160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc1cf0f45720d54c4cef3646135e6f4a20c0e92', '175.196.127.111', 1650791332, '__ci_last_regenerate|i:1650791332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc26b298d89ec3bf4d8edc179bb612668a25bc9', '157.55.39.128', 1673444173, '__ci_last_regenerate|i:1673444173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc2920820c19725fed6be77932adf1fcfe36003', '185.181.60.12', 1682109239, '__ci_last_regenerate|i:1682109239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc3b38b35655b8e0fc1cabdacb4b9d2097d2262', '190.148.157.117', 1675611234, '__ci_last_regenerate|i:1675611234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675611217;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc5dbca26c86a07eada8b89ce4c81f8c831acde', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc5fddc4a813a52aa5b538ce53359477381cf92', '40.77.167.37', 1669577866, '__ci_last_regenerate|i:1669577866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc73eb33a30cb995ef50b037300d32b4755c849', '35.91.48.14', 1658236546, '__ci_last_regenerate|i:1658236546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dccc9098304cde2396ba6e9d1fbd53536381359e', '54.36.148.35', 1686537855, '__ci_last_regenerate|i:1686537855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcce35b7e2bbb35155b5110809eb74327eb3406f', '54.148.238.208', 1673788926, '__ci_last_regenerate|i:1673788926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd151a19b5b89f4e6d4f0784dc7842f77dd9120', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd159e79cafb6bcfa6bdf142fe7e90047471960', '200.119.172.96', 1675436950, '__ci_last_regenerate|i:1675436950;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675363966\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"7UC5v3miofe19yW6OTXg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd30898d97b1e7cd3e0f6720b54cc10835b3996', '207.46.13.6', 1671953199, '__ci_last_regenerate|i:1671953199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd52101f8b9ab9f92f0144a3ee7c1eecb78604f', '190.148.252.55', 1675696201, '__ci_last_regenerate|i:1675696201;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd85a646d3b522187846548b271608588bcd31d', '52.167.144.154', 1688036998, '__ci_last_regenerate|i:1688036998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd8c3222343174dfc94ad6350bd99c455bdb238', '52.167.144.95', 1680604098, '__ci_last_regenerate|i:1680604097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd982199e96dd36e4d70b8706198234915be59d', '54.37.233.116', 1650851696, '__ci_last_regenerate|i:1650851696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcda179b22174f201f80975146c0651af12ba05f', '51.222.253.19', 1655138273, '__ci_last_regenerate|i:1655138273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcdb9c78ebe1657ecba9e586dc6aff100542af98', '54.36.149.106', 1679700837, '__ci_last_regenerate|i:1679700837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcdbd4fb86ca37730e635849caa0f50d71edbcc8', '190.148.252.96', 1673038566, '__ci_last_regenerate|i:1673038566;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673038517;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcdde060fcbe8718df7d779396a75ac7b1b055a4', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce09de603bd55b31c8e27fda0a093c4ef2dfb95', '52.167.144.95', 1678176517, '__ci_last_regenerate|i:1678176517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce182473c2425328e183b15f9db6ab6f2aa6840', '207.46.13.48', 1654152351, '__ci_last_regenerate|i:1654152341;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce1f5905aab4145e0e711aa8bd7f81ef24edfed', '51.222.253.4', 1686007092, '__ci_last_regenerate|i:1686007092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce4ed5976bc52bd2e1d2330b0d221cec487a9a6', '200.119.173.96', 1687190215, '__ci_last_regenerate|i:1687190215;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686949676\";last_ip|s:11:\"190.56.50.6\";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 ('dce5d7351e7056d26d52a423505d9c4037a04d9b', '54.36.149.34', 1671932756, '__ci_last_regenerate|i:1671932756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce644e035c354ce270f1551e1c362fe6fe02a17', '209.145.55.127', 1651068202, '__ci_last_regenerate|i:1651068202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce678ec8d77882f67e750c4b609a54fdb3208b8', '114.119.162.170', 1685529378, '__ci_last_regenerate|i:1685529378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce689ea0bf66aad58c1962fb0849bf394d4eaf5', '40.77.167.192', 1681039664, '__ci_last_regenerate|i:1681039664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce7d5de3b6c7a254ada47734945081b87830637', '52.167.144.98', 1685418525, '__ci_last_regenerate|i:1685418525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce8135a481e1a4fcac0bf2d9bf293793fbd861d', '54.39.90.165', 1661099018, '__ci_last_regenerate|i:1661099018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce965d8befb6087bd8f41a928419ad0fac27a28', '114.119.146.16', 1687633070, '__ci_last_regenerate|i:1687633064;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dce9b93d073a415c8e29419e48c442b8f41e661d', '52.167.144.154', 1687973037, '__ci_last_regenerate|i:1687973037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcec4b99099a4fd3afa110713ef8a947a93eba48', '93.159.230.89', 1685016464, '__ci_last_regenerate|i:1685016464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcec9987fcabd28b9d4f49c24a86199a813c6efe', '17.121.115.4', 1651331912, '__ci_last_regenerate|i:1651331912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf083b5c961419565877133fc580dbd9a8a18cd', '35.93.0.148', 1671369100, '__ci_last_regenerate|i:1671369100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf2650491dfed402513b28be7665c02da6e0ca8', '200.119.170.168', 1670596434, '__ci_last_regenerate|i:1670596434;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670596365;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf28be2323f875b967e0f29c6ad6c3fee876589', '200.119.169.5', 1654868193, '__ci_last_regenerate|i:1654868193;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654867687;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf38d99465746a5e4b2162c5acc8ae84a0ab5e4', '66.249.74.103', 1681665260, '__ci_last_regenerate|i:1681665260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf58e903e9649035b6e3124233ced4c2eaa7908', '207.46.13.217', 1684289112, '__ci_last_regenerate|i:1684289112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf62aff5ec950ba82a0d0c53ad916e18b42f206', '190.148.158.69', 1685977677, '__ci_last_regenerate|i:1685977677;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685977646;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf6a3dbaa026da2c66743408730ad322630a858', '54.36.148.95', 1675089044, '__ci_last_regenerate|i:1675089044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf6c9916ec0076602515509a5b4b93ffbe8584e', '54.227.32.154', 1650999431, '__ci_last_regenerate|i:1650999431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf703af01606f3815999504965dc596347fa709', '114.119.146.215', 1687923807, '__ci_last_regenerate|i:1687923807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcf94974ec40d7b9126ebac327c670aea718ffe9', '190.56.54.129', 1653498904, '__ci_last_regenerate|i:1653498904;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653498900;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfa7e86a94e88b2c21d92956a66e559e391244a', '54.213.235.226', 1654436455, '__ci_last_regenerate|i:1654436455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfb78e9ae836d5a293d2aa13b1e4ba070224268', '5.188.62.21', 1653417840, '__ci_last_regenerate|i:1653417837;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfc262ec853a47543eac8c3790be41e4b039cdc', '74.208.2.183', 1668050328, '__ci_last_regenerate|i:1668050328;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfe00cdedf6a18eda3c8f54aeea5d7052c8f9d0', '157.55.39.80', 1669998728, '__ci_last_regenerate|i:1669998728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfead5bc07529e0a84d3c2a69c0ad1ca3abb8d9', '114.119.150.249', 1688076015, '__ci_last_regenerate|i:1688076015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcff53877e3a42e67346f97a9c3f5bb64f7ffd45', '190.148.252.76', 1654298430, '__ci_last_regenerate|i:1654298430;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654118076\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"91jVRWgiyGqnEdQfuIA3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcff7c95d45f024e573b3b6fef4b9e64125cff58', '114.119.129.2', 1687778464, '__ci_last_regenerate|i:1687778463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0059d48ced0bbaa70679cd3aded4ad99ea332e', '51.222.253.11', 1668105200, '__ci_last_regenerate|i:1668105200;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 ('dd00bff8fbc49207a78a5869ce5df5fe927b1249', '17.121.115.62', 1657466121, '__ci_last_regenerate|i:1657466121;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 ('dd0205598fd10609e2cc4e7e6abc65ea94e74e41', '51.222.253.8', 1660414215, '__ci_last_regenerate|i:1660414215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd024772bbc7593b2a433d1c93f94dfcb688c59e', '51.195.90.229', 1650840909, '__ci_last_regenerate|i:1650840909;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 ('dd03192ef3ed7f0fb8eb0523906e9c78fd767931', '52.167.144.70', 1688527113, '__ci_last_regenerate|i:1688527113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd037ca86967369b71587d2271a7517af4864192', '200.119.173.177', 1685389064, '__ci_last_regenerate|i:1685389064;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685389038;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0471c51ea99b30fb6b299be8738b5acff71aaa', '157.55.39.217', 1683486598, '__ci_last_regenerate|i:1683486598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd04d877e419f526782d3a2e7439af65f9d00ed1', '40.77.167.191', 1681942335, '__ci_last_regenerate|i:1681942335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd05f8ad4f9340144355f9b6f009aa00e05711d4', '207.46.13.11', 1669577856, '__ci_last_regenerate|i:1669577856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0ac4aa9ea9455c5280ee9cf5dc5563a62f85ea', '190.56.55.48', 1687464149, '__ci_last_regenerate|i:1687464149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687464116;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0b0b900dc6d65f21bed352ddfcbc4098a22310', '207.46.13.41', 1666549491, '__ci_last_regenerate|i:1666549490;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0b6ed4c7bca7eabc864d2f7af4ec6e2ded4e44', '207.46.13.12', 1675851918, '__ci_last_regenerate|i:1675851918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0d6aac1fbde5259a86e05716c7194f7644ea7a', '51.222.253.17', 1686610733, '__ci_last_regenerate|i:1686610733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0ea1feb6d57dbb1f55d059acab60695cad4e43', '46.101.63.152', 1652762870, '__ci_last_regenerate|i:1652762870;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 ('dd0f459e9ce9c2eab6ec1d84f997c5955ae6dd79', '190.148.252.76', 1654044164, '__ci_last_regenerate|i:1654044155;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654004560\";last_ip|s:12:\"190.56.50.41\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654044163;register_id|s:2:\"14\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-31 07:57:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd0f7d1718c6b6a081ffc79453b46f071fe48c43', '190.148.158.69', 1685980728, '__ci_last_regenerate|i:1685980728;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685980719;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd14e48bda62cc3ca9436e63fe10d084f272994d', '34.220.193.142', 1682987283, '__ci_last_regenerate|i:1682987282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd1541ab7a6041b6a82b798b1b83b82c3389df43', '190.104.119.212', 1654183730, '__ci_last_regenerate|i:1654183730;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654179806\";last_ip|s:14:\"190.148.252.76\";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 ('dd1695250c960b9389ecea943fb1cc3517dc360e', '114.119.154.113', 1688200452, '__ci_last_regenerate|i:1688200451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd17328cbed9444491aba6bf3bdb0cc2ed911865', '52.253.117.151', 1658599095, '__ci_last_regenerate|i:1658599092;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 ('dd18ab138154b4cbaaec6aaa6d29a4ebaec367b2', '54.36.148.189', 1658947251, '__ci_last_regenerate|i:1658947251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd19e2f608667bfe6b43994d0bd389d3e433d12d', '66.249.66.38', 1681871954, '__ci_last_regenerate|i:1681871954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd1bb3c4218b15b548a996bbb4dba6d6041407d5', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd1f382a57717ab01f8cb0571197244dafcd41c8', '190.56.32.162', 1686424348, '__ci_last_regenerate|i:1686424348;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686424275;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd203cf262309178e11e4a058defaec739f8bc29', '114.119.155.81', 1684968264, '__ci_last_regenerate|i:1684968264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd214c73b3f0121968bf5d0bc1a3d3c75c79f4f0', '190.56.32.35', 1672094628, '__ci_last_regenerate|i:1672094627;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"SyriYvLAptIu6B8VqxXa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd235b53ed3038f2f89810dbc2e7815338ebdd66', '190.148.158.164', 1667352617, '__ci_last_regenerate|i:1667352617;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667352261;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd23f0e2ec9fce2e29c96a530d3410e0168b4176', '190.148.87.182', 1679844331, '__ci_last_regenerate|i:1679844331;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679843005;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd24dbc88236c21a28b095b39a7aa58c49324615', '18.206.55.48', 1651889274, '__ci_last_regenerate|i:1651889274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd2500434ce5af16e67cb236eb987ec78cf6dbbb', '52.167.144.70', 1688574670, '__ci_last_regenerate|i:1688574670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd2567e067967e4014eaf69261ca23514a62e174', '54.36.149.39', 1687967810, '__ci_last_regenerate|i:1687967810;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 ('dd260a4f4fe2f8e2c7de50bd8b4a87954c6064ee', '190.56.173.160', 1655821564, '__ci_last_regenerate|i:1655821564;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655778367\";last_ip|s:14:\"190.56.173.211\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655820499;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd2a4d1149832276499554ba6321b8ae8fea24c8', '34.102.12.65', 1652130066, '__ci_last_regenerate|i:1652130066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd2b0a69d43f5b9171065d1a6271f2406d1841ee', '190.148.158.175', 1672667871, '__ci_last_regenerate|i:1672667871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672667835;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd345afa40ca6681a4becbc9ff368fe9120e17ae', '5.188.62.140', 1656373356, '__ci_last_regenerate|i:1656373353;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd34d719edeb8679b90353815765a590393e9b19', '190.56.32.35', 1672080968, '__ci_last_regenerate|i:1672080968;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";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 ('dd366dcaea816e404bdff7f0d9a723cd6eeb812d', '190.56.50.253', 1682533333, '__ci_last_regenerate|i:1682533333;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682533197;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd36911cd964c477e9be1ddca54a33f51a66fe0d', '3.16.78.97', 1668653795, '__ci_last_regenerate|i:1668653795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd38cdcb4b3a45f7fc86ab0e56c07f9f9e8f6d47', '40.77.167.192', 1681536775, '__ci_last_regenerate|i:1681536775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd3b2e04c78fbec24e7fe924fa8e744b7648ec3b', '114.119.152.33', 1688476862, '__ci_last_regenerate|i:1688476862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd3bf7dac9b6aac7a559ae99dc66cc26fd049427', '66.249.79.199', 1681519696, '__ci_last_regenerate|i:1681519696;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 ('dd3f8e326599bde146b449cc89894708c7980312', '114.119.150.94', 1688166348, '__ci_last_regenerate|i:1688166348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd42e6e709ba104d6204bb7a3b969b581dbd520b', '52.167.144.31', 1675778376, '__ci_last_regenerate|i:1675778376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd4412fbeba4a411c539640c672f42e9adad4091', '69.160.160.58', 1680641191, '__ci_last_regenerate|i:1680641190;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd443504d62898cdafd69e5c3d3f2ec488d94bfe', '114.119.131.28', 1687637665, '__ci_last_regenerate|i:1687637665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd45bf8e081c32ff92e90c59dd318696e8b2d5df', '190.56.173.213', 1683406410, '__ci_last_regenerate|i:1683406410;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683405798;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd4989eb89e0a05f0edc4e4767de6855b2a6eadb', '51.222.253.3', 1684071205, '__ci_last_regenerate|i:1684071205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd4a1445add05793918355286aef6add9bed4cac', '206.204.57.245', 1650976758, '__ci_last_regenerate|i:1650976758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd4c0a6e92eb138db57f4e8caffc62cb513befb1', '51.222.253.4', 1651488201, '__ci_last_regenerate|i:1651488201;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 ('dd4cb207145f37b45a848581b3c030297b47cd55', '52.167.144.164', 1685959306, '__ci_last_regenerate|i:1685959306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd4ccd42be7fc9ae047576110a8e8315dbc55895', '40.77.167.100', 1672887300, '__ci_last_regenerate|i:1672887300;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 ('dd506a8ee368f9952253e48b4f438ca4ba4c1bbc', '157.55.39.69', 1672092729, '__ci_last_regenerate|i:1672092729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd52247784c055d2abb0a5e7af41f72272987fcb', '190.148.158.69', 1685827622, '__ci_last_regenerate|i:1685827622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685827599;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd5313538966e035c56bc04aa948a8a5dee123da', '17.121.115.251', 1659934728, '__ci_last_regenerate|i:1659934728;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 ('dd54728b5207a651efebc9856923e3bf0c580944', '52.167.144.95', 1680526465, '__ci_last_regenerate|i:1680526465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd55700a91c26b64557de6fbd6d1413d6405d930', '114.119.134.110', 1688246872, '__ci_last_regenerate|i:1688246866;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd581ffb09367e2bf5627de539cceac5e5fa3fde', '190.148.157.53', 1683981683, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683981683;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683980320;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd5ad31721cc9c5b6edc70db98802b0425a014da', '200.119.172.60', 1674696105, '__ci_last_regenerate|i:1674696105;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674696030;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd5ba21384051136725b1d46b92d9216c0e5c07b', '157.55.39.147', 1672094096, '__ci_last_regenerate|i:1672094096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd5ea1f3430f31c369291b6d84cf247bb951a959', '200.119.170.168', 1670716997, '__ci_last_regenerate|i:1670716997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670716704;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd5f1c15556961248ae266426a55fd5a45ec71b4', '200.119.173.88', 1660154691, '__ci_last_regenerate|i:1660154691;requested_page|s:18:\"admin/pos/view/645\";error|s:94:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos/view/645\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd608b60e29aca01987b146fa180cde7733d3fae', '190.56.50.253', 1682459930, '__ci_last_regenerate|i:1682459930;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682459926;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd610ca2b9d2f6e11724ae51978d750a7590dae6', '54.190.25.44', 1678110168, '__ci_last_regenerate|i:1678110168;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 ('dd6133b7f8112da967860394663dea0ad3781560', '35.239.59.100', 1650941817, '__ci_last_regenerate|i:1650941815;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 ('dd628fb98d9732e7004180879edca0e376a52af3', '190.56.32.35', 1672098406, '__ci_last_regenerate|i:1672098406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672098386;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd644f5cbe0937ee93f92d16ffb70794e5f1d055', '52.167.144.154', 1687590307, '__ci_last_regenerate|i:1687590306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd65262f08ae547b4a3b8042a16735ff523c0624', '190.56.51.158', 1655776179, '__ci_last_regenerate|i:1655776179;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655763526\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655776150;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd65c2bf3eec49ec96dcbd6ba37810383dbd859d', '207.46.13.217', 1684132290, '__ci_last_regenerate|i:1684132290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd666410727535055bf1ba609321e1e9c896a514', '198.235.24.153', 1652503721, '__ci_last_regenerate|i:1652503721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6687ce86648f9ed066363b9e6cdc08bbf8d448', '190.148.157.183', 1680275492, '__ci_last_regenerate|i:1680275492;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680275488;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd66dfb0d43aa1904417fd58b41b6c4dcd31c41a', '200.119.173.177', 1685226496, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685226496;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685226491;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6b910934084ea4d7bd38ec47c9824e8902812a', '40.77.167.227', 1681781526, '__ci_last_regenerate|i:1681781526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6d106f5a9becf54f683e5a8ccef3228f142084', '190.56.32.35', 1671542333, '__ci_last_regenerate|i:1671542333;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 ('dd6d2b17afff1917cb2b29ff95aee7ccb461920b', '190.148.252.233', 1668806021, '__ci_last_regenerate|i:1668806021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668806005;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6d45422ccb0742fed1d7ec4e7081f72e304f0a', '190.148.87.244', 1654615054, '__ci_last_regenerate|i:1654615054;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654614971;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6e22022909cd31ed40686789e5c932540b7b7d', '200.119.170.113', 1666739814, '__ci_last_regenerate|i:1666739814;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666739170;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6ee2b710fcf4f0acb9ab2038aded319a8cbf3a', '52.167.144.162', 1682165543, '__ci_last_regenerate|i:1682165543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6f234d25bf07ff05449e700fbfbc0d688ce6db', '200.119.173.177', 1685227698, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685227698;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685227620;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd718a1dadfb2ff35c260016770caa4be100cefe', '52.167.144.98', 1684579564, '__ci_last_regenerate|i:1684579564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd731ac751f8e9ef32a4e715549cea928ba2d234', '190.56.32.243', 1684629917, '__ci_last_regenerate|i:1684629917;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684628638;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd776116624b4c68b8342928203ef61fea8c6d24', '190.56.173.167', 1650927647, '__ci_last_regenerate|i:1650927647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd781e72b0c4271e0ef7770798946122ae91ddc4', '190.148.157.53', 1683744936, '__ci_last_regenerate|i:1683744936;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683743219;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd78a1c18883e7bc4f95c1d857160c647e991970', '190.148.87.23', 1679425992, '__ci_last_regenerate|i:1679425992;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679425932;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7afbd1910151a0858eeaf93855f56895638426', '190.148.252.76', 1654118782, '__ci_last_regenerate|i:1654118782;requested_page|s:13:\"admin/welcome\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654094805\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"KVtgS31lGCxRN7bmBWDv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7b22c7ffa7c06602d067115e3e1a074f554a44', '40.77.167.115', 1687212793, '__ci_last_regenerate|i:1687212793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7b769ba80ea75bcb7c121676654e6c9079b538', '37.35.42.6', 1664742670, '__ci_last_regenerate|i:1664742670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7c3fdd8edbf867d622ddc1f5012d8310fbe3a4', '52.167.144.162', 1686856904, '__ci_last_regenerate|i:1686856904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7c416121ac58fbaaa4e200fc394ef290c0d82b', '190.148.252.96', 1673027753, '__ci_last_regenerate|i:1673027753;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673027713;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7c7f4ebb31c270b7a362b5e4b60ffa3dddbee5', '157.55.39.55', 1661416288, '__ci_last_regenerate|i:1661416288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7e8e814c0cd319904a0ee57a90c3d6f8c3ddcb', '190.56.173.213', 1683251360, '__ci_last_regenerate|i:1683251360;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683251273;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd7ec1b706822abfc7554779416460ca42e234a1', '52.167.144.171', 1684365992, '__ci_last_regenerate|i:1684365992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd82fd86b4af09f17c29026922f744d22adb1c2d', '52.167.144.98', 1685322153, '__ci_last_regenerate|i:1685322153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd8565e7321d22c7ad9f284349c11a4d0026207e', '207.46.13.6', 1671858689, '__ci_last_regenerate|i:1671858689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd86154eaaa92899f99391bed8ba263adf2ea140', '114.119.135.196', 1687645063, '__ci_last_regenerate|i:1687645063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd886f8f1dd1b54adb9f40c97b0e57ce8e51c026', '20.106.219.40', 1657981642, '__ci_last_regenerate|i:1657981642;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 ('dd895d1951fdc3e1ef53ebf73e0d7a2009e0411f', '200.119.174.132', 1663785707, '__ci_last_regenerate|i:1663785707;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663781199\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"RjpelDNbXsZnPSF3uE0m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd8d55ab3945b8944898d5fbd416067d9c239f40', '207.46.13.12', 1676137288, '__ci_last_regenerate|i:1676137288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd8e409b2c2f8d07d062a3448a17922cf7d9f918', '35.201.2.36', 1656123942, '__ci_last_regenerate|i:1656123938;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 ('dd8ff655847ab764f008786b5e9943524fc1e783', '51.222.253.11', 1675631090, '__ci_last_regenerate|i:1675631090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd908379b578df2bc4fecdbf196650ecd3214340', '190.148.252.161', 1670083871, '__ci_last_regenerate|i:1670083871;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670083862;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd908567e39cfb7ad908580968fb8507c38534eb', '146.59.157.229', 1650751008, '__ci_last_regenerate|i:1650751008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd919891035f1dfd500bb1fdf54d6ac2dcc1fa82', '114.119.128.108', 1688495761, '__ci_last_regenerate|i:1688495761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd92a5d3c69109d0aeb9f8c67fad757891d2cf1c', '190.56.32.162', 1686245816, '__ci_last_regenerate|i:1686245816;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686245760;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd92aa8511288ec5abcaceca3a691e2ab4dff413', '51.195.216.255', 1650895829, '__ci_last_regenerate|i:1650895829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd92bb54e23da795ad639cb9fb72d1e67cf205a6', '17.121.113.40', 1659996266, '__ci_last_regenerate|i:1659996266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9592768ee6f8874b92208096d30f9a2fb6f25c', '51.222.253.7', 1669555872, '__ci_last_regenerate|i:1669555872;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd95f480f757354a7abc80b89f8f9b9a616887bc', '51.222.253.16', 1686704268, '__ci_last_regenerate|i:1686704268;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 ('dd979b2bdff8125639754e30b5790d5ba8068cd1', '207.46.13.179', 1673113122, '__ci_last_regenerate|i:1673113122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd97d14663e91a2e0748be7c0841d85b18f904e2', '35.213.211.88', 1659214463, '__ci_last_regenerate|i:1659214463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd98baada505ad39e85f2574282cb769cd6a271b', '200.119.173.177', 1684855783, '__ci_last_regenerate|i:1684855783;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684855533;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9aa6951970255481a90a5088ff16739e2baf5a', '40.77.167.191', 1681942335, '__ci_last_regenerate|i:1681942335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9c5bef1876089c59f92d35ac41f549dded32db', '52.167.144.164', 1685608923, '__ci_last_regenerate|i:1685608923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9ccca312694675f0035267a43fbe22d7c7ddca', '157.55.39.69', 1672094101, '__ci_last_regenerate|i:1672094101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9d9a818759c3db33dc402f82f4aedc3e0a4ea4', '111.7.100.27', 1651018756, '__ci_last_regenerate|i:1651018756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9d9bab7c1a19ed04da1d6375116ee6c00affaa', '157.55.39.176', 1667306929, '__ci_last_regenerate|i:1667306918;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd9ddac01e6cc624527de1ef67fb2c21e99b31fb', '200.119.173.177', 1684938537, '__ci_last_regenerate|i:1684938537;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684938390;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda1d0cf24ec2cf6a37e374bb3be45edb841ddd4', '114.119.128.129', 1688174280, '__ci_last_regenerate|i:1688174280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda30b9bd302f28a4bf96db36f87e091253be2f3', '157.55.39.173', 1669419402, '__ci_last_regenerate|i:1669419402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda385ad4e54033456785bfb0d9f1cb00dbae74f', '207.46.13.130', 1660430701, '__ci_last_regenerate|i:1660430691;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda5b01caacc22cbae2b70d88be9a0ae8401ddeb', '17.121.112.103', 1653572359, '__ci_last_regenerate|i:1653572359;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 ('dda80d52ce361644747bc8acc3a6620e605e37f2', '54.37.233.116', 1650851722, '__ci_last_regenerate|i:1650851722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dda969826abff13ab8d34a7e178e964e2857304f', '40.77.167.192', 1688366450, '__ci_last_regenerate|i:1688366450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddaca92d059e240830e2ad3531197b8db21450f9', '190.56.32.35', 1671543655, '__ci_last_regenerate|i:1671543655;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddaf5813733a7cba3964d32a99203cafd866e570', '66.249.65.178', 1658664779, '__ci_last_regenerate|i:1658664779;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 ('ddb17c6e450c52edf9004764717edd61f8db194e', '114.119.138.177', 1688297709, '__ci_last_regenerate|i:1688297709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb1cd19653fafb97fe9c7c8c92edf7caed2ebbf', '5.188.62.26', 1656354362, '__ci_last_regenerate|i:1656354359;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb32c6778aaa402f580044644b41343763d41cb', '51.222.253.18', 1675078955, '__ci_last_regenerate|i:1675078955;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 ('ddb4f9816886e4564616c405a61f482f9a367d99', '200.119.173.177', 1684860487, '__ci_last_regenerate|i:1684860487;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";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:1684856690;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb589f0b7f89bcf853c40ff16acb64bfc7a31ac', '51.222.253.5', 1684704991, '__ci_last_regenerate|i:1684704991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb7c043c940340c00f43bebec6803e858403898', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb870ec0354f4d35bca799dd6ad60ebafeece1d', '52.167.144.69', 1675822668, '__ci_last_regenerate|i:1675822668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb948393db493fdee6bd13136b5fea435f7f30a', '52.167.144.98', 1685679483, '__ci_last_regenerate|i:1685679483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddbb647449f2f8d1205f64fef22255ec4770e2ba', '207.46.13.10', 1672814162, '__ci_last_regenerate|i:1672814162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddbbe7c98b171edf750391f3abe8cd981af96d9c', '190.148.87.182', 1679589169, '__ci_last_regenerate|i:1679589169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679588874;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddbbf28571d3c7230cf44638ed2811ca2619401e', '40.77.167.49', 1665664816, '__ci_last_regenerate|i:1665664816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc00d76f70afb071ca7c0e3fcfcca638de3ffbd', '114.119.154.207', 1685872942, '__ci_last_regenerate|i:1685872941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc06b42ea97445c1bceea55435565c51374b4bc', '114.119.155.10', 1687787561, '__ci_last_regenerate|i:1687787561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc2b21812a7bde85bd9457b6dc5ac64ec21a0c1', '51.222.253.18', 1668730545, '__ci_last_regenerate|i:1668730545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc3cb3394c914738b91a57b8d79ba6e82b026ee', '114.119.128.253', 1687670357, '__ci_last_regenerate|i:1687670357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc4ac1a614e53af443212fe506f53ef74b961ac', '190.56.50.53', 1658249489, '__ci_last_regenerate|i:1658249489;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658237799\";last_ip|s:15:\"200.119.170.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658248974;register_id|s:2:\"48\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-19 10:42:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc5566ede15cacfb3fa86969c6c54bd330c018e', '34.135.6.15', 1686386421, '__ci_last_regenerate|i:1686386421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc73cd72599da99636ffbcd90715180cdbbbdcf', '157.55.39.65', 1662012943, '__ci_last_regenerate|i:1662012943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc77c5c1b830ea41da773c9a18d42cf80f27372', '114.119.153.220', 1686812197, '__ci_last_regenerate|i:1686812197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc790a5c4740b34cc79d47b0ff3f8eb98242417', '18.237.179.126', 1669037597, '__ci_last_regenerate|i:1669037597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc93eaa95f8e198fc8112ece6e7412cb667aac2', '40.77.167.105', 1653134487, '__ci_last_regenerate|i:1653134487;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 ('ddc98a259c7e39fc5f1d32101e0dd14dcf27a1e7', '190.56.173.175', 1653314373, '__ci_last_regenerate|i:1653314367;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653247734\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653314373;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc9d40f49b0f58f5c85ff2253287b19ff497fb9', '52.167.144.162', 1686455227, '__ci_last_regenerate|i:1686455227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc9e6882a559d2f20336c598a1538216a6fa3db', '114.119.141.52', 1684283736, '__ci_last_regenerate|i:1684283736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddcd58820717c6832799100e8d9e2bdc4d489f07', '52.167.144.171', 1685463765, '__ci_last_regenerate|i:1685463765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddce6d24197c32efcefbf6b01525b5cf0d8867fa', '190.148.157.53', 1683905651, '__ci_last_regenerate|i:1683905651;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683905414;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd162d227577a4e15f4daf9913641c1d7429581', '190.56.32.174', 1676499801, '__ci_last_regenerate|i:1676499801;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676492724\";last_ip|s:13:\"190.56.32.174\";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 ('ddd3a9ba20b988c6f5550ad6834e2c6d12d1768f', '5.188.62.21', 1656455302, '__ci_last_regenerate|i:1656455299;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd56aa2b636b71ce33861477aa03ab193d39111', '89.108.88.240', 1679727328, '__ci_last_regenerate|i:1679727328;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 ('ddd7c0b2a1e490e6bbcd2cb853627ac51769a62b', '40.77.167.79', 1655036134, '__ci_last_regenerate|i:1655036123;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd7daf711e63c11c020f1505e74df63f6409b16', '190.56.173.175', 1653079786, '__ci_last_regenerate|i:1653079786;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652972652\";last_ip|s:14:\"190.56.173.175\";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 ('ddd83712837bb920d2d31580e71920e4342f3111', '52.167.144.164', 1685385214, '__ci_last_regenerate|i:1685385214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd9142245e90ae475ccc40b3aa70bd0b21558de', '190.56.50.200', 1654606755, '__ci_last_regenerate|i:1654606755;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654564535\";last_ip|s:15:\"200.119.170.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654606706;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd945731ee4c06c6ea9795a701f1f838f1380d5', '190.56.54.77', 1666269374, '__ci_last_regenerate|i:1666269374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666183601\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666267265;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddda679a10f182db2100daf4af725022e71f0a19', '157.55.39.214', 1683611686, '__ci_last_regenerate|i:1683611686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddda90425d6faf0c096830f0d53bb27d0e607812', '114.119.150.254', 1686673057, '__ci_last_regenerate|i:1686673057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dddaf2d02b8de14f87f909285588698226274b9f', '114.119.150.34', 1687852173, '__ci_last_regenerate|i:1687852173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dddc3f6300f0baa5ea7467eccb8ac47927ce2e7b', '173.249.31.237', 1659409067, '__ci_last_regenerate|i:1659409067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dddefdbf3911041ccaeea98b5ae839cf48fcd186', '52.167.144.164', 1684688159, '__ci_last_regenerate|i:1684688159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dddff4b445452160757db1d9ee109325493e2f4c', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde1ecd641c9237388ac6cd7e0d37cce07e4a99a', '114.119.133.53', 1687659543, '__ci_last_regenerate|i:1687659543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde210c3d42cfaabcd8d92c33cfb374a7c16098e', '40.77.167.146', 1687660228, '__ci_last_regenerate|i:1687660228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde22c884fde0da8e5328e48139e3edcc9e451cb', '200.119.172.48', 1668606215, '__ci_last_regenerate|i:1668606215;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668606197;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde2a95694d3a545617c985480c38fbb928fc3a8', '52.167.144.89', 1679595207, '__ci_last_regenerate|i:1679595207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde612564705801d08a89c1abba2299342cc2759', '40.77.167.49', 1666473198, '__ci_last_regenerate|i:1666473198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde743fdc569fc949f85dc61fec4962eefc514d3', '223.247.179.42', 1667198295, '__ci_last_regenerate|i:1667198295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddea785ba971bc8613fd9d68bb6569131e67c32c', '51.222.253.11', 1672765828, '__ci_last_regenerate|i:1672765828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddeb2115b831ef949b4c33280958ee10bc1ec2d9', '51.222.253.5', 1680793558, '__ci_last_regenerate|i:1680793558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddebe0a1f199cafbc150fc34feca5f662a768f05', '190.56.32.243', 1684690599, '__ci_last_regenerate|i:1684690599;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684690593;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddec4c7020ac08b83aa7f9c8c822b8f67379d99d', '93.159.230.88', 1674556642, '__ci_last_regenerate|i:1674556642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddeca362a1d6e3e1887181b7cae1d31ac6917c61', '51.222.253.5', 1684911553, '__ci_last_regenerate|i:1684911553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddecaa60d0313a0a5705a4a5dee615cd667c5e65', '207.46.13.211', 1679075530, '__ci_last_regenerate|i:1679075529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddecb0ff73a704f5c30af1fe97aadcb03344fb85', '200.119.174.9', 1674485593, '__ci_last_regenerate|i:1674485593;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674485038;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dded455ab5fab7a4dd0a4b96315cb976babf9e5f', '114.119.139.212', 1685985445, '__ci_last_regenerate|i:1685985445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dded4e329bbd86d9c5e225b69fcfe25449727f79', '163.172.148.199', 1655871174, '__ci_last_regenerate|i:1655871174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddee449f0ea3ba9fd76c60f22ece2bc4f99c2d72', '54.36.149.96', 1665011541, '__ci_last_regenerate|i:1665011541;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 ('ddee46577db0f51d398d2c14ca256ff4fd270a50', '114.119.153.7', 1686394043, '__ci_last_regenerate|i:1686394043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf0038e6a3bbb9ed2c66b17797a8852daf7a330', '52.167.144.89', 1679682708, '__ci_last_regenerate|i:1679682708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf175569dae5197cbb2be51b40a82368210668f', '200.119.173.177', 1685128800, '__ci_last_regenerate|i:1685128800;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685128730;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf4e6a09b6b6b6d4407514285e89a391c061ae6', '74.208.2.231', 1684500933, '__ci_last_regenerate|i:1684500933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf5b2ae1907211865defbca0eb106289bbe83b4', '190.148.157.206', 1679505587, '__ci_last_regenerate|i:1679505587;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679504524;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf5f6742de10601b28aa9ae7b45e06e779fc2c7', '190.56.32.162', 1686330745, '__ci_last_regenerate|i:1686330745;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239938\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686330090;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf68763f4d905747194c29284c3481124f4d239', '157.55.39.253', 1681989588, '__ci_last_regenerate|i:1681989588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf97550ae7ccab2243d628ea13b7c606f1364cf', '3.238.39.41', 1664183912, '__ci_last_regenerate|i:1664183912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddfd56cb367f23b00f50ec4a02384fa376212d7e', '114.119.138.37', 1688275055, '__ci_last_regenerate|i:1688275055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddfd8924a9ac321609a20cac4cf5881afd567c67', '190.56.49.237', 1665789716, '__ci_last_regenerate|i:1665789716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665789673;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddfe742bc490611f0358e4b775c36c7076e3a178', '40.77.167.225', 1680319022, '__ci_last_regenerate|i:1680319022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddfec8d220916bec55ce8305e7fa72875379f26d', '114.119.129.163', 1687599608, '__ci_last_regenerate|i:1687599608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddff536da35e0ee981edff99bb31713167f25029', '198.251.73.67', 1680407036, '__ci_last_regenerate|i:1680407036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de018701cd6a782851832920aa5ee33ecccee233', '114.119.133.236', 1684210410, '__ci_last_regenerate|i:1684210410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0240f8385aea7764185a89585d286602a7f167', '66.249.77.33', 1680581264, '__ci_last_regenerate|i:1680581264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0520c836bb9dcef0f2ed7b3eef70558e9af9cf', '157.55.39.94', 1672603575, '__ci_last_regenerate|i:1672603575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de055be53b24450915903e4fa4a0fd173b5be7dc', '52.167.144.61', 1688180771, '__ci_last_regenerate|i:1688180771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de079c09325074300e60afeb5d9f0928585821f1', '40.77.167.43', 1654555536, '__ci_last_regenerate|i:1654555528;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de08678ef0791cc123ee25f40d60d1ee02291f29', '40.77.167.166', 1676637269, '__ci_last_regenerate|i:1676637269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0e57daa142a72a3b5fd106765f83cfc22349eb', '200.119.172.96', 1675380054, '__ci_last_regenerate|i:1675380054;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675380046;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0e6da7766d3ea7a1085b8e5443c037fc39eac1', '190.148.252.195', 1653960448, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653960448;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653934105\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653960398;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0ebab772df7e546295a3baee0ce6b87c36dfc6', '40.77.167.227', 1681787694, '__ci_last_regenerate|i:1681787694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de0ffe451a1b05530fbf742ac183d8726b255794', '54.191.169.116', 1667222865, '__ci_last_regenerate|i:1667222865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de138eaca209212f4287a9b6aed30208acca2530', '52.167.144.98', 1686573742, '__ci_last_regenerate|i:1686573742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de1b7f05c281684a50827740a98cd715266a82ed', '146.59.157.229', 1650749898, '__ci_last_regenerate|i:1650749897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de1bbcd724db423255832cee31ddc8f84623281b', '52.167.144.171', 1685793294, '__ci_last_regenerate|i:1685793294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de1bf89019efd08d1d72037c17221d7e30b9cf68', '190.148.252.102', 1681914240, '__ci_last_regenerate|i:1681914240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681913420;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de1dfb1d8c2a3ae383fb1b15bf1c5da5a010807e', '35.184.89.7', 1664302613, '__ci_last_regenerate|i:1664302613;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('de1dff69297fe01e78c9aeebf150393c0f0439ec', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de21b5e131de877285d6ce6ce258785608f64bd5', '190.148.87.96', 1678570567, '__ci_last_regenerate|i:1678570567;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678570531;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de22309f0476ebf293c5bfba0ef6ca9547920a59', '114.119.146.15', 1685527217, '__ci_last_regenerate|i:1685527217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de25101292911222d449c9eccbd9a11e7a9f5527', '114.119.129.225', 1686745417, '__ci_last_regenerate|i:1686745417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2630aa67bef2e262c9b2908c2c9c9ff8d3e41e', '52.167.144.171', 1684616419, '__ci_last_regenerate|i:1684616419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de271791cdd03737bd4b5216879a9a0098d5e9bf', '114.119.137.142', 1685810459, '__ci_last_regenerate|i:1685810459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de27577d8b655b7a3c2206da6fce17d8be13a490', '114.119.146.251', 1687112686, '__ci_last_regenerate|i:1687112686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de280e65343092766bbebf9b8a5f5785ada7a345', '190.148.252.223', 1659018270, '__ci_last_regenerate|i:1659018270;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659017732;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de28f15e2c7ed4a5adbcb279267ef3a439d707f7', '17.121.115.5', 1659174724, '__ci_last_regenerate|i:1659174724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de29de949c4c1ccd04d5571fae0efcbab29e5197', '20.108.254.25', 1650746362, '__ci_last_regenerate|i:1650746359;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 ('de2b7353cb0ddbe5e12ed267d0565392fb0a5bb5', '195.88.253.86', 1669467438, '__ci_last_regenerate|i:1669467438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2c66326450fe755f3d84a6359894dd09ea7c52', '17.121.112.6', 1671135053, '__ci_last_regenerate|i:1671135053;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2d28cf13b67a0f158a5981578c6bbaa8a09fb2', '190.148.87.96', 1678470563, '__ci_last_regenerate|i:1678470563;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678469794;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2d58e6eb644cc005cd17869571471238cddf60', '51.158.108.61', 1658537114, '__ci_last_regenerate|i:1658537114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2e78c68737ba6a9fd1412640f74ffce4309e27', '34.67.114.140', 1651743779, '__ci_last_regenerate|i:1651743779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2eb674ce7648e787f11cc25cd1b5e01dafb9e3', '40.77.167.79', 1653699545, '__ci_last_regenerate|i:1653699545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2f2489de1b0214c62ae77445ef8427a35d535e', '52.167.144.164', 1686574930, '__ci_last_regenerate|i:1686574929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de3014f9db68c08335e9511420f6a5afac4bee31', '190.148.252.96', 1673314269, '__ci_last_regenerate|i:1673314267;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673314267;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de3206edd45dd53073fd5653f3162ac92ebd2621', '190.56.32.162', 1686573244, '__ci_last_regenerate|i:1686573244;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686482992\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686573236;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de327b4ff468689fe9c4b121ff5141ace7a42b0a', '34.102.12.65', 1652131847, '__ci_last_regenerate|i:1652131847;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 ('de3ce05abcd01d686f9aef60a1bba2037acf4939', '49.37.154.217', 1653290472, '__ci_last_regenerate|i:1653290471;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de417e84dfc6e20da346712e106b913af130eca9', '52.167.144.164', 1685679488, '__ci_last_regenerate|i:1685679488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de41f9e928e9e706c2c900ca7f67edf0d685f3bc', '114.119.130.109', 1688242897, '__ci_last_regenerate|i:1688242897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de476b8a3a9bc4175254137371b0975a2167e717', '17.121.114.133', 1654317566, '__ci_last_regenerate|i:1654317566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de4883713915182b414b2b7db3aec83ca0e7806d', '190.56.49.237', 1665788887, '__ci_last_regenerate|i:1665788887;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665782116\";last_ip|s:13:\"190.56.49.237\";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 ('de4bae1e2ca90132804a117b0d0070f74f20bda7', '17.121.114.56', 1662446422, '__ci_last_regenerate|i:1662446422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de4e3b9b2dc157bc30b1e5ff91a330cead7ff136', '207.46.13.210', 1677296213, '__ci_last_regenerate|i:1677296213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de4ebb9b4f206e97c56e4341204f88e41151c3b6', '190.148.158.69', 1685897541, '__ci_last_regenerate|i:1685897541;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685897513;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de4f2b237ec26335bef0d2d64696f1f72fa7ac63', '167.99.178.69', 1671973162, '__ci_last_regenerate|i:1671973162;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de4f865207cbaf03af63c43f33afdb67a427167a', '52.167.144.98', 1684980344, '__ci_last_regenerate|i:1684980344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5030ce830e8925cd543e084115a4807f19e63c', '52.167.144.164', 1685608923, '__ci_last_regenerate|i:1685608923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de506775122772bcb4998ff7fafdc3b515001b82', '52.167.144.98', 1686323426, '__ci_last_regenerate|i:1686323425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de52e085c95bf7b05a48dbffaab4634f2e914e95', '157.55.39.216', 1676534811, '__ci_last_regenerate|i:1676534811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de53ab6b1f2d41b026c986fbc5307ce5e227e852', '35.91.29.41', 1665753786, '__ci_last_regenerate|i:1665753786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5564a37969b1ca192e860bb052c00e94381209', '200.119.173.87', 1662730668, '__ci_last_regenerate|i:1662730668;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662677602\";last_ip|s:15:\"200.119.174.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662730663;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de55bcee60eba3e18dd7566c5f05d75874339f94', '50.21.188.22', 1663642572, '__ci_last_regenerate|i:1663642572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de588b0494baffcdd4514584a28b1aa5e1764dda', '54.214.224.108', 1679233245, '__ci_last_regenerate|i:1679233245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5cdbd06450f4de8c89f37165a717382986a723', '190.148.157.88', 1668553704, '__ci_last_regenerate|i:1668553704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668553702;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5d612632a5785d13205400f5befe2bf234fa26', '40.77.167.60', 1671577587, '__ci_last_regenerate|i:1671577587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5d6fe80e410cad8c94bc7c8ce6f7dbae76b385', '190.148.87.143', 1687780030, '__ci_last_regenerate|i:1687780030;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5dbff626814bedf07d60a8442a455e4e469a84', '190.148.157.80', 1669310300, '__ci_last_regenerate|i:1669310300;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669310296;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5f39398672f9f6bcd2bd7278e763468ce58b45', '190.56.173.136', 1687959991, '__ci_last_regenerate|i:1687959991;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687908029\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687959936;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de5fd53be1c2078edb54c6e5ea20e856fe930822', '40.77.167.221', 1680725826, '__ci_last_regenerate|i:1680725826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de665ae255a22a7ca3059236f1c2b8d41d7c3b3d', '114.119.148.184', 1687849630, '__ci_last_regenerate|i:1687849630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de670e2263a9120f1cc8cf194e6401683f630b01', '190.56.173.213', 1683408973, '__ci_last_regenerate|i:1683408973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683407251;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de6a44640086dbcc8a8f6b79eddee8240c213530', '51.222.253.17', 1660285305, '__ci_last_regenerate|i:1660285304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de6ac5488e7fdcc103eb8e90754be4e86bb784b2', '51.222.253.7', 1659273981, '__ci_last_regenerate|i:1659273981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de6c3cd52a99fd0ee87439608e83f06b4e49ffc4', '130.245.169.139', 1657878938, '__ci_last_regenerate|i:1657878937;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de6dc8e521d21b3f0a63e82b351510a77ac9f70f', '66.249.79.201', 1680931937, '__ci_last_regenerate|i:1680931937;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 ('de70481c58daaa54e86ae78a4883e62d5d944c28', '157.55.39.65', 1661599913, '__ci_last_regenerate|i:1661599902;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de71e12f6cc2f1d7cdcc39286ce897259ac4698a', '54.37.233.116', 1650851711, '__ci_last_regenerate|i:1650851710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de724e24127dcf20aba69f998f1e0de5cd1ae697', '200.119.170.16', 1666820621, '__ci_last_regenerate|i:1666820621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666820493;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de75736c86465559a8f8b41abd58e3dfd6b30f63', '157.55.39.217', 1683285571, '__ci_last_regenerate|i:1683285571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de764969f5de8f6cda5a5210635dd7ae8af224b7', '66.249.70.7', 1682774102, '__ci_last_regenerate|i:1682774102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de77648ef728e10e9dd0c1b2daca3b7ea1ebedc1', '207.46.13.41', 1671121079, '__ci_last_regenerate|i:1671121079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de78366ec959a22086c53dcd59ee586037f5e900', '3.237.104.7', 1654168718, '__ci_last_regenerate|i:1654168718;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 ('de7b8c301a87987fae611446b362248ecdf2b58a', '52.167.144.82', 1687279255, '__ci_last_regenerate|i:1687279255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de7ccad4b2a6b28c03d7c5f273109a6b0b14cf96', '52.167.144.98', 1686573742, '__ci_last_regenerate|i:1686573742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de7eef420a5038269dbe1165a2a79c73daa4cdb4', '40.77.167.187', 1680572844, '__ci_last_regenerate|i:1680572844;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 ('de801a717556e1dd854fdaf27a337fd93533f641', '190.56.32.35', 1671818292, '__ci_last_regenerate|i:1671818291;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8128f29777ec61cf4dd1481f994ca90d3cec43', '40.77.167.202', 1687333369, '__ci_last_regenerate|i:1687333369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de81bb54180aeb2ba8e7cd27d52eaa6dac2f907f', '157.55.39.79', 1671336305, '__ci_last_regenerate|i:1671336305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de820c8e66eaebc2887e5a59071f6d0aa952fd84', '192.71.2.171', 1675892696, '__ci_last_regenerate|i:1675892696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de82bc799a3f2b16c0db27ac19f0e08ad6e8768d', '66.249.79.195', 1688550798, '__ci_last_regenerate|i:1688550798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de83b52d09c64508418a179cd4a485eeedc4e1c9', '40.77.167.133', 1683811938, '__ci_last_regenerate|i:1683811938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de852d6f80b69349ea56fc3ef19f6f2836c959b6', '190.56.49.159', 1653357813, '__ci_last_regenerate|i:1653357807;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653339509\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653357812;register_id|s:1:\"9\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-23 12:00:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de865bfe8cb04efcb8d35b0ac7b653d38ce80a7f', '198.251.73.69', 1679118699, '__ci_last_regenerate|i:1679118699;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de87796acf0b5c47b4ffd61c6f6ae8243f277d26', '190.148.87.96', 1678199612, '__ci_last_regenerate|i:1678199612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678198849;register_id|s:3:\"208\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-07 08:20:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de87bf72db3b03fc996f76440133cfdbc6f8a9cb', '190.148.158.164', 1667351506, '__ci_last_regenerate|i:1667351506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667351467;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8b577204a5f54add681cbd73458c1083c4126e', '200.119.168.196', 1660683174, '__ci_last_regenerate|i:1660683174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8bf3bec17a826746b3d5f624d82f9ef8c16b3e', '52.167.144.164', 1686100737, '__ci_last_regenerate|i:1686100737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8dac6922bb94588c8af9ccf70feb5b07b17cfd', '3.237.104.7', 1654055396, '__ci_last_regenerate|i:1654055396;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 ('de8e67bb48bb2502d8f13f1226503e70b9d4f916', '190.148.158.69', 1685892564, '__ci_last_regenerate|i:1685892564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685892556;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8fc434a533c4fbf78c8d10332fcd58542e3358', '190.56.50.15', 1667140329, '__ci_last_regenerate|i:1667140329;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667140299;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de8ff5bd19e10b31d77e0522f79227c13afbd8bc', '52.167.144.166', 1686889978, '__ci_last_regenerate|i:1686889978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de90dca22518a926202733ac9fa00a6d0da985f1', '40.77.167.30', 1656499923, '__ci_last_regenerate|i:1656499913;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de9340cc8847bfc826f3efaa4f5dda19bbf81b22', '114.119.130.111', 1686021973, '__ci_last_regenerate|i:1686021972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de934cf1cf8320035bb052a18b116bcf812794c5', '66.249.79.195', 1687101263, '__ci_last_regenerate|i:1687101263;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 ('de9435df383348c8509df9642c45728ed82fc615', '190.56.51.144', 1687052623, '__ci_last_regenerate|i:1687052594;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687052623;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de955b4d916317d69993d63dc430f6e85ff10e60', '54.36.148.231', 1652951292, '__ci_last_regenerate|i:1652951292;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 ('de96835d1c4398671653eb984410c8a1e5264b64', '52.167.144.162', 1687213027, '__ci_last_regenerate|i:1687213026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de96cbb8916754293d38dbf2e81e8c1dc1054731', '157.55.39.94', 1672679179, '__ci_last_regenerate|i:1672679179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de975b5a26c8fa3bde0789a98cc2300f7d93adc1', '52.167.144.42', 1679496871, '__ci_last_regenerate|i:1679496871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de97e2adb93b29daaede3b64cccd11f647d320ad', '190.148.158.168', 1666840178, '__ci_last_regenerate|i:1666840175;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de9cc8689d9bc8d346a9730ed4751f25685b170f', '134.122.50.103', 1687757791, '__ci_last_regenerate|i:1687757791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de9e44007010743e29dbbfe42421fafc27c2f3a9', '114.119.128.132', 1688247924, '__ci_last_regenerate|i:1688247919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea1fbf4a09835f0692857926ff107acba634359', '118.107.40.179', 1655220730, '__ci_last_regenerate|i:1655220730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea33f18a7397edfc0c0b62631985323ae43a46f', '207.46.13.217', 1681406524, '__ci_last_regenerate|i:1681406524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea4196e9d3da4f6a67bcbd8cf2db70c6a2937de', '52.167.144.162', 1686594892, '__ci_last_regenerate|i:1686594892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea496d6a7e57723ebb1154837efa2daebbfb9a6', '190.56.54.156', 1665279277, '__ci_last_regenerate|i:1665279277;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665279129;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea4a568164f0274ef92951543169f0160540af9', '51.195.216.255', 1650895149, '__ci_last_regenerate|i:1650895149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea83c1cf1939f8ba2f7fb26861a5da833e45f6d', '190.56.173.175', 1653095877, '__ci_last_regenerate|i:1653095877;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653095877;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea91b854a162ad0244e6f65cec6bed038b8e080', '114.119.132.146', 1685053646, '__ci_last_regenerate|i:1685053646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea9c12b7584ad977a0dffd8ac07c70b27b15bd2', '52.167.144.98', 1684672281, '__ci_last_regenerate|i:1684672281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deabca87aa422ed7618c2d5b02097e30c749e119', '40.77.167.202', 1687279260, '__ci_last_regenerate|i:1687279260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deac97ec74295eb1c6d9c4905ffc9586db205113', '50.21.188.52', 1663642392, '__ci_last_regenerate|i:1663642392;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 ('deaddac2b9c26bb8d1865a5baf14aca0f20b0e76', '149.56.150.60', 1672432589, '__ci_last_regenerate|i:1672432589;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 ('deaf1b87aeb427b0c7971d9b32d11160319c7755', '190.148.157.183', 1680541269, '__ci_last_regenerate|i:1680541269;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680540307;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deb27a388b420b64fce864e10cda3dd0e4354f0a', '40.77.167.156', 1678816392, '__ci_last_regenerate|i:1678816392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deb7b45680de63d7d4807abff741f55c96ee3d5e', '66.249.79.193', 1659791617, '__ci_last_regenerate|i:1659791617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deb9e43609cd05ff1390c9ed39fd5595c1fd5866', '200.119.170.158', 1661293913, '__ci_last_regenerate|i:1661293909;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661287515\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"86PHD1smOKSgk75LNRon\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('debae6787cc45b32cdca83db6b3f838f5c85c071', '17.121.115.69', 1658695763, '__ci_last_regenerate|i:1658695763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec254ffce2c8ceddbbb2d1aa2d9f33be4cf1b69', '200.119.168.9', 1656336944, '__ci_last_regenerate|i:1656336944;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656274344\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656336836;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec2961bef82a0824f9feaa4bcaad40f458ec074', '130.245.169.70', 1657360535, '__ci_last_regenerate|i:1657360534;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec32a6c137432497df5ade371aa9bfaba82ee3c', '52.167.144.61', 1688041477, '__ci_last_regenerate|i:1688041477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec41b9a36a49d7c52eef877514402647defa409', '52.167.144.162', 1687355403, '__ci_last_regenerate|i:1687355403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec69c4d7708dc882a95721ba5cc6df87a063a81', '52.167.144.57', 1687202826, '__ci_last_regenerate|i:1687202826;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 ('dec8e3c3f2f88b7081074a796b50883eb100c46c', '52.167.144.98', 1685337266, '__ci_last_regenerate|i:1685337266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec90d475de29d01e91a0fc72316c0b22fb68e08', '157.55.39.143', 1669998799, '__ci_last_regenerate|i:1669998799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('decb65fe3b3c0e03b795e4120952499430b4f872', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('decc5ba98d38b2f5a9cc82146a18da517c2a5834', '192.71.23.211', 1675892697, '__ci_last_regenerate|i:1675892697;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 ('decd1b9e35f56bde39eea035a583f95a99b6b5b2', '66.249.79.196', 1653964083, '__ci_last_regenerate|i:1653964083;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 ('decde0dc52ee7169d172566e50d96db4999d69e1', '157.55.39.51', 1669794973, '__ci_last_regenerate|i:1669794973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dece1c6b97d112f90d2cdeb139d12356493a6734', '157.55.39.51', 1669577811, '__ci_last_regenerate|i:1669577811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dece8bbc3d44647f8034f7aad692c6b6f334426d', '114.119.143.124', 1688201021, '__ci_last_regenerate|i:1688201021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dece93d322206b805b04c30145b0a49bb378c2d9', '190.148.158.69', 1685717470, '__ci_last_regenerate|i:1685717470;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685717467;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded00e404f0b4a25dcb1e53009b13f0a380fb80d', '5.188.62.26', 1655438553, '__ci_last_regenerate|i:1655438550;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded259c0850ef92a8a7479f1c7153773eb1144ca', '52.167.144.70', 1688371825, '__ci_last_regenerate|i:1688371825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded39361e0a6d14da2bc07a6c0511b1cdecf8abf', '51.222.253.8', 1652517130, '__ci_last_regenerate|i:1652517130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded3f590aaec51afb2f3e8e2c540e88cfdf5d202', '190.148.87.96', 1678198046, '__ci_last_regenerate|i:1678198046;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678196987;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded457d6b477acadd9721e6e80c912cce884a34e', '17.121.115.202', 1659328349, '__ci_last_regenerate|i:1659328349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded4d0f6033419b54910d7533185f6460ad385b0', '190.148.87.6', 1668470772, '__ci_last_regenerate|i:1668470772;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668470750;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded4e1373a27ec99000a214ea3ec43d320e8c4a6', '15.204.182.106', 1678850184, '__ci_last_regenerate|i:1678850184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded55403adfc5fff73f7a4f3aed69d39e65446f8', '65.21.206.46', 1656694227, '__ci_last_regenerate|i:1656694227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded58e359648649022525ec121900624577d3051', '114.119.140.175', 1686973010, '__ci_last_regenerate|i:1686973010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded69dcf0272e601f914de3b68ddb19e412df069', '190.56.55.113', 1673564906, '__ci_last_regenerate|i:1673564906;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673564887;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded6d8b601773b0739910f8cd9ca2f3d8713e045', '198.54.130.141', 1678528030, '__ci_last_regenerate|i:1678528030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded71dcfb7ea9a1de2904634cab2507b58f193ea', '114.119.157.143', 1687294656, '__ci_last_regenerate|i:1687294655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded8ba7394796571e6b33168b018e5bb36198fe4', '34.221.25.233', 1677503662, '__ci_last_regenerate|i:1677503662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded94a73c9354476a60c6115e9b5ce5c20c14464', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deda96da236f2a3f156f1e329c049c272761fedf', '40.77.167.123', 1683265862, '__ci_last_regenerate|i:1683265862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dedb50bd63f71b975b74515e88e7ad1ac81bbec5', '190.148.158.151', 1677203295, '__ci_last_regenerate|i:1677203295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677202510;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dedca5579a83f681ee6a3997fb75c393c1c7661c', '157.55.39.80', 1668007259, '__ci_last_regenerate|i:1668007259;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deddc4e30288b50ed88716b57e7408dbd66ff819', '190.148.158.69', 1686003269, '__ci_last_regenerate|i:1686003269;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686003263;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dedf87e1b5a4260c404a5ba7ba7ae30da2cdd915', '200.119.173.67', 1679320844, '__ci_last_regenerate|i:1679320844;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679320800;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee0fb4bb5c125df7050dbd3c364c9ec12cff9b0', '190.56.50.253', 1682687614, '__ci_last_regenerate|i:1682687614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682687507;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee10d069b7697f4e9c4de2c745dc76d8271e1e1', '52.167.144.98', 1685507655, '__ci_last_regenerate|i:1685507655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee1b3d3cd397e7b51c0b827161b938f9b463e71', '35.90.43.217', 1669037536, '__ci_last_regenerate|i:1669037536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee329d9368289786fd1c77f77579d644d2a2f21', '40.77.167.123', 1683192147, '__ci_last_regenerate|i:1683192147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee369a61e0ae84199de02c9181cd75cae0c0420', '54.213.226.167', 1680095926, '__ci_last_regenerate|i:1680095926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee43f9e7358cf8b986792953cbcf5d93135f7ee', '40.77.167.63', 1671843044, '__ci_last_regenerate|i:1671843044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee66307cc01e1f4ef12c0036881104f895aeb70', '51.158.120.47', 1682465624, '__ci_last_regenerate|i:1682465624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee73b6fda82348b7821ea5d9d3af8f818ff82d5', '190.148.158.151', 1677517133, '__ci_last_regenerate|i:1677517133;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677507364\";last_ip|s:15:\"190.148.158.151\";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 ('dee8260be59ddcc4e12f04268c45fdbb86942fab', '51.222.253.8', 1655138271, '__ci_last_regenerate|i:1655138271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee8e49566a07101b1bf32d0926b970ce40c1acb', '200.119.173.177', 1685050899, '__ci_last_regenerate|i:1685050899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685050896;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dee9c61b74491043c67f623a58fbe43656ddb69c', '157.55.39.200', 1665162231, '__ci_last_regenerate|i:1665162231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deea017ae5c6adc5c37ffd3e63003891f6089c46', '52.167.144.61', 1688108629, '__ci_last_regenerate|i:1688108629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deea0a1c2475f11f1edc9dab536993f8d2c5af46', '141.147.113.25', 1652396701, '__ci_last_regenerate|i:1652396697;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 ('deea6c22c6ea3dea1a4ddd62b0c8de47c1f06c55', '114.119.141.146', 1686867271, '__ci_last_regenerate|i:1686867270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deea7adb793e6301057a4946448196c4a140de1e', '157.55.39.214', 1683613572, '__ci_last_regenerate|i:1683613572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deed889639281909ee35c6c291ec887c6f828517', '54.36.148.15', 1688349150, '__ci_last_regenerate|i:1688349150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deed979424dbafb6efebe7ce1fd33c89fb8ed930', '198.251.73.109', 1686693214, '__ci_last_regenerate|i:1686693214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deedbb8193fdeb3c754aa11edcdb5e0d8b5264b1', '52.167.144.164', 1686455266, '__ci_last_regenerate|i:1686455266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deee54f6c2b73c44a652fc3f8d71529d23b70b31', '40.77.167.182', 1683209875, '__ci_last_regenerate|i:1683209875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deee73a1ef5489cdb710568f2bba3378191089b2', '40.77.167.97', 1653359402, '__ci_last_regenerate|i:1653359402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deee9204868624978b21d86452a36720544ce53e', '190.56.50.39', 1664987658, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664987658;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664987653;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deef9454add87550ab41d255ca288798345c5bae', '111.7.100.24', 1651018847, '__ci_last_regenerate|i:1651018847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def105d2ed9c7c104aab5e52b7fcf441a72fe440', '17.121.115.43', 1660677088, '__ci_last_regenerate|i:1660677088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def122d3ead0c92e8febd651c1faf05d6a939a31', '51.222.253.1', 1686811638, '__ci_last_regenerate|i:1686811638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def342e933335119dc7ccc31ef1c19513c18af4b', '190.148.158.175', 1672357693, '__ci_last_regenerate|i:1672357693;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672357560;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def39dd2933fdec9ff132ec6df0962d7fbc413c2', '18.206.55.48', 1651213085, '__ci_last_regenerate|i:1651213085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def5c927453884cfe97a25d75e1285727189a932', '157.55.39.64', 1673808343, '__ci_last_regenerate|i:1673808343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def776c6a56f4ec23584c1bc12adb1c3c946913a', '185.27.99.145', 1675158326, '__ci_last_regenerate|i:1675158326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def7f1fd759cefcab8076da0fee4b29d1681f212', '190.56.55.48', 1687387994, '__ci_last_regenerate|i:1687387994;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687387846;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def976553b87499d17b685b62a18d3ef58ae2c92', '35.88.49.69', 1650991561, '__ci_last_regenerate|i:1650991561;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 ('defa8f5d5ab073749e7f00ec7ba9c91272d19875', '190.104.119.148', 1651089589, '__ci_last_regenerate|i:1651089589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('defbf9e2bbd71e5844db5f1ead9da579cec3f918', '207.46.13.1', 1671597818, '__ci_last_regenerate|i:1671597818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deff4ce6a5e1a1a7c7d6e9222417ed5a9cd5ba70', '52.167.144.66', 1682094224, '__ci_last_regenerate|i:1682094224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df019acb6d156567c6c4c43544ee39b8fe7e2b2d', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df037c419490604935ade800c0d2f4357e73b5db', '74.208.2.174', 1682136361, '__ci_last_regenerate|i:1682136361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df050a05a5eb33f03c049e20443e363431bfdddc', '35.164.49.219', 1676985930, '__ci_last_regenerate|i:1676985930;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 ('df0693f986db95fb6d0b10f9777caf83271ced39', '52.167.144.164', 1685396164, '__ci_last_regenerate|i:1685396164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df06d97c10305eea9803af614eeda627b8d0461b', '114.119.139.115', 1688138134, '__ci_last_regenerate|i:1688138134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df076095284e9998f9fe9e3ebbbbe5beea9b89e6', '114.119.144.88', 1684652522, '__ci_last_regenerate|i:1684652522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df07b8c7a413adbdaadb10c13f7ac6ca894098d4', '17.121.114.183', 1658450038, '__ci_last_regenerate|i:1658450038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0df1b00dd87aab15876aa571e41acf3f131541', '106.75.164.143', 1687190976, '__ci_last_regenerate|i:1687190976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0ef2a369c4702e5d4f53988a37e905ae7f4858', '114.119.141.69', 1687540477, '__ci_last_regenerate|i:1687540477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0efc24d294444f136cf0ea0bb3da89e80ced48', '114.119.144.42', 1687110305, '__ci_last_regenerate|i:1687110305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0f274fd1ae42eb3710b94fff2ea0171ab66f63', '190.56.51.7', 1650931905, '__ci_last_regenerate|i:1650931821;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";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:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df104724f119fc10ea38ce61650b4a351faec1c0', '190.148.157.83', 1687708459, '__ci_last_regenerate|i:1687708459;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687708457;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df120acbb1f646f636c859275b82e54645d28a27', '35.203.252.146', 1669313114, '__ci_last_regenerate|i:1669313114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df121b54a888f1fbf25527739c577631dd0059ea', '157.55.39.90', 1663760974, '__ci_last_regenerate|i:1663760973;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1332f2884d5e8f25290477404c9067edaa9e93', '52.167.144.42', 1679581063, '__ci_last_regenerate|i:1679581063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1528e21fe845ff259891833268d92836f521fe', '40.77.167.147', 1681229181, '__ci_last_regenerate|i:1681229180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1552705c5a78fc45f0b8690c6ac08c5283a529', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df157fc73a1f08d6180c50158a30093367cb87ac', '200.119.173.137', 1661869328, '__ci_last_regenerate|i:1661869328;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661822071\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661868963;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df17adca521197d45524b07ba0e71d95264973cc', '190.56.55.27', 1662416499, '__ci_last_regenerate|i:1662416499;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414670\";last_ip|s:15:\"200.119.174.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662415395;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1a21fcf62288e88c1b934df31b60c2e67e56be', '5.188.62.76', 1659582106, '__ci_last_regenerate|i:1659582101;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1b9b045a923b4c54b2ad62935074bf455f7fa1', '40.77.167.20', 1674432071, '__ci_last_regenerate|i:1674432071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1bd167670e7bca0770ab4670eab65e08b24322', '52.167.144.98', 1686627294, '__ci_last_regenerate|i:1686627294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1c52cbfe9376bcff9ea5ba983f5b50b0c1e6d3', '51.222.253.15', 1687788941, '__ci_last_regenerate|i:1687788941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df1e346ccd5f1f7ba55f77a6010105537fb4f538', '51.222.253.8', 1684238650, '__ci_last_regenerate|i:1684238650;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 ('df1f9cd2796c8f1f4ee80b25e95a54a63fd2cd68', '52.167.144.154', 1687450609, '__ci_last_regenerate|i:1687450609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df20c2d20c3f752b03087bfe886b7b4d6b8ed9f0', '200.119.172.48', 1668610013, '__ci_last_regenerate|i:1668610013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668610002;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df211afc05c8c09e3ec7232113ee39e68051f39b', '149.57.16.7', 1653806990, '__ci_last_regenerate|i:1653806990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df215ce13af2a5d437502e1f49fdf4fa4c2579af', '17.121.115.7', 1661834074, '__ci_last_regenerate|i:1661834074;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 ('df21b1b3ba1bb3c3aa3e3984069b3168e76c3f58', '54.36.149.104', 1657506563, '__ci_last_regenerate|i:1657506563;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 ('df2217956d16e88242bc1133ce614de2c071e677', '190.148.157.177', 1681937251, '__ci_last_regenerate|i:1681937251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681937211;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2543cb25153a313155088f1a04aadd58be1e06', '193.235.141.153', 1683672359, '__ci_last_regenerate|i:1683672358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2950c6c150bd89e102c36b77e71bfdb594d2b9', '114.119.129.190', 1684963692, '__ci_last_regenerate|i:1684963692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df29643828e183f6ce5b9997362d9ea8bed77bd5', '40.77.167.79', 1654857540, '__ci_last_regenerate|i:1654857529;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df29e7d79c0e2307cbfc11b319c692106ad5b75a', '52.167.144.172', 1687108273, '__ci_last_regenerate|i:1687108273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2b57aab81689c5b74514a797aa926f753a9f84', '114.119.153.211', 1685050040, '__ci_last_regenerate|i:1685050040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2b940b0636e011081d9c5a0d3ed6c7db895aac', '200.119.173.130', 1676033051, '__ci_last_regenerate|i:1676033051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676033028;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2bae554fbfff2bce312dca4fc5c4f8355e6cd3', '66.249.74.107', 1681992286, '__ci_last_regenerate|i:1681992286;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 ('df2d81ee101d1737bf354da97e8686df2e45891e', '190.148.158.69', 1685666219, '__ci_last_regenerate|i:1685666219;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685666193;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2e88bcd877066f9ad67a4470d3eda5c9ef8142', '207.46.13.6', 1672246894, '__ci_last_regenerate|i:1672246894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df305d4b8345ad8a812daec3f3409d84f7a5d77f', '114.119.132.170', 1685686994, '__ci_last_regenerate|i:1685686994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df31099610206781503d1bf50738fcfa7462cec1', '51.222.253.4', 1662883139, '__ci_last_regenerate|i:1662883139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df396f4d5f3853eb785d4e306979d06d03ccd876', '190.56.54.77', 1666272432, '__ci_last_regenerate|i:1666272432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666183601\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666272426;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df3977d31a69ca68c48ae61e802cd3f7dbd5f233', '190.148.158.151', 1676984312, '__ci_last_regenerate|i:1676984312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676984308;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df3a4f7e27190648e80ce94717323b78017d0f6c', '52.167.144.42', 1679430425, '__ci_last_regenerate|i:1679430425;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df3eb495bc660daf8994ec0e9403bf6f56c78a94', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df3fbf38e8cec23eef63e3c0c4ae6261730c4e75', '40.77.167.11', 1673705088, '__ci_last_regenerate|i:1673705088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df405bf9202ed5e0dcc9978adce262600f36a87a', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df40a9f6c96886450254bdae7b9c39e93f8cddcb', '111.7.100.23', 1650976209, '__ci_last_regenerate|i:1650976209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df40e1096b02fddc8716ad1a7275b334854003d4', '51.222.253.13', 1672707152, '__ci_last_regenerate|i:1672707152;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 ('df4316c0f82dd6e82988bb72437be71e55b4ca6b', '190.148.87.191', 1664209618, '__ci_last_regenerate|i:1664209618;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664031479\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664209538;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df434a2e63e6025a7b6f5c368fecee0084401be5', '50.21.188.52', 1663642395, '__ci_last_regenerate|i:1663642395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df443b84d8faefec70335a8cd073d9e76e17dc84', '200.119.173.177', 1685122262, '__ci_last_regenerate|i:1685122262;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685122008;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df456155ed9e265791aa1c6513a128ac8f8400a7', '207.46.13.178', 1655584902, '__ci_last_regenerate|i:1655584902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df468272f9cdac2994055aea00d03ffa7fd392d8', '114.119.150.75', 1686605273, '__ci_last_regenerate|i:1686605273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df46f40db88eeb6cd919fed07bf48d1da4fe8f37', '114.119.147.71', 1688289781, '__ci_last_regenerate|i:1688289781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df490ba68bbedbcc4fbde99a531d4b8eeaf1fe12', '40.77.167.182', 1683192189, '__ci_last_regenerate|i:1683192189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df49f321957c86937a45faacd5f5df9943506b46', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df4b0be3a95eb75e0252f6e91b78bf8a91abfaff', '144.217.135.140', 1658780066, '__ci_last_regenerate|i:1658780065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df4bad22980120226a2e33198e2e5e5df451246c', '114.119.154.82', 1687572102, '__ci_last_regenerate|i:1687572102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df4d4ed75ed5dbe30d4ce7dac3046b1f9cac9b73', '52.167.144.154', 1687450609, '__ci_last_regenerate|i:1687450609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df4da9f00db58caf57f267778769112fcf1066d2', '40.77.167.133', 1684132453, '__ci_last_regenerate|i:1684132453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5209754f295a686eb7781a55f839afa74fbf7b', '40.77.167.49', 1663929036, '__ci_last_regenerate|i:1663929036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5375ae7ec7551a2faef086493897afd1cc5ba7', '24.135.2.115', 1651216496, '__ci_last_regenerate|i:1651216496;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 ('df539bcd1cfe217dbd381800e291a1572ba16792', '54.36.149.96', 1665011542, '__ci_last_regenerate|i:1665011542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df54c03f556d4406f64ef7859729adafb80af684', '114.119.157.146', 1686966539, '__ci_last_regenerate|i:1686966539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df558d9157ddaef110114125c44005d24bed6149', '114.119.129.97', 1685809925, '__ci_last_regenerate|i:1685809925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df573ebb7d231a3386e84f589161bbc7eda3e205', '52.167.144.162', 1686635368, '__ci_last_regenerate|i:1686635368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df58a07ebeba45026dcee1ffb494f16638256ac8', '157.55.39.79', 1669167643, '__ci_last_regenerate|i:1669167643;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5be9651a1f4c2ddb417eb47a45efb07ccfc808', '190.148.157.183', 1680399672, '__ci_last_regenerate|i:1680399672;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680397417;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5c2d9726155ebe58f4aa93a21b830e5015ef96', '190.56.55.113', 1673559825, '__ci_last_regenerate|i:1673559825;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673559790;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5c49ac6b5c4869f2d22af2d364b6540752a79f', '157.55.39.105', 1676890555, '__ci_last_regenerate|i:1676890555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5f5c9858e49f18410b0cff4da55419a8b53d3b', '157.55.39.79', 1668684542, '__ci_last_regenerate|i:1668684542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df5f6225e69dbca7e11c7452776fbfc7fd952348', '51.195.90.229', 1650840455, '__ci_last_regenerate|i:1650840455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df62b2cf9fc81d37b3a117638c96727bb686e823', '54.36.149.44', 1675429775, '__ci_last_regenerate|i:1675429775;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 ('df630505965d6c26bb19ef849cb25ccc5924ca77', '52.167.144.73', 1679691483, '__ci_last_regenerate|i:1679691483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df63164d3b808c6a91b96aab7859303039552289', '190.148.87.244', 1654613754, '__ci_last_regenerate|i:1654613754;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654611723\";last_ip|s:14:\"190.148.87.244\";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 ('df648054767d514e475ace3d4be199390cbe4b84', '190.148.252.151', 1671105702, '__ci_last_regenerate|i:1671105702;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671105692;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df6543f9ff1059a7aa7047894b9153c0d399e35d', '54.208.214.130', 1660561709, '__ci_last_regenerate|i:1660561709;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 ('df67699bcdd9b7c3ce6f589f7a1957494fcdadfb', '17.121.114.11', 1652388105, '__ci_last_regenerate|i:1652388105;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 ('df68410cc994b6a4f0481937d7489badc88f9747', '200.119.170.137', 1668633679, '__ci_last_regenerate|i:1668633679;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668632389;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df684e8470cb30282ea1db5be1061b343f293b7e', '175.196.127.111', 1650791333, '__ci_last_regenerate|i:1650791333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df69aa12b7dc6088a26b193196172408963ac8d8', '190.148.252.96', 1673042107, '__ci_last_regenerate|i:1673042107;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673042087;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df6a09542247a0f443b86d1cd1dafa9e9ac73ed8', '157.55.39.100', 1672124206, '__ci_last_regenerate|i:1672124206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df6bce0956242ce5b36a587e4c3a1fcbd1630a63', '200.119.170.221', 1664549240, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664549240;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664549170;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df6c16f9cad92d9c90f46af094da508b7fdb9686', '54.37.233.116', 1650851946, '__ci_last_regenerate|i:1650851946;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 ('df6c52f98a2ff700532d7c5dc4a86008041a3849', '174.138.50.190', 1687267153, '__ci_last_regenerate|i:1687267153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df70211539b1a51201dd528bbcb77daeeadeb5df', '52.167.144.162', 1681719215, '__ci_last_regenerate|i:1681719215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df73808055101c7fc568fb878fd68d405d3ecd12', '52.167.144.98', 1685434579, '__ci_last_regenerate|i:1685434579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df75e1032b00230950a9e87537e38a163621bb44', '20.15.133.162', 1686163363, '__ci_last_regenerate|i:1686163363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df76384d241f7d2239ad1eb4752466e1eea9004e', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df76f4577b7633c0d62d452553fe2cff15e22fcf', '40.77.167.91', 1687033678, '__ci_last_regenerate|i:1687033677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df770920b0c2f600cda027ee55729781b5f8d59b', '69.167.36.21', 1681022754, '__ci_last_regenerate|i:1681022754;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 ('df78001153f529a75cb89c047bedcc82125ceb55', '114.119.135.163', 1685529833, '__ci_last_regenerate|i:1685529833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df79ea080e51dfb0d96eeae20c625663a244a085', '200.119.169.175', 1669819999, '__ci_last_regenerate|i:1669819999;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669819993;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df79fc28d4b1e9739a56b64e13cd45bf0870a1d1', '173.249.31.237', 1659409171, '__ci_last_regenerate|i:1659409171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df7f91ea672e04f87e9e3e6be7a132ec06170882', '190.56.173.251', 1651941279, '__ci_last_regenerate|i:1651941279;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('df84e423860aff203d584ac4fc8a38ebfd780acb', '52.167.144.54', 1688428705, '__ci_last_regenerate|i:1688428705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df85095bc227570508abc73ecf3bf5dbc356c5db', '157.55.39.54', 1660291408, '__ci_last_regenerate|i:1660291408;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 ('df868d12bc1b972d655c2ead5611fe12d53491af', '52.167.144.164', 1685276064, '__ci_last_regenerate|i:1685276064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df882d5cd5e028b222321fd0218fe5cc5f94ef00', '40.77.167.100', 1672200038, '__ci_last_regenerate|i:1672200038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8a4410f86958b5b8ea352bdae0493d501f6c6e', '190.56.50.253', 1682717431, '__ci_last_regenerate|i:1682717431;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682705874\";last_ip|s:13:\"190.56.50.253\";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 ('df8b42652c53e29acbf956eb4273363054a2aa4c', '54.37.233.116', 1650851974, '__ci_last_regenerate|i:1650851974;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 ('df8cd3ffcd35edcb4f0681f9f5ccd03bb6ae82a6', '40.77.167.39', 1656015156, '__ci_last_regenerate|i:1656015156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8d2685ad1080db9dc407815e50a00b3a52fbf9', '157.55.39.25', 1663723849, '__ci_last_regenerate|i:1663723849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8d34a6fba26ded9ce1d1f2a3d913bb584abe43', '52.167.144.70', 1688162342, '__ci_last_regenerate|i:1688162342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8d4fabfa791bfe7e3d306ced2497d40a360542', '18.236.182.83', 1680961261, '__ci_last_regenerate|i:1680961261;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 ('df8dae23397118d1a101fb75da73b72ef745a249', '52.167.144.61', 1688311811, '__ci_last_regenerate|i:1688311811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8f1a756e11ea83c59dc3f3cb9bd2ff561cd891', '52.167.144.98', 1685546836, '__ci_last_regenerate|i:1685546836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df926e1c41141216a35ecd0336615aef0dafe1ed', '52.167.144.171', 1685546734, '__ci_last_regenerate|i:1685546734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df936a49fadd8e6716080376d1d2bf7c3359fe3c', '17.121.112.123', 1657287175, '__ci_last_regenerate|i:1657287175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df939dc2b153071be2afde9f410e21e6bfb52585', '190.148.158.69', 1685664737, '__ci_last_regenerate|i:1685664737;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685664737;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df96fd6493a10145d50e4a4a98accd332d8ce1db', '190.148.87.6', 1668199546, '__ci_last_regenerate|i:1668199546;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668189086\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"adTScMP76BoVwiuNpn4y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df97ea5e7031eaf4a3007432e2f0cc11fde9cd97', '40.77.167.45', 1670375201, '__ci_last_regenerate|i:1670375201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9987f7e07525831f0a2bae49d418495907129c', '190.56.173.213', 1683331545, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683331545;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683331266;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9ab38678b94060bd1b9a02297f9e710499206b', '190.56.173.175', 1653339536, '__ci_last_regenerate|i:1653339492;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653328797\";last_ip|s:14:\"190.56.173.175\";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:\"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 ('df9b3858c062c81b37f3f6c4e454da6b00af9a6e', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9c9e875f045985102169feac0f9d9adb3aaf4e', '51.195.216.255', 1650895470, '__ci_last_regenerate|i:1650895470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9d6031be1319d1c662ea5c4e65f80bd7b07cfc', '114.119.155.230', 1687534889, '__ci_last_regenerate|i:1687534889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9df3908478145854cd61b7286537e010bc4031', '17.121.115.252', 1654009892, '__ci_last_regenerate|i:1654009892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9fb8a194db5403407a1bfa6fe49b7e211f3c51', '52.167.144.98', 1685546739, '__ci_last_regenerate|i:1685546739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa1b22635da07318de1fb2a50ce4b9cd4d58b3c', '52.167.144.164', 1684355679, '__ci_last_regenerate|i:1684355679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa3391079aebaf3f097690c428acddc8ab33562', '190.148.158.69', 1685737487, '__ci_last_regenerate|i:1685737487;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685737471;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa492145445589ee9c9a82404131edc0e53f99f', '190.148.87.96', 1678317751, '__ci_last_regenerate|i:1678317751;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678315655;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa64462057adf55a6c05f7191832ab9bf57e8f1', '51.222.253.12', 1663049318, '__ci_last_regenerate|i:1663049318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa7610bf8a941544e79b73538153da03b302bbd', '114.119.140.250', 1687662962, '__ci_last_regenerate|i:1687662962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfaab130cb0316f45c8f22096f9c750c0ab309f7', '51.222.253.17', 1656881855, '__ci_last_regenerate|i:1656881855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfab2cf0d43d158994e8600ccb71071c18ba0e42', '207.46.13.12', 1676050998, '__ci_last_regenerate|i:1676050998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfac243414f250ade02e0353e0d14a854e26da08', '114.119.131.206', 1685777290, '__ci_last_regenerate|i:1685777290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfac8869ec5543795279679a9039d1217d14d3ac', '190.148.87.182', 1679773297, '__ci_last_regenerate|i:1679773297;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679773287;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfac88930a2efddc3d961bf50a21a50ec8311bde', '157.55.39.112', 1663420258, '__ci_last_regenerate|i:1663420258;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 ('dfacce7dcc73e41bda2ad78c71911bb12541f032', '207.46.13.10', 1671234222, '__ci_last_regenerate|i:1671234222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfad73caa47a35b574938d48ffa87c2b2bd49cd0', '52.167.144.162', 1682540907, '__ci_last_regenerate|i:1682540907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfae3e81db0eef8c0c531e1d8711f2814f527a75', '190.148.157.98', 1679162563, '__ci_last_regenerate|i:1679162563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679162471;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb05acbadfeac58ec58872d1f9b72505b08011c', '114.119.159.20', 1687291821, '__ci_last_regenerate|i:1687291821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb0c84ac942310d3fa19124ff3c189071dde5e6', '207.46.13.154', 1670191933, '__ci_last_regenerate|i:1670191933;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb139a53eee3700f8294eaf9c30eefd632fbe8a', '114.119.132.103', 1686025758, '__ci_last_regenerate|i:1686025758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb16450bcdfa59c4e113cf72ef6184577e5187d', '190.148.252.96', 1673284319, '__ci_last_regenerate|i:1673284319;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673279368\";last_ip|s:14:\"190.148.252.96\";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 ('dfb165ea3d40f37b4b78c6f641baf2944705b2ea', '40.77.167.182', 1683619071, '__ci_last_regenerate|i:1683619071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb214c1eace7cd11d6fab973edb14cd3f594319', '200.119.172.60', 1674842963, '__ci_last_regenerate|i:1674842963;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674842951;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb26b63a4e65d943fd212cac36a9fb81397659a', '190.148.157.192', 1655908335, '__ci_last_regenerate|i:1655908335;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655908318;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb2be6a18c013b44d87be717de2d081f15669da', '52.167.144.61', 1688245456, '__ci_last_regenerate|i:1688245456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb37de7e9948f8d7fdf9b573fc49997cfff3d3a', '190.148.87.99', 1688411860, '__ci_last_regenerate|i:1688411860;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688411355;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb72442a24260e88d17543e01102a05ddc37323', '190.148.157.183', 1680445035, '__ci_last_regenerate|i:1680445035;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680445010;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb75ea78024e2b4c5ed34f61cee233adaac8db8', '5.188.62.140', 1656443367, '__ci_last_regenerate|i:1656443367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb80c9ddc15ea25951fd00d4ef94e9756cb06ff', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfb82f77e7e2540eec25059155cec0d3eda9643b', '72.55.136.154', 1684624537, '__ci_last_regenerate|i:1684624537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbc688fbcbd2b7ad59f25f795278480a5640ca4', '40.77.167.64', 1674824105, '__ci_last_regenerate|i:1674824105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbc75d382f6a4ae03a961c9a1109127df8ba2b0', '114.119.138.127', 1685742206, '__ci_last_regenerate|i:1685742206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbcc6f20faec7f056f723a90b59e187243a5f65', '153.227.219.227', 1651484348, '__ci_last_regenerate|i:1651484348;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 ('dfbd15566c6f7290fe7099c9a7bf47d539168ccd', '200.119.170.137', 1668715666, '__ci_last_regenerate|i:1668715666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668712636;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbdee512b212ad904281c65394b5c2599230628', '114.119.135.229', 1684351505, '__ci_last_regenerate|i:1684351505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfbeb1a64c34972c22ac5f1b7c28c4e3bce4a3d4', '51.222.253.4', 1687874600, '__ci_last_regenerate|i:1687874600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc0b8d591a7415e94d62b00111ee4809c23128e', '66.249.79.196', 1679890133, '__ci_last_regenerate|i:1679890133;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 ('dfc20a7aa70b9721e978615ec03c67eebab7e519', '35.88.90.33', 1673788831, '__ci_last_regenerate|i:1673788831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc30997556783a31f31a624a088dad2411f4497', '157.55.39.173', 1669998593, '__ci_last_regenerate|i:1669998593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc3cc6c0d1805a5d7aaf434a3a474e36e6701f2', '51.68.199.90', 1651322888, '__ci_last_regenerate|i:1651322888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc777aa7bb3c17720cfcb49fb85946988ba1edb', '190.56.173.175', 1652900342, '__ci_last_regenerate|i:1652900342;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652900327;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc8cca2dcb72d7210b8019bb5ea2aac06272a11', '190.148.252.112', 1667823021, '__ci_last_regenerate|i:1667823021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667767582\";last_ip|s:15:\"190.148.252.112\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667822885;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc98f24ef500c11095c8270097c074ad378723b', '54.36.149.15', 1675841571, '__ci_last_regenerate|i:1675841571;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 ('dfcab9826b6cf6171c8ed638c01058dbe9aef530', '190.56.50.8', 1658692155, '__ci_last_regenerate|i:1658691949;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658608521\";last_ip|s:11:\"190.56.50.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658691960;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfcb673a0a2648ca6946bac3f65738857bcf8089', '40.77.167.161', 1681005950, '__ci_last_regenerate|i:1681005950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfcb88b090d7c2c2bf29bf731bb8dd4015bd779a', '5.188.62.21', 1653444811, '__ci_last_regenerate|i:1653444808;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfcc8bb23feb3cff836ec3965aa45c04aa336353', '200.119.172.95', 1659622120, '__ci_last_regenerate|i:1659622120;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659585088\";last_ip|s:14:\"190.148.158.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659621331;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd0a9eced29ac32888b00bc0c08098e1cf12c0d', '54.36.148.190', 1686537848, '__ci_last_regenerate|i:1686537848;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 ('dfd1043f69fdc18d934b343b38dfd896f28e92c2', '54.37.233.116', 1650851724, '__ci_last_regenerate|i:1650851724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd25773a353160b92be39b2dbc5dd208a3b0394', '207.46.13.207', 1685876020, '__ci_last_regenerate|i:1685876020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd5af8742940428882510b02e332a13042b5a9d', '40.77.167.156', 1678716412, '__ci_last_regenerate|i:1678716411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd5e35bf88316e385bdf7d17a782ffb9bcd8e28', '157.55.39.51', 1669376053, '__ci_last_regenerate|i:1669376053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd632615b4ab1160b062b12adea37d063adbbd3', '190.56.55.48', 1687270359, '__ci_last_regenerate|i:1687270359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687269594;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd6fde2867700eba4a07bc66a4242d951855b68', '51.195.216.255', 1650896001, '__ci_last_regenerate|i:1650896001;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd71b27eff70cb5efb5ff6a94097f0ccb46c955', '114.119.143.124', 1683779656, '__ci_last_regenerate|i:1683779648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd8561c2d05412f1863f10d979bb9a2efb14400', '54.36.149.61', 1681075459, '__ci_last_regenerate|i:1681075459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfd8e789145db73266ef6d10c1f325132f086105', '17.121.114.251', 1662344573, '__ci_last_regenerate|i:1662344573;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 ('dfd9d255f8f49a84343fe2e89632ec62b452c07b', '200.119.168.250', 1680610887, '__ci_last_regenerate|i:1680610887;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680610885;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfdaab3811890a381f400e1fab013448e630ff62', '51.222.253.1', 1685005524, '__ci_last_regenerate|i:1685005524;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 ('dfdacf1e0b4217792ae144f465fa7a8f82c02ebd', '18.191.208.80', 1676399568, '__ci_last_regenerate|i:1676399568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfdbde0a7defd3c34cf7f01d7b3579bdf2a03600', '40.77.167.13', 1672627565, '__ci_last_regenerate|i:1672627565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfdc086e58b73c10a7f830f32f2ac6fe8a08a12f', '157.245.156.70', 1652170229, '__ci_last_regenerate|i:1652170224;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 ('dfdd7e10243a973c52ac1746a101cd1c517e8255', '200.119.170.168', 1670702941, '__ci_last_regenerate|i:1670702941;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670702794;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfde7688456737329b853814009aea032fbe1852', '51.222.253.12', 1684581653, '__ci_last_regenerate|i:1684581653;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 ('dfe05f1f8ae84a490dc87783555c03c62076ef73', '54.237.248.24', 1650669642, '__ci_last_regenerate|i:1650669642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe0ba4dcb7a3a59dd66987948347813f4bf07e0', '190.56.49.187', 1687996909, '__ci_last_regenerate|i:1687996909;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687996904;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe215ba98eda1ba0feca573e97fed300e127760', '40.77.167.192', 1681263810, '__ci_last_regenerate|i:1681263810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe4cb1cc6265c4c2ad55a2a26e49850ed057dce', '114.119.133.125', 1686386990, '__ci_last_regenerate|i:1686386990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe5575b28b16dc39c91dfde9b03420be7066f11', '190.56.173.213', 1683210099, '__ci_last_regenerate|i:1683210099;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683210099;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe89e79071ce140906df785169c3d0643d1febc', '200.119.169.44', 1663772203, '__ci_last_regenerate|i:1663772203;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1663685876\";last_ip|s:14:\"200.119.169.44\";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\";last_activity|i:1663771809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfeb93431ca679aa31e56183fff36e7195ba53e9', '157.55.39.171', 1675217463, '__ci_last_regenerate|i:1675217463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfecf2cc2790b2f996d2332acad96c225ee75a9e', '40.77.167.225', 1680467252, '__ci_last_regenerate|i:1680467251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfed9f670ee2c3944401bdced21ad636caf5e1f5', '207.46.13.211', 1679258350, '__ci_last_regenerate|i:1679258350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfee1fb4095ce219f4f42070bf229259d71d9ce0', '52.167.144.98', 1686714891, '__ci_last_regenerate|i:1686714891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfeeb8d20ba4a27b778b08bdf1fb0fea16d82e63', '190.56.55.48', 1687438280, '__ci_last_regenerate|i:1687438280;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687438273;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfef7a70ac3dc98de202827975f133bee8a3f3bb', '114.119.159.135', 1688407167, '__ci_last_regenerate|i:1688407167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff09acbe7438f3f5a875d57098893ce5ef676cf', '40.77.167.244', 1677475444, '__ci_last_regenerate|i:1677475444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff1875ecc18804ed48390c47b132889fb7aba13', '157.55.39.217', 1683312269, '__ci_last_regenerate|i:1683312269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff1d55231ac6ad0f0e13524932ffc9c682035f3', '114.119.143.119', 1687335273, '__ci_last_regenerate|i:1687335272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff203232f9510dd99dec22db68f9022b9cbb084', '52.167.144.171', 1684653487, '__ci_last_regenerate|i:1684653487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff29999dff00c32420e2ba8a1d1e926682d6cf9', '40.77.167.169', 1676268496, '__ci_last_regenerate|i:1676268496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff48aca15e4adaef884911a9aa9374a8871336e', '52.167.144.164', 1684833482, '__ci_last_regenerate|i:1684833482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff4a33f81e9e5537fe6e123884b8f2a7d805292', '200.119.173.177', 1685221525, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685221525;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685221086;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff66cb9592180f19c53dabc434b2d966ac760ce', '217.160.225.209', 1659072869, '__ci_last_regenerate|i:1659072869;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 ('dff8310af7d57013a1f3972b3b16217076bfab3b', '40.117.185.219', 1652702192, '__ci_last_regenerate|i:1652702192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dff94da67e709ffa24169ff0db94ffccb3b8d583', '5.188.62.140', 1653337091, '__ci_last_regenerate|i:1653337091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dffa1bbeec0d746644546eee44d98970f37bbb70', '190.148.158.151', 1677078612, '__ci_last_regenerate|i:1677078612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677077176;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dffcabdff5c4b7fa060482b3c9265e4c58603e2d', '180.163.220.68', 1651112793, '__ci_last_regenerate|i:1651112779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dffdd4f736e3f3ef00a6beb437e807ecf1f91e38', '114.119.144.222', 1687979670, '__ci_last_regenerate|i:1687979670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dffe79af87ffe754ff093abd3e122bc8a751d46c', '114.119.148.103', 1685738475, '__ci_last_regenerate|i:1685738475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfff5754db92580a3152750940814d5de96f6c61', '157.55.39.173', 1670374533, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00072a534c45ef1cb2d29fded2b7fe34d835bbd', '190.148.252.195', 1653697693, '__ci_last_regenerate|i:1653697687;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653655106\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653697693;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e000a7d842b18b425b8dabdd00b3028144f9107e', '114.119.154.169', 1688321107, '__ci_last_regenerate|i:1688321107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e000cb32477d12196882e01d98bb5e53cd8b5dac', '114.119.138.202', 1688097306, '__ci_last_regenerate|i:1688097306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0011b3e8db4c49b78da33491830f5613fd2d0d9', '114.119.156.227', 1683729013, '__ci_last_regenerate|i:1683729013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e004c05838f76183eaabd07d1bbd3a7fd4fcc022', '190.56.50.15', 1666969004, '__ci_last_regenerate|i:1666969004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666968756;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e004fe32ee232fed23b8e8316fd55952cc04a6af', '198.251.73.67', 1672881336, '__ci_last_regenerate|i:1672881336;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0054a3753199475c16e0fb1a3ec19d97f5cc8af', '190.56.32.131', 1687647879, '__ci_last_regenerate|i:1687647879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687647518;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0084175f75a4e4b5d16700b9d0c60c93269aba4', '40.77.167.86', 1678749909, '__ci_last_regenerate|i:1678749909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00872fec44a7035c914a641b12c84be0218ee74', '200.119.172.60', 1675039494, '__ci_last_regenerate|i:1675039494;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675039295;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00b26285624dc0320e229ce009f600a7e8cf7fc', '51.195.90.229', 1650840537, '__ci_last_regenerate|i:1650840537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00bad5c11ce4f668abf983ae0076331758f2047', '190.56.50.3', 1660752299, '__ci_last_regenerate|i:1660752299;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660745113\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660752002;register_id|s:2:\"72\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-16 09:30:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00c2fe4971019628e86fc35f177b2579914931f', '114.119.158.6', 1686170490, '__ci_last_regenerate|i:1686170490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00d61be289c585a13e7d087253d31385f51a0b3', '52.167.144.164', 1685802064, '__ci_last_regenerate|i:1685802064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01195a8253683af7e8ec74723845248c6f2f00f', '52.167.144.69', 1675780373, '__ci_last_regenerate|i:1675780373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e013525c0f2f3736aecb84436fa33658552a0fa2', '190.56.55.48', 1687304282, '__ci_last_regenerate|i:1687304282;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687304277;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e013724d49f06c1baff112f44a671875a01181ba', '190.56.32.243', 1684704148, '__ci_last_regenerate|i:1684704148;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684704124;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e014ff749d2a13f766f17dd85369fd38d87b2778', '54.36.149.24', 1662913838, '__ci_last_regenerate|i:1662913838;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 ('e015c7c2444706a690bb66d6dea4f99d809ddbfb', '207.46.13.41', 1671468535, '__ci_last_regenerate|i:1671468535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e018c940e01b04c0038a4c2b4a7c3d7e28279c4b', '114.119.134.10', 1686977634, '__ci_last_regenerate|i:1686977634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01935a346bf92fbcf8320340be6185ed6ff0463', '190.56.32.35', 1671644054, '__ci_last_regenerate|i:1671644054;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"P59tSXMEnwWNQ6zJZkjL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e019ee5075f392323f18480d6ce48f03e6c65539', '54.191.202.231', 1683743134, '__ci_last_regenerate|i:1683743134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01c6f1834d9a1a0e0717acf0bb5ca7ff916829b', '18.218.216.89', 1661639481, '__ci_last_regenerate|i:1661639481;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01cfa4aa215fe8884377cdcf3fbf8a88a112a1e', '52.167.144.89', 1679853432, '__ci_last_regenerate|i:1679853431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01e931f656dc9726e83dcf4b505747c75886e43', '51.222.253.14', 1662738222, '__ci_last_regenerate|i:1662738222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01faf51728627ac473c7d54d2b81a6949e868b5', '190.56.49.237', 1665694795, '__ci_last_regenerate|i:1665694795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665694661;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02090dd6445a156620ccb315069f41d4a6fe231', '190.148.157.117', 1675537900, '__ci_last_regenerate|i:1675537900;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675537737;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0210c8220de195a99bae07fcc5cd569c910e39a', '200.119.172.236', 1686966339, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686966093;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686966339;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e022a8e29e4503aeb0eaa92e564ec96708d04fb3', '40.77.167.63', 1671823830, '__ci_last_regenerate|i:1671823830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02354a742ad5df2e60cc19b1df52072b977ffba', '190.148.87.99', 1688410919, '__ci_last_regenerate|i:1688410919;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688410817;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e023cb6a139a031c4c574cdabf50c42c1757ba47', '54.237.250.240', 1652867988, '__ci_last_regenerate|i:1652867988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e026e362ac469bab03cd7716a25030e8aa8abf85', '157.55.39.69', 1672358094, '__ci_last_regenerate|i:1672358094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02906b92eaa9aec0b4ff08ae0e229e598eb29f1', '157.55.39.51', 1668834274, '__ci_last_regenerate|i:1668834274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02b40ddb22474f4b0a95e5c942b8885053e19d8', '200.119.173.67', 1679359781, '__ci_last_regenerate|i:1679359781;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679359778;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02cdacd6b200fd2f38c4544aecfdbbcea332ea4', '40.77.167.115', 1687213786, '__ci_last_regenerate|i:1687213785;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02d7875eaebcfd1b0a43bc6d1ed4ed4f1c17d2e', '190.56.50.6', 1667593124, '__ci_last_regenerate|i:1667593124;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667593116;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e02d846a45b944e67354f008e156d40cdcc91f22', '200.119.173.177', 1684863503, '__ci_last_regenerate|i:1684863502;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684775626\";last_ip|s:13:\"190.56.32.243\";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:1684863503;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";user_csrf|s:20:\"d6qPa51zTYkvmOwGnJZb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0305ba060027504d7ccecf2cfaff7e0159c0b21', '74.208.2.130', 1672659922, '__ci_last_regenerate|i:1672659922;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e032e288601e16c0941e8de017c81a33ec26fc43', '34.222.67.199', 1671369233, '__ci_last_regenerate|i:1671369233;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 ('e03568112c8aebdb6245575dee5cc3e14b3962ba', '190.148.252.82', 1663610065, '__ci_last_regenerate|i:1663610065;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e035c6d84b341a343a7a941d3e27eb076416e170', '190.56.50.52', 1657809400, '__ci_last_regenerate|i:1657809400;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657808889;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03668f958163a590287d0273c1e98d2f9895a2d', '35.211.132.229', 1666483172, '__ci_last_regenerate|i:1666483172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e039d73695d546d02a65af194ebfade002418d7c', '190.148.157.53', 1683755244, '__ci_last_regenerate|i:1683755244;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683754885;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03ba5cac97619f1183953c3e850771c79c5c916', '40.77.167.191', 1682468314, '__ci_last_regenerate|i:1682468314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03c62f24ea154c1f673df3e9c252e1754caad5b', '157.55.39.143', 1669998799, '__ci_last_regenerate|i:1669998799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03dbf75ac164e4be48bbc93289748f5583589e9', '52.167.144.162', 1687185705, '__ci_last_regenerate|i:1687185705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03ec2f54e457662f868c0117c77e51c1d48b572', '190.56.50.253', 1682458470, '__ci_last_regenerate|i:1682458470;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682458469;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e042991f6ff767e1af52ddc9691e116cfdee39db', '200.119.168.250', 1680963509, '__ci_last_regenerate|i:1680963509;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680962838;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04372dd73695a68b1e66983be063330bfda71a8', '23.95.218.242', 1688104432, '__ci_last_regenerate|i:1688104432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04438a23764caec9deb93a2bbfbea4e26dbf47d', '200.119.170.200', 1654548280, '__ci_last_regenerate|i:1654548280;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654294198\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"RuI7EhsScxU05Bk3Vlz1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e044a412792c667affce90a368da914e5f6c1fa7', '18.237.8.121', 1653227493, '__ci_last_regenerate|i:1653227493;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 ('e04a0abece29cde72ee81dfee71d40cf5ac31cf5', '190.148.252.236', 1656008935, '__ci_last_regenerate|i:1656008935;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655995345\";last_ip|s:14:\"190.148.87.246\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656005203;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04b004ddd363564552faa4aab41af06370762a2', '52.167.144.70', 1688283070, '__ci_last_regenerate|i:1688283070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04b81063f182b1b4ca2f0513b5d90dc481de407', '52.167.144.120', 1688067639, '__ci_last_regenerate|i:1688067638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04c29765e09b6840cd389bafa53abe904988830', '51.222.253.8', 1655138270, '__ci_last_regenerate|i:1655138270;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 ('e04d0784897123b7113ae1e2422623ba9350428e', '52.167.144.164', 1679419897, '__ci_last_regenerate|i:1679419896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04deb615d6f515de89eda91e5930f23e2ea5fcd', '130.245.169.145', 1657274134, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e04f43d20d967a8ce0e1b89bcbe3288e641b4a4b', '52.167.144.120', 1688063390, '__ci_last_regenerate|i:1688063389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05122e84c6172ce4de5ea6f8b41e4e6123870e4', '200.119.172.60', 1674669808, '__ci_last_regenerate|i:1674669808;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674669786;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e051c3ac33b2c0e1d6f3c2e12efd3b580214c165', '207.46.13.154', 1671383688, '__ci_last_regenerate|i:1671383688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e051d7eb795930c8400c2c4e1afa02bff2661dce', '190.148.158.69', 1685881580, '__ci_last_regenerate|i:1685881580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685881576;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e052f459ac1655d6233abcadd54642f5223f470d', '114.119.131.231', 1688284425, '__ci_last_regenerate|i:1688284425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0533772e08339971ee761ca0b46e392e8b3d852', '190.148.252.183', 1681409389, '__ci_last_regenerate|i:1681409389;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0536f97b60d49eebc06c209405b3d3a68728929', '190.56.173.136', 1687877811, '__ci_last_regenerate|i:1687877811;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687877391;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0545e585b7c04609d978287133035ee40a340f0', '52.167.144.82', 1687513383, '__ci_last_regenerate|i:1687513383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0582cd9abba5f914feb04a5109a54afa90ae656', '51.222.253.5', 1680963773, '__ci_last_regenerate|i:1680963773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e058edf79be33b47565f07f707a4da1c2e53e205', '54.36.148.217', 1650934773, '__ci_last_regenerate|i:1650934773;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 ('e059ed45cbd906ef80fb6beabd1b569bf778f48c', '192.36.70.176', 1675892698, '__ci_last_regenerate|i:1675892698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05b1f0a88e1d0e8ab20739a2ebbe89cadc232f8', '35.90.120.207', 1663163566, '__ci_last_regenerate|i:1663163566;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 ('e05b88910a52d597e542fe842844ef7607ca00f4', '190.148.87.182', 1679874432, '__ci_last_regenerate|i:1679874432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679874206;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05b90d0931950b0052807acf955bbd7d88dabcd', '190.56.54.129', 1653424191, '__ci_last_regenerate|i:1653424191;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"rBQIX80unsa6H1qp4Fm3\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05dcb67ba319313383f50779455596ca3575e79', '52.167.144.171', 1685379735, '__ci_last_regenerate|i:1685379735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05f05e15e13b137e2e2cd74b9720c908e2b953d', '190.148.157.53', 1683769284, '__ci_last_regenerate|i:1683767401;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683767407;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05f36d4a01be61f1bffd1ac68682c34b5b3aa0e', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05fd666c517cb02229514f000fc35c90862051a', '52.37.191.223', 1667829547, '__ci_last_regenerate|i:1667829547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e068f158ee77e6f9caf91485c1a8692c8f813b4e', '190.148.157.183', 1680198803, '__ci_last_regenerate|i:1680198803;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680198751;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06aa1537eec120657fa9d84729b6c2d35ffd3bf', '122.162.146.90', 1650787335, '__ci_last_regenerate|i:1650787335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06b2e40ccec97be20da82ac990a5d393a1c5b7c', '190.148.87.6', 1668186302, '__ci_last_regenerate|i:1668186302;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668186298;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06b3c167d50e9d9ee2a2653b9691c782e45b5f9', '157.55.39.143', 1669998799, '__ci_last_regenerate|i:1669998799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06cfef55e7b565a811ea50f58bd1348cf7a6200', '157.55.39.200', 1664978697, '__ci_last_regenerate|i:1664978697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06da1643dfb6a51ba0fcdf18cb185fb54c5afa3', '52.167.144.98', 1684647763, '__ci_last_regenerate|i:1684647763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06ee73efaa86a2eae5a8b7b84f3046edcbd30fc', '190.148.252.161', 1669921954, '__ci_last_regenerate|i:1669921954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669921939;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0707ca1ea169215fabafbf3c7abfcc63d148a1f', '114.119.141.34', 1686672494, '__ci_last_regenerate|i:1686672494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e070ea56855cf1cb326d18e18de54d23f21c323e', '207.46.13.10', 1672915261, '__ci_last_regenerate|i:1672915261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0711f37e376ff1f45946bc8b92089e4fb7d6ae3', '114.119.138.185', 1688125571, '__ci_last_regenerate|i:1688125571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0732733367beae4d6c30be358d7f39ca8616473', '114.119.135.139', 1688234682, '__ci_last_regenerate|i:1688234682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e073c22298691a582da63ab51d33dd4000383930', '40.77.167.176', 1677962947, '__ci_last_regenerate|i:1677962947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e074c17fd9050898e4bd34d3e277e91e4ba22ea8', '205.169.39.109', 1651342191, '__ci_last_regenerate|i:1651342191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e078787eda710b2e64577181cd8a61c427238392', '200.119.174.187', 1667440222, '__ci_last_regenerate|i:1667440222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667440213;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e07a258d90ef46bbcb04d0af4bb6adc094bb8fb8', '164.92.222.0', 1686831578, '__ci_last_regenerate|i:1686831578;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e07a5fe24197ec402bd1139db1878413a2cc9092', '52.167.144.171', 1685595381, '__ci_last_regenerate|i:1685595381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e07b9f3036ba7f6a7562d7f550d22cd8de031fad', '114.119.141.168', 1685846004, '__ci_last_regenerate|i:1685846004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e07bc1c8cfb9230abb66f0d304ede08333cebe63', '46.101.63.152', 1652762873, '__ci_last_regenerate|i:1652762873;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 ('e0804c6fc5a72cda840abf02360233e5796047f3', '114.119.157.183', 1688119600, '__ci_last_regenerate|i:1688119600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0812a634ecdae3e6e394feb2b24e5fe2dc2bb76', '114.119.135.166', 1687719391, '__ci_last_regenerate|i:1687719391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0819f3c770263ae337cef28f83cd14ab12beb67', '190.56.49.237', 1665673873, '__ci_last_regenerate|i:1665673873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665672157;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e081ea2a89f0340f17c9501011b5f6af81cdd536', '114.119.131.33', 1685944610, '__ci_last_regenerate|i:1685944610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0823a4667e0776265d2b09baa7e58411f4d2b3d', '51.222.253.9', 1653656444, '__ci_last_regenerate|i:1653656444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0832af056961d6cd45c07b0c99228fcdab2cf84', '190.148.157.53', 1684007525, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684007525;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684005226;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e083f9cdde311209ac91936c832e6cf4226f906c', '74.208.2.130', 1672659946, '__ci_last_regenerate|i:1672659946;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0871691a183981d43f5f3615cb8d5bb17372c27', '114.119.155.126', 1685497935, '__ci_last_regenerate|i:1685497935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e088479558a91c15027c9c8964e181fd0f98c5c9', '17.121.114.198', 1654257266, '__ci_last_regenerate|i:1654257266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e089c28f45af9fd9e593a8c42c45f319e2abf893', '114.119.148.70', 1686127203, '__ci_last_regenerate|i:1686127192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e08cde5fce26615d92b1d0b70cd4a4c1dd4afee1', '40.77.167.219', 1676947921, '__ci_last_regenerate|i:1676947921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e08e4b489b6e5fc46e3480fed882104e75975f4c', '114.119.131.131', 1687296800, '__ci_last_regenerate|i:1687296800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e091286b5ddc6a59d7f1ec1cbcd9d95e24bfd369', '3.250.196.226', 1655622657, '__ci_last_regenerate|i:1655622656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e09225838bb0b33dfe07abacb1bb5db3270733b5', '130.245.169.145', 1657274131, '__ci_last_regenerate|i:1657274131;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e092698e4c88ceee319fdf70f415ad791001119e', '40.77.167.123', 1683074043, '__ci_last_regenerate|i:1683074042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0930207d4f8af196d0a3a2bc5965d12765a07c6', '51.222.253.8', 1670085335, '__ci_last_regenerate|i:1670085335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e093b199f6c9a9f5a493b57137812163a3519858', '114.119.133.220', 1685525722, '__ci_last_regenerate|i:1685525722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e093b46cc9926bf6ade9eaa28b0868e2cf53a2ec', '45.63.18.23', 1688455812, '__ci_last_regenerate|i:1688455812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e097d6980c171212cb3e6329fb732e61bf18c9e8', '119.29.156.58', 1661833108, '__ci_last_regenerate|i:1661833108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e098ef474972b58f4565bdb5e74ef25b49255243', '52.167.144.70', 1688445252, '__ci_last_regenerate|i:1688445252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e09b53ba223573e9847e68b4e6964ef2d5d7afa8', '52.167.144.61', 1688061263, '__ci_last_regenerate|i:1688061263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e09b5ac7e922dc5182d9adde9aee49c5d8125e83', '221.145.55.69', 1651856168, '__ci_last_regenerate|i:1651856168;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 ('e09bd71cf1d8f05f62b98c7314baabee11e7b9cc', '40.77.167.43', 1659253071, '__ci_last_regenerate|i:1659253071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e09c1dc07660332c096cb83f1c0e691c4c9db2f6', '17.121.113.59', 1657557542, '__ci_last_regenerate|i:1657557542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e09f544800d64d869a78a316c5a4b2b7245ce528', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a11021f36aa9f6e26ca7ff22cd24c352ace21f', '52.167.144.61', 1688243869, '__ci_last_regenerate|i:1688243869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a1956b073afd1cb615411ef33048f7d75f5539', '40.77.167.85', 1684944166, '__ci_last_regenerate|i:1684944166;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 ('e0a29f10f8fbd49ef49a3994298c19de48d2f916', '190.148.157.183', 1680309870, '__ci_last_regenerate|i:1680309870;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680308935;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a33faed0dc90f67b358470a0e321738a470690', '200.119.173.133', 1660863178, '__ci_last_regenerate|i:1660863178;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a43896f159dd034341211048d632fc58e5834e', '190.56.173.130', 1650897451, '__ci_last_regenerate|i:1650897451;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a4427dc7ffc867de0605906411e93d1699d5a8', '190.56.32.162', 1686360622, '__ci_last_regenerate|i:1686360622;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686360608;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a4893a3f944472c404fb415d3d344f5b13c899', '200.119.174.137', 1654809115, '__ci_last_regenerate|i:1654809115;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654799788\";last_ip|s:13:\"200.119.181.7\";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 ('e0a714627564fbd6451c1cf0b51547164cd86b84', '49.37.154.217', 1653290201, '__ci_last_regenerate|i:1653290199;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a778c0fed6f6b9d1b30368ef22738507520bc7', '52.167.144.162', 1686339249, '__ci_last_regenerate|i:1686339249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a7e6b1175868fa2011714d5a597fcbdee6f889', '149.57.16.7', 1653806986, '__ci_last_regenerate|i:1653806986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a89857e72c3fe5d36975d9874aa802f86f6675', '68.69.184.202', 1665857681, '__ci_last_regenerate|i:1665857681;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 ('e0a9d4674e57977f1c349433047a6c03c7d6fbeb', '207.46.13.154', 1670239959, '__ci_last_regenerate|i:1670239959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0adb6cf3c491394896e4c80997522aae5d51185', '190.148.87.182', 1679687907, '__ci_last_regenerate|i:1679687907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679687552;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0adf5bb2c6b93c56c470d50886f3e3ee50b2487', '163.123.143.82', 1673574322, '__ci_last_regenerate|i:1673574321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b29c59dbc5fe3bbb4355c3896a13613fa588dc', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b2d088342dc00b4b196c15f770cff47d2a96f5', '190.56.32.37', 1670507054, '__ci_last_regenerate|i:1670507054;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670507047;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b42ea9285040645b9219cb73b4e66ff52211c1', '190.148.158.69', 1685928348, '__ci_last_regenerate|i:1685928348;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685928329;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b63df4226fbb07a5e26a2232842f57065dfaf4', '190.148.157.80', 1669637093, '__ci_last_regenerate|i:1669637093;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669637078;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b705d5f1e637caf611e4f3771ed5ff346c4c7e', '40.77.167.45', 1670333485, '__ci_last_regenerate|i:1670333485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b80cbb339ed3f495e3a20955096e29f5c6995c', '190.56.49.237', 1665709016, '__ci_last_regenerate|i:1665709016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665708974;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b898b91c8c0a6f44c1a9ce4c1fb0edbe73e613', '190.148.158.151', 1677067309, '__ci_last_regenerate|i:1677067309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677067264;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b9f172ab425cb691ceb6f7fb805b0952bf0cc9', '52.167.144.171', 1685420989, '__ci_last_regenerate|i:1685420989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0bb79551cab6629dca74236852f40a9d078e978', '200.119.168.250', 1680891195, '__ci_last_regenerate|i:1680891195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680890846;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0bd39473a3dbaa16fe6d95deb65bf86e0a59fd6', '200.119.170.168', 1670600909, '__ci_last_regenerate|i:1670600909;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670600808;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0bdc24cb583a5cbba680a8e231d2a0ceac44712', '190.148.252.111', 1678140579, '__ci_last_regenerate|i:1678140579;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678139627;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0bef1e01ba2cc20b3734d7d39a8923f16e239f1', '200.119.170.209', 1656978831, '__ci_last_regenerate|i:1656978831;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656708580\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"jlKLbpE3X72cB5QPTtsA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c33980d243baf6e2233a783e75864f611f13f2', '190.56.32.174', 1676669327, '__ci_last_regenerate|i:1676669327;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676669306;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c358e95ee3a0425323517df932d657c2298502', '66.249.79.195', 1687735142, '__ci_last_regenerate|i:1687735142;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 ('e0c64c35d2f5c3e3fd011313306150d1b0829187', '18.206.55.48', 1652876330, '__ci_last_regenerate|i:1652876330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c6e76f163dd959674eac8a5d7686ac22a0c428', '157.55.39.64', 1672413669, '__ci_last_regenerate|i:1672413669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c79d7750745e96237d801ee68e013b04f005eb', '173.252.83.13', 1669304219, '__ci_last_regenerate|i:1669304219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c884b4c5c85490257747a2c0925b4e2cbb8f92', '204.48.19.153', 1672637338, '__ci_last_regenerate|i:1672637338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c88fd09124df4cb82a6923ad078fd4e7d6a003', '141.147.45.186', 1654509368, '__ci_last_regenerate|i:1654509364;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 ('e0ca894278eef36c096ae59e5e0263cf43d16e4f', '157.55.39.164', 1654166897, '__ci_last_regenerate|i:1654166887;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0cba86646cbf4f9d39a998ed5ffeb51d485c24c', '207.46.13.6', 1671553689, '__ci_last_regenerate|i:1671553689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0cc9239e28610afca3e0c4cd8a9f99c88a8b040', '190.148.157.53', 1683683109, '__ci_last_regenerate|i:1683683109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683680618;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0cd46a72000695b7ba4ef7d5f20798adbb687b4', '35.162.24.236', 1685659116, '__ci_last_regenerate|i:1685659116;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 ('e0ceb520f87dedd20230372f82e18c9ac6684301', '52.167.144.56', 1680923286, '__ci_last_regenerate|i:1680923286;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 ('e0ceba93ccf1a266539e3ad6a4059594ee44f3f7', '114.119.137.167', 1686603271, '__ci_last_regenerate|i:1686603271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0cf566c443031869a007f4315c852b763665338', '114.119.145.116', 1688108136, '__ci_last_regenerate|i:1688108136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d02d5e5ab7cc45bc20e5f175ad58ff3315509e', '114.119.159.135', 1686214421, '__ci_last_regenerate|i:1686214421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d1fdbf6129b11a922fd358b61adfd8926887f6', '5.188.62.140', 1653312848, '__ci_last_regenerate|i:1653312848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d3f138b4809380166c72e96104d98b5816af49', '154.7.179.91', 1674853762, '__ci_last_regenerate|i:1674853762;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 ('e0d458f13da4e655488a6d4eead74647c144d32a', '54.36.148.242', 1662034007, '__ci_last_regenerate|i:1662034007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d58d5a5557b65ef3aa728d61ab33f14485bf02', '193.235.141.152', 1679023960, '__ci_last_regenerate|i:1679023960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d6869468af0a35dc2263a85cbdefbe119d65ba', '52.167.144.164', 1686726971, '__ci_last_regenerate|i:1686726971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d6ca08493ec55cc04c16dc4ad5e0334b3decb2', '52.167.144.166', 1686837537, '__ci_last_regenerate|i:1686837537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d7f317a493dd7cfc15fc7c5d2ede69402953b5', '114.119.136.238', 1688200213, '__ci_last_regenerate|i:1688200213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0d92b12a09babd93cf3e8610c780068129f3f99', '200.119.174.9', 1674425901, '__ci_last_regenerate|i:1674425901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674425886;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0da1d7332b0bbd54e663a2495f87ab0f5b4e11b', '17.121.114.117', 1650889917, '__ci_last_regenerate|i:1650889917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0db96291b3b107bc46f8b8fc381a259202ec864', '66.249.66.221', 1676173933, '__ci_last_regenerate|i:1676173933;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 ('e0dda669837c4c2160ddd6e53f531305288e46b6', '207.46.13.205', 1671794621, '__ci_last_regenerate|i:1671794621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0df45148b53e0574c26dc5b53c53a0e053c9725', '40.77.167.114', 1678668140, '__ci_last_regenerate|i:1678668140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0e04d44c8e4a154ca93f8d1c1f604eb2981a3b0', '190.56.32.243', 1684628614, '__ci_last_regenerate|i:1684628614;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684628278;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0e30a12a2b9243a6de06c2054c00ecbb25fc532', '52.167.144.108', 1680477947, '__ci_last_regenerate|i:1680477947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0e3d4c3a041db3d0d9172edeec0f77f5d843072', '190.148.87.6', 1668462743, '__ci_last_regenerate|i:1668462743;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668462597;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0e474e5dd01644be11477ed3cf52c1dcc092cea', '51.222.253.7', 1676275686, '__ci_last_regenerate|i:1676275686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0e4bb87e611b13b2aa0fb0ae572aa03850e291f', '66.249.79.199', 1679158455, '__ci_last_regenerate|i:1679158455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0e7eb519407d9f3c254e9faf6de835ff5883049', '114.119.128.58', 1687680460, '__ci_last_regenerate|i:1687680460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0ea09ec385964e4994bdcced5143665fc3d3ecd', '51.222.253.4', 1659089242, '__ci_last_regenerate|i:1659089242;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 ('e0ea969f6489bc525ea0642679da123cbd7d16d9', '190.148.252.56', 1663860247, '__ci_last_regenerate|i:1663860247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663799473\";last_ip|s:15:\"190.148.252.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663860233;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0ecdfaa3b775a0009440106f6e9dabb061e57f1', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f082cdb231fa6852e0c68a075665a4da09744e', '114.119.150.249', 1685356382, '__ci_last_regenerate|i:1685356382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f0b62214b5fb3022e6f8975a9976b92361dbe5', '190.148.157.80', 1669514428, '__ci_last_regenerate|i:1669514349;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669514427;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f19a7aaa01e4751042459b6d43f6ecf35079b6', '157.55.39.173', 1670374531, '__ci_last_regenerate|i:1670374531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f2a35fcb6d75fa6dbee55a651b7a9a5ef888f2', '207.46.13.130', 1660617457, '__ci_last_regenerate|i:1660617457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f3ad0e624c88f78e1c17bec8e55fb0f706089a', '175.196.127.111', 1650791349, '__ci_last_regenerate|i:1650791349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f408cdd97eb054ed792e350f07d3e6a8d980a7', '190.148.158.151', 1677015520, '__ci_last_regenerate|i:1677015520;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677014715;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f619ceaa63eb14d3b692a6ef397de8259060d1', '167.172.75.190', 1651309728, '__ci_last_regenerate|i:1651309724;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 ('e0f6d65bec904f127fbcfc24adcabe610cfcd23c', '51.222.253.10', 1673646605, '__ci_last_regenerate|i:1673646605;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f72053ae2446d856b68ff2e4136acc1c50654b', '200.119.173.78', 1682906428, '__ci_last_regenerate|i:1682906179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682906428;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f82166ad7058e4c7385271164c0555e21abdd6', '40.77.167.56', 1673318877, '__ci_last_regenerate|i:1673318877;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f97e594f6aa22fdfc3877b938f06786068265a', '52.167.144.61', 1688064450, '__ci_last_regenerate|i:1688064450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0f9cb0564774fe11fffc95ba4edee94ebbed482', '198.200.51.60', 1678601923, '__ci_last_regenerate|i:1678601923;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 ('e0fa2f9d06e1f4ea3e6e17f23b9ddba8b6460fde', '190.56.173.175', 1652924976, '__ci_last_regenerate|i:1652924976;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0fab58cd5fe12f6c2b9e76789fac727738e59fe', '114.119.128.37', 1684259753, '__ci_last_regenerate|i:1684259753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0fab702b7804a1b841b8f1bd25adf08ac7ce74a', '40.77.167.133', 1683811938, '__ci_last_regenerate|i:1683811938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0fb3eca99af52e3126f68818f2276b4390090a3', '40.77.167.20', 1674310969, '__ci_last_regenerate|i:1674310969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0fd4033cabd43319eb93285509b2dd0026ce784', '51.195.216.255', 1650895700, '__ci_last_regenerate|i:1650895699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1013293fe6226add3be970f9fee4a04971d482d', '114.119.132.103', 1688230698, '__ci_last_regenerate|i:1688230698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e101bebba5a6836649b7095df702d638f4eec96c', '161.35.136.233', 1657604500, '__ci_last_regenerate|i:1657604500;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e102ba81e216b85b6cf7a3f8fb04ca3a72821f01', '200.119.173.96', 1687191746, '__ci_last_regenerate|i:1687191746;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687191744;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1042c9bd7bce04616ac9e38a2de0099b8a27378', '190.56.50.253', 1682710730, '__ci_last_regenerate|i:1682710730;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682710596;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10460141274e1c4c694ab66c4e99c669b238328', '52.167.144.61', 1688245456, '__ci_last_regenerate|i:1688245456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1062bc11bc629fce976d14b065ecfcd325f41fd', '200.119.172.96', 1675437967, '__ci_last_regenerate|i:1675437967;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675437353\";last_ip|s:14:\"200.119.172.96\";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:1675437689;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e106f38b0b2edbf98e9e04a16aba6d974ec645a0', '175.154.21.163', 1650911133, '__ci_last_regenerate|i:1650911133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10703203bf2513c8cb92b58dc05aa6f412b27c8', '52.167.144.70', 1688519130, '__ci_last_regenerate|i:1688519130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1078ccdeb772bc544f63672bcff7880cda5902f', '114.119.134.187', 1687728712, '__ci_last_regenerate|i:1687728712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1080231796cc51a8f53e41f86ccb87f10cfc055', '157.55.39.173', 1669998594, '__ci_last_regenerate|i:1669998594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10b0a0b1f6d9900f6f95fbeed48fc084dcd7766', '17.121.113.66', 1659698730, '__ci_last_regenerate|i:1659698730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10bc5a1503695125c97074508f3c7eddfa5d9ad', '52.167.144.171', 1685629924, '__ci_last_regenerate|i:1685629924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10d7db275163248a2f40f2583cfc433c07bb585', '157.55.39.69', 1672157240, '__ci_last_regenerate|i:1672157240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10eb6b83f7de23d58027fc94a070e95e65f9b35', '114.119.137.128', 1686076218, '__ci_last_regenerate|i:1686076218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e10f929fea704d853856d145c3460310d3199e86', '200.119.170.30', 1660242186, '__ci_last_regenerate|i:1660242186;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660237202\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"GXY7m3u4gnaiRrf1wILd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e111763a488747e6d281b4f767a409ba753f0ae9', '207.46.13.217', 1684228882, '__ci_last_regenerate|i:1684228882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e111a20bd2fc622031b26aaafec88aad1b64ea68', '34.72.164.252', 1664852197, '__ci_last_regenerate|i:1664852197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e112e37f7fdfc2c035aae62644ebbf98462b4a12', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e113a87484c47a28c235f68e7ac8fa93b40e953a', '51.222.253.20', 1686157621, '__ci_last_regenerate|i:1686157621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1147bf68503181631c4ae5ee20b46c62ec8a549', '200.119.173.130', 1675965675, '__ci_last_regenerate|i:1675965675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e114c121c5967e17eb67fdce642152fb35add136', '144.76.68.17', 1683713016, '__ci_last_regenerate|i:1683713016;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e11576f3bebcd00b3577cd2129425ff51d43d6b9', '200.119.170.168', 1670630044, '__ci_last_regenerate|i:1670630044;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670629341;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e116aab6b8bc42cc00615db7e7c23cafa06d9f29', '114.119.136.31', 1687979071, '__ci_last_regenerate|i:1687979071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e116f4f44d93a70d9563e7bb23f0fbb232b50c7d', '114.119.151.117', 1685001067, '__ci_last_regenerate|i:1685001067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e11715e8c82938dc36c2d23c9a1b581fab2bcebb', '157.55.39.79', 1668367006, '__ci_last_regenerate|i:1668367006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1193d0d2d7add30879403685762fe9770ddd3fe', '190.56.173.251', 1652120862, '__ci_last_regenerate|i:1652120862;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651869909\";last_ip|s:14:\"190.56.173.251\";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\";last_activity|i:1652119596;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e11b5296d0daae03669f890e2492afa38bd256a4', '205.169.39.180', 1672578735, '__ci_last_regenerate|i:1672578735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e11c594f016e7479f1437bf1fba0d55683b4e894', '54.36.148.63', 1652389379, '__ci_last_regenerate|i:1652389379;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 ('e11e278590c4a79b3371588c090326859efacd26', '190.148.252.88', 1670808348, '__ci_last_regenerate|i:1670808348;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670808313;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e11ebf81d6dc804b81c5de56e7104979c5fef5a8', '157.55.39.46', 1673056540, '__ci_last_regenerate|i:1673056540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e11fbb80c82c4f27f9b9adb3c70d7f80e216b41a', '190.56.50.253', 1682446341, '__ci_last_regenerate|i:1682446341;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682446334;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e123100de6939a5aff5fe10b27f0c9d009b08b7d', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e124db785e40f0c0222f4263ceff6a721f28e457', '51.222.253.11', 1688438385, '__ci_last_regenerate|i:1688438385;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 ('e125156fe03240448a4d9f3bedeaa47dab587a5a', '52.167.144.98', 1685179316, '__ci_last_regenerate|i:1685179316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1269b5a8100c3695918c5a45726dd5f8c235393', '190.56.32.162', 1686447356, '__ci_last_regenerate|i:1686447356;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686447302;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12988d92a98c52b9cb099be71ebd9aca57d89d1', '5.188.62.21', 1653345606, '__ci_last_regenerate|i:1653345603;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12b5e7b7b4d2a9c4f2a1ec65ecde74f70184926', '190.148.252.233', 1668906973, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668906973;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668906387;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12b845a9243de621cf013b77d32b69bb059ee44', '190.148.158.151', 1677374913, '__ci_last_regenerate|i:1677374913;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677374558;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12bae207e52c2da7fa4be1fb11d2314fe64f455', '40.77.167.182', 1683479696, '__ci_last_regenerate|i:1683479696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12ca8f73b107f24c2ffa29155ce95288e7af180', '114.119.134.148', 1685355927, '__ci_last_regenerate|i:1685355927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12cec314217ebcc82b7a660e16aa79b718edc29', '52.167.144.171', 1685077875, '__ci_last_regenerate|i:1685077875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12d3f76e8d0d2cb56066056c2a9839c364418ab', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12e99ada1fa269091032be68605c7ec0ca991a3', '200.119.174.9', 1674521664, '__ci_last_regenerate|i:1674521664;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674521360;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e12eb7a31f31d035e082aecc6bf7ee4af1effa97', '207.46.13.236', 1654884588, '__ci_last_regenerate|i:1654884588;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 ('e130543dfab334b632ebb68081fe0ce452b9a2db', '40.77.167.43', 1658473359, '__ci_last_regenerate|i:1658473359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1327e96df9994d9508e4513a8fa55f90d55c583', '207.46.13.147', 1672603552, '__ci_last_regenerate|i:1672603552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e134d11d475aa229d3f200964353a3880635d595', '58.17.6.9', 1687029917, '__ci_last_regenerate|i:1687029917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e135736c01f464ce1090d3d865ec7707dfa1df27', '54.218.45.83', 1661568268, '__ci_last_regenerate|i:1661568268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e138608692314d5301b5b053042339bd789b269d', '54.36.148.173', 1680814351, '__ci_last_regenerate|i:1680814351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e138f61234dd732c918c8e32d5ded62bcde241fd', '200.119.170.168', 1670626751, '__ci_last_regenerate|i:1670626751;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670585663\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670626739;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1393b6c2809a5df5cd15facee819de20c086bc2', '157.55.39.87', 1663752922, '__ci_last_regenerate|i:1663752912;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e13d1af6622442eaf80fa9ad94d50c62cd13b6ee', '207.46.13.41', 1671298373, '__ci_last_regenerate|i:1671298373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e13dec7fc0d99901c957c99ce4908703f1b008ff', '114.119.129.2', 1687546577, '__ci_last_regenerate|i:1687546577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e13ebc65c53b9c5ce23561c80c122fbd627cd7f4', '50.21.188.32', 1663642567, '__ci_last_regenerate|i:1663642567;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1400061db601c9f1fff2882ca561a972f497782', '190.56.32.174', 1676577128, '__ci_last_regenerate|i:1676577128;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676577037;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1425d3fc8b215437a2f010bee0eb57cd09262f0', '52.167.144.162', 1682109618, '__ci_last_regenerate|i:1682109618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1426bc75bcebce32f14a78e36f8c34236bb60c9', '190.148.157.99', 1662481695, '__ci_last_regenerate|i:1662481695;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414777\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662474864;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1429f07dd4038c7563b9dd02848381e186cbe2a', '190.148.158.69', 1685757370, '__ci_last_regenerate|i:1685757370;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685757368;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1432721f6f0be9dd0a3a728232b63c95566b2dc', '161.35.31.27', 1688019299, '__ci_last_regenerate|i:1688019299;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1458a780286317b81267dd2e7c12382abffc019', '190.56.173.213', 1683235097, '__ci_last_regenerate|i:1683235097;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683235045;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e145c4fbfa8b7de7e43c0503909b322102adf044', '35.213.176.218', 1652160018, '__ci_last_regenerate|i:1652160018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1473e733139f1d0e6ec2e83ac6cbd7de6af8558', '190.148.252.111', 1678062934, '__ci_last_regenerate|i:1678062934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678062604;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e147ece6b2f66f513d916b650d12962e38995f96', '190.56.49.206', 1655419936, '__ci_last_regenerate|i:1655419936;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655410143\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655418815;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e14ba47c223c4079471e04796ae9fc95f4cd5df3', '114.119.148.174', 1687798668, '__ci_last_regenerate|i:1687798668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e14bc122e50f5ccd1f4d5d8b3d3ed8f4570e7b46', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e14cb59e78c6bc9ee90ba843d539324695d9b0d3', '114.119.138.36', 1686882573, '__ci_last_regenerate|i:1686882573;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e14e2e593aa9ef308b62fe540a6f86df074ab89e', '157.55.39.51', 1669779181, '__ci_last_regenerate|i:1669779181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e14f305f2cbc22ea91e1b90963878f816073e763', '114.119.146.223', 1688305761, '__ci_last_regenerate|i:1688305761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15156cd3223ed5a33ed02397b6f93ef07a6f255', '52.167.144.98', 1684519340, '__ci_last_regenerate|i:1684519339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1520cbfbcba4ac709f5cf22aa83a83208a99b40', '149.57.16.7', 1653807049, '__ci_last_regenerate|i:1653807049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1534b946f51e487738330e62e1b3a64c4d3410e', '195.88.253.86', 1669466544, '__ci_last_regenerate|i:1669466544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e153c7595bb5c174e39bb29d6f0f430c39c0e2de', '5.188.62.21', 1656450747, '__ci_last_regenerate|i:1656450747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15590030c81732da308f8bf96aa084e40d9ff60', '190.148.252.76', 1654187454, '__ci_last_regenerate|i:1654187454;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654183400\";last_ip|s:15:\"190.104.119.212\";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 ('e155cf365ff1a89ab5e6e2b1b3e2f780a3c06f0c', '40.77.167.227', 1678426614, '__ci_last_regenerate|i:1678426614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15652aed79793d3c6fd831dfc9179224fdfd54c', '66.249.73.230', 1652017674, '__ci_last_regenerate|i:1652017674;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 ('e156df73719986cdcfa558480c21bda6e0e64e5e', '114.119.159.243', 1688307044, '__ci_last_regenerate|i:1688307044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1597de98155e28f57b2e82cec5a25fcf7eb2621', '190.56.32.35', 1671921501, '__ci_last_regenerate|i:1671921501;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671921478;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15b320ea073b858d7a44433430fd84e1fd739c5', '178.62.9.156', 1688452207, '__ci_last_regenerate|i:1688452207;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15bb8a8b27b56d5e911a0d7107cbc70b77b7a05', '106.75.101.43', 1686908276, '__ci_last_regenerate|i:1686908276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15d59162ff4d4b34acd50ce6c4e5d951e708906', '202.231.186.138', 1650909603, '__ci_last_regenerate|i:1650909603;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 ('e15e25944b835589a4cf2ba0d5cb4d74e6e790e1', '190.56.32.162', 1686344446, '__ci_last_regenerate|i:1686344446;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686331210\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686344430;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e160119cb40c3677d96d341145761b6f112c80d7', '207.46.13.211', 1678113666, '__ci_last_regenerate|i:1678113666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1627430d168db9171c63da1e7e2a75a8f16a1c9', '207.46.13.207', 1678540435, '__ci_last_regenerate|i:1678540435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1638b38fa2755e2d980fee1ca048d75b01a89a9', '157.55.39.112', 1667468355, '__ci_last_regenerate|i:1667468355;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 ('e164371ee1a61322d5a3252d2306b3be0d765ad2', '34.217.117.211', 1675431102, '__ci_last_regenerate|i:1675431102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e167c3eb70accbd719dcc177c382a029d8105525', '190.148.157.214', 1669758253, '__ci_last_regenerate|i:1669758253;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669752449;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1695756a69523bc78474d4cd3e07e323eb1cb46', '190.148.158.175', 1672417209, '__ci_last_regenerate|i:1672417209;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672417172;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e16ad178d5ade956dd27ee57c3d0269016ee097f', '207.46.13.230', 1657487541, '__ci_last_regenerate|i:1657487541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e16c667c04b3b04e454b6639f45c25765e4bc58d', '124.221.171.114', 1658463064, '__ci_last_regenerate|i:1658463064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e16d943fcd15c77d853fe65147fec544e4a124af', '54.36.148.24', 1687212748, '__ci_last_regenerate|i:1687212748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e16de0dfc8bd819a6f1f74730520779dc0028997', '51.222.253.16', 1664629017, '__ci_last_regenerate|i:1664629017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e16fdbb2dcc530565ccf7249c86d52730795e4b8', '190.148.252.115', 1664628357, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664628357;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17171d60bdc885b54fe828d2ddd9d3329c4e458', '66.249.65.181', 1668525843, '__ci_last_regenerate|i:1668525843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1720731b43878ab915b661f62ce9632df7af174', '54.36.148.22', 1675876131, '__ci_last_regenerate|i:1675876131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e172d8c301f08fbb6f60a306ba16b54cbc4d6a06', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e172f3971763cb7adfb6366b495762c365f2c49a', '190.56.51.169', 1684457733, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1684454086;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684411460\";last_ip|s:15:\"190.148.252.106\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684457733;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e173780ebfb89ef64a1a178380867a4ed0989ee9', '17.121.115.13', 1659322977, '__ci_last_regenerate|i:1659322977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17389b852c0e4533ea6b0398742d1a0080af1b7', '114.119.136.174', 1688006654, '__ci_last_regenerate|i:1688006654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1782f108d439b60ff28e1bfaaf57313c51f8e1f', '114.119.159.233', 1687609586, '__ci_last_regenerate|i:1687609586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e178c8eeb22a4c2baa131a04fdba44db2bb93286', '207.46.13.41', 1665094711, '__ci_last_regenerate|i:1665094710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17c9afdf69354d24bf142d5243d7a5a4ba1901a', '137.184.189.92', 1687559378, '__ci_last_regenerate|i:1687559378;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17dd9818b3481fb5c01f5d6eb494cfba3d5cdd8', '114.119.151.107', 1685763133, '__ci_last_regenerate|i:1685763133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17de2e00b65e7359c94cd1ad7f73ed8c369d3cf', '52.167.144.82', 1687306368, '__ci_last_regenerate|i:1687306367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e17e199cba8f1d402c458ebcc1d0d9a9300a59a8', '190.56.32.162', 1686269314, '__ci_last_regenerate|i:1686269314;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686269308;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e180fffb5909b1b7608c8ce3ec4985bacd436fc0', '66.249.79.196', 1664324499, '__ci_last_regenerate|i:1664324499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1845c27f64aa8a99a607fd195b5f10408f745db', '40.77.167.37', 1668515432, '__ci_last_regenerate|i:1668515432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e18527c2f6287a0c862be60fd26763629a4d8652', '200.119.172.48', 1668564347, '__ci_last_regenerate|i:1668564347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668562915;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e18654ee54d8187e63691fc4b43587127faff8a4', '190.56.50.106', 1652292052, '__ci_last_regenerate|i:1652292052;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652215793\";last_ip|s:13:\"190.56.50.106\";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 ('e1873e743e829f693c590fd9624702c7d1008435', '114.119.139.25', 1688077436, '__ci_last_regenerate|i:1688077436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e188c0937fff780b1e061c66e8a11bfb026516c7', '114.119.149.78', 1687710681, '__ci_last_regenerate|i:1687710681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e18900ac795d2052ba2c3cdd13425950d6d82ace', '52.167.144.43', 1683776490, '__ci_last_regenerate|i:1683776490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1894ed3a397be490bb1e1c492edfd970b3241ad', '54.36.148.128', 1665813790, '__ci_last_regenerate|i:1665813790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e18d798f047055a80ce1740d15ba6d02bd9c7495', '190.148.158.69', 1685976155, '__ci_last_regenerate|i:1685976155;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685976079;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e18dce54be946cea478059927dbfb1280fc9671c', '52.167.144.162', 1686580255, '__ci_last_regenerate|i:1686580255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e18ee25734db7112116c577fb27511284c848e16', '190.56.49.237', 1665705472, '__ci_last_regenerate|i:1665705472;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665705465;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1905b963aba623f1918c5520e3699cdc1646b2b', '52.167.144.95', 1680803075, '__ci_last_regenerate|i:1680803075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e190cc7dfb26d9a0445827658190a69561512c4e', '114.119.130.32', 1687770105, '__ci_last_regenerate|i:1687770105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e190f4aba862bca538923fa4da14b4b2e1d05348', '175.196.127.111', 1650791354, '__ci_last_regenerate|i:1650791354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1922b68dc72b65574b121a7cd1369997813d21e', '52.167.144.164', 1685629953, '__ci_last_regenerate|i:1685629953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1931beeb65c1b9b24080bcf025ec6f16e85c77e', '51.222.253.5', 1664264932, '__ci_last_regenerate|i:1664264932;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 ('e19431cf8f6139769c8f76a56db3624df443ca66', '190.56.32.35', 1671655946, '__ci_last_regenerate|i:1671655946;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671655899;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19597912b26ca9eb802aef5d23595048c009922', '190.56.173.213', 1683579162, '__ci_last_regenerate|i:1683579162;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683579081;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19856b584c8ca711be875d9a57a0db51f5aa7be', '54.200.235.97', 1656595880, '__ci_last_regenerate|i:1656595880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1986dd25f6a73578a6bbe6c8ea70a410680364d', '154.85.126.79', 1664742708, '__ci_last_regenerate|i:1664742708;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19ae50e51d70d104099dd330c68783bf6315269', '74.208.2.174', 1682136342, '__ci_last_regenerate|i:1682136342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19bbea5b210a7ac257017adc48b3e14a278e958', '114.119.133.165', 1686074324, '__ci_last_regenerate|i:1686074324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19bf42dc5d37806d4169a16ed977ba305009df8', '190.56.32.131', 1687647447, '__ci_last_regenerate|i:1687647447;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687647402;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1a208dea6e2471fe04b44fb63d846bf1616a4b1', '51.222.253.18', 1653341790, '__ci_last_regenerate|i:1653341790;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1a6dd595f745ac24b3900e2b8ac8b92f07a4fb2', '52.167.144.54', 1675918853, '__ci_last_regenerate|i:1675918853;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 ('e1a8140e487867054abbb1c145825272429e483a', '52.167.144.162', 1682178850, '__ci_last_regenerate|i:1682178849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1a8d092fb0b7bf69ce731649a1feed263e68971', '52.167.144.164', 1686255399, '__ci_last_regenerate|i:1686255399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1aa7815541b67d8c12bbe4133ee525e953f6779', '200.119.172.95', 1659538670, '__ci_last_regenerate|i:1659538670;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659535395;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1aacdd68f911e82bd11fbc9b48bc947d5e397e9', '190.56.51.188', 1659444873, '__ci_last_regenerate|i:1659444845;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659444192\";last_ip|s:14:\"200.119.172.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659444857;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ab22568bcc9d7140349016a21f762903fa2eb4', '114.119.137.103', 1687513416, '__ci_last_regenerate|i:1687513416;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ae719aeb63c160059c3c93fdb6e85a68d6e8fd', '190.148.87.6', 1668206813, '__ci_last_regenerate|i:1668206813;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668206746;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1b0051ba02970ea439e3534f9edab5ad5a4f1e5', '190.148.252.183', 1650928077, '__ci_last_regenerate|i:1650928077;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650909409\";last_ip|s:15:\"190.104.119.122\";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:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1b14f0c964427dbe56a7f5f291c4b7ab10e63cf', '207.46.13.12', 1675687233, '__ci_last_regenerate|i:1675687233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1b44ebbf04d4c6b8914fab3e0b349ad4e8b17f7', '40.77.167.102', 1670932733, '__ci_last_regenerate|i:1670932733;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 ('e1b6893e1d7d3f7a3287f0fc3011a3a5e7d8a6bd', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bb01c5548b55739f5dd48b5cd144ae9e426071', '207.46.13.49', 1661405763, '__ci_last_regenerate|i:1661405753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bb6321ee1194fba9dd02b4e61433ab82599bd9', '51.222.253.2', 1663831135, '__ci_last_regenerate|i:1663831135;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 ('e1bb921891f094949dad03459dbf5fb0f72efc6f', '114.119.133.85', 1687275505, '__ci_last_regenerate|i:1687275505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bcde7d03146e5b0cb5c095784924165159d694', '190.148.157.173', 1652733630, '__ci_last_regenerate|i:1652733389;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652726053\";last_ip|s:15:\"190.148.157.173\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652733421;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bd118940d0b9c597d33a8ec3ad181d32fab9c9', '190.56.55.113', 1673825841, '__ci_last_regenerate|i:1673825841;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673825818;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bd7d0031fe9b1a8342dcb0410bfe9cda21698c', '34.222.108.53', 1658236438, '__ci_last_regenerate|i:1658236438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bd9a56f59992c94b6642aa7db83f6e3b3b6ebf', '51.222.253.1', 1660976026, '__ci_last_regenerate|i:1660976026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1be0caae06b223632d2add8f7449add0af78725', '35.225.189.16', 1665004593, '__ci_last_regenerate|i:1665004593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1becf11fb659cb9ab5034c04834f4fe91467e78', '190.56.32.164', 1664568971, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664568971;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664471374\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664568638;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1beda6ecf13cab39558ab8477f0fc0c0d982738', '20.15.133.188', 1687603334, '__ci_last_regenerate|i:1687603334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1bfa0b564d1ab8bc3979234037142d2fd698ebf', '45.79.187.101', 1655245055, '__ci_last_regenerate|i:1655245055;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 ('e1c399ab1a5817d3d0009c81eec19950d734b09e', '190.56.50.15', 1667005831, '__ci_last_regenerate|i:1667005831;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667005820;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1c3ade997dbd24228723effae3f913eede0b5e5', '51.222.253.18', 1663342051, '__ci_last_regenerate|i:1663342051;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 ('e1c59e5c2c71912261322d39336341a80c309df2', '157.55.39.164', 1654139694, '__ci_last_regenerate|i:1654139684;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1c603bb5cf23de63b50e193b073a9040dbd202a', '51.222.253.18', 1660228198, '__ci_last_regenerate|i:1660228198;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1c7c49ceb9fe1a2f4a7eeb3aeb892744cad26f2', '40.77.167.175', 1680124912, '__ci_last_regenerate|i:1680124912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1c7cc50ca55a4a2d807b17f91f071ad893f575a', '190.148.252.183', 1681748842, '__ci_last_regenerate|i:1681744149;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681731026\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681748842;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1cb2edd1c50da09e1346cbf7b04418ad5bd39eb', '124.223.197.100', 1656211746, '__ci_last_regenerate|i:1656211746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1cc81f491781661a1b7c8adbd3e38c4b4e791fc', '190.148.157.53', 1683667571, '__ci_last_regenerate|i:1683667571;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683643022\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"DL9Sp7wCMauk2KfURsBg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1cc9e948f94e256d24740a899a711cb11b7b95b', '114.119.134.203', 1686812764, '__ci_last_regenerate|i:1686812764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1cd2eb491e562113e80cee7aa68f85b8e1332d1', '190.148.252.96', 1673030105, '__ci_last_regenerate|i:1673030105;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673029239;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ce85bdeb6cb76ac629c0245a5394afd9c147d8', '52.167.144.164', 1685890890, '__ci_last_regenerate|i:1685890890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1cf848de7523c63ff312216e42a7143447a2b0a', '74.208.2.232', 1684500654, '__ci_last_regenerate|i:1684500654;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 ('e1d13d3caf348bd2d6a76a5b134101936096fd63', '190.56.173.175', 1653323912, '__ci_last_regenerate|i:1653323912;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653102670\";last_ip|s:14:\"190.56.173.175\";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 ('e1d2be0e30e0342d2c5050e86b6f227e1f451485', '114.119.146.18', 1685951178, '__ci_last_regenerate|i:1685951178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d45bcff1e33e0c3e9e796a98a4a6279fe8d75e', '114.119.134.196', 1686126985, '__ci_last_regenerate|i:1686126985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d6af99e9466d2c5e0873b10c81e99afc9bcabd', '23.229.64.92', 1651431646, '__ci_last_regenerate|i:1651431646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d6d5b268897296b6e3dffc86005003187c7aad', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d7fd8b3f9fa236e6d9925ad3ebba894cb2fbdd', '200.119.174.72', 1660156585, '__ci_last_regenerate|i:1660156585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1da64696f8c073281eb7cbba66eb30e4b1953da', '51.222.253.7', 1657506565, '__ci_last_regenerate|i:1657506565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1da671006030779559f18216002461763c4e8dc', '62.122.217.17', 1668179412, '__ci_last_regenerate|i:1668179412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1da9819aff9dfb3743246564c6c9cdae842d2d7', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1daa0707b78a4e63f80d389f128e92693e7daae', '51.222.253.11', 1683875345, '__ci_last_regenerate|i:1683875345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1dadca38a791529f94d0d17f51f9beccde08ed1', '52.167.144.76', 1682542867, '__ci_last_regenerate|i:1682542867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1dbe9da72a022eadf3a64816556d0e9255f1b06', '190.56.32.174', 1676828572, '__ci_last_regenerate|i:1676828572;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676828518;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1dcc502e00c897a241dd03ba3f5ebb0c29c3184', '190.56.173.251', 1651949469, '__ci_last_regenerate|i:1651949469;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('e1dd68c0adf91db11843cd19b5f5408f9a81b5c8', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1de9f1ff6549e347327f919fb9bc75093618633', '207.46.13.41', 1666004049, '__ci_last_regenerate|i:1666004049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e000aaa6d141a226909b8770640a50e839fe82', '51.222.253.3', 1672927560, '__ci_last_regenerate|i:1672927560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e1840ba03099e8680f86dc776cdab923ae84c3', '114.119.156.129', 1688510102, '__ci_last_regenerate|i:1688510102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e25c79fcdf70160095b459e7dd71e394893491', '190.148.157.53', 1683928093, '__ci_last_regenerate|i:1683928093;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683927920;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e33ee705b01a573b613e429da69a993337959b', '114.119.157.82', 1686835731, '__ci_last_regenerate|i:1686835731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e5d1d1c0fbb2c7f28c697e7c42581166752545', '190.56.50.253', 1682687296, '__ci_last_regenerate|i:1682687296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682687255;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e6d1a463a76bbe5e259c5db6b35b68afdebb61', '17.121.114.158', 1660545542, '__ci_last_regenerate|i:1660545542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e6ffbfd838cb118b7d0ec4f987986d12454591', '200.119.172.60', 1674942306, '__ci_last_regenerate|i:1674942306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674942301;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1e7bd93053893b794aeca9f1157e638b7b18175', '51.222.253.20', 1675739311, '__ci_last_regenerate|i:1675739311;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 ('e1e97aba8b0fe2c5761f90f18e92f7bc3d658369', '40.77.167.182', 1682997262, '__ci_last_regenerate|i:1682997262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ee1f8a20fe4aee1904b240dd360540ba468b63', '173.244.55.65', 1683765783, '__ci_last_regenerate|i:1683765783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1efb096da6e3319677c1512fc490dc3df840886', '190.148.157.165', 1668004004, '__ci_last_regenerate|i:1668004004;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1f35bf5658cbbb2cf06d326cec892b7586cd63b', '190.56.173.213', 1683324839, '__ci_last_regenerate|i:1683324839;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683209645\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"wYj2iTxzOuhLo4kyGMbg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1f5e46bc3ef181266df73257926ed83b588ad84', '54.36.148.60', 1675631088, '__ci_last_regenerate|i:1675631088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1f6238bd1cea161fd713374e340ad6735b26c09', '40.77.167.115', 1681478799, '__ci_last_regenerate|i:1681478799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1f65265c91abd220ef79727ba860f0789afaf03', '40.77.167.133', 1684174177, '__ci_last_regenerate|i:1684174177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1f90c4a875c62ecea876a5c919a9e499752a8fd', '190.56.49.206', 1655431403, '__ci_last_regenerate|i:1655431399;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655414772\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655431402;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1fa12ec9fce997cb159332557ffec7ee387b447', '207.46.13.154', 1670998754, '__ci_last_regenerate|i:1670998754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1fb76deeac99e66228935909cb7cc2acf57e37a', '66.249.74.98', 1688055331, '__ci_last_regenerate|i:1688055331;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 ('e1fb7eea9a52631585a52eb8b612bf30d47291d8', '114.119.139.226', 1688206881, '__ci_last_regenerate|i:1688206881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2006adb63028bec8cca7772b379358af8e3b1a6', '114.119.135.245', 1687996405, '__ci_last_regenerate|i:1687996405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e200e246c3bcf0d627d80b09b9c2c07de4904f2e', '190.148.252.96', 1673114903, '__ci_last_regenerate|i:1673114903;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673114852;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e201264e72091118b03c70559d16650f29a7f2df', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e202326e9cdb00259b79e4ca3ba2befda1253703', '54.36.148.160', 1686047821, '__ci_last_regenerate|i:1686047821;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 ('e203d67f089fc1a45cef91f84107cc4027cc8dc6', '207.46.13.160', 1674032180, '__ci_last_regenerate|i:1674032180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20826e0de83fa8de1e647879369ad77a7171c9d', '111.7.100.27', 1650976210, '__ci_last_regenerate|i:1650976210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20830e518587f648f2befc5da4bc4d6f1b5dc0a', '190.148.158.175', 1672683423, '__ci_last_regenerate|i:1672683423;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672576464\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672682682;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20933fd1f2ace5af4c0042edb2e6e5bce43be10', '207.46.13.10', 1672915261, '__ci_last_regenerate|i:1672915261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2098f722eec22ba4d137b850c9035828bc59662', '157.55.39.69', 1671919373, '__ci_last_regenerate|i:1671919373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20a15ba5d85cda81a7a7ba5ce4e7f3fdde8addf', '157.55.39.173', 1670374532, '__ci_last_regenerate|i:1670374532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20b93c469e06a7297859152f9086b7beef18098', '198.244.142.178', 1663564943, '__ci_last_regenerate|i:1663564943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20bd6a211f247a6859655adda3f5a4bd0a4980e', '205.169.39.23', 1659087607, '__ci_last_regenerate|i:1659087607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20d3c7c34e6d53d4c0a885d978f3b29c526f35a', '104.131.68.210', 1652025793, '__ci_last_regenerate|i:1652025793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20d8aa0a25f163a0d1b7f9f9ad940d9416c0992', '40.77.167.202', 1687735031, '__ci_last_regenerate|i:1687735031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20dfb091aacb927e0f6bb9cb40fd27c5f2f3161', '51.222.253.5', 1684333052, '__ci_last_regenerate|i:1684333052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20e34c21dc582215af85148d2eff5bf2d74f22d', '52.167.144.171', 1684647899, '__ci_last_regenerate|i:1684647899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e20f38b9e0ea214c4c235dd44d0fd9fa4527debb', '3.16.27.50', 1667542178, '__ci_last_regenerate|i:1667542178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2104cb11a0c5be319db8719085ace3bc4a7e6f3', '190.148.252.111', 1678149746, '__ci_last_regenerate|i:1678149746;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678149658;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e212ce9059cc39f9e230af1545fe00ebbf417a22', '114.119.151.237', 1684316919, '__ci_last_regenerate|i:1684316907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e213a35465cdf7df6369707893333ed353a2f9ac', '40.77.167.106', 1687178279, '__ci_last_regenerate|i:1687178279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e214116ac32908990954d8c1b54e83fc401ecfc1', '40.77.167.182', 1683192153, '__ci_last_regenerate|i:1683192153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e215820b3c615698e0b9a08f1946e069b05287b8', '52.167.144.98', 1685874490, '__ci_last_regenerate|i:1685874490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e215ab3cfbd7c1f41a776bddc76c66ddff982c38', '207.46.13.224', 1680311039, '__ci_last_regenerate|i:1680311039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2174b1c6dc698280978d966ed41159be1f05b33', '200.119.174.9', 1674265585, '__ci_last_regenerate|i:1674265585;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674265534;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e219009ee09e365ae1c20b976f302c77c01d0fcd', '17.121.114.65', 1661675914, '__ci_last_regenerate|i:1661675914;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 ('e21b3a7dace4e207e09fd0f2e5b78728421d1709', '40.77.167.60', 1671750096, '__ci_last_regenerate|i:1671750096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e21b4ad39c34e7d0f45982acfbc40b2ada9c175f', '114.119.132.207', 1688125797, '__ci_last_regenerate|i:1688125797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e21bf36e2c1e52e90a95ac4cf997587e03395cc3', '190.148.87.96', 1678298695, '__ci_last_regenerate|i:1678298692;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678222268\";last_ip|s:13:\"190.148.87.96\";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\";user_csrf|s:20:\"YTzlM75JEyaN6PLSuZX0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e21c24144882ee72cbbc9aa0edd1cda11049aa95', '200.119.168.250', 1681159987, '__ci_last_regenerate|i:1681159987;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681159598;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e21c2995e1023ca78d7bb4fdab5bc599cd8d0274', '51.195.216.255', 1650895894, '__ci_last_regenerate|i:1650895893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e21cfa745fd27481ff3e1085c385aa7431d685ed', '114.119.128.26', 1688316928, '__ci_last_regenerate|i:1688316928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e220055d8317bddfd3fd0ab91d247f5e36110eda', '17.121.115.35', 1653920198, '__ci_last_regenerate|i:1653920198;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 ('e22012e0e03dccb3f93e0b26c58f27558bbbadca', '190.148.157.177', 1682022541, '__ci_last_regenerate|i:1682022541;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682022532;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22048a23a13da1b5d531472ced583c4d19470d4', '68.183.151.189', 1654458965, '__ci_last_regenerate|i:1654458965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e220e77abd293896e6ee11acc9f8bdbb86d4685d', '190.56.32.35', 1671906598, '__ci_last_regenerate|i:1671906598;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671906594;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e221f3428fb94c8ccf8f62555fd445543e0ec19f', '190.148.252.197', 1665526879, '__ci_last_regenerate|i:1665526879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665526848;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22403fdc1d43350eb4c0d14192be1451657da9f', '54.36.148.200', 1677257173, '__ci_last_regenerate|i:1677257173;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 ('e228ce9ae1c8dd5ddb7e226d89ba676ab339e2dd', '114.119.155.239', 1687677187, '__ci_last_regenerate|i:1687677187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2297c72c10149f273f685657c5787ad5c4cb7a0', '66.249.77.36', 1686627696, '__ci_last_regenerate|i:1686627696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22a52237047b6aa83708cf27b3369d50d64d1aa', '190.56.50.253', 1682694165, '__ci_last_regenerate|i:1682694165;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682694157;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22c6d53ee27751dde91930edc0df42220c895e6', '114.119.128.67', 1685152558, '__ci_last_regenerate|i:1685152558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22d223f3c363109179a2c3df1701a817f4595a0', '34.212.179.182', 1654782240, '__ci_last_regenerate|i:1654782240;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 ('e22d3d7c9a622507fc1cbaebac26f9d1ba922511', '200.119.173.96', 1687177255, '__ci_last_regenerate|i:1687177255;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687087864\";last_ip|s:13:\"190.56.51.144\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687176341;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23104d2c6761fe9056185974d303f3a9876725e', '190.56.32.35', 1671754913, '__ci_last_regenerate|i:1671754913;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671753925;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2314098de5e4a98970fa998337288649a8d8493', '173.208.246.130', 1652939867, '__ci_last_regenerate|i:1652939867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2314f3d2ee0e9e66931b30a1d7be59b1e80907b', '207.46.13.138', 1674590349, '__ci_last_regenerate|i:1674590349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23259e4726c9956f25b5d103d2c9593825d6201', '114.119.156.182', 1687013177, '__ci_last_regenerate|i:1687013177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23277199f107cf744f2bd9093f92a634eaaed27', '198.235.24.14', 1653421170, '__ci_last_regenerate|i:1653421170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2346831ab5bf4229e873630410a4a6279d19d3a', '51.222.253.18', 1681364358, '__ci_last_regenerate|i:1681364358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e234eb45fb9befb9048dab46faed488c32e72f2c', '51.222.253.20', 1682051276, '__ci_last_regenerate|i:1682051276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2396af7c1389efed0cd9e914d3a5e4268342a37', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23b5b8af421fe9f2454a5333fd2ca22dee72b46', '190.148.158.175', 1672583113, '__ci_last_regenerate|i:1672583113;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672583107;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23e25319d849981cdd833bbdd325e008ef017c5', '190.56.50.105', 1660654184, '__ci_last_regenerate|i:1660654184;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660599100\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660654181;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23f9e0a2b1fcff3cd14a5c468cf1db989856a11', '190.56.50.6', 1667609738, '__ci_last_regenerate|i:1667609738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667609732;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23fd04cc8f33ab69601cb641e255b504835adea', '51.222.253.11', 1683708869, '__ci_last_regenerate|i:1683708869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2412ef51695945414894028bc24a974736ae04a', '51.222.253.3', 1673815138, '__ci_last_regenerate|i:1673815138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24247d24e45bc53b45ab9f130d3ed94bdbb5d5e', '52.167.144.164', 1685594543, '__ci_last_regenerate|i:1685594543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2441147aaa73eb48568a9eba22fbb4fab12853e', '207.46.13.205', 1671723748, '__ci_last_regenerate|i:1671723748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e247c02dd8de204b8ce44c152e38be15a2c30e63', '52.167.144.164', 1685129226, '__ci_last_regenerate|i:1685129226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e248fc1bb1fb58ca814d1f6759dbea1934e7878e', '157.55.39.253', 1682093541, '__ci_last_regenerate|i:1682093541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e249ffeb3413e1e18f208334afb61c60768daf44', '40.77.167.191', 1681643201, '__ci_last_regenerate|i:1681643201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24a4bd5c9c6ec59fd0998a8d0c0d59fcf26c23e', '190.148.158.151', 1677094707, '__ci_last_regenerate|i:1677094707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677094668;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24bafd8217a6714b3c8e0f0339fa20dda35ae41', '207.46.13.41', 1671234181, '__ci_last_regenerate|i:1671234181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24bb583314d0c090973032898467992af3c5a86', '190.148.252.151', 1671326087, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671326087;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671326013;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24bde512d82ae0cbfb974e16bebbb0d8e71740f', '200.119.173.107', 1686865737, '__ci_last_regenerate|i:1686865737;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686865619;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24ca8277e1a35743b6caecc22fea73c00e1a749', '190.56.50.39', 1665005497, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1665005497;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665005488;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24d0db56c0fd89cde6c0b6940d4308185b259f6', '51.222.253.19', 1661857064, '__ci_last_regenerate|i:1661857064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e250de750ccfaf7f0e691fa14257b4bc4d08b478', '190.56.173.251', 1652105436, '__ci_last_regenerate|i:1652105436;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935575\";last_ip|s:14:\"190.56.173.251\";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 ('e25130cf8d9aa9215f7b2497fab75865f115a998', '198.235.24.143', 1652281189, '__ci_last_regenerate|i:1652281189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e251840266696d285b1f57bc5562a50ce8346511', '54.36.148.64', 1656716248, '__ci_last_regenerate|i:1656716248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2520fa3d112d911a544cca9cbf41a7c96352c43', '190.56.32.35', 1671663878, '__ci_last_regenerate|i:1671663878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e256e9c66cae89a2d6cad2c0ad3b2d70d146520a', '190.148.252.233', 1668887829, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668887829;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668885395;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2576fd7724799cc4125f22d3f48804f96ca70c2', '114.119.155.54', 1687089047, '__ci_last_regenerate|i:1687089046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e259c1430d1d33d83b58f59cb471bf0610fa7f58', '54.36.148.62', 1673959169, '__ci_last_regenerate|i:1673959169;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 ('e259c64aea6e3adcab0cc23d83eac49cd4114e00', '114.119.130.91', 1687649830, '__ci_last_regenerate|i:1687649830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25a0eeb9c6a7d94e33575daea9cd041681c396c', '207.46.13.41', 1671347545, '__ci_last_regenerate|i:1671347545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25ba3db13e21d3d6a3c4374604719ef149f4859', '40.77.167.227', 1681951091, '__ci_last_regenerate|i:1681951090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25c0abd77e584d70a5ec45c35e6f8bc70f92b5f', '40.77.167.222', 1681669084, '__ci_last_regenerate|i:1681669084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25c787b7bdcd47c17113fcd07895b40f394f2fa', '114.119.139.48', 1688496958, '__ci_last_regenerate|i:1688496957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25c8d83353bc2da99bc5e1942d78b3cd60b70da', '200.119.172.48', 1658934080, '__ci_last_regenerate|i:1658933911;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658925530\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658934080;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25d0af0ec85fc7aa9798739d5ee6cff57879f05', '198.251.73.67', 1680407564, '__ci_last_regenerate|i:1680407564;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25d0fdde5a80c245edbb0fac7da773c57fbff93', '190.56.49.237', 1665869330, '__ci_last_regenerate|i:1665869330;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665866274;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25eb9582f8f5ec59806c2094a590d697a3d771e', '190.104.119.122', 1650736244, '__ci_last_regenerate|i:1650736244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25ef16a49dbd1bc46a2d72707a4d1adf958afe1', '157.55.39.51', 1668231363, '__ci_last_regenerate|i:1668231363;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26132d0343ecd4d74bf445cf82e479f69ccddec', '207.46.13.1', 1671510234, '__ci_last_regenerate|i:1671510234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2619479fba3253dd0996bfa3c390659a0a9f567', '190.148.158.69', 1685452577, '__ci_last_regenerate|i:1685452577;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685452157;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e264bc9f8df4744d931c6aff7f8e5a30b5dece62', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e265dfc581ae1885c25b8b16fbbb28de2426218f', '190.56.173.213', 1683559299, '__ci_last_regenerate|i:1683559299;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683559297;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26920e9960036bf82a3498b7bc063a2f649f2b4', '52.167.144.98', 1686581769, '__ci_last_regenerate|i:1686581769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e269f2dd556139e11e9a77424789755e0ac16597', '190.56.32.162', 1686405705, '__ci_last_regenerate|i:1686405705;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686405655;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26c4562a9fa920dccfbb9d7fa88b5f4bfe34881', '190.148.252.56', 1663947429, '__ci_last_regenerate|i:1663947429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663946981;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26ca5dcf98fc2f84d9345f1b0cadcb1237d880f', '114.119.155.38', 1687069722, '__ci_last_regenerate|i:1687069722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26d91b79cf23c48347c4b483cff0d1045e1bc35', '52.34.81.188', 1677558633, '__ci_last_regenerate|i:1677558633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26dd20976dd9b73247b5809dd96919fd4a223b9', '190.56.173.213', 1683556548, '__ci_last_regenerate|i:1683556548;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683324505\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"jKrpHoiDvzGs591wxRk7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26e584d4978a3d1d6d35a7c8aa439eaf30d4c12', '190.148.252.161', 1670027723, '__ci_last_regenerate|i:1670027723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670027710;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26e995c1232b78af21e29c92dac1626514162cd', '190.56.32.32', 1686094737, '__ci_last_regenerate|i:1686094737;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686094714;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26f2e0dea0f1f5f42ba76a77558c594cec2eeb7', '51.222.253.10', 1661564144, '__ci_last_regenerate|i:1661564144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26f379938e7dbec4620c7b57b3fbf03a13e9dca', '190.148.87.6', 1668375347, '__ci_last_regenerate|i:1668375347;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668375293;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2725c2a814f425d974dce3c68a4b3c06824b713', '46.161.11.81', 1654450433, '__ci_last_regenerate|i:1654450431;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e27393556e337b36a0314b24dba0fe1248fb67d2', '40.77.167.123', 1683192173, '__ci_last_regenerate|i:1683192173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e274106d2f51051bda4650ca738aa9a55eb08356', '3.21.158.231', 1684627130, '__ci_last_regenerate|i:1684627129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2744969a3e20ac8d6615ef2766bafa8302aafd7', '52.167.144.98', 1686254938, '__ci_last_regenerate|i:1686254938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e276f004eafcddf1cb1de2e9d4a9561fda3d5610', '114.119.146.255', 1686845825, '__ci_last_regenerate|i:1686845825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2770e2f8b9e8893afba2010dab68e6c790c883e', '200.119.173.107', 1686865294, '__ci_last_regenerate|i:1686865294;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686865293;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2776ca500102fd3816d146d4952eb715e0b6217', '190.148.157.183', 1680305040, '__ci_last_regenerate|i:1680305040;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680304593;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e27797c061044b582b80f05f3c64925a330c7ebc', '190.148.87.6', 1668431643, '__ci_last_regenerate|i:1668431643;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668260330\";last_ip|s:12:\"190.148.87.6\";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:1668431219;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e277ac6d9f7f4a749f46edc28769e00056678837', '190.148.87.6', 1668171741, '__ci_last_regenerate|i:1668171741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668171662;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2791ea66204a171ea9131e08eeaf754dc06f5bc', '51.222.253.20', 1682137911, '__ci_last_regenerate|i:1682137911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e27aacd6bd2ac1e2e41586a0f19d90faa1405189', '190.56.55.0', 1687820897, '__ci_last_regenerate|i:1687820835;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687790364\";last_ip|s:11:\"190.56.55.0\";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\";user_csrf|s:20:\"R84PL1ujOVpxaFkYNni6\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e27c26702f79feb4c73484218dbed5004e996e06', '5.161.124.93', 1682606252, '__ci_last_regenerate|i:1682606252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e27d227854b31cf2038077a787d7631b82935bca', '190.148.157.183', 1680446462, '__ci_last_regenerate|i:1680446462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680446379;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2850b52a2a8ce101bd063d5bf0416406ed5b358', '52.167.144.98', 1685594554, '__ci_last_regenerate|i:1685594554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e28656d7f0c6a43973c88dda8ad769067634a861', '200.119.173.130', 1675947823, '__ci_last_regenerate|i:1675947823;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675947617;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e286c72624e61300387741a4af415f92bc72fd76', '190.56.32.37', 1670462179, '__ci_last_regenerate|i:1670462179;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670326913\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670462175;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e287d8f27526288a619ca44881c4ceaa95c2ed69', '207.46.13.10', 1672778334, '__ci_last_regenerate|i:1672778334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e287eb19b1b157ed0ccdebf9ee31b7555fd834f7', '190.56.55.48', 1687532612, '__ci_last_regenerate|i:1687532612;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687532172;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e287f61195228d1b2535b1fda15b13bf2b2d3ce9', '114.119.130.218', 1685556013, '__ci_last_regenerate|i:1685556013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e28b1011c8969f9944ed467744279845ff56bdd6', '207.46.13.211', 1680092641, '__ci_last_regenerate|i:1680092641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e28d2b4882b4f8502b4df137234cedc24f1e9bd7', '190.148.252.96', 1672853354, '__ci_last_regenerate|i:1672853354;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672784088\";last_ip|s:14:\"190.148.252.96\";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 ('e28fc96b7f4df5a3c43c34ca0804875262cf5849', '114.119.136.184', 1687034745, '__ci_last_regenerate|i:1687034745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2905fc987d4a86b0d2b484606a4453c7a24abc0', '114.119.155.1', 1688207485, '__ci_last_regenerate|i:1688207485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e29449a9b7b5df535f04abeeaa01f5f7ec72a630', '51.15.247.214', 1672942643, '__ci_last_regenerate|i:1672942643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2946586a922ff504ebe4d432dceab8816a45bfd', '207.46.13.211', 1679322594, '__ci_last_regenerate|i:1679322594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e294e3d98dab358f382e3b2c2ca393c53065a0c3', '190.148.158.74', 1668990895, '__ci_last_regenerate|i:1668990856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668948081\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668990895;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e295536ce14b70f24bcfd3e5db1d0abe3f8f24e4', '114.119.151.5', 1688072624, '__ci_last_regenerate|i:1688072624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e297182ed995ad6e1685e60d712d1c4bc970ba7f', '157.55.39.90', 1662817267, '__ci_last_regenerate|i:1662817257;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e29a0211e6607b3653a2d0c1c3753b9865ed14ad', '54.37.233.116', 1650851729, '__ci_last_regenerate|i:1650851728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e29b421cdee2ae04c398524eb5dbcb4152577862', '51.222.253.10', 1669532958, '__ci_last_regenerate|i:1669532958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e29bed7d5e297bc11e4c4f112b7a306f94fcba0d', '190.148.87.99', 1688404846, '__ci_last_regenerate|i:1688404846;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688404808;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e29d20e3caaba1c883d9befa20126ad58789c009', '51.222.253.9', 1681127805, '__ci_last_regenerate|i:1681127805;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 ('e29e6cadcff99d74324b5c3bd910f883b37bd3f7', '18.117.223.160', 1667962358, '__ci_last_regenerate|i:1667962358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a032d8c2ef44bd3825d226b73eb375eedb14dd', '134.209.23.132', 1651709000, '__ci_last_regenerate|i:1651708997;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 ('e2a042462cef9accb0206623a5db9cced8e60a14', '111.7.100.23', 1650976302, '__ci_last_regenerate|i:1650976301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a05fa62dd76761d86303f138ed0b1abb908784', '52.167.144.67', 1677397717, '__ci_last_regenerate|i:1677397717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a142b2e9b89c646eb5387cb54c1ffcab240831', '200.119.173.111', 1654798726, '__ci_last_regenerate|i:1654798726;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a21675f0f5e34974c8c2569398b0dace56e65e', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a242e9e8c63459e1040ebdd74359f757847060', '52.167.144.61', 1688122058, '__ci_last_regenerate|i:1688122058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a54fe61a0906c91697daa1c3b9693aeabfc125', '212.83.186.254', 1653411175, '__ci_last_regenerate|i:1653411175;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a636a3da2aa6f2079d943c411ae6be2b64733e', '17.121.113.16', 1660443937, '__ci_last_regenerate|i:1660443937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a7a0ee3784c039a9ec9b773296653a30e6fc81', '52.167.144.98', 1685071266, '__ci_last_regenerate|i:1685071266;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a810a7e76818e98d66c85020aae445d6a52c1d', '190.148.252.111', 1678059855, '__ci_last_regenerate|i:1678059855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678059850;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a905f513359ef2915c9d5a293599f13fb5ee28', '190.148.252.151', 1671459559, '__ci_last_regenerate|i:1671459559;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671459519;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2a95bbf24652f2c3385339877ae2f9fe29b786a', '190.56.32.35', 1672058114, '__ci_last_regenerate|i:1672058114;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672057648;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ab5bf8b7338ce5c4b42eb6c78be2df1108615e', '185.27.99.122', 1651627518, '__ci_last_regenerate|i:1651627518;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 ('e2ab6776629fde4215a8e301a92e4f2a5eb4ff6a', '190.148.158.110', 1662230677, '__ci_last_regenerate|i:1662230598;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1660243476\";last_ip|s:14:\"200.119.170.30\";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 ('e2abe776a300196c9a08632006b7da66c932366e', '18.236.70.28', 1673788896, '__ci_last_regenerate|i:1673788896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2acaec278d5377bb172298acc986308b79210a2', '200.119.170.120', 1660094743, '__ci_last_regenerate|i:1660094743;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660080594\";last_ip|s:15:\"190.148.158.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660094735;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ad4d5eb9fe839a4bc47b7837acf4414f40bb9c', '52.167.144.74', 1688236790, '__ci_last_regenerate|i:1688236790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ae0046fb29e93801ffd34698493dad36194b58', '157.55.39.125', 1654129290, '__ci_last_regenerate|i:1654129290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2aed91b96422f16a9e6532ab2238d44939e4c6f', '40.77.167.43', 1659495016, '__ci_last_regenerate|i:1659495016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2aed9f6756cb150201e00483894cc6f75576dd3', '200.119.172.60', 1674868804, '__ci_last_regenerate|i:1674868804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674868802;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2af3ec4f555bc00425e670a567800d3281b0069', '40.77.167.146', 1687784031, '__ci_last_regenerate|i:1687784031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b11db510deb2186be32e715fb614c0781f5d3f', '51.222.253.1', 1662462233, '__ci_last_regenerate|i:1662462233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b2db55d2c0b921495502e0a8012db19161c2fe', '176.53.219.211', 1650751325, '__ci_last_regenerate|i:1650751325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b3a8c09c5fc0569ec11cb4cd3dc17a2e10859c', '52.167.144.98', 1686574867, '__ci_last_regenerate|i:1686574867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b3b80f3c696a368be92ebb94b71741c39bc271', '114.119.138.230', 1688206672, '__ci_last_regenerate|i:1688206672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b466536b04e30bfa1a99485ff5698ccdf6bbae', '52.167.144.76', 1682053690, '__ci_last_regenerate|i:1682053690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b4d9fd52c4151482774df509b2b37356d8d546', '52.167.144.82', 1687513382, '__ci_last_regenerate|i:1687513382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b54d76e866e1f5e411527199e3cffae4520350', '52.167.144.164', 1686735810, '__ci_last_regenerate|i:1686735810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b93d7af270dc25bdf4ae48747e943ba39f89f8', '190.56.50.52', 1657722277, '__ci_last_regenerate|i:1657722277;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657715847\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657721612;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2b96467d46b1253dd48d2b183da961611c88605', '207.46.13.230', 1657487541, '__ci_last_regenerate|i:1657487541;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 ('e2bb149cf1568851681b1b9a5f5d89065f6e4ee1', '17.121.112.8', 1661834074, '__ci_last_regenerate|i:1661834074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2bd046c20551a2d1ea7f0ac992bbce239c9811e', '190.56.32.174', 1676479024, '__ci_last_regenerate|i:1676479024;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676389896\";last_ip|s:15:\"190.148.158.108\";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\";user_csrf|s:20:\"9EDzyFWMu7ldSZmBagsj\";remove_pols|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2bd2fe60cdb0013ce4adeeeceeaec6bdcd0fb1a', '190.148.252.195', 1653857892, '__ci_last_regenerate|i:1653857862;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653770319\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653857892;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2bf1c72c104ed05f349af2358e74534fc6efec9', '190.56.50.13', 1658189239, '__ci_last_regenerate|i:1658189239;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658178714\";last_ip|s:13:\"200.119.171.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658189208;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c1be9c2a45aef3b7e2e522ec665c34ee132917', '190.56.55.113', 1673631817, '__ci_last_regenerate|i:1673631817;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673631817;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c4217ff50f90d51a4d22519389e78594531889', '200.119.172.95', 1659715803, '__ci_last_regenerate|i:1659715803;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659662119\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659708354;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c484cb8b7fb9b9ed4e5e3e13e8d8c314b32c37', '190.148.252.233', 1668902980, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668902980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668902934;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c54134c9579fe0ed647ab1a6735783e67925a4', '190.56.32.35', 1672066073, '__ci_last_regenerate|i:1672066073;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671748101\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"ir9lj6YxdLWCMsg52XIk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c61c14a7792dc5afc28174a6fcaf4cbb3b7dbf', '114.119.141.84', 1686014746, '__ci_last_regenerate|i:1686014746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c79aee065e4f1b2303017f324c535e147b452f', '52.10.14.58', 1652880257, '__ci_last_regenerate|i:1652880257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c7ec65f22b47b3d74f20938dd281832f995ca7', '200.119.173.177', 1685284565, '__ci_last_regenerate|i:1685284565;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685284554;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c93883715fb91fbced8b49f0dda03d33da74db', '114.119.162.58', 1686072743, '__ci_last_regenerate|i:1686072743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2cb80f29c76e92bb61c11459652e1dbc4c25e2f', '190.148.158.151', 1677365901, '__ci_last_regenerate|i:1677365901;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677365899;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2cd8b2e278729b4beb5a6f67fc90d01de8eaff5', '114.119.151.128', 1686910336, '__ci_last_regenerate|i:1686910336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ceb891ca76de206a289e9baec9722c94d98db7', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2cf3113e59e6724ce9a9989a48faeb72459e064', '40.77.167.43', 1653741324, '__ci_last_regenerate|i:1653741314;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d0359d24d8337c04f38856bea5dfc4b0c5e39d', '114.119.136.12', 1686884726, '__ci_last_regenerate|i:1686884726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d115927c71e7192c5b84c7428ddece3bbc6024', '190.148.252.55', 1675698016, '__ci_last_regenerate|i:1675698016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675697945;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d2bd9da11f4ae567280352ccd37a5fbb792f2d', '51.222.253.13', 1651251111, '__ci_last_regenerate|i:1651251111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d397c15cd46ddb1a79d63633f7dc5acc3d62ce', '40.77.167.227', 1680968281, '__ci_last_regenerate|i:1680968281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d4bf666041faf3b6dc28c9d66db855b5cc549d', '54.149.235.163', 1675603464, '__ci_last_regenerate|i:1675603464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d5e86aad55022983b2a30a306fd1fc48197fc8', '198.251.73.77', 1672881212, '__ci_last_regenerate|i:1672881212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d7fcc6a221e14f002d4e2348a310f5508afbd8', '51.222.253.19', 1681621259, '__ci_last_regenerate|i:1681621259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d83c4276ac841044d8901128935cf3e1d96af8', '157.55.39.62', 1658675152, '__ci_last_regenerate|i:1658675152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2daa38edfbe38e22d5572f63a44bf494a102cb6', '190.148.252.87', 1686700921, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686676153;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686655102\";last_ip|s:15:\"190.148.157.229\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686700921;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2db2f4371830017934449c1e4074e3e7c440ac3', '190.148.87.6', 1668458096, '__ci_last_regenerate|i:1668458096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668458087;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2dbc4ce079d57c516e9f1a0fd6885593d2bafd3', '190.56.32.162', 1659546306, '__ci_last_regenerate|i:1659546306;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659545474;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2dc9073d3e9f8d2796bf1d6e5a55c9ab6be6796', '200.119.169.175', 1669823022, '__ci_last_regenerate|i:1669823022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669822020;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2de0f1fcf075494afb4b1c196b475ef151cd970', '200.119.168.9', 1656195199, '__ci_last_regenerate|i:1656195199;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656187388\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656195191;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2de2b13f80bf96296c0bee419618343755b3126', '200.119.173.130', 1675791201, '__ci_last_regenerate|i:1675791201;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675791191;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e182414d0e09ab89d551693f1f975aefda2611', '35.239.18.82', 1652310397, '__ci_last_regenerate|i:1652310397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e230e71a321b758dcf71829bf9828e3836cf84', '157.55.39.118', 1667921940, '__ci_last_regenerate|i:1667921940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e2e5c13471f7dbf02f6b22a8fee98a7f8d6192', '190.148.87.6', 1668204462, '__ci_last_regenerate|i:1668204462;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668198672;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";user_csrf|s:20:\"eObBhurGtEp6HC2djmay\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e39a9c787f46d7c449c6eea943b08e5361dc51', '190.56.55.0', 1687812781, '__ci_last_regenerate|i:1687812781;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687812607;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e6b72f6b6c649a3a3e0e84a47d3ab74ecc8121', '190.148.157.177', 1682016911, '__ci_last_regenerate|i:1682016911;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682016564;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ec76bfb6d33983c80771662fd21d5729693079', '200.119.168.250', 1681140968, '__ci_last_regenerate|i:1681140968;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681140966;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ee80ce946e266a8c32c9728b3e7c745bdd330e', '40.77.167.20', 1674317399, '__ci_last_regenerate|i:1674317399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ef5b63000ece2de336ab121d74f1367e5af21e', '207.46.13.48', 1654942823, '__ci_last_regenerate|i:1654941849;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f19483b571e4f8489c1452c1cc9e741d1e684b', '40.77.167.182', 1683270777, '__ci_last_regenerate|i:1683270777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f1e1d968fb75bb222256632823a9d238415542', '74.208.2.188', 1665904747, '__ci_last_regenerate|i:1665904747;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f24b463a85e6ebeb8d44729711ed994d5401ec', '42.83.147.55', 1678814260, '__ci_last_regenerate|i:1678814260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f4a01ad61cf3d31efb108deb2157e6cdc1f73a', '157.55.39.79', 1670227755, '__ci_last_regenerate|i:1670227755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f52f327a821b61101ee2911e8f1fae87951d5d', '190.148.252.183', 1681324512, '__ci_last_regenerate|i:1681324512;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681324449;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f6fde8fba6977dfffac58e6f0b8a3895127626', '190.148.158.164', 1667334833, '__ci_last_regenerate|i:1667334833;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667334824;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f727efe5b4231403e11a786a94935022edaa20', '207.46.13.41', 1665313038, '__ci_last_regenerate|i:1665313038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f76f852910b839343f0d6eb423686bb77c05a8', '52.167.144.39', 1681093939, '__ci_last_regenerate|i:1681093939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f84577724b50a2545bcf84367e78d14e957090', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2f92c58c8181dad0377f34b5eaefe25e119f780', '190.148.252.73', 1664809400, '__ci_last_regenerate|i:1664809400;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664390071\";last_ip|s:15:\"200.119.170.221\";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\";user_csrf|s:20:\"WQulBniE5YhSeLt02TGC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2fbedf18a8cf45102c93b11128f62b9ffbd1098', '200.119.172.60', 1674690381, '__ci_last_regenerate|i:1674690381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674690369;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ff01c2017de5172665b5c9203adc8143f3f457', '40.77.167.13', 1672243138, '__ci_last_regenerate|i:1672243138;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2ff4018ce31e310233e2ce5f4c0e05f2c6f1ced', '114.119.147.15', 1683652466, '__ci_last_regenerate|i:1683652466;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e300904abb969c5acfa1c80959af85a7ebb2427e', '157.55.39.149', 1652747545, '__ci_last_regenerate|i:1652747544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e300df407b27dc568c193addaab54e4e89c387d8', '200.119.173.130', 1676136059, '__ci_last_regenerate|i:1676136059;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676136050;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e307140fe8db17d5c30c2c67f0bbb48b5a766b21', '157.55.39.69', 1671956122, '__ci_last_regenerate|i:1671956122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30720c2dedf5dc9ae8b6e5b0b2b805d9f9022d3', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30758c8326c6495dbb2d6f652e6cd8dded62e20', '173.249.31.237', 1659409279, '__ci_last_regenerate|i:1659409279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e307d6926edebb645240f4dfa8f9c1b2b06f1433', '190.148.157.53', 1683727957, '__ci_last_regenerate|i:1683727957;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683727891;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30a916ab8e4d84056e8c549b55505e19adbf67e', '190.56.55.48', 1687363768, '__ci_last_regenerate|i:1687363768;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687363756;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30be5c5b2dd7746b04eb30de8cc99f839f0ae3e', '200.119.168.250', 1680975203, '__ci_last_regenerate|i:1680975203;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680975201;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30c350be68916ce1fb4d34dfe7b7ec0e6fa6147', '114.119.141.116', 1685524737, '__ci_last_regenerate|i:1685524737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30c549c4579f014c74adc255c1b2b833f34269d', '157.55.39.69', 1672124196, '__ci_last_regenerate|i:1672124196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30c8abaf8f909023f67e931d7c19e0d5cc0bb46', '200.119.173.177', 1684953118, '__ci_last_regenerate|i:1684953118;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684953112;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30c9f084386934235c4b68b45cdba3e9bf10bc6', '40.77.167.182', 1684103655, '__ci_last_regenerate|i:1684103655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30d60fc58a519a83ee21456018081d61d6cd07a', '114.119.143.58', 1687629825, '__ci_last_regenerate|i:1687629825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30da792ad721b74d91dba3b9b723b506053f761', '190.148.157.117', 1675551007, '__ci_last_regenerate|i:1675551007;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675550872;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e30daae13dc5e1d0b9623eaf5a1e660a64794660', '200.119.170.143', 1670250771, '__ci_last_regenerate|i:1670250771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670250730;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3110d5182f38abce096932364d213ad6493e78a', '200.119.173.130', 1676154022, '__ci_last_regenerate|i:1676154022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676153664;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e312c702243866af807fa72b51f32df477f5fae3', '190.56.50.6', 1667657655, '__ci_last_regenerate|i:1667657655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667657620;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e314a8d3713550fe3a4448edcd5cc5e6776f28d1', '190.148.252.111', 1677963626, '__ci_last_regenerate|i:1677963626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677963412;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e314f4b06f3d476ac2e3e696f4c12fce8801ed87', '3.111.41.2', 1670738469, '__ci_last_regenerate|i:1670738469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3161e0858dfdf556dbe8b56ee53199d7d81f891', '40.77.167.147', 1681198783, '__ci_last_regenerate|i:1681198783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e317772253be9786c8145212d250c0e1c0915534', '207.46.13.207', 1678304540, '__ci_last_regenerate|i:1678304540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e318148abfde8aab89100a13554bbbcbf670eed5', '51.222.253.14', 1666656216, '__ci_last_regenerate|i:1666656216;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3184e02eed16de77e9b55a678ff622780bb42d4', '200.119.174.9', 1674501473, '__ci_last_regenerate|i:1674501473;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674501470;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e31936f59aed17e61ca3cd0358997b6e52a6b403', '52.167.144.164', 1685484962, '__ci_last_regenerate|i:1685484962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e31ce3e9acfeb0ff3fb9e339785a3e88a9dc5def', '157.55.39.212', 1677480487, '__ci_last_regenerate|i:1677480487;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3207c87fcb57965fb13e3e5a51596c66f847e1b', '190.56.49.187', 1688315738, '__ci_last_regenerate|i:1688315738;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688243383\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688315381;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e320b9dd8972379da09513418e6f3b9b15908601', '131.153.143.50', 1676986623, '__ci_last_regenerate|i:1676986623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3227c69760aedd649f7ed196a77eb2526ec83e7', '35.91.83.111', 1684021283, '__ci_last_regenerate|i:1684021283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3274b1ea7788683c65e39f2e91d309cc752b2cc', '52.167.144.54', 1676002646, '__ci_last_regenerate|i:1676002646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3278f7584a1e05510d0be8eda67ac45a19af556', '190.148.157.53', 1684153912, '__ci_last_regenerate|i:1684153912;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684153254;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e328913ed98662facc0c0d4f8f672f2f269ea7d3', '190.148.87.26', 1674506035, '__ci_last_regenerate|i:1674506035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e328d8f8374df495a169f6278f1ba781eb21f4dc', '190.148.252.161', 1669845429, '__ci_last_regenerate|i:1669845429;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669845424;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e329cf0f1738efbc0e5e61494d3b761a4c4ed544', '82.80.249.158', 1668921128, '__ci_last_regenerate|i:1668921128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32b7546e9beceec05d4ca0f2f8824a7f910c5b5', '207.46.13.230', 1656355297, '__ci_last_regenerate|i:1656355297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32ba2f20cf2878b299a82b3dc46b2d3f6571925', '190.56.49.187', 1688262249, '__ci_last_regenerate|i:1688243318;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688210045\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688262249;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32bb405b50da8276b8a68ebadd0ec5e49162825', '207.46.13.205', 1671234195, '__ci_last_regenerate|i:1671234195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32d7eec5d2c31e2328747dc989954a2cb84872f', '157.55.39.125', 1654865154, '__ci_last_regenerate|i:1654865154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32f34852145d1cf83bfbe5a2eadaacabdad095c', '40.77.167.123', 1683253031, '__ci_last_regenerate|i:1683253031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32fd0d65166a9c8cf3ae15dc00b481415d8bfc1', '52.167.144.74', 1688243880, '__ci_last_regenerate|i:1688243880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3302bd9a640ad8e944ce4e6f2c84df43f54330b', '200.119.170.137', 1668638429, '__ci_last_regenerate|i:1668638147;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668611971\";last_ip|s:14:\"200.119.172.48\";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 ('e330d4ab53c0eaca7c118dd32f66adabab17fef8', '109.70.100.19', 1651171461, '__ci_last_regenerate|i:1651171461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e330ef8a44676d595071bfe3784ac66752d5b479', '190.56.173.213', 1683200969, '__ci_last_regenerate|i:1683200966;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683200966;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e331078d4dddd9f76474d1fd21b61e21b9645656', '52.167.144.164', 1686652927, '__ci_last_regenerate|i:1686652926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3310790399445f09e004cf42af1c56eb94551a6', '130.245.169.247', 1657277745, '__ci_last_regenerate|i:1657277743;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3319b14d6211b307f9f6884627cec103a3686f1', '47.242.105.176', 1683881351, '__ci_last_regenerate|i:1683881351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e331ef033f180639496923e8ea40e765e04210a8', '114.119.150.64', 1686884067, '__ci_last_regenerate|i:1686884067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3326b191e3e73d080217693fc0e7e774bcfb6dd', '190.148.252.161', 1670010214, '__ci_last_regenerate|i:1670010214;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670009969;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e334064b7493a88eb8185c62f0d186a919d7cc1c', '40.77.167.80', 1686834539, '__ci_last_regenerate|i:1686834538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e334a4fa19099fd3f1bb861bb85ce5e3c10ce735', '190.148.252.106', 1684359031, '__ci_last_regenerate|i:1684359031;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1684335919\";last_ip|s:15:\"190.148.252.106\";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 ('e334c7ddf850e078cd3046c0b7a83f2e268e3f1a', '207.46.13.210', 1677610187, '__ci_last_regenerate|i:1677610187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33759ee9dd17329c500f3e54cf9642a464df3b5', '114.119.135.169', 1686245303, '__ci_last_regenerate|i:1686245302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33a11647bb551998ef729bc9ddde6e7c3db1e15', '40.77.167.79', 1653556407, '__ci_last_regenerate|i:1653556407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33adbff1a9dd86eb8cd8f773653f0d0ca1320d9', '190.148.252.115', 1664629970, 'requested_page|s:13:\"shop/products\";__ci_last_regenerate|i:1664629970;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33bb5d0b1abf84c08c243e85fdd2645c78f7718', '162.142.125.9', 1651088673, '__ci_last_regenerate|i:1651088673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33cef730869db21c28c3aad90c350eafc8b8d8b', '190.148.252.96', 1673009281, '__ci_last_regenerate|i:1673009281;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673008993;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e33ddf9a8aae1835242700ee5a5642753f410410', '198.251.73.67', 1672881330, '__ci_last_regenerate|i:1672881330;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e340470821a6ab408bd4182d7e164e14303df30d', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e340c097bd3e3021a7614479c0473ab2b5f2ce2d', '54.36.149.63', 1681459098, '__ci_last_regenerate|i:1681459098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e343505eb2de2371c5d89f06559e5ee1530e0991', '114.119.156.115', 1688534886, '__ci_last_regenerate|i:1688534886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3447f292b433616b57e0371adfc7aba635dbd36', '183.82.124.41', 1688416243, '__ci_last_regenerate|i:1688416243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3456493b6cc50808b18979d1ec2a5c7c731fcaf', '18.246.32.232', 1683419374, '__ci_last_regenerate|i:1683419374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3461103d8fcf648b9125fcd59f299daad31b6ef', '17.121.112.206', 1658174822, '__ci_last_regenerate|i:1658174822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e347fb56180c71e21b900a11c56498185877d006', '190.148.158.69', 1685722172, '__ci_last_regenerate|i:1685722172;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685722149;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34a209a05d5a53b84ba9dc1bac201f29d6b2dc5', '24.199.84.191', 1681338476, '__ci_last_regenerate|i:1681338474;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34b7a8ab3ccabaaf976675e0068fc01d10a2d0c', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34cdd6e85d3a62a4bf202789421112445abd670', '190.148.157.53', 1684236132, '__ci_last_regenerate|i:1684236132;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684162940\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684202214;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e34dcc76aab93269b9db604f04e9f1c52f196712', '66.249.79.194', 1688356946, '__ci_last_regenerate|i:1688356946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3510cd15af6f10347b1dbd262a39e07dc389a49', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e351b7fd9be7ea95d93da614055e0094eeb64acb', '54.184.13.201', 1665753797, '__ci_last_regenerate|i:1665753797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e352becbe107a2acb887e5ef4a4bf43a26f5069b', '82.80.249.158', 1668921136, '__ci_last_regenerate|i:1668921136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e353f8661fd068f4f1f7fe1abf7425172f5bfc11', '207.46.13.41', 1671461773, '__ci_last_regenerate|i:1671461773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e358602227b189371f5970ff3fc47d0a2a06d911', '52.167.144.164', 1685937171, '__ci_last_regenerate|i:1685937171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3588330dd78a4d72667e2a51ae49c5e5ff67f69', '51.222.253.7', 1668335740, '__ci_last_regenerate|i:1668335740;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 ('e358b49a2b6118a15c3c52f59f351d03e2d62233', '51.222.253.6', 1669711996, '__ci_last_regenerate|i:1669711996;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 ('e359540d051025ede50a47360dca6ff66b8fde11', '109.239.58.107', 1675844244, '__ci_last_regenerate|i:1675844244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e35a75ed5bd4f295c2813e94fab6d8cd94c06388', '207.46.13.48', 1653846856, '__ci_last_regenerate|i:1653846844;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e35f7e5d231549382d24305f01319e845c53fa1f', '190.56.32.32', 1686072089, '__ci_last_regenerate|i:1686072089;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686072086;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e35f922b074075fc1feb6b50169094cfd98d01e0', '35.91.74.213', 1684021291, '__ci_last_regenerate|i:1684021291;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 ('e35fe02844f94a5dccc9ed47ff99675a4a138e3b', '52.167.144.162', 1686221153, '__ci_last_regenerate|i:1686221153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e360d0516fe8f98cd47e708d823d5892bb74cce6', '200.119.173.78', 1682868299, '__ci_last_regenerate|i:1682868299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682868269;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3613ef79f34ca833622ecddf7081882249ef945', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e361eb0e5db837595307965b858fdb5cf7300064', '52.167.144.162', 1686574848, '__ci_last_regenerate|i:1686574848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36466ec2aa85c4c93ed20887e5acc76233a1320', '207.46.13.41', 1666197448, '__ci_last_regenerate|i:1666197447;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3649842fa31b5e42f4a26ae9fc22efb9353702d', '74.208.2.223', 1668050329, '__ci_last_regenerate|i:1668050329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e367dbc0e6836bb140a91dd89fb5821950612d85', '20.213.112.13', 1651657543, '__ci_last_regenerate|i:1651657539;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 ('e3686a9c7691d949e9c257d35dab992d357d15e7', '190.148.252.197', 1665510199, '__ci_last_regenerate|i:1665510199;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665510192;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3689b7eaa8213cc3bfcea3ca49cecc915bd761d', '66.249.73.232', 1651937558, '__ci_last_regenerate|i:1651937558;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 ('e36a730bcc6c1ddb96f2fecc604a267977a0dd9a', '54.36.149.92', 1679992027, '__ci_last_regenerate|i:1679992027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36a90a5c8f3e11a6f80d7c0ab5d5dde8443f270', '157.55.39.217', 1683265882, '__ci_last_regenerate|i:1683265882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36c033367617ab4e1374e0f40fb80b9c65fa23e', '207.46.13.12', 1675721819, '__ci_last_regenerate|i:1675721819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36c97e6373fcebf579012bdd545f9bd296ab22f', '52.167.144.98', 1684463821, '__ci_last_regenerate|i:1684463821;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36ce7553cab87142d6500ffbd7f93ca939362e5', '40.77.167.56', 1663608989, '__ci_last_regenerate|i:1663608979;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36eac5d9cafae8b3b4509b7deb4f28ef681a94c', '72.55.136.154', 1684624536, '__ci_last_regenerate|i:1684624536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36ebffdeba04ed804bb38a6778fc105d19d59d5', '52.167.144.154', 1687595166, '__ci_last_regenerate|i:1687595166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3703c8647a5537c9813ea9ad0272e7058da6623', '52.167.144.98', 1685979584, '__ci_last_regenerate|i:1685979584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e370debe40a431a5223dd7ce7a5f1463eaad1ff4', '50.112.52.173', 1671025686, '__ci_last_regenerate|i:1671025686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e37132a26de5b0adb15dd802293de8a1e809c698', '40.77.167.37', 1669419381, '__ci_last_regenerate|i:1669419381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e372e719cf7193da6a13193664fa9ca4181aabe0', '144.76.151.42', 1650866377, '__ci_last_regenerate|i:1650866377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e374019e2b08e8bb9bd471064e320bbbf310f7bd', '190.148.252.183', 1681255313, '__ci_last_regenerate|i:1681255313;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681255157;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3747ca9a028f4893a64676efabc8f6b513d1008', '40.77.167.56', 1673334673, '__ci_last_regenerate|i:1673334673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e374978a8736afa1b84d07c83eaf37470e6a07e3', '50.21.188.63', 1672704998, '__ci_last_regenerate|i:1672704998;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3749dbfe1b453f9fcb411db10d703115a6ad66b', '114.119.158.71', 1687075780, '__ci_last_regenerate|i:1687075780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e374d7233e326915ac23423c42340aa4582a1d4e', '52.167.144.164', 1685874293, '__ci_last_regenerate|i:1685874293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3781d69cc53d076af21ea4fdbd9c93a56c8084f', '40.77.167.227', 1681775085, '__ci_last_regenerate|i:1681775085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3782706356531c9b58ad68aea1fbeefad4511b7', '207.46.13.6', 1672242385, '__ci_last_regenerate|i:1672242385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e379147d698537d101052ffc8871eb85ff6a5bfb', '114.119.129.208', 1684359221, '__ci_last_regenerate|i:1684359221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e379830cb72259947dbb063df01f4c479fb6b92c', '40.77.167.123', 1682747364, '__ci_last_regenerate|i:1682747364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e37b845959066270c0a4ea64a7611d204b899522', '200.119.173.67', 1679363526, '__ci_last_regenerate|i:1679363523;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679363526;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e37ccb3dba77027a291ccf66b2eb28c3dac849f1', '52.167.144.98', 1686401321, '__ci_last_regenerate|i:1686401321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e37e431ae2a7de85b92e2ccade174e96c0760a3b', '190.56.54.129', 1653590590, '__ci_last_regenerate|i:1653590590;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653414869\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"5IdqzgV19Yhy26Kvx0wM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e37f0d4db24bd73de010625f9d8a7d503a0709aa', '52.167.144.164', 1686510715, '__ci_last_regenerate|i:1686510715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e38004f8b27620e2f83a0597c20024dcb09844c2', '51.222.253.18', 1681155803, '__ci_last_regenerate|i:1681155803;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 ('e3806e84f9facff68d466b97c38bf838a88b17dc', '207.46.13.160', 1674597460, '__ci_last_regenerate|i:1674597460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3812cb9644de798f9b80c15ede807ffe8e7c10b', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e381cb21cecd8aeedff56d9e94ef4d6131a97051', '51.222.253.9', 1688074650, '__ci_last_regenerate|i:1688074650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3835625837aef4f8e7e8577b31235a1c889f132', '190.148.87.99', 1688416880, '__ci_last_regenerate|i:1688416880;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"rWM4XT52CtEOU7y9FYNo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e383570a1247f5260e574d168c10073964113dd6', '157.55.39.208', 1685974237, '__ci_last_regenerate|i:1685974237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3859d97c2903c9ff574f3d96aed220d1a76441a', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e385f672965ce3cc02dc852d21d6838de2dd40af', '161.35.27.185', 1687564379, '__ci_last_regenerate|i:1687564379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e38b2a9a40eb0ae9d165bbaf87e31b32ac016121', '40.77.167.134', 1680121669, '__ci_last_regenerate|i:1680121669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e38b79832b82fab16de7b221fe2e08e1dc77c8c7', '190.56.50.253', 1682728934, '__ci_last_regenerate|i:1682728934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682728930;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e38ba0466d2cd4a7b327a5c5bcc4c060095d40ad', '114.119.148.50', 1683538524, '__ci_last_regenerate|i:1683538492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e38c719c8774a75a48facea50e8c76e01a00459c', '149.57.16.7', 1653807020, '__ci_last_regenerate|i:1653807020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e391a84c11178ce640fd83cc78fbf740372feea4', '51.195.90.229', 1650841083, '__ci_last_regenerate|i:1650841083;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e392e38022c4d4d0de3e0a3c6026f304439e6766', '52.167.144.98', 1686147798, '__ci_last_regenerate|i:1686147798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e395360e07a9be3886820858179ede4795f55ed6', '207.46.13.210', 1686973931, '__ci_last_regenerate|i:1686973931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e397ded1809387bc44fec54970c055178d81fa13', '114.119.159.56', 1687226828, '__ci_last_regenerate|i:1687226828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e39a99a544212b4bf39ac5cfc4ea198be2aad14e', '52.167.144.98', 1685546836, '__ci_last_regenerate|i:1685546836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e39b104cbbc0c1ce58593033e4175fd5d5e8d76c', '200.119.174.9', 1674348137, '__ci_last_regenerate|i:1674348137;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674348130;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e39d782e9749052b80dbf95d70fe5c86bdeb971c', '190.148.252.161', 1670002950, '__ci_last_regenerate|i:1670002950;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669980917\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670002947;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e39ff0f0a2bfe85673a5eade338be8072719209c', '45.61.147.87', 1652647218, '__ci_last_regenerate|i:1652647218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a046f08ca7908fba573cc2d5e25112e7571339', '157.55.39.55', 1661763879, '__ci_last_regenerate|i:1661763879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a0817fe0b26e97652bf020cb4e92fa141568af', '17.121.114.3', 1660293583, '__ci_last_regenerate|i:1660293583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a26977e1427de4596190dd804253ea6c648343', '190.148.252.67', 1688519220, '__ci_last_regenerate|i:1688519220;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688519210;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a3edfea107afe85835168137bcae0d6e54692c', '52.167.144.73', 1679112471, '__ci_last_regenerate|i:1679112471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a412544eb956914fa3830503289351e1243d8d', '54.36.149.34', 1669692334, '__ci_last_regenerate|i:1669692334;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 ('e3a50b58cbb3ce936eb6ba1fbe36e771646ad031', '157.55.39.217', 1683218042, '__ci_last_regenerate|i:1683218042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a763c8b18381e65911ed4cb46688e1fa0fce36', '157.55.39.217', 1683285571, '__ci_last_regenerate|i:1683285571;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a7c1dae93892d12d619cc970f2886565edfc17', '190.56.32.35', 1671714245, '__ci_last_regenerate|i:1671714245;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671629002\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671714237;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a896872a17010a533c63f8d4d73ba1c47decec', '200.119.173.177', 1685052631, '__ci_last_regenerate|i:1685052631;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685052627;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a93f6938f109794eaa3d3e6a788dca4e16f38d', '190.148.252.233', 1668907467, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668907467;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668907012;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3aaa043a440b3cc92d1b953002508050a3dae96', '40.77.167.11', 1673899827, '__ci_last_regenerate|i:1673899827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3abe8e16bf713ced4b83322cab932d5e0349b11', '40.77.167.182', 1682993026, '__ci_last_regenerate|i:1682993026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3ae6c75eaf9f6dccb458dd3a91e216c7631f12f', '40.77.167.227', 1682328098, '__ci_last_regenerate|i:1682328098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b01928c9b74857b8daa160d5d0fe13c51af475', '190.148.252.111', 1678029491, '__ci_last_regenerate|i:1678029491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678029299;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b0a033bd1709fa4f294c56d6a914e599f3ba85', '190.56.32.174', 1676915077, '__ci_last_regenerate|i:1676915077;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676905216\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"A9XJ7LbWmMjnQta65kFz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b0bc3074cbadf75c09bc0121bf33fe3a6287b8', '200.119.174.132', 1663786053, '__ci_last_regenerate|i:1663786053;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663781199\";last_ip|s:15:\"200.119.174.132\";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\";user_csrf|s:20:\"35dq8AoBiEFQb1kwy7HL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b1307c49eaefc7cccba88ae8597a8085f18200', '40.77.167.37', 1669419383, '__ci_last_regenerate|i:1669419383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b132de49993a561f2c019f9d9f23015b2903d8', '190.148.252.111', 1677856118, '__ci_last_regenerate|i:1677856118;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677794754\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"Yn1piCGaqdAPDFfNZ7sz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b16989821c168ac407c018752f0ca38bc64edb', '52.167.144.178', 1683842370, '__ci_last_regenerate|i:1683842370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b2d5468cad1c86ce41fb25fa1d422ab874a954', '157.55.39.253', 1682337545, '__ci_last_regenerate|i:1682337545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b39f50e8dfa964e4308e57883be67d6f98cf4d', '157.55.39.54', 1658355769, '__ci_last_regenerate|i:1658355769;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 ('e3b479efe42e68613e1d8617ab4aa9eed8891707', '52.167.144.98', 1686314623, '__ci_last_regenerate|i:1686314623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b5371a6730849d9e75f1fa266b7da6c611cf5a', '114.119.146.141', 1685534279, '__ci_last_regenerate|i:1685534259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b59802e8721cf99a12855bbee2ce9526f652f2', '190.148.87.182', 1679920619, '__ci_last_regenerate|i:1679920619;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679920217;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b6e1b0a3183e9d26985d6909806dd873f78f95', '200.119.169.19', 1668181565, '__ci_last_regenerate|i:1668181565;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668180517;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b8f1f28be2bd89c7563d176ec0437bf5dbd705', '17.121.112.157', 1655642823, '__ci_last_regenerate|i:1655642823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b9d234b8d5b682c34a1c4f9694ab0450b7e169', '52.167.144.164', 1686767849, '__ci_last_regenerate|i:1686767849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3b9e376abae2c60c947d002b1098588d27990c3', '190.148.252.177', 1673989480, '__ci_last_regenerate|i:1673989480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3bb4628e60208965e889c6cc5ef6acab3781bb0', '190.56.55.113', 1673464232, '__ci_last_regenerate|i:1673464232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673464177;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3bbd332c98ffd8ce3e22c0fd5fca06abb4ed30e', '51.222.253.19', 1656503222, '__ci_last_regenerate|i:1656503222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3bc14896aa2616731ac566fc7a4c8bdc0b13acc', '190.56.51.144', 1687100206, '__ci_last_regenerate|i:1687100206;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687100130;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3bc68dd9988d621689f9e5bf12e219b95301810', '52.167.144.162', 1687355402, '__ci_last_regenerate|i:1687355402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3bf35e8b3435835aeea6f65c24c1865ae6a0569', '18.236.181.191', 1681153517, '__ci_last_regenerate|i:1681153517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3bfc88b238d38890be1d1e9a111e392dd7748ce', '52.167.144.69', 1675772855, '__ci_last_regenerate|i:1675772855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c03b83bf847be264164694f77431aebf82e976', '190.148.252.235', 1666881506, '__ci_last_regenerate|i:1666881506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666881002;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c130032ea88385011c5bbd74c5664d113b46c8', '52.167.144.74', 1688064301, '__ci_last_regenerate|i:1688064301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c1ea5bb8b31d338f15e6e7f6ea72bf24b23c9b', '200.119.173.111', 1654801942, '__ci_last_regenerate|i:1654801942;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c242c35834456d0ae670c974c8219bf5db48fd', '200.119.168.250', 1680809737, '__ci_last_regenerate|i:1680809737;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680809349;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c252296889425f5ba01d03e3823f08eb77445e', '34.211.106.40', 1667829474, '__ci_last_regenerate|i:1667829474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c289b95836d2c0d24a8bfd651719008563aeed', '54.202.130.216', 1680613836, '__ci_last_regenerate|i:1680613836;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 ('e3c4e0679cd80dadc8575510dfe9a19a59acbc36', '40.77.167.43', 1654006424, '__ci_last_regenerate|i:1654006414;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c5b5828a55ecb087a631b7030e9e94463a1894', '200.119.172.55', 1661551012, '__ci_last_regenerate|i:1661551011;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c809b53edd7b67d0eff10a52b931ebbc7d12fe', '190.56.54.141', 1651248584, '__ci_last_regenerate|i:1651248584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3c8f60b393c5f4d9e49d6ac23c909b66b64115e', '190.56.51.247', 1665336984, '__ci_last_regenerate|i:1665336983;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d204a0b390890200aa81995b8ccd2daebb9cb9', '52.167.144.98', 1685975590, '__ci_last_regenerate|i:1685975590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d3b4e73280a214cf06bc769be80554e010c5a3', '52.167.144.98', 1685076619, '__ci_last_regenerate|i:1685076619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d5bc80fc4f8b52692d1430ced0cf41c7907f7c', '157.55.39.173', 1668529796, '__ci_last_regenerate|i:1668529796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d5cd586b97f87e38020125db155ccc9c50729c', '130.245.169.139', 1657878940, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d888b4f7615073ed5eb108ed0541909d0d11f0', '40.77.167.192', 1681372052, '__ci_last_regenerate|i:1681372051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d96458813d033614c29cfb36fa0d134e288938', '157.55.39.79', 1669539685, '__ci_last_regenerate|i:1669539685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3db457b94531734aec17ffde8cd91e550eecf14', '157.55.39.79', 1668631534, '__ci_last_regenerate|i:1668631534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3dcd5acf622009560a81fdd94286f62ace59ce6', '40.77.167.13', 1672716004, '__ci_last_regenerate|i:1672716004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3dfeca5d658e82500f746888c02277fe9b3ff12', '207.46.13.113', 1675691793, '__ci_last_regenerate|i:1675691793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e0092f04cb5c532316ee31df6ad4de2e12882f', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e23748e3d676a294c5d08198c67c9455c58819', '207.46.13.154', 1671750089, '__ci_last_regenerate|i:1671750089;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e3b0be214bf6fc17a4883153cc3d36e89ac5b9', '17.121.112.101', 1653573469, '__ci_last_regenerate|i:1653573469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e3f8f7e39978da87146cccf182c6d80a48874d', '190.148.157.122', 1666658433, '__ci_last_regenerate|i:1666658433;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666658423;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e4803d827343e8a33d4e549a21088866a55f09', '17.121.114.3', 1660293583, '__ci_last_regenerate|i:1660293583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e6be98a6750dc354daff8d970c836aca5d8429', '163.123.143.136', 1658757125, '__ci_last_regenerate|i:1658757118;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e77cc8edbd71e4f054a316b44bceb4308521ab', '190.56.173.213', 1683483477, '__ci_last_regenerate|i:1683483477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683482236;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e8893230a5e5d5037d675699646f62897f3ef1', '18.206.55.48', 1657542562, '__ci_last_regenerate|i:1657542562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e949718b9f8c8994f47b54303091868a977739', '114.119.129.184', 1685153845, '__ci_last_regenerate|i:1685153845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3ea127c4626eeacab5566816c7d9a3739b97761', '190.148.157.171', 1667416020, '__ci_last_regenerate|i:1667416020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667415991;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3ec2a5cd1fd7dc5e6a5ecedce74c8d7fb5bdbbf', '157.55.39.65', 1661466117, '__ci_last_regenerate|i:1661466117;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3eda2447952ad04de9f8233fb18d9ee090631e8', '54.36.173.89', 1685011300, '__ci_last_regenerate|i:1685011300;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 ('e3edd7771359b64db777c4cc9681efedf88d26fa', '114.119.130.183', 1688193108, '__ci_last_regenerate|i:1688193108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3ef900acaf5226de73663d9a92278c090983772', '66.249.79.81', 1650844152, '__ci_last_regenerate|i:1650844152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f03dc414131fa98b7033003529cd129b71cace', '157.55.39.253', 1682118980, '__ci_last_regenerate|i:1682118980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f32bd8a755705037e5978cfa905cb05d59ce03', '50.21.188.22', 1663642570, '__ci_last_regenerate|i:1663642570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f39bebf75783ccba4f0f003040dc6e9efaaf63', '54.237.250.240', 1651484353, '__ci_last_regenerate|i:1651484353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f89c8e470ef7f86fc05a2b16d17864eb8f4836', '190.56.55.48', 1687381329, '__ci_last_regenerate|i:1687381329;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687381299;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3f90b01e0f2156bce2573c933880b38832cb1a6', '52.167.144.27', 1677726903, '__ci_last_regenerate|i:1677726903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fbcc3b85e5bde65d3e1d757c52110485401ec9', '40.77.167.182', 1683218749, '__ci_last_regenerate|i:1683218748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fda1239464c371d310971e8153f212966f0b61', '209.160.115.40', 1682930806, '__ci_last_regenerate|i:1682930806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fda465ea58179bfc51bb46c8dd05afe3293973', '40.77.167.182', 1683889129, '__ci_last_regenerate|i:1683889129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fe4f1124ab5090ad3b06680e4fe6b9be53cc33', '114.119.156.138', 1687529731, '__ci_last_regenerate|i:1687529731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fe52cfa518012f2c89b6f320d20fc4b1cb7ac4', '17.121.112.246', 1660295320, '__ci_last_regenerate|i:1660295320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fef37a59f35e04082875fcef805a13457695ed', '114.119.138.99', 1684181829, '__ci_last_regenerate|i:1684181829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fefe1e25819f8aa77e882358526f5fc5300b47', '40.77.167.63', 1672246872, '__ci_last_regenerate|i:1672246872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3ff2bfd4583a4030d4f597c5cf3065cec52bdeb', '40.77.167.166', 1676374438, '__ci_last_regenerate|i:1676374438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3ff95bbf2b3ae25a8fe80159dab0d872cf1834b', '168.91.87.151', 1671014498, '__ci_last_regenerate|i:1671014497;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40132f07b4bb77f118cf8d0696faf096dc0ec0f', '190.148.157.117', 1675633206, '__ci_last_regenerate|i:1675633206;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675632853;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e401acb8631a8b14b2d5227720c53dc09cf4f4e2', '17.121.112.81', 1660885817, '__ci_last_regenerate|i:1660885817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e401b2036ffa50e4e44c85f533f12825b028d6b9', '51.222.253.1', 1680721622, '__ci_last_regenerate|i:1680721622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e402c18be71e24c51ad8d0265555ca214c750eea', '52.167.144.171', 1684948721, '__ci_last_regenerate|i:1684948721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e404fb795c5ebb6c8f08a91a9e83322caa32dc7c', '190.148.252.151', 1670945971, '__ci_last_regenerate|i:1670945971;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670945832;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4064ec2049d9f42847acd59191f712c39c9bb4d', '207.46.13.154', 1671589155, '__ci_last_regenerate|i:1671589155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40803ba38f91520f56f5ff2bafb9764a84dc956', '52.167.144.164', 1679209327, '__ci_last_regenerate|i:1679209327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4096c9f69cb86f4eb5296e8c053c8c2775e3000', '114.119.130.169', 1687223774, '__ci_last_regenerate|i:1687223774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e409aea073ad12156b6e3613e78d64df055d2ba2', '190.148.252.73', 1664813404, '__ci_last_regenerate|i:1664813404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664813385;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40b6e92e3522f3c06db60a97ed1d0ad75043d26', '52.167.144.171', 1684860508, '__ci_last_regenerate|i:1684860508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40c559eadc8d8aa371b4a6ef9ff5431f796db42', '54.37.233.116', 1650851731, '__ci_last_regenerate|i:1650851731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40ec111299ce83e19d0efb8c00b1b59029ed0ce', '3.239.158.141', 1657717130, '__ci_last_regenerate|i:1657717130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40ecf80a03ab7bff980e0c78ca3ffe8454953b5', '190.148.87.6', 1668466401, '__ci_last_regenerate|i:1668466401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e40f6309e3a36388b8e3f347e55b95bdf10bc569', '114.119.131.136', 1688390816, '__ci_last_regenerate|i:1688390815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e410007c70b7c97a420e82a5c2e5c8f37dc8f2e9', '40.77.167.170', 1675863210, '__ci_last_regenerate|i:1675863210;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e410b6529308813970c7dfe5768a771f07605255', '190.148.252.151', 1671315359, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671315359;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671314390;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4119d6fa5b0e3991fe858e3b7151b3105f2855f', '207.46.13.41', 1671128181, '__ci_last_regenerate|i:1671128181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e412f8f71a13473ec2648954cc6cc3781e16bc47', '164.92.189.190', 1672565411, '__ci_last_regenerate|i:1672565410;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 ('e4133852ec1d957c8a447be23e01907b628a8610', '157.55.39.128', 1673949321, '__ci_last_regenerate|i:1673949320;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4136f23941e4dcaaf55328fcdea84d091887b55', '40.77.167.225', 1680342248, '__ci_last_regenerate|i:1680342248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e419a8e63a3b0ce904648ac3d2720438eb2d4424', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360531;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e41cc5454f182b00aefc212e8b2cb35532153e65', '40.77.167.227', 1681942343, '__ci_last_regenerate|i:1681942343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e41d8b47de5aaef0b975ad50ff91af648449efe9', '190.56.54.156', 1665155470, '__ci_last_regenerate|i:1665155470;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665153388\";last_ip|s:13:\"190.56.54.156\";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:\"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 ('e41f2f74186e057bf6a0ea0398b109cfc41d1e92', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360544;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4205d6fcfef7364a738925cbb685eabf77ea9e7', '200.119.170.168', 1670680478, '__ci_last_regenerate|i:1670680478;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670680430;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e423628bf5bda2171b2db58a098ee314b2f65e9f', '114.119.128.236', 1688269939, '__ci_last_regenerate|i:1688269939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4239bcd67b24baf18277a95fda2070b29665b94', '207.46.13.160', 1665789762, '__ci_last_regenerate|i:1665789762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42465dc17db063907d097313d3a6360b8d0884b', '114.119.133.250', 1687706313, '__ci_last_regenerate|i:1687706313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e427995b73171549ad72bdbafea1a4803cfd58f8', '66.249.65.111', 1652844524, '__ci_last_regenerate|i:1652844524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e427e7d5671855952dd435f9d552e7971dbafec3', '190.56.173.251', 1651940907, '__ci_last_regenerate|i:1651940907;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('e4295f5e6a27e7e52ace34f9a68bdd3437b17b98', '52.167.144.31', 1681530950, '__ci_last_regenerate|i:1681530950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42cf436e01d9068adadfc7b37cc8e5b262794bc', '207.46.13.207', 1685874287, '__ci_last_regenerate|i:1685874287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42d97fd4ce673af30ad359e84781b7ec58a2255', '51.222.253.15', 1680430319, '__ci_last_regenerate|i:1680430319;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42e0bd8ac7f643c267c893bc3a37a86505b69ec', '114.119.137.38', 1687649226, '__ci_last_regenerate|i:1687649226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42e8c4a33840c7b56ff8e0fdcf080c43854c798', '54.202.161.16', 1655384962, '__ci_last_regenerate|i:1655384962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42ebfab703debbe437d66d97485a64a4b824f73', '40.77.167.11', 1673800954, '__ci_last_regenerate|i:1673800954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43078c3b36a24d86ff2ea9017385bb606b67e82', '52.167.144.154', 1687930902, '__ci_last_regenerate|i:1687930902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4350a915f78949fb9729f341d4678d421de8f62', '190.56.55.48', 1687566853, '__ci_last_regenerate|i:1687566853;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687566565;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43703a26517bcebac4c5f4f87fb940a85499512', '52.167.144.164', 1686562782, '__ci_last_regenerate|i:1686562782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4371fe283192012194fe9c05bd1f2c6361f623d', '40.77.167.49', 1665197622, '__ci_last_regenerate|i:1665197622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43b1901cf0a59fb653945c40eb9282332060bad', '40.77.167.123', 1682768819, '__ci_last_regenerate|i:1682768819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43b3ba182665f06adebc8c903e522ff5fc29454', '40.77.167.11', 1673828029, '__ci_last_regenerate|i:1673828029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e43f2369d25831474a8d18783f5db33c08d1b35e', '20.49.56.32', 1673879784, '__ci_last_regenerate|i:1673879784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4436aeff5ea2dd3e7053a2c21dad3e8bb6fe97c', '190.56.50.235', 1651160200, '__ci_last_regenerate|i:1651159919;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651090063\";last_ip|s:13:\"190.56.32.170\";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 ('e44434eeef219ef477c95e43521eac44e81181ef', '190.56.48.81', 1666021628, '__ci_last_regenerate|i:1666021628;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666021613;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4459f220548b1b49d3a640552ececead808a293', '190.56.32.162', 1686331955, '__ci_last_regenerate|i:1686331955;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686330761\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"mZnzeTbvoQaBcxRSUiE9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4483bd4ca164a72b59dac86c8d26562bd62ac3d', '190.148.252.96', 1673296405, '__ci_last_regenerate|i:1673296405;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673296373;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e448c0b62a6813ac8516696eaa19cbda7c480f6a', '40.77.167.133', 1684025488, '__ci_last_regenerate|i:1684025488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e449e51a2ec40a0dceb8368095a1b8dd8a4aa98d', '200.119.169.82', 1656435083, '__ci_last_regenerate|i:1656434648;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656381927\";last_ip|s:15:\"200.119.170.217\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656435083;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44a14a776cbc2f378580c4c6d25b5accf9039bb', '173.249.31.237', 1659409106, '__ci_last_regenerate|i:1659409106;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 ('e44c21b2cb292022f8998eb2e3b71b0c2d906b34', '209.97.175.37', 1655947889, '__ci_last_regenerate|i:1655947885;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 ('e44ce9e441e1226932f4663928c4677066402220', '66.249.74.98', 1687021533, '__ci_last_regenerate|i:1687021533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44cfc7e35d1b6c9d371cc2991bd497e56f2601d', '52.167.144.69', 1676143340, '__ci_last_regenerate|i:1676143339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44db4a5aec6ffdcdef9d7adb484403786ecb971', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44dbc74ab76615c648a75ef0677fcbd15ae535b', '89.108.88.240', 1679727330, '__ci_last_regenerate|i:1679727330;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 ('e44dd3536121284acf141cde039ebf58d7ac176f', '66.249.79.196', 1660012348, '__ci_last_regenerate|i:1660012348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44ed2ad14aeaa84c49753344926b3e3e87ad9cf', '52.167.144.98', 1686739328, '__ci_last_regenerate|i:1686739328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e44f0878fe50c643ecb07d5a5108b9e700d3fe6a', '66.249.65.177', 1673293352, '__ci_last_regenerate|i:1673293352;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 ('e45353e9a8c91579d7a37f85bfea74e8db063f5a', '18.237.54.44', 1672580062, '__ci_last_regenerate|i:1672580062;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 ('e453accff5e06178094bda24fa179f593b30c663', '190.56.32.35', 1672073646, '__ci_last_regenerate|i:1672073646;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672073641;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e454e157b2f6bdba8dea57e43f4b0b75f14e82fa', '51.222.253.10', 1662168388, '__ci_last_regenerate|i:1662168388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e459618ee7f0881260305d464e125edb8228a41f', '114.119.153.186', 1684592599, '__ci_last_regenerate|i:1684592599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45bbbc2ae89ab03a98c5463077e86659a49e182', '157.55.39.217', 1683443507, '__ci_last_regenerate|i:1683443507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45c162b75ffdc18f24c09c9c5c7ae1a01705065', '40.77.167.85', 1686246280, '__ci_last_regenerate|i:1686246280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45c76d7bb04c1f2d1263fb7fa8e3d0f3b465768', '40.77.167.227', 1678672807, '__ci_last_regenerate|i:1678672807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45e4245350aeec06f12dfdc921d020575e9ba66', '114.119.159.208', 1687578515, '__ci_last_regenerate|i:1687578515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45e6a36f52c5bb01e5869b5d5bb2d9e77818cee', '200.119.173.177', 1685401456, '__ci_last_regenerate|i:1685401394;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685369210\";last_ip|s:15:\"200.119.173.177\";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\";user_csrf|s:20:\"oBEKkcUVN3yHAisf1JCz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45f49c0917aca73db7e87f732d202a7fd409052', '52.167.144.20', 1687702829, '__ci_last_regenerate|i:1687702829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46016499b53b9bbe497f365e32c1aed8866f774', '51.222.253.10', 1662471644, '__ci_last_regenerate|i:1662471644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e461e686e72646f0a0015458431924f292bd8e69', '157.55.39.100', 1671972140, '__ci_last_regenerate|i:1671972140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4670dbd39251692082b0ea0778faf672f48c34e', '66.249.79.199', 1681915580, '__ci_last_regenerate|i:1681915580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46b5cf64c9a5757a95bd2b4aaf5bf17ee84e710', '54.189.154.28', 1670506138, '__ci_last_regenerate|i:1670506138;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 ('e46b623ab831e92491694dddb936888bea7f996e', '207.46.13.215', 1680289495, '__ci_last_regenerate|i:1680289495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46c5bf7fd1c67d68fb8d65de8ebc929825ac20f', '190.56.55.113', 1673802195, '__ci_last_regenerate|i:1673802195;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673802189;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46ca6b2c5f418ac2e154c188fd65c0940ccd71b', '200.119.168.9', 1656187439, '__ci_last_regenerate|i:1656187377;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656165795\";last_ip|s:13:\"200.119.168.9\";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:\"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 ('e46cbd272161da995da9fcb62c3ace3e74fe82d1', '51.222.253.13', 1652711221, '__ci_last_regenerate|i:1652711221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46f1862f878e55b7e99522ca05101324a8976f5', '66.249.79.193', 1653964083, '__ci_last_regenerate|i:1653964083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46ff5e5087fdce20b5594cfea1ada03ad9ba965', '13.38.27.119', 1653408371, '__ci_last_regenerate|i:1653408367;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 ('e471eabeeec0e7fc057b536ca854fbd005722a10', '157.55.39.123', 1673160422, '__ci_last_regenerate|i:1673160422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47273c9abe9b833cb51d7b6ab2e3ce54d5bccc2', '40.77.167.63', 1671956141, '__ci_last_regenerate|i:1671956141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4734ed4f410ea7618cc77e282af2b3b377bfbb3', '54.36.148.77', 1671762130, '__ci_last_regenerate|i:1671762130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e475c663d3440824e371be152d5d1cdbdbec5730', '54.36.148.204', 1670568197, '__ci_last_regenerate|i:1670568197;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 ('e4767e61727407784ecb5d792070eaa4463a8135', '130.245.169.145', 1657274139, '__ci_last_regenerate|i:1657274138;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47a0ca3544016385e10343af0d9a23cba5fcc67', '52.167.144.98', 1684248142, '__ci_last_regenerate|i:1684248142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47b2ff4668b165457c5485d39b0ec55473d0bf5', '114.119.139.226', 1688202810, '__ci_last_regenerate|i:1688202810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47b5fe898a5fe52d14eeec2481793d400cb54cd', '114.119.140.153', 1685090976, '__ci_last_regenerate|i:1685090976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47ba18c0e17ced8fb5ae7f6a5a1904413b97707', '190.148.158.151', 1677501032, '__ci_last_regenerate|i:1677501032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677501029;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47c0a51f4486da7c56d3400b43ab7841122e6c0', '51.222.253.17', 1687578908, '__ci_last_regenerate|i:1687578908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47cd081e387750d60b079a9fc8779b2d14573db', '114.119.128.158', 1688325535, '__ci_last_regenerate|i:1688325535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47d31f731068e67481086fbf1d7add3921490fd', '51.222.253.8', 1678702551, '__ci_last_regenerate|i:1678702551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47e47815742c9b579f8dedab60fd94dbec50bd6', '52.167.144.70', 1688472080, '__ci_last_regenerate|i:1688472080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47e48559960b86e4df246af263cd49b7c028850', '124.206.180.138', 1651804277, '__ci_last_regenerate|i:1651804254;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47e55bc8aa022bddb3ba5d8e67b9aab0dac443a', '200.119.172.65', 1659404375, '__ci_last_regenerate|i:1659404340;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659388783\";last_ip|s:14:\"200.119.172.65\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659404375;register_id|s:2:\"59\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-01 08:31:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47f42b4daf184f9ed87a168eb61b8d528e56451', '52.167.144.98', 1685587480, '__ci_last_regenerate|i:1685587480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47f702e89fe99ace4a9637eca0ffbbfd7908bad', '190.148.157.53', 1684071232, '__ci_last_regenerate|i:1684071232;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684069693;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e482db61809fd1b262ef42201abd7d7cb13c2f9c', '190.148.252.161', 1670095274, '__ci_last_regenerate|i:1670095274;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670094893;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e482f6db8447b963c5fb222dcad2136b0e5948af', '200.119.170.168', 1670693187, '__ci_last_regenerate|i:1670693187;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670693141;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48362cab6ad1961542b7eb5d3b5f2251c826f19', '200.119.170.113', 1666709720, '__ci_last_regenerate|i:1666709720;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"RgLC5xW6tqai3z1YurPp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48527899aae466df056a49d7854bb9dfe21c62d', '190.56.173.175', 1653070399, '__ci_last_regenerate|i:1653070399;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653068828;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4872bfb8e24d97bc4d7023acf23f1a261260d00', '74.208.2.232', 1684500588, '__ci_last_regenerate|i:1684500588;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 ('e4876ea995b6d500d958b66529544211f36261c9', '51.222.253.9', 1679806044, '__ci_last_regenerate|i:1679806044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48815237c39a6cae60818a73876240f4b4c31f5', '200.119.174.132', 1663790795, '__ci_last_regenerate|i:1663790795;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663781335\";last_ip|s:15:\"200.119.174.132\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663790785;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4887a4fb1ddb48e18d4a0773bb0a76e4be30015', '190.56.32.32', 1686061615, '__ci_last_regenerate|i:1686061615;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686061600;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48899a980809083e1da065d7e27a540744e11b6', '52.167.144.98', 1685179195, '__ci_last_regenerate|i:1685179195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e489cce69b27811710689ec1dcd9e4171d374ea5', '114.119.136.155', 1688484522, '__ci_last_regenerate|i:1688484522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48c0e7daa7038fcdd167745987a391c659bcd53', '52.167.144.171', 1685695220, '__ci_last_regenerate|i:1685695220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48c20190ae9b5f367a6d846af61658931c7236a', '190.148.252.151', 1671114438, '__ci_last_regenerate|i:1671114438;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671017636\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671114086;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48c909f67643f568f7189c05161c34a3ad6c4b3', '52.167.144.171', 1684768385, '__ci_last_regenerate|i:1684768385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48dd2b11c3ef7d9fe1c400fef88577eb49e0c88', '190.56.48.81', 1666029827, '__ci_last_regenerate|i:1666029827;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666029741;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e48ec1dff594a5a8248bb81f289d0c88cd86ab8e', '51.222.253.12', 1659331731, '__ci_last_regenerate|i:1659331731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e490c67888d87dc40606823b91eb6ae21b008a0a', '52.167.144.70', 1688395872, '__ci_last_regenerate|i:1688395872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e491e3c23d66d80f8b790bac72e5ab7b59b037b0', '190.56.54.156', 1665340962, '__ci_last_regenerate|i:1665340962;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665340962;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49267ef64145414ce6dad7f66cc088d774566cc', '193.235.141.133', 1682732444, '__ci_last_regenerate|i:1682732444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e495b5e7c3851b177453930e21ff1755c4a4967d', '40.77.167.227', 1678672807, '__ci_last_regenerate|i:1678672807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e495f077aa3c0485ba3036b534b08b2e7918940b', '114.119.154.186', 1684346696, '__ci_last_regenerate|i:1684346696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49706afb85cace4d8daa47e6e44437d45b30b65', '52.167.144.171', 1685546716, '__ci_last_regenerate|i:1685546716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49710be191b006df0e0e353e0c032143a676d49', '207.46.13.142', 1664483830, '__ci_last_regenerate|i:1664483830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e497750b847861ffa0d34e9c5234650dc8ce2bdc', '157.55.39.54', 1659430216, '__ci_last_regenerate|i:1659430216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49815c6178d5e3ea9603d98da8e665626bf518b', '114.119.157.183', 1686894602, '__ci_last_regenerate|i:1686894602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e498b17f3dcc58fd394905e86030bf938143dd80', '207.46.13.12', 1675149522, '__ci_last_regenerate|i:1675149522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49a08d79edc6db92d51cf20decf3fc674b1daa3', '52.167.144.154', 1687787783, '__ci_last_regenerate|i:1687787783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49e1df3f22f27d05ae43d37879dd8638a169c82', '157.55.39.69', 1672390055, '__ci_last_regenerate|i:1672390055;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49ecfb5bf993493931abafc44df1db2e95058a6', '200.119.170.209', 1656880600, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1656880600;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656855612\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656880570;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a066475594ab1151e446e44aefb96c720aa540', '17.121.113.113', 1660373957, '__ci_last_regenerate|i:1660373957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a0a440f790bb453367ec29924cd708f6fccc8e', '190.148.87.6', 1668358538, '__ci_last_regenerate|i:1668358538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668358259;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a26d8ea10c86a7884173f57eddf46dc1702b8e', '40.77.167.184', 1688171828, '__ci_last_regenerate|i:1688171828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a466034de359744597e56b37e44cfceb370f65', '18.206.55.48', 1651586860, '__ci_last_regenerate|i:1651586860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a4b84dc2e0013ea9733e23f17a8344892bde8c', '190.148.252.55', 1675731602, '__ci_last_regenerate|i:1675731602;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675731126;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a5576debf81ee51c2d707b7e7a506c09f97f77', '190.148.158.69', 1685835558, '__ci_last_regenerate|i:1685835558;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685835258;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a5b4d9d2dfe7eab66ebcd39ccc4a6315688d18', '114.119.141.215', 1687507087, '__ci_last_regenerate|i:1687507087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a61a2c7ca60c51ff8fc27eb713a1edfcd11240', '78.137.164.230', 1657556070, '__ci_last_regenerate|i:1657556070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a68089374e7c763945f5de83b8d4c8421f624b', '190.148.157.53', 1683751723, '__ci_last_regenerate|i:1683751723;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683750263;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4a84beed5c4c50e213ffb2e5df8ed632976966e', '200.119.172.95', 1659465217, '__ci_last_regenerate|i:1659465217;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659048084\";last_ip|s:15:\"190.148.252.223\";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\";user_csrf|s:20:\"n6C2i4HNRkpvxgFYaKse\";remove_pols|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4acb89fcececf4a17bba4e3353a93f52bb11566', '190.56.49.237', 1665773488, '__ci_last_regenerate|i:1665773307;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";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\";user_csrf|s:20:\"4B7fuWNM5DXv0pl8doqx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4acc4ceac47a97d8962dabc0b6ccf27e714d717', '40.77.167.184', 1687148487, '__ci_last_regenerate|i:1687148487;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 ('e4adaa16cdd6db1b4748f1e9f2286ede94d768a9', '157.55.39.253', 1682727720, '__ci_last_regenerate|i:1682727720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4af2209f702d33488b0911a5a0dbf650feb411d', '52.167.144.171', 1685811103, '__ci_last_regenerate|i:1685811103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b21cf9a0044ae131568f0fb2c13dca7744273a', '200.119.173.212', 1667933635, '__ci_last_regenerate|i:1667933635;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b2a1420988c867ef143246ab1f35d6a32d0f85', '190.148.252.56', 1663948761, '__ci_last_regenerate|i:1663948761;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663948590;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b4b8f5b8d07005e037a6c9532481ebd04f234c', '157.55.39.164', 1654779566, '__ci_last_regenerate|i:1654779557;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b5785fb4bed70bba47cb36cfdde40b72c2c157', '40.77.167.133', 1683870610, '__ci_last_regenerate|i:1683870610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b6215d8c75c1502bdf92f94bced65b309926f4', '52.167.144.98', 1685975589, '__ci_last_regenerate|i:1685975589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b68f6a3d090019f40486f8554cfdc9feb2ce90', '52.167.144.28', 1679133750, '__ci_last_regenerate|i:1679133750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b88a50839d074838d6c459694446e716512095', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b950fb0981433ee6fbff430b9532108036b035', '40.77.167.178', 1676721844, '__ci_last_regenerate|i:1676721844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b99dc2ecf32e237b00a7cc2b6c89fb00a07595', '200.119.172.60', 1674949426, '__ci_last_regenerate|i:1674949426;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674949359;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bb28287782e6e306896d8cbdbde4c1ada7708b', '51.222.253.6', 1684344277, '__ci_last_regenerate|i:1684344277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bb374d14f715a7a114d2ab4d1223042d5af6f7', '54.36.149.44', 1675429776, '__ci_last_regenerate|i:1675429775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bbd47c909ec4c101a3ff17dbd766c06ea2d008', '200.119.168.250', 1680635256, '__ci_last_regenerate|i:1680635256;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680635141;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bbf0e19bbc4f2111f6ace9b6abe2b29c87845d', '52.167.144.42', 1679258366, '__ci_last_regenerate|i:1679258366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4c116b6f7f6f209493c3cc8c5428bbc65c2d431', '52.167.144.162', 1682047159, '__ci_last_regenerate|i:1682047159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4c1a9d2d4c82b8835e3a518bb91f981ff09fe06', '52.167.144.73', 1679349861, '__ci_last_regenerate|i:1679349861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4c25e6434a852266e7c8ce2407b1175bd05cc9c', '52.167.144.89', 1679317981, '__ci_last_regenerate|i:1679317981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4c8399c2b72cd03208e32f8047e2a3ab281f866', '42.236.10.75', 1653527825, '__ci_last_regenerate|i:1653527825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4c93694570c23700b339d597f73732bb8553a3c', '157.55.39.79', 1669795012, '__ci_last_regenerate|i:1669795012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ca15088bac1b9fcc1eb4e9613d8c4a37d094d3', '114.119.156.86', 1686674868, '__ci_last_regenerate|i:1686674868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ca6f05e7af5ae1eda771d55164dd13690b4360', '34.68.212.90', 1652441418, '__ci_last_regenerate|i:1652441418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ce9bd6386b5563b8f3ec929a4725fc35a56ffc', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d05ab03248368735cedcf1b4d0a77c23717e1d', '190.148.157.177', 1682378465, '__ci_last_regenerate|i:1682378465;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682378306;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d06deff90b5ebf4432080b7309e40184e7e70f', '190.56.32.35', 1672080287, '__ci_last_regenerate|i:1672080287;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672080229;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d25cd0f2d59a3c726b1354d5e262fafe52790c', '190.148.252.111', 1677950768, '__ci_last_regenerate|i:1677950768;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677950765;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d305b9c7cba5a6f9d40897d1afa5f991c49c04', '207.46.13.12', 1675324893, '__ci_last_regenerate|i:1675324893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d321dc32cdc6c7d668794c78c571067b275443', '5.188.62.26', 1654942277, '__ci_last_regenerate|i:1654942273;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d833bccd0f0b8abd9c660a7fe5158de88d1c04', '74.208.2.230', 1684500926, '__ci_last_regenerate|i:1684500926;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d9d4cdc6070dfb34fcbcfc677ea6e97725c302', '114.119.154.5', 1687567536, '__ci_last_regenerate|i:1687567535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4db12165869b881e86997c2e0f0669dbbc620de', '193.235.141.23', 1680884143, '__ci_last_regenerate|i:1680884143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4dc50d3900b7a3b1b17bd7a5fb57f1c02a9de59', '45.63.18.23', 1688456054, '__ci_last_regenerate|i:1688456054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4dd8ff3e621018c2427accaee0955f0bb4b0b84', '157.55.39.192', 1664455901, '__ci_last_regenerate|i:1664455890;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4dea25a666d7d3c7ecce3d6896438fcac47e06c', '193.201.9.12', 1658543082, '__ci_last_regenerate|i:1658543082;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4df5e07b1de5fe07620e1fbba4f6d2929eb702e', '114.119.134.206', 1687982120, '__ci_last_regenerate|i:1687982119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4df8be924774c8a68ce9ce7a41e9587ef304e19', '190.148.158.151', 1677109374, '__ci_last_regenerate|i:1677109374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677109367;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e00940acfe85aa4d10a23a9e1927ccef082927', '207.46.13.205', 1671783518, '__ci_last_regenerate|i:1671783518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e05b6ad0ddc889bcb21894ea66a75080b2b80d', '190.148.157.98', 1679092092, '__ci_last_regenerate|i:1679092092;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679092066;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e17cbe7ef108ca2b5bcfc16d60fc1db573eb7a', '190.148.252.102', 1681904600, '__ci_last_regenerate|i:1681904600;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681904529;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e270640090dee7d1830cdbc189221d99d6f746', '5.188.62.76', 1659518919, '__ci_last_regenerate|i:1659518919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e381b35e38a3d450d15cc6db300018776ebb7c', '190.148.252.55', 1675720316, '__ci_last_regenerate|i:1675720316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675720292;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e4b0780b1f95f8b3b14783274c1c52a311653b', '51.222.253.4', 1679400468, '__ci_last_regenerate|i:1679400468;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e4c81f268957fa7d53fad141aca9f4119849d7', '157.55.39.112', 1666177133, '__ci_last_regenerate|i:1666177133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e548879175891425a55b4f8942488931721436', '114.119.166.166', 1686428750, '__ci_last_regenerate|i:1686428750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e5d8b80db11436d212fd7ead3043d1abb624bf', '200.119.168.48', 1668097982, '__ci_last_regenerate|i:1668097982;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";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 ('e4e6533a26f3f62deaf3f6f89f9070dc2f71a8e6', '157.55.39.62', 1660380171, '__ci_last_regenerate|i:1660380171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e6f83b78544f0c5f9aef767cd4c6871f8d181e', '40.77.167.11', 1674163246, '__ci_last_regenerate|i:1674163246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e7f007a06df0aed19334642f0e974951ada0ad', '190.56.49.237', 1665791994, '__ci_last_regenerate|i:1665791994;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665791957;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e84ccf88e28483746c7528c8c354568065f68f', '198.199.83.54', 1652106261, '__ci_last_regenerate|i:1652106261;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e85d782c5e18a3b786217f161b21b66062d97e', '51.222.253.18', 1688282511, '__ci_last_regenerate|i:1688282511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4e8c4415565341fdbd58a908e42bcf38b70dd95', '207.46.13.10', 1671364875, '__ci_last_regenerate|i:1671364875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4eaaf8dc43e51e17c70c25b16d5d444f8edaba7', '74.201.72.172', 1652177540, '__ci_last_regenerate|i:1652177540;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 ('e4eb8589b3c00e9ae84f9a18d1ab4b12a4a1089f', '50.21.188.2', 1663642570, '__ci_last_regenerate|i:1663642570;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ee7ccfe814a68de8ce02fb9f9d5eb06e99026c', '190.148.157.80', 1669682610, '__ci_last_regenerate|i:1669682610;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669682606;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f1fa2e933b6d22bfcc1d9517025da4df8b1fbc', '17.121.115.4', 1652213758, '__ci_last_regenerate|i:1652213758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f3af497c05f750e361230ac2fbe896968e3ee4', '157.55.39.51', 1669168053, '__ci_last_regenerate|i:1669168053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f6359f86ce397c28d6bfb2c6ac4b1f6670d0e0', '40.77.167.220', 1677296310, '__ci_last_regenerate|i:1677296310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f758778b731d14443d6ec809d8480c9df9cd1a', '65.154.226.171', 1659086169, '__ci_last_regenerate|i:1659086169;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('e4f78ea2dda2eb8d83d2d2bf48be470ea916eba0', '40.77.167.23', 1673654258, '__ci_last_regenerate|i:1673654258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f95d03746cfa0842d3a590707754fd255fe4bc', '40.77.167.91', 1686999498, '__ci_last_regenerate|i:1686999498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4fa486ee1527a7e95a9635d26b275ad746e41ca', '66.249.77.29', 1681585959, '__ci_last_regenerate|i:1681585959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4fb8a4afacbe3b8ed4ec9be9665b4a0f9018558', '190.148.157.98', 1679076156, '__ci_last_regenerate|i:1679076156;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679076099;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4fcdd401f706a3e3a51d7c02eb9bd046fc5497f', '66.249.79.195', 1688566625, '__ci_last_regenerate|i:1688566625;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4fe0290efa7f9c0612c4f7681011faeaf0dcb47', '190.61.55.186', 1684359422, '__ci_last_regenerate|i:1684359422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4fe194007e26b56e3e967fbd335f545b908eb5c', '40.77.167.184', 1687103984, '__ci_last_regenerate|i:1687103984;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 ('e4ff52f95ce5d9887f5869103d8f347b915fc0ea', '40.77.167.91', 1686973936, '__ci_last_regenerate|i:1686973936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ffbb8b979d7bc7e5415dd4dd104a8640c56de2', '51.222.253.14', 1656331718, '__ci_last_regenerate|i:1656331718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ffe4b16b0eef3368f30334b5da49754d0a713b', '40.77.167.202', 1687286807, '__ci_last_regenerate|i:1687286807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5010ae92afc49db024cce8bfc63e806dd589bc3', '52.167.144.82', 1687268524, '__ci_last_regenerate|i:1687268524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5023a94e2c14a31db46089be04869c79a243902', '35.91.45.109', 1663683611, '__ci_last_regenerate|i:1663683611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e503ef5296a4897377a55dea99c005bdfa0a98fd', '52.167.144.31', 1681370028, '__ci_last_regenerate|i:1681370028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5056c4a0bc2fa806f938958d81d4adde2bd10b4', '40.77.167.133', 1684132295, '__ci_last_regenerate|i:1684132295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50577e06a44c4739ba725e7ba90c6a719661311', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5059f5ce9e9e769947c1261bd12f06d6f231b51', '200.119.168.250', 1680627656, '__ci_last_regenerate|i:1680627656;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680627634;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e505b53b700eb2257b59a4845acdeb9db31611a6', '192.99.18.122', 1652019452, '__ci_last_regenerate|i:1652019452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e508895084dcd3ef145e97f439c144419e25e7df', '190.56.173.152', 1654985116, '__ci_last_regenerate|i:1654985116;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654956724\";last_ip|s:14:\"190.56.173.152\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654985096;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e508adfe0b4aec771ea1d42ad64b691679aa88cc', '190.56.55.0', 1687805601, '__ci_last_regenerate|i:1687805449;requested_page|s:15:\"admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e508e23b0d4558a052f08f7a145f571e61f3b994', '54.36.148.132', 1679599510, '__ci_last_regenerate|i:1679599510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5093b91ea8f0295c01a9401815301fe056a4495', '52.167.144.28', 1679619252, '__ci_last_regenerate|i:1679619252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e509867406fadc52ba9bd7b0981aa72f8c4f110c', '190.56.54.156', 1665154973, '__ci_last_regenerate|i:1665154973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665149005\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665154958;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50a9985bb8c6d754467d6b32c01427b3976cee0', '40.77.167.202', 1687351042, '__ci_last_regenerate|i:1687351042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50b0db33a9ac020d95ee0ef4fb38800b13caf59', '114.119.150.75', 1685625697, '__ci_last_regenerate|i:1685625697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50b177f382a9bb9a1b66587c903b480d7ecb405', '190.56.55.113', 1673453815, '__ci_last_regenerate|i:1673453815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673453803;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50b4c95b319bb37c510665b8e5f5fac9d2380c2', '190.148.157.80', 1669427425, '__ci_last_regenerate|i:1669427425;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669299934\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669427409;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50f7046c3000a4a8115ce344654775bb0d28507', '157.55.39.51', 1669456731, '__ci_last_regenerate|i:1669456731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e50f993a443da8217db245143c4af6600e50a225', '157.55.39.206', 1677652580, '__ci_last_regenerate|i:1677652580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51096f3883ad74b6a0b590ef4c820c350162f9d', '52.167.144.133', 1684126690, '__ci_last_regenerate|i:1684126690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5109c751c7b3be005ace0f3bd32a0baff516752', '51.222.253.1', 1681819977, '__ci_last_regenerate|i:1681819977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5140a4c6805459a3464d31e6f4a7fce32a0cf62', '207.46.13.127', 1657126339, '__ci_last_regenerate|i:1657126339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5142e96ba5d32e582263a9ca2b36ab0e830b718', '51.222.253.16', 1665040851, '__ci_last_regenerate|i:1665040851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e515c2c093ec803757199f5dedd30d3150d76636', '190.148.252.183', 1681403976, '__ci_last_regenerate|i:1681403976;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681402845;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51660ede8d5dc4d817dc8a6d1b74910c239d590', '200.119.173.130', 1675946964, '__ci_last_regenerate|i:1675946964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675946957;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5170d5ef671820ab6a915384806afc6a0d22908', '190.148.158.151', 1677020119, '__ci_last_regenerate|i:1677020119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677020112;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51791dfc660e2835be1b2029cc8ffde706b0a30', '209.145.55.127', 1651055018, '__ci_last_regenerate|i:1651055018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51a863c8690cc71da51f48e52fa0df56138f65a', '18.237.11.116', 1686870580, '__ci_last_regenerate|i:1686870579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51ace53b01fed359beb06eaa98113246ec00f4f', '54.36.148.82', 1680830627, '__ci_last_regenerate|i:1680830627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51bec38d8be1c64b329ff2b839e5130ec43f01d', '17.121.115.145', 1662445755, '__ci_last_regenerate|i:1662445755;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 ('e51c252d5b09b0fe7c722e9439b369c5a67476fd', '40.77.167.255', 1684599719, '__ci_last_regenerate|i:1684599719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51cbb63705f214acc368891f8f9ce879cf40d47', '52.167.144.162', 1686372983, '__ci_last_regenerate|i:1686372983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51cf59c3934c79baa15043d8244384cbed72049', '40.77.167.2', 1668367022, '__ci_last_regenerate|i:1668367022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51ef57720cc097cfd92e0c3781f4f577931ee4d', '157.55.39.216', 1676589271, '__ci_last_regenerate|i:1676589271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51ffabb3e1cbf80b038219407282a3a744f2459', '51.222.253.11', 1669026643, '__ci_last_regenerate|i:1669026643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e520adde9aed9106fe902c7394118453dd0a4f8e', '190.148.252.183', 1681310596, '__ci_last_regenerate|i:1681310596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681310474;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e520d8dbe7366498cf24f55eae805f7dcbfbfbb4', '190.148.158.151', 1677429704, '__ci_last_regenerate|i:1677429704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677429702;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52156e879ae2a3fbd49582a192b80213e540255', '40.77.167.232', 1680759596, '__ci_last_regenerate|i:1680759596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e521d8837778c93090d9d19a8576226b5f02d445', '190.148.252.36', 1661880489, '__ci_last_regenerate|i:1661880489;requested_page|s:14:\"admin/products\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661868956\";last_ip|s:15:\"200.119.173.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661880114;register_id|s:2:\"89\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 08:40:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5225fe3161d0972199413a6ec186e495ea0ab1c', '190.148.252.96', 1673177279, '__ci_last_regenerate|i:1673177279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673091903\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673177258;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e522c6ba4d4df743f8b4619a3f90e36f184d7641', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5230d4c686ab4ff9de96b1e509473cbf3c288c9', '200.119.173.107', 1686838858, '__ci_last_regenerate|i:1686838858;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686838852;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e523855fbdcc4bf26cd9d12e7c58a4d6e81e91fc', '52.167.144.164', 1685711444, '__ci_last_regenerate|i:1685711444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52451d70e2b0c2e5693b63f780a609d613ac023', '205.210.31.155', 1658548832, '__ci_last_regenerate|i:1658548832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52703b1337375fa2c4669a5b9dcf0ff3c560b5c', '52.167.144.164', 1685536550, '__ci_last_regenerate|i:1685536550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52cdeee56562cc48227f66803232cda69ce3834', '159.223.239.223', 1650818706, '__ci_last_regenerate|i:1650818702;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 ('e52d1ffd34fda522b94b92d632191eedce7a9703', '114.119.130.14', 1687616929, '__ci_last_regenerate|i:1687616929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52d9419ff0d5b32ec649c1be0a04861d7390d88', '69.160.160.60', 1662188503, '__ci_last_regenerate|i:1662188503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5312c488a2b9584660dc2013fc3073c95dc8741', '52.167.144.28', 1679310355, '__ci_last_regenerate|i:1679310355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e532781334d2a5ccb7ff2739c2bf62d1f3aed3ea', '52.167.144.82', 1687513382, '__ci_last_regenerate|i:1687513382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e532c73ec8537b9661e745e9b974ec891111a98b', '157.245.196.61', 1652586781, '__ci_last_regenerate|i:1652586776;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 ('e53497537f547d6abc00475d165c48cc02dfacec', '157.55.39.217', 1683192184, '__ci_last_regenerate|i:1683192184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e534c6d28d4907c8edd25d2194ec382c910b113d', '40.77.167.13', 1673056674, '__ci_last_regenerate|i:1673056674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e534d03c883a0fbd29d53e3cdfde05c3c27838d6', '54.36.148.183', 1661890801, '__ci_last_regenerate|i:1661890801;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 ('e536b8a34b024a3963b8d333607c22c849b0459f', '82.80.249.158', 1668921125, '__ci_last_regenerate|i:1668921125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e538db604f82d5d4a4b423f11721d569f585ea95', '149.57.16.7', 1653806996, '__ci_last_regenerate|i:1653806996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e53b1aceda058bdfec3208a1d65983b4c87aba77', '190.148.252.96', 1673224797, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673224797;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673224738;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e540f50e754c96fb05e498143491e762f4a4786d', '54.36.148.138', 1659227898, '__ci_last_regenerate|i:1659227898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e541d6511d0c26cbe7952b77df2695dda8c2a53f', '52.167.144.171', 1685383123, '__ci_last_regenerate|i:1685383123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5440f0f37a43e35f130b236bb05c61a2a9add3d', '144.217.135.181', 1653430258, '__ci_last_regenerate|i:1653430258;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 ('e544b450b2954ca2fe64960dfe0a0310fcf465fc', '50.21.188.63', 1672704957, '__ci_last_regenerate|i:1672704957;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5451cef4f40ee2a9e8d9c69ca6f79d1d3f6c3f4', '114.119.131.97', 1685741037, '__ci_last_regenerate|i:1685741037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5458245ed776c3f7da2395fc9858f442c682937', '45.63.18.23', 1688469977, '__ci_last_regenerate|i:1688469977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e545b225010a271cf346bba0123a96c1e86f7827', '143.110.177.246', 1651080667, '__ci_last_regenerate|i:1651080667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5477115807c0e97e860d1bdce7cdc332b7cc791', '200.119.170.210', 1669760704, '__ci_last_regenerate|i:1669760704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669760699;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e547b7cdd6bf101a761f50d1701bba29c9ad2b9c', '40.77.167.37', 1669419382, '__ci_last_regenerate|i:1669419382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e548180ea74c0b3464ce530166b5a4696db969e8', '40.77.167.100', 1672373329, '__ci_last_regenerate|i:1672373329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e548c4915dbb2d7927495d52fc6c3dc107968611', '157.55.39.100', 1672259583, '__ci_last_regenerate|i:1672259583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e54c28cea7614d62909a2cefe3ce548d5b887d2a', '35.165.68.108', 1653485430, '__ci_last_regenerate|i:1653485430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e54c8365d35a3b89c0b5dd0da1132043066ec237', '54.36.148.250', 1676414175, '__ci_last_regenerate|i:1676414174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e54cebf577f6be1c69be200dffd5fdb667463a89', '51.222.253.12', 1664963222, '__ci_last_regenerate|i:1664963222;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 ('e55062ec3aa7ad233361fd128d831b46eb3505ab', '157.55.39.147', 1671972156, '__ci_last_regenerate|i:1671972156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5521929b797e4d041c36965ef348222020c1c6b', '40.77.167.13', 1672812011, '__ci_last_regenerate|i:1672812011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e55306306a2a5e78411a230924da3386e00c783c', '114.119.131.123', 1687126594, '__ci_last_regenerate|i:1687126594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e553287383868985742735e832325ca1cd0f4ed3', '52.167.144.164', 1686562503, '__ci_last_regenerate|i:1686562503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e55627827decf86e6fcd5d9e27a1876fade0c38a', '200.119.168.250', 1680894638, '__ci_last_regenerate|i:1680894638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680893623;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e556cc1e854a3f5b280dabf80565d28eddf573cd', '52.167.144.98', 1685131311, '__ci_last_regenerate|i:1685131311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e558a2adc112e93cd6408cfe7e393d50624c9a3a', '40.77.167.244', 1677780063, '__ci_last_regenerate|i:1677780063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e559d482616ab2c5cf8348f4c061c55d988864c0', '35.193.161.37', 1651787253, '__ci_last_regenerate|i:1651787253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e55cb040a140498a15c3ba0f86d65661ddbb8d5a', '114.119.132.187', 1687558284, '__ci_last_regenerate|i:1687558284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e56193682c5d4b2b0fb1e813106be2afd9a10fa0', '190.56.49.237', 1665764344, '__ci_last_regenerate|i:1665764344;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";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 ('e562d6f51133aab4edccf784b229ce96bb7a575e', '52.167.144.154', 1687595166, '__ci_last_regenerate|i:1687595166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e56351e49e60351143962cac5aa98de0554b9335', '190.56.32.174', 1676656018, '__ci_last_regenerate|i:1676656018;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676633086\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676655851;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e564a28f81544e1fb0333b4307f0a7b61923730d', '190.148.87.96', 1678193095, '__ci_last_regenerate|i:1678193095;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678193009;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e566da04350d3289d388819ffcb6d13f33ef9fbc', '40.77.167.91', 1686934788, '__ci_last_regenerate|i:1686934788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e56730fee9e79b7eaa52f8d6b4c86073bf037fd6', '114.119.131.120', 1688468356, '__ci_last_regenerate|i:1688468356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e56731cc7e33d85570b3063f2b705176a80b6be6', '66.249.74.103', 1683524246, '__ci_last_regenerate|i:1683524246;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 ('e56781171f27e1e8956efe778a66f0a92d854a3a', '104.131.94.164', 1657274123, '__ci_last_regenerate|i:1657274123;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 ('e56a1a1618d3e93a8ffc328de154baaabbd8f4b6', '190.148.87.6', 1668191607, '__ci_last_regenerate|i:1668191607;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668183023\";last_ip|s:12:\"190.148.87.6\";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:1668189494;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e56c7162ddc7af859e603a76cf22b6394f32faa4', '190.148.158.151', 1677116599, '__ci_last_regenerate|i:1677116599;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677116599;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e570a5a852501aa002eaf1e68568f043b142b3d6', '52.167.144.98', 1684132425, '__ci_last_regenerate|i:1684132425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e570b17d23d1c461c109848b49150ce5a80abc6b', '207.46.13.210', 1677513327, '__ci_last_regenerate|i:1677513327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e570ecf07a35f053ff43f7424a86278b5583833e', '51.222.253.1', 1651030493, '__ci_last_regenerate|i:1651030493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e574fac396229531ad9d910cb06082b87f9aa108', '40.77.167.43', 1659163170, '__ci_last_regenerate|i:1659163170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e575cc255de6f0842d9fa286c6225485e5e94ba3', '114.119.138.205', 1688178664, '__ci_last_regenerate|i:1688178664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e577ede91f12b404a54f71d073117a9bd8478c14', '190.148.252.161', 1669850460, '__ci_last_regenerate|i:1669850460;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669849300;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57bf57852e9e96a21c0a994f751096efe0e873d', '106.75.154.10', 1686904300, '__ci_last_regenerate|i:1686904300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57e0aea0a5b8be4f2ec9dd56b6d5a2ee24d89e2', '52.167.144.74', 1688283078, '__ci_last_regenerate|i:1688283078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57e4b17d15c562e14611b74db16c2a172d1d87b', '40.77.167.60', 1671706579, '__ci_last_regenerate|i:1671706579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57e9e83e7f2458233941b4778970b3141bff8ef', '40.77.167.202', 1687590303, '__ci_last_regenerate|i:1687590303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e57f43bdd6804ca03515461a8cdc6ea63e6c3145', '157.55.39.212', 1677429723, '__ci_last_regenerate|i:1677429723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e58285dcb73dd5236268e4c36af210b0ecd10ec7', '114.119.129.158', 1688109042, '__ci_last_regenerate|i:1688109042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e583371ff9549212b9f9c430d685ece91e7eba14', '135.181.154.144', 1663832809, '__ci_last_regenerate|i:1663832809;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5833cc30cc993f3fe6ce549667a68470f422d43', '200.119.169.19', 1668177639, '__ci_last_regenerate|i:1668177639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668177622;register_id|s:3:\"141\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-07 09:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e583c14f6db8ae65d2bf89c410a3b33363d08793', '17.121.113.132', 1651409741, '__ci_last_regenerate|i:1651409741;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 ('e586a33c661cb0ec14609486c4de018ce695f2e1', '190.148.157.53', 1683934035, '__ci_last_regenerate|i:1683934035;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1683570340\";last_ip|s:14:\"190.56.173.213\";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 ('e586fa2aede9aa6424a76d92111f91afc811f8e9', '190.148.157.177', 1682388639, '__ci_last_regenerate|i:1682388639;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682388552;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e58b58afccbff040d8637ddef61115b1a1cfeaea', '54.36.148.231', 1652951292, '__ci_last_regenerate|i:1652951292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e58f617982f27ec24b6807a34a5e29bb1849bedb', '54.36.148.5', 1655103788, '__ci_last_regenerate|i:1655103788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5902b92855c13dc99cf74a38f808f7b92b007e8', '163.123.143.82', 1673574397, '__ci_last_regenerate|i:1673574397;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59230d594006ae54dffeaea046e122e7a704532', '23.236.59.4', 1651917951, '__ci_last_regenerate|i:1651917951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e592e0fa4f2ea1a2211f205a60383d32e749a547', '40.77.167.30', 1656909458, '__ci_last_regenerate|i:1656909448;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59470c397171caa2b41c696f8819c4b717846af', '52.167.144.164', 1684672783, '__ci_last_regenerate|i:1684672783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e595aea2bbe0a3467d72032a2ec323c87daccb36', '52.167.144.98', 1685760627, '__ci_last_regenerate|i:1685760627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59614aa090ed30941d288108af48ef3e2395d08', '190.148.157.177', 1682086716, '__ci_last_regenerate|i:1682086716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682086712;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e596cc89716854736f44ad805f82ced12ada44cf', '66.249.74.97', 1680701563, '__ci_last_regenerate|i:1680701563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59781ade2cdd56d5330b694768b4a8c4a339f20', '190.56.49.237', 1665691123, '__ci_last_regenerate|i:1665691123;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665691106;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59838088548734075811274828f2b2518f8309c', '146.190.237.54', 1672952216, '__ci_last_regenerate|i:1672952216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59af23757990767f2c33b0936af9878762244bc', '51.195.90.229', 1650840728, '__ci_last_regenerate|i:1650840727;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59f1a6ff1392939fba1ff772514c9da7ae286b4', '114.119.146.55', 1687550407, '__ci_last_regenerate|i:1687550407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59f2320d28ef7f8656d87c6933ff1669bb4dfc7', '51.222.253.14', 1668054096, '__ci_last_regenerate|i:1668054095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59f5dd3d1963b5fb047213dab6b6e9d616f0fdb', '54.36.148.194', 1653308808, '__ci_last_regenerate|i:1653308808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5a006a0a0e6f0a3e275644be604cbdec0c9e827', '52.167.144.63', 1687154628, '__ci_last_regenerate|i:1687154628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5a15bc871608509a871cd8894b43cb49baaa3e0', '167.248.133.118', 1653227014, '__ci_last_regenerate|i:1653227014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5a5d64a52f705eb45442b669532dca86c352b78', '114.119.140.48', 1683757182, '__ci_last_regenerate|i:1683757181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5a70d8e43013fd7a7d85af54ceab2f0a97a698b', '190.148.157.98', 1679069785, '__ci_last_regenerate|i:1679069785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679069499;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5a9483d71e0af41f7160a3d748fc08c68b0d4b3', '46.228.199.158', 1684682668, '__ci_last_regenerate|i:1684682668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5a9ad284c3ce85d833ad7201d762de8c7f57f12', '190.56.55.113', 1673555333, '__ci_last_regenerate|i:1673555333;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673523314\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673555310;register_id|s:3:\"179\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-12 11:01:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ade7183131ac9599e1a5473b31841c0d7fe529', '66.249.65.161', 1668541238, '__ci_last_regenerate|i:1668541237;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ae33c6378873f80486ee5b9d5efcc1a25dd602', '190.148.252.183', 1681508304, '__ci_last_regenerate|i:1681508304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681508288;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5afa0e5d1c36acc4c2ed0a906d26f56ceb6b69e', '200.119.173.90', 1657227947, '__ci_last_regenerate|i:1657227932;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656969858\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"GvOdsQXA5MDiF7zuaNhf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5b409b22c3c89218defdfd9be8c65026ad0de01', '192.99.18.122', 1652019450, '__ci_last_regenerate|i:1652019450;error|s:98:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://www.google.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5b439b49c34c2ebf8b6fd171cd2a6946be617ef', '114.119.145.47', 1685456167, '__ci_last_regenerate|i:1685456166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5b4f8269609a261f287db2610618a1805e224c8', '52.167.144.164', 1684294950, '__ci_last_regenerate|i:1684294950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5b54a58b01ccf6e3008c1ce7bd385378cdfcc70', '207.46.13.127', 1657128052, '__ci_last_regenerate|i:1657128042;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5b6f22fcdc5c6512be60c7bdc67a6f84e3263c0', '190.148.157.99', 1662587274, '__ci_last_regenerate|i:1662587274;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 ('e5b9251ef5f01f6e7c9c55a2f223f48cd5cf93ce', '207.46.13.207', 1681371805, '__ci_last_regenerate|i:1681371805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ba12a34ce63ce47896f984b8e55f02fec9ac75', '51.222.253.8', 1685964511, '__ci_last_regenerate|i:1685964511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5bb71943bec121e9cc171f2c3d9e9f6ed9e9fdd', '134.122.44.184', 1688343446, '__ci_last_regenerate|i:1688343446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5bc3e69aecf67246e027d9f36e925479f72a33b', '52.167.144.49', 1677221577, '__ci_last_regenerate|i:1677221576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5bcd43425227c3b019865bec2f4b1c3dd37ad84', '52.167.144.98', 1686769229, '__ci_last_regenerate|i:1686769229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5bd4ede60bb9f6bf6e019ce169f13f2d28b79e3', '66.249.79.199', 1681917516, '__ci_last_regenerate|i:1681917515;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5bd77fd2eaaca213c91a8cf6e2f683721dbe5e3', '114.119.156.95', 1686422653, '__ci_last_regenerate|i:1686422653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5be9e6f535abecdf974ad845a583f5fff8baa2b', '114.119.146.179', 1687909404, '__ci_last_regenerate|i:1687909404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5c053547df1080309e31df8b4fe9f927693be7a', '114.119.144.85', 1687671276, '__ci_last_regenerate|i:1687671276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5c35a3239627edabce27bf26c663812a364121a', '51.158.125.31', 1656187970, '__ci_last_regenerate|i:1656187970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5c3f8585bc7f176d54cf96a77918c32434fa79f', '190.56.55.113', 1673625153, '__ci_last_regenerate|i:1673625153;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673610640\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673625063;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5c4d89bd2b74e0af3b8504f4cdbe77434fe5c40', '157.55.39.51', 1669419362, '__ci_last_regenerate|i:1669419362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5cb5597bc5335bef04ccaccbb732f8971a15de4', '114.119.146.195', 1688194848, '__ci_last_regenerate|i:1688194848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5cb97d6dc13487a543e3d26c1493b2d904098e5', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ce6b65d703ea0ce340504f3418ee7ea9602fed', '200.119.168.1', 1655386532, '__ci_last_regenerate|i:1655386532;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655385723;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d08dd4245e3bda32d4963ceb21b7e916f4f57a', '40.77.167.101', 1681467381, '__ci_last_regenerate|i:1681467381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d51e351a49bc251a2124404b45cf8a4a8c5a81', '190.56.50.253', 1682463524, '__ci_last_regenerate|i:1682463524;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682463329;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d5f4eddccdd282cac7d8c6ed47201e14e72098', '207.46.13.31', 1653490224, '__ci_last_regenerate|i:1653490224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d7ff6cd0a7eb27c959536d59ad9e0ee323a688', '51.222.253.17', 1675125578, '__ci_last_regenerate|i:1675125578;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 ('e5d9330ab7d3367d00c43d789c12d269d06c09ad', '207.46.13.10', 1672603562, '__ci_last_regenerate|i:1672603562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5da1996df37c2100ef01448448a88ece7a81009', '17.121.115.195', 1653405630, '__ci_last_regenerate|i:1653405630;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5dca0f87aaaa8cdb1b9bb16df943af9b0ee1b7e', '190.56.55.113', 1673479510, '__ci_last_regenerate|i:1673479510;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673479485;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e0dc7ca8f108ec0c56dfd80661eeb7f6b9e239', '190.56.54.135', 1663594782, '__ci_last_regenerate|i:1663594782;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663419227\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663591521;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e2a569d92586b5c50efac4e096d47f955f33a2', '157.55.39.131', 1663972670, '__ci_last_regenerate|i:1663972670;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 ('e5e35442a3615c91cfcc9fbc633295b0d3314af2', '190.56.173.213', 1683375993, '__ci_last_regenerate|i:1683375993;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683375945;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e3a549ba7d52350c0f3da5a8aae78e0bf43173', '51.222.253.15', 1673808003, '__ci_last_regenerate|i:1673808003;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 ('e5e44c1af4df1701c0fd794dd1920d7812bc95e6', '18.206.55.48', 1658186808, '__ci_last_regenerate|i:1658186808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e5250f235d6bb03665f5e8192d4b81e55276a7', '200.119.168.250', 1681088679, '__ci_last_regenerate|i:1681088679;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681087651;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e54ccdd9d0eb4f15bbaaffde18756ce0c198fa', '52.167.144.98', 1686568282, '__ci_last_regenerate|i:1686568282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e65353ca874e63f966956980518bbb3f248824', '157.55.39.173', 1669577832, '__ci_last_regenerate|i:1669577832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e8e7a3252774ce150cd6bb36b927d23e3461bb', '17.121.113.121', 1659280920, '__ci_last_regenerate|i:1659280920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e98a92acaca3255c56127f16dc78aa3981ec7b', '17.121.114.69', 1659767524, '__ci_last_regenerate|i:1659767524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ea0a93d90a100ab8aeb0ffcd06c88bf5527351', '34.210.26.164', 1660743429, '__ci_last_regenerate|i:1660743429;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 ('e5eb05459201e1ef34404cc11559e58a02ac7899', '66.249.79.195', 1687617537, '__ci_last_regenerate|i:1687617537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ed057f76592caa3bb03909df5f49ac1bd63458', '51.222.253.10', 1674831411, '__ci_last_regenerate|i:1674831411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ee41c4a79daa7d6f815d16f7ec714e1ac32ee2', '207.46.13.215', 1677244738, '__ci_last_regenerate|i:1677244738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f01f1c954da60b6aebe7e922cbf4d50543454b', '114.119.158.227', 1688213884, '__ci_last_regenerate|i:1688213884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f04a28c085c15bfe2205058e39b57b4e4cf9ea', '52.167.144.171', 1685077872, '__ci_last_regenerate|i:1685077872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f0fc20e4f40408a1b27d34903a81b2faa1d3fa', '114.119.156.27', 1686514796, '__ci_last_regenerate|i:1686514796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f18d66ae8720b27b3561ebc8df323f8ac19681', '40.77.167.182', 1683192138, '__ci_last_regenerate|i:1683192138;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f1b7846fd70597dd63f0536e9e2250d0733115', '40.77.167.220', 1677410684, '__ci_last_regenerate|i:1677410684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f2852029499fcd1e3d6a4d810f6e3f7260d0cc', '200.119.170.137', 1668649809, '__ci_last_regenerate|i:1668649795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668649809;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f29fd78e5771c746790feb7f0a8b3da80f50f5', '40.77.167.182', 1683014348, '__ci_last_regenerate|i:1683014348;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f400665313376da1010b07c9e5d1a2a2a7eb77', '190.56.54.129', 1653569471, '__ci_last_regenerate|i:1653569471;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653524823\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653569419;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f4359d9b41ce96e95a30eecf85c9bb80715b36', '52.167.144.162', 1686572713, '__ci_last_regenerate|i:1686572713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f53cf1401ab62e4e0d189c4b763f03084ab763', '190.148.158.175', 1672426529, '__ci_last_regenerate|i:1672426529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f5e0a701d32bd8fa7582d83dd0d0e0da0a1e96', '52.167.144.162', 1686339249, '__ci_last_regenerate|i:1686339249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f6332fa8b16dfcefcdadecb5ef77a1e16ee009', '54.214.123.76', 1651929311, '__ci_last_regenerate|i:1651929311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f72174576127d9f5f6586014158efcd4719199', '40.77.167.225', 1676552442, '__ci_last_regenerate|i:1676552442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f79396ae908e6871c44aac388c28392c2e9e03', '114.119.135.253', 1685360920, '__ci_last_regenerate|i:1685360920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f8b3fea983112045df8fa01f7f2e8e4a745232', '207.46.13.12', 1675584085, '__ci_last_regenerate|i:1675584085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f8f7f8c8727aed339056061a16f916811a648d', '51.195.216.255', 1650898615, '__ci_last_regenerate|i:1650898615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f9ad93053aa04d353d8404ce2b73eae57cc696', '114.119.146.226', 1687798387, '__ci_last_regenerate|i:1687798387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fa649962a9428add74cf6ce95ad8611b631b6e', '114.119.141.80', 1685103890, '__ci_last_regenerate|i:1685103890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fbd4ddd5de83682b0be55807f0e6f6202f2876', '40.77.167.79', 1654986705, '__ci_last_regenerate|i:1654986696;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fc801cea5115d4416f9112f73b940f311b64b7', '144.76.67.169', 1676799067, '__ci_last_regenerate|i:1676799067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fcd8551398e533a0646e7c1aac572f9d5126a7', '157.55.39.51', 1667912212, '__ci_last_regenerate|i:1667912212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fd3d50a6e4051d4953fd8218893d1e65ed48fc', '66.249.79.199', 1654404470, '__ci_last_regenerate|i:1654404466;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5fec97ab43b686541811d4f4dcf13cff5555089', '190.148.252.151', 1671056439, '__ci_last_regenerate|i:1671056439;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671056222;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ff47ab4b8c8cc1df58056f4f7bd34104d2fddd', '114.119.133.125', 1687964015, '__ci_last_regenerate|i:1687964015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ff747a91d2df511fae6faf99bb346015842da6', '193.201.9.12', 1656076824, '__ci_last_regenerate|i:1656076822;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5ff860fb325a3f34501ab56b207663fb008f5ea', '157.55.39.173', 1669577833, '__ci_last_regenerate|i:1669577833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6015a984b7cb08059ae2d9d9739a6aaaa0164e4', '52.167.144.41', 1687094903, '__ci_last_regenerate|i:1687094903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e602383f91943144d4be74236c9f9d492dcc3fa6', '54.227.32.154', 1651126688, '__ci_last_regenerate|i:1651126688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6030cd35f097ce7ab8c61cee3163b8edc7b7e30', '190.148.87.164', 1667923472, '__ci_last_regenerate|i:1667923472;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e603dd099cdc269dacf7f5780046f507ac4f4dab', '173.44.51.5', 1684379231, '__ci_last_regenerate|i:1684379231;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 ('e6044cf3b83c43940ad66b9178a410e92d0676e0', '40.77.167.56', 1673206411, '__ci_last_regenerate|i:1673206411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e606ef78860ad2a9f7c818506736952cfa0ab992', '40.77.167.37', 1667949866, '__ci_last_regenerate|i:1667949866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e60734c33bdfd33bfe27d69bb9bd90a46fc23d3f', '190.56.173.130', 1650904973, '__ci_last_regenerate|i:1650904973;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e607544069cdec3e4044ecdfa206a1cd59b30eab', '52.167.144.70', 1688464214, '__ci_last_regenerate|i:1688464214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e607b5c610508d1d95b1a70ce969b584496f85f2', '146.59.157.229', 1650749685, '__ci_last_regenerate|i:1650749685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6083bbb773f593984efd05c000476bcdb5f0da1', '52.167.144.98', 1684315721, '__ci_last_regenerate|i:1684315721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e608ccc031c0d33ab16fc9764aa8a0276aef7a15', '52.167.144.73', 1679787443, '__ci_last_regenerate|i:1679787443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e609765cedb0d1b46bf41150fbdabf4d041fee4f', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e60b8d72595a574ab7c01476a93f8ccda9f95534', '128.199.118.164', 1657430428, '__ci_last_regenerate|i:1657430423;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 ('e60ce37e44894866792cf7d8110fb2cf8d0043f0', '54.37.204.35', 1675847356, '__ci_last_regenerate|i:1675847356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e60ee43fe4ac0ad868186929571e06690437cada', '52.167.144.162', 1682792754, '__ci_last_regenerate|i:1682792753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6104a875e83a279ebf91a6c091b6d89918b8b8b', '190.148.87.6', 1668433299, '__ci_last_regenerate|i:1668433299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668433292;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6104ebe68e56c2952b2ccbbf7f34ab1785dc6dc', '17.121.114.17', 1662147730, '__ci_last_regenerate|i:1662147730;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 ('e612800684c6948dcc638b6dab2969b402b22e00', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e614a62ffb5c47a7a190694e7e15b3b668b6c9bf', '93.158.90.68', 1677424052, '__ci_last_regenerate|i:1677424052;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 ('e6150b70ab5d152a5ea1560fb45161c2502ed278', '157.55.39.131', 1663954716, '__ci_last_regenerate|i:1663954716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61578d1ebc316e1ecdbafdd0ee556719bd6a57e', '190.56.32.174', 1676815825, '__ci_last_regenerate|i:1676815825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676815815;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e615c0c325745bc59d90852beeaa9124f4061164', '207.46.13.51', 1663163734, '__ci_last_regenerate|i:1663163734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e615e80a87257a518c24e1874f7c9842edc9cd94', '190.56.32.162', 1686437736, '__ci_last_regenerate|i:1686437736;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686437729;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61747b0aec5e0c15c3a16382ef681ad2ad82f2d', '51.222.253.15', 1684575601, '__ci_last_regenerate|i:1684575601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6181fa6bee721c555788e4babce8c41eb749056', '190.56.49.187', 1688235676, '__ci_last_regenerate|i:1688235676;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1688048817\";last_ip|s:13:\"190.56.49.187\";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 ('e619097375499b4d48f1f44fb8f8ba3191481501', '190.148.252.195', 1653951586, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e619152c441f008d927c2dcfed5c3605d63f86ee', '176.67.82.4', 1683765782, '__ci_last_regenerate|i:1683765782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61a97accf25c845cfba6b20cfa88945d0098fa2', '190.148.252.96', 1672938034, '__ci_last_regenerate|i:1672938034;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672917479\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672938021;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61b97af05259022ca25ddbbacf30d8b77b9b415', '17.121.112.170', 1652794330, '__ci_last_regenerate|i:1652794330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61dce6243ce99e24918702a3b08732e0a7c27b1', '66.249.64.33', 1677144746, '__ci_last_regenerate|i:1677144746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61e14bc9a6f635dd7e71ee100d2f7bdcc7d9238', '190.56.32.35', 1671657697, '__ci_last_regenerate|i:1671657697;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e61f72b9d91e304ff3fb4b0faf57ecf8ce981aa8', '157.55.39.216', 1676753237, '__ci_last_regenerate|i:1676753237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6224648c946039e05fe4b23cf9bc4b3230b8a08', '190.148.252.183', 1681257485, '__ci_last_regenerate|i:1681257485;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681256606;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e622bfd09521ec028ce8016deef2e8079b69fb08', '52.167.144.162', 1686667321, '__ci_last_regenerate|i:1686667321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6251d09094bd93a676cea5d7e4d42253c5cca2c', '114.119.132.122', 1684853048, '__ci_last_regenerate|i:1684853048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6253507aa58db8fdb07ca4062b8f89e57ff14e9', '52.167.144.107', 1680712505, '__ci_last_regenerate|i:1680712505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6264d1ce11f056d33d4aad858a6fdd89353e943', '52.167.144.162', 1682893802, '__ci_last_regenerate|i:1682893802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6271580ba7ca886e1ad54af927e8cd37f2ec41b', '130.245.169.70', 1657360536, '__ci_last_regenerate|i:1657360535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62a43ebcbce04736987e686cc72ef64c2d9a66f', '114.119.136.190', 1687719200, '__ci_last_regenerate|i:1687719200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62acdfb6b801fb7b0a355ee85bb3d66ff0e8180', '52.167.144.98', 1685979583, '__ci_last_regenerate|i:1685979583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62b73d2c1b90efa6a0f13b036579f3412add08b', '190.148.87.182', 1679696929, '__ci_last_regenerate|i:1679696929;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679696566;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62b92b5bf98d07075f8e9a3051ace07f067cf44', '52.167.144.98', 1685951113, '__ci_last_regenerate|i:1685951113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62d005c6d13b4c1ee1063d050e3e3513ef50bed', '207.46.13.210', 1677603167, '__ci_last_regenerate|i:1677603167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62f40722a4b4ca88417df65de5e553a12fa2016', '200.119.170.120', 1660082961, '__ci_last_regenerate|i:1660082952;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660061259\";last_ip|s:14:\"200.119.174.28\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660082952;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62f549c134600e3c189e37cca2c7a02473af4b0', '114.119.148.108', 1686900684, '__ci_last_regenerate|i:1686900684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62ff7331b1b6cbc1cc3af3e83d633c559e4c7e6', '40.77.167.30', 1657187839, '__ci_last_regenerate|i:1657187829;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e633225d8222e88216c830349329622d5dcf25ce', '190.56.54.129', 1653423878, '__ci_last_regenerate|i:1653423878;requested_page|s:29:\"admin/customers/getCustomer/1\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653409191\";last_ip|s:15:\"190.148.252.116\";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\";user_csrf|s:20:\"rBQIX80unsa6H1qp4Fm3\";last_activity|i:1653423455;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e633ca1808879b913cee7bb05709fef915343c45', '40.77.167.106', 1687157104, '__ci_last_regenerate|i:1687157103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6356e74f25fd599bda64fc12242e4d81c98541e', '200.119.168.250', 1680798930, '__ci_last_regenerate|i:1680798930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680798243;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6364831bd7ca2cc43b0282d1979d0b6d70b89d0', '51.222.253.6', 1660235742, '__ci_last_regenerate|i:1660235742;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 ('e6372efd2884befc16d41a517d6669e79d71cc4d', '51.222.253.2', 1684416880, '__ci_last_regenerate|i:1684416880;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 ('e63788233baaadb9bb9289075381f97788321d2f', '66.249.74.100', 1686364705, '__ci_last_regenerate|i:1686364705;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 ('e63d73ef0323d3f68306a5f95fdbd395f9d3f9ef', '40.77.167.221', 1680773553, '__ci_last_regenerate|i:1680773553;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e640b774f6c8ebda9532fe917ce92884170bdb37', '40.77.167.227', 1678791689, '__ci_last_regenerate|i:1678791689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6447f51fe75d387c519b70e99bc091fef869973', '51.222.253.6', 1654969296, '__ci_last_regenerate|i:1654969296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6451377331e8a166fee70ba891e3fd1f22fe45d', '130.245.169.70', 1657360545, '__ci_last_regenerate|i:1657360545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e645f7994dc89c189bbad8ab10dbbbd916acca40', '190.148.252.151', 1671222303, '__ci_last_regenerate|i:1671222303;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";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\";user_csrf|s:20:\"Y54agloN7KrUmn2xiS1y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e646600c2a48102970a33c86722443be66608009', '40.77.167.191', 1681942334, '__ci_last_regenerate|i:1681942334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6486d9d641aad84d9525f8b068f8a41fa3e5578', '40.77.167.64', 1674999617, '__ci_last_regenerate|i:1674999617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e649ba88f96d9d06350bb7e98f27a464e0df1896', '17.121.112.211', 1657640841, '__ci_last_regenerate|i:1657640841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e64ac37c0fafe37eab53fa00fbbd36dc5a2aeb27', '51.222.253.1', 1670861184, '__ci_last_regenerate|i:1670861184;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e64afd0b1da27d836588f5c499365c63bd445dec', '114.119.151.119', 1686021753, '__ci_last_regenerate|i:1686021753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e64cc5a2db10f9229f40b3578c66b4b4eb4e18c4', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e64e01158c2fafb01b519aafb7a69987308041ce', '72.13.46.6', 1659859413, '__ci_last_regenerate|i:1659859413;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 ('e64e13d27dd10d4c5b07250142dfdf48fe60cffc', '40.77.167.191', 1681998513, '__ci_last_regenerate|i:1681998513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6520fabbe5389baedf7fcab76c75087e8587316', '190.148.157.177', 1682342967, '__ci_last_regenerate|i:1682342967;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682342961;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e655766780b1ae86f6b6f4614edfd4319687b694', '114.119.138.27', 1685882935, '__ci_last_regenerate|i:1685882935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e657b91ba6ddc2287bbbaa1e49b40ad6b762bba7', '157.55.39.87', 1663598315, '__ci_last_regenerate|i:1663598315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e659701181d6816296d9033828d7d98e55e6b937', '51.222.253.12', 1661547824, '__ci_last_regenerate|i:1661547824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e65aa6d8c5fb93a634ffa71d5b9a5b76c2b0e540', '52.167.144.94', 1678149325, '__ci_last_regenerate|i:1678149325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e65b9c8bdb8b8fb5f42810f50c95094a3dfa6324', '114.119.131.139', 1684316409, '__ci_last_regenerate|i:1684316409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e65f5d02aa71b6844fde85c5a1e66ab40f1ce5db', '40.77.167.37', 1669168377, '__ci_last_regenerate|i:1669168377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6653431f304a297c4c52ef3e0400b2a1466c71f', '40.77.167.13', 1659813247, '__ci_last_regenerate|i:1659813247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e665a76cffd1f6208c276b72b6adcd4b024c630a', '52.167.144.171', 1685242141, '__ci_last_regenerate|i:1685242140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e66993b84ee759773333b8c4b6b90485afe2ede6', '198.235.24.141', 1652151040, '__ci_last_regenerate|i:1652151040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e66b8f5790d2abba3633db3e1180249e49218cec', '40.77.167.123', 1683842361, '__ci_last_regenerate|i:1683842360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e66df2976876ebc598bf6b3792815ef8da638a39', '40.77.167.11', 1673919441, '__ci_last_regenerate|i:1673919441;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e66fbfc74b478c87d56dae7ed08e2995db36e4d8', '190.148.252.233', 1668898505, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668898505;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668898500;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e672e26b0f525728a550e1b9bcad0c527efa7d12', '52.167.144.171', 1685758200, '__ci_last_regenerate|i:1685758200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e67323c22afeeb742cdc85da2ca260ff51cfe18a', '190.148.252.197', 1665584997, '__ci_last_regenerate|i:1665584997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665583959;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6739415f596501f357e2b7523e2839074f8b878', '157.55.39.62', 1659767181, '__ci_last_regenerate|i:1659767181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e673c997fc0e68de25809148725878b008dd6a28', '190.148.157.99', 1662503998, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1662503998;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468380\";last_ip|s:14:\"200.119.174.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662498627;register_id|s:2:\"97\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-06 08:47:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e675de875e3a0f6e41b13ba91d74ec849afbb049', '157.55.39.131', 1663799594, '__ci_last_regenerate|i:1663799594;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 ('e676332ff33e66fef82aa02d337c1f587c4d60f6', '207.46.13.217', 1684103617, '__ci_last_regenerate|i:1684103617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6775b872deaebaf1e34baca478d62c95e7c4308', '157.55.39.65', 1662239057, '__ci_last_regenerate|i:1662239057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6792693243fb290551f7dfb45fe6b37ecd354c1', '52.167.144.82', 1687475612, '__ci_last_regenerate|i:1687475612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e67e4df8b4307ae185044bb34acde486e9c60b28', '52.167.144.162', 1687185707, '__ci_last_regenerate|i:1687185707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68117fd86027b5dd41394a982de3f60a29b4a76', '34.67.56.167', 1679475185, '__ci_last_regenerate|i:1679475184;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68503bbb876c0e9cc26141ecb22b841c28c572b', '40.77.167.64', 1674750236, '__ci_last_regenerate|i:1674750236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e687ec671fbd37d2ecbfbbc53b798f10e347f72f', '54.36.148.176', 1674227713, '__ci_last_regenerate|i:1674227713;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 ('e6896a8efa9b3981fb2f3a6b8c454f229569b074', '52.167.144.171', 1684484663, '__ci_last_regenerate|i:1684484663;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e689be2a4101c6656855536ec0b049767bda565a', '40.77.167.182', 1683642593, '__ci_last_regenerate|i:1683642593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68b0a837c26676b5f048931bb7757d775fd7d97', '40.77.167.35', 1661456484, '__ci_last_regenerate|i:1661456484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68b0e4afa8a95c3bb274eca7e47457678e8fc2f', '52.167.144.98', 1686691991, '__ci_last_regenerate|i:1686691990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68c9489287ed66bf2fc5fdb0bb5021d8c231332', '40.77.167.101', 1682285861, '__ci_last_regenerate|i:1682285861;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 ('e68f26207a78b84b3a1e8795f9e922e521d27ae1', '52.167.144.59', 1687162144, '__ci_last_regenerate|i:1687162144;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 ('e694011336d5be680200d2edb7b74611c3690683', '114.119.137.220', 1687679401, '__ci_last_regenerate|i:1687679401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69434973f118b9f95d0eb925161cc395349c9b8', '157.55.39.79', 1670374515, '__ci_last_regenerate|i:1670374515;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e695130f571d10935c8a62245421405b72c2e482', '157.55.39.80', 1669973208, '__ci_last_regenerate|i:1669973208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69548ef7d186b8af19213d8e66479d26b40815a', '5.188.62.140', 1653254042, '__ci_last_regenerate|i:1653254039;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e696b4353d0b11741391f07946ab50c796584e62', '20.205.106.46', 1650750024, '__ci_last_regenerate|i:1650750020;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 ('e696eb36a20eaad7c9a02d31b86d29494d781a5f', '52.167.144.120', 1688063394, '__ci_last_regenerate|i:1688063394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69723158410fa72d90d510c8dfb30015a8d44a3', '52.167.144.171', 1685492640, '__ci_last_regenerate|i:1685492640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e697d29fe0718c4c976027492e225c6d35b7538d', '40.77.167.166', 1676128954, '__ci_last_regenerate|i:1676128954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6982f065b46b11036bd6fcd8c2c97e7fad6c13c', '190.148.157.183', 1680529208, '__ci_last_regenerate|i:1680529208;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680527388;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e698a0b2ee1fbd4a8e0c71d7dd0ee454dfb72c43', '51.222.253.16', 1661287638, '__ci_last_regenerate|i:1661287638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69a10115d0d4108081e38a1b44f91170ebfb370', '190.56.173.213', 1683326101, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683326101;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683325691;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69a819a59c5e537abc67a027ec3630c77275409', '114.119.143.101', 1686640863, '__ci_last_regenerate|i:1686640863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69ae4f77c6248ec97468d9eba5ec4b7cf688442', '40.77.167.97', 1655043044, '__ci_last_regenerate|i:1655043044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69b2d5fe0dabfa22efc9f0e8ca9c97d8514d28c', '190.56.173.175', 1653247734, '__ci_last_regenerate|i:1653247734;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69c5336c08dbbebe9b92249f4dc73cb71d90260', '200.119.172.95', 1659696383, '__ci_last_regenerate|i:1659696383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69dfd8beb9067e4e85a785d8e8df5dac1659f2a', '52.167.144.20', 1686406515, '__ci_last_regenerate|i:1686406515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69e724803a8c0410880c2b94c3921e26496347f', '200.119.173.177', 1685225270, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685225270;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685225204;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e69ee230bac99f80fab7ddecda1e093c2309938a', '114.119.132.183', 1685654897, '__ci_last_regenerate|i:1685654897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a098a6139fc6f83bde1e4537b2ae0cf879accf', '190.148.157.183', 1680304323, '__ci_last_regenerate|i:1680304323;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a11d2004247d95d44ace49892284c1a709675d', '51.222.253.13', 1679563997, '__ci_last_regenerate|i:1679563997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a1834620099b1833e80698fd1cdca412074bc9', '45.133.172.71', 1669313583, '__ci_last_regenerate|i:1669313582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a26b7cb46f7ecc646de61c033eb11c6ba638c1', '157.55.39.100', 1672153594, '__ci_last_regenerate|i:1672153594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a652652b31c81ffeac50cc9391510fb1665d32', '114.119.149.228', 1687322031, '__ci_last_regenerate|i:1687322031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a6c7d7dbfdbaeb7f6e06cb6275c4b6c6ab190b', '51.222.253.18', 1672011606, '__ci_last_regenerate|i:1672011606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a72e429fce75910edf2bf63f1ee97d43bd6c65', '114.119.139.61', 1687602019, '__ci_last_regenerate|i:1687602019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6a9475579d06eb0114c996c7d776d7c297e4dd7', '186.151.60.88', 1650939013, '__ci_last_regenerate|i:1650939013;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650927410\";last_ip|s:15:\"190.148.252.183\";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 ('e6ac5ed7cc6dc434ee7baed8d10b380f16fdedd6', '40.77.167.161', 1681000713, '__ci_last_regenerate|i:1681000713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6aca5f56d6a4e2f27a457daa754afc68cf02995', '114.119.167.239', 1686743716, '__ci_last_regenerate|i:1686743716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ad7b6708d4576f3887a0e814796e78f77e8bee', '200.119.170.237', 1658268542, '__ci_last_regenerate|i:1658268530;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658179886\";last_ip|s:13:\"190.56.50.126\";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\";user_csrf|s:20:\"tvnc3r4bRwql9DNhBpGF\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6adc084bf4368a6d336851f510b6baaf57bf545', '157.55.39.173', 1669794937, '__ci_last_regenerate|i:1669794937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6adea88c3b559764f8e7a52904ae4c2288928fb', '157.55.39.173', 1670194232, '__ci_last_regenerate|i:1670194232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ae2a54feab73cecd652af9fd381bbef19e4032', '51.222.253.3', 1659279318, '__ci_last_regenerate|i:1659279318;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 ('e6b1b48e830e615f6a810ecd8f22dfcdb4630694', '52.167.144.160', 1685927731, '__ci_last_regenerate|i:1685927731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b2196520e5d168382dccc6fbfdf852a2a345c7', '114.119.141.4', 1688076386, '__ci_last_regenerate|i:1688076386;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b2b63e7ac8dde9ba3bafdec879f4dd65616b0a', '52.167.144.162', 1682372016, '__ci_last_regenerate|i:1682372016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b300bfcfedea40c2d33f0b23932da5c8ae10ad', '35.88.49.69', 1650991562, '__ci_last_regenerate|i:1650991562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b392dcdb58a60fcf395ea7dad434d2a02f76da', '40.77.167.97', 1654553116, '__ci_last_regenerate|i:1654553116;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 ('e6b4294152b1d1a3d45d95f5c9d25bdcb9e4a537', '209.97.148.99', 1652034233, '__ci_last_regenerate|i:1652034233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b570f007cb971d6a03fca5cf5c0a4ecca81644', '51.222.253.1', 1650926357, '__ci_last_regenerate|i:1650926357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b776c59618b8da6f762ba986f9aa74fd45150a', '40.77.167.60', 1671597856, '__ci_last_regenerate|i:1671597856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b7ab94bb17451af7ba34e4cb419816567f8f61', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b875c13ba9b3bc48c541c631c64aa648198f1a', '207.46.13.210', 1677240336, '__ci_last_regenerate|i:1677240336;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b8c40fd090a30f9116f220b3a7cc4160787503', '35.88.230.166', 1675950121, '__ci_last_regenerate|i:1675950121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b90b7b2d2fcc7b14f1d2909c124676fcece9ab', '114.119.145.42', 1686981529, '__ci_last_regenerate|i:1686981529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b9cc75145bbd5eff729a804203e9b8364e3bba', '54.37.233.116', 1650851702, '__ci_last_regenerate|i:1650851702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ba9e36d73441fe37fffbcb86fd9ba390845204', '157.55.39.216', 1676657377, '__ci_last_regenerate|i:1676657377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6bb89585cd6093ea56d051af08689422944ae0e', '190.148.87.182', 1679702808, '__ci_last_regenerate|i:1679702808;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679702222;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6bc00716e389659c2d64184e821fc47c94d7ba7', '40.77.167.107', 1687203712, '__ci_last_regenerate|i:1687203712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6bc83c84df52917e75d9ed64a67d5fe5a4664be', '40.77.167.27', 1658608591, '__ci_last_regenerate|i:1658608581;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6bd0ad71a10e55b3d70ad6583c703f6b5c605a8', '51.254.49.100', 1650705092, '__ci_last_regenerate|i:1650705092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6befe285ecd92eec2eefd72b451e4608af131ad', '190.148.157.184', 1651854491, '__ci_last_regenerate|i:1651854491;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651068949\";last_ip|s:13:\"190.56.32.170\";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:1651853679;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";error|s:158:\"Acceso denegado! Usted no tiene derecho a acceder a la página solicitada. Si usted piensa, es por error, por favor póngase en contacto con el administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c11d4623d7da70e49476ef1e49eb7b5df49514', '40.77.167.56', 1673213616, '__ci_last_regenerate|i:1673213615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c13d8969e51a797e93d7fa087260b7ba106cc6', '190.148.157.194', 1661994749, '__ci_last_regenerate|i:1661994749;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661994492;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c408391164e5acfb5d6146a583c1c4049da010', '40.77.167.221', 1680683740, '__ci_last_regenerate|i:1680683740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c7a6d89de51c1c0a153311a737b850bf4f6374', '190.148.252.235', 1666904029, '__ci_last_regenerate|i:1666904029;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666904024;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c8506b2d17b8ae1c06f7aafb87d4a928de9570', '207.46.13.236', 1654704753, '__ci_last_regenerate|i:1654704753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c952ff85849090ed83677bf90bb68ee052d530', '200.119.170.143', 1670159655, '__ci_last_regenerate|i:1670159655;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670159559;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ca194cf503209f18e2b467f1d92261fdf4ec44', '52.167.144.98', 1685367684, '__ci_last_regenerate|i:1685367684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ca88fc5a70c7cb09a94372a94f8c5557592871', '18.237.78.118', 1673702008, '__ci_last_regenerate|i:1673702008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6caaeba747df9685dfdab9819b568afb017638e', '52.167.144.164', 1686579664, '__ci_last_regenerate|i:1686579664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ccc21f32f4228e8101bcf1aee02ca1cfdfd328', '52.167.144.164', 1685179204, '__ci_last_regenerate|i:1685179204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d3d0db5bd71210d2f193b31aa6124372844c91', '51.222.253.4', 1659975544, '__ci_last_regenerate|i:1659975544;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 ('e6d5caaff51f03746dbe4f5cf20f661d62477a3e', '18.246.34.170', 1682083249, '__ci_last_regenerate|i:1682083249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d5d09322c2ca1d42d02580ca30a05d971c4ed5', '200.119.169.52', 1664921300, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664921300;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664921295;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d69a2709b396da193b2c31467015aac3e1c404', '40.77.167.182', 1683357580, '__ci_last_regenerate|i:1683357580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d8af8ba7e98c8c38aca69faec4c2ddf4036021', '190.56.173.169', 1651705813, '__ci_last_regenerate|i:1651705813;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651702981\";last_ip|s:14:\"190.56.173.169\";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\";last_activity|i:1651705565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d96c003cfd2c74db4d7807036b4773d88afbbe', '190.148.158.175', 1672516037, '__ci_last_regenerate|i:1672516037;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672516011;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d9d132837aa099760825d6b9727ee57f251fd4', '40.77.167.91', 1687030493, '__ci_last_regenerate|i:1687030492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d9dd79a4658067ea74ebbaed5eb5c3ab551e23', '52.167.144.91', 1680930899, '__ci_last_regenerate|i:1680930898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6dbefc88e84a50757ca636a1f5c7118615f8e4c', '200.119.173.91', 1668515075, '__ci_last_regenerate|i:1668515075;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668514525;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ddc8b44b70cf87693372ee6d7dcd7738464cbd', '114.119.142.20', 1687761446, '__ci_last_regenerate|i:1687761446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6de5b745cee6330e6b108a7700ab087e1621f91', '52.167.144.74', 1688395881, '__ci_last_regenerate|i:1688395880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e47333fa6be68edcb8a0048a0a8f9fb470b921', '51.222.253.6', 1674504852, '__ci_last_regenerate|i:1674504852;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 ('e6e4ee55f7fb9661e5665acc557b82940d10dd0f', '190.148.157.206', 1679520592, '__ci_last_regenerate|i:1679520592;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679518767;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e66aede4650c2a3634d987100f82441a3e6d97', '114.119.156.115', 1686619139, '__ci_last_regenerate|i:1686619139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e82fdcfbf1f7e36952a8eeda95112e64cbde8b', '207.154.204.175', 1657274124, '__ci_last_regenerate|i:1657274124;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 ('e6e8335a41e51c513585a7d215aef3cc700bc475', '51.222.253.4', 1665351255, '__ci_last_regenerate|i:1665351255;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 ('e6e9ba2f102ff64b515e35216f8a07e3c0c85f41', '207.46.13.217', 1681391043, '__ci_last_regenerate|i:1681391043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ea1a57badf997be7be17c8bbe60ff4e1885313', '5.188.62.140', 1656461262, '__ci_last_regenerate|i:1656461259;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6eb84284f3a13cc96e010f12037edb0516b2221', '190.56.32.174', 1676761129, '__ci_last_regenerate|i:1676761129;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676761123;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ed33ef8f88351321cb2a97b2b4c85e9ef2ec56', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6eeb714e57f4bcfcfa9f1a985f6a25cbacaf3ba', '54.36.148.233', 1669980713, '__ci_last_regenerate|i:1669980713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f38e833423e5915e6f3cb7e9ef110434c7e922', '190.56.55.113', 1673740755, '__ci_last_regenerate|i:1673740755;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673740649;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f50fffea3c62e3b0d1abe46a10387d847cc9f5', '52.167.144.28', 1679443705, '__ci_last_regenerate|i:1679443705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f81bd90a8bb79ccd78ebf313fd69018162d3fa', '157.55.39.51', 1668631581, '__ci_last_regenerate|i:1668631581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f99717c3807f1973a2eca1ef7153081c9ac876', '157.55.39.253', 1682930328, '__ci_last_regenerate|i:1682930328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6fad18647a8fd41265b30352341b3946ea39976', '200.119.172.60', 1674741541, '__ci_last_regenerate|i:1674741541;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674741254;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6fb4a62093bf5301f73db6dd1d2d4c514c8bb33', '93.158.91.242', 1657964420, '__ci_last_regenerate|i:1657964420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6fbd20fb601a736b994685333bec607a5b2ed37', '190.148.157.98', 1679163928, '__ci_last_regenerate|i:1679163928;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679163356;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6fe1c3395e8eeda61d288bfafd60474eb83db8a', '51.222.253.1', 1680026419, '__ci_last_regenerate|i:1680026419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6fed5cadcf5aa214982bf1f57bae5453d5ec228', '40.77.167.221', 1680582329, '__ci_last_regenerate|i:1680582328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ff03311e45d7598479befc768df3a1d37dda35', '178.62.78.78', 1652821932, '__ci_last_regenerate|i:1652821932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70336229f8b560492392274eddd7e931d0acc13', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e703d5acbe2512c0b96d76692753e3a8e5a39092', '51.210.182.66', 1650745796, '__ci_last_regenerate|i:1650745792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70616777e6c13920f40eb099ff96eef20a00efb', '51.222.253.3', 1660633169, '__ci_last_regenerate|i:1660633169;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7072f4aec0747b5880bcf9105c57b61c37adca1', '190.148.158.175', 1672495372, '__ci_last_regenerate|i:1672495372;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672495354;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7082dcd178e3ecb5e59a01a641f62332e75aa63', '159.223.74.218', 1653862062, '__ci_last_regenerate|i:1653862058;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 ('e70a1ccc1f940dc44eabe816ed0803031ee559cc', '200.119.168.250', 1680618112, '__ci_last_regenerate|i:1680618112;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680618095;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70a4677fcd906eedaff7f9bacea6e89b51c3c7b', '82.80.249.158', 1668921129, '__ci_last_regenerate|i:1668921129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70b2e6abfcfbef3f9964f9756193d51f505094b', '52.167.144.164', 1685395390, '__ci_last_regenerate|i:1685395390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70b72925d318cb23fbc30f134ec89892836d8f2', '42.83.147.34', 1657326074, '__ci_last_regenerate|i:1657326074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70c5a7cf6f4f1ef27d5291ebb9f5f23e1eae369', '190.148.157.147', 1658843832, '__ci_last_regenerate|i:1658843832;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658784380\";last_ip|s:14:\"190.148.252.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658843685;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e70e9aecb30123e7468fbfbbd0220683a9bf9033', '200.119.173.177', 1685210557, '__ci_last_regenerate|i:1685210531;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685101314\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685210557;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7105ff262c247019096ac839fc1d67fb32709f9', '190.148.157.80', 1669578553, '__ci_last_regenerate|i:1669578553;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669462305\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669576704;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71320107093a14697f423e436e2c123997121bb', '114.119.149.71', 1686905201, '__ci_last_regenerate|i:1686905201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e713b20a69b4641c858ca462321370f9442d1c8d', '190.122.185.252', 1678830790, '__ci_last_regenerate|i:1678830790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7150b2c8cc50d202ede5db55c1ce3baf6880b3c', '114.119.133.251', 1688229973, '__ci_last_regenerate|i:1688229973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7161d620f17d35441eff734940b1559e968c89b', '205.210.31.31', 1651194326, '__ci_last_regenerate|i:1651194326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71630400fcfaa453316361332cf550604ba7f51', '40.77.167.123', 1683283446, '__ci_last_regenerate|i:1683283446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e716b60c2bf8c83f0ee25dc2c16f150599217237', '74.208.2.134', 1682136352, '__ci_last_regenerate|i:1682136352;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 ('e716b748337be919e4dd349308ee5c23f68c0b8b', '190.148.157.183', 1680270995, '__ci_last_regenerate|i:1680270995;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680270992;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e716ec5d2b78b70bc554f156434ac5933dff93b1', '52.167.144.162', 1681931959, '__ci_last_regenerate|i:1681931959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71c76d59a8f432c1f92572ee8135041369f4b1a', '51.158.109.3', 1662351041, '__ci_last_regenerate|i:1662351041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71c838dc498553a03c461d6e0707d5465c8ce0b', '114.119.155.104', 1687193684, '__ci_last_regenerate|i:1687193684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71e6bff6b371cfcf366492239e280323aabfe61', '200.119.172.60', 1674756530, '__ci_last_regenerate|i:1674756530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674756527;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e71f59a09bc47bff8c871dc0bdf8eea2b9ccfa07', '52.13.44.249', 1681219230, '__ci_last_regenerate|i:1681219230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e722d56692a03ea9ca9c5e9244180f30cc9abb61', '17.121.115.100', 1661584630, '__ci_last_regenerate|i:1661584630;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 ('e7232a577d05e0af4ede8fce696cb55e4c4b6588', '190.148.158.175', 1672365369, '__ci_last_regenerate|i:1672365369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672364960;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e723cc2bacd0721a6b0eb2d83fd8f0e884fd7ee6', '114.119.152.219', 1688584672, '__ci_last_regenerate|i:1688584671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e727afc2cad091f2f655d7d7b4d7756b36c8de44', '200.119.170.137', 1668706390, '__ci_last_regenerate|i:1668706349;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668702807\";last_ip|s:15:\"200.119.170.137\";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 ('e72884387189bc2917aeefb11849d6c09502da82', '40.77.167.37', 1669794992, '__ci_last_regenerate|i:1669794992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e729ac57a111e9273f6d663bfaf2d5f8f981ce66', '20.92.239.122', 1651521415, '__ci_last_regenerate|i:1651521412;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 ('e72a8723ba73cab4992e96a32e80dcdf295561f8', '17.121.115.152', 1654543528, '__ci_last_regenerate|i:1654543528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e72aa8086e8e1dc4986fdb857447c35dbacf5ccb', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e72c5285047969ff104ca147856661107675081f', '190.148.158.69', 1685987496, '__ci_last_regenerate|i:1685987496;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685987410;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e72e3a2b3d033b3ccc0d30772e5470bccaa985dc', '40.77.167.133', 1684025484, '__ci_last_regenerate|i:1684025484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7319c51307dcda061a410fb834e5fa985f3fde8', '190.56.51.183', 1660575946, '__ci_last_regenerate|i:1660575946;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660567519\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660574585;register_id|s:2:\"69\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 09:02:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7342073718482a71a5bd33022e71522a84a5cd6', '40.77.202.77', 1666264811, '__ci_last_regenerate|i:1666264811;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 ('e734a107ad49cb2eb0fdfda54ee7765f527cdcc8', '149.57.16.7', 1653806993, '__ci_last_regenerate|i:1653806993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e738cfcba7e946cbb6ef1e774959f9e1b8097499', '54.201.184.191', 1656595864, '__ci_last_regenerate|i:1656595864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73a43586724c1d38b815a37f309ec50bf3f150b', '69.160.160.58', 1680641176, '__ci_last_regenerate|i:1680641176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73c99351009d036090513ac78121d1312530cd1', '93.158.91.234', 1663045230, '__ci_last_regenerate|i:1663045230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73da4620abee6d30f580393e18365a9422566c3', '157.55.39.147', 1672180256, '__ci_last_regenerate|i:1672180256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73e0f66197ec69f688c304f4a97322cd68ac693', '200.119.172.60', 1674956770, '__ci_last_regenerate|i:1674956770;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674955776;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73ea457aa20e92ef69ad770c723aa5b3c4cbdf7', '54.213.192.47', 1654608604, '__ci_last_regenerate|i:1654608604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e740ceef4b6b9134172ae6eefed9daf0acf65aee', '200.119.170.113', 1666714482, '__ci_last_regenerate|i:1666714482;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666714482;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e740e70aee73926a49f7d8f4b309bdf43d184b45', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e741478383f50468fe929a613561867552785d6a', '114.119.132.9', 1687035133, '__ci_last_regenerate|i:1687035133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7431c583422e2bf10845e7d45829295c4f7f811', '51.222.253.12', 1657494035, '__ci_last_regenerate|i:1657494035;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 ('e743abb1bca14ecc4166404b25da1012cfe2b857', '200.119.172.96', 1675474257, '__ci_last_regenerate|i:1675474257;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675474254;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7440fafa86bb73ede59e1b6f5a81dd718a504cd', '40.77.167.169', 1676123910, '__ci_last_regenerate|i:1676123910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e746cfb0b27132c1f3b518ce836cf94ffb68da1a', '18.236.225.204', 1685751026, '__ci_last_regenerate|i:1685751026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e748a9ccb44873ade3a9bb1e61b1333ae435f8f5', '114.119.130.104', 1685524909, '__ci_last_regenerate|i:1685524909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e74c18d9f782fd21f41293be0a10e732f464b9b7', '54.36.148.118', 1666520256, '__ci_last_regenerate|i:1666520256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e74c8faa24513262217225a16510ef3ce2601a2d', '114.119.145.192', 1687629903, '__ci_last_regenerate|i:1687629902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e74df117bfd3decde2ea0a32d8c2b8b1dd4b5718', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e74f5874bb156f56c3e2abe1249984a76679fda1', '114.119.156.247', 1686895528, '__ci_last_regenerate|i:1686895528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7521775d3aaeb18bd2fdee2f16aeba88eec30c5', '157.55.39.69', 1671820568, '__ci_last_regenerate|i:1671820568;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e752dd15f51ab7b862ba657004a0ad6a2d492909', '40.77.167.11', 1674141339, '__ci_last_regenerate|i:1674141339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7571d267d4800ef97aa62e58485e94b333f8b6c', '200.119.173.67', 1679357344, '__ci_last_regenerate|i:1679357344;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679357328;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e757a7e8c14cbae389cf843657f1f899a61838b5', '190.148.87.99', 1688416796, '__ci_last_regenerate|i:1688416796;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688416414;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e759d2cbfaa53a360946f98f38809e9e1c847cb8', '17.121.112.141', 1660553994, '__ci_last_regenerate|i:1660553994;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e75a8e1211a7b92bb34a580ddeab0cf43b8bf3f2', '114.119.129.184', 1687588136, '__ci_last_regenerate|i:1687588136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e75be8d38329f2f60390ae0de0b32bdd73cd2744', '200.119.173.177', 1685383344, '__ci_last_regenerate|i:1685383344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685383284;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e75cf3949f68b1a212373ea828fd5003dc013968', '52.167.144.74', 1687927160, '__ci_last_regenerate|i:1687927160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e75f1fb02f9a86eef6ab32e2b8860b7e26e9b02d', '52.167.144.73', 1679243634, '__ci_last_regenerate|i:1679243634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76130e69ebc977d7404b52d4b4593e8cff927da', '17.121.113.144', 1655752311, '__ci_last_regenerate|i:1655752311;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 ('e762be0d66caa3eaf90fcc74864366a6bc18d9cb', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7633dceaad3e8183d68b4c7fdbbcb0c18a6b7e5', '51.222.253.14', 1650931014, '__ci_last_regenerate|i:1650931014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e768ae5be024fc908bd487a7e0ca4888249a4e6f', '207.46.13.160', 1674571719, '__ci_last_regenerate|i:1674571719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76a094d7151947e069c639f0b1fe8c87b25d7af', '40.77.167.23', 1674073347, '__ci_last_regenerate|i:1674073347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76ac0faaf0391468029b18ac489a3b5dbfa08b9', '207.46.13.230', 1655842398, '__ci_last_regenerate|i:1655842398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76b44a8ea78ebe9414a8ddf3a806e731103f7c2', '190.56.32.35', 1671643356, '__ci_last_regenerate|i:1671643356;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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 ('e76bf9ca05e425d81acc0c8d53adcaca050b8361', '35.163.173.157', 1661089057, '__ci_last_regenerate|i:1661089057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76eddb1d40bb2d035e8eb84fd950b6269e266e2', '40.77.167.11', 1673888661, '__ci_last_regenerate|i:1673888661;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76ef5f9db13cdea3875f35d85b2542a3d30d86d', '114.119.157.239', 1688492254, '__ci_last_regenerate|i:1688492254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7703685706ae664eff841c124bf84c5b59e08e6', '207.46.13.210', 1686999482, '__ci_last_regenerate|i:1686999482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7704db503a6f3b2f56c7c7e668dc102e4aa3103', '40.77.167.202', 1687268300, '__ci_last_regenerate|i:1687268300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e772cf4990cb37fdba86be76600d146a8b9e2c94', '66.249.66.206', 1676394364, '__ci_last_regenerate|i:1676394364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77389dedc2c4691133d281af873ee6557445b57', '114.119.130.169', 1687027207, '__ci_last_regenerate|i:1687027206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e774566327f38230995a17281f8637dc182c6d3c', '200.119.173.177', 1684972210, '__ci_last_regenerate|i:1684972210;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684972031;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e774f590ed92a0dc521d8b1ac335cd738b6dded0', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e775268c66363ca96e1cd1986eca86f2067d41f7', '46.161.27.204', 1656076872, '__ci_last_regenerate|i:1656076872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7772c3b5d4804f2cd3506acd1df6ea29fe1db19', '190.148.158.175', 1672591016, '__ci_last_regenerate|i:1672591016;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672590964;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e777c3b3d863330d6234593ee9fd851effb9a4b5', '52.167.144.162', 1681801993, '__ci_last_regenerate|i:1681801993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77a1d9792c3b681f816e66f3e39348247292821', '114.119.150.110', 1686315342, '__ci_last_regenerate|i:1686315342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77a5fc6440b51471b9a2a17a6fe5ae2dc1697d6', '157.55.39.217', 1683265882, '__ci_last_regenerate|i:1683265882;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77c11bdd3fbd57571745d490e1cf30da4135216', '17.121.113.132', 1651409741, '__ci_last_regenerate|i:1651409741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77d8317eca6a3bb6476de0671189d9fb42da907', '207.46.13.229', 1683428566, '__ci_last_regenerate|i:1683428566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77e0b33258760fc0260885396a05403fac938dc', '190.56.54.156', 1665072930, '__ci_last_regenerate|i:1665072930;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665072883;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e77ee28e110ce9bdc4ec1903e70c6af72e01aeb1', '157.55.39.147', 1671985550, '__ci_last_regenerate|i:1671985550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e780258be0990cc4710d9cd9738749aad0c8870d', '68.69.184.202', 1671722385, '__ci_last_regenerate|i:1671722385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e780628ae962f00117221864d0a6b15e376ea401', '114.119.155.255', 1687739024, '__ci_last_regenerate|i:1687739024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78155546ae03f26f45bed85ff1879f3b7a6c45c', '200.119.168.250', 1680736185, '__ci_last_regenerate|i:1680736185;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680735609;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e781fa9b00c69a845927959691d30f6b73f09f3e', '190.148.158.175', 1672258853, '__ci_last_regenerate|i:1672258853;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672258843;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78201bb89478cdece69bb9f6e58f5c5832a25f0', '40.77.167.191', 1682211711, '__ci_last_regenerate|i:1682211711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7838a4b608d8985e84f15608e5d344f6fe6a8f3', '200.119.172.60', 1674600621, '__ci_last_regenerate|i:1674600621;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674600598;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e784dff62e8abf366b03e176ec249441e8d96ccf', '34.222.143.15', 1679491540, '__ci_last_regenerate|i:1679491540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e787158aa3fb62c9ee9b9b2ffdee04177591f23f', '54.36.173.89', 1685011393, '__ci_last_regenerate|i:1685011393;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e787562e115cb4a93948bbe4ecc7e70433325bd3', '200.119.170.30', 1660225485, '__ci_last_regenerate|i:1660225485;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660154718\";last_ip|s:14:\"200.119.174.72\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660225477;register_id|s:2:\"66\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-10 12:21:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e788033f2b9afe7dd78350703ed9a102432bbd00', '114.119.152.230', 1684144603, '__ci_last_regenerate|i:1684144603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7881b1980ac6f32e62efdc1c4d83428610b066e', '52.167.144.162', 1681998527, '__ci_last_regenerate|i:1681998527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78f0b6eef712652eeaf7a2b29a551ee5fa6832a', '200.119.169.59', 1655302776, '__ci_last_regenerate|i:1655302776;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655300892;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7937ea06e7123fe98809aa3767f2cae73eb0669', '40.77.167.182', 1683265878, '__ci_last_regenerate|i:1683265878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e794426b27628f105abeb437fc22b6b8c561a709', '190.56.173.213', 1683304349, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683304349;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683303070;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7960a98fff17229ae2ac6dcb259059091a6d5f1', '190.148.157.98', 1679081239, '__ci_last_regenerate|i:1679081239;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679081081;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e796891b814f515d8ecbfc7c675e739efc1ee202', '190.56.32.35', 1671733996, '__ci_last_regenerate|i:1671733996;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671710673\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671733576;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e79989fb895e8610d87eb3f455f1a6521552b860', '207.46.13.224', 1680437286, '__ci_last_regenerate|i:1680437286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e79993bcac56a11b087d9771b2cfd9dc93159066', '52.167.144.162', 1687246490, '__ci_last_regenerate|i:1687246490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e79b0c2b14590b9e67ec7f2d027a902f5c734ab9', '40.77.167.104', 1669476275, '__ci_last_regenerate|i:1669476275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e79ba462b8ffc017c6d7115f686eee10dde85704', '114.119.140.137', 1686344854, '__ci_last_regenerate|i:1686344854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e79c02ff7e29aeb35c0555469b79954d550dc344', '54.36.149.90', 1687877971, '__ci_last_regenerate|i:1687877971;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 ('e79ce8b272ebdc23cec7095420f61da468595d60', '154.22.135.98', 1650844315, '__ci_last_regenerate|i:1650844315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e79d46a9a866cd6d80c189b7f3e5ac2bd9312217', '54.36.149.16', 1675495802, '__ci_last_regenerate|i:1675495802;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 ('e79ec47566e291929a9e09e3496a94752d3fdfe9', '190.56.55.113', 1673469240, '__ci_last_regenerate|i:1673469240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673469223;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7a238b888738332008d37d751386fd1ae63b749', '193.122.2.181', 1653382825, '__ci_last_regenerate|i:1653382821;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 ('e7a29828a4e26459df296b4ecf19a5b2838ad981', '51.222.253.4', 1655891160, '__ci_last_regenerate|i:1655891160;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 ('e7a3a642a878b00ca447136546c21121cd3e4e9c', '51.222.253.10', 1680757104, '__ci_last_regenerate|i:1680757104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7a3c0f06c5e38ca7c26839845d7b641edf8f2a0', '40.77.167.202', 1687268300, '__ci_last_regenerate|i:1687268300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7a52dae4dde376cc82e7ae51634fd6707a8e2d2', '114.119.143.187', 1688364905, '__ci_last_regenerate|i:1688364905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7a9a1a47b27dd1f6680e912c70417570406b0a3', '40.77.167.115', 1681547516, '__ci_last_regenerate|i:1681547516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7aa013dd985d94e390f5dfe777ae1e7d96c4f5d', '207.46.13.236', 1653846836, '__ci_last_regenerate|i:1653846836;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 ('e7aaa46f15f5f4aed8174c10463d6fa2bc48b539', '65.21.206.45', 1655493757, '__ci_last_regenerate|i:1655493757;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ab9f7ebb07c5b4934618ec7b3a49fc577886b9', '212.83.186.254', 1660603138, '__ci_last_regenerate|i:1660603137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7abf9d6926b2042558e2d074c09b9b426122079', '173.249.31.237', 1659409178, '__ci_last_regenerate|i:1659409178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ae2f4a42a9110d1dc6e3d2136163feb5b82308', '40.77.167.192', 1680988494, '__ci_last_regenerate|i:1680988494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7b516395c3064fcf3919bccd99a3e254e0508f9', '157.55.39.80', 1670499106, '__ci_last_regenerate|i:1670499106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7b5d2df0794e42a970617560c1760b9d767f227', '114.119.132.72', 1685041944, '__ci_last_regenerate|i:1685041944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ba03d01ef866c2a4b9756720a23c0d4c3a65a6', '52.167.144.31', 1681370027, '__ci_last_regenerate|i:1681370027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7bbdfd7becc37d73e18545c62e488bf447db2a0', '207.46.13.217', 1680872436, '__ci_last_regenerate|i:1680872436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7bbec19893a6adb88ebff208dde6ce94c645f9c', '114.119.143.114', 1687646260, '__ci_last_regenerate|i:1687646260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7bf5b0ec5e58b86cef301b774b627963f62185f', '114.119.138.37', 1688486583, '__ci_last_regenerate|i:1688486583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c0c333aa4998e22342a7001b0ba7db7116e808', '157.55.39.90', 1662592400, '__ci_last_regenerate|i:1662592390;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c2b1b0134cbc0badb6e03b2a3a2a3b1f722cd6', '190.56.51.158', 1655760252, '__ci_last_regenerate|i:1655760252;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655733958\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655760031;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c4472497303f37d2c405a13cb5394fdfba56b2', '114.119.154.103', 1685011822, '__ci_last_regenerate|i:1685011807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c5bdb3558b56eeef0a7efdff33ff6d34e9e11f', '114.119.140.64', 1685051941, '__ci_last_regenerate|i:1685051941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7c71bab8c66d237d6de09c1d26c255c684e89ad', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ce2c240f4fe6e8c69673abdd39aeb3f658ce32', '52.167.144.171', 1685628872, '__ci_last_regenerate|i:1685628872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7cf141b22ec9779a80b3c192e25ee9bca4d90c5', '190.148.157.183', 1680306062, '__ci_last_regenerate|i:1680306062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680306057;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7cf6e029667e2f998203593cf7f28135aa7029e', '200.119.170.143', 1670194015, '__ci_last_regenerate|i:1670194015;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670194010;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7cfca0c67740978a47f80553df4aaa435a02524', '157.55.39.87', 1663497623, '__ci_last_regenerate|i:1663497623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d30c5d6c7d2d62b91a45d9ede36e245d7c84ec', '114.119.150.227', 1687074482, '__ci_last_regenerate|i:1687074482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d47090f8877af6e2d88d9e0f763b6578feca73', '190.56.32.174', 1676573986, '__ci_last_regenerate|i:1676573986;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676573828;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d59ed87e8b196540d5e11b1612b3ea229e6096', '52.167.144.164', 1686596407, '__ci_last_regenerate|i:1686596407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d67f455dea4720514b7a200215234534c99616', '190.148.252.151', 1671407954, '__ci_last_regenerate|i:1671407954;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671407341;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d7505be3fa0f6c89748d247de33521dac81ba6', '157.55.39.216', 1676530565, '__ci_last_regenerate|i:1676530565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d7bbe17493467b1e79e9731b3ae92e8734145b', '207.46.13.134', 1673570139, '__ci_last_regenerate|i:1673570139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d8389c0f1ba610bc5adfe9d61c8c729e86819a', '39.155.182.13', 1680207586, '__ci_last_regenerate|i:1680207586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7d869ad845e8eacf2cfe9316ac2863a13ade70f', '51.222.253.17', 1667689928, '__ci_last_regenerate|i:1667689928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7dadea8be8a44595c6a88f373d731c444fb5eee', '207.46.13.154', 1671234236, '__ci_last_regenerate|i:1671234236;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7dbbdf47f566c9726131288f9166779f3c6f791', '114.119.135.202', 1688105055, '__ci_last_regenerate|i:1688105055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7de6754b82fb382ed708bd1b9802161e956f326', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7dfda3615fd60955b7f19ff976f9a066b44aa05', '114.119.139.110', 1685103574, '__ci_last_regenerate|i:1685103574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e0b8f5e23f13f5ff0ea29b7da60c830c3d5a35', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('e7e1ebd5ed1de6a8c65a076bf3a3a79a07ac00ab', '207.46.13.127', 1656709585, '__ci_last_regenerate|i:1656709574;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e2ba18201434432946ff0b2d25be4b923635ac', '40.77.167.191', 1682053710, '__ci_last_regenerate|i:1682053710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e4009cde11b4fda28ff6e9f41f9e430338431e', '54.37.233.116', 1650851659, '__ci_last_regenerate|i:1650851659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e40d3561bb7bdbc63793a15eb9fd6996306bfa', '157.55.39.125', 1655471241, '__ci_last_regenerate|i:1655471241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e61ba16289a8a635e8d54be4b033de8b08fefd', '190.148.252.183', 1681436809, '__ci_last_regenerate|i:1681436794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681436809;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e75875bdf19c2e425eec6248d8941dae08c2c8', '207.46.13.214', 1679882129, '__ci_last_regenerate|i:1679882129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e80fd67245259a07fcede651684ec93768466e', '190.148.157.83', 1687696890, '__ci_last_regenerate|i:1687696890;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687696866;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e84e2d4183e1f0674feb63a9305b7fbd833a9a', '200.119.172.60', 1675042078, '__ci_last_regenerate|i:1675042078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675042061;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7eac2466c52a2f1d9162f8c3f2e764cb5e04d9b', '207.46.13.154', 1671172282, '__ci_last_regenerate|i:1671172282;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ecebf2b7148570880d262169599f0ded1880ab', '52.167.144.162', 1687232727, '__ci_last_regenerate|i:1687232727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ed08a046e252e734c95c24f668307c499ba734', '58.141.17.136', 1650909616, '__ci_last_regenerate|i:1650909616;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 ('e7ed71dc23483faf3c3b8132a168dd4499ac7f24', '157.230.214.11', 1672735355, '__ci_last_regenerate|i:1672735355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ede1e06f90b485bf6265385d4f9fc8ec2ea170', '52.167.144.162', 1686143351, '__ci_last_regenerate|i:1686143351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7effa73347f7160040d1ef475d27d6f408bb516', '190.148.252.183', 1681518728, '__ci_last_regenerate|i:1681518728;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681517654;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f2a5c4323fc22e6c9ec060ae05215b21b526c0', '200.119.174.9', 1674153147, '__ci_last_regenerate|i:1674153147;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674152780;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f65029c63b4aa1fd9efb540befe0fb21166f92', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f72d12700e1607fb0235768177f732e88b84b1', '87.227.5.30', 1678679318, '__ci_last_regenerate|i:1678679318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f8a8c3375bb1b52bc42e9b36a7c7b50f77abe1', '200.119.168.250', 1681130554, '__ci_last_regenerate|i:1681130554;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681059126\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681130472;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7fa10e3d57213fe6be7afc9b65b5cca2db84e25', '51.222.253.17', 1677853690, '__ci_last_regenerate|i:1677853690;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 ('e7fac56c698413c7426a9dd8461aec2a4aab8afb', '190.148.158.175', 1672414352, '__ci_last_regenerate|i:1672414352;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672414342;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7fb5fd8c7ed80135b758f51f7c551f744690dba', '130.245.169.247', 1657277753, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7fc528d53d456d14a074ac50dba1965e36d8f1a', '40.77.167.85', 1686652286, '__ci_last_regenerate|i:1686652286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7feb8aad14ad637f05bc4a44223625a4e744d42', '190.148.157.98', 1678974760, '__ci_last_regenerate|i:1678974760;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678974717;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7ffe282f57016aba00920091500570085fc4c6c', '51.222.253.19', 1686062550, '__ci_last_regenerate|i:1686062550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e802ed5f3517d95a19a2791e13614759b3b70a20', '69.160.160.59', 1667400626, '__ci_last_regenerate|i:1667400626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80333fcb04c15eba0c9ea1b107b2d78be9d8b19', '190.148.252.235', 1666884884, '__ci_last_regenerate|i:1666884884;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666884875;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e804539cb4a7f13bb785462d58135e5034519597', '190.148.252.57', 1657811986, '__ci_last_regenerate|i:1657811986;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";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\";user_csrf|s:20:\"PjdtgARsXQaHYr2onNm4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e807e73f4da5386b8aa9c8cbe8ba30d26bc56947', '205.169.39.234', 1650748697, '__ci_last_regenerate|i:1650748697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80829f245de9bb8138c532cea3c8156ff103ae3', '51.222.253.6', 1660235743, '__ci_last_regenerate|i:1660235742;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8084a622cc70f05dab758c55195918058faf500', '51.222.253.17', 1665120354, '__ci_last_regenerate|i:1665120354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80a42069e4105fb298eea4aed4323d5da4a15df', '157.55.39.80', 1670520740, '__ci_last_regenerate|i:1670520740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80c83b98a62e8fe2674ce36343104542ee76b31', '50.21.188.93', 1672705001, '__ci_last_regenerate|i:1672705001;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80cdf0920a2d3985747c45c3688d02a93fa3ca5', '200.119.173.130', 1675988901, '__ci_last_regenerate|i:1675988901;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675988849;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80d419fc41ca77040ed43f747533183d6df7b57', '40.77.167.37', 1668935071, '__ci_last_regenerate|i:1668935071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80d58f6c2b5167695e42114163b283106a01895', '51.222.253.6', 1669711997, '__ci_last_regenerate|i:1669711997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80dc7ac5d364c3b2b92c1a9adefebdb543386e3', '190.56.54.156', 1665254499, '__ci_last_regenerate|i:1665254499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665254486;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80e727524c21b58b591a0ebe74ee63cc69330e9', '114.119.130.213', 1687673188, '__ci_last_regenerate|i:1687673188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80f33409abc2a50cd2b35c7c3bff9c4531f0ca5', '66.249.64.50', 1677144746, '__ci_last_regenerate|i:1677144746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80f8d75a643a2a8d755b8a7ce8120a6a70300a5', '52.167.144.70', 1688110795, '__ci_last_regenerate|i:1688110795;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e80f9ac82a981656bb955e748ec1d03c16c891d8', '200.119.173.78', 1682878278, '__ci_last_regenerate|i:1682878278;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682878009;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e811d963bc1248d9ca4de226d4aef918a0708515', '111.7.100.20', 1650686096, '__ci_last_regenerate|i:1650686096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e812abb7f43e8c1fc5e0304805b280d53b9b6d03', '114.119.166.95', 1688003401, '__ci_last_regenerate|i:1688003401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e81760c8d921b6e895889cd20788676a49f85348', '114.119.143.172', 1687171045, '__ci_last_regenerate|i:1687171045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e818f6aac9a0dabc7713394fdeda032df1e922ec', '52.167.144.164', 1685848905, '__ci_last_regenerate|i:1685848905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8196899c6e204c02477b47f58ac3d81fc076afc', '190.56.55.113', 1673473411, '__ci_last_regenerate|i:1673473411;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673473409;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8197b5aec7b3822596998ee517bfd0df264ed88', '35.91.94.177', 1683679583, '__ci_last_regenerate|i:1683679583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e819c19ecb99c57329a97b48e1c85ae707dc7cb9', '51.222.253.2', 1661879967, '__ci_last_regenerate|i:1661879967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e81cb11c93233ba349f032f06b2af437b32aff3f', '52.167.144.162', 1682109613, '__ci_last_regenerate|i:1682109613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e81dfef86aa8b049e120c9c03df254b31d8d056f', '190.56.173.175', 1653328847, '__ci_last_regenerate|i:1653328797;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653322516\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653328845;register_id|s:1:\"9\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-23 12:00:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e81e37fdf03ae44c99bb5abf21308e2fb6aca2f4', '157.55.39.123', 1666844047, '__ci_last_regenerate|i:1666844047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8229fe8736c2420ff45668b9a80984ce7b2e96d', '52.167.144.76', 1681856262, '__ci_last_regenerate|i:1681856262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e82a5abb96d1c3a6d0b62b791635b1cf2b34e4c9', '40.77.167.222', 1681413916, '__ci_last_regenerate|i:1681413916;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e82a5d448fd527a58b9092edb1d6c072a2f1072b', '5.188.62.21', 1656404421, '__ci_last_regenerate|i:1656404418;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e82a855aaa65ff1d65ab602f19721d9dc5033eaa', '51.222.253.10', 1662675565, '__ci_last_regenerate|i:1662675565;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 ('e82c4378d0b17dbe3cde88a9d2fe11f99517b41b', '114.119.156.19', 1687504878, '__ci_last_regenerate|i:1687504877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e82d42d0c6d95fdf38f51b10c18df7545ec9278a', '40.77.167.221', 1680704522, '__ci_last_regenerate|i:1680704522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e832998d1a460b90d210ebd08b6b74c7b05b07de', '173.249.31.237', 1659409284, '__ci_last_regenerate|i:1659409284;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 ('e8346a42f8a0151f0090b0427210788e0b334343', '207.46.13.230', 1656050535, '__ci_last_regenerate|i:1656050535;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 ('e8363f156f400d38899d12b195320f2fa98cc7d7', '190.148.252.88', 1670801308, '__ci_last_regenerate|i:1670801308;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670800999;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e83799dfea0ff73779463754401b1a3e9e436674', '207.46.13.113', 1675772860, '__ci_last_regenerate|i:1675772860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e83afd9ff2e44d79918e15a3a588bea90a1dff4e', '157.55.39.69', 1672305921, '__ci_last_regenerate|i:1672305921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e83c3c8e5766cdd5a9d11120aec4be211052cc3a', '114.119.151.251', 1688018478, '__ci_last_regenerate|i:1688018478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e83ded0a9ceab38f4fc18ca44716555515dc6ec0', '146.59.157.229', 1650749705, '__ci_last_regenerate|i:1650749705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e83df01aa0c68d3090a07f43cdf15ad18022e036', '52.167.144.162', 1681636812, '__ci_last_regenerate|i:1681636812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e83e9a48127a5fad1615a53d194586cf827e6b44', '51.222.253.15', 1674832880, '__ci_last_regenerate|i:1674832880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8402d7e87c0356c3f29c47a814bb07d4e3f0dd3', '52.167.144.98', 1686314622, '__ci_last_regenerate|i:1686314622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e842e5c0947f3371d476165a794adc7be795c075', '17.121.115.129', 1656937463, '__ci_last_regenerate|i:1656937463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e842fabfb6b2bf5c8d8a702ffefa84b6732cd7ca', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84404cf7f5d32fbe2c47790d1edcee67e0e351d', '190.148.157.53', 1684015056, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684015056;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684014414;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8447d76ab7b2a9207c65fad92feb0b7b39fa435', '40.77.167.37', 1669577868, '__ci_last_regenerate|i:1669577868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e844f98b250530f371e32be807b145521019a6d5', '74.208.2.188', 1665904738, '__ci_last_regenerate|i:1665904738;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e845c3b30c8b37b14d2169fcff7427a3af9d243e', '40.77.167.248', 1678326084, '__ci_last_regenerate|i:1678326084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e845c4867edf56329505ec29f98024fd5bc15e59', '190.56.55.48', 1687627956, '__ci_last_regenerate|i:1687627956;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687627680;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84679286dede198042479cd074384e8cafc7269', '40.77.189.98', 1675754312, '__ci_last_regenerate|i:1675754312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e846f6951e2eac6bff750fb7c3c78967f90b6f1d', '52.167.144.162', 1681663314, '__ci_last_regenerate|i:1681663314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e847b552a21fd2300119f3d774db885616c0e23a', '167.248.133.47', 1659211436, '__ci_last_regenerate|i:1659211436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e847f225d188c56a383f52a299eb366eedccfda3', '54.36.148.99', 1673795705, '__ci_last_regenerate|i:1673795705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84a7a8c95adafe8aeb98c98c1d7d98d9c260a5d', '190.56.50.253', 1682621251, '__ci_last_regenerate|i:1682621251;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682621082;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84acda1436f463a56ae0f6b4ed5304e8222aa6f', '54.237.250.240', 1651485902, '__ci_last_regenerate|i:1651485902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84b4955e7f07d7c2cc11688ecd329cd3cf09549', '190.148.87.96', 1678714059, '__ci_last_regenerate|i:1678714059;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678714024;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84ba5a3b0616c0e3a082af751a865e364e02ae3', '190.148.87.99', 1688430492, '__ci_last_regenerate|i:1688430492;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688430194;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84c44a9aa02e0129474d0404f3cb856ce67d943', '200.119.173.107', 1686854943, '__ci_last_regenerate|i:1686854943;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686854855;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84e146dc0a48ece7caf5f04c97254fc85ef8d24', '190.148.252.96', 1672960498, '__ci_last_regenerate|i:1672960498;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672960483;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84edfcb7f42689d2666fbfe919bbb3643243f25', '190.148.252.96', 1672961587, '__ci_last_regenerate|i:1672961586;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";last_activity|i:1672951621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e84fcfaf91e114bb18f3274fbe074e24974a6552', '52.167.144.63', 1687100675, '__ci_last_regenerate|i:1687100675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e850ef3eeb7b6b8faeb2ddfc07dee715c3b8fc89', '190.148.158.69', 1685830863, '__ci_last_regenerate|i:1685830863;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685830848;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e851ec909bef5be9b26de9147d0ea0d2be103c4e', '200.119.170.137', 1668640837, '__ci_last_regenerate|i:1668640837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668640531;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e852a04ad4c74102a2bed4b14302a50f526fecb1', '40.77.167.146', 1687858677, '__ci_last_regenerate|i:1687858677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e85546f53f37bcd8d7c502b61e6b475fa7c6574f', '114.119.143.82', 1686908347, '__ci_last_regenerate|i:1686908347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e856989698a6a547746c2b9c54281e9f3ba720b5', '17.121.114.14', 1661744524, '__ci_last_regenerate|i:1661744524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e857167a549a115be20abdb2082c4c2a0df2cdf4', '200.119.168.250', 1680961755, '__ci_last_regenerate|i:1680961755;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680959707;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e85996dc708e8ea4efa0286ce1ad6e668ec65cf6', '52.167.144.164', 1686414514, '__ci_last_regenerate|i:1686414514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e859ba2370337f88e738c1ef832864e2d9c161ac', '52.167.144.98', 1686739328, '__ci_last_regenerate|i:1686739328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e85a25805ad3ed632dd6d608e7b9338c165780ae', '190.148.157.206', 1679489999, '__ci_last_regenerate|i:1679489999;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679420575\";last_ip|s:13:\"190.148.87.23\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679489182;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e85ab247b18a23331cf252edc479849972445579', '157.55.39.125', 1653398278, '__ci_last_regenerate|i:1653398278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e85b392c24879f85807ffdbed45483a019af4eff', '157.55.39.46', 1672413684, '__ci_last_regenerate|i:1672413684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e85fc5eeb7e706eab1856e68b14c57d714c02afe', '34.214.120.59', 1672665732, '__ci_last_regenerate|i:1672665732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8607622e5f25fb2f6d86ce40b797083a6780a59', '40.77.167.146', 1687895185, '__ci_last_regenerate|i:1687895185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e86185c5e9427fa1a181b3bd1a4cbd5a2171f0a5', '3.17.140.79', 1667896481, '__ci_last_regenerate|i:1667896481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e861ae06e84f3806f1e469695cc176b39094d66d', '190.56.173.136', 1687964980, '__ci_last_regenerate|i:1687964980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687964949;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e861b74342cff3525f38fa35f431016a7599dab1', '52.167.144.162', 1686208420, '__ci_last_regenerate|i:1686208420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e861d0ec58e55268308c43ee8e09730467af32bf', '114.119.158.142', 1686807522, '__ci_last_regenerate|i:1686807522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8624ceeca90cdd0b8c6bdc292a9ad5b9ef342e6', '190.56.55.48', 1687355692, '__ci_last_regenerate|i:1687355692;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687355688;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8630d784779933ddd6633b46f43f14aae47ec7c', '190.148.87.182', 1679613562, '__ci_last_regenerate|i:1679613562;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679592989\";last_ip|s:14:\"190.148.87.182\";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\";user_csrf|s:20:\"vSVhzjluFa0kHGUCDwr4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8635dbe55bfd108242d7cc7f7dde3672d886376', '40.77.167.182', 1683201092, '__ci_last_regenerate|i:1683201092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8637b2995b4f28f8ceceedeb0a4e7e70084cf4f', '52.167.144.171', 1685534715, '__ci_last_regenerate|i:1685534715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8655f8fad6b59bde0bfa2c16e684e0c8a0b6873', '52.167.144.164', 1684970326, '__ci_last_regenerate|i:1684970326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e86702f00635cc1f4817fc1e17600523f41e4da6', '114.119.155.78', 1686671242, '__ci_last_regenerate|i:1686671242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8679f3301134187bcfe614cbe641d02edee2514', '173.249.31.237', 1659409043, '__ci_last_regenerate|i:1659409043;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 ('e87057c37e7c3d9814a37bfcfadbfa07c99604ab', '40.77.167.181', 1679310347, '__ci_last_regenerate|i:1679310347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8705c43198c1deec8b77a5b7f1234c47f0afe64', '200.119.172.96', 1675468672, '__ci_last_regenerate|i:1675468672;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675467968;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8705e1971a972f31f03e470fb4081d97bf03113', '190.148.252.233', 1668812611, '__ci_last_regenerate|i:1668812611;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668812568;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8715ece483dcaf2c21843bd16604027f049bf35', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e872ecc7f53d2502f660c936d7099c77ab7b7e79', '51.158.101.117', 1682465618, '__ci_last_regenerate|i:1682465618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8735d32fd1baf1ea7110798bd217d9bb4cd4442', '190.148.252.151', 1671056228, '__ci_last_regenerate|i:1671056228;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1671051676\";last_ip|s:15:\"190.148.252.151\";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 ('e873a60d11df6293bd93900cd5758a920ce6e5be', '54.36.148.61', 1651789263, '__ci_last_regenerate|i:1651789263;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 ('e875b54ec0ef68455ffe870b25a05f406c9665a4', '52.167.144.162', 1686742914, '__ci_last_regenerate|i:1686742914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e876feeede64876d433ac820c808e10cc9402406', '17.121.112.180', 1653663433, '__ci_last_regenerate|i:1653663433;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 ('e8776d0053921b24d2ba2d764574be93f20b3cbb', '52.167.144.98', 1685364759, '__ci_last_regenerate|i:1685364759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e879da41ddfb79a120e1268d4f794ff2d710fc1b', '40.77.167.202', 1687916247, '__ci_last_regenerate|i:1687916247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e87bce640d23216adb44c9509c82e18303aaa599', '52.167.144.164', 1684315756, '__ci_last_regenerate|i:1684315756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e87e03c8b4bd9d63cc1fde1a87dbed81a9df4974', '51.222.253.8', 1670803577, '__ci_last_regenerate|i:1670803577;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 ('e87fd6514c0dcc3d4106a6708bd0cc73dcb11e87', '40.77.167.134', 1680077398, '__ci_last_regenerate|i:1680077398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e880d3b7f8522d83f2eb6af1d9b137fdadf500af', '190.56.54.156', 1665097420, '__ci_last_regenerate|i:1665097420;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665096461\";last_ip|s:13:\"190.56.54.156\";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:1665097358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e880ef29dd86a8fe8a7bd8250c8a799e283ba831', '157.55.39.208', 1686021038, '__ci_last_regenerate|i:1686021038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8811c753bb1fddb8a7a63e776044ad5ff96d827', '190.148.157.206', 1656614157, '__ci_last_regenerate|i:1656614157;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656595448\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656614153;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e883e4419598a71b539d94591b6b201c92d91794', '200.119.168.250', 1680721500, '__ci_last_regenerate|i:1680721500;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680719355;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e885d6728d5dea61e99a5a22a7a530cbb05dac8d', '3.237.104.7', 1654055392, '__ci_last_regenerate|i:1654055392;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 ('e88654edf0c63620cd64c46ae7d850056a9757c9', '114.119.137.173', 1688275414, '__ci_last_regenerate|i:1688275414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88a17f4d73a2e7dfe9358d065bc3f80b38d35b4', '190.56.50.15', 1667151688, '__ci_last_regenerate|i:1667151688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667151582;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88d261bbb7600db1a8f53c250dd7d39c497435f', '157.55.39.173', 1669167958, '__ci_last_regenerate|i:1669167958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88e2079c411077967a0e92cfcbb079a883dda3a', '207.46.13.41', 1664979936, '__ci_last_regenerate|i:1664979927;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88fa42d108e2005a33cdce823c8f6e14a1d5539', '20.14.84.11', 1660311853, '__ci_last_regenerate|i:1660311852;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 ('e8900ed549add47e4bc1ce3fbecd557fee64c65c', '52.167.144.98', 1686074786, '__ci_last_regenerate|i:1686074786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e89255ba5fa015cbb01c46635c844c4f5e5cbce1', '51.222.253.3', 1687408453, '__ci_last_regenerate|i:1687408453;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 ('e892f9fbf8d23125f0c86ea8a5bb4b405b62e398', '52.167.144.61', 1688036931, '__ci_last_regenerate|i:1688036931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8961503f49f9fc0b4d79ab927d3720a8471de19', '138.246.253.24', 1688014120, '__ci_last_regenerate|i:1688014120;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 ('e8963bc48c936dcc0a92ab3625db1f6c24831034', '114.119.159.64', 1688569940, '__ci_last_regenerate|i:1688569940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8970a3a81718db3f3b7bd92e71160ecf944fc98', '157.55.39.100', 1672318414, '__ci_last_regenerate|i:1672318414;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e89d1e22558a86d99580560e8b60068e44f788b2', '51.222.253.3', 1668781488, '__ci_last_regenerate|i:1668781488;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 ('e8a14220cd7b9a2453cd9ba569ed9b2006dca09a', '114.119.157.132', 1687240813, '__ci_last_regenerate|i:1687240813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a25b3d67a951ee8f9efdcc8d1fe4225f936ea2', '114.119.133.190', 1687700684, '__ci_last_regenerate|i:1687700684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a2ad658b1cb3e14352ade97084cc1beea7299c', '200.119.174.30', 1667518428, '__ci_last_regenerate|i:1667518428;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667518418;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a2f526f4398565417057d22652c811cb6880a4', '52.167.144.63', 1686908661, '__ci_last_regenerate|i:1686908661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a51e5e5b0fc6bb8ab8993e3061e5cfb96a1bce', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a6556e2184ee852affd06fee456b828006c67b', '114.119.137.177', 1687687756, '__ci_last_regenerate|i:1687687756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a676c1700961f75e10d203a0d2aab596a09349', '157.55.39.65', 1662038072, '__ci_last_regenerate|i:1662038072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a7010988e423e6b5a656d7d8f65ca5a6ace280', '52.167.144.164', 1685927721, '__ci_last_regenerate|i:1685927721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a843cc40438920b18255265e204a384e1818da', '190.148.252.67', 1688474953, '__ci_last_regenerate|i:1688474953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a8eefe25def2bd0e51837d0ffd69a42a469988', '207.46.13.11', 1668935011, '__ci_last_regenerate|i:1668935010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a9a857c8899ae80e2d52e39226722af794264a', '200.119.173.107', 1686841125, '__ci_last_regenerate|i:1686841125;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686829206\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686841120;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8aa397d5e47add393c488c1aa3167aa0104b4c0', '40.77.167.63', 1671920228, '__ci_last_regenerate|i:1671920228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8ad643a342cdca424b6756dff87805e530f5786', '190.56.55.113', 1673643021, '__ci_last_regenerate|i:1673643021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673642998;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b0dd91c88d39afafa6d5329564bcebe2146bd7', '52.167.144.61', 1688058769, '__ci_last_regenerate|i:1688058769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b1549f39649e6b2e5ec38ab445c82259fbacba', '200.119.173.90', 1657227249, '__ci_last_regenerate|i:1657227249;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656969858\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"Ku4CLlzJbg5PtiYfGS03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b163c4b89c8062c4a1bab7140ead0c496be137', '35.89.196.105', 1652967407, '__ci_last_regenerate|i:1652967406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b2581c773d0e0fc001fed46462695707f27820', '190.56.173.213', 1683503839, '__ci_last_regenerate|i:1683503839;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683503627;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b339ebb0c88770313ab958695fdc1536dfb071', '157.55.39.51', 1667805754, '__ci_last_regenerate|i:1667805754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b5ca2957c73a2319132663be64411cd063840b', '51.195.216.255', 1650896030, '__ci_last_regenerate|i:1650896030;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b6f5ed7083ce69be0afa159c76398fcc1a2625', '114.119.135.237', 1686971971, '__ci_last_regenerate|i:1686971971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8b9310073793e4b5b58a92600d944919f513cce', '190.148.252.76', 1652808049, '__ci_last_regenerate|i:1652808049;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"gNuyLThismZPAf3Vwl0J\";last_activity|i:1652807986;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8bd6ac1a1af8b568a6ef6cfef598d77f156b9eb', '190.56.55.48', 1687462677, '__ci_last_regenerate|i:1687462677;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687462671;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8bf2b1195f0404a682044ded36971ef0c2bdad8', '207.46.13.6', 1671473877, '__ci_last_regenerate|i:1671473877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c11fe410211c29675754991df3123ee8015e56', '190.148.252.88', 1663422265, '__ci_last_regenerate|i:1663422265;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663338506\";last_ip|s:13:\"190.56.55.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663419227;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c291ecb78e66ee6707a62a4c999f9a7a8f419b', '190.148.252.183', 1681418659, '__ci_last_regenerate|i:1681418659;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681417657;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c2e26a140f6a9998e92ed33406bc1d066f1c26', '157.55.39.147', 1672622774, '__ci_last_regenerate|i:1672622774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c3903f29e4d67cd0b469a8e8a6e5d91975cd51', '206.189.146.90', 1651184616, '__ci_last_regenerate|i:1651184611;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 ('e8c3e7b5d9419fdcef1fb0c21c22b2972e2cc45d', '114.119.136.155', 1688314220, '__ci_last_regenerate|i:1688314220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c764e9508425dd430973d62f77c367f7e217a6', '114.119.130.32', 1687120005, '__ci_last_regenerate|i:1687120005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c765dcd0f15f8da41e5bfd469b676ccd03708c', '114.119.131.116', 1688509563, '__ci_last_regenerate|i:1688509563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c7d333b3be4198006573f3fbe3b3746b3941c9', '52.167.144.162', 1687397070, '__ci_last_regenerate|i:1687397070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8ca52d5da959ea7ddb7ccdd7b1c7b6f4eb40fc7', '190.148.157.214', 1669743196, '__ci_last_regenerate|i:1669743196;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669743154;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cae8ca905c81220eac6a9945b968348f09f382', '190.56.32.174', 1676913312, '__ci_last_regenerate|i:1676913312;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676904234\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676913306;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cbbb3ad673834c3a114d273d1ca67cb4c0a9a5', '190.56.49.109', 1666119426, '__ci_last_regenerate|i:1666119426;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666046501\";last_ip|s:12:\"190.56.48.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666119423;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cbd0febd68bd110250331db0a695b2c877c84e', '200.119.168.250', 1680628790, '__ci_last_regenerate|i:1680628790;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680627657;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cbfc11b2898def63d4437ab991f60f75db9cc5', '114.119.152.149', 1688567691, '__ci_last_regenerate|i:1688567691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cc292faa67028165c303691cb2ed1f61767989', '190.148.252.183', 1681490098, '__ci_last_regenerate|i:1681490098;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681487002;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cd05264ccbd9da1fb0a53a6f1735c4834a9170', '40.69.24.70', 1650969175, '__ci_last_regenerate|i:1650969171;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 ('e8d16f8c02a6fdbbc3683a4fa0400668aa401091', '65.21.206.46', 1656694228, '__ci_last_regenerate|i:1656694228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d33fbba799308342914587cc56208857489cc6', '157.55.39.227', 1688505777, '__ci_last_regenerate|i:1688505776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d39fc089a06d010416d36fd5cc60f23be61392', '17.121.113.40', 1658334561, '__ci_last_regenerate|i:1658334561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d49f7841539c8d592376a874003d8c21203514', '52.167.144.162', 1686175381, '__ci_last_regenerate|i:1686175381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d508bfc6ee0f9a18317925ea26b541d5ae79ae', '46.161.27.204', 1656076875, '__ci_last_regenerate|i:1656076875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d50c5935a6015bdcbdbc98368b817669cc5e86', '207.46.13.12', 1675198401, '__ci_last_regenerate|i:1675198401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d538ffcbb2da8e0763c87b2e0fe383d47d9584', '93.158.90.71', 1652994976, '__ci_last_regenerate|i:1652994976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d53f77d291bc57c9a5d3e8d6ef5e5e63263768', '157.55.39.79', 1669998547, '__ci_last_regenerate|i:1669998547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d55f48e5aaf61f85c2aacb4f3894b999e9ec64', '157.55.39.79', 1669577780, '__ci_last_regenerate|i:1669577780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d5a7d2e299147e03cf93289d122c18afeb581c', '200.119.173.130', 1675973216, '__ci_last_regenerate|i:1675973216;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675970404;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d62700a81e546d287a66344018fce9c04fff80', '114.119.139.107', 1687583091, '__ci_last_regenerate|i:1687583091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d634c635f4873736e2890b7b4258c929cab7b0', '157.55.39.147', 1672298800, '__ci_last_regenerate|i:1672298800;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8d91b27acbb41f3578a008cdcba1700b9f56724', '117.54.159.170', 1651034571, '__ci_last_regenerate|i:1651034567;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 ('e8ded0d180799c1929a952f0b862f30aa643cd6b', '52.167.144.49', 1677047303, '__ci_last_regenerate|i:1677047303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e0fcc34b0b83749f5c911f99da120efe508de4', '52.167.144.162', 1687419141, '__ci_last_regenerate|i:1687419141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e125da2766830f9b9dfcefd8e17a9c82a2c2ec', '157.55.39.112', 1663099443, '__ci_last_regenerate|i:1663099443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e49edc921ed61ca81557e81b0bc3805bf2a0b9', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e5ca4a6a14ad240b6b4f0bbb8c6ccb4bf528e9', '137.184.93.143', 1687261953, '__ci_last_regenerate|i:1687261953;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e770c350277d5624088444729f82479aab30e8', '52.167.144.43', 1683842375, '__ci_last_regenerate|i:1683842375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e8b199c1513c3396cb995303f6f7faa21d34da', '207.46.13.211', 1679998893, '__ci_last_regenerate|i:1679998893;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8e9b4b50ef6e10eb8ff0e78ef908dcaeeedaf38', '190.148.252.163', 1668519377, '__ci_last_regenerate|i:1668519377;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668519372;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8ea7256c3d9ad05c4eb2905fc777916812a6dd0', '52.167.144.162', 1686596231, '__ci_last_regenerate|i:1686596230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8eb7b15d6fec45de2f4c6ba520fb707d5dd11bd', '167.94.138.60', 1653055068, '__ci_last_regenerate|i:1653055068;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8ed18e5ffe1c4fcfcead729507eff6e4103d71c', '52.167.144.98', 1685179545, '__ci_last_regenerate|i:1685179545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8eddf25c0b71e6afbb5b9abac62be7de4a2799d', '74.208.2.164', 1682137154, '__ci_last_regenerate|i:1682137154;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8eeb97d3938c0825278cd3e7e099a0605127a54', '190.56.173.175', 1652995607, '__ci_last_regenerate|i:1652995607;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652991937\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"JTKO4Hfb7xcy2jz9CNW5\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f08f4662b1e204bda52905d207a29312a3c674', '40.77.167.232', 1680328106, '__ci_last_regenerate|i:1680328106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f18c1d1af4fe3f0485ef6856cdeaf69d0ec723', '52.167.144.171', 1684333893, '__ci_last_regenerate|i:1684333893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f1ec3e1819539a27f6482afe4b06fc64f65937', '54.186.190.118', 1677937712, '__ci_last_regenerate|i:1677937712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f2d176866ae916ffbca5c943005ce0ba12cf0c', '190.56.49.237', 1665771385, '__ci_last_regenerate|i:1665771385;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665771299;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f3a914f8a628310c54738f05621c746f46c6ff', '40.77.167.79', 1653140148, '__ci_last_regenerate|i:1653140148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f5339791e3a42de95770287a8ca8e3a2463447', '52.167.144.67', 1677382437, '__ci_last_regenerate|i:1677382437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f74cba6e98d480177649d4218acc7935d1b347', '114.119.157.234', 1683072474, '__ci_last_regenerate|i:1683072473;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f7a2e08c83830dbc8d09f28df66ece5bfde2e3', '190.56.55.113', 1673376128, '__ci_last_regenerate|i:1673376128;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673376125;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f985de6577f3beedbd6451ea26de12328b6794', '190.56.32.32', 1686057377, '__ci_last_regenerate|i:1686057377;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685964399\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686056269;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8fa250e848dc4999eabd75de78b14e0ddca72f5', '165.22.197.220', 1688001739, '__ci_last_regenerate|i:1688001739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8fa845632de312988ddc36feee49121dd54a86d', '190.56.55.113', 1673450705, '__ci_last_regenerate|i:1673450705;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673450690;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8fc32989e2d14f76adde3598f1597150d612da9', '34.210.111.162', 1657891106, '__ci_last_regenerate|i:1657891106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8fca75ef8e194594837c18a318c1b374d9b9220', '93.159.230.88', 1667790337, '__ci_last_regenerate|i:1667790337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e902610c14226f86eafa94ba8d93eb269d5b1834', '17.121.112.120', 1663043330, '__ci_last_regenerate|i:1663043330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9043bd7d8d603ed72d88d8d040daad638cbd589', '200.119.173.177', 1685117850, '__ci_last_regenerate|i:1685117850;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685117825;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e904cb6c1c4cb3835cb27cc19364f252febb5d46', '190.148.157.117', 1675601825, '__ci_last_regenerate|i:1675601825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675601768;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e905c18dc624673feb93eabbb465d54c2817a698', '190.148.87.182', 1679751342, '__ci_last_regenerate|i:1679751342;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679751320;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9083908b866205c8163b44b6458b1840cedd6ae', '190.56.48.81', 1665938141, '__ci_last_regenerate|i:1665938141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665938026;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9093cd992579e2337bb4e6107868885c38f007c', '200.119.168.250', 1681066081, '__ci_last_regenerate|i:1681066081;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681062990;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e909a39dec5b6b03e4962b62601c29edecc40e8c', '40.77.167.49', 1664748759, '__ci_last_regenerate|i:1664748759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e90acc3d4dc6cbf9f90d07df4a53cecd70962350', '51.222.253.10', 1662666056, '__ci_last_regenerate|i:1662666056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e90dd8d6f15a99304c87c7c7bd2d0b24756e432e', '52.167.144.43', 1683763029, '__ci_last_regenerate|i:1683763028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e90eea030faa5f227194fa0b0020d35f75975d01', '51.15.200.251', 1682465612, '__ci_last_regenerate|i:1682465612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e90fe08a6872403e2c6a5c01e9f956d4deacb3d5', '157.55.39.51', 1667739431, '__ci_last_regenerate|i:1667739431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9121f8b50d6e77386ac98b1017e76d09d167a0a', '34.214.158.242', 1655908230, '__ci_last_regenerate|i:1655908230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e913c486abfa12eeb7682fda35111ef89993bd96', '190.148.252.151', 1671061010, '__ci_last_regenerate|i:1671061010;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671061002;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e915f66bf6ab4b1aa52839b669f3c65993667539', '54.36.149.38', 1677053110, '__ci_last_regenerate|i:1677053110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e915f8bfcaca3a5e67f09530c5ed16703c1bda68', '52.167.144.98', 1686177431, '__ci_last_regenerate|i:1686177431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e916954b0e82ef5f28dd5b657e6356aad95200d5', '114.119.132.36', 1685626060, '__ci_last_regenerate|i:1685626060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e916c89ce9821e78d6fb312610a9a87a80c95d2a', '51.222.253.5', 1686404056, '__ci_last_regenerate|i:1686404056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9174afbfe94e5699c2574f5240c1a0311927948', '40.77.167.20', 1674432071, '__ci_last_regenerate|i:1674432071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e917529ba0c70d8c497579635ce7bee8e5ecedf7', '40.77.167.156', 1678711529, '__ci_last_regenerate|i:1678711529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9181df103da8e5d3b63a4a4d347d818addd310a', '40.77.167.63', 1671972133, '__ci_last_regenerate|i:1671972132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e91825acc27a93fbff057765d491dde4193b403f', '157.55.39.69', 1672441421, '__ci_last_regenerate|i:1672441421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e91a05ee4b6dcb5744cfd9861fabee1bb60494a0', '190.148.158.69', 1685461116, '__ci_last_regenerate|i:1685461116;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685461108;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e91abdce71b1af1daa54d7a15bea6ffdfd271ea8', '117.57.95.25', 1656725257, '__ci_last_regenerate|i:1656725257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e91d86854ab9ac8ef7d87df12fcba63280dc7d8e', '200.119.169.52', 1664908102, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664908102;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664908100;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e91f6b43ac9a4664b670c96b94b1dab81b881c46', '17.121.114.51', 1655147034, '__ci_last_regenerate|i:1655147034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e920f5ecf61b12cc262e17a67d39924171c961aa', '114.119.152.97', 1687545173, '__ci_last_regenerate|i:1687545173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e920fb83979b50c53a24646239ed9094fff46c9d', '66.249.74.107', 1682537292, '__ci_last_regenerate|i:1682537292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e922011e5c2e7325ae3e32a07dcb3287c91c4a7d', '200.119.170.143', 1670282006, '__ci_last_regenerate|i:1670282006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670279172;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9223ed313b5a0170f42b717902d0bd305c5444c', '157.55.39.164', 1654553652, '__ci_last_regenerate|i:1654553642;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9264a02f034459722f3bb442c76f91e2900dc9c', '52.167.144.164', 1685279703, '__ci_last_regenerate|i:1685279703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e92757f15468bc600e8cef2bfefecafbce37e2a6', '34.174.40.187', 1684475548, '__ci_last_regenerate|i:1684475547;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 ('e928968732f0898c796a9ad47eaeb531ee1c2593', '66.249.74.105', 1684422770, '__ci_last_regenerate|i:1684422770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e929159f70cfb19effa4fff2e7a204bca96e0b2d', '52.167.144.162', 1681901660, '__ci_last_regenerate|i:1681901659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9297001be992d706ca5bdedaa54e3447f551e37', '40.77.167.123', 1684092765, '__ci_last_regenerate|i:1684092764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e92a0399bbf319b377af1bd2f07664acd374dd2d', '157.55.39.79', 1668834292, '__ci_last_regenerate|i:1668834292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e92ed903469b65f90b209fee6c7795f580b94d20', '157.55.39.173', 1670243661, '__ci_last_regenerate|i:1670243661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9330b8a2532eccdce67e33a689fea2cd0258fa8', '40.77.167.191', 1682240406, '__ci_last_regenerate|i:1682240406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e934537e844514fdc1c31c83a4c8b3d55fb90adf', '200.119.170.137', 1668634379, '__ci_last_regenerate|i:1668634379;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668634274;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e934cd92ebd243920207fa3fc6c53c840aff41a2', '51.222.253.16', 1675841576, '__ci_last_regenerate|i:1675841576;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 ('e937d5351ae3882c188cea0ef607e4741949440d', '190.148.252.183', 1681517654, '__ci_last_regenerate|i:1681517654;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681517652;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9395501824f9ac6e935201d52fefdb89de75674', '40.77.167.170', 1676094100, '__ci_last_regenerate|i:1676094100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e93ad1b35590f895f47c735eebd39d74567f0c85', '157.55.39.79', 1669454643, '__ci_last_regenerate|i:1669454643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e93cdfe67ef53927bc3b569a938b59062164bd89', '40.77.167.202', 1687784034, '__ci_last_regenerate|i:1687784034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e941c7c8f49cfc7be9c8e57efb27051ebe38c0a5', '190.148.157.98', 1679152040, '__ci_last_regenerate|i:1679152040;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679152024;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e945c9ce5db93a9efdfe2e4e254503d362a3e532', '190.148.252.183', 1681669899, '__ci_last_regenerate|i:1681669899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681669423;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9460703917c329ef275e828ee4377268a6e667e', '52.167.144.164', 1686667310, '__ci_last_regenerate|i:1686667310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94623f15b837ab78bc3c6f99ea17890ec6847a4', '52.167.144.164', 1686398280, '__ci_last_regenerate|i:1686398280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9465dc3b52e3dae12bacf2807b77eac69e0daf8', '17.121.113.71', 1659439634, '__ci_last_regenerate|i:1659439634;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 ('e9477ada76b9b53a9292753cb610c335610acdcc', '51.222.253.13', 1671932757, '__ci_last_regenerate|i:1671932757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9487133c3c6fc1272d9116f281a4e7339b2f9e3', '52.167.144.98', 1686568284, '__ci_last_regenerate|i:1686568284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9496300cf7989f5d599896af287d42b468a3771', '157.55.39.192', 1666278040, '__ci_last_regenerate|i:1666278040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9496afcabdc12ea971328f3735d053529f18aa0', '40.77.167.123', 1683192163, '__ci_last_regenerate|i:1683192163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e949858154e555af167c13de43eb3db9643028a3', '72.55.136.154', 1684624537, '__ci_last_regenerate|i:1684624537;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 ('e9499ccbfb9031eca5445f9275acc20b0bd7ad9e', '35.91.79.162', 1668173962, '__ci_last_regenerate|i:1668173962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94a6ea0f6e0f0e5bdef6af0bc20518203caf807', '190.148.158.69', 1685999914, '__ci_last_regenerate|i:1685999787;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685974918\";last_ip|s:14:\"190.148.158.69\";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\";user_csrf|s:20:\"rGiYtK52OhqWxaX1BdST\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94b35813d5bcb85389111456b116727db7739d5', '52.167.144.162', 1686596230, '__ci_last_regenerate|i:1686596230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94daaaa0f17151812443357cb7c3861a4e1a124', '5.188.62.21', 1656404415, '__ci_last_regenerate|i:1656404415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94dff30d4438f2d32be3dad96810c1d51bbf0c5', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94e0bb3b4ed55d5a196a8cfe941234a5ad3b4b0', '114.119.145.130', 1687973464, '__ci_last_regenerate|i:1687973463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e94e701d3a623b6a9d01084e9d178ac2af9bb82f', '157.55.39.253', 1681928702, '__ci_last_regenerate|i:1681928701;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95287c65842ebebfbadce2eb1aef772c1ab869b', '40.77.167.227', 1678514422, '__ci_last_regenerate|i:1678514422;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e954366182f4453e01a3a312da680bac8091a577', '114.119.142.19', 1688105947, '__ci_last_regenerate|i:1688105947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95741f8681b9730c0cf3fb6c44576e823a36057', '157.245.71.118', 1654150774, '__ci_last_regenerate|i:1654150770;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e957fb589f9a449401c209c112b3948bbbcfc180', '157.55.39.100', 1672390029, '__ci_last_regenerate|i:1672390029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9588f6d455bdc83d4a852f5c839881bdcc04369', '190.148.87.6', 1668283576, '__ci_last_regenerate|i:1668283576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668282157;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e958f2fc9153c172c4bb3fa1c580abc0b89616f8', '157.55.39.143', 1670374708, '__ci_last_regenerate|i:1670374708;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95bf4c31188c13c62eb0e9c60701b752377d67c', '40.77.167.37', 1669376265, '__ci_last_regenerate|i:1669376265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95c096a59d4516fc3886e00d40a655ee80d3bff', '190.104.119.122', 1650731570, '__ci_last_regenerate|i:1650731570;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1648663108\";last_ip|s:14:\"168.194.72.202\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"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 ('e95cb448416753e9047ed107951cfc6897163cc5', '157.55.39.112', 1662616398, '__ci_last_regenerate|i:1662616398;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 ('e95df405b534a5a4189c0ff0b8e8d035ff37e469', '207.46.13.1', 1671322792, '__ci_last_regenerate|i:1671322792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95e78c376a97b430520a2b14d6f9addc044cdcf', '52.167.144.162', 1687393075, '__ci_last_regenerate|i:1687393075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95ed592b549d98cc79fcdc7647b567c953800eb', '114.119.167.51', 1687529443, '__ci_last_regenerate|i:1687529443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95f0c64f6bd10f3bf5c17d6567545aacf3f620f', '114.119.128.40', 1687572558, '__ci_last_regenerate|i:1687572558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95f0cbac5b2812c1412cff0f1b6489144424119', '190.148.157.80', 1669638783, '__ci_last_regenerate|i:1669638783;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669637743;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95f202ae3dffd4e873f346eb6c4e5bb6efb6522', '157.55.39.51', 1669168054, '__ci_last_regenerate|i:1669168054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e960b2f80d33d8589d3333c0d3f5b0dccaec0d33', '144.76.67.169', 1676801046, '__ci_last_regenerate|i:1676801046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9618b3dd881e083edb266b195e028c39baaefc6', '51.222.253.10', 1672479416, '__ci_last_regenerate|i:1672479416;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 ('e961acb3ec86b4a9c0aa133a57a727837528e29c', '207.46.13.138', 1674534375, '__ci_last_regenerate|i:1674534375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e96307a352fd532c7c03c3dde1c7927cfdb5f7e4', '93.159.230.88', 1676481826, '__ci_last_regenerate|i:1676481826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e968bcc40c3cf6ac6b6fa6d3a3a71fa77dcff4ad', '190.56.173.130', 1650898725, '__ci_last_regenerate|i:1650898725;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650734255\";last_ip|s:15:\"190.104.119.122\";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\";requested_page|s:13:\"shop/products\";last_activity|i:1650897218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e96d406660fa7a22971eccf4830a3a7ea058c359', '190.148.157.98', 1678980308, '__ci_last_regenerate|i:1678980308;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678980201;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9709565f5518a57150ff940b60a314b98c6bfe1', '114.119.143.119', 1688214658, '__ci_last_regenerate|i:1688214658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e970fd2cb97f10702e7e090d5a66ac48a5ff3599', '114.119.136.95', 1685352895, '__ci_last_regenerate|i:1685352895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e971e4c51c66a3482218efe53b1baf61116b14b4', '50.21.188.93', 1672704855, '__ci_last_regenerate|i:1672704855;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 ('e971f69cd1bc19424a276af1651ee1017e46ea49', '5.188.62.26', 1660748000, '__ci_last_regenerate|i:1660748000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9728321a8e8de98930f74681aced17cbb431c7a', '20.93.21.62', 1677373822, '__ci_last_regenerate|i:1677373822;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 ('e972c480b1af5c66f41cc963d80524ce32d3d262', '190.148.252.96', 1672944951, '__ci_last_regenerate|i:1672944951;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e97328d44fac01371a258afe6c45a3eecd2df366', '190.148.252.233', 1669079194, '__ci_last_regenerate|i:1669079194;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669073296\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669078071;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e973de720516137d94458a18c0f8601ac282d6ad', '51.254.199.11', 1668940481, '__ci_last_regenerate|i:1668940481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e975d90b1aa8f5626e3e10ab630947c5ac9940ec', '45.138.16.178', 1658819515, '__ci_last_regenerate|i:1658819510;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 ('e9761734b790e54c58d84a4eb424c7676ae489e8', '190.56.54.77', 1666306954, '__ci_last_regenerate|i:1666306954;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666305439;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e976ba270279651d83f2bd8207edf4f662597f75', '207.46.13.205', 1671601122, '__ci_last_regenerate|i:1671601122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e976cbb54d686cd9c55b075840d8103d48866c7b', '190.56.32.243', 1684779775, '__ci_last_regenerate|i:1684779775;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684779621;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e978319576e9a11d5252088c92ef5229c7aef0c4', '114.119.159.17', 1686806623, '__ci_last_regenerate|i:1686806623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e978af4c5c6865dba43a566209390418b1f03771', '51.222.253.17', 1676496572, '__ci_last_regenerate|i:1676496572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e97acd632f9978852ff1c867f4d770ad786a1b8b', '157.55.39.90', 1663605346, '__ci_last_regenerate|i:1663605345;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e97eb72bb652433ee82e81534bbcd161e8ed2f80', '114.119.136.85', 1686539697, '__ci_last_regenerate|i:1686539697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e97f4c225c154bb96284fc1fc2d967a47666210d', '114.119.138.188', 1687932739, '__ci_last_regenerate|i:1687932739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98046ab4901a65b75e1edd81eb26be30c287872', '190.148.157.206', 1656603621, '__ci_last_regenerate|i:1656603621;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656593800\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656603593;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e980ae739d233ffa6c932f685d76d78a798b7829', '200.119.172.60', 1674932097, '__ci_last_regenerate|i:1674932097;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674932048;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e980db86b38e53057656a3b57ab7f18f83b4e25b', '17.121.115.106', 1659502365, '__ci_last_regenerate|i:1659502365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98618e6d789878aecfc06c2d3073c8fb88033bb', '40.77.167.49', 1664948844, '__ci_last_regenerate|i:1664948844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9864e660cbd3d2c0c545b902d1db4b2b87f9836', '54.36.148.216', 1672523424, '__ci_last_regenerate|i:1672523424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e987fe977903955f3d9cc7b7c8eff2d0ed1a1090', '40.77.167.182', 1684179436, '__ci_last_regenerate|i:1684179436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9881a0c968124d22185657e7033a3e90be1d616', '190.148.158.151', 1677361756, '__ci_last_regenerate|i:1677361756;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677361509;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e989f279d643dcefc731941dc3a66067da095d0b', '54.190.196.20', 1678109619, '__ci_last_regenerate|i:1678109619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98a3f8bddff27bfe9cbde7273f32c5af3198441', '52.167.144.109', 1680192105, '__ci_last_regenerate|i:1680192105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98a55ba9d3c5e2adda7bc2b6f9f0a238728a7fe', '18.237.250.245', 1677937740, '__ci_last_regenerate|i:1677937740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98ae7f971ae21e2135a1c01f3a7d42288d90da9', '157.55.39.46', 1672339884, '__ci_last_regenerate|i:1672339884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98b37c486eb487dc7c90b552f3fc624adb73959', '17.121.112.72', 1651411029, '__ci_last_regenerate|i:1651411029;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 ('e98ce260b86a9c715c735f81f4b1b747fcbe53dd', '157.55.39.173', 1669167960, '__ci_last_regenerate|i:1669167960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98ce576ffd4cf108473a3c2744b09fa7cb0ba2e', '184.72.193.236', 1667595684, '__ci_last_regenerate|i:1667595684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e990771b87b43122bc8bfaa4234a2894e63f7ead', '114.119.151.72', 1685507507, '__ci_last_regenerate|i:1685507507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e990ebf8a6163775dfd3438607fd45cb538b35d1', '157.55.39.173', 1669577834, '__ci_last_regenerate|i:1669577834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e990f1ddd589a20ef0a07ea23511beadcb2f6076', '66.249.79.196', 1687661085, '__ci_last_regenerate|i:1687661085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e991f6ccba2e3231cb3bc2febafb3e4db84a78c5', '17.121.113.68', 1652144454, '__ci_last_regenerate|i:1652144454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e992664cca4539747d73d141e9bd18bb4d0b6c92', '157.55.39.130', 1659132076, '__ci_last_regenerate|i:1659132066;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e992ba69d2625ab8aa444869a252b744574e5176', '51.195.216.255', 1650895474, '__ci_last_regenerate|i:1650895474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9936a0dd618b8709f4f60ab52d589ee01678d6d', '200.119.168.7', 1666966355, '__ci_last_regenerate|i:1666966355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666966348;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9936e3fa35eac5884e39ff13ee56d8bee096559', '190.56.54.156', 1665249351, '__ci_last_regenerate|i:1665249351;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665249348;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99424d6a5c177cca2dc38d9f381c66e6c3bf9cd', '54.227.32.154', 1651390398, '__ci_last_regenerate|i:1651390398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e994a211f88266ed07aa4ba97239f25a2d80c645', '52.167.144.98', 1686468562, '__ci_last_regenerate|i:1686468562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e994c9696dd05dac9f6c48d4b0d68e68b65ba564', '190.56.54.156', 1665247576, '__ci_last_regenerate|i:1665247576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665247535;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99599934df7173a679a3d8e93c50fb440164e34', '51.222.253.3', 1652618628, '__ci_last_regenerate|i:1652618628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e997b308c987fe95ba861167fd3b826d4e9c3c11', '51.195.216.255', 1650899372, '__ci_last_regenerate|i:1650899372;error|s:0:\"\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e997e68bc04a62c2e8ad40e06529c34a501c3364', '52.167.144.171', 1685379735, '__ci_last_regenerate|i:1685379735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e998bdfc2dbd305828d70c1ec2b853fed79c049c', '114.119.142.125', 1687703621, '__ci_last_regenerate|i:1687703621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99bf68b3124a16d849d6ead367bc5d3ba2f94bf', '52.167.144.74', 1688501976, '__ci_last_regenerate|i:1688501976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99cc0a88b71b4d3134b3abe00de7b8834d50e8d', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99dbcf0b404c376a617110c03991e979364ab30', '190.56.55.0', 1687798007, '__ci_last_regenerate|i:1687798007;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687557352\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"osvdCGUYP8Af3mqVNnKr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e99fe2597c0ab91976517a4dd8ae2e2e1730f27c', '207.46.13.209', 1681260346, '__ci_last_regenerate|i:1681260346;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a05be7a839d18e58790804f00635d6a6187946', '190.148.157.53', 1683992497, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683992497;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683992003;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a191d77f9ffd5dc02f33d157e79874736c7f2d', '190.148.252.96', 1673133953, '__ci_last_regenerate|i:1673133953;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673133630;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a22a3f8d31345036ff555d3b30321bc4c3c10d', '5.188.62.140', 1653316875, '__ci_last_regenerate|i:1653316872;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a29f7e26a81f227831ec658de4ff9a55543de2', '52.167.144.98', 1686726430, '__ci_last_regenerate|i:1686726429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a2c3fb9fd719679195fa9bb3eb3ced68e8348c', '40.77.167.27', 1659877460, '__ci_last_regenerate|i:1659877460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a345e6e8f1767cf6bf30607204ed6bf043da07', '200.119.173.212', 1667947495, '__ci_last_regenerate|i:1667947495;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a42a60cb378b0769eb05b1ee688380e121956f', '40.77.167.250', 1677652586, '__ci_last_regenerate|i:1677652586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a48e755e33b176e20614f992f8b93793d05e5b', '114.119.133.130', 1685294662, '__ci_last_regenerate|i:1685294662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a5dd6f3aecf3c1391cea7330bb1071a1e04171', '114.119.149.109', 1686573634, '__ci_last_regenerate|i:1686573634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a683bfd20ec14efa86ce6239e6f60e388993c1', '157.55.39.173', 1668834338, '__ci_last_regenerate|i:1668834338;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a6e0944ebfbc6a1c74320e488d1a3839277a79', '51.222.253.6', 1670803579, '__ci_last_regenerate|i:1670803579;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a73d6485dbf1c6148d439359f608ce0a6e5366', '190.148.252.233', 1668905942, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668905942;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668905642;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a87e44c187729417e045c7294779882b0e7a58', '193.235.141.146', 1678121889, '__ci_last_regenerate|i:1678121889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ab364b36d19ccf10b909144e6d99d3093cf7a3', '40.77.167.123', 1683232531, '__ci_last_regenerate|i:1683232531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9abad44713dcf7aa075022456d6af12e7c1077b', '157.55.39.123', 1673083821, '__ci_last_regenerate|i:1673083821;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ac94dbf0efa89a43835f9d5500eb5209bb1ba3', '157.55.39.217', 1683787214, '__ci_last_regenerate|i:1683787214;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ad3d2dafc70f60807fb017414491484c6b54d2', '190.148.158.69', 1685451161, '__ci_last_regenerate|i:1685451161;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685450480;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ad7ff0e032b47877fe2e2fea398fd0774f3cf8', '114.119.131.93', 1686457971, '__ci_last_regenerate|i:1686457971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ada82d42ff13f40c5c88ae6e7837bef30c8ee1', '51.222.253.1', 1664612612, '__ci_last_regenerate|i:1664612612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9adcce41ab264c18ea89e44e387cc327ae3025c', '114.119.147.239', 1687641549, '__ci_last_regenerate|i:1687641549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ae94c494b4bd7acf20f3684d20b7fcaf2a98d1', '17.121.115.131', 1651252551, '__ci_last_regenerate|i:1651252551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9af99d66068473f160a63efcd16e2af7b343441', '207.46.13.154', 1670376840, '__ci_last_regenerate|i:1670376840;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b021b9746fddd935506b5bc917cf1a7ac0b6dc', '190.148.158.175', 1672625539, '__ci_last_regenerate|i:1672625473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672625538;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b2fcabf8ad08febd0902373183a7eab9e2c382', '54.36.149.0', 1663087398, '__ci_last_regenerate|i:1663087398;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b33e73ee548efd45bb36f86e3b67f3a83a02df', '190.56.54.156', 1665180331, '__ci_last_regenerate|i:1665180331;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665180261;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b5a0f33fb0cbc9d4df8e977fe543fec72ec8ca', '190.148.87.6', 1668210402, '__ci_last_regenerate|i:1668210402;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668210040;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b5c0ad35c224acf97a283bd60db0856a7a0338', '34.219.216.53', 1674740441, '__ci_last_regenerate|i:1674740441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b6ce3c6c7c538bc2d3b836b62d805abc673ea6', '114.119.128.129', 1687106195, '__ci_last_regenerate|i:1687106195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b927d4e35487b995d27dbd9e6beff4eb57c13d', '114.119.149.65', 1686850858, '__ci_last_regenerate|i:1686850858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bc7443417d715b93bf041762e6935cb737ce1d', '51.159.103.13', 1666415586, '__ci_last_regenerate|i:1666415586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bcb1fbaa6f11a27eedff2ef2d4948ff9fe28d2', '173.249.31.237', 1659409114, '__ci_last_regenerate|i:1659409114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bd1835ddef3fad920c8b4adee89323f9ebfb0f', '190.148.252.161', 1669918596, '__ci_last_regenerate|i:1669918596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669918593;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bdd1b73740c6308bc6f9c2e1cfbbeb0dffa29c', '52.167.144.164', 1684939270, '__ci_last_regenerate|i:1684939270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9be43d412f74c9bd14d7707e6645c6e78eef008', '114.119.157.190', 1684144689, '__ci_last_regenerate|i:1684144689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bf2f8fe3d88b751ddee87c85b2f18889ae0909', '114.119.136.24', 1686861055, '__ci_last_regenerate|i:1686861055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bf6d71dbc01e0c276942d575927d265a4a4572', '190.148.252.73', 1664809696, '__ci_last_regenerate|i:1664809696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664809692;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9bfe67f6c23142b4d68199aad141c9b374ade3a', '207.46.13.154', 1671292562, '__ci_last_regenerate|i:1671292562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c2ae462b55a50349973d0133273a4b8c61e92a', '66.249.79.193', 1666135991, '__ci_last_regenerate|i:1666135991;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 ('e9c3a33e0c92c0880b50aa25492508b1ba8d9ebb', '40.77.167.16', 1673444179, '__ci_last_regenerate|i:1673444179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c610bf12e57b0c79747ec21272904325ee53c1', '207.46.13.17', 1674222938, '__ci_last_regenerate|i:1674222938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c7069ba7a465efac3e26325b2eb6a474abf306', '35.222.85.6', 1651482756, '__ci_last_regenerate|i:1651482756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c87a7945d4e8ecf53c144a4729ad52cebd4ef8', '190.148.87.99', 1688413899, '__ci_last_regenerate|i:1688413899;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688413457;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c88ba610c94ff484bce56ab88a580b25d03a01', '52.167.144.49', 1676702707, '__ci_last_regenerate|i:1676702707;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c9d69dda992a57aef6837eeda8853d8662e27b', '40.77.167.175', 1680226200, '__ci_last_regenerate|i:1680226200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ca4f4456bd44408be2831d0240a361c6f8628c', '114.119.135.196', 1687347227, '__ci_last_regenerate|i:1687347227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9cd69557f50214f871a11409451348070cdf39b', '66.249.79.196', 1666093097, '__ci_last_regenerate|i:1666093097;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 ('e9ce54220c8ad7d4fbcd79401a4164a3d8e28da1', '52.167.144.133', 1681445484, '__ci_last_regenerate|i:1681445484;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ceaeb815a49b987f568cf700ea88c11e41e895', '190.148.158.75', 1663108745, '__ci_last_regenerate|i:1663108745;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663005228\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"loBXWRUnOIgaymduHhY8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9cfaff88cb81fbb4193238c3345d7e75400e97a', '51.158.108.61', 1659465162, '__ci_last_regenerate|i:1659465162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d00321f6fdea564717138440318ce2e959b5ce', '190.148.157.177', 1681995328, '__ci_last_regenerate|i:1681995328;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681995291;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d1ea0143e6ae0e181d696d52cc1deaa406c882', '114.119.140.48', 1688090374, '__ci_last_regenerate|i:1688090374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d48e4d03456ecafb51ec7e8195470e4b71f800', '114.119.132.7', 1686612554, '__ci_last_regenerate|i:1686612554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d50b29480e4c002a99d15cf6afabc142e5b04f', '190.148.157.122', 1666656311, '__ci_last_regenerate|i:1666656311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666656227;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d563e15379b9ad5fb06d06b9a12e2a97e86d85', '52.167.144.98', 1686727012, '__ci_last_regenerate|i:1686727012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d784c93991216ead398092ab600cf1c6b069e2', '5.188.62.21', 1653417834, '__ci_last_regenerate|i:1653417832;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d8f259bb8175b5c162f396ee10384c4cdf1d16', '20.37.12.186', 1651416180, '__ci_last_regenerate|i:1651416180;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 ('e9d9e3ceaf8df1db62b1252c602e31a6120a2290', '200.119.170.221', 1664381277, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664381277;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664381264;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9d9e7feea85fb204930850c309ab3043b700cd9', '200.119.168.250', 1680648543, '__ci_last_regenerate|i:1680648543;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680648516;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9dc604d450f5c9147bcfd6c9a1e2482594dd657', '40.77.167.161', 1676593282, '__ci_last_regenerate|i:1676593282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9dc9060323ff30f0f90f3aa678b798b8f83f840', '190.148.157.99', 1662576600, '__ci_last_regenerate|i:1662576600;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662563564\";last_ip|s:14:\"190.148.157.99\";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\";user_csrf|s:20:\"oBK7bIwn5MlSsWpJah4m\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9dcda7a9af3972b413413be916e703ad89da4b9', '52.167.144.61', 1688311810, '__ci_last_regenerate|i:1688311810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9dee0cb3a7fd9cc8ff99c57f008f2c72e1df55f', '52.167.144.98', 1684980344, '__ci_last_regenerate|i:1684980344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e022a6b9e02d55981cd81cbc5cb51055d039c7', '78.47.36.113', 1652043061, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e6c6944479f4ed396e789f47f7edda225f3a50', '54.36.148.104', 1664756027, '__ci_last_regenerate|i:1664756027;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 ('e9e7b87f4c6e92c5029209f32ae741ff53b9b12a', '52.167.144.98', 1686515211, '__ci_last_regenerate|i:1686515211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e7fa57542b7285cb3aa461a48fe1e7524902da', '207.46.13.205', 1671507020, '__ci_last_regenerate|i:1671507020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e9df361eb4722f974d7265a72374ea3c0cf33b', '190.148.158.69', 1685671340, '__ci_last_regenerate|i:1685671332;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685671339;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ea8f7d3ad58381cf2891bac4a13b39eda4b484', '190.148.252.233', 1669078028, '__ci_last_regenerate|i:1669078028;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669073296\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669076571;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9eb1b5e8ea6fbe47ab0bff58d7edd99cadb1ffb', '190.56.49.237', 1665773299, '__ci_last_regenerate|i:1665773299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665773233;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9eb9c2d34059ed3b368b7c2917d602dfc71bb76', '157.55.39.227', 1688428966, '__ci_last_regenerate|i:1688428966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9eba266015bcd96c0e91c9188f4f4c09039f70a', '52.167.144.98', 1686581766, '__ci_last_regenerate|i:1686581766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ec48904c6e708e0d87e35a85d8ede1c0381a24', '74.125.215.36', 1650916409, '__ci_last_regenerate|i:1650916409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9edd11d5fa751dc90ea73ffe6b1be015b67cde0', '190.56.173.136', 1687904535, '__ci_last_regenerate|i:1687904535;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687904532;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ef8474026241da8a1b0dabfb13c8f3a62768dd', '40.77.167.207', 1681663293, '__ci_last_regenerate|i:1681663293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9efd7db560a9f0971fbb2adaf27874e45e43f90', '190.56.173.251', 1651943674, '__ci_last_regenerate|i:1651943674;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('e9f39410cdd386f84267a792d473c5e9022fe483', '40.77.167.97', 1670314435, '__ci_last_regenerate|i:1670314435;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 ('e9f5a775f862028c5d2b0e3980edf4e1411cd4af', '190.148.87.96', 1678488322, '__ci_last_regenerate|i:1678488322;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678486970;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9f5eb6010a0ee7558312070cf3a11541d332089', '157.55.39.100', 1672246866, '__ci_last_regenerate|i:1672246866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9f8c7ee3a16612d9abb1b93ab9f5482c381ae05', '40.77.167.13', 1672390037, '__ci_last_regenerate|i:1672390037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9fa535c8f165755d803ce8447d870962850fe9f', '52.167.144.162', 1682579287, '__ci_last_regenerate|i:1682579287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9faa8a68c9328d123cd6395c2cb5c0323f25bdb', '157.55.39.192', 1664988993, '__ci_last_regenerate|i:1664988992;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9fbf4b15271ee9d8471e1d88d6b9ac9ede20635', '200.119.169.82', 1656467363, '__ci_last_regenerate|i:1656467363;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656456719\";last_ip|s:14:\"200.119.169.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656467245;register_id|s:2:\"34\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-28 08:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9fd6386cf067c26105aac1203b02c83443b9b2d', '52.167.144.31', 1675498343, '__ci_last_regenerate|i:1675498343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9fdae1f6ecf52ac9d25fa3116ecbe7a4653d443', '198.235.24.8', 1655776314, '__ci_last_regenerate|i:1655776314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea01b5298af705fd90263bc7a2b83dcc6b540bc4', '159.65.24.22', 1653658144, '__ci_last_regenerate|i:1653658144;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea029c839b5d18d2f26378ad22d874a4d279ec67', '15.204.182.106', 1678854976, '__ci_last_regenerate|i:1678854976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea02b124e74f0b34e5f2e4db992b19d13f9ec785', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0343047b460aa7f2eee52c760be79d26c3fab4', '190.148.157.117', 1675641685, '__ci_last_regenerate|i:1675641685;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675641600;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0429cb944212bdad2a2a978f8238afa0a65d3e', '74.208.2.183', 1672574286, '__ci_last_regenerate|i:1672574286;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea05f352c37466ceae3046f5ce75b9320ce732a8', '40.77.167.23', 1673821388, '__ci_last_regenerate|i:1673821388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea064264dea065f3cb9bec7219d0fbbc9b21ac29', '66.249.65.100', 1651290771, '__ci_last_regenerate|i:1651290771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0668bc4f0f5c854c9c6ed23f2db5457fbe74ee', '114.119.146.51', 1687240159, '__ci_last_regenerate|i:1687240159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0aced26addb1eebc6c8736969aec058131075d', '200.119.174.131', 1662677705, '__ci_last_regenerate|i:1662677574;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662659973\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662677705;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0b3e7830e7e1a9754a2ee8a5f7f2f6690ca6e3', '207.46.13.154', 1671425185, '__ci_last_regenerate|i:1671425185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0ca2febaa5220817e70da06a08350bfa52175d', '114.119.145.37', 1684412681, '__ci_last_regenerate|i:1684412680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0f443e35bbfa58854979f25061f653d7ccd0a7', '190.56.173.213', 1683464211, '__ci_last_regenerate|i:1683464211;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683464194;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea0ff47bf3604132d232d1937824bb286a6042e1', '175.196.127.111', 1650791333, '__ci_last_regenerate|i:1650791333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1058f5ad4db930ba52462a9e587e0cd4e3b11f', '40.77.167.175', 1680269856, '__ci_last_regenerate|i:1680269856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1084e59f612819da3a9e6ecc9baedc88308a96', '157.55.39.221', 1661760261, '__ci_last_regenerate|i:1661760261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1188a1e549fc7b63726f50877f906258d7c584', '190.115.15.154', 1686590870, '__ci_last_regenerate|i:1686590870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea13201deb3dca2503c95e7c1e293d13be887065', '17.121.113.24', 1655310472, '__ci_last_regenerate|i:1655310472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea16392a65b6cdd73cc78d4abfa6316fa2a42be2', '52.167.144.63', 1687062969, '__ci_last_regenerate|i:1687062969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea16f695357807f10402bc12b370b75485e30a13', '207.46.13.217', 1684016907, '__ci_last_regenerate|i:1684016907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea177370d632cd0af883cfb2dc6cf0ff1ab5073f', '190.56.32.131', 1687650339, '__ci_last_regenerate|i:1687650339;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687650323;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea17ae08bcb2e6540f252377644fbc5146a3f103', '200.119.168.250', 1680889559, '__ci_last_regenerate|i:1680889559;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680887975;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea18b4624955a5162d2f5f86468469dd556ae87c', '54.36.148.188', 1653776138, '__ci_last_regenerate|i:1653776138;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 ('ea1c30a715744cdbd1d214a06a46ce87b9891ad1', '207.46.13.12', 1675744902, '__ci_last_regenerate|i:1675744902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1c59e50ea5894a6e7809369995634c4c4d1fd0', '40.77.167.56', 1673444164, '__ci_last_regenerate|i:1673444164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1d386318a97f567b4081cc00d9ac43b0d05df1', '190.56.51.158', 1655740647, '__ci_last_regenerate|i:1655740623;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655728798\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655740646;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1deb53c3e1494d872e43b2fad7f0bd122ce5ed', '34.222.164.212', 1687565309, '__ci_last_regenerate|i:1687565309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1f057c7c00e2815cacceb829924324c858bd76', '54.36.148.101', 1653417153, '__ci_last_regenerate|i:1653417153;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 ('ea20a5e72a1f8255cf60e602737df70345c9658e', '157.55.39.90', 1662626255, '__ci_last_regenerate|i:1662626253;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea20b33e9696b3d750c919cddc783e8b999636a7', '114.119.137.190', 1688203593, '__ci_last_regenerate|i:1688203593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2752c4c2d4ff9d976ce3a3265da7486035cea9', '190.148.252.76', 1654458321, '__ci_last_regenerate|i:1654458321;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654446172\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654458313;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea276a586a0532446cde1e26941278b7a7f84022', '190.56.55.48', 1687557117, '__ci_last_regenerate|i:1687557117;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687557072;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea287b8039ab87cd7c91971f3e087b45c73ef92b', '157.55.39.51', 1668691397, '__ci_last_regenerate|i:1668691397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2aad0b1c9737bfb22755ce73892763aa8b28db', '200.119.173.177', 1685370431, '__ci_last_regenerate|i:1685370431;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685370347;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2b59ff4725122bb3f9d9644157cc8fc08ca08c', '17.121.113.55', 1652141419, '__ci_last_regenerate|i:1652141419;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2cbf94c51f22bd39ec4385a2eb5cfce9ccf037', '51.222.253.7', 1651165251, '__ci_last_regenerate|i:1651165251;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 ('ea2dafbcb07287a7e56267b90ece1b175191d2d4', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2ef852ccea203c32c711e0487ed54537c55ca1', '190.148.157.53', 1683941670, '__ci_last_regenerate|i:1683941670;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683904085\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683940796;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2f1cd5126aa4e35abbe8407b610c10468afe60', '51.222.253.18', 1654047998, '__ci_last_regenerate|i:1654047998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea2fdc0f5f45b72cac9d9999896c1f10940aa64f', '51.222.253.1', 1678782774, '__ci_last_regenerate|i:1678782774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea31941a4ca76704e141c23461b55260e747d604', '190.56.32.174', 1676506039, '__ci_last_regenerate|i:1676506039;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676506025;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea34258dc5085b09ab920fe09035546a8243cad6', '190.148.87.99', 1686957711, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686957711;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686917580\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686957546;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea36cb46c42f53352652cd7ad9624710d4921a40', '5.188.62.21', 1653390783, '__ci_last_regenerate|i:1653390780;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea3935980fb80a025a001b871a6df0d9b84f241e', '66.102.8.68', 1667456730, '__ci_last_regenerate|i:1667456730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea3c69febdce2cedd4e7a6b5fe4a8fe5da2b34e5', '52.167.144.154', 1687481071, '__ci_last_regenerate|i:1687481071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea3d4d39c4dd73ef02ebe9fef323d7b826799b1f', '152.89.196.102', 1660092226, '__ci_last_regenerate|i:1660092225;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea3e4e48324400c6779bc002b3b6f447ed25ee48', '190.148.252.96', 1672940725, '__ci_last_regenerate|i:1672940725;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672933899\";last_ip|s:14:\"190.148.252.96\";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 ('ea3fdcd394a761974f0aa8474fb6eced252c2904', '52.167.144.61', 1688052395, '__ci_last_regenerate|i:1688052395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea412814620b63dbe322289e23ce77e0b2effd6d', '162.142.125.211', 1655916860, '__ci_last_regenerate|i:1655916860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4152c68bba7b43cef0a528a224fe07ebe05faa', '51.222.253.2', 1654265894, '__ci_last_regenerate|i:1654265894;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 ('ea4260b88f860cf8b3e30349f4ed00629654c3d7', '185.175.44.233', 1673676646, '__ci_last_regenerate|i:1673676646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea43dce7b6aa294dca5b714480310342b69dcc1a', '130.245.169.70', 1657360540, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea445ebbfbf72036dd890c6d021df1e0ca188e78', '200.119.173.130', 1675874826, '__ci_last_regenerate|i:1675874826;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675874824;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea457f1b5bc094680cd74aa85c30ed9f5ec125c5', '114.119.150.56', 1686619361, '__ci_last_regenerate|i:1686619361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea474f12649dd514d8122c5d284cac2d7d8033a2', '114.119.149.91', 1688340728, '__ci_last_regenerate|i:1688340728;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea47d1ffdfa1372b5fd9ef708651680600d02723', '144.76.151.42', 1650866374, '__ci_last_regenerate|i:1650866374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea496e07c2baac6b33526708910b69e7520ce5eb', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4970c36907214c210a14398b5d750d0778f1fd', '205.169.39.104', 1651729514, '__ci_last_regenerate|i:1651729514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4a0cead4c498d6d68e153bee4ca01f1d4cecbc', '190.148.158.175', 1672334883, '__ci_last_regenerate|i:1672334883;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672334551;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4a2ffa8978e3ca8a56fc8d3c815b4887d93d97', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4bfefe5fc08bee01b60e5a0cb0d7abc1b01b95', '104.227.189.24', 1675424562, '__ci_last_regenerate|i:1675424562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4d6738a4044c2f0f23ea3623038037f1ada8e5', '52.167.144.164', 1685629951, '__ci_last_regenerate|i:1685629951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4e4385a60e0c5b3580e9fab4f635d511b58ca4', '111.7.100.26', 1650686108, '__ci_last_regenerate|i:1650686108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4ea3a74adea731cc0a1a58d7324c6b7ffeb7bb', '190.148.158.151', 1677191917, '__ci_last_regenerate|i:1677191917;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677191916;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4f802c5481a931f385f50a51da9addaeca3cc2', '200.119.172.96', 1675465395, '__ci_last_regenerate|i:1675465395;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675438662\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"pH2jbXIRmGsa5OQBtWFJ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea4faa8cb7527f5b002deeed376257754d49d4b9', '40.77.167.175', 1680005298, '__ci_last_regenerate|i:1680005297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea519c6c9dbb95c662487cc1a394e9b5466226fd', '190.148.157.192', 1655857943, '__ci_last_regenerate|i:1655857943;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 ('ea51aff5535ac48c1de39126b75fcf691391d093', '52.167.144.98', 1685715867, '__ci_last_regenerate|i:1685715867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea520d3e72f1f4fc7292fdb341be9f88d9d7258e', '114.119.157.245', 1688394314, '__ci_last_regenerate|i:1688394314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea555f37f452dd5eea2a0ddcd8dc09794eee37d5', '130.255.166.121', 1679036516, '__ci_last_regenerate|i:1679036516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea555fe7485790dc7745b99af1baa2466c3549b4', '40.77.167.221', 1680774685, '__ci_last_regenerate|i:1680774685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea557d887e0e2074623ccf8534881c1f18226d67', '65.21.206.46', 1655432108, '__ci_last_regenerate|i:1655432108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea56134491669d40a6c1fcea78a2785596cf1064', '207.46.13.12', 1676431034, '__ci_last_regenerate|i:1676431034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea58095e43bc8c53b69e8deb75d9bb92d1073c7c', '40.77.167.123', 1683296489, '__ci_last_regenerate|i:1683296489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea580f91b8e9d2fddbb1c83a4fcca90d680ed568', '52.167.144.43', 1683939968, '__ci_last_regenerate|i:1683939968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea589c643810809d07ac014127757afeb39a4db7', '173.252.95.23', 1659226443, '__ci_last_regenerate|i:1659226443;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 ('ea5bd8265ffc348d73f26998fec04887c1f5ccba', '190.148.87.6', 1668436595, '__ci_last_regenerate|i:1668436595;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668429801\";last_ip|s:12:\"190.148.87.6\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea5e1bf3e85311e7518d3b9528584d5227f1a8fd', '200.119.172.126', 1652884689, '__ci_last_regenerate|i:1652884689;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652884680;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea5f616563e3de8cdefca4c2251fa1dc02adde56', '40.77.167.219', 1677671407, '__ci_last_regenerate|i:1677671407;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 ('ea607d32c40b31c5f16225293410c7f65a94317e', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea60d9996c749ebb613258c230cf3d068db7e7b9', '200.119.168.250', 1680695632, '__ci_last_regenerate|i:1680695632;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680695630;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea61010fdab071edb809e2444f0923eb55c05687', '190.148.158.151', 1677270644, '__ci_last_regenerate|i:1677270644;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677270491;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea648b70cc0b5c7bdd7715ff5d715c406b148525', '207.46.13.210', 1687011259, '__ci_last_regenerate|i:1687011259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea64beac119aa1fafb5743c4286986d5d5edd59e', '207.46.13.138', 1674375087, '__ci_last_regenerate|i:1674375087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6647eed4bc417d99c6676ab0ce56f033cacbc7', '52.167.144.98', 1686103013, '__ci_last_regenerate|i:1686103013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6682b440a81b8df770499d5535b3570e9fd04d', '40.77.167.207', 1681737299, '__ci_last_regenerate|i:1681737299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea67d61b2fa884c5c5cc2f96f32f98d91faf27f8', '64.246.165.180', 1653217877, '__ci_last_regenerate|i:1653217877;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 ('ea67fd4974697fcb36d4eba86fa8956f8317c582', '52.167.144.98', 1686411789, '__ci_last_regenerate|i:1686411789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea689fc2dc4d9252b37580c10962aa318e6c7275', '52.167.144.171', 1685447018, '__ci_last_regenerate|i:1685447018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea68fe08a8f5717a700f16d64724800c5326e3ec', '52.167.144.164', 1686415413, '__ci_last_regenerate|i:1686415413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6a91b321c91f659388f4f134fa2de2ccf5c74a', '157.55.39.100', 1672100227, '__ci_last_regenerate|i:1672100227;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6acb31adfe425cb5cafa0de4b21eb6f071c7b6', '137.184.189.109', 1687299007, '__ci_last_regenerate|i:1687299006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6c7a39a979a2dd6fc4b14d141f2d320560f0ea', '51.222.253.5', 1664318378, '__ci_last_regenerate|i:1664318378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6ef343a22a71df917e00dfee068417c889863a', '114.119.133.120', 1683279162, '__ci_last_regenerate|i:1683279162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea6fad7febe5e2b4de75094e3713098b243854c0', '52.167.144.162', 1686843569, '__ci_last_regenerate|i:1686843569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7105d1f35518635c5a9a1db5122377fb79a1ae', '114.119.158.251', 1688114399, '__ci_last_regenerate|i:1688114399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea713f564e126addb361ac45f00818a75f0ddd86', '51.254.49.98', 1664372809, '__ci_last_regenerate|i:1664372809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea714b2ec5ebad067690ff65982fb6a499fd1575', '200.119.173.90', 1657229772, '__ci_last_regenerate|i:1657229772;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657140685\";last_ip|s:12:\"190.56.55.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657227195;register_id|s:2:\"39\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-07 09:23:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea74856f038c973dc82ce4e19c2d4ec6e3975ed7', '52.167.144.54', 1675379394, '__ci_last_regenerate|i:1675379394;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 ('ea74aff99d92e6c698f8b1d4fb89a405dc688704', '200.119.173.177', 1684945349, '__ci_last_regenerate|i:1684945349;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684945336;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea74ea8ffd01f7abb63d462eedcc9185ec384dbf', '51.195.216.255', 1650895639, '__ci_last_regenerate|i:1650895636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea75e62809c24e9479c9b6ce866136d82ccb4d71', '167.248.133.63', 1657303894, '__ci_last_regenerate|i:1657303894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea762d1e219d9b4d7c1ec9a7b97fe8e4a63693cf', '52.167.144.82', 1687550150, '__ci_last_regenerate|i:1687550150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea76432dba687c7a16925bc28833f10e1101598f', '74.208.2.198', 1665904586, '__ci_last_regenerate|i:1665904586;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 ('ea7718945733e62b3aa1b07fa2ec2d904ee0dff8', '200.119.168.118', 1668017366, '__ci_last_regenerate|i:1668017366;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667830934\";last_ip|s:15:\"190.148.252.112\";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 ('ea7810759266c12e787aef2510b453314a21164f', '52.167.144.98', 1686515213, '__ci_last_regenerate|i:1686515213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7852a6ce48d1b90c223dfd2931f621ff8c8bc7', '157.55.39.79', 1668065971, '__ci_last_regenerate|i:1668065971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea788a1e7e1198afc5d816a449119b5644d217b5', '190.148.252.151', 1671058512, '__ci_last_regenerate|i:1671058512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671058431;register_id|s:3:\"163\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-14 08:25:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea79d14ea67e0db4cced65746f3b3e8d7388e2b9', '157.55.39.62', 1659162033, '__ci_last_regenerate|i:1659162033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7a49554bc75f3f06616c8b3e138dbab2ed6518', '200.119.170.168', 1670712806, '__ci_last_regenerate|i:1670712806;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670712696;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7cec333c0fce8560b4303d3fac7c51be398820', '52.167.144.98', 1686406949, '__ci_last_regenerate|i:1686406949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea7ffb7ae97ebea1b28dd41d7968054da98d95c2', '190.148.87.23', 1679445539, '__ci_last_regenerate|i:1679445539;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679445266;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea829870cb9ef71d9cb86d3c451c4507db96ea52', '114.119.150.41', 1688092537, '__ci_last_regenerate|i:1688092537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8306971c6db2b58d100ca643f66128c206476c', '51.222.253.6', 1677704004, '__ci_last_regenerate|i:1677704004;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea83a195da048960ecd47ed488487c256c4f3f97', '157.55.39.144', 1664432472, '__ci_last_regenerate|i:1664432472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8549282181df119cf7fd9b9f70ac11e2216ef8', '52.167.144.98', 1684570392, '__ci_last_regenerate|i:1684570392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea86aa4ab7fbe3fd6a1c11e0dd917e08f4dac39d', '20.213.56.176', 1652077470, '__ci_last_regenerate|i:1652077466;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 ('ea86bd4c1d156a6a859fb5dcf482ddd7cde7ade3', '51.222.253.5', 1675006116, '__ci_last_regenerate|i:1675006116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea882cb532386c9dfde640903b1b75b882a11d52', '114.119.159.226', 1688168611, '__ci_last_regenerate|i:1688168611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea89316213ac0b204bcd1bab8d9d95823480c729', '130.245.169.247', 1657277746, '__ci_last_regenerate|i:1657277745;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea89e4d1485808cb02926f37004eabfee94e024d', '190.148.252.76', 1654180481, '__ci_last_regenerate|i:1654180481;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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 ('ea8af6aad3af85786a22dd635870c2fec67fbd53', '114.119.155.36', 1688575726, '__ci_last_regenerate|i:1688575726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8ce16dd09e5e8ae8062ff4e2febc34ccf6f4fc', '190.148.252.178', 1657311774, '__ci_last_regenerate|i:1657311774;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657229796\";last_ip|s:14:\"200.119.173.90\";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\";user_csrf|s:20:\"VwHYr3d9jGQnlvKMpE2i\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8d85732e5d957c54d05b3c1daa48dd1cd9ef1b', '52.167.144.162', 1686069798, '__ci_last_regenerate|i:1686069798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8f1746ae0decc07b6d73731ea994ae6577e8dc', '17.121.114.251', 1662344574, '__ci_last_regenerate|i:1662344574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8f8660994a352e396314076fce085c37b37aa6', '190.148.158.151', 1677113885, '__ci_last_regenerate|i:1677113885;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677113834;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea90f768268e6a7d2ab3d7a9842dbfed4517431f', '51.222.253.13', 1678575444, '__ci_last_regenerate|i:1678575444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea93a27d1076c99de3bea8101ae171bbfa50ff85', '54.201.184.191', 1656595863, '__ci_last_regenerate|i:1656595863;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 ('ea94266cfaccf4c5bf9e7ee195bbf614f5f73989', '162.55.237.166', 1670380697, '__ci_last_regenerate|i:1670380697;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 ('ea95e23ae5707a335434cbc85a610db3693656c4', '190.148.157.214', 1669742872, '__ci_last_regenerate|i:1669742872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669742359;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea96276cc8aa7e6fbb552e2d42dd878a34c2641c', '52.167.144.61', 1688296436, '__ci_last_regenerate|i:1688296436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea98a772fb0e3fd2f17d3134dbfe5857e73039d6', '5.188.62.140', 1653293308, '__ci_last_regenerate|i:1653293308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9b7a7206df5cca59c82af57ef2e025ba627a2f', '200.119.168.250', 1680722247, '__ci_last_regenerate|i:1680722247;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680721927;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9c5d993c392b304325f7ea93a41b3a4f28d2f4', '52.167.144.162', 1682611589, '__ci_last_regenerate|i:1682611589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9d6b8fa7252c39fc510044328cdb10058cc8c3', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9d6e10f77543cad81288dbb6415e67f9f5c86c', '52.167.144.164', 1686468039, '__ci_last_regenerate|i:1686468039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9ea684b65cb0e77111337b33bb5af2cbc9f4a4', '40.77.167.37', 1668442676, '__ci_last_regenerate|i:1668442676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea9ef1149015f62bee87ad9c2868e90da7f75d53', '193.235.141.176', 1663387205, '__ci_last_regenerate|i:1663387205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa0d149e83231b78144247d9015632ab0f0ee49', '40.77.167.202', 1687203694, '__ci_last_regenerate|i:1687203694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa2ba4c06ffa47b04c04835a93a0aea4e8016e9', '207.46.13.17', 1673522194, '__ci_last_regenerate|i:1673522194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa2c809aa3e06593d672140531e0e1fcc5bc9d1', '114.119.152.69', 1687607263, '__ci_last_regenerate|i:1687607263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa31d56d6970e052b742ef2b188448e731fc887', '190.148.157.183', 1680370069, '__ci_last_regenerate|i:1680370069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680370036;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa3799aa4b617853598469059e655448bf00143', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa72cead7f1cd80faa0b7c6eeb577a0ddf95571', '52.167.144.74', 1688060706, '__ci_last_regenerate|i:1688060705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa7c7db17383d2ed36c413376f4effe17769671', '114.119.145.81', 1688422871, '__ci_last_regenerate|i:1688422870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa8a1136e3b14eb31fc1e4748a53cb270b0e57a', '40.77.167.44', 1659730282, '__ci_last_regenerate|i:1659730282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaaa776ebe6ef02f738843e5b7e8a1e863879d9c', '3.111.41.2', 1670738442, '__ci_last_regenerate|i:1670738442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaaab8efc9b5fe12d204829c5e82ba85067ce645', '54.202.72.126', 1652880258, '__ci_last_regenerate|i:1652880258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaaad56fc37f36a17c91eeca0d99f758bb54b363', '40.77.167.48', 1655393844, '__ci_last_regenerate|i:1655393835;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaab5c1c75ca2ae0bd9ea42f04df8fabb2e3ac77', '40.77.167.227', 1682510355, '__ci_last_regenerate|i:1682510355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaabfc193cf6a51c987b3fee332c9bec7bcc8998', '130.245.169.70', 1657360539, '__ci_last_regenerate|i:1657360539;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaae05fa053a174debc1a2e1a446dd8f36bc4b82', '51.222.253.8', 1677477138, '__ci_last_regenerate|i:1677477138;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 ('eaaf3bd62dc2f148811cbd784e43b5eb4eede970', '207.46.13.10', 1672603561, '__ci_last_regenerate|i:1672603561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaaf9fd3790be5d3c9f8221f4a851ecb9f471d37', '51.222.253.20', 1676295808, '__ci_last_regenerate|i:1676295808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab0eadc0a1a39b125f543c35150560c7bafe404', '157.55.39.143', 1670400827, '__ci_last_regenerate|i:1670400827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab3909c8669ec68ff2c8ea53d71a5ddcd12a2a7', '157.55.39.68', 1666716685, '__ci_last_regenerate|i:1666716685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab39b714ee5c005f8b7ca44374385ddad5cefb9', '54.245.215.240', 1655907822, '__ci_last_regenerate|i:1655907822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab46a07c10b066c965093f5e7595d1c1e5d2d8c', '51.222.253.3', 1685455391, '__ci_last_regenerate|i:1685455391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab913574d44915f871f53ab9fab76ff2e229985', '157.55.39.125', 1654227014, '__ci_last_regenerate|i:1654227014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab921dfcf492392680e8aaa7458e3689683593e', '51.222.253.2', 1662722250, '__ci_last_regenerate|i:1662722250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eab994174f0f083a7345717f1384f14de90af995', '190.56.50.39', 1665004742, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1665004742;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664898841\";last_ip|s:14:\"200.119.169.25\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665004716;register_id|s:3:\"118\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-05 08:42:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabb2ccd836e3dc883914eafdd0e8b75ae369a2a', '200.119.172.60', 1675032563, '__ci_last_regenerate|i:1675032563;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675032502;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabc502a31464c7aa0e4a9a16133bf0752ad807c', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabd6df3b5bba266660d6de20c4dba6ab7e07907', '114.119.130.253', 1686998954, '__ci_last_regenerate|i:1686998954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabdde9fa4cc9b8ddd0308f630355847cbe3a0f9', '157.55.39.125', 1653745630, '__ci_last_regenerate|i:1653745620;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac12a24f6a617b8cdd9bf6ae2fc93a3a6d9da08', '157.55.39.55', 1661605550, '__ci_last_regenerate|i:1661605548;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac1634b6ac1fd2167a0949414e4baf38622fb6e', '190.104.119.212', 1654637201, '__ci_last_regenerate|i:1654637201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac6681dc4a0972782c517ea40f9315eacc94928', '54.36.149.13', 1664913553, '__ci_last_regenerate|i:1664913553;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 ('eac7b100c86724c06c3f0de2d020c1423111940a', '65.21.206.46', 1655315650, '__ci_last_regenerate|i:1655315650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac82cb98cc9af7b03f668499b0b1c78852bec59', '51.222.253.1', 1685574904, '__ci_last_regenerate|i:1685574903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac8613748a14a359b633ad6139014d3f040b82e', '40.77.167.246', 1677227256, '__ci_last_regenerate|i:1677227255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac8babe3578ea1329f14f52504fc7c4e713cb4f', '190.56.32.243', 1684689232, '__ci_last_regenerate|i:1684689232;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684689228;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eacb08689bc6cf72ae01167d6e1c0838c8dc82c3', '190.56.32.35', 1671668684, '__ci_last_regenerate|i:1671668684;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671668672;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eacb1707c7dea5787890715b489be7b137165f35', '190.148.157.214', 1669751804, '__ci_last_regenerate|i:1669751804;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669751762;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eacb306f77a09d9d6ecbeff5dd6ded9c1216256e', '157.55.39.227', 1688505776, '__ci_last_regenerate|i:1688505776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eacc28838a18e57bc5258ec6b108b3526ad004cd', '192.36.109.96', 1688459084, '__ci_last_regenerate|i:1688459083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eace188b553ad779f99903c018d5f517695bfdf2', '137.184.234.181', 1651250781, '__ci_last_regenerate|i:1651250781;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 ('ead2b8f6ad599dfa246f58512a01eb2008e32b3e', '193.235.141.23', 1684142284, '__ci_last_regenerate|i:1684142284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead2e2b4920a6a9e212781ea95736150e99974f9', '190.148.157.80', 1669248443, '__ci_last_regenerate|i:1669248443;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669248380;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead33a5257c0f48ffed3f858ef037b0b2ed39f80', '52.167.144.154', 1687909649, '__ci_last_regenerate|i:1687909649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead3900f7f25b2f47b204dfb8bb614310ffffa19', '190.56.51.158', 1655657521, '__ci_last_regenerate|i:1655657521;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655584639\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655657517;register_id|s:2:\"27\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-17 12:00:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead6dcc94e4f2737e89b32cb0e0b3e2f58458cf6', '190.148.252.57', 1657895279, '__ci_last_regenerate|i:1657895279;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657849125\";last_ip|s:14:\"190.148.252.57\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657894405;register_id|s:2:\"44\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-14 19:41:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead781ce242ebe81acb97d7586e40abcf74ad251', '35.165.215.140', 1650669938, '__ci_last_regenerate|i:1650669937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead94eba99f6b68db087e0db141a28df13668930', '190.56.32.162', 1686237587, '__ci_last_regenerate|i:1686237587;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686150069\";last_ip|s:12:\"190.56.32.32\";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\";user_csrf|s:20:\"1PfGgiNOjd7ZvFQnYW0m\";last_activity|i:1686236677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eadb137504047f44c1ae90afcbbe17d2e19fd3d9', '51.222.253.14', 1677053084, '__ci_last_regenerate|i:1677053084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eadd4b2842c8d09db49ce428495b5cb6ff33edca', '190.104.119.122', 1650734021, '__ci_last_regenerate|i:1650734021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae57396cfd6060ce4ce38fe86b2d27fea61cb8d', '190.148.157.183', 1680445573, '__ci_last_regenerate|i:1680445573;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680445512;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae5e2ea5c54ecfb3abfa5dfdb2efdd4debd84ef', '40.77.167.182', 1683192189, '__ci_last_regenerate|i:1683192189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae6d33a05a2f4033f9ac452fc00b9c49d7c487f', '52.167.144.171', 1685130098, '__ci_last_regenerate|i:1685130098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae6fa2044049f21bdb59a92388c0d998d526d7c', '51.222.253.17', 1657811447, '__ci_last_regenerate|i:1657811447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae809d012c18f02f216985618bea510ccfe3d4c', '200.119.173.78', 1682900039, '__ci_last_regenerate|i:1682900039;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682900036;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae84fb231f7f379c1e84420d0d3694edea916de', '190.56.173.213', 1683288251, '__ci_last_regenerate|i:1683288216;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683288218;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaeaadfa5e6d3d3b03453c0f18186b93444c9b81', '52.167.144.171', 1685492771, '__ci_last_regenerate|i:1685492771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaebd5494f91f66b2859f954bf9171198282bf68', '207.46.13.221', 1687050513, '__ci_last_regenerate|i:1687050513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaec865f3cb99b58c544fc750f6b4424ec8c6b23', '207.46.13.160', 1674661675, '__ci_last_regenerate|i:1674661675;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaeddf297b98494edc063bf24d6687c14510e1d9', '190.148.252.96', 1673017079, '__ci_last_regenerate|i:1673017079;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673017070;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaeea782a78a3bfa422eb04ed7d632b4db5325bf', '207.102.138.93', 1659923328, '__ci_last_regenerate|i:1659923328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf054b64654f4f08601317e3bd5b878d493532c', '52.167.144.74', 1688036814, '__ci_last_regenerate|i:1688036814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf2b00509533144c13f7bbc58aef08c5471d88a', '3.248.252.112', 1686020539, '__ci_last_regenerate|i:1686020539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf4bec0c122455a2cb32545f93faa0dcb6f762a', '190.148.252.55', 1675715650, '__ci_last_regenerate|i:1675715650;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf5b238f448e61dd4ba9e28fce98846f127c192', '114.119.136.146', 1684146013, '__ci_last_regenerate|i:1684146013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf9b2952a242f9f836915adb2bf54ade1892edb', '157.55.39.125', 1654666291, '__ci_last_regenerate|i:1654666280;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafa472e0e0321521279ce3347efb71fbdb10d36', '190.148.252.96', 1673307399, '__ci_last_regenerate|i:1673307399;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673307369;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafb732a5237374568b044f65a218ad192ea12cf', '200.119.172.126', 1652883210, '__ci_last_regenerate|i:1652883210;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652882767;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafe2d74151ac2e95967ef07b2539f43d2b75a26', '207.46.13.41', 1664708205, '__ci_last_regenerate|i:1664708205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafe5c4583a0b6545bcbc2a423ef95e06ab0194a', '200.119.168.250', 1680821628, '__ci_last_regenerate|i:1680821628;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680818694;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafeccd4b8bdc5df0ad853dcf9c9d2782233b400', '114.119.146.255', 1686581994, '__ci_last_regenerate|i:1686581994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaff87f6f7a97f65b35ce686a6c5d798400b6eae', '128.199.183.131', 1653381577, '__ci_last_regenerate|i:1653381572;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 ('eb002431c631cfa5a5ef763b9527aa9d95e84540', '207.46.13.10', 1672751740, '__ci_last_regenerate|i:1672751740;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb0099321fb1bed8a10e61683df0ed7a5362adbf', '200.119.168.250', 1680964590, '__ci_last_regenerate|i:1680964590;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680964587;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb061315c1f0c540ef48174e56fba9a23c058c7b', '17.121.113.199', 1660545542, '__ci_last_regenerate|i:1660545542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb07d2ff57e7546eb87f3fc699a9f961e0887141', '190.148.158.151', 1677157769, '__ci_last_regenerate|i:1677157769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677157763;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb090d26855907f2b4ff91232fb41830e253e2a5', '190.148.252.183', 1681343227, '__ci_last_regenerate|i:1681343227;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681342151;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb0a733688e251b0817359cff22946373dcedcb6', '52.167.144.164', 1686510715, '__ci_last_regenerate|i:1686510715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb0b6f6943baf6a52952c387834a7b1a8072e9b5', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb0eae22f14bd3c82c35ae48714979f2c58e4250', '52.167.144.162', 1682053705, '__ci_last_regenerate|i:1682053705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb10f23c31764125bd8dfdd2cb6cda99345ddb1c', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;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 ('eb114122c15d9ef3678c44c4434939f10d8379d0', '200.119.174.129', 1666358332, '__ci_last_regenerate|i:1666358332;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666357134;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb116d3c59c926d03d63baffaaf2d0f778f977e9', '200.119.168.9', 1656162820, '__ci_last_regenerate|i:1656162820;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656121973\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656162365;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb12cb629ddf5b84b19cf88e10b98c58d9df6244', '200.119.174.9', 1674233335, '__ci_last_regenerate|i:1674233335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674126800\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674233106;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb12faed73508e70bc29b547a4415b9ea2d65702', '190.56.55.113', 1673706098, '__ci_last_regenerate|i:1673706098;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673704550;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb13231cc26dde36e2215cf3f370b6075f0894fb', '3.17.140.79', 1667896417, '__ci_last_regenerate|i:1667896417;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb13db07995c35a88e6292dd9d150ca043bf847e', '200.119.173.130', 1675780815, '__ci_last_regenerate|i:1675780815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675780472;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb13fc398eb7a78021fda688f5791bf4336bc0e0', '157.55.39.148', 1671842311, '__ci_last_regenerate|i:1671842311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb17002fb5ab37d70bcaf1ca8c1fe1a1c84c4372', '157.55.39.128', 1673949411, '__ci_last_regenerate|i:1673949411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1a43bb9874278a0a9876e1b8e4d4baed87870f', '190.148.252.223', 1659057373, '__ci_last_regenerate|i:1659057337;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659045468\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659057359;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1b99489eecc35682d2460ca159415468e1f461', '51.222.253.18', 1658458168, '__ci_last_regenerate|i:1658458168;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 ('eb1bc73c29088668bc375eeb56665499cf6d0a00', '52.167.144.49', 1676874518, '__ci_last_regenerate|i:1676874518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1d4db6245677cfd307d9f52156469e3f6e5ee3', '190.148.252.161', 1670025863, '__ci_last_regenerate|i:1670025863;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670025848;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1dd91419e843c47aef93acfcb47883dfe8b195', '114.119.132.183', 1688085301, '__ci_last_regenerate|i:1688085301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1e8fddb3592a876e3b5e281773ef471e3a75f0', '54.36.149.56', 1656525275, '__ci_last_regenerate|i:1656525274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1f0a59c0bdab3322a969a89a1a4c5ee9884d14', '190.148.252.235', 1666907035, '__ci_last_regenerate|i:1666907032;requested_page|s:18:\"admin/products/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666880343\";last_ip|s:15:\"190.148.252.235\";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\";user_csrf|s:20:\"L9TyAVXY4Z7t2KiJe3ms\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1fff32a2dc7bd9acbc3d59da16489c1bb630b1', '114.119.139.172', 1688104028, '__ci_last_regenerate|i:1688104028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb20902bd12da02eabe9416a9ac6b3f8cb67455d', '114.119.130.29', 1687973099, '__ci_last_regenerate|i:1687973099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb216bc02a2c8fcd283b7af725fe1dfa3d5f4338', '192.241.139.66', 1671902774, '__ci_last_regenerate|i:1671902774;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 ('eb217d48f78f99740eb896b95fc66df6881995e4', '40.77.167.222', 1681582668, '__ci_last_regenerate|i:1681582668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb22d10fd20b81cd9bb0af0d056cf7d5b675e4be', '157.55.39.212', 1677622177, '__ci_last_regenerate|i:1677622177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb23947c7600aab6911fb9f530b68e26f41315df', '40.77.167.91', 1687021562, '__ci_last_regenerate|i:1687021562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb242435b45e4595f11a485000b5554b72ea38ca', '140.250.152.84', 1656725265, '__ci_last_regenerate|i:1656725265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb24eac490a90a99ce5dff6efec351a969332359', '190.148.158.75', 1663335041, '__ci_last_regenerate|i:1663335041;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663246907\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663334975;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2502474e3c4f20a3cb224997fa00d4e4c894be', '52.167.144.25', 1685408840, '__ci_last_regenerate|i:1685408840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb26fbd5302b3cdbc71d85e1804d2270beb65e23', '190.148.252.183', 1681258047, '__ci_last_regenerate|i:1681258047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681257515;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb271925024158f311106b24c83ee1a9b4d0b170', '52.167.144.164', 1685628901, '__ci_last_regenerate|i:1685628901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2788f6e7f5021c9d4b1e94b0566fc8026cda29', '54.73.192.33', 1683789889, '__ci_last_regenerate|i:1683789889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb27cb2914fa011aa309b83dc1d534e83f36c8d1', '207.46.13.211', 1678176487, '__ci_last_regenerate|i:1678176487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb281a9baee4bd87afa4778408ae39dd7c1e43da', '157.55.39.148', 1671785382, '__ci_last_regenerate|i:1671785381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb282066a8c69c5aa74d3e0b287717c3bd3f6dcb', '144.126.200.74', 1671935684, '__ci_last_regenerate|i:1671935684;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb283fc0157332485a1d26efa3bc1d6d38b340d9', '207.154.204.175', 1657274114, '__ci_last_regenerate|i:1657274114;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb29ecb26ecd01170ab581b1b0fb2226569fad36', '52.167.144.98', 1685760626, '__ci_last_regenerate|i:1685760626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2b343dbc47820fe7a0357560959dbef43cef50', '52.167.144.164', 1686584321, '__ci_last_regenerate|i:1686584321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2bfdb80a171d217f0ca9bc34a40ba169a10a38', '52.167.144.120', 1688063394, '__ci_last_regenerate|i:1688063393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2bfffd7d84476f85eb775267ca37909956f0d8', '66.249.79.193', 1654010395, '__ci_last_regenerate|i:1654010395;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 ('eb2c48ca7712d2987c0ea2bff6379acf552cfb27', '190.56.32.35', 1672081907, '__ci_last_regenerate|i:1672081907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672081888;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2d0d72c2e0f3451b7c0a3e98b4794c8380ac6f', '207.46.13.212', 1676871224, '__ci_last_regenerate|i:1676871224;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2f0a3377b355bfc46c40c8029b9b01b53f047e', '207.46.13.17', 1673856397, '__ci_last_regenerate|i:1673856397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb2ff24a6cbc52a18f08311497b63766a4c445f9', '190.56.49.187', 1688002954, '__ci_last_regenerate|i:1688002954;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688002945;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb30738d46c2c6fd0059bb08aa2cb85fba1a458d', '190.148.157.177', 1681919483, '__ci_last_regenerate|i:1681919483;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681919398;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb30ce8cc61fcbfd6d478c9c8eeb7e8ec03cba86', '51.222.253.17', 1677853690, '__ci_last_regenerate|i:1677853690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb357f6f96fbb2192b14fcbc36354580e4790ed9', '52.167.144.66', 1682316313, '__ci_last_regenerate|i:1682316313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb3644a63ea7cf72de2bab2e66ecba04cb568f00', '130.245.169.145', 1657274137, '__ci_last_regenerate|i:1657274137;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb368c65f220f6f9b744b090c1cd0ebaa1f77106', '144.76.67.169', 1669883336, '__ci_last_regenerate|i:1669883336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb36fdca3f63cdefa97535dd94ebb32b3a4618fd', '64.225.63.133', 1665206938, '__ci_last_regenerate|i:1665206938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb39a49fca0dc284101e4c14a59643254460ba80', '34.70.247.22', 1653830507, '__ci_last_regenerate|i:1653830507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb3a80ef2ce1a46f7bd9d78515f5505388ca9346', '103.179.86.248', 1652293761, '__ci_last_regenerate|i:1652293755;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 ('eb3c22063c6750daebeafdb7a7deb8096c25737d', '198.235.24.14', 1653292312, '__ci_last_regenerate|i:1653292312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb3e97fb1602a14df1a94831f3e7c39d1a8f6c5b', '40.77.167.101', 1661431559, '__ci_last_regenerate|i:1661431559;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 ('eb402369ce6971c0c5100f4e444c31185dfebb98', '52.167.144.61', 1688182983, '__ci_last_regenerate|i:1688182983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb45a33988a338bf3ce52b45f887fed6dbf43386', '200.119.173.177', 1684959769, '__ci_last_regenerate|i:1684959769;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684959761;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb47bd1db96227b4d2785536138e00517af57344', '190.148.157.183', 1680222763, '__ci_last_regenerate|i:1680222763;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680220580;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb48f714f7a2a4c179fa3aecc4d30c7ce874b64a', '93.159.230.89', 1675498267, '__ci_last_regenerate|i:1675498267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4ab28cf21e441dc92f156e58bdeb452063ec0d', '92.223.85.112', 1659396790, '__ci_last_regenerate|i:1659396784;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 ('eb4b47db2801025f71a8928328c93280658c4966', '40.77.167.64', 1674750237, '__ci_last_regenerate|i:1674750237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4c6df5d4863f01bffc9178aa7fd482b4e12263', '17.121.112.180', 1653403927, '__ci_last_regenerate|i:1653403927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4d058e74927ce306b9823409ae653dbcd3d821', '190.56.50.15', 1667005525, '__ci_last_regenerate|i:1667005525;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667005518;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4d3257c51f0bb2e40a54f25af65b1385028cbe', '40.77.167.30', 1656574663, '__ci_last_regenerate|i:1656574653;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4df3694b0a11627fa398ad8a8d61941e855265', '40.77.167.169', 1675721832, '__ci_last_regenerate|i:1675721832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4eab9463e83cdeb1e913fe0ddfb76ca8be3948', '54.36.148.235', 1655859998, '__ci_last_regenerate|i:1655859998;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 ('eb4f542aaa9efefc0f581eeea2202c43adf35f1a', '190.148.252.197', 1665514051, '__ci_last_regenerate|i:1665514051;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665513402;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4f5c643308d7d910e4860321dd4867c8a8bc71', '114.119.135.7', 1684880785, '__ci_last_regenerate|i:1684880785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4fb63dbdeeebffe9649def62a739b816960511', '190.148.157.177', 1682005316, '__ci_last_regenerate|i:1682005316;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682005188;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4fd67308dc38dc2f79eb9d0acb2ab8e5b1f917', '114.119.165.43', 1685580290, '__ci_last_regenerate|i:1685580290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb5021877e083e1056443b3c836b616333e74309', '200.119.170.168', 1670706625, '__ci_last_regenerate|i:1670706625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670706599;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb51b63672860666dfaf916ddbe298680316a383', '66.249.65.111', 1652844524, '__ci_last_regenerate|i:1652844524;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 ('eb5211d7fd02a9852917a432541ff63250122f9f', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb52300958efaea724550782fc682b19a8b9e48c', '198.235.24.153', 1658877228, '__ci_last_regenerate|i:1658877228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb53f201b4f86a05884e8a123b4660fad4ada4d2', '20.239.130.253', 1657140299, '__ci_last_regenerate|i:1657140294;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 ('eb54fab6b0c6ca1a300878616fd124cd4f04a209', '178.208.160.86', 1683876291, '__ci_last_regenerate|i:1683876291;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 ('eb571106a07fa4a94ebc61f4876f3deda6f32614', '200.119.172.60', 1674937288, '__ci_last_regenerate|i:1674937288;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674937262;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb57429194bb28f962f2efc03c3b360ab5e7be60', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;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 ('eb5b937fefaa6fb95b42e80f76c628086382b780', '190.104.119.148', 1651086940, '__ci_last_regenerate|i:1651086940;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651080887\";last_ip|s:13:\"190.56.32.170\";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 ('eb5fb2da6948ee2e69c525c691a4d68d907d9ce7', '66.249.65.114', 1652625333, '__ci_last_regenerate|i:1652625333;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 ('eb5ff120e040834ce961c529921c4bbd2722d976', '114.119.144.23', 1688509685, '__ci_last_regenerate|i:1688509685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb5ff2e3b13a4a42657eb126099e0279ab07c9cb', '114.119.132.122', 1686428078, '__ci_last_regenerate|i:1686428078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb603e7f0a94eb562241d313440e961da2ba4ae2', '52.167.144.171', 1684593694, '__ci_last_regenerate|i:1684593694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6104b6f50aa31e8077f480a486d49da92487c5', '157.55.39.65', 1662202079, '__ci_last_regenerate|i:1662202079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6178477d861441fe7f8ae197c11509775ac134', '3.17.148.246', 1687183262, '__ci_last_regenerate|i:1687183262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb62965ffd149fc3f50a047a73079c789915a375', '157.55.39.64', 1673064688, '__ci_last_regenerate|i:1673064688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb671063955e58b0ea7db241eed28920f5ceb271', '17.121.112.163', 1662946171, '__ci_last_regenerate|i:1662946171;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 ('eb6789dbb5cfa82bdf0de0bf97da4be3aaf22791', '190.148.252.183', 1681406680, '__ci_last_regenerate|i:1681406680;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1681398304\";last_ip|s:15:\"190.148.252.183\";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\";user_csrf|s:20:\"097cqR8IS3DHCBN25dZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6b253e61af915b73f56e86819f67fab6436407', '40.77.167.225', 1680771175, '__ci_last_regenerate|i:1680771175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6dd0ab1e72f174283e4f242f724b6ee277993b', '157.55.39.143', 1669998799, '__ci_last_regenerate|i:1669998799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6dda0b8e9f067ab5528eb9f86eda34fc53aa44', '66.249.79.193', 1666093093, '__ci_last_regenerate|i:1666093093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb705a3967657942824682c1ae2bf5ba2ccb2c53', '218.155.5.63', 1651386244, '__ci_last_regenerate|i:1651386244;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 ('eb733b6f51d8fa2e9ed37c9c1e0a308aa8f1da13', '190.56.173.169', 1651703360, '__ci_last_regenerate|i:1651703360;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651250637\";last_ip|s:12:\"190.56.48.90\";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\";last_activity|i:1651702998;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb73f340e368121b2bc75319be5804e2945695fb', '54.36.149.69', 1653414484, '__ci_last_regenerate|i:1653414484;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 ('eb746228583552b82276a32d1b55c97baa026e5c', '157.55.39.65', 1661390738, '__ci_last_regenerate|i:1661390727;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb7477704e0231cfc9800deafd343956492a0437', '51.158.126.132', 1682465965, '__ci_last_regenerate|i:1682465965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb755188ce718266471e895e5bf8005ea06b740f', '207.46.13.49', 1661441140, '__ci_last_regenerate|i:1661441130;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb75a41e6360f1f39d303482db326235c7ddfd46', '192.36.109.86', 1686034151, '__ci_last_regenerate|i:1686034151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb78cf9f6c48dbc387b040e581b9323ed5c0811c', '64.227.146.212', 1688563687, '__ci_last_regenerate|i:1688563686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb7b762a9f265d2e671713a03bb8cffefa9f7f7a', '114.119.158.189', 1688104661, '__ci_last_regenerate|i:1688104661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb7bc3baf3b8faf46fbf6bee2ec3aabb6bee5c73', '114.119.134.224', 1686913638, '__ci_last_regenerate|i:1686913638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb801cf76bbc09acf703b9ddd20a8c4a921f86a8', '93.158.91.180', 1681354164, '__ci_last_regenerate|i:1681354164;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 ('eb80d9f4abc4b8f46cf9c7e56846304cdda174ad', '52.167.144.176', 1678094450, '__ci_last_regenerate|i:1678094450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb8237bd0b9b94ca5adfd181039a870e4ad9b2fc', '190.148.157.82', 1668297984, '__ci_last_regenerate|i:1668297984;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668297961;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb82ea9f7d82a8e9309f5a9bf9ed9852910610e3', '114.119.153.38', 1686217097, '__ci_last_regenerate|i:1686217097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb83d99d1bc376e13481982341e7e99f1aa3bac9', '66.249.79.206', 1679852233, '__ci_last_regenerate|i:1679852233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb84ecc1e4f3c76489306168e3b8162bfe0c42c9', '114.119.165.200', 1685706613, '__ci_last_regenerate|i:1685706613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb85eafe5023edcba692736b3dcd4de01af57aa3', '157.55.39.51', 1669168055, '__ci_last_regenerate|i:1669168055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb87ccd7aa224cb288f16481d66ce8b42a6dc115', '207.46.13.41', 1671137405, '__ci_last_regenerate|i:1671137405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb889c1f13c5dffec01781d40942089cdd21315b', '114.119.149.83', 1686843425, '__ci_last_regenerate|i:1686843425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb88b74984e16d1a23d99ca8348c619897f1d307', '54.36.149.34', 1661270706, '__ci_last_regenerate|i:1661270706;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 ('eb8b004e5dd25d4d937d0d71e4913275896e1f28', '200.119.169.175', 1669831146, '__ci_last_regenerate|i:1669831146;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669828849;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb8c7498d2627a27ad94e2661895269d2154a5a8', '190.56.55.113', 1673895265, '__ci_last_regenerate|i:1673895265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb8ea91b2165e082f773d31b65b1253b85aed424', '200.119.172.126', 1652831701, '__ci_last_regenerate|i:1652831701;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652819643\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652831690;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb90424f7a154233185365f8fbe272dbf465f0b5', '40.77.167.37', 1669577867, '__ci_last_regenerate|i:1669577867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb922b72d73905525cd3121d3a096ea984818178', '157.55.39.192', 1665361132, '__ci_last_regenerate|i:1665361132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb923a2f6ad559f1c3e0e0b3917141b126e6107d', '190.56.51.158', 1655585170, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1655585170;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655571580\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655584647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb93499e28ad25edb67259f0a80da4e297b659ac', '52.167.144.164', 1684833482, '__ci_last_regenerate|i:1684833482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9359230b5d72f19a195ae3ca4201dcf244dcd0', '40.77.167.108', 1683694788, '__ci_last_regenerate|i:1683694788;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 ('eb93dab86f9dac25c18d65e1d4ce9ffc0f996611', '190.148.157.53', 1684101455, '__ci_last_regenerate|i:1684101455;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684100896;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb94b130ffe86a1f7f31178b5d23bc055d47b7d5', '134.209.23.132', 1651723182, '__ci_last_regenerate|i:1651723179;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 ('eb959a08152df8881eff4dd2e1ff9ccb7ccd347f', '51.15.22.197', 1659711030, '__ci_last_regenerate|i:1659711029;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb96014eceeacb8df7dc64c292960a933a182345', '157.55.39.164', 1654809344, '__ci_last_regenerate|i:1654809334;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9657720b3a4e84be4b999e14a2f29055547aec', '157.55.39.68', 1666869918, '__ci_last_regenerate|i:1666869918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb96c7c7b9bf404ee0b3d99317fc66d0c6f72b22', '114.119.137.98', 1685622640, '__ci_last_regenerate|i:1685622640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb970c5944b2f0654a517ba0bb5724f4f22c86c0', '114.119.158.146', 1687594355, '__ci_last_regenerate|i:1687594355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9858693fcdff60bc737de23c8815239b713ebb', '190.148.157.177', 1682377967, '__ci_last_regenerate|i:1682377967;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682377769;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb985eda449c166c2b21ae253800d8480417ae76', '52.167.144.162', 1686259528, '__ci_last_regenerate|i:1686259528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb988c16e03212c466d54e21be5659dd9611dc38', '35.237.217.131', 1677805214, '__ci_last_regenerate|i:1677805212;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 ('eb992f6d40410ddc795bb5e70819328183e4f431', '40.77.167.49', 1666965730, '__ci_last_regenerate|i:1666965730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb996279833816a2b4f0b45c459bf0ed2e5e7777', '45.63.18.23', 1688449296, '__ci_last_regenerate|i:1688449296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9a11b20d339729103303c5b93398e7f2e90b83', '114.119.134.67', 1686523350, '__ci_last_regenerate|i:1686523350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9bf27ec96ec4e8072ed05af02778f41d492920', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9c6c8bf26b3e598560049f9e2874c09edb2258', '200.119.174.137', 1654813831, '__ci_last_regenerate|i:1654813831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9da07faccddf4822cfa93976b79301cb5787c3', '54.36.148.61', 1688454480, '__ci_last_regenerate|i:1688454480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb9eca978e503148d9eb4961da9ad1dc044fbb5a', '190.148.252.67', 1688520281, '__ci_last_regenerate|i:1688520281;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688519532;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba043efbef4b774d22358181771b90163f18b3c', '65.155.30.101', 1650752431, '__ci_last_regenerate|i:1650752431;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('eba0d3108f1adfbb0c1e311503d9d65c05ceb70e', '77.74.177.119', 1676467401, '__ci_last_regenerate|i:1676467401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba43a5c6da10e7b08fe166405aad6c2a946c6bf', '200.119.173.87', 1662825125, '__ci_last_regenerate|i:1662825125;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662656977\";last_ip|s:14:\"190.148.157.99\";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\";last_activity|i:1662824635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba5523b39076e3469c515605b65e70001f297a5', '40.77.167.63', 1672230869, '__ci_last_regenerate|i:1672230869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba6a2b9a3ab38e5fcfcc5d6ca64dc1486240273', '114.119.148.37', 1687205918, '__ci_last_regenerate|i:1687205918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba710c44ff63dc98ad68a39017190da3653b9d0', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba963ee4b7b13d22e3ee24db46f17ed53dc372a', '190.148.157.53', 1683894466, '__ci_last_regenerate|i:1683894466;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683894464;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba9b659dccff9f060f18f5188815a47abc3ad70', '167.172.73.108', 1658127591, '__ci_last_regenerate|i:1658127588;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 ('ebaa397b4272d6a1321f16184d7d357d1156b43b', '190.56.173.213', 1683225136, '__ci_last_regenerate|i:1683225136;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683225134;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebadb39246a40da84000e51f526019e38d26ae30', '207.46.13.205', 1671490556, '__ci_last_regenerate|i:1671490556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebadc9f2476b8d1f2de3711c7536d61e0eaee5c0', '52.167.144.61', 1688064451, '__ci_last_regenerate|i:1688064451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb066f2a37ade9f6419861305147d23b89f1ac3', '200.119.168.250', 1681151480, '__ci_last_regenerate|i:1681151480;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";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\";user_csrf|s:20:\"IZ5yHmU8aYxXiQjKuFp7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb1e0edcaeed485a884cb884e7bbc380417fbd5', '190.148.87.182', 1679691030, '__ci_last_regenerate|i:1679691030;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679689916;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb1fddef38a6cd3c13c383c3dd29511a59624d3', '51.222.253.10', 1660685954, '__ci_last_regenerate|i:1660685954;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 ('ebb2dc452b298cb469186af21f97674d982c05a4', '190.148.157.177', 1682038466, '__ci_last_regenerate|i:1682038466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682038461;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb382262e098ec43123c8900d8384a5ce2e9711', '190.56.173.213', 1683218509, '__ci_last_regenerate|i:1683218509;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683216901;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb5ed4beeaa29d6992658567005ec5089559832', '52.167.144.98', 1685383119, '__ci_last_regenerate|i:1685383119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb83bb9be2ceeb539c2383011aa976a6366b289', '157.55.39.149', 1655662604, '__ci_last_regenerate|i:1655662604;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 ('ebb8e7601196123b53c3eae27b2776c864fbad2a', '207.46.13.160', 1674182874, '__ci_last_regenerate|i:1674182874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebb9ada1457c91bb00547c17166efc32bcdd7f31', '52.167.144.61', 1688003730, '__ci_last_regenerate|i:1688003730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebba6e30ee709b4bef3432ca7ad607cba7887a64', '54.244.58.226', 1670506121, '__ci_last_regenerate|i:1670506121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebbb61ecb48c2eadd81f5678d05b19ee5375c7ee', '40.77.167.37', 1669168378, '__ci_last_regenerate|i:1669168378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebbd109e3bc56476fb88c888fe37e85a636d0fd2', '157.55.39.118', 1657358430, '__ci_last_regenerate|i:1657358420;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc076d7089cc20421cd35b76f207548fdb0ee18', '94.140.112.62', 1672054797, '__ci_last_regenerate|i:1672054797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc34c60f41441db26ec22893018cc3a2f41f7aa', '200.119.172.60', 1674652625, '__ci_last_regenerate|i:1674652625;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674652604;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc34d196a32c4adb95aeed66a8ae69c4d60127f', '114.119.133.204', 1684241766, '__ci_last_regenerate|i:1684241766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc3e59e9cd7c1d93edc3e72cc606b41b5d21d1f', '52.167.144.73', 1679812031, '__ci_last_regenerate|i:1679812031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc46af62d4274f054b6c78202f4dce1c98bab07', '157.55.39.173', 1669794936, '__ci_last_regenerate|i:1669794936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc548b2549f2654c431386175deb8537715c51f', '190.56.32.173', 1666478641, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebc8817e350ad6e67d1330a1d9ef5c3120404099', '51.104.39.111', 1651163472, '__ci_last_regenerate|i:1651163468;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 ('ebc95bd45ce731786af74fc9aa70a797dee9a59d', '54.74.81.28', 1680476288, '__ci_last_regenerate|i:1680476287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebccf9d3e85e09777b36f5832abd4ed83992ffc7', '114.119.157.50', 1687574839, '__ci_last_regenerate|i:1687574838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebcd8842851f65af13c4614638781c41459abc1a', '46.101.63.152', 1652762874, '__ci_last_regenerate|i:1652762874;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 ('ebcf701a52a4f1bfbb3b7bff6168d6a39e3d75be', '190.56.48.81', 1666012477, '__ci_last_regenerate|i:1666012477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666012418;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd07aa5e3875d1614583aac5961020aaa67935c', '40.77.167.123', 1683192163, '__ci_last_regenerate|i:1683192162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd311f0e53038179d4772e56992fbbefbfa2559', '190.56.50.6', 1667669931, '__ci_last_regenerate|i:1667669931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667669916;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd33bce6d7658232be4391c2e9331f0eb935784', '190.148.158.110', 1662123540, '__ci_last_regenerate|i:1662123540;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662079139\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662123506;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd3de0129d209faf8567d9599eb9c730031b03d', '114.119.143.174', 1688101376, '__ci_last_regenerate|i:1688101376;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd4d0b9a7a6a10c1b5fafd4083c60fea62f45e7', '157.55.39.253', 1682198440, '__ci_last_regenerate|i:1682198440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd650b07c88ac1f293549a4d94f47e039d5ee1d', '40.77.167.236', 1677610191, '__ci_last_regenerate|i:1677610191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd95df8e89d5719496437101266bc095c81c966', '54.202.23.181', 1654608574, '__ci_last_regenerate|i:1654608574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd95e1bf570d29d36f33d14554782650be1a968', '190.56.55.113', 1673362285, '__ci_last_regenerate|i:1673362285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673362256;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebddd6ec4808b1c3f75c96df41aecb31a5425ea6', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebde9a8df2869546d043578fa6e0aa9c27c737eb', '200.119.173.130', 1675951725, '__ci_last_regenerate|i:1675951725;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675951370;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebdfbb0fe2094ce96ebc432f2f45ffa3aa67165e', '40.77.167.64', 1674536092, '__ci_last_regenerate|i:1674536092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebe173603a3bfac721f8038424ee79fde44b74e2', '190.148.252.56', 1663966932, '__ci_last_regenerate|i:1663966932;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663966932;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebe5b19c33c22e8991405cc1ea92dccbab26ecc0', '72.55.136.154', 1684624537, '__ci_last_regenerate|i:1684624537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebe63724d4bd906d10e1c996220193ca7c756134', '190.56.54.129', 1653588720, '__ci_last_regenerate|i:1653588720;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653585233\";last_ip|s:13:\"190.56.54.129\";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 ('ebe7a151656df56e60007d839d95ac6ff3a61645', '200.119.173.111', 1654793321, '__ci_last_regenerate|i:1654793321;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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 ('ebe92874549bce30f4507e8b97ec0e0c77b852f3', '200.119.168.9', 1656196241, '__ci_last_regenerate|i:1656196241;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656187388\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656195204;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebeb6110740143ed328b0cc85c5d9a381076f2f9', '114.119.132.74', 1688430979, '__ci_last_regenerate|i:1688430979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebec41e3cc925e2056b46fc83cc23b8e3a4c6fd7', '52.167.144.171', 1685058986, '__ci_last_regenerate|i:1685058986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebeca72849f7ec01767f4aa55ba2ea5bae4ccb78', '52.167.144.171', 1684689844, '__ci_last_regenerate|i:1684689844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebecbe57c607d33b8372cffffb36a04ba4e6a26e', '52.167.144.61', 1688051474, '__ci_last_regenerate|i:1688051474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebecf3c679989d045baf34a8121dcaaca12c31a7', '40.77.167.79', 1653478244, '__ci_last_regenerate|i:1653478234;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebed56b32c1f2526bbb54eba3d3e3638c14bae26', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebee57b13a700a0292ad86f7c480ad73449e0fe1', '190.148.252.96', 1672938677, '__ci_last_regenerate|i:1672938677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebeec017478fbef2ae5bf0f922299e9492d9fb6e', '190.148.158.151', 1677269756, '__ci_last_regenerate|i:1677269756;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677269644;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf0a06fcbdcb6d74134c88a471037c6f4e9956d', '152.89.196.13', 1660674466, '__ci_last_regenerate|i:1660674461;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf0d632e7c5c00630e9e9539263693abac10c4b', '207.46.13.41', 1671362725, '__ci_last_regenerate|i:1671362725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf0fec2ceaf7f5caedca4604626e6c325dbe79a', '52.167.144.98', 1686187584, '__ci_last_regenerate|i:1686187584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf12a4087432678558e7b230a4a1318548713fa', '190.148.252.177', 1674090855, '__ci_last_regenerate|i:1674090855;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674090102;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf1a6d4f6a20abafa6a9b505713bd66a94f9e58', '17.121.115.238', 1657923938, '__ci_last_regenerate|i:1657923938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf1f184614210888d1a1d10d21475953368ab32', '51.222.253.19', 1679010908, '__ci_last_regenerate|i:1679010908;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf3a57f9e0c9a9793eed9d4e93bd6e842789016', '52.167.144.162', 1683017668, '__ci_last_regenerate|i:1683017668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf403607961e2f155913619640ed435127da903', '157.55.39.200', 1664455884, '__ci_last_regenerate|i:1664455884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf463d0980039680fd331adf38f9e57315432a7', '190.148.158.164', 1657061438, '__ci_last_regenerate|i:1657061438;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657052213\";last_ip|s:14:\"200.119.169.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657061438;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf49aa61e8a0bb8b7b9fd2b54b2f98997aa7e2d', '200.119.168.1', 1655390848, '__ci_last_regenerate|i:1655390848;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655390467;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf4c11a2519cd499fba2916867065bff1fed39f', '50.21.188.42', 1663642574, '__ci_last_regenerate|i:1663642574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf67b2de6a418bf491ffd426be642ecf6a25e83', '34.221.62.189', 1650870736, '__ci_last_regenerate|i:1650870736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf740ad0eb455df947d49bf13c91f38972e5464', '52.167.144.171', 1685821939, '__ci_last_regenerate|i:1685821939;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf760f6cc2c96fa855b6b0f8ce1513563edfa06', '40.77.167.175', 1680259903, '__ci_last_regenerate|i:1680259903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf7954ef257a067a9970b442dafad4462428b82', '167.248.133.117', 1653238103, '__ci_last_regenerate|i:1653238103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebfbc6f6f736e6dc5fb3fe5a39d947c02ac28eb6', '190.148.87.6', 1668192965, '__ci_last_regenerate|i:1668192965;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668192962;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebfbe5b1cb587c282003a483e3a9d9e0a7368cbc', '207.46.13.229', 1683618148, '__ci_last_regenerate|i:1683618148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebfcb34c721dad4bf0d645da5ea1e6e786c0162a', '207.46.13.160', 1673821382, '__ci_last_regenerate|i:1673821382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebfe32a78d2fa54f8aa3dd9d0c2850fbcfbb0aef', '190.56.50.6', 1686951122, '__ci_last_regenerate|i:1686951122;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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 ('ebfee890d136e684de12624cb4487f3a1c05fbeb', '104.155.162.25', 1651874482, '__ci_last_regenerate|i:1651874482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec001b43d1c60ac850a974de5ebdef5a6712a7be', '51.222.253.10', 1670292130, '__ci_last_regenerate|i:1670292130;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 ('ec0071aacddad56c08c078061a269cc2f4b39a86', '190.148.87.182', 1679925761, '__ci_last_regenerate|i:1679925761;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679830959\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679925747;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec02307f11e28f234fb90af6394b69397e8a34d5', '51.222.253.16', 1652235493, '__ci_last_regenerate|i:1652235493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec02f98d273eb8f3400f73dcbed26f9696c9a787', '51.222.253.17', 1654699016, '__ci_last_regenerate|i:1654699016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec05f269ecfed2e99a8769d6f016a4aa02bf14da', '190.148.157.99', 1662468882, '__ci_last_regenerate|i:1662468882;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662414777\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662468848;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec07a7b53f5f225024f268b399f33284408141a1', '157.55.39.210', 1680985400, '__ci_last_regenerate|i:1680985400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec08591b9f7f80f2882f735d86252540b0937e55', '40.77.167.49', 1665740541, '__ci_last_regenerate|i:1665740541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec08717830afd9e404b3827dcbe77d50db56420d', '190.148.157.98', 1679264296, '__ci_last_regenerate|i:1679264296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679264283;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0bec933ee832b63bc4d5a3ada3d2178ad895d7', '114.119.154.189', 1686075446, '__ci_last_regenerate|i:1686075446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0c1bc3f4831de06a8bd37b6af88a96b64ab490', '167.94.138.63', 1650669587, '__ci_last_regenerate|i:1650669587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0cdae4d476132af0e9719bb6eadd9fe2122388', '17.121.114.46', 1652171993, '__ci_last_regenerate|i:1652171992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0ce0eaa6e1f6b1269bcad9bdbb6121d3823ddb', '40.77.167.37', 1669168379, '__ci_last_regenerate|i:1669168379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0eedeb416238d7910dd6a6645bf4703f03586b', '200.119.172.96', 1675463027, '__ci_last_regenerate|i:1675463027;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675462561;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec0eef5e8385463b906bdad12f61ee16c19a4881', '52.167.144.171', 1685608933, '__ci_last_regenerate|i:1685608933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec11ea8a28ec446119db2a7437b3375e60c91bb2', '40.77.167.225', 1680777846, '__ci_last_regenerate|i:1680777846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec13959dd979c0349aac7c662517f1f87e9987d3', '173.249.31.237', 1659409050, '__ci_last_regenerate|i:1659409050;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 ('ec14fb30d06eef88f24d7e8c03249ea83672dd33', '40.77.167.80', 1675035028, '__ci_last_regenerate|i:1675035028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec164189c2021554882f5fa4bc3ca5747bb84854', '40.77.167.123', 1683941145, '__ci_last_regenerate|i:1683941145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec165be4027a0eb6f957a401f22db9ef691f0155', '40.88.21.235', 1654355559, '__ci_last_regenerate|i:1654355559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec165d5d95577c23fe7010b230a5a5171b3c5950', '200.119.168.250', 1680649333, '__ci_last_regenerate|i:1680649333;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680649046;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec1667e37469ccb425f630af876b95b8b425666e', '40.77.167.80', 1686843814, '__ci_last_regenerate|i:1686843814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec16ca35cf3a8d3b23af337e5cbc557a55d22879', '207.46.13.205', 1671279012, '__ci_last_regenerate|i:1671279012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec1737dff736d2d72aa0ed9a081b2509a7633415', '51.222.253.5', 1663169812, '__ci_last_regenerate|i:1663169812;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 ('ec19820e3c5a4f15077ea26e718a989514dc85d4', '157.55.39.143', 1667062978, '__ci_last_regenerate|i:1667062978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec1aecc8baedbd84f7c2bb983de759ec97f5130a', '40.77.167.91', 1686964938, '__ci_last_regenerate|i:1686964938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec1c9bad6f8ca0fd74e969ef4259599570b92092', '40.77.167.222', 1681579966, '__ci_last_regenerate|i:1681579966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec1d898ca5a6773607e23cfd0a8745f9662cced9', '54.37.233.116', 1650852203, '__ci_last_regenerate|i:1650852203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec21fe8d708a0a97ca2ca978e515f610efbe4038', '40.77.167.80', 1686869427, '__ci_last_regenerate|i:1686869427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec227fb6c9e2d256f9597e9c9dd94459d3e19549', '157.55.39.54', 1658355769, '__ci_last_regenerate|i:1658355769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec229c759bee1e2983f2be076cb28b25817ee720', '51.195.216.255', 1650895435, '__ci_last_regenerate|i:1650895435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2414c93b50156424c6868b61446cb3b47eca18', '207.46.13.210', 1687082890, '__ci_last_regenerate|i:1687082890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec252f01c7d579387d4a06b7cf091a706978ceac', '207.46.13.36', 1672816048, '__ci_last_regenerate|i:1672816048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec254bb26899bf374dc0a6be5221a44ca0e4abbb', '190.148.252.151', 1671451010, '__ci_last_regenerate|i:1671451010;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671362681\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671450731;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec27041b603d2d12be91190347624dd5afbfdeec', '51.222.253.4', 1676352359, '__ci_last_regenerate|i:1676352359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec278721a34bbe282ad202e1b483b75ce4d3e1b7', '207.46.13.211', 1679044557, '__ci_last_regenerate|i:1679044556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec29ab79e50f0d7d796fa22d833319b27b4ff1d5', '157.55.39.164', 1663307822, '__ci_last_regenerate|i:1663307822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec29e9803737d8d45d1437c8854bece244eee5ae', '40.77.167.13', 1672150039, '__ci_last_regenerate|i:1672150039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2aa1bdd1e691afdf9b03204f9a3fa952d8409a', '152.89.196.13', 1661151691, '__ci_last_regenerate|i:1661151509;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2db1e893296cb36f3dbaa150bb310dfda98dec', '40.77.167.30', 1656899251, '__ci_last_regenerate|i:1656899241;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2df72f31540c85195cb67a65ec465fb7bb57f9', '52.167.144.171', 1685629924, '__ci_last_regenerate|i:1685629924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2dfe1ca8c5a5800f1b3234f25cd977d4617c43', '52.167.144.74', 1688059171, '__ci_last_regenerate|i:1688059171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec2f213588aea0c464312b323f17021942de1c1b', '47.242.88.206', 1650927904, '__ci_last_regenerate|i:1650927904;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 ('ec2fd7de18ee8976e3b60126f6d73ea9f97a11c8', '190.56.32.162', 1686583344, '__ci_last_regenerate|i:1686583344;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686350336\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"dCVQrDum0enGLkWcoqJ7\";last_activity|i:1686582220;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec310af25f2d3bd63e8c015a8e161d15a785a22c', '114.119.131.93', 1687651609, '__ci_last_regenerate|i:1687651609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec3135cc24a357fc868adb8f6b55ddc7f3ca188a', '35.162.190.140', 1677937822, '__ci_last_regenerate|i:1677937822;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 ('ec31f2093c4a76222b446304c4692b2f737e8082', '190.56.173.136', 1687896081, '__ci_last_regenerate|i:1687896081;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687896080;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec32c92181aa29e883fa20eb57561c144c9a8310', '18.246.74.224', 1674047555, '__ci_last_regenerate|i:1674047555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec33f5b873ca36624b20d0f4f0c62c95b2d38fb1', '52.167.144.98', 1686652091, '__ci_last_regenerate|i:1686652091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec347a9a00375576d5dffa41ad0bdab51b1087ed', '207.46.13.41', 1671318334, '__ci_last_regenerate|i:1671318334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec35bb603a3ed6d453f91df6a83542e5592c1d5a', '162.55.237.166', 1670380697, '__ci_last_regenerate|i:1670380697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec365c2abd89b174d32a7cc9a05c64b402884961', '40.77.190.2', 1673092609, '__ci_last_regenerate|i:1673092609;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec375c4b9a71fc119f2cf97e7df550cba617dac6', '198.235.24.160', 1651617087, '__ci_last_regenerate|i:1651617087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec376b0187b8a7273130ae70f40bd5e7df4a38a8', '213.188.77.250', 1651879855, '__ci_last_regenerate|i:1651879855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec3a2f1aaeeb8ead64d81d5d4853aea1228f03c1', '5.188.62.21', 1656446195, '__ci_last_regenerate|i:1656446192;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec3dec3d273895df0df2401ff26b091b92bd2b77', '40.77.167.133', 1683824517, '__ci_last_regenerate|i:1683824517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec3fb145ecf2716ca97aa372ed8e6fdcc6120f04', '40.77.167.44', 1659739036, '__ci_last_regenerate|i:1659739036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec42a05fe19f5416c5db7ca50b6f033c4ad76f1b', '59.136.57.69', 1650978963, '__ci_last_regenerate|i:1650978962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec45251d9cd72c16fd303c80a39331e3203e45cb', '190.56.55.115', 1667485720, '__ci_last_regenerate|i:1667485720;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667484798;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec453f7e39db5e1f07291896f2358c7d67ab66ad', '51.222.253.19', 1668409716, '__ci_last_regenerate|i:1668409716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec45cadee5f78db35678aa39c5a4e2c9129bafb1', '52.167.144.76', 1682350918, '__ci_last_regenerate|i:1682350918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec487375f9b470d18a6a6fa71183bcd2235425e5', '17.121.112.101', 1653573469, '__ci_last_regenerate|i:1653573469;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 ('ec4cc02f7b3ed7144b7e0089f80b5a6d051aed5e', '190.56.50.15', 1667152049, '__ci_last_regenerate|i:1667152049;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667151777;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4cf6c25086d933a462b2928511c889c7ad0712', '114.119.157.143', 1687066735, '__ci_last_regenerate|i:1687066735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4d136a1ea3e5e73525ac81e65e36344965dd85', '114.119.148.138', 1687689347, '__ci_last_regenerate|i:1687689347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4d7b67abb31f0e5fbb4d38bf4d0e94525ddbb5', '185.126.65.140', 1664742687, '__ci_last_regenerate|i:1664742687;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4e28df0948ab1fbadc7752231095d89489e3da', '157.55.39.216', 1676490090, '__ci_last_regenerate|i:1676490090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec511692f36777c7bff80aea2a7d7c08e6560f45', '40.77.167.178', 1676903258, '__ci_last_regenerate|i:1676903258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec536b4188ab59265b282dc1b5885a9627135365', '52.167.144.98', 1685199718, '__ci_last_regenerate|i:1685199718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec56276eb6abf181032aa1c40bbec3ef49579c81', '190.56.32.174', 1676568697, '__ci_last_regenerate|i:1676568697;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676546651\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676568579;register_id|s:3:\"197\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-16 09:15:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec56c30c1e5b4b5e80c24dee13d826f9981703c2', '157.55.39.221', 1662326359, '__ci_last_regenerate|i:1662326359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec57c03eea1ea9ca4c2bef0dcf92466152d396e1', '3.237.104.7', 1654055395, '__ci_last_regenerate|i:1654055395;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 ('ec57d470e89ba7fc303f7533c21b2b1fb91f82f7', '114.119.128.244', 1688175329, '__ci_last_regenerate|i:1688175329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5c32ff91b5f0a869737485e33b701a7fc43797', '52.167.144.164', 1685427196, '__ci_last_regenerate|i:1685427196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5ce62da7f6cdd36f6a8c8881e76db8e2a71593', '185.27.99.113', 1666432937, '__ci_last_regenerate|i:1666432937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5cf3f5b17c1360b3107d6ec415a13c021752e9', '40.77.167.166', 1677395608, '__ci_last_regenerate|i:1677395608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5d2b889159d913abdf9a35dd891f5a8951b6f1', '51.222.253.12', 1675208074, '__ci_last_regenerate|i:1675208074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5f035b883ab3d808d83e498319f97b28869838', '54.36.148.200', 1669844542, '__ci_last_regenerate|i:1669844542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5f26e2fcc18d14e33d4f2502986ff35ab3865b', '17.121.114.216', 1651612970, '__ci_last_regenerate|i:1651612970;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 ('ec5f5c9e6006eb0c11174c6b1ebf0a8fbe989f64', '114.119.152.70', 1686537906, '__ci_last_regenerate|i:1686537905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec5f856ab767f07ed40955b1eb67d3bbdd0fdadd', '190.148.252.151', 1671382261, '__ci_last_regenerate|i:1671382261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671380217;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6038c738d7db031027eb1baf5e96e747b558f4', '82.80.249.158', 1668921127, '__ci_last_regenerate|i:1668921127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec60c2af10f1bb6e9b42787d045b637884c577d4', '205.210.31.12', 1656157183, '__ci_last_regenerate|i:1656157183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec61577cf89d2214787aa7e12406522998f72510', '51.222.253.15', 1655103791, '__ci_last_regenerate|i:1655103791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec61e8a33eb56796a36d997639fe76df4561e854', '52.167.144.82', 1687246658, '__ci_last_regenerate|i:1687246658;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec626438fba1251bab5c2439fdeb44f00023811b', '138.199.21.243', 1678528314, '__ci_last_regenerate|i:1678528314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec63127589776cbee82c19cd30086daa979902ec', '157.55.39.217', 1683270768, '__ci_last_regenerate|i:1683270768;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6632b3a5f2d6e6add454895007e48131a2b42c', '40.77.167.191', 1682465541, '__ci_last_regenerate|i:1682465541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec666727a782dcc50f256c6df26806d46cb9a51e', '200.119.172.60', 1674688997, '__ci_last_regenerate|i:1674688913;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674572467\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"qumFb3i0jZaydMwzpgQ8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec674e8ecfd8db089752cf50585771f6268f1675', '51.222.253.6', 1664967435, '__ci_last_regenerate|i:1664967435;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 ('ec67961de354b22576e57e7d34dc26d58f0c9733', '200.119.173.177', 1685235057, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1685235057;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685188260\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685235053;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec68f7969a83f9dda610d5ec107ea93784735901', '114.119.141.84', 1687916824, '__ci_last_regenerate|i:1687916824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6984460c9f91cc19cc8ca47831981049bcdb25', '157.55.39.173', 1670806022, '__ci_last_regenerate|i:1670806022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6a071c010d8096558d5959ddd5a9846ee7d78a', '35.222.65.206', 1652354002, '__ci_last_regenerate|i:1652354001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6ae4c61e9aced9da55449b192c2339dc635bf1', '74.125.210.132', 1661608388, '__ci_last_regenerate|i:1661608388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6b8e8c87b6d6484a9ed454f8881f786ed3afd2', '40.77.167.49', 1664312260, '__ci_last_regenerate|i:1664312260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6bb1eb0cbbccbcb3affc3739b683f7d9d683f1', '185.181.60.12', 1675012698, '__ci_last_regenerate|i:1675012698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6be99aceeab628c06ac56296043e9242b04144', '157.55.39.80', 1670648434, '__ci_last_regenerate|i:1670648434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6db915a584db32413806a0bc89fe4a2d3b751e', '52.167.144.105', 1677924926, '__ci_last_regenerate|i:1677924926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6df1a79c41406e3667558bb072e99a38b1f240', '40.77.167.43', 1658948092, '__ci_last_regenerate|i:1658948092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6f73b6c11f6a0ae11085bb244b5c76a12a2f04', '176.53.223.118', 1650752753, '__ci_last_regenerate|i:1650752753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec70f371c6e6b05807e63ac84446b86f3e56d7fd', '34.173.17.117', 1665959016, '__ci_last_regenerate|i:1665959016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec71f07622be3a7a19311ab1016a434c3f3ce9d9', '40.77.167.49', 1667340373, '__ci_last_regenerate|i:1667340373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec732994aa1a4671d6b5a5ae2241929d21268ef7', '104.131.59.231', 1652023488, '__ci_last_regenerate|i:1652023485;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 ('ec74cf5db2c4db88e4c79cca9f54852400c799c8', '190.148.158.151', 1677347008, '__ci_last_regenerate|i:1677347008;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677346388;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec77138392f1831b916d74335158673b09da3710', '17.121.114.246', 1654180547, '__ci_last_regenerate|i:1654180547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec78dd1fd6dfc1cf3ce13d41cd56d857037163ac', '40.77.167.202', 1687645379, '__ci_last_regenerate|i:1687645379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec79ac8abadd29f19299ec321c31ea8c46ea8546', '185.46.197.27', 1653289708, '__ci_last_regenerate|i:1653289707;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec7b9fc089df11854ee292cb2dce6c088bfb7de5', '18.206.55.48', 1651803478, '__ci_last_regenerate|i:1651803478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec7d4f1f5b3d539e918bfe9698ec5856f13e5672', '114.119.154.82', 1687678049, '__ci_last_regenerate|i:1687678049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec7ea6926fb40a4f293bf6413be8325978a32b38', '3.17.140.79', 1667896464, '__ci_last_regenerate|i:1667896464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec7eba60914efbf1b202e86d6571e1f8e5c9435b', '34.219.229.215', 1669382007, '__ci_last_regenerate|i:1669382006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec7f15549f6905a9d1a5c52ffe2cd269458a90d4', '52.167.144.164', 1686208478, '__ci_last_regenerate|i:1686208478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8126ca37b48b622234a90fb54d91b3d6b5aa9b', '190.148.252.111', 1677785343, '__ci_last_regenerate|i:1677785343;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677785329;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec824e07c6f30875e2ddfb58bb58a2d1029961ea', '52.167.144.74', 1688058773, '__ci_last_regenerate|i:1688058773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec82cdbe4ed63e9a720bf6acd357ce85c4a4b144', '190.148.252.223', 1659015070, '__ci_last_regenerate|i:1659015070;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658971020\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659014512;register_id|s:2:\"55\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-27 08:35:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec830478da97f09113b881ce29671ba2abb29b8c', '114.119.128.22', 1687619187, '__ci_last_regenerate|i:1687619187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8309ad77b136113c2bf4b83007c24763d2c73c', '52.167.144.164', 1685355239, '__ci_last_regenerate|i:1685355239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec83dbe65d60775e0192f09e4eed301abf62d043', '40.77.167.30', 1656779911, '__ci_last_regenerate|i:1656779901;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec83e8fafb060463da50758038a340efd6da72a4', '51.222.253.17', 1672045077, '__ci_last_regenerate|i:1672045077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec84a114817391c4df8aaa82811ab60f5d2d04d3', '190.148.252.111', 1677971142, '__ci_last_regenerate|i:1677971142;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677969707;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8532163ac12ea22d51a262a819176e07869f61', '51.222.253.5', 1686619359, '__ci_last_regenerate|i:1686619359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec85adf0b454ef090b09defbe10ad5612e6877bd', '114.119.151.146', 1688135224, '__ci_last_regenerate|i:1688135224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec867da5cfbe301c7f0aaf7dd178b39d052235a6', '207.46.13.17', 1673726253, '__ci_last_regenerate|i:1673726253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec86e04d7f5c429980a33b7c227c48a4fadd77b4', '114.119.152.27', 1688293010, '__ci_last_regenerate|i:1688293010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8a6bfb6a68704f068fffa8dd5d47b57bc6f928', '130.245.169.139', 1657878946, '__ci_last_regenerate|i:1657878946;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8be2e273842dc9e09cb2eedb4c0094a28c4b5c', '114.119.130.255', 1685846779, '__ci_last_regenerate|i:1685846779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8eabd38dd5be76bce3a9e8ffa749ece65138cb', '5.188.62.76', 1659531593, '__ci_last_regenerate|i:1659531593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec8fa39e84c9c2c01dce397b6ba870b79a215933', '17.121.114.163', 1657020754, '__ci_last_regenerate|i:1657020754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec92233604b224129bc57320a280ab212f68efce', '40.77.167.56', 1673213616, '__ci_last_regenerate|i:1673213616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec931556a102559b934e23400885827415a36e4f', '190.56.55.113', 1673628543, '__ci_last_regenerate|i:1673628543;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673619965\";last_ip|s:13:\"190.56.55.113\";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 ('ec9347429cf8f56e55b64e6c02816360146668bb', '52.167.144.56', 1677382425, '__ci_last_regenerate|i:1677382425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec96f344356bccd6028b4a66280a56e9595f4399', '130.245.169.145', 1657274140, '__ci_last_regenerate|i:1657274139;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec99d6e5dce97be1e2c6c59d2e0d423609d1a8de', '200.119.169.52', 1664915623, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664915623;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664915585;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9b7e47eb755f1693885fd677fa1a189b104d43', '190.148.157.53', 1683748959, '__ci_last_regenerate|i:1683748959;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683748298;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9bbca2048fe425ab4887831e36cc9b65e6d766', '198.235.24.137', 1658615276, '__ci_last_regenerate|i:1658615276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9be51935dfa14649ed795709cb2a6d84007030', '37.225.64.83', 1675035752, '__ci_last_regenerate|i:1675035752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9ca708cc7d6dca5edfdc23c68791e0a657e737', '52.167.144.98', 1686409413, '__ci_last_regenerate|i:1686409413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9d2e661fa2fded61ac90495dbbd930db6bfc0a', '40.77.167.63', 1671918736, '__ci_last_regenerate|i:1671918736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9daebc59afe1573b7f8d2805a04d74f377d12e', '200.119.174.9', 1674486063, '__ci_last_regenerate|i:1674486063;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674386793\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674485607;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9e9d5d5146b6465c4eafa606a3c6a6cd18c9cb', '114.119.128.102', 1687798831, '__ci_last_regenerate|i:1687798831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9ef0784580a53f6cfc01684a6db337adf8c306', '190.56.32.162', 1686617487, '__ci_last_regenerate|i:1686587548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686568753\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686617487;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9fb6d1ee89685a875cc711dfd635f3c9ac5816', '190.56.50.32', 1655164777, '__ci_last_regenerate|i:1655164596;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655124180\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655164775;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca0181ac06ef2d3c12b92dbad00f6d52278aa35', '54.36.148.88', 1688249997, '__ci_last_regenerate|i:1688249997;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 ('eca06cc6fd04229d286fbbcca42fd2a89e63c2bc', '52.167.144.76', 1681942237, '__ci_last_regenerate|i:1681942237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca264d60dbd1479f28e177271629e3de5d6d127', '40.77.167.37', 1668631601, '__ci_last_regenerate|i:1668631601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca31eabafdbb2331b96879f2e49c2cb431f5668', '114.119.135.30', 1688165477, '__ci_last_regenerate|i:1688165477;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca454a25ea5051032a8bf5d443cbb40ee7e47e8', '114.119.135.42', 1687620400, '__ci_last_regenerate|i:1687620400;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca62622a354dea7bfa0e5ecb39c937e28b13e28', '17.121.112.10', 1652701434, '__ci_last_regenerate|i:1652701434;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eca8947f775e8946fd00fa62c13dca433c579b34', '50.21.188.67', 1672492710, '__ci_last_regenerate|i:1672492710;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecaa1732d00504f8bfb074652bb7598b5c658378', '66.249.79.177', 1664836097, '__ci_last_regenerate|i:1664836097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecab74a45ac7a3bf1fd224b67648e5c775b6a705', '54.36.148.65', 1651718386, '__ci_last_regenerate|i:1651718386;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 ('ecac5ae36f73ed0f85898cb2af5d62398ac3bbf9', '200.119.170.158', 1661293507, '__ci_last_regenerate|i:1661293507;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661287515\";last_ip|s:15:\"200.119.170.158\";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\";user_csrf|s:20:\"86PHD1smOKSgk75LNRon\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecade36963b7df61cc5f7b21840399bcae3d060c', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecafc488f75a1d01c2f9f395f5de19ada50c88b1', '190.56.32.35', 1671836792, '__ci_last_regenerate|i:1671836792;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671836210;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecb14aff012375f323db40e3be9e7d89dcbbe91a', '190.148.252.223', 1658947664, '__ci_last_regenerate|i:1658947664;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecb2867c8bd1910c628645608bdf6168a1f8eaa3', '74.208.2.188', 1665904741, '__ci_last_regenerate|i:1665904741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecb2f154b81527d8b795c04000a627156937489d', '190.56.173.213', 1683236801, '__ci_last_regenerate|i:1683236801;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683235462;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecb5cbd0c42bf0dd0d8ae474664b44bc67fa2ccb', '157.55.39.79', 1668935028, '__ci_last_regenerate|i:1668935028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecb760cecb190ac352ff9d81779a3192bddbaa40', '144.76.151.42', 1650866401, '__ci_last_regenerate|i:1650866401;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbac10cbc2a07d314f707bb4106623194c293ad', '114.119.140.13', 1687195799, '__ci_last_regenerate|i:1687195799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbb14527b37897b46058927e3d092b9e8618ad0', '190.104.119.122', 1653323361, '__ci_last_regenerate|i:1653323361;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('ecbc32ef592e626ec910d1f00d506de7543f0dbc', '190.56.49.237', 1665769580, '__ci_last_regenerate|i:1665769580;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665764507\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665769359;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbe4f3744fa0d194bf5ef7b41aeec49df2f61c9', '190.56.50.15', 1667093638, '__ci_last_regenerate|i:1667093638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667093620;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc026fe5afd3dc4f454667570769da4ecba4fe5', '207.46.13.211', 1679548291, '__ci_last_regenerate|i:1679548291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc17af1d06d220ac8d7a04ff2d16dc4fbf039d3', '190.148.252.55', 1675732279, '__ci_last_regenerate|i:1675732279;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675732273;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc3dd431dcfcdefe9acc008c20c4b99c5fa3e3d', '17.121.115.12', 1658324455, '__ci_last_regenerate|i:1658324455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc53c18322f024605037af6267be6485c5e73bb', '114.119.146.18', 1688377202, '__ci_last_regenerate|i:1688377202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc55446eab2d89efc77d81112cff284bde0f65e', '190.148.252.76', 1654180156, '__ci_last_regenerate|i:1654180156;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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 ('ecc5adaefb4dd96a39fcd05b56ec44ff5fcd70c6', '20.15.133.166', 1683110424, '__ci_last_regenerate|i:1683110424;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 ('ecc6d6f189df24f95ae5d60a925a81c94a89e4e8', '52.167.144.154', 1687478856, '__ci_last_regenerate|i:1687478856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc706c4a0f89f32bc262e1824abf802fc258c7b', '190.56.50.32', 1655124968, '__ci_last_regenerate|i:1655124968;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655124955;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc7a19d5061ee1b1356312a565a45b3a7d91033', '161.35.184.248', 1672490186, '__ci_last_regenerate|i:1672490186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc9bbfd72616c6aeac866fe5e34dd4371d7bfe4', '157.55.39.79', 1668611259, '__ci_last_regenerate|i:1668611259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecc9d585301ec1207536ebc51dd6b92645b9ec48', '51.222.253.18', 1680743238, '__ci_last_regenerate|i:1680743238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eccb013baafc41ab02c7fde535356d456f180664', '40.77.167.192', 1681113107, '__ci_last_regenerate|i:1681113107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eccb5c1920d13969c10a05db6b3d38f7837db1d0', '207.46.13.41', 1665745594, '__ci_last_regenerate|i:1665745594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eccc5378ed98b234af980e78d51eb28229582ca9', '190.148.252.96', 1672853355, '__ci_last_regenerate|i:1672853354;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672784088\";last_ip|s:14:\"190.148.252.96\";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 ('eccc5f408627d7f850579cf4c6678e0745d8f1a1', '190.148.158.151', 1677443618, '__ci_last_regenerate|i:1677443618;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677443610;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eccda062dd1594c357f8113c6923432b0d3dde2c', '52.167.144.76', 1682563980, '__ci_last_regenerate|i:1682563980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecce5e7c54e0c6f1b06768158532bbc1e273bfd1', '190.56.55.113', 1673474413, '__ci_last_regenerate|i:1673474413;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673474389;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd0f2497ffaaba1f0d8e7968019a52008b2e703', '190.56.54.143', 1661619224, '__ci_last_regenerate|i:1661617928;requested_page|s:18:\"admin/pos/view/732\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661606010\";last_ip|s:15:\"200.119.168.118\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661617997;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd1c22f52b596b0c8e6fb7656bdaf96c7ce9d22', '157.55.39.64', 1673253245, '__ci_last_regenerate|i:1673253245;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 ('ecd41bf3a2649d1863b04ac9079a4d27c744d04a', '190.56.50.15', 1667239427, '__ci_last_regenerate|i:1667239427;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667239415;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd5d4ad35e2db85b54fc3267f56cf004c593581', '34.220.25.147', 1658235945, '__ci_last_regenerate|i:1658235945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd807d3894a6506188d0282804fc71755be6459', '40.77.167.169', 1688117431, '__ci_last_regenerate|i:1688117431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd881c9fc06340b20a496efbc609957db1c8e29', '190.148.157.183', 1680293997, '__ci_last_regenerate|i:1680293997;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680293992;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd88d535ac43cd4ad16bf257369ae61e3ada154', '52.167.144.76', 1682563870, '__ci_last_regenerate|i:1682563870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd8c250279c432124dd3635ec34a447b0fd83e5', '52.167.144.43', 1683797121, '__ci_last_regenerate|i:1683797121;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd99f2803bcf9e2160dc71fdcf32ebde07e41d2', '52.167.144.162', 1687333379, '__ci_last_regenerate|i:1687333379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecdd21d42242adced03a10156ae65fe8c7966baa', '93.158.91.208', 1681354166, '__ci_last_regenerate|i:1681354166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecdd886dc23c6553c9b05dd8ef1d8573e3b0456b', '157.55.39.227', 1688445242, '__ci_last_regenerate|i:1688445242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecdddbb7a76680ffc25cd9f018c2dc61d5c0fe32', '200.119.172.60', 1674663649, '__ci_last_regenerate|i:1674663649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674663468;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecdec156f838a8aed46ecb1f4b5a56906a7e7d32', '5.188.62.21', 1653408809, '__ci_last_regenerate|i:1653408807;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ece0cae90f444e24d1341987e0416d0191e60b1b', '52.167.144.98', 1685975590, '__ci_last_regenerate|i:1685975590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ece29a5dde4cdfae1f66f879b23ce8d096ce50b8', '190.148.158.175', 1672524614, '__ci_last_regenerate|i:1672524614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672524611;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ece8be256807a7a6cecb7c710c08edba63998843', '40.77.167.182', 1683265858, '__ci_last_regenerate|i:1683265858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecea1ab552118a344290075bb2c86525a53a56f6', '52.167.144.171', 1685179200, '__ci_last_regenerate|i:1685179200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eceac054669fd9594d7456c0fe6d6128c01319f1', '51.195.216.255', 1650742527, '__ci_last_regenerate|i:1650742527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ececcf1dff7d44e0dde627e84f5b1b4666f4b402', '149.28.132.74', 1651204729, '__ci_last_regenerate|i:1651204724;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 ('ecf189f0a5ebd5aeb5304751ea9211d80f553bd4', '200.119.174.26', 1663681302, '__ci_last_regenerate|i:1663681273;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663622729\";last_ip|s:14:\"190.148.252.82\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663681288;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecf64babcb0f3b676d064632453c436ca9343804', '40.77.167.241', 1687653247, '__ci_last_regenerate|i:1687653247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecf884f05928f48da797069afbdd179b377a393c', '174.138.60.28', 1687726575, '__ci_last_regenerate|i:1687726575;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecf95b667b2d6c8b230a912ce261a6c8166e1b1d', '190.148.157.53', 1684115307, '__ci_last_regenerate|i:1684115307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684113928;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfa071138f15261d7d25f9de71e4d7ca7e7732f', '190.56.49.206', 1655470983, '__ci_last_regenerate|i:1655470983;requested_page|s:18:\"admin/pos/view/306\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470271\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655470948;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfa28c876c7062060364bdc507778f7b6450d99', '190.56.32.32', 1686145869, '__ci_last_regenerate|i:1686145869;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686145855;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfb6a760ef0b80feaacae36b7a709580397a0c1', '207.46.13.205', 1671290211, '__ci_last_regenerate|i:1671290211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfb7682e7bd498c6da1d73f475cd1e1da46906c', '40.77.167.166', 1676051004, '__ci_last_regenerate|i:1676051004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfbdc160c653a47bd00ea4619ced0f821970d6e', '157.55.39.108', 1671689302, '__ci_last_regenerate|i:1671689302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfc441022eba4082d4b52e98882dd6beaef355f', '52.167.144.98', 1686769230, '__ci_last_regenerate|i:1686769230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfc8475530e2d17530ea351e731422507c371c2', '101.251.204.98', 1673370227, '__ci_last_regenerate|i:1673370227;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 ('ecfd4c65c13e966ffb86bf0a7870bfd0047a9ef4', '190.56.32.243', 1684634520, '__ci_last_regenerate|i:1684634453;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684634519;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecfe3c83e6ea35c70e35f445146d207336cf843f', '149.57.16.7', 1653807048, '__ci_last_regenerate|i:1653807048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecff7e70247b3ced373181cafc017c7b20d348a6', '190.148.158.151', 1677018312, '__ci_last_regenerate|i:1677018312;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677013657\";last_ip|s:15:\"190.148.158.151\";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\";user_csrf|s:20:\"f6wAdFL5qU4jyYaetSrk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed00efe5828f5e521d0992715c69ff221e72759f', '157.55.39.112', 1663611846, '__ci_last_regenerate|i:1663611846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed01ed86a8d211b573a9403435d75b9e852a0a4d', '144.76.68.17', 1683713136, '__ci_last_regenerate|i:1683713136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed08c52fa399318f31f40558d9f40f612021962d', '190.148.157.82', 1668297324, '__ci_last_regenerate|i:1668297324;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668297322;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed0d15afc19b86cf1e4cc43abf23ff8d0c0fbd16', '157.55.39.80', 1668007261, '__ci_last_regenerate|i:1668007260;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed0d2e6d8dddb3e1f34e5bd70b11d72e2413921b', '114.119.150.56', 1688075801, '__ci_last_regenerate|i:1688075801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed0e15c9477b2dc89bc890aee55ac1d28cce64c1', '40.77.167.123', 1683496556, '__ci_last_regenerate|i:1683496556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed0e1a4c560cd1ed4c76053f25a085783a046d94', '200.119.172.60', 1674741894, '__ci_last_regenerate|i:1674741894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674741877;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed0f4c32d0565caa8d70b38e0f7ca04b12e0bf2d', '130.245.169.70', 1657360532, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed1289c55715d54b24bc10791196f6eddbb8cf3d', '35.91.48.14', 1658236546, '__ci_last_regenerate|i:1658236546;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 ('ed1488fc34bbb3eb87b51e7a855c1e697f18684e', '190.56.32.174', 1676582839, '__ci_last_regenerate|i:1676582839;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed159fc8b8a68610113b627f0eb22262c22e6f7b', '190.148.158.175', 1672267714, '__ci_last_regenerate|i:1672267714;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672141797\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672267527;register_id|s:3:\"171\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-28 08:29:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed165c6d0d49be80a4c8e009cda0e54d1ee14a6e', '157.55.39.253', 1682127204, '__ci_last_regenerate|i:1682127204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed171d594acf8eabc050d9375c0461b04f490417', '200.119.172.60', 1674768304, '__ci_last_regenerate|i:1674768304;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"4TxC6aHQLsSpgXehBKAZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed17590679efb605b2e7fd8e5280b879bc5d84da', '190.148.157.53', 1683740047, '__ci_last_regenerate|i:1683740047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683739871;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed1aea2664ae362101f54c379f5886486f7a0dce', '54.36.148.145', 1666874526, '__ci_last_regenerate|i:1666874526;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 ('ed1b5e0768e77a848e5fe9a7788b54abbf6eb9d6', '52.167.144.54', 1675296757, '__ci_last_regenerate|i:1675296757;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 ('ed1c962af06a6a3c1201c79f48f66a804cd7f0af', '164.92.181.168', 1673049872, '__ci_last_regenerate|i:1673049872;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed208186eb5a6d131503e76720851ac9365363c1', '190.148.158.69', 1685975140, '__ci_last_regenerate|i:1685974907;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685744326\";last_ip|s:14:\"190.148.158.69\";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\";user_csrf|s:20:\"u4gvCoes6KQEX9FnAlac\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed20bfa5660582c052752c1be4e9d8f2004f0a47', '190.56.55.113', 1673379432, '__ci_last_regenerate|i:1673379432;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673379371;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed24358f03ef4579a80cae60dd5cb6407a7705ea', '66.249.74.104', 1683524243, '__ci_last_regenerate|i:1683524243;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 ('ed2498f149cd4c0b4f8e0b9187585ac3feeae8d1', '157.55.39.46', 1672440646, '__ci_last_regenerate|i:1672440646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed26dd5c83098826e76975a01bc771b90cf3079a', '200.119.173.107', 1686843718, '__ci_last_regenerate|i:1686843718;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686843206\";last_ip|s:15:\"200.119.173.107\";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 ('ed27c80551a7093b8226d5e3c846cef35b24aa45', '40.77.167.64', 1674914288, '__ci_last_regenerate|i:1674914288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed28c4e2f37085028ba6e363900971e0b7b3fdc9', '190.104.119.140', 1684161944, '__ci_last_regenerate|i:1684161944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed2be3c9cbfccc8186b557a05333a04592daea19', '54.36.148.87', 1664518358, '__ci_last_regenerate|i:1664518358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed2cbd696c24306c2bbb42f4e074080713c6f9bc', '190.148.252.111', 1677969706, '__ci_last_regenerate|i:1677969706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677969562;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed2d5b5e745745a77d6f2056ed58c60e289fb074', '51.195.216.255', 1650896157, '__ci_last_regenerate|i:1650896157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed2f0a6dc0b8b6211a1b94e77344fed1f784ed1d', '54.36.148.245', 1687385596, '__ci_last_regenerate|i:1687385596;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 ('ed2f3a40f20ea5cb0447f95c11413cd0a7ef24a8', '190.111.27.49', 1673018011, '__ci_last_regenerate|i:1673018011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed2fbc5015412ea5fc74eeebc2fe4daec5d02746', '54.36.149.66', 1683482696, '__ci_last_regenerate|i:1683482696;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 ('ed309102c947bdf90ba8de30456d24b7dca32ef2', '157.55.39.125', 1653467791, '__ci_last_regenerate|i:1653467791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed32c5001489fd350f67803080ca473202d16f95', '157.55.39.143', 1670374709, '__ci_last_regenerate|i:1670374709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed347b28faa91dfd56747db97f5c31d1559bcb15', '190.148.158.175', 1672534227, '__ci_last_regenerate|i:1672534227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672534210;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed357353a604b5840b88540d81da9a7374ef5072', '51.222.253.14', 1676478088, '__ci_last_regenerate|i:1676478088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed38d77cb8b448e9f7ccc4f94873ec7c4a796c5e', '192.64.4.26', 1680865992, '__ci_last_regenerate|i:1680865992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3b065f4567c00029a184f546a9fb9e4fffae7a', '66.249.79.196', 1679852233, '__ci_last_regenerate|i:1679852232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3c3f915187c0dd2fb33d4de6488a5d6eb5ac93', '157.55.39.80', 1669956389, '__ci_last_regenerate|i:1669956389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3cdc44e5bc1050d072cb38407038a8b7849c57', '200.119.172.60', 1674688913, '__ci_last_regenerate|i:1674688913;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674572467\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"qumFb3i0jZaydMwzpgQ8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3d8e22ac8d42841f561b6f03d77e5bf5479b57', '74.208.2.183', 1672574285, '__ci_last_regenerate|i:1672574285;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3d92c4e5f65f4e67150f0a0b6c108cf174e871', '190.56.54.129', 1653528632, '__ci_last_regenerate|i:1653528632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3f621a07f481fec106380eb18adffe46b88051', '51.222.253.18', 1686638919, '__ci_last_regenerate|i:1686638919;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 ('ed3f9e33bef1b83c58885ee8203d5fb113f98623', '52.167.144.162', 1686177907, '__ci_last_regenerate|i:1686177907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed42df28f3a94fb0c25aff2a3a33fb4471b1e63d', '51.222.253.6', 1679992030, '__ci_last_regenerate|i:1679992030;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 ('ed43217b1de0b1de3693d6ed58c11a05bfd11798', '190.148.87.182', 1679597584, '__ci_last_regenerate|i:1679597584;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679597582;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed448fb11f1b97cb1be2abfa5b59607648e5ad03', '40.77.167.133', 1683939959, '__ci_last_regenerate|i:1683939959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed44bd17520695324231df138a3dcce3e1cd4b05', '207.46.13.154', 1671358698, '__ci_last_regenerate|i:1671358698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed45fc39008b531e5e2349b8637cca3a66ffbf5f', '207.46.13.48', 1653359412, '__ci_last_regenerate|i:1653359412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4627bc7e796e121288173e516d43f1d950c215', '190.56.32.162', 1686419578, '__ci_last_regenerate|i:1686419578;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686419031;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4647cb5f45e3f6710e7de0ba2df7da9c550f35', '5.188.62.21', 1653328216, '__ci_last_regenerate|i:1653328216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed46b783e698a185d4b98c382290bdce4710b3d6', '40.77.167.123', 1683192142, '__ci_last_regenerate|i:1683192142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed46bbf7857f5f016e88ef25281d7b8dc54fabbf', '144.217.135.231', 1666782024, '__ci_last_regenerate|i:1666782024;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 ('ed4ab226b3e0ae468531a39995b8df120a799058', '93.158.91.203', 1674451214, '__ci_last_regenerate|i:1674451214;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 ('ed4b75f0b1754beefd752f58574d277ecb165059', '54.36.149.16', 1688438388, '__ci_last_regenerate|i:1688438388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4cecd62d47070e2dc7ea4c91870046864ac8de', '157.55.39.144', 1665253490, '__ci_last_regenerate|i:1665253490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4d33e5faa75d28ce4277580721f01af256aa7a', '51.222.253.7', 1667830382, '__ci_last_regenerate|i:1667830382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4e9877583def80a5830c7472bb853e3a8418fd', '190.148.157.183', 1680273057, '__ci_last_regenerate|i:1680273057;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680272505;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed50373a0b42e4f5126519079e9c020ef1fc2946', '190.148.252.111', 1677798361, '__ci_last_regenerate|i:1677798361;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677797907;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed50a5c7d30808c82e016a0c24e56636bef1d0cd', '51.222.253.10', 1653110671, '__ci_last_regenerate|i:1653110671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed50c044d23889cf8f0e72a055de88bd92cc1fff', '114.119.158.149', 1686319282, '__ci_last_regenerate|i:1686319282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed50fb7efeabdb8349147fed6f897132e3dcebd8', '178.62.110.145', 1657212787, '__ci_last_regenerate|i:1657212787;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 ('ed519c0886d9e69faa5a29ad7fa14516df956535', '114.119.152.69', 1688213141, '__ci_last_regenerate|i:1688213141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed523f2a94ef3ac86eb59785449afdc839ae18bf', '200.119.173.87', 1662826729, '__ci_last_regenerate|i:1662826625;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1662656977\";last_ip|s:14:\"190.148.157.99\";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\";last_activity|i:1662824635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed527115b86f238b80cf0086da41983ee30fcb84', '54.244.17.32', 1671456441, '__ci_last_regenerate|i:1671456441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed52b120cf3d511ca5f9b45ae6034dec102e9df9', '40.77.167.182', 1683265878, '__ci_last_regenerate|i:1683265878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed52ee74505f1aa12fe5d9ca1433b18c24879112', '190.148.158.151', 1677180327, '__ci_last_regenerate|i:1677180327;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677179958;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed550ec2a79d8ec91cd5c7590b25cdd6b2b101cf', '52.167.144.162', 1686310316, '__ci_last_regenerate|i:1686310316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed55ab172bd72918e2f6ba8d8ba19fe1d754e76f', '190.148.252.56', 1663963502, '__ci_last_regenerate|i:1663963502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663963476;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed55cdca6c056519d489ac3fe3b9254496c2218f', '54.36.148.78', 1668651379, '__ci_last_regenerate|i:1668651379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed562b4308e16fb0a7c68366468af9893d376313', '190.148.158.151', 1677332868, '__ci_last_regenerate|i:1677332868;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677332756;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed57174e3e18ed25b89cf4aa7210b846cd2dba23', '200.119.170.221', 1664485231, '__ci_last_regenerate|i:1664485230;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed58087185fc5ebeaa87664f04d4b586d9f0d6e9', '190.148.158.175', 1672185376, '__ci_last_regenerate|i:1672185376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672185304;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed583a6c51a59f3756ad284aaf5223eebc6388c2', '52.167.144.98', 1686039685, '__ci_last_regenerate|i:1686039685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed58ca922314d7f72199398a69effa1383b747ff', '34.217.53.185', 1671368937, '__ci_last_regenerate|i:1671368937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5965e364ee971976de13c5322443a381b5c341', '51.222.253.12', 1681231461, '__ci_last_regenerate|i:1681231461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5b6896ad9ce3b2c51c5669ec9e143867307967', '157.55.39.68', 1667399931, '__ci_last_regenerate|i:1667399931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5d8f8816e1bbaafecfc4e54bcc5aaa776552a7', '52.167.144.133', 1684559674, '__ci_last_regenerate|i:1684559674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5daf1587627978f196727fed3bdff0bb4c78b5', '35.92.17.8', 1663768271, '__ci_last_regenerate|i:1663768271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5dbbe6d7b91caf983fa1d3763ce9831d8b8872', '178.62.9.156', 1688452206, '__ci_last_regenerate|i:1688452206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5f15801df4211675832e9954a768d001933554', '52.167.144.162', 1686467778, '__ci_last_regenerate|i:1686467778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed5f80a5e35206c1603424b614435493f1dbfe5a', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed6724aadd9da22a15c0c5398f796e151756702c', '20.213.149.10', 1650971016, '__ci_last_regenerate|i:1650971015;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed67766f7318a676198db36faf93e57a3be4f426', '190.148.158.69', 1685836944, '__ci_last_regenerate|i:1685836944;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685836924;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed6ab9946d9f9233490bc12412272c5b18215a40', '200.119.168.250', 1680711462, '__ci_last_regenerate|i:1680711462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680710594;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed6ba4f65e4ba6dc466a85d4e3b7965d586f35fe', '51.222.253.7', 1654197187, '__ci_last_regenerate|i:1654197187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed6db417155a3c71a716afdfba0ed3fe8f7e7b77', '51.222.253.19', 1681155804, '__ci_last_regenerate|i:1681155804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed6f5c8020fc04b2ada48e93974254933a60bbfa', '157.55.39.147', 1671956135, '__ci_last_regenerate|i:1671956135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed70b2c9653230acf44a759999084e7c1b0920c8', '35.222.65.206', 1652354002, '__ci_last_regenerate|i:1652354002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed70b616c6746f34125952e018e2931a2172d505', '157.55.39.79', 1669419421, '__ci_last_regenerate|i:1669419421;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed74370f41a963629cb92800aedbc2370d930113', '190.148.252.183', 1681319120, '__ci_last_regenerate|i:1681319120;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681319085;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed74d3af1d081a9c9d35ba96c9d1d477ed38b9fa', '207.154.204.175', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('ed75a56f08598d5565662a4c6891dd1b2ac3a73a', '40.77.167.202', 1687774374, '__ci_last_regenerate|i:1687774374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed75ae98d1a25002754e562f6d363084e3c7e1f0', '200.119.173.87', 1663014098, '__ci_last_regenerate|i:1663014098;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662999200\";last_ip|s:14:\"200.119.173.87\";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\";user_csrf|s:20:\"GZNBdtCXA4jgT1rkPSYf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7669b8736790c7d9849be9a25973c78d33c520', '190.56.50.52', 1657807657, '__ci_last_regenerate|i:1657807657;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657724104\";last_ip|s:12:\"190.56.50.52\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657805460;register_id|s:2:\"43\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-13 08:55:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed786c50106aa26193e6eb88167ad3cbbe4ab43e', '206.189.119.247', 1687955963, '__ci_last_regenerate|i:1687955963;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed786f29bc6b134194a0a5016d288e1aa3c3291b', '114.119.158.189', 1686919692, '__ci_last_regenerate|i:1686919692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed795ff106bda9ce4d2090d6109f70b189f7ab88', '190.148.252.96', 1673283608, '__ci_last_regenerate|i:1673283608;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673279368\";last_ip|s:14:\"190.148.252.96\";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 ('ed79972c0230320085c22e93a62c910e74380d0b', '51.222.253.10', 1655866251, '__ci_last_regenerate|i:1655866251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7b3df12ec409f8ad0d23033130c032404309c4', '52.167.144.98', 1686314624, '__ci_last_regenerate|i:1686314624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7b4ddafbff9d58592de571b35f310a1827dd78', '114.119.158.50', 1685351991, '__ci_last_regenerate|i:1685351991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7d5afedd5d657faf31558dce49e87e2f7ceab6', '52.167.144.98', 1686039686, '__ci_last_regenerate|i:1686039686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7d801d241cd4509ddc2afc1d1ad003e8bdd431', '114.119.145.198', 1685009870, '__ci_last_regenerate|i:1685009870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7e40f756ab6d64e1aa93fd41007d84c1723bf6', '190.56.55.48', 1687459308, '__ci_last_regenerate|i:1687459308;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687459308;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7ed362d42ef117aa86824b6e6ee696f14df2cb', '5.188.62.140', 1653297190, '__ci_last_regenerate|i:1653297187;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed7f0d4b9eab3be29b95ecd5973f3c37dc7dfea6', '190.148.157.173', 1652479618, '__ci_last_regenerate|i:1652479618;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8055f342eb4ee6140ad0b6309e4cba46e1a192', '8.218.26.244', 1650950388, '__ci_last_regenerate|i:1650950388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed813a88245db98286858c53bb9305c5b27a661e', '157.55.39.125', 1655211356, '__ci_last_regenerate|i:1655211356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed825cbfd8bf76c500f63428d0439e0ea2067833', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8474e8f386d02fd5e74de014a087c7934931fa', '149.57.16.7', 1653807027, '__ci_last_regenerate|i:1653807027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed84e06181555bacf28dcc80ab6a739ddae998c1', '190.148.252.183', 1681733825, '__ci_last_regenerate|i:1681733825;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681732737;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8647e76c82b2ca176f5e985ca62344fa4a1b24', '54.37.233.116', 1650851708, '__ci_last_regenerate|i:1650851708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed875bc263e151a61e3b2e83b3a12eb1c28922d8', '114.119.136.150', 1686998419, '__ci_last_regenerate|i:1686998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed87a85464c0ec9a95ea65023434e38ad8cc24ea', '40.77.167.37', 1669998942, '__ci_last_regenerate|i:1669998942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed88aa0dde4a96b2997c6a8a2ba21c8d6c4d8300', '52.167.144.42', 1679473815, '__ci_last_regenerate|i:1679473815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8cc9f62a3700bfae31617e612954816e496dae', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8cdf57857f642217967066e67df30e7ea97dff', '66.249.65.103', 1651338781, '__ci_last_regenerate|i:1651338781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8dc4c1740b0953cc599054ae376b137f80674b', '104.41.228.253', 1681047472, '__ci_last_regenerate|i:1681047471;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8e5248bc9aa3c25a04d7a620370df2ed0bc467', '200.119.173.130', 1676036311, '__ci_last_regenerate|i:1676036311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676035620;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9088fb6acd91d3ef0f089de4e73330b1078412', '190.148.157.177', 1682197435, '__ci_last_regenerate|i:1682197435;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682197335;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed91f591756549044324e5cf1b70661e3467420e', '54.36.148.64', 1674642019, '__ci_last_regenerate|i:1674642019;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 ('ed92002e44b111bed7bcbfbf7f14cfb5897f61f8', '198.251.73.77', 1672881209, '__ci_last_regenerate|i:1672881209;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 ('ed9439671a1e4c59be4aefd91740cc673d00d2e2', '52.167.144.74', 1688177239, '__ci_last_regenerate|i:1688177239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed947768f708450779b05992050d0184ff92cb08', '40.77.167.181', 1687765896, '__ci_last_regenerate|i:1687765896;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 ('ed94f57c3ca7dcb516819db44836b5bdd17b6333', '51.222.253.10', 1654449169, '__ci_last_regenerate|i:1654449169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed959f251f44246f54d5a8c3606cb916be55f4e9', '190.148.87.182', 1679583272, '__ci_last_regenerate|i:1679583272;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679582237;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed97ab544827b9917c72b7c655d53686425b9379', '190.148.252.56', 1663958612, '__ci_last_regenerate|i:1663958612;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663958573;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed98295d9f38a02aac741afad952a022f77a44ba', '207.46.13.51', 1662582009, '__ci_last_regenerate|i:1662582009;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9904fb46cacf8b0e2c539359516cd28934f19b', '200.119.172.60', 1675038298, '__ci_last_regenerate|i:1675038298;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675038290;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed99fff5b5e176f37a37c01dcf7021c2ae5af8b8', '52.167.144.20', 1685666195, '__ci_last_regenerate|i:1685666195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9a19d7109ee45952905c384043d2e9f31ad767', '200.119.172.60', 1674908854, '__ci_last_regenerate|i:1674908854;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674908814;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9a5466871f80c5d2db51659debcef864fad69d', '157.55.39.164', 1655460516, '__ci_last_regenerate|i:1655460506;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9aedaac1d71050dad03b3181ca2df29fe396db', '54.36.148.19', 1680636942, '__ci_last_regenerate|i:1680636942;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 ('ed9b729113929bd80df5412eb0a90d7c2c1c557c', '51.222.253.6', 1676478086, '__ci_last_regenerate|i:1676478086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9e2d638b6406c5e99fc9a387ec127c818b224d', '114.119.158.28', 1687510674, '__ci_last_regenerate|i:1687510674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9ea9029ab875be963a6f0a02a5f2f94efa9b29', '157.55.39.55', 1661329932, '__ci_last_regenerate|i:1661329932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9f6ac368e4f8ba93b166b257f8970361831237', '40.77.167.23', 1674128513, '__ci_last_regenerate|i:1674128513;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda0966b4a3dae5ab04e49e49c852455330fe549', '190.148.252.67', 1688485398, '__ci_last_regenerate|i:1688485398;error|s:36:\"<p>login unsuccessful not active</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda1a6153cf650e9a93d375aeb28857afa095b9c', '51.222.253.10', 1656039998, '__ci_last_regenerate|i:1656039997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda42bfdce3f376a680f1783ca109fe2d7245746', '64.246.165.150', 1664069196, '__ci_last_regenerate|i:1664069196;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 ('eda6e549360b04db828e8e1bcf9b416ec313428a', '114.119.136.217', 1688375511, '__ci_last_regenerate|i:1688375511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda8087b84bfc07e111167cb7aa234fffca8d8f9', '52.167.144.70', 1688219884, '__ci_last_regenerate|i:1688219884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda91779f6bcdd6f9c823225d314a79de113a543', '40.77.167.191', 1682417755, '__ci_last_regenerate|i:1682417755;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda93c10162d84328ad569f52013cd1c019eae17', '190.148.87.96', 1678493881, '__ci_last_regenerate|i:1678493881;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678492441;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edaa8cac1daeacbf43c23a1f1ebe22dc5515ca00', '40.77.167.175', 1680330132, '__ci_last_regenerate|i:1680330132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edac96f56d6ad1f916a60b9a1ca56d5a2b1e2ff2', '190.56.32.32', 1686234138, '__ci_last_regenerate|i:1686234138;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686234114;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edad896f0341c8ed01da6b833d77aa542a438767', '193.201.9.12', 1658494091, '__ci_last_regenerate|i:1658494091;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edaed12694bda4110918c3d244555a1cf5ca2ad1', '200.119.170.143', 1670192988, '__ci_last_regenerate|i:1670192988;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670192068;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edb10567ac98a32e27675de315cbd6265143eda0', '52.167.144.171', 1685769887, '__ci_last_regenerate|i:1685769887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edb1acd73f846a2b1586bae0263296f4714f1897', '52.167.144.28', 1679144607, '__ci_last_regenerate|i:1679144607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edb23264b3cab28a46bcd1956c05be935c11c090', '52.167.144.171', 1685527715, '__ci_last_regenerate|i:1685527715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edb41f375107231c10717b0992667bd444cbfee1', '17.121.114.30', 1661743931, '__ci_last_regenerate|i:1661743931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edb608969af20dc4fad4e5c1eb9f82fcb6e0036c', '40.77.167.49', 1667392564, '__ci_last_regenerate|i:1667392564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbb7fcaef30928fd7e980290d16e2caa46814e6', '207.46.13.154', 1671597843, '__ci_last_regenerate|i:1671597843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbbe7d337f0b80b63d0ab909b8cd77ff72eac0e', '207.46.13.53', 1660943358, '__ci_last_regenerate|i:1660943357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbc6c7c46b453babd58c5363d4669af4fd22102', '207.46.13.207', 1685876662, '__ci_last_regenerate|i:1685876662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbdd29094bfdbaa86d36a160b52a050c58efbfe', '114.119.151.206', 1688236650, '__ci_last_regenerate|i:1688236650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbe5f03ce9a33a3318dcaed021172650d22dba9', '51.222.253.3', 1668781489, '__ci_last_regenerate|i:1668781489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbf8c588a1476b2184467f9863b3a4d3acc0c6a', '140.246.136.252', 1668407640, '__ci_last_regenerate|i:1668407640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbf9e2c4892cb6120b20d0676f1c4c834b9bc14', '190.56.32.174', 1676480502, '__ci_last_regenerate|i:1676480502;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676300118\";last_ip|s:13:\"190.148.87.51\";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 ('edc11cfee6c16d5f691251ab348aacb19509a2fc', '88.1.142.12', 1651017435, '__ci_last_regenerate|i:1651017435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc1bec03c1970adfd265a1e34466dde3e4adc30', '207.46.13.12', 1675844233, '__ci_last_regenerate|i:1675844233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc1dab285ede2adb1b6582df173ce3b335cc0f5', '40.77.167.85', 1685877482, '__ci_last_regenerate|i:1685877482;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 ('edc29e7b270c93c5faa2d31dcd5a973847cf6c61', '51.222.253.13', 1681698729, '__ci_last_regenerate|i:1681698729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc2a4db141ad7cb72762aef912dbb3f8eb93384', '114.119.157.146', 1688503811, '__ci_last_regenerate|i:1688503811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc3ac7caa4bf898e29d0f8bb7ccc5152e7472fb', '34.146.64.108', 1651092530, '__ci_last_regenerate|i:1651092527;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 ('edc42416414aa533e6eb57314fb6b78bc65c4d50', '200.119.173.96', 1687137273, '__ci_last_regenerate|i:1687137273;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687137241;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc4667dc2e96ce2a08484f97bcbe6e5cd7efbd4', '200.119.172.96', 1675435513, '__ci_last_regenerate|i:1675435513;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675434610;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc5a4f0b9f16ef3ea3eb1aed1c491559425f147', '52.167.144.74', 1688108622, '__ci_last_regenerate|i:1688108621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc974d9f27f127dd8f67fcd774c031798d3eff7', '51.222.253.6', 1685672835, '__ci_last_regenerate|i:1685672835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edce8c4621fbf172a8981a003b90c61a5584b30e', '147.182.171.81', 1650861185, '__ci_last_regenerate|i:1650861185;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 ('edcf7234ddb959e4ccffcd5b01a10285a3b22509', '114.119.150.173', 1686050134, '__ci_last_regenerate|i:1686050134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edcfed342a48599ea7046d2fdc2caaf9cb084c69', '114.119.129.97', 1688014924, '__ci_last_regenerate|i:1688014924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd40713054eb14e65c38cbe71360b6199ae3922', '114.119.157.221', 1685361380, '__ci_last_regenerate|i:1685361380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd85670cea26ff4874bea085c3379bd09f2dff1', '52.167.144.162', 1686596230, '__ci_last_regenerate|i:1686596230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd97ab14569eb1771705fd61ad94d66816a0129', '200.119.168.250', 1680705094, '__ci_last_regenerate|i:1680705094;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680704660;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eddab0f07149d26895c7c79032d967ca8086b914', '40.77.167.123', 1683192143, '__ci_last_regenerate|i:1683192143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eddb2d8556fd357f6ba3ee9381e3046f51d584e8', '18.237.231.215', 1669469274, '__ci_last_regenerate|i:1669469274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eddb6e9e1bb1d9b20a0d05e5772f5af0b560b0d3', '52.167.144.31', 1681482111, '__ci_last_regenerate|i:1681482111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eddd2bfcbb0913eeef7f954b5e92234e466e8991', '190.56.49.109', 1666129413, '__ci_last_regenerate|i:1666129413;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666128707\";last_ip|s:13:\"190.56.49.109\";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:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eddd9607301cfa1e52e7628b7fbd675fffb442a5', '40.77.167.182', 1683265867, '__ci_last_regenerate|i:1683265867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edddb80c2b00bb90703db7aef83929931e6974f0', '51.222.253.2', 1668656802, '__ci_last_regenerate|i:1668656802;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ede5806c8471e90c23d9414fadba7deefde79298', '190.56.48.81', 1666047873, '__ci_last_regenerate|i:1666047873;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666047869;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ede58921e7c85338864b15e5530d15bdb6a033bf', '200.119.174.9', 1674515459, '__ci_last_regenerate|i:1674515459;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674515444;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ede7a7ec777ad8989dbff3b521d068e5296ee34c', '207.46.13.211', 1679864528, '__ci_last_regenerate|i:1679864528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ede802de04eb2141bdc8eaa97b6a3b44afca475b', '52.167.144.98', 1686074788, '__ci_last_regenerate|i:1686074788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edea5f11abe35da2d3e1a9d2f402b741a0391bce', '190.148.252.96', 1672943726, '__ci_last_regenerate|i:1672943726;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672939629\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"V1N4aCteEn3IlgLvM5HW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edead77dc8c010077afeac5ad2a0198a8a459133', '114.119.156.86', 1686135586, '__ci_last_regenerate|i:1686135586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edeb1a32247cefe72d39259af548f177df58cc03', '46.101.63.152', 1652762872, '__ci_last_regenerate|i:1652762872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edec196e383306e722f3b84e60b39cefa89c9977', '5.188.62.21', 1659471459, '__ci_last_regenerate|i:1659471454;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ededfbf31c291d4082ca3b86584e8c83de8084a9', '50.21.188.93', 1672705000, '__ci_last_regenerate|i:1672705000;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edefa24484827100090f82b6a5d9958fb78fae18', '190.148.252.183', 1681221762, '__ci_last_regenerate|i:1681221762;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681221216;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf2ee76872002958fcff4be5e789c49ac65d188', '171.13.14.3', 1650685726, '__ci_last_regenerate|i:1650685726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf47e581824c4a4e43f692b2af65331863d5953', '200.119.168.250', 1680742973, '__ci_last_regenerate|i:1680742973;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680742565;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf54492feb9a00b5dbc8fba86a8570853952a6a', '198.235.24.142', 1652887875, '__ci_last_regenerate|i:1652887875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf5a415e62aaf3111e073b51cfabd47346db244', '52.167.144.162', 1687268529, '__ci_last_regenerate|i:1687268529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf62d2a83be52e7f7bf73c9f3869cdebf7f0ad3', '5.161.154.50', 1678415955, '__ci_last_regenerate|i:1678415955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf8c8c68c9655df7af200bd79a7da46180c261f', '190.56.50.253', 1682526192, '__ci_last_regenerate|i:1682526192;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682525729;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf9985c47bf2c6a90fb095ba64a751dc5cdcaa9', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edfdc6708de6d06221d274eebd6b116a92fef477', '54.36.149.78', 1679010906, '__ci_last_regenerate|i:1679010906;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 ('edfdf54b5ae7377c3713a0001ad67a235fa40949', '52.167.144.171', 1685240969, '__ci_last_regenerate|i:1685240969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edff7392e65e2b55464cb890681d91f3c297ac88', '40.77.167.108', 1679212437, '__ci_last_regenerate|i:1679212436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee01e99027b5800ab4b582bf558cfc6507720dc6', '157.55.39.253', 1682766864, '__ci_last_regenerate|i:1682766864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0223dfd377986a879c7bbfd1c83f16453a069c', '157.55.39.46', 1672524002, '__ci_last_regenerate|i:1672524002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee026477691883285cdebab40daa27573861445c', '51.222.253.4', 1659975545, '__ci_last_regenerate|i:1659975545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee031c6d8f66e29114c7d3154642ed3bec418cc2', '52.167.144.154', 1687707353, '__ci_last_regenerate|i:1687707353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee043007aa5b4c643072b20ee7099576154fa777', '207.46.13.17', 1673529545, '__ci_last_regenerate|i:1673529545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee051ec3dab95bd16adfa67d59907352d4ecf141', '114.119.147.2', 1686898730, '__ci_last_regenerate|i:1686898730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee05f514594183072da1bfe62bf146bfae6571cf', '190.56.54.156', 1665412877, '__ci_last_regenerate|i:1665412877;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665315158\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665411282;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0649db112ce86e53a6dacff2926faec857f1ee', '52.167.144.98', 1684553836, '__ci_last_regenerate|i:1684553836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee06e46c371fa6ea527b67175d2aad6706c120a0', '114.119.148.184', 1687273557, '__ci_last_regenerate|i:1687273557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0717f4f84c98d19bc1ea7c8bd7d0c99e7c57e1', '17.121.113.253', 1653320994, '__ci_last_regenerate|i:1653320994;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 ('ee07e2b64dfacc969e4dfa10502208adede615f6', '114.119.157.142', 1687595162, '__ci_last_regenerate|i:1687595162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee081967e6082feb1ed9236cb6da17ce99fdcce8', '40.77.167.16', 1673354367, '__ci_last_regenerate|i:1673354367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee08d4e43044253697e95882072ef128e57c1adf', '51.222.253.12', 1656208191, '__ci_last_regenerate|i:1656208191;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0904ca8c41f2d51bed1fbd4c0c92c22dd56069', '181.126.180.86', 1680724282, '__ci_last_regenerate|i:1680724282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0955552a6c5214121bd0884f23f9be288cfe3d', '185.27.99.136', 1682140096, '__ci_last_regenerate|i:1682140096;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 ('ee0b765b13519ec515aecfc1fb35cccd022c68d6', '190.148.158.151', 1677346388, '__ci_last_regenerate|i:1677346388;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677346386;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0b8e19824a4a6593203fb154095eff990fa418', '40.77.167.37', 1669168379, '__ci_last_regenerate|i:1669168379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0c40d2c2c2b00ff4f98eb8b4df4e4091a6e060', '114.119.149.92', 1686809827, '__ci_last_regenerate|i:1686809827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0d42b94dc4d1f648f1f554b401efebf6c80b90', '190.56.50.15', 1667148666, '__ci_last_regenerate|i:1667148666;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667148660;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee0e3c0d6496bae3ca8a4adf9753685c358c1ebe', '114.119.145.88', 1688210378, '__ci_last_regenerate|i:1688210378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee13ecddada0d605c38e3df9b4ea9900ac2d27c1', '205.210.31.19', 1651902145, '__ci_last_regenerate|i:1651902145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee14e1a71e6d67695591b35fcf16af4ad6650f1b', '40.77.167.157', 1677802771, '__ci_last_regenerate|i:1677802771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee170127246aa0e31718321cb93d7d3f99c558dc', '190.56.55.48', 1687295611, '__ci_last_regenerate|i:1687295611;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687293105;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1a02cf1a1b51c5dac861246d5bbad69d077d4b', '74.125.212.196', 1676803909, '__ci_last_regenerate|i:1676803909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1a1868604b15c51232d2a732064a324486b861', '207.46.13.189', 1668367035, '__ci_last_regenerate|i:1668367035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1a5059df8462787f1e0dea0471ef8503d65e89', '52.167.144.61', 1688003731, '__ci_last_regenerate|i:1688003731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1a96ace8282eb9e622afcbbff65b44ff318596', '190.148.157.183', 1680459956, '__ci_last_regenerate|i:1680459956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680459889;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1b0baf367c01812aad37c3695a4fb239397382', '51.195.216.255', 1650742312, '__ci_last_regenerate|i:1650742312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1b18ff92743a43e69798c3c9b3d871db6ee0de', '40.77.167.49', 1665027370, '__ci_last_regenerate|i:1665027370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1cda7197d549ef7edaf39be8ae4f0c88290a62', '52.167.144.98', 1684437449, '__ci_last_regenerate|i:1684437449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee26b311f38da14ce17149dda8442ff3189f2f21', '40.77.167.224', 1687784176, '__ci_last_regenerate|i:1687784176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee27e2a4db8044b39c74fba6d07b3a8685c29eeb', '190.148.252.233', 1668787509, '__ci_last_regenerate|i:1668787509;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668787507;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee29021fc5e8377df2e2e72c19b4ddd0523a7651', '51.222.253.4', 1677454566, '__ci_last_regenerate|i:1677454566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee29674ee43fa61e84ca3f844ca7bad7cd66a763', '190.148.157.177', 1682180038, '__ci_last_regenerate|i:1682180038;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682180028;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2998b9267cd4786e968726c9b327204a10d107', '190.148.87.182', 1679830906, '__ci_last_regenerate|i:1679830906;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 ('ee2b5ffa0cf4bfddd815920200cc6b973c378072', '190.148.157.194', 1661992378, '__ci_last_regenerate|i:1661992225;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661985774\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661992378;register_id|s:2:\"92\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-31 18:14:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2c3db6899f2bd45d8ee575f6966bb41f4ba36b', '190.148.252.183', 1681576013, '__ci_last_regenerate|i:1681576013;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681575581;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2cc006a4f023793c089bc1da132431fa2fcc28', '40.77.167.192', 1681519077, '__ci_last_regenerate|i:1681519077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2fe7421972ea2e945469cde5f43b97c423db98', '157.55.39.173', 1670792590, '__ci_last_regenerate|i:1670792590;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3206f366bc2a6052173da236798a952bd0f954', '17.121.114.157', 1663109627, '__ci_last_regenerate|i:1663109627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee33de49789bc4be4cbdd01b4fbe15de3df2c14e', '17.121.114.123', 1657219198, '__ci_last_regenerate|i:1657219198;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 ('ee34555b94f14fefd312ef4ac6ac9b9ca74b46a1', '66.249.74.101', 1685902840, '__ci_last_regenerate|i:1685902840;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 ('ee34ebf19a020eb93d278f378ae9b2b9f3b4844c', '190.148.252.88', 1670768960, '__ci_last_regenerate|i:1670768960;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670768549;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee35046dc93b9ba142a016593101ca1922810988', '40.77.167.227', 1681023390, '__ci_last_regenerate|i:1681023390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3533a3c05017489cb79c711808a9dea4463cba', '52.167.144.66', 1682189354, '__ci_last_regenerate|i:1682189354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee375e61f9bde9bc2c6e69679dd9cacdba57022f', '88.218.65.159', 1651321497, '__ci_last_regenerate|i:1651321497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee377667abcf3a128584caac2d1e8b3f88325567', '52.167.144.39', 1680532192, '__ci_last_regenerate|i:1680532192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee394c16616a97c150779804cc9edc631efe9df9', '74.208.2.230', 1684500920, '__ci_last_regenerate|i:1684500920;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee39a86de8c8202763b7e785adc24f7877557e23', '188.166.188.50', 1653776530, '__ci_last_regenerate|i:1653776527;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 ('ee3bd8e7618478cdfea5652e2890fc8dc665cc4f', '207.46.13.211', 1679346631, '__ci_last_regenerate|i:1679346631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3c9363eec6e5950e076afdf3bc411ac1c4b1ea', '200.119.173.166', 1667234425, '__ci_last_regenerate|i:1667234425;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667231546\";last_ip|s:12:\"190.56.50.15\";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 ('ee3d9fcbd05a0dd6470d4a0f72727bfac11af494', '40.77.167.56', 1673213616, '__ci_last_regenerate|i:1673213616;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3f3bbf086c4e6c6d9bf9b8840c3c491cfeeaab', '17.121.112.162', 1651858287, '__ci_last_regenerate|i:1651858287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3f5ba79f9a97d9d5b1f622fb64bedced818a11', '51.222.253.19', 1665806408, '__ci_last_regenerate|i:1665806408;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 ('ee40897c1162fbb7b4fea23564b38f7db3f904e8', '52.167.144.98', 1685180471, '__ci_last_regenerate|i:1685180471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee42163d2a1a62c6b7d16832b4843c07b94009e6', '200.119.172.60', 1674867499, '__ci_last_regenerate|i:1674867499;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674867406;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4323180295a80eea292bb976ac575b7996a691', '147.182.171.81', 1650861184, '__ci_last_regenerate|i:1650861184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4514c67738a33f54fd11ee3f1b1826e271431e', '34.221.93.208', 1656682705, '__ci_last_regenerate|i:1656682705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee456d9a0e94c2a05ce845823b05948641d05c1d', '157.55.39.227', 1688472075, '__ci_last_regenerate|i:1688472075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee46341dc0aa36566c2c37f0b1c04a2bea6c2a18', '190.56.55.113', 1673907664, '__ci_last_regenerate|i:1673902585;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673889456\";last_ip|s:13:\"190.56.55.113\";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 ('ee46df717f4631f6f03fdda368ce5c01885ff452', '52.167.144.162', 1686113775, '__ci_last_regenerate|i:1686113775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee482e418a56421149f33e5deee6e30c3c3dd7e8', '190.56.55.48', 1687552827, '__ci_last_regenerate|i:1687552827;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687552770;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee492944044efabe06b03505c35b075488b6a781', '40.77.167.202', 1687202981, '__ci_last_regenerate|i:1687202981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee49974a187277892dcd4cf894ec47caa38f90fc', '157.55.39.69', 1671823784, '__ci_last_regenerate|i:1671823784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee49b95e97cd25fe1139f7b6466d8e1829b573e0', '52.167.144.42', 1679952516, '__ci_last_regenerate|i:1679952516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4aed6b8acafd15e8e296984fb357babbd4be18', '17.121.114.37', 1660119838, '__ci_last_regenerate|i:1660119838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4b8a783c7ecaec71523a1169c4f602c54ef378', '190.148.252.151', 1671056534, '__ci_last_regenerate|i:1671056534;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1671051676\";last_ip|s:15:\"190.148.252.151\";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\";last_activity|i:1671056258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4c5f07485608303d43513dd1adcf4f933ffc1b', '207.46.13.41', 1670938368, '__ci_last_regenerate|i:1670938368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4cc19d0e5aa17498643cf4d5ea6b75137247f2', '180.163.220.4', 1650906923, '__ci_last_regenerate|i:1650906923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4cd60ecdc46f70a2626bdde6a98eacc83818d0', '40.77.167.156', 1678668156, '__ci_last_regenerate|i:1678668156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4de975b7e9a76731ec618d9224239299587702', '52.167.144.98', 1685979585, '__ci_last_regenerate|i:1685979585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4faacde7b055047e9e6ad3479aecf90097bca6', '40.77.167.146', 1687701560, '__ci_last_regenerate|i:1687701560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee4fd8e514bd2253e6ceb1c0bca2ea34869e56c9', '51.222.253.20', 1651738804, '__ci_last_regenerate|i:1651738804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5061f234f1acc911b6490393ed57ace830795e', '52.167.144.164', 1684429392, '__ci_last_regenerate|i:1684429392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee50a6dec788dc61d67307040c2ec82100d99b32', '54.36.148.81', 1681712622, '__ci_last_regenerate|i:1681712622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee510bd4fcba9729b0c2a86b0ee127737d4832cc', '114.119.147.70', 1686249380, '__ci_last_regenerate|i:1686249380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5127b6ad525c8849821b2a1b08c1a0f483108b', '40.77.167.85', 1685825853, '__ci_last_regenerate|i:1685825853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee523372c88d71faa8a3a91933e5badb2b3ef17f', '91.227.68.183', 1662933533, '__ci_last_regenerate|i:1662933533;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 ('ee58f6d12f384e1ac287a53d933c4eff61e04f54', '107.178.238.46', 1672575104, '__ci_last_regenerate|i:1672575104;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5a08bf53879a5b0be19c38218738868def63cb', '40.77.167.244', 1677444126, '__ci_last_regenerate|i:1677444126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5a11a758d0806305c1d8e99f4472b93dc871eb', '200.119.168.7', 1666962076, '__ci_last_regenerate|i:1666962076;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666962040;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5a4d76ef659ba64b862440b2ec1e484473bfe7', '40.77.167.202', 1687286808, '__ci_last_regenerate|i:1687286808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5af39aeeaf5d73b03905258fe56a3bccd81006', '51.222.253.15', 1651374251, '__ci_last_regenerate|i:1651374251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5c6f1d683d378f93172eab40e1ac02af621494', '200.119.168.250', 1680876447, '__ci_last_regenerate|i:1680876447;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680872691;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5c86a1bdcbf50c3a24997c3e20c5bf56fa979a', '130.245.169.139', 1657878932, '__ci_last_regenerate|i:1657878930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5ccd360c1ac5c5aa6260b8f6d3fe1a1fbf5c1d', '200.119.170.113', 1666704262, '__ci_last_regenerate|i:1666704262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666704252;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5d499dbe936af7543b39c7a4f48305cfd23c39', '157.55.39.79', 1670600133, '__ci_last_regenerate|i:1670600133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5d838c0a4dd61c85673e2bbb3d8d23ba56b6fe', '17.121.113.7', 1653148224, '__ci_last_regenerate|i:1653148224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5f3ddedb5535e8a2cf1bb52c31ce2446cb45c0', '200.119.170.113', 1666704617, '__ci_last_regenerate|i:1666704617;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666704603;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee5f60b9a5f9f5f262935be5c5c75311a9f9dcd2', '190.148.157.214', 1669732549, '__ci_last_regenerate|i:1669732549;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669732090;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee625e85b7d09aff662462b04f47e60f047ceed3', '40.77.167.58', 1654152112, '__ci_last_regenerate|i:1654152102;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee62703f30a8cde905639df34e993840dc93f496', '190.56.173.152', 1654982629, '__ci_last_regenerate|i:1654982629;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654956724\";last_ip|s:14:\"190.56.173.152\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654982625;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee663f863bd8f754df07f01c482b760ad2e62bcd', '51.222.253.11', 1665054834, '__ci_last_regenerate|i:1665054834;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 ('ee670e291526cccf2ccd34fc19119b43c4570c43', '172.58.227.246', 1650937896, '__ci_last_regenerate|i:1650937896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6884ebd45a0070964f28ad5df3e2f97aa54177', '34.243.60.125', 1675472950, '__ci_last_regenerate|i:1675472950;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6919fe772bd4a8204942f3928ad1995d0b38aa', '52.167.144.171', 1684653129, '__ci_last_regenerate|i:1684653128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6aa65a27b84c1de08a93a28d9ff37cf85b39c1', '190.148.252.195', 1653956861, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1653956861;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653934105\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653956852;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6ade8524403cd8f6be70f3317ae7c82e651e80', '52.167.144.164', 1685362279, '__ci_last_regenerate|i:1685362279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6b092bfabd488e5bab3c1af12a38a784c3b149', '114.119.133.30', 1688317129, '__ci_last_regenerate|i:1688317129;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6bca60eba189c092d6db2f1022775007b4fcb3', '200.119.173.130', 1676038515, '__ci_last_regenerate|i:1676038515;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676038159;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6da0cecbe1a05154338bbdea0b316ca548f0fa', '190.56.173.213', 1683405797, '__ci_last_regenerate|i:1683405797;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683405492;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6e8584ce2c67c272fcaacab3ae0860a4d5c538', '51.222.253.17', 1668335741, '__ci_last_regenerate|i:1668335741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6ec03b304c120a59c71d46785017223cedec12', '190.56.32.174', 1676838041, '__ci_last_regenerate|i:1676838041;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676838025;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6f48b3c9fb646ea1cf1eb74fb3abb3b1a63acc', '114.119.159.169', 1686387773, '__ci_last_regenerate|i:1686387772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6fe0dcf0956414381fd678cffeab4e77880c04', '114.119.139.84', 1684556848, '__ci_last_regenerate|i:1684556848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6fea47aa0eae1eb6d899d93da634dc9dd14b49', '51.222.253.7', 1659131353, '__ci_last_regenerate|i:1659131353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7087f2412ec26341222971719eb80c338c47c6', '51.222.253.16', 1680874374, '__ci_last_regenerate|i:1680874374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee70f6c9ba5f80c859c924ac3347bd0807cb4aa9', '52.167.144.70', 1688395872, '__ci_last_regenerate|i:1688395872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee71cb4274b191a6e063f35a8593ce728bfba1a0', '205.210.31.148', 1652406869, '__ci_last_regenerate|i:1652406869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee71f9ff909c66c29d4bbb0b9074327a284a6309', '200.119.170.16', 1666827003, '__ci_last_regenerate|i:1666827003;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666826989;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee74c83e63ec904123f95c127547a713f396950f', '190.148.158.151', 1677115534, '__ci_last_regenerate|i:1677115534;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677114252;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee750f635ea2aa736381f3ee468c9dde30eb0578', '66.249.65.110', 1653271181, '__ci_last_regenerate|i:1653271181;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 ('ee76e82a23d37a0539a87a702696bb5dc74fdeb4', '190.56.173.213', 1683583135, '__ci_last_regenerate|i:1683583135;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683583094;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee77528a24e2b7ab841b916b6d61555097948d56', '207.46.13.179', 1673056525, '__ci_last_regenerate|i:1673056525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7820f48390aba6748af5384de7944e6f359f71', '51.222.253.4', 1656868897, '__ci_last_regenerate|i:1656868897;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 ('ee78e9e17105770c9cee30ce582bb0bcd4b482f8', '190.148.157.98', 1679014348, '__ci_last_regenerate|i:1679014348;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679013974;register_id|s:3:\"213\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-16 08:51:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee790da3ca828dab84cc6a8e7860740b165d0230', '207.46.13.99', 1667490251, '__ci_last_regenerate|i:1667490241;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee79ceba8721193c00c61ae4b3d8acedc362dc7a', '94.247.172.129', 1682060131, '__ci_last_regenerate|i:1682060131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee79f46ea95f786aece1bca577fee9edefa10e0d', '114.119.136.245', 1688207697, '__ci_last_regenerate|i:1688207697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7ab4796e2dd92d26bb41bffc1136b9813d49bb', '114.119.130.151', 1685081698, '__ci_last_regenerate|i:1685081698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7ab9d0d167df96809ac0207b7d9e51b39a97c6', '200.119.168.250', 1681160741, '__ci_last_regenerate|i:1681160741;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681160365;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7ba67ff605a80f05f22b6e8f77c3c1fe1c2134', '190.148.158.151', 1677198467, '__ci_last_regenerate|i:1677198467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677198343;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7bac83faf29ce1be60e4b91ac43663a9c9ae53', '52.167.144.171', 1685587489, '__ci_last_regenerate|i:1685587489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7c3bdfccd72be24e9678c6a358644956c5d6a3', '45.63.18.23', 1688455689, '__ci_last_regenerate|i:1688455689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7dfa066743cf46e2d2eb22405808b536a0ee3e', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7e065c6da72d85ecef65606aa467e140e7ccc3', '54.36.148.23', 1687499764, '__ci_last_regenerate|i:1687499764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7e7b0107632b5d41a57f8732cf7d5ba0094768', '52.167.144.154', 1687895269, '__ci_last_regenerate|i:1687895269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee7f72b22a4955844e367ebc73f54d84bdcdd1d0', '157.55.39.46', 1672812007, '__ci_last_regenerate|i:1672812007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee847f2f45b398eb76c1b7083f7d73e079e8c4d5', '190.148.252.178', 1657393085, '__ci_last_regenerate|i:1657393084;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 ('ee848715f89d151e8cf0ee0919127410cc2db255', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee853a05cad2b73b00b79bc665b4f6d9f144d5e4', '114.119.146.117', 1686870066, '__ci_last_regenerate|i:1686870066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8562832fca3792a3d8b03ffbf3089be6bc2ad5', '207.46.13.127', 1657570213, '__ci_last_regenerate|i:1657570203;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee86021cb41c6b16b77c7998e9e324a6b08ddeac', '200.119.173.177', 1685405116, '__ci_last_regenerate|i:1685405116;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685405045;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee88a1daf155046c1a699a4b6a5cc9c22840f7f1', '114.119.150.203', 1684891069, '__ci_last_regenerate|i:1684891069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8a9a4cce4f499f3b0f5bbeda1d3b4a73201b00', '207.46.13.44', 1673092609, '__ci_last_regenerate|i:1673092609;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8c9272c1579fc9828fc7fda282a5da4f6b4df8', '17.121.114.246', 1658012132, '__ci_last_regenerate|i:1658012132;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 ('ee8cb51fb5352aa59ca3ccc1667d2c2f8f2879fa', '157.55.39.176', 1667737680, '__ci_last_regenerate|i:1667737680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8cc698f021c512c1dca5123e8ec6b735ecfd87', '190.148.252.183', 1681732362, '__ci_last_regenerate|i:1681732362;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681732349;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8d3bf5866b16546362e1177ad83848db24c5b5', '207.46.13.154', 1670600474, '__ci_last_regenerate|i:1670600474;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8d956c8e8cc09651b960a78faae60fd8a7cd91', '190.56.173.213', 1683154437, '__ci_last_regenerate|i:1683154437;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683146655\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"vdWF07zKtkLwED3muhTN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee8f9501500d10486b65a6c18f97c797e3d30b51', '154.16.106.233', 1651386771, '__ci_last_regenerate|i:1651386761;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 ('ee8fbc8547b7e683bde8cfdf60335f22f8990270', '114.119.138.33', 1688391397, '__ci_last_regenerate|i:1688391397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee904f0bcf19cd3487c078860d7bbdf1f428920b', '190.148.252.151', 1671405638, '__ci_last_regenerate|i:1671405638;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671405299;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee92bbb6239a9ee4331a2e46f3cbf22817a4c3d4', '146.59.157.229', 1650750390, '__ci_last_regenerate|i:1650750390;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee948889395094d96917532b9a128a60e299186c', '52.167.144.154', 1687876787, '__ci_last_regenerate|i:1687876787;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee94aab5b2a1ea3d659dbb5a2ad605cdea3ec4b9', '193.235.141.176', 1665125979, '__ci_last_regenerate|i:1665125979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee96cc7dd0f7f373147f6fcaab8de23613c2f92d', '190.148.158.69', 1685709529, '__ci_last_regenerate|i:1685709529;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685709518;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee971ce398924a609fc292c295a9100eeedf9d01', '190.56.50.52', 1657718281, '__ci_last_regenerate|i:1657718281;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657715847\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657717730;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee971dcee60d66ebe811fd45eb04f29b7f7607f6', '190.148.157.147', 1673494183, '__ci_last_regenerate|i:1673494183;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee98957a8a53334223eea25d54bfe0390c20c64a', '207.46.13.1', 1671347523, '__ci_last_regenerate|i:1671347523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee98b3197782a67157c5e767926e09d8564c0ffc', '52.167.144.171', 1684376709, '__ci_last_regenerate|i:1684376709;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee9a4e8a1b290f4611785eb210324b54f490d82d', '190.148.157.53', 1683979890, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee9d4f05ab43d2f9e4ee3d1e60c54583c3de585d', '190.148.157.147', 1658839593, '__ci_last_regenerate|i:1658839593;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658784380\";last_ip|s:14:\"190.148.252.81\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658839481;register_id|s:2:\"52\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-25 08:18:07\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee9e3e3e30533901d945e548e271f8ed076c0008', '17.121.115.69', 1658695762, '__ci_last_regenerate|i:1658695762;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 ('ee9fe8715117698f5ffb3ea451230326b6fd0399', '114.119.129.191', 1687929428, '__ci_last_regenerate|i:1687929428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea08c64c47d067503963b2238f298c68fe360ed', '52.167.144.98', 1686291507, '__ci_last_regenerate|i:1686291507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea391ee5b6e00c2d9cd4f9f233519ba40974dbd', '17.121.113.93', 1656425367, '__ci_last_regenerate|i:1656425367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea3dc1b6b900db3eb30833ab8582825f7019284', '51.222.253.15', 1653712429, '__ci_last_regenerate|i:1653712429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea46e0ba30bf5a85b7ff958d673440de2ecd0c5', '52.167.144.61', 1688053297, '__ci_last_regenerate|i:1688053297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea5b9d25f7fedbd783c0a419ece68a6c4d4b2e8', '157.55.39.69', 1672157241, '__ci_last_regenerate|i:1672157241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea60b2e8eb9bfee6af11d7f5cda956544b51da2', '190.148.87.6', 1668280701, '__ci_last_regenerate|i:1668280701;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668276108;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eea8355307b7d989a90cfc4f3b0254548b48443d', '40.77.167.13', 1672198176, '__ci_last_regenerate|i:1672198176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeaa240bde44653faddfa8b14ab9336aca9ccb79', '157.55.39.123', 1667235365, '__ci_last_regenerate|i:1667235365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eead51be35a842676058ad70e463d7d007a8a3e8', '157.55.39.105', 1674042673, '__ci_last_regenerate|i:1674042673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeaf8c024fd1a87cdb66b427d0ac145627f8001f', '52.167.144.74', 1688574664, '__ci_last_regenerate|i:1688574664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeafa36fc7d6d2c732266b86b9db9a0ad3a60dcd', '190.148.158.110', 1662079375, '__ci_last_regenerate|i:1662079375;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662037120\";last_ip|s:15:\"190.148.157.194\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662079360;register_id|s:2:\"93\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:37:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb202e1a37b0d7188b72c1683c96f029c2c0ab3', '51.222.253.9', 1667689935, '__ci_last_regenerate|i:1667689935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb243da3c164874ba04e23f945a05da7819e504', '207.46.13.205', 1671234195, '__ci_last_regenerate|i:1671234195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb26d3d0e18b15cf31b98792a4e9a48d82f813c', '207.46.13.41', 1671360603, '__ci_last_regenerate|i:1671360602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb764cbd5aa6e4f5192f9a1f659c0e07f471026', '207.46.13.210', 1677619545, '__ci_last_regenerate|i:1677619545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb85c69f1de4d115d5bfb01ee52614cc9635b03', '52.167.144.82', 1687583631, '__ci_last_regenerate|i:1687583631;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb8c61246794acf04b06e0f07c94855ecdb13ce', '144.217.135.181', 1653430257, '__ci_last_regenerate|i:1653430257;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 ('eebbd7c104e2f273af871b3f29344e65f065b097', '40.77.167.101', 1688042736, '__ci_last_regenerate|i:1688042736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eebf8afa39f331433a19942846c0c894acd22e4f', '5.188.62.21', 1659471136, '__ci_last_regenerate|i:1659471136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eebfe138db039a6c2d9649de9aea9c3341dfaa01', '51.222.253.3', 1651151284, '__ci_last_regenerate|i:1651151283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec0b33daf8267a6087693ca1ea370d10e32a140', '52.167.144.162', 1687351046, '__ci_last_regenerate|i:1687351046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec4c9431c75f43cdfbc5e277d80f6a8d4344077', '46.161.11.232', 1656252725, '__ci_last_regenerate|i:1656252723;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec653b15d040ccabbdef252bdc47bf3ea97f296', '157.55.39.147', 1671972156, '__ci_last_regenerate|i:1671972156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec6d2e0fc31713fcd8b4fadc59eb8a6c14f7237', '190.56.55.48', 1687568048, '__ci_last_regenerate|i:1687568048;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687567709;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec75bf661c0e7bef0258e75e8ae785d4ffde8a0', '52.167.144.171', 1685697635, '__ci_last_regenerate|i:1685697635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec763e130789d80d0e09d5099deb34ee61be3ea', '51.222.253.9', 1659730671, '__ci_last_regenerate|i:1659730671;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec7cdf28c170be01a6974ed50badbe4c7c5e5d1', '157.55.39.253', 1681809593, '__ci_last_regenerate|i:1681809593;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec919d068e0001f4b56bc17432c7713e59e9293', '114.119.143.250', 1688402460, '__ci_last_regenerate|i:1688402460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eec9c9d57a340eed243bcb01e18cc8a033f3d901', '40.77.167.182', 1683135069, '__ci_last_regenerate|i:1683135069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeca2fe1ad04c8912bcc551e6a4f76e1b6564690', '190.148.157.122', 1666664894, '__ci_last_regenerate|i:1666664894;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666634605\";last_ip|s:15:\"200.119.174.104\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666664835;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeca853f8a7c3b10f808ea9f2286ee846b05603d', '52.167.144.98', 1686025306, '__ci_last_regenerate|i:1686025306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eecb6bc500d3946bb19bfe9d435146b0b72b8b60', '51.222.253.6', 1679174307, '__ci_last_regenerate|i:1679174307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eecb8561835094a342155907f6e53d87a27c1a9e', '51.222.253.13', 1662171369, '__ci_last_regenerate|i:1662171369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eecbb2dbf1d2952b774a641f28f0e395a5991bb6', '190.148.158.151', 1677022643, '__ci_last_regenerate|i:1677022643;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677022478;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eecc0c4f7316d17f1ada02e8a46a20669503fddb', '200.119.173.130', 1676067023, '__ci_last_regenerate|i:1676067023;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676067004;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eecc8c7228f255df170e18ab8821958e0bfeee32', '190.148.252.111', 1677805410, '__ci_last_regenerate|i:1677805410;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677780016\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677804680;register_id|s:3:\"205\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-02 16:03:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeccfe2421f18d5222e6d512804f5aa00ffd2e76', '54.36.148.11', 1659324438, '__ci_last_regenerate|i:1659324438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eece77d1efc0fd1cc9b649b2115a17eebf5b8156', '200.119.172.60', 1674944135, '__ci_last_regenerate|i:1674944135;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674943834;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeceec2e8b625a804ef2f90cb607f09175287a93', '66.249.65.161', 1669443373, '__ci_last_regenerate|i:1669443373;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed189e1ca6e9646100ad759e8359297409240de', '114.119.141.35', 1687610814, '__ci_last_regenerate|i:1687610813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed22b9dc021656057ccb343f722707eb36370b3', '157.55.39.79', 1668631644, '__ci_last_regenerate|i:1668631644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed24b7fe9e617feba27e349d9c9c2db7ee54143', '40.77.167.39', 1656016859, '__ci_last_regenerate|i:1656016849;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed24c963a3f94dba78484aac0150bd10b174653', '204.48.19.78', 1672620186, '__ci_last_regenerate|i:1672620186;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed4398dc38e9e86a57e65403ea227f5495d3753', '157.55.39.147', 1672285678, '__ci_last_regenerate|i:1672285678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed5b9f9f66b87ea09b2ec7105922d5bef62d7e5', '114.119.138.154', 1688176934, '__ci_last_regenerate|i:1688176934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed6337b547030310920c1bafd7d55bfc4ea28ae', '190.56.48.81', 1666014779, '__ci_last_regenerate|i:1666014779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666014742;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed70a05b6c343858875dac67574744d25c4232a', '198.235.24.20', 1651409725, '__ci_last_regenerate|i:1651409725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eed7e0b84659db160a34d77d94b1f474ac8d9e1e', '190.148.157.99', 1662571163, '__ci_last_regenerate|i:1662571157;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eedaad62ed22bdd827aa7a5c357dfcef65981517', '17.241.75.90', 1676900626, '__ci_last_regenerate|i:1676900626;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 ('eee0236f172adc48b454c4ccb8f483c201c5431e', '52.167.144.76', 1682238312, '__ci_last_regenerate|i:1682238312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eee03fd59ae01e5787512b04868aa4138018e040', '190.56.32.162', 1686423268, '__ci_last_regenerate|i:1686423268;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686423236;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eee1d039d08013ab5b45047a2c023d5118b221ca', '52.167.144.154', 1687547831, '__ci_last_regenerate|i:1687547831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eee4f7ee1af25f72729d994ea38dbf791144f805', '200.119.169.5', 1654815611, '__ci_last_regenerate|i:1654815611;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eee657226bc4aa430b84633c99d61bc58f0867b9', '52.167.144.109', 1680249205, '__ci_last_regenerate|i:1680249205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeec24bc1ae65bbe8dfba5e222a78eff900fbb6a', '34.136.36.148', 1662914440, '__ci_last_regenerate|i:1662914440;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeecc031f68568c44e483e3f7f587e4956e751c9', '114.119.154.242', 1686351314, '__ci_last_regenerate|i:1686351314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeecdddcafda9f6db90e31b289d36e2a58dfea04', '27.115.124.109', 1673739380, '__ci_last_regenerate|i:1673739380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeed3b969a509f1cec8a2b574dcb8cf77a9f9136', '36.99.136.140', 1650976208, '__ci_last_regenerate|i:1650976203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeee5274b8a31d3a20cdbd19705395f6a2b6fb6f', '51.222.253.19', 1655084429, '__ci_last_regenerate|i:1655084428;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeef1f19b3e23810363f18abf625229b95696a04', '114.119.156.17', 1685972874, '__ci_last_regenerate|i:1685972874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eef031cafee419f843d61f2286ad3146d1f1e71d', '54.188.139.25', 1651151664, '__ci_last_regenerate|i:1651151664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eef43dd16ff7c13240b3d765aaeb96984f0c1b52', '198.244.142.178', 1670011146, '__ci_last_regenerate|i:1670011146;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 ('eef73b90a0b0a4ef03525b862a911bd852815f47', '142.93.201.0', 1653717883, '__ci_last_regenerate|i:1653717881;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eef7ea8f487588f1c029ff4015a2c30baca85701', '200.119.168.250', 1680817338, '__ci_last_regenerate|i:1680817338;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680695169\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680816560;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eefc1c8e963905a76e6c3b309f5c4ca8257aab5a', '40.77.167.37', 1668631598, '__ci_last_regenerate|i:1668631598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eefcdeb6de5621f456c2a1a9535cdee340c59e73', '52.167.144.98', 1684132470, '__ci_last_regenerate|i:1684132470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eefcf0d7db3e51e2223a6e91eb53dcf22ce0a08e', '51.222.253.10', 1668246874, '__ci_last_regenerate|i:1668246874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eefdaff60a6ba803c29e0d5fafe16b62cc1c4df5', '114.119.155.225', 1686944977, '__ci_last_regenerate|i:1686944976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eefebb9547e0cb376bc547d74af284550eb05d02', '198.244.152.59', 1687704317, '__ci_last_regenerate|i:1687704317;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef055bd6e5aea2a1a0b4c50972bdf81b0b336485', '190.56.54.129', 1653495204, '__ci_last_regenerate|i:1653495204;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653493841;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef09b9708eac63fad3619cfce14d431de82ca29a', '190.148.252.102', 1681868722, '__ci_last_regenerate|i:1681868722;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681868596;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef0a792a48b614f9288f89b3da17ef3ae15b6efb', '116.206.228.181', 1653375016, '__ci_last_regenerate|i:1653375012;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 ('ef0f101235b3d184269f868c5f33a8f9364ef0a1', '190.148.252.76', 1652801504, '__ci_last_regenerate|i:1652801504;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"PISazf3V4N0YEu7mWjLO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef0f81eb54f11e57e7e830af90ce0a9351561632', '114.119.142.140', 1685256912, '__ci_last_regenerate|i:1685256911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef12c93423e396df51ad8b3a6f55be9a38dd3bd3', '200.119.168.250', 1681170056, '__ci_last_regenerate|i:1681170056;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681138624\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681169669;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef12d41a4e989515b51b01049d591bb10213a830', '190.148.158.69', 1685921591, '__ci_last_regenerate|i:1685921591;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685921543;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef12f634fb9136b2aa78f5633a514bdc71ff4a01', '17.121.114.102', 1651769652, '__ci_last_regenerate|i:1651769652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef138a795bd199fa67504df2637fcc8c942138d2', '157.55.39.100', 1672084362, '__ci_last_regenerate|i:1672084362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef139661cf777607678be127bf3f07b62cde54f9', '52.167.144.154', 1687701608, '__ci_last_regenerate|i:1687701607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef14d8c18d9280354ee83f2862f414f5e3d70d97', '157.55.39.200', 1666059429, '__ci_last_regenerate|i:1666059429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef15ae8124b31a781867e2975e5282a9c0d0ca95', '190.56.32.35', 1672089006, '__ci_last_regenerate|i:1672089006;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1672064849\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"dy7NHKOD9Q4BcAJ6twMW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef173eaf971632460fafedd993dfa1f1040f4358', '162.142.125.211', 1654040966, '__ci_last_regenerate|i:1654040966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1792334cc6a07abee12f546d8eb1990f03aa44', '157.55.39.65', 1662469150, '__ci_last_regenerate|i:1662469150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1857360c5d5cf665dba550bbf9f545236fae81', '190.56.55.0', 1687793094, '__ci_last_regenerate|i:1687793094;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687557352\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"osvdCGUYP8Af3mqVNnKr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1b2f0577912955692edfa68dc3dbf58f2750ad', '190.56.54.129', 1653487776, '__ci_last_regenerate|i:1653487776;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653486471;register_id|s:2:\"10\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-24 10:18:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1b7ddf780b9ecfb6dd3e3cd14e00471513a93f', '114.119.135.66', 1688278447, '__ci_last_regenerate|i:1688278447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1c2997e8b8c35139b74e1289cf9f0dc0ebad25', '51.222.253.16', 1668253423, '__ci_last_regenerate|i:1668253423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1d3a4ab1a0f500c0467e32b02e25d5a449faa4', '163.123.143.82', 1673574347, '__ci_last_regenerate|i:1673574347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1d6a36d61835e258208994391dc49fad34c40a', '114.119.149.169', 1688033818, '__ci_last_regenerate|i:1688033818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1ed467abeac6675d54e78350d96767f1106728', '35.165.215.140', 1656602354, '__ci_last_regenerate|i:1656602354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef20efcece417de09ca20da0442ba99bc9899f8d', '114.119.136.245', 1686044010, '__ci_last_regenerate|i:1686044010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef23039b57fa2ef8163866d137562f971d238225', '130.255.166.69', 1653700973, '__ci_last_regenerate|i:1653700973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef23660629884a94e5b1a22d667d4bcbb9e8a80f', '114.119.155.153', 1687771251, '__ci_last_regenerate|i:1687771251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef24a6a653ca766ef41a4b72f630f805f58493d6', '190.56.55.48', 1687295174, '__ci_last_regenerate|i:1687295121;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1687189860\";last_ip|s:14:\"200.119.173.96\";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 ('ef25a677ed0c4327a04289c4d597e4afe84bcdcb', '52.167.144.162', 1686388764, '__ci_last_regenerate|i:1686388764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef26e50fcdcd40c0ef04726b52d58f98ceb89a74', '40.77.167.37', 1668299249, '__ci_last_regenerate|i:1668299249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef26f27149477692529ccede7c7f3125512fe3b4', '51.222.253.11', 1686606237, '__ci_last_regenerate|i:1686606237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef27a49588c641828ead991acc0a379dc0a82ad8', '51.254.199.11', 1680788581, '__ci_last_regenerate|i:1680788581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef29a627d45fae7a944a72b6828b7222d33b16ae', '200.119.174.183', 1662415052, '__ci_last_regenerate|i:1662414664;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662383556\";last_ip|s:15:\"200.119.174.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662414812;register_id|s:2:\"95\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 09:02:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef2b6bf62cc3358b8bef157471a6f2b101a4d3b2', '200.119.170.120', 1660093533, '__ci_last_regenerate|i:1660093515;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091071\";last_ip|s:15:\"200.119.170.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660093515;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef2cbd57ae9a3f330ba8ee37d86e64f243bda911', '157.55.39.192', 1665313084, '__ci_last_regenerate|i:1665313084;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef2d8a919dc5b3a7bf9b3a9a01287fb69717606b', '74.208.2.188', 1665904735, '__ci_last_regenerate|i:1665904735;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef2e78d6718c70cc38c6dc35ca2e359c2c7a3475', '190.56.50.253', 1682473168, '__ci_last_regenerate|i:1682473168;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682473055;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef2fb8766a7757d853378aa0174cf8fe75c1566a', '114.119.155.13', 1686069296, '__ci_last_regenerate|i:1686069296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3035fa8b85f7cdf62427ef538ff5cfa146250d', '40.77.167.202', 1687664951, '__ci_last_regenerate|i:1687664951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3190e6296fab81fb2db4820f7aa3a533ebbfe8', '190.56.32.35', 1671897210, '__ci_last_regenerate|i:1671897210;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671897177;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef33830b0e075e9f3078d34a6b955a9f13848751', '190.148.87.99', 1688405617, '__ci_last_regenerate|i:1688405617;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688405481;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef33fc7c1d3587e868d8306d7714d1e8af774683', '40.77.167.170', 1678893339, '__ci_last_regenerate|i:1678893339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3488f6e9bec41a4e0e0f3c3405076519818957', '157.55.39.179', 1671972149, '__ci_last_regenerate|i:1671972149;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef386b1a6e43564a1629a066452d86417eb792f2', '200.119.173.130', 1675879579, '__ci_last_regenerate|i:1675879579;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef38f0f70ec5d7dda6d2b876385517cf8f62930a', '20.246.57.24', 1653185517, '__ci_last_regenerate|i:1653185517;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 ('ef38fd68587642948bb74e85de134a65b0b5cd9e', '190.148.157.117', 1675521641, '__ci_last_regenerate|i:1675521641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675521570;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3b33fcaa10c867c0acaa9e11b4ffbca5124355', '114.119.143.103', 1686350887, '__ci_last_regenerate|i:1686350887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3c076d24d832fc3aedb412bd862f28effbf4ae', '157.55.39.94', 1672551840, '__ci_last_regenerate|i:1672551840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3c2e967db2c9b13a97c8d1a0b0513c9d04ea7a', '40.77.167.202', 1687895187, '__ci_last_regenerate|i:1687895187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3cecc53fe9800252eb8d4b52ec27cd4efbdb19', '51.222.253.6', 1675679010, '__ci_last_regenerate|i:1675679010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3fdd39368726d21407a9197eb2e55f56285913', '149.57.16.7', 1653807064, '__ci_last_regenerate|i:1653807064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef40fb271247500ad2414985b4476855a641d2c6', '200.119.173.78', 1682890080, '__ci_last_regenerate|i:1682890080;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682890072;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4192e52ca2c5dfefec653ea8edfbab209e9cdc', '200.119.173.177', 1684967950, '__ci_last_regenerate|i:1684967950;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684967465;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef42094cd2ed2d2c48f6de89101b44126a16aaf5', '114.119.140.169', 1685537472, '__ci_last_regenerate|i:1685537472;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef431a248afa27a15dc71251646048972f7ea774', '40.77.167.147', 1681208757, '__ci_last_regenerate|i:1681208757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef47c98b170f2c235c559521fa4c01a17414286f', '190.148.158.69', 1685660668, '__ci_last_regenerate|i:1685660668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4ac032d22f98f4d7031a91020228e54ed0b2fb', '51.222.253.13', 1671773516, '__ci_last_regenerate|i:1671773516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4ae1bc241f0db383fe5e03225023a1aeebf61b', '52.89.165.184', 1663768301, '__ci_last_regenerate|i:1663768301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4bd13e60e22bdc32abaf9928498a0a02d18b01', '200.119.170.30', 1660599294, '__ci_last_regenerate|i:1660599095;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660574578\";last_ip|s:13:\"190.56.51.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660599203;register_id|s:2:\"71\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-15 09:57:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4dddd4203d330369f74366eb6e19b0219758ef', '157.55.39.79', 1668834364, '__ci_last_regenerate|i:1668834364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4e558dd242b8fa9d44dfe2859474f8e4bb74e5', '51.222.253.11', 1678207034, '__ci_last_regenerate|i:1678207034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4f5b447241fb13970bd2beb135288bdc049c29', '157.55.39.86', 1664460394, '__ci_last_regenerate|i:1664460394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef51e9b705c208cb0a46029f55a9f0f84cf3da79', '114.119.151.14', 1688509111, '__ci_last_regenerate|i:1688509111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef52688494ddea97c58e609ba0af789dfdf60fc3', '114.119.128.129', 1687198667, '__ci_last_regenerate|i:1687198667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef54142adc3a9edbf96191f26428c9a0822d03c1', '5.188.62.140', 1653269669, '__ci_last_regenerate|i:1653269666;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5b39ab6a86d394d9a74720901cdfb344f345a2', '52.167.144.43', 1683789770, '__ci_last_regenerate|i:1683789770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5ca44fb78f350a6bcefd64e1ffeca6995e9061', '190.148.252.88', 1670879405, '__ci_last_regenerate|i:1670879405;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";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\";user_csrf|s:20:\"9FCkzSfs5ZrVPopXBLmU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5e24a93617105211154ef4d336d900c9c05a3a', '51.222.253.13', 1679284392, '__ci_last_regenerate|i:1679284392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef5e8122e661d3ffb7fede9658c873f3f641ddd3', '17.121.113.164', 1651772794, '__ci_last_regenerate|i:1651772794;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 ('ef5f5c2fc48f11a8604e460c96a6b6decccf295a', '190.148.157.165', 1668004960, '__ci_last_regenerate|i:1668004960;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6051ab7d733e39910913b34d4b3121e2e2d16f', '52.167.144.162', 1682020708, '__ci_last_regenerate|i:1682020708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef620693bc7688e08385bb2ff258541e1374bafa', '190.148.157.192', 1655914519, '__ci_last_regenerate|i:1655914491;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655914517;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6597394df6620f8a96a5d600bc8b1df42a9de3', '52.167.144.171', 1685453770, '__ci_last_regenerate|i:1685453769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef68e44c703cb836d9e169454e2ae2b4b581a355', '40.77.167.220', 1677296310, '__ci_last_regenerate|i:1677296310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef68f4ac5e5973a0bff368247257a7ba522758d4', '114.119.131.10', 1685011123, '__ci_last_regenerate|i:1685011110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef691acf5a9baac6c4496072402487adf4dd12e4', '200.119.172.60', 1674588471, '__ci_last_regenerate|i:1674588471;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674588465;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef69bdf3f4d9795ba969ba7d5f1dedf863d4bd69', '207.46.13.130', 1660728233, '__ci_last_regenerate|i:1660728222;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6c8be1a5a386cd523cbbe6653e431d4ee07f81', '146.59.157.229', 1650749567, '__ci_last_regenerate|i:1650749567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6ca539a04d9463c709b1c91411691303b68dad', '114.119.136.253', 1688129743, '__ci_last_regenerate|i:1688129743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6cee1cd859b9f46daefec38a7a8eada708d612', '190.148.158.151', 1677186622, '__ci_last_regenerate|i:1677186622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677186113;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef6f5346dd49d32a456bde1bd8e8c98bdc9d38c3', '114.119.155.255', 1687849794, '__ci_last_regenerate|i:1687849793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef712bee31c1c56467afebde0e67b92b0ede9052', '52.167.144.162', 1686638874, '__ci_last_regenerate|i:1686638874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef721fd184c0d08757f398c211d5c595a6356bfd', '18.236.82.52', 1669037531, '__ci_last_regenerate|i:1669037531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef74e50c93941cc3e91be690cbdfafe738500f0f', '114.119.130.14', 1686631585, '__ci_last_regenerate|i:1686631585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef766ca431b94d2037cd1d069375d7ccf6206148', '111.7.100.22', 1650686161, '__ci_last_regenerate|i:1650686161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef778d49a5a6c3b59f53d60c4b21db6da6ddbf11', '200.119.168.250', 1680629856, '__ci_last_regenerate|i:1680629856;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680618000\";last_ip|s:15:\"200.119.168.250\";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 ('ef7b5cbeabedb0263bc410ce609a11bde303a74a', '50.21.188.44', 1677541635, '__ci_last_regenerate|i:1677541635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef7b914c07f28daf2349a3544f8c6ac691cbf93b', '190.56.49.206', 1655471956, '__ci_last_regenerate|i:1655471955;requested_page|s:18:\"admin/pos/view/306\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655470271\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655471955;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef7edfae2bf2c2abb1e4ca192e80c54bab4597d2', '34.214.208.249', 1684296955, '__ci_last_regenerate|i:1684296955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef802d89956ae3ac0e12a0ffff5ad2bb3e2c09f5', '190.56.50.253', 1682554975, '__ci_last_regenerate|i:1682554975;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682554962;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef810063e11d9a23274ff5eefc0502e2caa680b8', '52.167.144.56', 1681161227, '__ci_last_regenerate|i:1681161227;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 ('ef815f6bed364afe2a9caae02f98e9c20d12575a', '74.208.2.130', 1672659938, '__ci_last_regenerate|i:1672659938;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef81d114419279cbe5b506a7bd44ae98031d75f2', '40.77.167.37', 1668631599, '__ci_last_regenerate|i:1668631599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef83ae38887ca4813bad8b94985b61ea453fd96d', '40.77.167.202', 1687595160, '__ci_last_regenerate|i:1687595160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef84bf603b3efe864d94f671200598c6731ffb79', '52.167.144.120', 1688063390, '__ci_last_regenerate|i:1688063390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef855fee5c0bb8ae13098c31ca526d1463507df4', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8651fe6be6f507d51420ea931e36e781c84543', '17.121.115.72', 1657560784, '__ci_last_regenerate|i:1657560784;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 ('ef86d3017f33c07fb3ff947f1c97d241dcc20e64', '114.119.128.253', 1685101490, '__ci_last_regenerate|i:1685101490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef86f18ea8f2b28528fbed58d1491bb3eb74a964', '114.119.150.16', 1685735878, '__ci_last_regenerate|i:1685735878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef880d7703d22eff5ccbffe564a191362a77f17d', '200.119.174.9', 1674154642, '__ci_last_regenerate|i:1674154642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674154540;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef88be33c4412aa889e389adb4d1e7272603da0b', '52.167.144.73', 1679496881, '__ci_last_regenerate|i:1679496881;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef896236099fd5cf18cee82e4715c4a10fd8718b', '190.148.158.151', 1677258137, '__ci_last_regenerate|i:1677258137;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677258129;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8c88799c46eea9f7de8c4b68687927f85e36d3', '198.235.24.144', 1652771891, '__ci_last_regenerate|i:1652771891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8dae5696072b65370fb1c4c8e874c5501c8db3', '190.148.157.177', 1682374204, '__ci_last_regenerate|i:1682374204;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682374154;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8df6f7c803ea846c0ad88e5cb1f00d1265ece4', '190.56.55.48', 1687436827, '__ci_last_regenerate|i:1687436827;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687436737;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8df925e3728c9a24c248112d13857d00cbb7c8', '14.116.184.143', 1681488390, '__ci_last_regenerate|i:1681488390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8ece76da826c8173b1173b8c4bb28d08c6a709', '40.77.167.156', 1678514585, '__ci_last_regenerate|i:1678514585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8fd8c0ebcfc68466043f15bd6d73f8453adeed', '5.188.62.21', 1653408803, '__ci_last_regenerate|i:1653408803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef92acb2ad6fb2559c7987707753baa64327aa54', '168.138.2.237', 1655163263, '__ci_last_regenerate|i:1655163259;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 ('ef9406d9f5c59135054da0f175fa781afce26b17', '17.121.112.81', 1660885817, '__ci_last_regenerate|i:1660885817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef970fb1307b434643ec605edfefe51933c28fb6', '207.46.13.207', 1685905988, '__ci_last_regenerate|i:1685905988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef97baf5342ec4e11921d34405f298c086e02894', '190.56.54.156', 1665251040, '__ci_last_regenerate|i:1665251040;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665251033;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef97d1d27d9aa1e397038dd1f8439d28fdc9e5bb', '157.55.39.217', 1683398237, '__ci_last_regenerate|i:1683398237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9acc3d7866516915a5c233d1f6f84d10673a6c', '200.119.173.212', 1667933320, '__ci_last_regenerate|i:1667933320;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9bef38e78301720f09a84ccc46968a7566f2b6', '51.222.253.20', 1674227711, '__ci_last_regenerate|i:1674227711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9d99df4a681a9e4aaa30a188faf8b201d4aae7', '52.167.144.98', 1685979585, '__ci_last_regenerate|i:1685979585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef9de2ccfaf63320c47dccdd5d6015118c81e0cb', '190.56.50.6', 1667577012, '__ci_last_regenerate|i:1667577012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667577002;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa08f970ba52e56530008dd313ebe22171818b8', '17.121.112.221', 1652030462, '__ci_last_regenerate|i:1652030462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa145d55e9cf4d0a0842e817e9d4dcbbd89b557', '52.167.144.98', 1684948726, '__ci_last_regenerate|i:1684948726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa2b03dcee4bbaf16c1d462f56225b29970caac', '3.111.41.2', 1670738454, '__ci_last_regenerate|i:1670738454;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa365ea6419504f579c03a2d0596415fdf84ee1', '52.167.144.49', 1676657375, '__ci_last_regenerate|i:1676657375;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa55fadeb60113b4c8ca26d5da0a04821bc4d8b', '190.56.32.35', 1672077771, '__ci_last_regenerate|i:1672077771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672077618;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa5886ba236a937269e9ce54d449024d19a5853', '190.148.157.183', 1680370815, '__ci_last_regenerate|i:1680370815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680370811;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa5c8846d925692395b4ae66ddfe35b0b50de89', '52.26.58.236', 1656249275, '__ci_last_regenerate|i:1656249275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa961ec77a4aa0139e3ad94ec9649baad6df2cc', '114.119.133.224', 1685845102, '__ci_last_regenerate|i:1685845102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efaad4bae194fbfeef7962ffbca7b61048be6264', '40.77.167.43', 1655044339, '__ci_last_regenerate|i:1655044339;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efaef1318e72fee4ac9beca34e316a3a3918a0ab', '190.148.252.67', 1688503714, '__ci_last_regenerate|i:1688503714;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688503495;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efaf28365c6b3677f450c4bb50bc8a1f47c11bed', '114.119.136.113', 1688246656, '__ci_last_regenerate|i:1688246649;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb0e90dda1788eb9ff124fe1c6bb6f7744c8839', '190.56.32.35', 1671900615, '__ci_last_regenerate|i:1671900615;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671900610;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb19d253fe9cef4c7177baf29f64413d63921bc', '66.249.79.196', 1688170153, '__ci_last_regenerate|i:1688170152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb4378fde410c27f57aa28ea3e299c1e853e0d2', '207.46.13.207', 1681491015, '__ci_last_regenerate|i:1681491014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb493e9b3f6091f433fda2567f18a39626d38a1', '157.55.39.79', 1670170232, '__ci_last_regenerate|i:1670170232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb4a9d1f10347604483968f420400f4d04bf114', '40.77.167.11', 1673622375, '__ci_last_regenerate|i:1673622375;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb4c53f730fa8d95e3d920a5ed0e51fa7041f39', '52.167.144.98', 1686411615, '__ci_last_regenerate|i:1686411615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb61420b6b0a112b399fdc03ea7077ff91f74d2', '82.80.249.158', 1668921133, '__ci_last_regenerate|i:1668921133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb6dfa99379f78a146b853497506ac3b70f6d84', '207.46.13.1', 1671509084, '__ci_last_regenerate|i:1671509083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efba5b2e1711ca394076a8ccc723edbd55bdae5a', '114.119.134.10', 1688374657, '__ci_last_regenerate|i:1688374657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efbbb195050493f741ddb847689129fa36c0f3d4', '200.119.168.48', 1668098349, '__ci_last_regenerate|i:1668098349;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1668092504\";last_ip|s:14:\"200.119.168.48\";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 ('efbd4992cedbdf5d006f5ba2ef4ad8f59aafa5f8', '190.56.55.48', 1687300167, '__ci_last_regenerate|i:1687300167;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687284220\";last_ip|s:12:\"190.56.55.48\";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 ('efbf3bc9a01c5280ec39eb82c9a258aef6e6d274', '38.242.144.249', 1662739313, '__ci_last_regenerate|i:1662739313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efc08c08d780a7b6e85612c02bb3b493616b764c', '190.56.50.253', 1682554661, '__ci_last_regenerate|i:1682554661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682554540;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efc4566965e65c21e10b9713db25a88615b3c52d', '17.121.115.39', 1656602159, '__ci_last_regenerate|i:1656602159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efc58793671ba2746b0347b250f9db737b61cd62', '190.148.157.53', 1683673009, '__ci_last_regenerate|i:1683673009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683672962;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efc942fc1db1fe38b413574ad489c687d01dceda', '190.56.32.32', 1686231841, '__ci_last_regenerate|i:1686231841;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686223355\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686231838;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efcab1e77e0363c07646cdf3db7513d4398c8d7e', '35.225.142.185', 1652266748, '__ci_last_regenerate|i:1652266748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efcada52a23f47749617fda6994f59dff6954f2c', '52.167.144.164', 1686373005, '__ci_last_regenerate|i:1686373005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efcbca3970b15336ef1073e1c43cf3a87f0be432', '52.167.144.162', 1682639691, '__ci_last_regenerate|i:1682639690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efce65cad4d54c7ec446b268d50224a1ac0ed028', '51.222.253.5', 1659556549, '__ci_last_regenerate|i:1659556549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efce85e206c9b010547349ad6d9eeafb2b5f069a', '104.255.169.115', 1659431816, '__ci_last_regenerate|i:1659431816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efcedb1622485f3794f8152b7ffd02f0125fbc4d', '114.119.143.55', 1687662574, '__ci_last_regenerate|i:1687662574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efd21205af6a569db544a306818798b9d4ec3a3a', '52.167.144.98', 1686574867, '__ci_last_regenerate|i:1686574867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efd3ccebc2618ae4b4910a77f1155ab0ef5350ba', '52.167.144.61', 1687927165, '__ci_last_regenerate|i:1687927165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efd44fe02cbe8aea544ff9ef5cd2ecfb43b7ead2', '114.119.156.111', 1686044373, '__ci_last_regenerate|i:1686044372;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efd5129a5458e801117f8413ef291a8a8eb2ece6', '157.55.39.79', 1668934963, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efd65c063dd0a23743b5cbbf7b610866c24b0ce4', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efda6b910eb11319315e090be3b1a59554bf4863', '114.119.157.68', 1688219208, '__ci_last_regenerate|i:1688219208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efdc52388dfec639618a8eecb162200fd5055115', '207.46.13.210', 1677610186, '__ci_last_regenerate|i:1677610186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efde0924aa60ad0d987b22cec8705300cdb0452c', '114.119.159.75', 1688114529, '__ci_last_regenerate|i:1688114528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efdf5adabb0adeacd38e0a01c7815aa8a80d0ba9', '157.55.39.51', 1668631580, '__ci_last_regenerate|i:1668631580;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efe18cd9e22782f40457fc78e07b0050244e7689', '190.148.158.69', 1685533363, '__ci_last_regenerate|i:1685533363;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685446838\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685533357;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efe21a267a87dfdd25efbd5024c2d801df2c21bb', '52.167.144.74', 1688243880, '__ci_last_regenerate|i:1688243880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efe22410f6bd4873ddb731f18ced226cd209b993', '111.7.100.21', 1650686223, '__ci_last_regenerate|i:1650686218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efe2bd4832a8f90d3c42cb8a5362284f6100635c', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efe51f4e251c47d2468291db0e5c1cccb1c3bb8e', '114.119.144.116', 1687967041, '__ci_last_regenerate|i:1687967040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efea4e708c74901728a44e4e4f1cdfc6bdb4773a', '190.56.55.48', 1687300497, '__ci_last_regenerate|i:1687300497;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687284220\";last_ip|s:12:\"190.56.55.48\";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\";user_csrf|s:20:\"GwjH7m2xvNKC9l0VQS4a\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efebb03fd2878b9379c2ed3efc2543cd9a326fe7', '200.119.170.30', 1660239498, '__ci_last_regenerate|i:1660239498;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660237202\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"I9DPtwUL4X8g1q5vQ2YS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efec11ec2e16e9c1ad88f5f656fac0e9831132e1', '51.222.253.4', 1680486730, '__ci_last_regenerate|i:1680486730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efef421f5f5a4ed12706c00d8e7d8e8d69314301', '54.237.250.240', 1651216502, '__ci_last_regenerate|i:1651216502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff3925d952d154dfd1662f237afc9d9b6b438c2', '17.121.112.226', 1660508900, '__ci_last_regenerate|i:1660508900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff65d2c622a4ee2060349b3a2ce9749d525fd8b', '114.119.137.139', 1686488754, '__ci_last_regenerate|i:1686488749;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff70ce17c312ca60a11c30526dd275fe76f0c14', '52.167.144.171', 1685421250, '__ci_last_regenerate|i:1685421250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff733e16429bcca5d543db027c8649c92112224', '194.156.125.208', 1681222410, '__ci_last_regenerate|i:1681222410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eff7553095e689ce11462799cfb4f66d8c3859b6', '74.125.215.49', 1666617404, '__ci_last_regenerate|i:1666617404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('effaa5d9c1b072be328c751029a40f47c17a5a27', '157.55.39.216', 1676794171, '__ci_last_regenerate|i:1676794171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('effc2484a267653377fc90ef4990b1e18d42d067', '114.119.141.53', 1687835173, '__ci_last_regenerate|i:1687835172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('effe7f3a349462164fcb9814f4f906e4b413a513', '40.77.167.37', 1669419383, '__ci_last_regenerate|i:1669419383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('effeecf652fbc0fac79452b4e4508b1790306a05', '190.56.54.77', 1666284466, '__ci_last_regenerate|i:1666284466;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666267209\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666284333;register_id|s:3:\"130\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-20 08:40:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0019b094ebc56c228b9a5e1c35277ff0d0b1fc6', '200.119.172.60', 1675079858, '__ci_last_regenerate|i:1675079858;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675079848;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f00218ecf8b3a68a7af4e378fc7937302328e1ec', '52.167.144.164', 1685404115, '__ci_last_regenerate|i:1685404115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0033a4334bdeab5dd8e1766027d0cca01b239cf', '52.167.144.98', 1685715769, '__ci_last_regenerate|i:1685715769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f003d795d3e56cec26dcc4e1d949d55feef85ea1', '190.148.252.183', 1681427282, '__ci_last_regenerate|i:1681427282;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681427258;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f004ed322bb9c1d1d85248520589af64792ee9f5', '205.210.31.30', 1658564830, '__ci_last_regenerate|i:1658564830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f005d5729a97c7839c011ab92989d2178125e89f', '157.55.39.216', 1676753237, '__ci_last_regenerate|i:1676753236;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f006d8ef27e62ec4cbe2a924c2d8c5e5c1b4a095', '114.119.152.34', 1688382648, '__ci_last_regenerate|i:1688382648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f00773d5f717c9afcec7ce0cedb03ffcee4e13fd', '51.222.253.7', 1682034496, '__ci_last_regenerate|i:1682034496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f00c9d4e590e6651dc75cf13eb37bdf7e2be7a32', '190.148.158.74', 1669041761, '__ci_last_regenerate|i:1669041761;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669033379\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669041670;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f00f5a6e63fc40b31ca1401aa9a880bfc1a6b0dc', '40.77.167.184', 1688171827, '__ci_last_regenerate|i:1688171827;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 ('f0104d965b40ff500f7a12959a46f61cfcc2a3af', '190.56.55.113', 1673473069, '__ci_last_regenerate|i:1673473069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673473045;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f010bf281682a4a7087a210f3650ead59da75c61', '40.77.167.91', 1686974037, '__ci_last_regenerate|i:1686974037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0115cc2ca9a745f267328c045e922cc04687bc9', '52.167.144.70', 1688283071, '__ci_last_regenerate|i:1688283071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01190105d9b2f5dcf094cd6a42b15a8536283bb', '45.41.15.52', 1667940849, '__ci_last_regenerate|i:1667940848;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f011dac01622cb866c820456ecab51260c571a6c', '52.167.144.162', 1686536170, '__ci_last_regenerate|i:1686536170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f014576ca6e76b8ea479286ee15e5d68c7f548da', '3.111.41.2', 1670738438, '__ci_last_regenerate|i:1670738438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0173311a723a558ca36e97020ecf75c1e186f8d', '114.119.137.204', 1687599095, '__ci_last_regenerate|i:1687599095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f017eff8b6c8e3a5de356d2c67687f9692a703a9', '190.148.252.183', 1681496174, '__ci_last_regenerate|i:1681496174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681496170;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0183282d0b3d72e7dc53cb62ec33503559de56c', '190.148.252.151', 1670979025, '__ci_last_regenerate|i:1670979025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670978951;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f019e333223b240dd5b5aeb8315a7a11b0b93240', '52.167.144.98', 1685290133, '__ci_last_regenerate|i:1685290132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01a0ceeda048a800b8b86b3073435838b215a95', '52.167.144.39', 1680536108, '__ci_last_regenerate|i:1680536108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01a3f5d854481462425bf095393bdb7dcb195c2', '190.56.54.156', 1665180695, '__ci_last_regenerate|i:1665180695;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665160357\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665180680;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01a7a8ffeffd8d595cb07d47036831d6a57abd6', '207.46.13.17', 1674073359, '__ci_last_regenerate|i:1674073359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01a9bc45879ea492125f657e9e63de1df21aaa6', '52.167.144.70', 1688334431, '__ci_last_regenerate|i:1688334431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01be4e2c7f0e1c89a082ac7a1bd8f2c6e135648', '175.196.127.111', 1650791330, '__ci_last_regenerate|i:1650791330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01c713f72a3de4acb78ab3342ff5db58819cbf1', '190.148.252.96', 1673011795, '__ci_last_regenerate|i:1673011795;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672952400\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673011609;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01dcf567cb93bc694ff337d41bd5fcd84014e38', '200.119.172.60', 1675092332, '__ci_last_regenerate|i:1675092332;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674993004\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675092199;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01f445a4d626849cd821bd55f1074dc314b592e', '200.119.172.60', 1675042397, '__ci_last_regenerate|i:1675042397;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675042375;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02013479d31b72fde36fac11564bc15aebfc7fd', '200.119.173.130', 1675807174, '__ci_last_regenerate|i:1675807174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675805751;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02017c39694439312cc34a3fb44dad158a1e596', '207.46.13.211', 1679757101, '__ci_last_regenerate|i:1679757101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0204f0586d6e2a6171697108a8ffc16ba39a550', '51.222.253.14', 1685681357, '__ci_last_regenerate|i:1685681357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f022a010a323f01cbe0a4f897795d32ab7f0526a', '190.148.252.183', 1681743557, '__ci_last_regenerate|i:1681743557;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681656579\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681742662;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f022ef089256b418386a0559dc5d61af84fc473c', '52.167.144.98', 1684248142, '__ci_last_regenerate|i:1684248142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f022faf26f518e85a3ae2b006358cb319d5d07bd', '114.119.135.181', 1688007453, '__ci_last_regenerate|i:1688007453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02387e82b76205d987c75ce266803c01075b967', '190.148.157.103', 1666800761, '__ci_last_regenerate|i:1666800761;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666800750;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f028305cdd77d5ce1395c9b944e777ca0b95d48d', '190.56.55.48', 1687379588, '__ci_last_regenerate|i:1687379588;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687379585;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0283b2c88ce16aea5e003d3e7d9497c757d24b4', '51.222.253.4', 1684496962, '__ci_last_regenerate|i:1684496962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02a424150eb84bf1c6ebf5948011f15dcab4745', '51.222.253.4', 1685011878, '__ci_last_regenerate|i:1685011878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02c59e9e2cdb73fe4bf029132d39c75693ec186', '52.173.243.132', 1653459602, '__ci_last_regenerate|i:1653459602;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 ('f02d017b2b410ec494abccc3d29bfe6298499675', '52.184.86.80', 1651099093, '__ci_last_regenerate|i:1651099089;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 ('f02ee49e5dbeca73ed48f16456ffbeac52f51b3e', '114.119.144.105', 1687032575, '__ci_last_regenerate|i:1687032575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02f4c7c2c3ce2884dad2043461f60eb7a1d4e1d', '190.56.55.184', 1653426218, '__ci_last_regenerate|i:1653426215;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f030b55d64a4aa005278760ce00d6f83b4006390', '192.36.109.131', 1688459084, '__ci_last_regenerate|i:1688459084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f034909797b083bc1aee1ffccba68e56e299fa02', '114.119.155.142', 1688009347, '__ci_last_regenerate|i:1688009347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0372e890de731e1a8c1f9912bee664c63062403', '52.167.144.136', 1678704083, '__ci_last_regenerate|i:1678704083;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 ('f0382705e0b02242320c3fd890abac20642e9866', '35.87.217.190', 1685576586, '__ci_last_regenerate|i:1685576586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f038bf33e30c507d966718f9b3d55ae4f74aba37', '190.148.157.206', 1679529114, '__ci_last_regenerate|i:1679529114;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679528769;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f039ef8a38916ce77df49cf05c37445d63519820', '190.148.252.73', 1664829649, '__ci_last_regenerate|i:1664829649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664828848;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f03a852608be346953341c221718553260b090cb', '40.77.167.191', 1682044351, '__ci_last_regenerate|i:1682044351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f03c1d28f5ba0870072660ed9e39e858979b1d90', '200.119.170.30', 1660237491, '__ci_last_regenerate|i:1660237491;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660231740\";last_ip|s:14:\"200.119.170.30\";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\";user_csrf|s:20:\"UA145SCcT8XEH9aNIMly\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f03e9e19aa7f9f1415be33418492fe2fbc4d5733', '207.46.13.51', 1662629747, '__ci_last_regenerate|i:1662629746;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f041987322caa92fb7198fec0edca29d9d58fca4', '157.55.39.79', 1668043131, '__ci_last_regenerate|i:1668043131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f041caf813cddf96c8d7806b885c0bc474071b89', '200.119.173.177', 1685060283, '__ci_last_regenerate|i:1685060283;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685060276;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04207159d3abb0549076fc3cd3e20a33674512d', '40.77.167.123', 1683486841, '__ci_last_regenerate|i:1683486841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04212c5c23de86a965ffad88d2fde081055ede8', '34.222.100.129', 1662557620, '__ci_last_regenerate|i:1662557620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04344928fd381c5cb26575d5204151aab5c3b8d', '190.56.32.35', 1671974304, '__ci_last_regenerate|i:1671974304;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671974273;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0439a7f68ee81a3a388e3bf5f9278013ba749bc', '54.36.148.251', 1659984324, '__ci_last_regenerate|i:1659984324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04637ccdc351d3c24d014625d861132f3fd4f3f', '200.119.168.250', 1680966285, '__ci_last_regenerate|i:1680966285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680965400;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f046dcf5b57b3c3d9c31b2e558b8c9e93d1feb95', '51.195.90.229', 1650840588, '__ci_last_regenerate|i:1650840588;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f047520591bd3d940c55e5105599cff7d857b97b', '51.222.253.19', 1670955294, '__ci_last_regenerate|i:1670955294;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 ('f047977b398157b7f362e3a1a003c7e546ca4d32', '66.249.65.112', 1677853445, '__ci_last_regenerate|i:1677853445;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 ('f04805e29392917d8dfd3365759ac7c773c7cf05', '40.77.167.133', 1683798897, '__ci_last_regenerate|i:1683798897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04a4cb3eb40ed256ca40a9763c219445aa4c92b', '114.119.138.202', 1687563483, '__ci_last_regenerate|i:1687563483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04a6de8db8a047ff66327c5c0dc16556a529ee7', '157.55.39.125', 1654089776, '__ci_last_regenerate|i:1654089776;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04b503ba5d4ef48d8bae48a3b4ed0517d394970', '190.148.158.151', 1677015822, '__ci_last_regenerate|i:1677015822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677015814;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04b84f77dc1282b2018671bca2e0e6c0dc383b2', '130.245.169.139', 1657878940, '__ci_last_regenerate|i:1657878939;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04bd517631f13018e903aed460183dc3aeb9e35', '66.249.64.131', 1677203415, '__ci_last_regenerate|i:1677203415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04bf4ac222da5fce7de8004fa96881759da1d97', '40.77.167.192', 1681173259, '__ci_last_regenerate|i:1681173259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04c8fb5c8e085c5d77ef2678b11b3b2adbda720', '104.248.147.191', 1657892009, '__ci_last_regenerate|i:1657892005;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 ('f04e628373bfe728c326db36f27db68086c3d9b2', '54.82.20.198', 1685169791, '__ci_last_regenerate|i:1685169791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04ebe18e96cd86496b22aa8c50f840df096f309', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04ef620fc7995d01f8b2b2d9e86a4802bc6fef8', '190.56.55.48', 1687438723, '__ci_last_regenerate|i:1687438723;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687346473\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687438697;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0502f5b10533bb1e851ce5a9907f92c8a7a9ef9', '190.56.173.152', 1654896600, '__ci_last_regenerate|i:1654896600;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654896382;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f051cea8a32890780fdc2b4254eb2753c58d5e98', '190.56.49.237', 1665787576, '__ci_last_regenerate|i:1665787576;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665787541;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0528c35c326e4feb7b65532a8d9561c9168658d', '35.223.54.125', 1662910844, '__ci_last_regenerate|i:1662910844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0556cdddce4e42362d488302c95b94c651cc6cd', '190.148.157.80', 1669253811, '__ci_last_regenerate|i:1669253800;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669253810;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0560feec7bf41ebe0778d251b85e3f80be61778', '40.77.167.166', 1676128486, '__ci_last_regenerate|i:1676128486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0570dab279d1106f1bf6fd8af2d62acd3cba23a', '40.77.167.92', 1687162165, '__ci_last_regenerate|i:1687162164;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f057e7f776e0680cb92d4dea4e6f4bd1bbc724a1', '207.46.13.215', 1677158289, '__ci_last_regenerate|i:1677158289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f05851a7065c7267163da4b0271605806001e657', '34.102.12.65', 1653409347, '__ci_last_regenerate|i:1653409347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f05ae791a053764d334b6e7229fd57617cd3fbf0', '190.56.55.48', 1687301891, '__ci_last_regenerate|i:1687301891;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687301881;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f05cc08e139139510657a793e7d1607eb5cfe0f6', '52.167.144.70', 1688406017, '__ci_last_regenerate|i:1688406017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f05ebe11f6c2d2d008c98c883b277d00fe421677', '200.119.174.30', 1667499521, '__ci_last_regenerate|i:1667499521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667499506;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f060b79289e1f75d588581a85669fe79a50d5f3b', '51.222.253.20', 1651088309, '__ci_last_regenerate|i:1651088309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f061002fb690915023096d0d540fcbbfdf9fe0e7', '114.119.137.160', 1686455825, '__ci_last_regenerate|i:1686455825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06502e1a054140892a30699dd48569ae8c2bf28', '157.55.39.208', 1685949152, '__ci_last_regenerate|i:1685949152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f066265158b2021417f5ee6b6e0fd534b55b7bdd', '66.249.66.38', 1676394420, '__ci_last_regenerate|i:1676394420;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 ('f0672a01d7d8f751b8bc03566cbf6d03d680a54d', '157.55.39.147', 1672020606, '__ci_last_regenerate|i:1672020606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06a42581f45ef6bdb055bc6664cb0e2bed300e3', '157.55.39.100', 1672157222, '__ci_last_regenerate|i:1672157222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06aa1655e49dd1cd9d13b7c6a8979e669ac40d2', '52.167.144.166', 1686899925, '__ci_last_regenerate|i:1686899925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06c637eda29bf26a0ba2395b16b29a585d7fb13', '52.167.144.89', 1679919875, '__ci_last_regenerate|i:1679919875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06cb9371e4ccd793e0c1954c4a96ceebc265328', '190.148.157.98', 1679189032, '__ci_last_regenerate|i:1679189032;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679188968;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06cf7ad13b4292f01f9ca3c0b3f260f5b462642', '190.148.252.233', 1668817811, '__ci_last_regenerate|i:1668817811;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668817804;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f06ebcb3fb6cce7e39088fe9e8db09289d12a2a5', '34.101.65.177', 1653436977, '__ci_last_regenerate|i:1653436972;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 ('f07107348ec5a455edbdc2b53af138657918f077', '54.36.149.51', 1668015406, '__ci_last_regenerate|i:1668015406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0712af569dad6eef27612d4a850ecfccc5d65b1', '35.91.177.107', 1663335036, '__ci_last_regenerate|i:1663335036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07164196ef6c2f84a0a92f81a99d1ac083d0aa8', '190.56.173.175', 1652992592, '__ci_last_regenerate|i:1652992301;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652913107\";last_ip|s:14:\"190.56.173.175\";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\";user_csrf|s:20:\"FoZ6w7qkXYeLS5UW1bn4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f072c121f05b535eb5a35c29690c0de277ab2662', '190.148.252.96', 1673017866, '__ci_last_regenerate|i:1673017866;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673017688;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f075aa8a6c88e21dfdc3c0764f2670201500fb44', '157.55.39.173', 1670253806, '__ci_last_regenerate|i:1670253806;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f075c4c1a2763aa29579ba1472f02c5ddb81b476', '52.167.144.164', 1686578769, '__ci_last_regenerate|i:1686578769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f075f57644601bb52578ae543cc25e56aa038869', '51.222.253.18', 1662986907, '__ci_last_regenerate|i:1662986907;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 ('f0775ef1748a86364b53a32f5ae12d0a704b5858', '51.222.253.18', 1658157187, '__ci_last_regenerate|i:1658157187;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 ('f077a2272d09993157648d25668f14648fa4c26a', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f077b90e7ba6772aed3daa85d77da88df47a9ea4', '51.222.253.13', 1668790122, '__ci_last_regenerate|i:1668790122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f077efb3608afb1618fff45c541a680a1126c170', '190.148.157.206', 1679487892, '__ci_last_regenerate|i:1679487892;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679420575\";last_ip|s:13:\"190.148.87.23\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679487878;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07a1fedd4de7824ee982d5065cef7efac2021eb', '190.56.50.241', 1676391240, '__ci_last_regenerate|i:1676391240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676287415\";last_ip|s:13:\"190.148.87.51\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676390991;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07af9f90b3392aa26973a1cbe33a888ffc28361', '190.56.48.90', 1651251043, '__ci_last_regenerate|i:1651251043;requested_page|s:13:\"admin/welcome\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651241598\";last_ip|s:15:\"190.104.119.148\";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\";last_activity|i:1651250926;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07c31b21d5c91bbc379041e845ab888f69632ee', '114.119.143.135', 1686739828, '__ci_last_regenerate|i:1686739828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07d5c675060bf937d7656759aec75a3a2b48ffa', '176.53.217.182', 1650722709, '__ci_last_regenerate|i:1650722709;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 ('f07e905033a9619a00a89ab4a84bb1da96051f94', '190.148.157.83', 1687716906, '__ci_last_regenerate|i:1687716906;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687716851;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07f3668fcc5ada77b712edc696787de9e098b83', '200.119.170.200', 1654556364, '__ci_last_regenerate|i:1654556364;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654547170\";last_ip|s:15:\"200.119.170.200\";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\";user_csrf|s:20:\"bwfRcpA8Q9Evxdl1DtZe\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07f74d16533f1468523462b29956859eb51154d', '157.55.39.69', 1671759623, '__ci_last_regenerate|i:1671759623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08046cf175f8adbf153277d9d6490f38050129f', '190.56.32.35', 1671894164, '__ci_last_regenerate|i:1671894164;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671893615;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0805b7afff67f00a7e5482e26124b3411c5e15d', '51.222.253.15', 1669838765, '__ci_last_regenerate|i:1669838765;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 ('f08061a2169f146466e4a5d8b9fd3d6987eab2f9', '54.36.149.78', 1653889044, '__ci_last_regenerate|i:1653889044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f083266736408f2ec8f39670aae3d354e3a941d8', '200.119.174.30', 1667516699, '__ci_last_regenerate|i:1667516699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667515696;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f083eb774522b0748345ad5005541a8e894aace1', '130.245.169.139', 1657878929, '__ci_last_regenerate|i:1657878929;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f086381ebf48cff9f679a575ace9c96032d8cb87', '157.55.39.69', 1672248410, '__ci_last_regenerate|i:1672248410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f087a2bdfe4211eefb860c4259d1a5a752d60c18', '190.56.54.156', 1665184077, '__ci_last_regenerate|i:1665184077;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665179792\";last_ip|s:13:\"190.56.54.156\";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\";user_csrf|s:20:\"VBPi491bW5EnpYsXC0ao\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f087ca4ea7d82e31f3b64908fa41787eacdb9a61', '190.148.252.55', 1675719323, '__ci_last_regenerate|i:1675719323;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f087dc43c13f2703a415217236407e5959b691a4', '54.190.22.155', 1674047970, '__ci_last_regenerate|i:1674047970;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 ('f087fa25767983729309c2e9a98af7db48cd95ca', '190.148.87.96', 1678314196, '__ci_last_regenerate|i:1678314196;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678276426\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678314191;register_id|s:3:\"209\";cash_in_hand|s:8:\"128.7500\";register_open_time|s:19:\"2023-03-08 08:37:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08941fb4fe047ba45b8112a30511cec7271ee7c', '190.56.32.174', 1676838716, '__ci_last_regenerate|i:1676838716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676838580;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08a9fb7128ef4ada2d319d7d60b2b17b2d28be4', '190.148.157.53', 1683731721, '__ci_last_regenerate|i:1683731721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683730919;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08b13bf69ad841ac3c95357f720a9c089e33989', '159.223.79.7', 1653078231, '__ci_last_regenerate|i:1653078227;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 ('f08b272ffd4c9e615896a024bb5ea3ad07329c76', '114.119.147.113', 1687080759, '__ci_last_regenerate|i:1687080759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08e4c5e320c19ff191356a168cba1a4b863212d', '52.167.144.171', 1684570388, '__ci_last_regenerate|i:1684570388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08f7dddfc22b72f981abaf633fa313864296a49', '52.167.144.63', 1686889997, '__ci_last_regenerate|i:1686889997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f08fc2c5b6c4163b3a819f9177e695324b39eed3', '52.167.144.154', 1687483229, '__ci_last_regenerate|i:1687483229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f090d2e96f01b9a74b4db53a785601232a01f037', '52.167.144.154', 1687695522, '__ci_last_regenerate|i:1687695522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f090f57173203af053d9672ddb4b5f5d14d0cef3', '190.148.158.69', 1685740932, '__ci_last_regenerate|i:1685740932;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685740929;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0929542473e5bdd8f40d24c6984eea7e2265ef7', '51.222.253.15', 1663833716, '__ci_last_regenerate|i:1663833716;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09390f957fa4a95b22c30a2fc8af2272eb9364b', '190.148.158.164', 1667348355, '__ci_last_regenerate|i:1667348355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667348267;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f095059606e4bfaf05d7ce1f413edf456ec6303b', '157.55.39.80', 1668002685, '__ci_last_regenerate|i:1668002676;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09687d270823058149b01fa85c7881ae9c590f6', '200.119.168.1', 1655386947, '__ci_last_regenerate|i:1655386947;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655339946\";last_ip|s:13:\"200.119.168.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655386940;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0986e1b69dc7971a46b810927fca8b938a2e1f7', '142.93.75.1', 1667871855, '__ci_last_regenerate|i:1667871855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0992f48e8b503b668292343861ed091f1f875b5', '40.77.167.123', 1683963861, '__ci_last_regenerate|i:1683963861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f099e22344e426aa0881c92bf6a4d5c5eb6d5790', '51.222.253.16', 1671803539, '__ci_last_regenerate|i:1671803539;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 ('f09a01804761b9bd52d4035621af1322cb64a017', '190.56.55.113', 1673814096, '__ci_last_regenerate|i:1673814096;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673813089;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09abef957bc1a4371c1c518f1207b23e864db38', '52.167.144.98', 1685629938, '__ci_last_regenerate|i:1685629938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09bc4744aee33b3375fe6da2556e2c93fad8df8', '52.167.144.98', 1685496056, '__ci_last_regenerate|i:1685496056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09ca8f0a4acff23e8e2bf2e423224b8af3025eb', '54.36.149.5', 1677611373, '__ci_last_regenerate|i:1677611373;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 ('f09e2e36df97b54de8908875c080769538738f83', '51.222.253.2', 1654286023, '__ci_last_regenerate|i:1654286023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09ea661ee59d9217e1b56d8427a760c33c0fc88', '114.119.146.133', 1685710507, '__ci_last_regenerate|i:1685710507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0a10e9ee00e87cbd65ef86d086cd3bfaa5f9a56', '159.203.81.20', 1657650406, '__ci_last_regenerate|i:1657650406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0a4dcf6b0f858534932b8d6f6d5627bc050f71a', '190.148.157.183', 1680265534, '__ci_last_regenerate|i:1680265534;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680265517;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0a5a311b8f620027c3020880d6474aab52de041', '51.222.253.18', 1678941781, '__ci_last_regenerate|i:1678941781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0a61591edada75c801ef4116b1121dc566fdded', '157.55.39.51', 1668631580, '__ci_last_regenerate|i:1668631580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0a9e17e4e24cc7783bcc25ecc11a06e3cbc9473', '135.181.62.220', 1656114121, '__ci_last_regenerate|i:1656114121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0aa19d0f19e4d62a06b32f47acd054cccef62fc', '52.167.144.63', 1687085270, '__ci_last_regenerate|i:1687085270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ab8e127673071a61de684956ed6b3b70f62b0b', '190.148.157.98', 1679245863, '__ci_last_regenerate|i:1679245863;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679245309;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0abac19f51608759b1c4da3634b0c572f69a48b', '128.90.117.196', 1676091628, '__ci_last_regenerate|i:1676091628;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 ('f0ad166eff083189d01f4871089d851a2f4b1d5e', '35.89.32.163', 1679144945, '__ci_last_regenerate|i:1679144945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ae0e2b755ec2cbd13cb965b62d6d0df0c40475', '52.167.144.98', 1686456474, '__ci_last_regenerate|i:1686456474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ae18308c10d4dcd1da0df60c55810e6638e941', '40.77.167.43', 1659589643, '__ci_last_regenerate|i:1659589643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b243d119fb30b9fb700e5ce1b35bd9caa4631f', '124.206.180.138', 1651494405, '__ci_last_regenerate|i:1651494393;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b5a8cc76430ab934979b9fc7fedf6d77fa5636', '66.249.79.193', 1679890164, '__ci_last_regenerate|i:1679890164;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b61d4fc9c5b575d3b2d1d6f90a44113274bb30', '157.55.39.253', 1681999966, '__ci_last_regenerate|i:1681999965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b63a614a2522ad1a442638a75130065771df0c', '75.119.132.189', 1675096107, '__ci_last_regenerate|i:1675096107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b6bab76f9d6d020ed439333ad9d17ddd5fc511', '52.167.144.164', 1685484963, '__ci_last_regenerate|i:1685484963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b6c39801f89fe4ab90997fc903543fea76fde8', '190.56.55.48', 1687529567, '__ci_last_regenerate|i:1687529567;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687529287;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b70b6f239176d92766b30fcb24c637379d875c', '52.167.144.164', 1686510356, '__ci_last_regenerate|i:1686510356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b83f1e0dc3da27f2d3d11f49319c717f1beb43', '52.167.144.164', 1686652322, '__ci_last_regenerate|i:1686652322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b84e5481a3534c5f623fbe6d6fdbbd150eb5a7', '190.148.252.111', 1677974533, '__ci_last_regenerate|i:1677974533;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677844880\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677972706;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b875cb635e07173c986b92a63ec35a22189a3c', '207.46.13.48', 1654526640, '__ci_last_regenerate|i:1654526640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b8e047e5337a0fc570940c3dd9f025fc3881e6', '190.148.252.197', 1665493180, '__ci_last_regenerate|i:1665493180;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665426042\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665493147;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0bac6862e0fed4b407a6cc8721f0d99bde290d6', '114.119.137.45', 1686480247, '__ci_last_regenerate|i:1686480247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0bbb0e6114fa4de9f2e84f9d4a3ac7c8d004306', '190.148.157.206', 1679529485, '__ci_last_regenerate|i:1679529485;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679529473;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0bca5fcff4cedbdf74a101a8b8da199d3385a11', '52.167.144.61', 1688245455, '__ci_last_regenerate|i:1688245455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0c1cacc9f95942196c95ae65bbbb925ecd8bb5e', '207.46.13.211', 1680117586, '__ci_last_regenerate|i:1680117586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0c4b5661c4b591bf9b81255f3704225b7dbddbe', '190.148.157.165', 1667997884, '__ci_last_regenerate|i:1667997884;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667919069\";last_ip|s:14:\"190.148.87.164\";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\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0c4bce5eec6bdce0b8dc483ed030e92673230cc', '40.77.167.202', 1687653154, '__ci_last_regenerate|i:1687653154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0c8ccb247b3209795e48063faf86e250f0c2716', '52.167.144.171', 1685649693, '__ci_last_regenerate|i:1685649693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0caf540d9b49eb63e1919f692a9310e6fa3211a', '35.165.215.76', 1655639517, '__ci_last_regenerate|i:1655639517;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0cbb38d870646de231a929fd6a8d86fea13da2a', '207.46.13.17', 1673909239, '__ci_last_regenerate|i:1673909239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ccf77d0685de91549c2ef4a06e5ef7679c46ee', '190.148.157.53', 1684154270, '__ci_last_regenerate|i:1684154270;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684154103;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0cd48878a9f9969599c6d8cbc2fd740215dd327', '17.121.113.95', 1660626896, '__ci_last_regenerate|i:1660626896;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 ('f0cdd5538c65c0182c90cc7485a3ba60230f8911', '40.77.167.11', 1674332583, '__ci_last_regenerate|i:1674332582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ceb876a9aef81ecde0db55661a3f89a936b3bd', '200.119.168.250', 1681060630, '__ci_last_regenerate|i:1681060630;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681060014;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0cf1bcdd1fabf65eaf33dd34c0e2ca631a5e312', '40.77.167.123', 1683217568, '__ci_last_regenerate|i:1683217567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0d024951f0f9c55a870140f24515d9ceafb465e', '40.77.167.241', 1685449451, '__ci_last_regenerate|i:1685449451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0d0d70402e22ff8f75b4d0dbea1ef4ce5e1e10b', '5.188.62.21', 1656406534, '__ci_last_regenerate|i:1656406531;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0d20a52acbf3317bd876de987fd99bd11819832', '207.46.13.17', 1673654251, '__ci_last_regenerate|i:1673654251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0d4538c1e8b8b2d3f3fb24fc0d7c93913b36e29', '190.148.252.151', 1671369888, '__ci_last_regenerate|i:1671369888;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671369881;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0d7483887f8269614413517b9746546e2980a68', '52.167.144.63', 1687104744, '__ci_last_regenerate|i:1687104744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0d74ce64ec3e92cf77dd15e2fdba932bdfd0eb2', '52.167.144.98', 1686635361, '__ci_last_regenerate|i:1686635361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0daeaac324a704b858f71f9fd5ee98781c1c3bc', '104.131.94.164', 1657274122, '__ci_last_regenerate|i:1657274122;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 ('f0db795297dcde8aa4498e421fc8131d91524048', '40.77.167.43', 1658140060, '__ci_last_regenerate|i:1658140060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0dc8102eb16ef61007113488021da2715829a5c', '190.148.158.75', 1663100860, '__ci_last_regenerate|i:1663100860;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073776\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663094452;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e130afa428b784e78eb431dd7bd70f175ee2de', '207.46.13.236', 1653668276, '__ci_last_regenerate|i:1653668276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e1bc641fc354deb4e449ff968c8cc21fe564d0', '200.119.170.137', 1668636221, '__ci_last_regenerate|i:1668636221;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668611971\";last_ip|s:14:\"200.119.172.48\";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 ('f0e40e800bc53d0f869c63697d8d48c69858b4b8', '40.77.167.13', 1672548609, '__ci_last_regenerate|i:1672548609;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e481e719c76bf998f35ecc0db6abf726dae8a8', '190.148.87.99', 1688402618, '__ci_last_regenerate|i:1688402618;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"aHwovQrN9V6ItqOUGF5h\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e487f5f6348a113afae547edf564e04498d3d5', '190.56.50.15', 1667131777, '__ci_last_regenerate|i:1667131777;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667130465;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e583452ead25908879ecfb05e4e5ccd7496ab2', '40.77.167.123', 1683192142, '__ci_last_regenerate|i:1683192142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0e8bde1ebab3d4f881f630176a3596ceec201e2', '114.119.158.227', 1683752443, '__ci_last_regenerate|i:1683752443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ea3d0783308430b75f3de75e493699ccbdd5f7', '200.119.170.30', 1660310134, '__ci_last_regenerate|i:1660310134;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227948\";last_ip|s:14:\"200.119.170.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660310107;register_id|s:2:\"67\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-12 06:47:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ea99b24eb72767a1cc486c4e099885497f0a06', '40.77.167.123', 1683343209, '__ci_last_regenerate|i:1683343209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0eb57735b2520ff4ee5098c6cb7f60c6b21d2ff', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0eec41dcee774d9617817f535d41ff8eade14f2', '190.56.32.243', 1684777980, '__ci_last_regenerate|i:1684777980;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684777832;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0ef72b73a61fc2a6f083b7b1d224063f7959067', '163.123.143.82', 1673574343, '__ci_last_regenerate|i:1673574343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f11af23e5d385f09171564056a4e8fae7267b2', '190.148.252.223', 1659045389, '__ci_last_regenerate|i:1659045381;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659028564\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659045389;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f25f8df3e8c47db1bdc2e6e000b32541b0bbd3', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f263e25f150e748f8181e376573312188cdc2a', '190.148.252.177', 1674084848, '__ci_last_regenerate|i:1674084848;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674084837;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f43f60c1d991a79217fb7873b13dfde30e73a9', '52.167.144.98', 1685760626, '__ci_last_regenerate|i:1685760626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f4988d148cb0a96aa5c355a16f5fb43d686771', '192.119.74.129', 1680695080, '__ci_last_regenerate|i:1680695080;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 ('f0f72957a121b9fec0f04773102a1f0d2d2ea763', '17.121.113.217', 1653740903, '__ci_last_regenerate|i:1653740903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f82db0ec9ef97fbb1a80dd14a28ba2b3e6c74e', '52.128.6.197', 1680677931, '__ci_last_regenerate|i:1680677930;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f8ac17c96b4f1f450eb158bb5b7e89c6d83adc', '114.119.135.174', 1687674125, '__ci_last_regenerate|i:1687674125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0f9e7c25ff1863afca33937fb9968861f635dc1', '190.148.157.117', 1675636614, '__ci_last_regenerate|i:1675636614;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675636208;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0fb42eaea5ea8712df395749593b5d05799c4f2', '114.119.140.186', 1686834529, '__ci_last_regenerate|i:1686834528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0fcace12b39515aa73bddd79cda5579d4d2d1fe', '66.249.79.173', 1677569489, '__ci_last_regenerate|i:1677569489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1000e4d8fef317697459679b9b2c609930123ee', '40.77.167.13', 1672984228, '__ci_last_regenerate|i:1672984228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1008beffe9e0f630334e818e2501eec4dc6b8e4', '5.188.62.21', 1656428143, '__ci_last_regenerate|i:1656428140;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f102299754422515f42ceef616ada69019945229', '157.55.39.55', 1662480767, '__ci_last_regenerate|i:1662480767;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10365504ea9eb4a33c7bd92d6d35bedd4110d00', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f104d03902ec87cf44d474b60d5c2db8029f5ce3', '200.119.172.60', 1674927235, '__ci_last_regenerate|i:1674927235;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674927209;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1070a118f5a3e99df4e843417c07f0270786cd3', '190.148.87.182', 1679704580, '__ci_last_regenerate|i:1679704580;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679593268\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679704533;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1089fc52f3e93b5b917f7b9157f7cb35df7b3d0', '52.167.144.31', 1675214677, '__ci_last_regenerate|i:1675214677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f108df599f74d3bafec73d5b9eecdd8a0d085ce5', '20.15.133.171', 1687603331, '__ci_last_regenerate|i:1687603331;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 ('f10b3b5ef616c82722728096a7042454aa825c2b', '190.148.158.175', 1672361078, '__ci_last_regenerate|i:1672361078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672361053;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10b4359627596256d8d7bf628bdb92d9c3b9f68', '52.167.144.98', 1685758213, '__ci_last_regenerate|i:1685758213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10d6fcb9148a10f6ddf71d8b4ca847f44c39963', '35.226.160.203', 1652048599, '__ci_last_regenerate|i:1652048599;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1108e3d84b23e73d13680e0413d37da04405505', '114.119.159.75', 1686113284, '__ci_last_regenerate|i:1686113284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1122dfb9c58b9c4917deaf7b2da1b95861fcfb3', '54.36.149.83', 1688428046, '__ci_last_regenerate|i:1688428046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11a98f5169e92cb20b036092e7c5b40028e0bc1', '52.167.144.61', 1688180770, '__ci_last_regenerate|i:1688180770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11ac8f40a4d782e5a277e9a84ce103cc4cb60c3', '40.77.167.43', 1654477644, '__ci_last_regenerate|i:1654477635;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11aee5c03f71e05cc6ba34d5223443153b49289', '190.148.252.178', 1657292414, '__ci_last_regenerate|i:1657292404;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657231854\";last_ip|s:14:\"200.119.173.90\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657292414;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11d980416fde5e94e2339c6ecdc477f91fb12b8', '52.167.144.164', 1684958851, '__ci_last_regenerate|i:1684958851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11dd494c9e49cce42a5b2866a07308ebb88fe0d', '3.16.78.97', 1668653793, '__ci_last_regenerate|i:1668653793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f120111489dc3aca231edb7713f702783c209293', '200.119.173.177', 1685143026, '__ci_last_regenerate|i:1685143026;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685143020;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f120f61ba540fe2509a472fd31654719592589af', '157.55.39.144', 1666326565, '__ci_last_regenerate|i:1666326565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f121e2ef582a298a3a28ec1c4c164e2db2fb7f5e', '190.148.158.175', 1672429842, '__ci_last_regenerate|i:1672429842;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672429810;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12248c74272a8dad38918ba76cc941cdf0aa09f', '40.77.167.192', 1681311676, '__ci_last_regenerate|i:1681311676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f123af61168d7c784d4207e746cb0014faab920f', '207.46.13.160', 1664760074, '__ci_last_regenerate|i:1664760074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f123b1f9db0c3c4df41a71163fc3aa2718b6b553', '139.59.117.147', 1651012446, '__ci_last_regenerate|i:1651012441;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 ('f124241a35dc704f530cb73f1909b128e4240835', '40.77.167.202', 1687774373, '__ci_last_regenerate|i:1687774373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f125a1aec5245d010a9c68541cd31dd03aeeb69e', '207.46.13.189', 1668102757, '__ci_last_regenerate|i:1668102757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12983fab8b3568464b71491e1134c46cc9e702f', '190.148.157.53', 1683726069, '__ci_last_regenerate|i:1683726069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683724854;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12986c19cca3f000d1681a8205dad2d01bd5250', '124.206.180.138', 1651355390, '__ci_last_regenerate|i:1651355380;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12a229af1c2ba51c6ca7cf6aa4d79c9160d9685', '66.249.74.102', 1684512184, '__ci_last_regenerate|i:1684512184;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 ('f12ac6fe2c075a84c86102d52d0a2665ce656668', '114.119.128.35', 1686458936, '__ci_last_regenerate|i:1686458936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12b5d0c61946afc13ab630fa6e3d9952cf7b80d', '157.55.39.253', 1682110797, '__ci_last_regenerate|i:1682110797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f12f992c6ca7093670c51cd44312f26250915ad5', '157.55.39.87', 1663237527, '__ci_last_regenerate|i:1663237527;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1303b157c79fd67be6aeb807d506dfcabb4ae2a', '114.119.140.136', 1688244720, '__ci_last_regenerate|i:1688244720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f132bb73543a8b24c73fc6728c39e2578a21c4c7', '52.167.144.162', 1687351046, '__ci_last_regenerate|i:1687351046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1340922fcd1fa9517bf32d23ece00db65f3154e', '190.148.252.55', 1675692390, '__ci_last_regenerate|i:1675692390;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675691837;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f134366e9a9d582334f2f47aab38e562cc9d0eee', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f134dcb57870147e65f1b1559d462eaff91ccfd2', '157.230.15.179', 1671959894, '__ci_last_regenerate|i:1671959894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13727d7c30deba41d1192891d7205cc155515dc', '114.119.140.103', 1684090446, '__ci_last_regenerate|i:1684090446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1382224cdb6deb44c2a7e9406e0b36a8885311b', '52.167.144.171', 1685231773, '__ci_last_regenerate|i:1685231773;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f138dd7760cad8b7c1905bc38b525dae1d1065ca', '157.55.39.62', 1660361390, '__ci_last_regenerate|i:1660361381;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13aaf2c9b6c0cd68808b309a74ae48c1fb48549', '51.222.253.10', 1664223060, '__ci_last_regenerate|i:1664223060;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 ('f13b819de280ea6334f307a3110409c9f02ad9e4', '114.119.142.189', 1685708148, '__ci_last_regenerate|i:1685708148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13c9a3d59780f2b593c1c9f255fc44f238ce2ab', '114.119.142.27', 1687631142, '__ci_last_regenerate|i:1687631141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13d93f63efc03802283c353d5844dd0ba2a8b97', '190.56.50.253', 1682539115, '__ci_last_regenerate|i:1682539115;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682539106;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13faa66511e2dda3a457f9d14530661a2c16eb5', '157.55.39.227', 1688453094, '__ci_last_regenerate|i:1688453094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f14036f131bbf8abc89d4d60e3839a436345cbe5', '52.167.144.63', 1687153417, '__ci_last_regenerate|i:1687153417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f140c6d3d8c9cbeb937c3556d7d3d6a0e0c0eff9', '40.77.167.202', 1687397052, '__ci_last_regenerate|i:1687397052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1419167c13275290a3421aa540c156b6f212984', '190.56.49.206', 1655418814, '__ci_last_regenerate|i:1655418814;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655410143\";last_ip|s:13:\"190.56.49.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655418752;register_id|s:2:\"26\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-16 08:47:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f142530f3c38d8da2653a58735daf607bae6cef3', '66.249.79.199', 1682304425, '__ci_last_regenerate|i:1682304425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f142e285699e435cdd45ff29f524d4085a8305ac', '54.227.32.154', 1651586871, '__ci_last_regenerate|i:1651586871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f14348fc7c04008ee48780f86a6eeb54dd845d73', '190.148.252.235', 1666873242, '__ci_last_regenerate|i:1666873242;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666873081;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1436083a90d9a4da5ac1378602e41b793827def', '207.46.13.11', 1669419437, '__ci_last_regenerate|i:1669419437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f145714339f878a7f5499bfc2ab0728236724c5b', '3.17.157.152', 1668808891, '__ci_last_regenerate|i:1668808891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1473923bc6fb35610ac407deae83cb7f359af59', '51.222.253.1', 1653984446, '__ci_last_regenerate|i:1653984446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f147f19e8a7c3ecc8946829c314ef100a776f267', '200.119.168.109', 1668884816, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668884816;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668884809;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f14822203d3c668d3aec733be183dec5e2a71b5c', '183.108.29.82', 1651485897, '__ci_last_regenerate|i:1651485897;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 ('f14836c3b4a65c07f7f6bddd2544ff4966b614f9', '40.77.167.101', 1661074039, '__ci_last_regenerate|i:1661074039;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 ('f14908daeaf5cdc04bf79b470569599d51253011', '66.249.79.194', 1687923193, '__ci_last_regenerate|i:1687923193;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 ('f14aaebd49ac7b1901fead96d2b05a6fae79387f', '190.148.158.69', 1685469396, '__ci_last_regenerate|i:1685469396;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685469361;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f14b0b08a175f52325eca74048e92d2c691de1f6', '52.167.144.166', 1686837538, '__ci_last_regenerate|i:1686837537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f14cdaf4a25f2112e5eb2b25d90f78f31c96fecc', '52.167.144.89', 1679731960, '__ci_last_regenerate|i:1679731960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f14eb9e0484028a9302cea3c231a6b2650b67b94', '190.148.252.151', 1670965530, '__ci_last_regenerate|i:1670965530;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670964498;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f153844f5546a8ad038b47da43e1774d08d155b9', '40.77.167.60', 1671531764, '__ci_last_regenerate|i:1671531764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15431f3c4d25fa305fe35c8c7ba365824fb1c1b', '40.77.167.115', 1681478421, '__ci_last_regenerate|i:1681478420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1545302b1167731d9b68da90594cb72fc3a60a3', '157.55.39.147', 1672468000, '__ci_last_regenerate|i:1672468000;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f156309f649e1461a9ce76b0c1d3e94a59ea1d14', '54.36.148.189', 1686737515, '__ci_last_regenerate|i:1686737515;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 ('f158d3defc95348607f33aeb4c5bc4a9c03c44cf', '114.119.159.15', 1686427399, '__ci_last_regenerate|i:1686427399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15b534e002803d0311ee87bdc8bb4859776c80c', '17.121.112.65', 1655990232, '__ci_last_regenerate|i:1655990232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15d305696503c7f1d96a638a0e9762c3bcd3ac7', '144.76.67.169', 1669881419, '__ci_last_regenerate|i:1669881419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15d8521f77152d7be93c1ee7355a9a0041cc01d', '207.46.13.6', 1671597883, '__ci_last_regenerate|i:1671597883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15ec16807b2a009241a85e7c0d4a1d0defb32c8', '52.167.144.31', 1675382692, '__ci_last_regenerate|i:1675382692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15fcea527fb33d6eb730c29442d83a05851e078', '52.167.144.164', 1686596406, '__ci_last_regenerate|i:1686596406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1623b467290c7ed3a6b709d53ad481a66f8defc', '3.237.104.7', 1654055393, '__ci_last_regenerate|i:1654055393;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 ('f16267ef52428ddadd787c91af1a39f656f27c66', '54.36.149.24', 1662913839, '__ci_last_regenerate|i:1662913839;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1627c794960d08e06d95523fccc4ae79a47b125', '114.119.137.153', 1685460760, '__ci_last_regenerate|i:1685460760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f164beec9833eb8bbb8d4ecd19ee78601d29e678', '190.56.50.15', 1667086022, '__ci_last_regenerate|i:1667086022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667085997;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f165bac22e3d6ef9c6fd9a0a6a40ec0349f678b7', '157.55.39.79', 1670374514, '__ci_last_regenerate|i:1670374514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f16651f586205f7bfdf32c042e30652389a631ff', '157.55.39.212', 1677585919, '__ci_last_regenerate|i:1677585919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1679ad4a7b2823d8a0247607a77c5ab13cd758b', '52.167.144.74', 1688251004, '__ci_last_regenerate|i:1688251004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f168a71a5596e1aac81420f47afef2589ba315b9', '190.148.252.96', 1673207933, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1673207933;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673177113\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673206972;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f169fa1bb6a90fedf2a347a3f81180f608182df7', '190.56.55.48', 1687295121, '__ci_last_regenerate|i:1687295121;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1687189860\";last_ip|s:14:\"200.119.173.96\";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 ('f16abd0a3aa938ed5ecb47500ecc03475e09cf02', '52.167.144.171', 1685453660, '__ci_last_regenerate|i:1685453660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f16c9d49f697362f9a652774f01cafe06d3797b3', '114.119.141.71', 1686912971, '__ci_last_regenerate|i:1686912971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f16df64939027acff181cb74b01c628b523629dc', '52.167.144.98', 1686103013, '__ci_last_regenerate|i:1686103013;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1713f4d70d5bdb91a23e560dfd61a2fef1214f1', '52.167.144.166', 1686856894, '__ci_last_regenerate|i:1686856894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f171f23e0a66f55df6a59fa5910f08c30e981bae', '157.55.39.79', 1669419458, '__ci_last_regenerate|i:1669419458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1728299b0dedc4d87bb209c43ec38f0f02267e0', '157.55.39.217', 1683192213, '__ci_last_regenerate|i:1683192213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f173647c71d378dfea7cc2f5f548d0e4702c1086', '190.56.32.131', 1687649455, '__ci_last_regenerate|i:1687649455;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687649399;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1737226856512e176edde35dfbb2b3476e70dcc', '157.90.152.164', 1666804168, '__ci_last_regenerate|i:1666804168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f175909618b4dd9e84d6ad1e2c1a103dc3bd73d0', '200.119.173.111', 1654804885, '__ci_last_regenerate|i:1654804885;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17705c124494b11a38415d30025e79eba451ee3', '17.121.112.84', 1661475075, '__ci_last_regenerate|i:1661475075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f177d99df029adbef6105164025b0da1c3d7a10d', '52.167.144.61', 1688042493, '__ci_last_regenerate|i:1688042493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f179afe43226759d52ee1aa4a7e960d942e4eff0', '40.77.189.249', 1663699538, '__ci_last_regenerate|i:1663699538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17af9ac8d6422a7fa1c78c6a782bda3e4bea350', '207.46.13.41', 1665658731, '__ci_last_regenerate|i:1665658731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17b035a9ef8623f0b653c7a4a15beac1c75f0a5', '130.245.169.70', 1657360537, '__ci_last_regenerate|i:1657360535;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17b35a620df9213234fc3e5447a1cba83462c9a', '52.167.144.162', 1686578132, '__ci_last_regenerate|i:1686578132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17c52f590d186703c1830b2927085298f0f6ba3', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;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 ('f17cb6c4707d973e972174357bd6e9dde1e8d9e4', '190.56.50.32', 1655145690, '__ci_last_regenerate|i:1655145689;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655145689;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17cc0f8e0a2ed7bfeeb9763411d383006478f1c', '51.222.253.16', 1682063872, '__ci_last_regenerate|i:1682063872;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 ('f17e0574d01e5aa320bbfa48b779d669c1a8e073', '40.77.167.202', 1687583622, '__ci_last_regenerate|i:1687583622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f17e72140b451811f9a52c138460e314fc81721b', '221.157.13.192', 1679936985, '__ci_last_regenerate|i:1679936985;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 ('f181698e2d1841e331f54d334891687479990235', '207.46.13.205', 1671533762, '__ci_last_regenerate|i:1671533761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18354136cc7ea012b1bcf9568696e443f11efba', '190.56.49.237', 1665687648, '__ci_last_regenerate|i:1665687648;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665685945;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1836f8de965ac3caacde270f161d87ad1b67c3c', '52.167.144.162', 1681886699, '__ci_last_regenerate|i:1681886699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f184687f1251df94942194d0af093ee45f387e7f', '190.148.252.161', 1669919228, '__ci_last_regenerate|i:1669919228;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669919224;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18596cc62a6ddf67e864df0a8d374a7ae9ac6c8', '200.119.172.126', 1652881417, '__ci_last_regenerate|i:1652881417;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652880669;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f185c69e1d9b55f6e0c65b1a7cb1e8906e6d89de', '35.129.24.198', 1662950831, '__ci_last_regenerate|i:1662950831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f186c4f3515d62e852c79c5c6794f00bac462d72', '40.77.167.170', 1675639280, '__ci_last_regenerate|i:1675639280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18bd10f5aadeb5569bc76f051e44b833e3d73e9', '157.55.39.143', 1670210273, '__ci_last_regenerate|i:1670210273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18eac570967645f59ead8389fec855b9e3fbfe3', '40.77.167.115', 1681611387, '__ci_last_regenerate|i:1681611387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18f6e3db5ab0aeaa4255cfa72896f4946aa37ed', '51.15.234.20', 1656192683, '__ci_last_regenerate|i:1656192683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f18f90cb14002919ac73f45cc8b510962cb46507', '207.46.13.17', 1674339854, '__ci_last_regenerate|i:1674339854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1903c53286498e83b3a08ff0b91cb68e6f3b239', '198.251.73.67', 1680407568, '__ci_last_regenerate|i:1680407568;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f190405785e134deafb431da08731a492bb2d2c0', '52.167.144.61', 1688113976, '__ci_last_regenerate|i:1688113976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f190596bfb2a1790994235c2f7fcb56e855a0b03', '52.167.144.171', 1684480332, '__ci_last_regenerate|i:1684480332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f190a7b0fcb3c17c3de2eea80298219a668500b5', '52.167.144.82', 1687311466, '__ci_last_regenerate|i:1687311466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f190f697e9a4378aeca19d9bccb8e24037ca7f6d', '5.188.62.21', 1656455296, '__ci_last_regenerate|i:1656455294;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1914be035756d1a4219467e55ee35eece648ac3', '40.77.167.13', 1672495605, '__ci_last_regenerate|i:1672495605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f194834323a4556c421d7346fe1f02570a5eb06e', '35.88.165.15', 1681564463, '__ci_last_regenerate|i:1681564463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1954827a100adc1288136757b51f816fa353eb1', '190.56.54.156', 1665067815, '__ci_last_regenerate|i:1665067815;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065374\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665067419;register_id|s:3:\"119\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 08:34:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19879544532f3c42da69c98e7db5e0b66ccafec', '114.119.136.3', 1687553559, '__ci_last_regenerate|i:1687553559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1987e3e5b44856bffb98fcfe3e98a7924758fd3', '114.119.131.42', 1687342528, '__ci_last_regenerate|i:1687342528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f198e6bc72e495bce4f75ffd094cea4d7525f536', '200.119.175.15', 1658512544, '__ci_last_regenerate|i:1658512455;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658494161\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658512544;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19aad6869c3a9d214c7ed19126f5a1a33db3a32', '40.77.167.191', 1681931315, '__ci_last_regenerate|i:1681931314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19b457a3c545b533304b00dc364ad719dd36717', '190.148.157.183', 1680560771, '__ci_last_regenerate|i:1680560771;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680560230;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19b5c3232746c2c8a61b50d5d99cb436e015218', '51.222.253.17', 1671556541, '__ci_last_regenerate|i:1671556541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19d5028d32f5d90b13f5cdb8e107777261e65e7', '190.148.252.111', 1677892545, '__ci_last_regenerate|i:1677892545;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677891807;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19e4eae805cf83b08be0f6f2d6f48dc02b3d87e', '157.55.39.79', 1669794924, '__ci_last_regenerate|i:1669794924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f19e87fff50053d5d97e7b2953426737bac281d3', '159.65.24.22', 1653658145, '__ci_last_regenerate|i:1653658145;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 ('f1a02d17221cf561e489f802cbcbe7b1723c842e', '114.119.148.208', 1687231467, '__ci_last_regenerate|i:1687231467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a0914da98eea198e4e07a681321da8cafaa856', '190.56.32.174', 1676506475, '__ci_last_regenerate|i:1676506475;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676460162\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676506446;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a158d86b0f174f6aa66635e40b1f6b04424e99', '190.148.158.151', 1677030821, '__ci_last_regenerate|i:1677030631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677030814;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a1d8b820fc18a61668758fb5281f82b557afc8', '190.56.55.48', 1687268208, '__ci_last_regenerate|i:1687268208;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687268205;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a2e6c2208f9a232835dad0f137b97faf9e71b1', '52.167.144.164', 1686403941, '__ci_last_regenerate|i:1686403941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a368bc9dd64edfb60e9b8143c7742781c9205c', '66.249.79.199', 1680464131, '__ci_last_regenerate|i:1680464131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a436afe99375b6a75cebef691a37457e6a91c7', '40.77.167.85', 1686373124, '__ci_last_regenerate|i:1686373124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a7b9661b9f96079a3a3518b08620f52e23430a', '190.148.252.85', 1666219613, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666219613;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666219191;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a97bfc33c423f4f6ad7fb65aa4de6ad0c9edc1', '157.55.39.253', 1682261043, '__ci_last_regenerate|i:1682261043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a9d0ee6f5fddda6c2e7fa3ac64d403d0f358f0', '190.56.50.253', 1682430660, '__ci_last_regenerate|i:1682430660;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682430643;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1ab822ae04661c2ae7879a3482d06196945ade1', '54.36.148.145', 1666874526, '__ci_last_regenerate|i:1666874526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1abac32f3c0844e42526f1b4803edb7eff0571f', '52.167.144.98', 1685402449, '__ci_last_regenerate|i:1685402449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1ac295137b18b2c492be464dae46950e9533ec8', '52.167.144.31', 1675516688, '__ci_last_regenerate|i:1675516688;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1acb1f5df9fc0e2152bfd832cbbfbcde932c36a', '17.121.113.23', 1653823055, '__ci_last_regenerate|i:1653823055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1aef28b0ee6fab31555a71741e90a37be5ddb60', '51.222.253.11', 1683689567, '__ci_last_regenerate|i:1683689567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1af732c0c63a11504f63d7aa62e2ddd09c1b4f6', '3.111.41.2', 1670738464, '__ci_last_regenerate|i:1670738464;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1afd84943a3453204856e3ebb93f0b51c04e7d4', '190.148.87.6', 1668212262, '__ci_last_regenerate|i:1668212262;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668122636\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668212257;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1b020a20cfd05f590f732fd958b0a12021bbcb1', '114.119.149.150', 1687296083, '__ci_last_regenerate|i:1687296083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1b0c3aef0eb1e918b8425263e94230f9c0970e8', '207.46.13.154', 1670806750, '__ci_last_regenerate|i:1670806750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1b2628fe611826dc678ac72cefae1a9b053ea12', '190.148.252.197', 1665502923, '__ci_last_regenerate|i:1665502923;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665502810;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1b4f0250b27999fab0a1f10b58bd7849bae1279', '130.245.169.70', 1657360544, '__ci_last_regenerate|i:1657360543;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1b7b07469aa50cc449138e726e663198336bbe2', '114.119.132.149', 1686504613, '__ci_last_regenerate|i:1686504613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1b956e71bf85beb66eb7cb8ab48b0b78ff86e81', '207.46.13.106', 1670998535, '__ci_last_regenerate|i:1670998535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1bae53f531fefa43b6cccf03d6b46575cc2591f', '211.227.20.61', 1651090666, '__ci_last_regenerate|i:1651090665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1bb5bae0b0c8580ca74ba7a3dc93ee9004788b1', '173.249.31.237', 1659409035, '__ci_last_regenerate|i:1659409035;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 ('f1bebafc86062c29867b1be3051f4f7579eb0133', '190.56.173.213', 1683151894, '__ci_last_regenerate|i:1683151894;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683146655\";last_ip|s:14:\"190.56.173.213\";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\";user_csrf|s:20:\"kyVUWHxmJTEgibGdFq34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1bf8a5ad6f23b0277bb546126b80dc3f3fd0f86', '40.77.167.11', 1673760011, '__ci_last_regenerate|i:1673760011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1bfbbbdb427646e148110314a78f459ace8eabb', '114.119.156.165', 1688484845, '__ci_last_regenerate|i:1688484845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c0afe56c9e54005707dcdf6c1772dce20b7ee0', '200.119.168.250', 1680611801, '__ci_last_regenerate|i:1680611801;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680522246\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680611774;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c23a8fb928e46c2b8757b9a2557fc1b2ed1fb8', '114.119.150.15', 1685913345, '__ci_last_regenerate|i:1685913345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c3773a9d20483a7f9daca389543aa248e66139', '114.119.152.69', 1687980501, '__ci_last_regenerate|i:1687980501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c38f43779c662df6f10c2205d5cfe44c8edb73', '200.119.172.48', 1668604368, '__ci_last_regenerate|i:1668604368;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668604362;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c49a492671b5b91d556a93311f32739b58598b', '190.148.157.53', 1684088872, '__ci_last_regenerate|i:1684088872;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684087778;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c737f89b12f7f1042bd83921b8d606fcc8d65e', '190.148.158.69', 1685739804, '__ci_last_regenerate|i:1685739804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685739792;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c84499bcc71be6fc1848363eda58aa6a68d9cb', '17.121.113.76', 1654435367, '__ci_last_regenerate|i:1654435367;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 ('f1c8fb6b404d803afa0b23010e2167bb3c4d74eb', '190.148.158.151', 1677331927, '__ci_last_regenerate|i:1677331927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677331881;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c9e468f4d8f7d218a805549cd22697fb13ee2c', '190.148.157.98', 1678972290, '__ci_last_regenerate|i:1678972290;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678880534\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678972284;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cad76b507c46fd6c1762a29626ae39f231311d', '190.148.157.183', 1680194681, '__ci_last_regenerate|i:1680194681;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680194628;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cbfc7414dced0b826268d1c7e1345dc718d8e7', '190.56.32.174', 1676814283, '__ci_last_regenerate|i:1676814283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676814273;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cc15949d8ae5ef610337be56f126121b5e3067', '114.119.158.94', 1686905394, '__ci_last_regenerate|i:1686905394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cc3c316a536e7bb891417d0ded142f0dda320a', '190.56.32.174', 1676732101, '__ci_last_regenerate|i:1676732101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676732093;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cd385191ce6df82f382983232c81b2be6633c0', '114.119.147.110', 1685040271, '__ci_last_regenerate|i:1685040271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cea1a71e96e86951ca6222f4b3b88eb88d6055', '17.121.113.179', 1653574248, '__ci_last_regenerate|i:1653574248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1cfcbece9ae7947fbb0add348b3b168f652e6a8', '40.77.167.191', 1681830978, '__ci_last_regenerate|i:1681830978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d20d455429393368f8341cff4e2456cc64588a', '190.148.87.182', 1679578240, '__ci_last_regenerate|i:1679578240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679494465\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679577458;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d2647121305538f549d54d3a53cf9fddf5940a', '157.55.39.46', 1673079286, '__ci_last_regenerate|i:1673079286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d2e52e1591a89ad0d517e8cdccdd879a3200f5', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d4a90206342c4a2edd60660cbfa2084cc385ee', '74.208.2.193', 1668050331, '__ci_last_regenerate|i:1668050331;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d5f61fe588ee3da63e958f3619c02503475e7f', '156.238.7.253', 1664742702, '__ci_last_regenerate|i:1664742702;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d6d6e542b768aa59a5c522cb3d08523ef85309', '40.77.167.202', 1687351042, '__ci_last_regenerate|i:1687351042;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1d8bc210452edf735f0d93e0753810124670387', '190.148.157.183', 1680198475, '__ci_last_regenerate|i:1680198475;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680198465;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1dacfc042ffdc5a1b5f0714b01d91b2cfb9ac52', '190.56.50.15', 1666983497, '__ci_last_regenerate|i:1666983497;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666871179\";last_ip|s:15:\"190.148.252.235\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666983463;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1db8483a2838f17e4f480dd09e0384303867a29', '200.119.174.9', 1674323491, '__ci_last_regenerate|i:1674323491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674323413;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1db891c1479da3c073454095634fb31ef9e6f5e', '51.222.253.11', 1670076204, '__ci_last_regenerate|i:1670076204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1de7c531198e8987a00c0ff3a11864d6b531387', '40.77.167.11', 1673510183, '__ci_last_regenerate|i:1673510183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1def6a31c2bf932854502926758cf0897b8e62f', '5.188.62.76', 1659525268, '__ci_last_regenerate|i:1659525263;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1dfaf37093954c8bdc7971c3145ee6d9ce74fa7', '40.77.167.170', 1675379324, '__ci_last_regenerate|i:1675379324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e0860b7cb7d627caf2bed2717db58e987fa9df', '54.36.148.165', 1678896595, '__ci_last_regenerate|i:1678896595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e3c4cbb792e33a250e82ea9ec669a21cd8d68f', '54.36.148.240', 1657346871, '__ci_last_regenerate|i:1657346871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e72f76fcce36d717602c7ec5ef56b9ed71a607', '52.167.144.43', 1683790071, '__ci_last_regenerate|i:1683790070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e7d04918b7bd983157cc8d07ab4c7b71fa47e0', '190.148.157.99', 1662644656, '__ci_last_regenerate|i:1662644656;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662581516\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662644645;register_id|s:2:\"98\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-07 08:12:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e947e0fd7cd5016ee78eeee99654778009397b', '51.222.253.4', 1660032110, '__ci_last_regenerate|i:1660032110;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 ('f1ebbc0eed231e78be04a9b3b028140cbc1e2db7', '40.77.167.13', 1673056535, '__ci_last_regenerate|i:1673056535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1ebf02ed43e93d0ed3766b3ac7a8b9c268b6dab', '157.55.39.25', 1663582971, '__ci_last_regenerate|i:1663582971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1efc5bb14befe26adbffc2f12c4bf5cba711156', '190.148.158.69', 1685886490, '__ci_last_regenerate|i:1685886490;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685886486;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f4fd2c8da89d0a7067fa6f27d4e736beb4ae07', '190.148.87.6', 1668280427, '__ci_last_regenerate|i:1668280427;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668189413\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"mfIqMjx2UeHOvoic9TSY\";last_activity|i:1668279283;register_id|s:3:\"144\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-11-11 11:57:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f53d9cfef0e7d9410eb59f524e0f70c05a5f58', '190.148.157.192', 1655855989, '__ci_last_regenerate|i:1655855533;requested_page|s:18:\"admin/pos/view/371\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655838417\";last_ip|s:14:\"200.119.174.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655855533;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f5fee93219077044d47e240101644bf0055bd0', '190.56.48.81', 1666038043, '__ci_last_regenerate|i:1666038043;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666038032;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f6c934cc2727c31a188d5db73ef6f986bfade6', '72.13.62.26', 1651191322, '__ci_last_regenerate|i:1651191319;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f90debeb6e1ab41239a7ab6bce814ec92ff074', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1f9189f4bde8735b0cc5b688a6f0cb9e633ad53', '207.46.13.41', 1671234182, '__ci_last_regenerate|i:1671234182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1fd5635c27715921568c1a001946bb36fe169f5', '52.167.144.164', 1679259736, '__ci_last_regenerate|i:1679259736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1fda778a52cc5efe4e9595a2f9f81c1fc0c5cda', '207.46.13.147', 1672812017, '__ci_last_regenerate|i:1672812017;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1fe2822364490e5424799b669f2b9a60b53a963', '52.167.144.164', 1686510714, '__ci_last_regenerate|i:1686510714;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2030fb4448c8e93ad640691041227304c81046d', '190.56.173.167', 1650927117, '__ci_last_regenerate|i:1650927117;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650902763\";last_ip|s:14:\"190.56.173.167\";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:1650921814;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20314ae4af9f2e7c3afe1ee4f1573c07681d1bf', '190.56.54.156', 1665159688, '__ci_last_regenerate|i:1665159688;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665154983\";last_ip|s:13:\"190.56.54.156\";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 ('f2034c7aab074ad9b13ada62f5e4d26796007e8b', '190.148.158.110', 1662137444, '__ci_last_regenerate|i:1662137443;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f208f0ebcd1800473f8e35f7532919edbcf5abbe', '114.119.130.151', 1684313461, '__ci_last_regenerate|i:1684313461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20a2f8002659c56ef52db9964e5299e1585be56', '40.77.167.49', 1664551108, '__ci_last_regenerate|i:1664551107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20a646adeef6cf4b1b42e480461fedec48ce465', '40.77.167.64', 1674528561, '__ci_last_regenerate|i:1674528561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20c91c4525044f1ddb66723e132593eb6e1cc7b', '114.119.159.232', 1687712417, '__ci_last_regenerate|i:1687712417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20ce5ff8e3b60ba404ba309389b4e5d569436f0', '54.88.179.33', 1687442738, '__ci_last_regenerate|i:1687442738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20f4196b19dc84e92c8aae066cf2f313bb07563', '157.55.39.62', 1659076134, '__ci_last_regenerate|i:1659076134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20fe73718de7a26ebbc6c7100bb2d6922a6b558', '190.148.158.69', 1685983814, '__ci_last_regenerate|i:1685983814;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685983778;register_id|s:3:\"257\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-05 08:58:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f212531a21ca1b496efac29a20b7a67b6604c7db', '34.219.37.64', 1685576822, '__ci_last_regenerate|i:1685576822;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 ('f213192fdde880397473a054f8c0debe79d29560', '40.77.167.146', 1687707350, '__ci_last_regenerate|i:1687707350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f215685b670045109c4b5f9b13aa013d62b90b06', '52.167.144.164', 1684980353, '__ci_last_regenerate|i:1684980353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2158356c6cad9e3b1c11b98524b4a32494fd981', '52.167.144.154', 1687583636, '__ci_last_regenerate|i:1687583636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2161cb9546e260fbe042dd478c943b8ed271a29', '17.121.114.17', 1655210226, '__ci_last_regenerate|i:1655210226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f21696d5e7077a2797094272973cc563330832cb', '69.167.36.21', 1681022755, '__ci_last_regenerate|i:1681022755;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f217b2dcbea6de1001f97a087536a606440e69e9', '52.167.144.61', 1688177245, '__ci_last_regenerate|i:1688177245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2196efdce5e78b242a38492f0e46cf62601e8b7', '51.222.253.19', 1668328482, '__ci_last_regenerate|i:1668328482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f21cf82add1174d2a7bcf22edbcfe4d124767033', '66.249.79.228', 1650833426, '__ci_last_regenerate|i:1650833426;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 ('f21d3185ec612c77f2528d20b32b22d5d11d1863', '3.237.104.7', 1654055394, '__ci_last_regenerate|i:1654055394;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 ('f21f56f7c1de3f614e93cd76ea95f0d542cee819', '190.148.252.55', 1675727821, '__ci_last_regenerate|i:1675727821;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675598917\";last_ip|s:15:\"190.148.157.117\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675727590;register_id|s:3:\"191\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-06 08:54:54\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2208d11a23b807d0e8dfc4451bb002318e46a23', '207.46.13.211', 1679893925, '__ci_last_regenerate|i:1679893925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f224624e8d853d3c022249cf7c5c54a9ba340569', '51.254.199.11', 1653355390, '__ci_last_regenerate|i:1653355390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f224fadb78d6f297753f1163898fba3871258941', '66.249.65.103', 1653271181, '__ci_last_regenerate|i:1653271181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2253aecbd981868feb6a89b767f6815c254ebed', '137.184.189.93', 1687581825, '__ci_last_regenerate|i:1687581825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f22556de353828afeca553f94364bb0c2f70602d', '52.167.144.162', 1686411486, '__ci_last_regenerate|i:1686411486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f225c5ec8098a0c0cd3769364d9082f7f7fb2b0a', '207.46.13.210', 1686934729, '__ci_last_regenerate|i:1686934729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2270c4c9397d903f529a07d4ab00f5cbeefdf0c', '54.36.148.172', 1686351322, '__ci_last_regenerate|i:1686351322;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 ('f22760be7b3af6fff96ec1a86789a0d2a2d3455f', '200.119.170.143', 1670254011, '__ci_last_regenerate|i:1670254011;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670253615;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f228df9d0059fc05e363316ed39a160457a674ce', '52.167.144.31', 1681565064, '__ci_last_regenerate|i:1681565064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f22b14811013ce80c03343d31413f9f5df9a3339', '190.148.252.76', 1654377311, '__ci_last_regenerate|i:1654377311;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654346772\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375109;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f230cb0938baf21cb659ac01e7997435d25db15b', '114.119.132.112', 1685881016, '__ci_last_regenerate|i:1685881016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f233f6e25c07b9ab0b7c87921ab5ef0a9751bf6a', '190.148.157.183', 1680559732, '__ci_last_regenerate|i:1680559732;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680559721;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f234481068b075a4d5d8c9fd541c0fd324242ae7', '51.222.253.9', 1651449147, '__ci_last_regenerate|i:1651449147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f234ae4f8e6371c645354b142b78b4e3ad6799cd', '190.148.252.183', 1681229707, '__ci_last_regenerate|i:1681229707;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681229690;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2352f7507bcbf3c2f3b70d8056f5fea19099151', '207.46.13.12', 1675205837, '__ci_last_regenerate|i:1675205836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f236bddd063e8d9b0d4554c8a7f6bf0eb2903e62', '207.46.13.41', 1671513986, '__ci_last_regenerate|i:1671513986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f236d252659805d2e697746eea870248fbc88192', '40.77.167.182', 1683991378, '__ci_last_regenerate|i:1683991378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2373e65730c7e6de62088fe8edb314257903d04', '52.167.144.95', 1680523029, '__ci_last_regenerate|i:1680523029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2397a94896b89136f3a77d956c077870fd3162f', '18.222.207.164', 1685812535, '__ci_last_regenerate|i:1685812535;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2397c51b1622f2ceb6090f8ec19377bed219fda', '40.77.167.202', 1687513389, '__ci_last_regenerate|i:1687513388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2398d646f9dc724ec375c9a82b1137fee1f90ad', '51.222.253.1', 1673514120, '__ci_last_regenerate|i:1673514120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23a41160246d06e4382cc1bcb154d6394062ebe', '52.167.144.162', 1686475133, '__ci_last_regenerate|i:1686475133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23b81939a597db711496161f14a6d4db92660e9', '190.148.87.96', 1678712362, '__ci_last_regenerate|i:1678712362;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678712353;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23d2cf3b78a983bb1edc6c959e7a4554ed2f6a9', '114.119.145.86', 1686993367, '__ci_last_regenerate|i:1686993367;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23f62d8d07fb5c00bc5589058b7cf5841c8af03', '5.188.62.21', 1653285528, '__ci_last_regenerate|i:1653285525;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23f9b9fe5d2265de93d28667d3b2bcc8e24faa1', '54.36.148.163', 1684413542, '__ci_last_regenerate|i:1684413542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24090c1fffd5a5073c0c681bcf4574b42fb3dfa', '190.148.157.117', 1675545069, '__ci_last_regenerate|i:1675545069;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438844\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675544981;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f241923c53c004f117e25856c859ced5a2dd15b6', '165.22.44.243', 1672333421, '__ci_last_regenerate|i:1672333421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2425efdfdd4f497296107612d4c08eb288d5cab', '52.167.144.164', 1686726466, '__ci_last_regenerate|i:1686726466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24382729a1ea29ed64624e5ea85088628312bf3', '190.148.157.8', 1677881695, '__ci_last_regenerate|i:1677881695;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677880358;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f244b9ac4bb6ee9d45a4ffc94cea44873fb2a4df', '40.77.167.123', 1683192148, '__ci_last_regenerate|i:1683192148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f247aec3c659d12b8c12a9096f23974997855f5d', '50.21.188.67', 1672492708, '__ci_last_regenerate|i:1672492708;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2487daa46bdd51e1b0a6680f3a2aad85da7d5cd', '205.210.31.20', 1652129065, '__ci_last_regenerate|i:1652129065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24b305f06d2ff02f98cc32c216a5feee5428707', '50.21.188.6', 1675140687, '__ci_last_regenerate|i:1675140686;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24b3e426e6415b646bb26c8cab12f5324dc6406', '52.167.144.82', 1687332902, '__ci_last_regenerate|i:1687332902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24eaa8221db3a1a88c52d3a6a77c78ebf7061ee', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24f679a4bb97038e63823f5f4075023d35eb715', '51.222.253.15', 1663901629, '__ci_last_regenerate|i:1663901629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f252cfd490ab920e0cc1b3f39f8c89c54b9d7b23', '52.167.144.171', 1685719028, '__ci_last_regenerate|i:1685719028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2531901fa5f600c6398bbda580820c93d15d8f8', '5.188.62.76', 1659588535, '__ci_last_regenerate|i:1659588530;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25579876b46caba9ce67df44601c17d128289ed', '114.119.133.78', 1687327924, '__ci_last_regenerate|i:1687327924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2577b307c8f3009f70670f4f4ef484b9c342acf', '205.210.31.131', 1658351459, '__ci_last_regenerate|i:1658351459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f257ec8b43036ea83ce996bbeb0ab406728ae10d', '190.148.87.182', 1679854285, '__ci_last_regenerate|i:1679854285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679854269;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f259fed4192f294c66f88377d50d372e429626be', '114.119.139.102', 1686240401, '__ci_last_regenerate|i:1686240401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25a3e737164f1fe1471b42e4f9fb88c2a644cea', '114.119.131.254', 1688303854, '__ci_last_regenerate|i:1688303854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25aef17f2b28e5bcfcc7e3dd3e7eb353e54da8d', '52.167.144.98', 1686456474, '__ci_last_regenerate|i:1686456474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25b11c956a50390e8ef6e1cf78832ec56b54269', '54.36.148.63', 1673057439, '__ci_last_regenerate|i:1673057439;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 ('f25b3092c27df0b96f536a166d95e8c368ce419d', '114.119.133.182', 1687581439, '__ci_last_regenerate|i:1687581439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25ea37f96c0bd1e70defc324427a4c279ee7f1d', '51.222.253.4', 1665027934, '__ci_last_regenerate|i:1665027934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25fb26470483217916cb0a5bbb27c38419920f5', '190.148.252.183', 1681304489, '__ci_last_regenerate|i:1681304489;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681303790;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25fcf2c84227da26c7f79c5a9e5c165e849a57e', '51.222.253.3', 1675638757, '__ci_last_regenerate|i:1675638757;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f260c680dd7825a7d155369a58ea67136b5e5c78', '52.167.144.162', 1686251635, '__ci_last_regenerate|i:1686251635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f263036ff795b6286de6315cb209d46f16fae2cd', '40.77.167.166', 1675896192, '__ci_last_regenerate|i:1675896192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2685bd5961a056f71f7102502497ba44768a825', '207.46.13.134', 1673624874, '__ci_last_regenerate|i:1673624874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f26b83a2a43bc245fba825ab7ee2932b8df4beff', '185.27.99.112', 1666432935, '__ci_last_regenerate|i:1666432935;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 ('f26ddfd06390a1c08400b940476a3ba2e91ce446', '190.56.51.144', 1687096049, '__ci_last_regenerate|i:1687096049;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687095638;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f26f0cf03834994c3e55ca6f40bc92b04434ab33', '40.77.167.49', 1665403978, '__ci_last_regenerate|i:1665403978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f27041e87d0e25eb9a92ae882d89c67b2247c005', '51.222.253.3', 1655007773, '__ci_last_regenerate|i:1655007773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f271051f74b8bec17091a5309a1f810c56a7339c', '190.56.55.113', 1673806447, '__ci_last_regenerate|i:1673806447;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673805836;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f271fafa69cf76cf2197761ecf4ed5d47892ceb3', '157.55.39.200', 1665824551, '__ci_last_regenerate|i:1665824551;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 ('f2730a418435aa4adbb9e5e097178b58f567723f', '52.167.144.98', 1685147517, '__ci_last_regenerate|i:1685147517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2745be559138e405f3cd971a9d56c90f70f02b2', '200.119.174.9', 1674152749, '__ci_last_regenerate|i:1674152749;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674152704;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f27c9af97e8f3a4e63a778587bc87d2ebebe707e', '52.167.144.164', 1684485719, '__ci_last_regenerate|i:1684485719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f27cd5ca0d5935470b652572ccb19489d7c7eb1a', '52.167.144.98', 1686177845, '__ci_last_regenerate|i:1686177845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f27dad1e3194d9abfec5d4cb1a96bd93ec777c86', '207.46.13.210', 1677512569, '__ci_last_regenerate|i:1677512569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f280a3d936e9bf9e111acb3471f12780c31cfc13', '190.56.32.243', 1684707674, '__ci_last_regenerate|i:1684707674;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684707569;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f28185a887b86ef95694a3a459c856ded66a1fb0', '190.56.32.243', 1684607831, '__ci_last_regenerate|i:1684607831;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684607626;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f282b64c61470df547103d4a5b9fa3f1e636a53a', '114.119.156.129', 1687625547, '__ci_last_regenerate|i:1687625547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f283dc1aabcea11e366a551a714a03c6e4f6d868', '52.167.144.31', 1681399525, '__ci_last_regenerate|i:1681399525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f283e50dc0b99c9525dc1df73399d38b21055a73', '54.36.148.41', 1684496960, '__ci_last_regenerate|i:1684496960;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 ('f286a8109a105725ced1e2e952d991cf2f7954f4', '207.46.13.52', 1662825840, '__ci_last_regenerate|i:1662825839;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f288208085f4016473f0de1a6e5499d1b170c7a3', '52.167.144.89', 1679258362, '__ci_last_regenerate|i:1679258362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2895e33b6ee45b1649bffa692890ffcd55a22eb', '69.167.12.35', 1681555078, '__ci_last_regenerate|i:1681555078;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 ('f28d2953088f672abd87ffa34ad5da8117eb5aa6', '190.56.49.83', 1687042748, '__ci_last_regenerate|i:1687042748;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687042734;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f28def25e659724e95bb383b127e07c24aacf6fc', '157.55.39.69', 1672396517, '__ci_last_regenerate|i:1672396517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2911ddc3232858674f1318eaf01a2e250715e40', '114.119.140.238', 1685645342, '__ci_last_regenerate|i:1685645342;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f291a59b938650e86d8dd707501064008fce3e09', '51.195.216.255', 1650897244, '__ci_last_regenerate|i:1650897244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2921edb969386c18e36cc55ef861e71a4d6a99b', '35.175.178.92', 1684839413, '__ci_last_regenerate|i:1684839413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f29241f7964e684ecab270f09c85c0157593bd51', '190.56.55.48', 1687308334, '__ci_last_regenerate|i:1687308334;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687186958\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687308330;register_id|s:3:\"266\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-20 08:37:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2934c11cba8cc97a3e6c9bc3d2b5d4706f380b3', '167.248.133.188', 1688034803, '__ci_last_regenerate|i:1688034803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f293d9a63bc8ca9cd585eafc3f399edfb4ad472c', '40.77.167.227', 1682406702, '__ci_last_regenerate|i:1682406702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f29434e46d86900ba187bbf1bd4d261da2e379ef', '40.77.167.222', 1681116242, '__ci_last_regenerate|i:1681116242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f29740b69b8920aee9e66a6afddf6970a6157dfa', '52.167.144.98', 1685546739, '__ci_last_regenerate|i:1685546739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2985ca83852c695d080848a391aaec672cbadec', '52.167.144.164', 1686767847, '__ci_last_regenerate|i:1686767846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f29c040db9a699f95037d2cf77f035b51bf30fd2', '52.167.144.31', 1681531942, '__ci_last_regenerate|i:1681531942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f29c17f5d9ce314949a20c4f1ee0dbc4287517c8', '93.159.230.87', 1674553050, '__ci_last_regenerate|i:1674553050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f29d5bc75b9a7b6bf82061e18b052e6fe83d9458', '192.71.36.158', 1652301729, '__ci_last_regenerate|i:1652301729;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 ('f2a19d0e6568695519384d3412644610ce6f4914', '190.56.55.113', 1673457221, '__ci_last_regenerate|i:1673457221;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673457209;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2a28fca58055e1ba8db569897a6f64498d315bd', '50.21.188.67', 1672492430, '__ci_last_regenerate|i:1672492430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2a3bd96b68d24347826aceb2340b6371c7e09e0', '206.189.146.90', 1650966448, '__ci_last_regenerate|i:1650966444;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 ('f2a3eac61ea341852d1d208dac59e9afc62d8603', '114.119.135.78', 1686547186, '__ci_last_regenerate|i:1686547186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2a67ae0384c3b9d093fbbafc3344892c12b5a6f', '190.148.252.151', 1671413194, '__ci_last_regenerate|i:1671413194;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671412784;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2a67ca5d96e70e13487702781fcbe59c985eb20', '198.251.73.53', 1669807728, '__ci_last_regenerate|i:1669807728;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 ('f2a708508dd91cd2728c9bf18182611b0a89c0bf', '200.119.172.95', 1659801145, '__ci_last_regenerate|i:1659801145;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659799742;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2a7400696814490d9995f0e773d564b4becc066', '200.119.173.130', 1676073590, '__ci_last_regenerate|i:1676073590;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676073052;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2a74c0c405791a5a80c5b67e24acf7f57976254', '114.119.149.89', 1684313834, '__ci_last_regenerate|i:1684313834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2aa75ed5cb18ab5b834159d74aa68ed036a8c92', '40.77.167.108', 1687043677, '__ci_last_regenerate|i:1687043677;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 ('f2adbf05685babaa2e54ff84d42326dee8fbd222', '207.46.13.127', 1656933510, '__ci_last_regenerate|i:1656933500;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b3f8acf3f5b3eef4954992960b6d13a559a065', '52.167.144.164', 1684979781, '__ci_last_regenerate|i:1684979781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b6221e5106a093f570b4d49c88fd372c9dbc3b', '207.46.13.229', 1682615318, '__ci_last_regenerate|i:1682615318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b677f3fa04f8dee729a36810d5728e3fbfca38', '190.56.50.120', 1661812178, '__ci_last_regenerate|i:1661812178;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b7500c42477eac5396f63db91abe552aa18570', '114.119.133.166', 1686024906, '__ci_last_regenerate|i:1686024906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b77026c99b46e6855fc9913c76ff3ea84c6b0f', '52.167.144.154', 1687973038, '__ci_last_regenerate|i:1687973038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b7bb845b8566ca878964b8f161643bdd89b757', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;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 ('f2b7ea9032add19c20a145073dd8cfdc28291879', '51.222.253.14', 1669838766, '__ci_last_regenerate|i:1669838766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b8a4b7102547d081d623a6bd1776f63ceac7bf', '51.222.253.15', 1659540651, '__ci_last_regenerate|i:1659540651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b8e431147634eb205e1dea8ae444c37d1e2966', '52.167.144.89', 1679920414, '__ci_last_regenerate|i:1679920413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b9d1f49f64beaaf6653b905624fab5410c7416', '190.56.32.35', 1671647735, '__ci_last_regenerate|i:1671647735;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"ICGjOoJi2KYZbU9AgHLl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2b9e3bcd6b8add369999b13b56b79df2000d046', '200.119.173.78', 1682814202, '__ci_last_regenerate|i:1682814202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682814188;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2bdf23a8325a114e395b18aff9485fbe034ca94', '17.121.115.192', 1653404303, '__ci_last_regenerate|i:1653404303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2bee15eb689292d9f9bc9cd00e3a1e38ff30e16', '157.55.39.192', 1664697923, '__ci_last_regenerate|i:1664697923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2bfba6e6cfa42abbe951366a55da66839cdc0f1', '18.206.55.48', 1652386623, '__ci_last_regenerate|i:1652386623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c0566713da8f2e1edac1e2160b15e012a2d3dc', '207.46.13.154', 1671014589, '__ci_last_regenerate|i:1671014589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c190deacca2d03edc79ee8115009f8254a091b', '51.195.90.229', 1650840992, '__ci_last_regenerate|i:1650840992;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c1967dc5fcbf61d1ab36052291f275192e771c', '69.25.58.56', 1650713077, '__ci_last_regenerate|i:1650713077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c2e97fe94df8debdb8c11e6b770be09fd553f7', '207.46.13.1', 1671249334, '__ci_last_regenerate|i:1671249334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c430471d1da41df0e8b5e8f0d938e08e4bb91e', '51.222.253.7', 1653110673, '__ci_last_regenerate|i:1653110673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c438c4a9e37c8bb47e4bedd29755e47df56967', '34.214.205.172', 1654435955, '__ci_last_regenerate|i:1654435955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c684ea63339bf354418f5f3f6067790717c234', '52.167.144.164', 1686473954, '__ci_last_regenerate|i:1686473953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2c902fd2c494cac4e8b55467065583f993c7fd4', '52.167.144.162', 1682262680, '__ci_last_regenerate|i:1682262680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2ce070bc13d7b58c5ec5ca6e056c19dffb9a638', '40.77.167.43', 1654377376, '__ci_last_regenerate|i:1654377365;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2cfbbca7dc61a422748bcadead5d8fd6e2e36fe', '157.55.39.128', 1673821385, '__ci_last_regenerate|i:1673821385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d08c7c693a16c60f94e46a3558cbc19fa89fd5', '200.119.172.60', 1674760395, '__ci_last_regenerate|i:1674760395;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674645834\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674759243;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d0da724b63832c92f611c4ff507c5b2edd3fe5', '51.222.253.18', 1662456679, '__ci_last_regenerate|i:1662456679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d3d9611b7497b64a85227d2d45dcfe338e195f', '54.36.149.106', 1658092607, '__ci_last_regenerate|i:1658092607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d41f19b01b2b847549cf8a6ece4c99c5da889b', '52.167.144.98', 1686769229, '__ci_last_regenerate|i:1686769229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d4ff37c79d187ce7b50605cd2b6e55b793507c', '157.55.39.80', 1670715410, '__ci_last_regenerate|i:1670715410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d5f455eef1cac20823b45f3ba5f636f611782b', '40.77.167.80', 1686857005, '__ci_last_regenerate|i:1686857005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d6c8a4561915861904a6324ff1e2392a506177', '200.119.168.250', 1680705937, '__ci_last_regenerate|i:1680705937;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680705698;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d70e1b6276da62cc286c2b7ce9254ddda860e8', '190.56.173.213', 1683213157, '__ci_last_regenerate|i:1683213157;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683213152;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2d9a00def0a2a6075d0258ced0881534704e92f', '44.236.207.248', 1654183261, '__ci_last_regenerate|i:1654183261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2db669aa656e50df08e7617dfe910e039a6928b', '40.77.167.191', 1681615699, '__ci_last_regenerate|i:1681615699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2dca69c4611b742cd8550e58c3b00712348e412', '157.55.39.13', 1676485850, '__ci_last_regenerate|i:1676485850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2dda19cb7850f56da14a169f8ad508ce65b5956', '5.188.62.21', 1652824584, '__ci_last_regenerate|i:1652824578;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2de8d69a27a915c863d072fd7fc7b6e32835d0c', '200.119.168.3', 1660927703, '__ci_last_regenerate|i:1660927699;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660913814\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660927699;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2df01cd5e54bf8f7154ffb9f77ec5b6f3363476', '52.167.144.171', 1685180462, '__ci_last_regenerate|i:1685180461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2df6016d8cc9c5d2292fab279993e1e343340d7', '5.188.62.140', 1656360046, '__ci_last_regenerate|i:1656360043;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2df7f6ac7d306ba06f40139243c2663a1482647', '51.222.253.12', 1669271042, '__ci_last_regenerate|i:1669271042;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 ('f2e1cbd58a37237d7212d4f1b2978d8519aa0139', '157.55.39.125', 1653491438, '__ci_last_regenerate|i:1653491438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e2a336b465d5525a9d033e3da43ebfe79eff24', '54.76.103.25', 1685899046, '__ci_last_regenerate|i:1685899046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e3ac12fb84ccd25a0b07a11d70df5c7c23ae92', '147.185.238.53', 1653391026, '__ci_last_regenerate|i:1653391015;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e3ca9787bb62127afd956e3f4071beea99628f', '157.55.39.148', 1671815575, '__ci_last_regenerate|i:1671815575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e501b5a48d0f9900e72caa02ecd036a6f48581', '190.56.32.35', 1671658007, '__ci_last_regenerate|i:1671658007;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671641684\";last_ip|s:12:\"190.56.32.35\";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\";user_csrf|s:20:\"97HAlnDOJzpNXUa51Foy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e8b93a5cb05ed2aa03f14d821bd75a090cd215', '109.239.58.107', 1664528826, '__ci_last_regenerate|i:1664528826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e919b43ab5cff2706bbb500b5bd54a370f09dd', '168.138.14.153', 1654318389, '__ci_last_regenerate|i:1654318386;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 ('f2ec2aa09745fc629e88f4e0888a6ee9867e981b', '40.77.167.182', 1684254620, '__ci_last_regenerate|i:1684254620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2ec592eb830a25f0d48fcd0e2e4006d93fadaed', '51.222.253.7', 1664172857, '__ci_last_regenerate|i:1664172857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2ed3974da16e46502dfb64b514fd725f6e98bce', '190.148.87.96', 1678498998, '__ci_last_regenerate|i:1678498997;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678498997;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2ed3aadb897a42f92a59a6e83fbc2546d441426', '51.222.253.17', 1655562113, '__ci_last_regenerate|i:1655562113;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 ('f2ee0e206e91a4aed5481c92c29d60900a3d3d27', '157.55.39.100', 1672157223, '__ci_last_regenerate|i:1672157223;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2ef0e06e3ce6309ec7faebe98459608aa49b379', '190.56.173.213', 1683206233, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683206233;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683148367\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683206227;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2f08aacdfa99c50a5028a04117188678d50ae26', '190.148.157.183', 1680456101, '__ci_last_regenerate|i:1680456101;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680452887;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2f14659d154f9fe34b1a47f922038f3d0d70e26', '72.13.62.26', 1674222043, '__ci_last_regenerate|i:1674222041;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2f196ca1ed74c7619c01f333c725778e43525cf', '52.167.144.61', 1688113975, '__ci_last_regenerate|i:1688113975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2fbd4507e54148b4119fb707c20c4fae4be722c', '40.77.167.13', 1672322784, '__ci_last_regenerate|i:1672322784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2fc0466c6b9bec9a3064d590b86271b9cb57e0d', '51.222.253.20', 1678896598, '__ci_last_regenerate|i:1678896598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2fd26d68b0e3db1c9678c76f6d98c6dd1e6e67c', '190.148.252.88', 1670889597, '__ci_last_regenerate|i:1670889597;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670889572;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2fde42e5f01606d79e30f8e9a89aaa91b6cb3d1', '51.222.253.7', 1654977329, '__ci_last_regenerate|i:1654977329;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 ('f301170587fe7219ce97a074677e612e58a37e7c', '114.119.142.84', 1686173128, '__ci_last_regenerate|i:1686173128;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f30458525943a1f6690677183104f18fdd0cf34c', '114.119.150.27', 1685188347, '__ci_last_regenerate|i:1685188347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f304b5c4ecb707b22aa1ef3551744a32450cb1b6', '114.119.137.122', 1687697403, '__ci_last_regenerate|i:1687697403;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f304ce4b44193068e741bee4a9307d4550633359', '52.167.144.154', 1687784100, '__ci_last_regenerate|i:1687784099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3059d6b11a6f74eee34afa22f4c0dcedec6dd07', '190.148.158.151', 1676986119, '__ci_last_regenerate|i:1676986119;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676985890;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f30616006c2a31251a2a7e8664135a41c917d6a6', '54.36.149.63', 1679501662, '__ci_last_regenerate|i:1679501662;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 ('f3078e18a9d0aeacb7445a1e6be0b003b560d0c4', '52.167.144.42', 1680045718, '__ci_last_regenerate|i:1680045718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f308334921404a545626c4f36cd23b17c9d8d0f1', '17.121.113.196', 1652197088, '__ci_last_regenerate|i:1652197088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f308a1351c5a4a369d755d6956f340e0471a98a6', '207.46.13.224', 1680568891, '__ci_last_regenerate|i:1680568891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f30a9d9175a255828737f911c5eade0c6b3411c5', '207.46.13.234', 1660269869, '__ci_last_regenerate|i:1660269869;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 ('f30bc915826c0321bd1b59f8487b9383bf86669d', '157.55.39.79', 1670179126, '__ci_last_regenerate|i:1670179126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f30cc51e3869932545a519f976eb76c78f91ad7b', '157.55.39.216', 1676610110, '__ci_last_regenerate|i:1676610110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f30ebc8c0141570d51fab6c5530eadf61834449f', '200.119.173.78', 1682890924, '__ci_last_regenerate|i:1682890924;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682890891;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f31211c14fd8f96f7228065e363a929ed1385ea4', '114.119.133.190', 1688074228, '__ci_last_regenerate|i:1688074228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f31438f7e80d80e54e549e43e5457f4fc1e4c8c1', '190.56.55.113', 1673456221, '__ci_last_regenerate|i:1673456221;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673456179;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3156e51e473376162f3aff6778f8e52f12ecb9f', '157.55.39.69', 1671820510, '__ci_last_regenerate|i:1671820510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3160d30998bb231540fbf97af4a129322fb9aec', '51.222.253.1', 1662540019, '__ci_last_regenerate|i:1662540019;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 ('f3170d1150aa81a5e8e5aa66f8aca474e661627b', '40.77.167.133', 1684081110, '__ci_last_regenerate|i:1684081110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f31c2a671bfb49f3bc44418cbc8d433c64d9d748', '77.74.177.119', 1674228594, '__ci_last_regenerate|i:1674228594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f31c6e7b12c508ce154827ce1be66211e49bf8ed', '190.148.252.178', 1657545956, '__ci_last_regenerate|i:1657545956;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657485666\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657545949;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f31f7e71bdfc7567f5c1dc6bf4ae90a3a4194445', '207.46.13.175', 1673009001, '__ci_last_regenerate|i:1673009001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32233342e05911886758e6e605717a67a1d1dee', '190.148.252.76', 1654215747, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654215747;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654215737;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f322666dce0ef7f179a916892658ac66854226e3', '40.77.167.13', 1672124184, '__ci_last_regenerate|i:1672124184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f322b818f1b50061af4291843342a601d86af448', '51.222.253.12', 1687679277, '__ci_last_regenerate|i:1687679277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f324190a017adbe3972e28fec0550afb64042194', '52.167.144.164', 1684522577, '__ci_last_regenerate|i:1684522577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f325df8e20e332a8544cd320f18e9e6101f8d667', '66.249.79.193', 1654390141, '__ci_last_regenerate|i:1654390141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f326eccb3aa85b07d4ff94ede669f0fa17d2e924', '130.245.169.70', 1657360533, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32882fa8f077f20ce118d7836d44335169ac160', '114.119.130.199', 1688488734, '__ci_last_regenerate|i:1688488734;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32b46c60977aff044e6072b5eb388b7b64e95c4', '40.77.167.222', 1681353364, '__ci_last_regenerate|i:1681353364;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32d2a99421c67eb0e4e27bad7aad8528a9ef4f1', '51.222.253.10', 1664083359, '__ci_last_regenerate|i:1664083359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32da1990767d2437cac01b8910d2c72a687cbf9', '40.77.167.37', 1668857989, '__ci_last_regenerate|i:1668857989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32f8381ac0b8747a8da6d15ce100632fd73fe6c', '207.46.13.41', 1671485312, '__ci_last_regenerate|i:1671485312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f32f9a003bff86d04f8082b1a36ee91294df4907', '40.77.167.64', 1674836759, '__ci_last_regenerate|i:1674836758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f333dcdb20e4b9e65451a4fea30778977ad08d71', '157.55.39.147', 1672291358, '__ci_last_regenerate|i:1672291358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f334c7a44c035e1a89c2feff83157cb3117ef4d8', '93.123.132.168', 1674060743, '__ci_last_regenerate|i:1674060743;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 ('f336d6e06a90eac43e5703f5619044ee46d2ff05', '207.46.13.1', 1671347523, '__ci_last_regenerate|i:1671347523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f338e65fc98f860cdd6cb0710f9bce3892f5951a', '163.123.143.82', 1673574354, '__ci_last_regenerate|i:1673574354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33a1a038fa9f24f25ebbbea1e88efb69908fbb2', '193.201.9.12', 1654595402, '__ci_last_regenerate|i:1654595402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33ad8bd165c0c2025ee5e37c28f87305ae085db', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33ae305cf11a7c4e13a20d2c13cdbd7f4854d55', '54.36.148.18', 1679353560, '__ci_last_regenerate|i:1679353560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33b870655ceb91d85b587776ed489e56f807dba', '200.119.174.9', 1674347004, '__ci_last_regenerate|i:1674347004;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674346979;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33c2e294fe426c00bb9b431bcb82d3e4e80f913', '40.77.167.178', 1676841377, '__ci_last_regenerate|i:1676841377;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33e558292968fdd034d7b525b048d3cc63e6d8a', '200.119.173.87', 1662734498, '__ci_last_regenerate|i:1662734498;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662677602\";last_ip|s:15:\"200.119.174.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662733433;register_id|s:2:\"99\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-08 08:25:54\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f340c49e0e81e89e909d4607e2c0b67b7eef779c', '52.167.144.98', 1685975589, '__ci_last_regenerate|i:1685975589;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3417ecb24df4636aaf1d53d81525578a2f8ca08', '36.99.136.139', 1650976201, '__ci_last_regenerate|i:1650976201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f342b579498372d7854928bc3d088170ce6ae46b', '51.222.253.18', 1656680455, '__ci_last_regenerate|i:1656680455;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 ('f342e325b3ec48d399700a623bcc48f11488cd87', '200.119.173.130', 1675884556, '__ci_last_regenerate|i:1675884556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675771073\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675884060;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3436da3fa7b7f9b4022ba0fd54bc9d69dab07c4', '190.148.158.175', 1672339366, '__ci_last_regenerate|i:1672339366;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672339363;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3442eff7487c799cd6cde94996e727a827621f2', '173.249.31.237', 1659409053, '__ci_last_regenerate|i:1659409053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3447de40a3942f67096e651ebe0bdce91a5193d', '157.55.39.128', 1673322668, '__ci_last_regenerate|i:1673322668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3472026df42227ad7f05abdbf06822a76177916', '52.167.144.98', 1685629937, '__ci_last_regenerate|i:1685629937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f348b3e327524df7492713acbdb39cb24a7ad49c', '207.46.13.12', 1675584086, '__ci_last_regenerate|i:1675584086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f34e76ba474af01e68158abde950f4d2f412e694', '207.46.13.160', 1664170739, '__ci_last_regenerate|i:1664170739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f350d2215990c5e8fe5276ec86bd77a153faf21e', '190.56.173.213', 1683216500, '__ci_last_regenerate|i:1683216500;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683215986;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f354b6fcb1fac7ceced624b3d0084700aa3edf32', '66.249.65.179', 1673880287, '__ci_last_regenerate|i:1673880287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3551383b791415d7b98d1ba7b69af02d66a7d24', '114.119.130.23', 1688399967, '__ci_last_regenerate|i:1688399967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f35564ae4bd44cd5f4f64b99178c610e2f8b5b78', '51.222.253.11', 1681525736, '__ci_last_regenerate|i:1681525736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3568714cfbd69a9d3c4fa59074405fe36a333bb', '114.119.135.32', 1687631851, '__ci_last_regenerate|i:1687631846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f35782a90ea3195c1d8d0ffe687870f7aa3a2f04', '190.148.87.6', 1668370395, '__ci_last_regenerate|i:1668370395;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668369979;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f359117e16d7c7a2c4ef40226b2d3a5d8534167e', '174.138.60.28', 1687563867, '__ci_last_regenerate|i:1687563866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3592244625319e3f9d2ca5e2e7e54d99b116f5e', '190.56.49.187', 1688004021, '__ci_last_regenerate|i:1688004021;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688003724;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f35977988535c58665e52e34623b7a77c2a72916', '190.148.157.177', 1682118325, '__ci_last_regenerate|i:1682118324;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682086999\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"8Xx71CL2vMrZpbhFDtPN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f35ec41e134ef5bf96f1b961dc0152c486074c2b', '190.148.157.177', 1682117527, '__ci_last_regenerate|i:1682117527;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682117483;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f361dd36d8d2c6cd1290e6d6e4cbaa3fb3bee86e', '200.119.169.44', 1663711605, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36424ab58dac7671355599c769c03d2549bfc7c', '17.121.112.23', 1653057293, '__ci_last_regenerate|i:1653057293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3645210e286bbcb4c52d6b9101f900170c90d2d', '198.251.73.33', 1669808169, '__ci_last_regenerate|i:1669808169;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f364f44143ec85473099558ca3952b56225cd024', '151.204.150.136', 1659094049, '__ci_last_regenerate|i:1659094049;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f365ef922d60044df82ac72117f4f5bf4dd7703d', '167.172.75.190', 1651146534, '__ci_last_regenerate|i:1651146530;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 ('f366967827e0b570d292057dac610bbcf4a5130f', '52.167.144.171', 1685774125, '__ci_last_regenerate|i:1685774125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f367707a74e38573ed7b82c68d88848d8e63401f', '207.46.13.230', 1656303025, '__ci_last_regenerate|i:1656303025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f367a084e1e54ae176abc5e4c75dcf5804bffc83', '207.46.13.209', 1681352785, '__ci_last_regenerate|i:1681352785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36843bc8ec338753cefa434604070fbf973b818', '157.55.39.46', 1672430659, '__ci_last_regenerate|i:1672430659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3689d38853a74be93dc86f413cd7935e55a2444', '40.77.167.37', 1669998943, '__ci_last_regenerate|i:1669998943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36a50e9b15d35fc06e73e458eb148eaef170a0c', '52.167.144.164', 1685241021, '__ci_last_regenerate|i:1685241021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36aae1bc8b6d71c0b1885525fae654b447afb5a', '190.56.50.6', 1667659499, '__ci_last_regenerate|i:1667659499;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667659495;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36f813c48b1345e57dc794bc27860c30c9033f9', '40.77.167.166', 1676564586, '__ci_last_regenerate|i:1676564586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36f89868843da4a6848f5d4c24846a5fa7b8d0c', '66.249.73.135', 1675661138, '__ci_last_regenerate|i:1675661138;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 ('f37032e0732535476fe93e68343bfd6a9be65c42', '190.148.252.151', 1671403989, '__ci_last_regenerate|i:1671403989;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671403920;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3707f7e6d80732d168b4caf16a3fa9dd6c7bb01', '200.119.168.250', 1680656713, '__ci_last_regenerate|i:1680656713;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680656709;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f372674e0553f847f311f387c75caa4a3659398b', '190.56.50.6', 1686951555, '__ci_last_regenerate|i:1686951555;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1686781563\";last_ip|s:15:\"200.119.173.107\";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 ('f373b3ffb0de70c6f39228dab7d240bb5a7e1aa9', '52.27.252.244', 1655558997, '__ci_last_regenerate|i:1655558997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f373ed7bd165ce7d3194959127ba447c8552bab4', '114.119.128.203', 1687021479, '__ci_last_regenerate|i:1687021479;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f375355c555032e673b0bfbd789d4e42ce9f250b', '157.55.39.212', 1677502963, '__ci_last_regenerate|i:1677502963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3773cb030a84f87a90b40e9437d71828b611cf9', '190.148.87.182', 1679605172, '__ci_last_regenerate|i:1679605172;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679604211;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37c394459076a7405ae0665406801f7d6252812', '190.148.157.183', 1680200700, '__ci_last_regenerate|i:1680200700;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680200695;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37cfef39d4820558d8997e1ad61d4bd50e29073', '114.119.157.146', 1687916211, '__ci_last_regenerate|i:1687916211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37db11f947c6d9848a02dba69230399f5bb967f', '114.119.147.239', 1687164256, '__ci_last_regenerate|i:1687164256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37df2b2c1fae6fe64b871533fdc3fcc71675339', '54.36.149.76', 1654286022, '__ci_last_regenerate|i:1654286022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37e3b3b841bcf9a60fc545b193b54be3aaba78d', '51.222.253.5', 1688530147, '__ci_last_regenerate|i:1688530147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38167a199949390a7b81a39083a848f18d2cd05', '52.167.144.73', 1679782193, '__ci_last_regenerate|i:1679782193;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f381d973b59f6202cf9a1a9a8e8a502c9f6718bf', '114.119.148.4', 1688096764, '__ci_last_regenerate|i:1688096764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f384e17882d38738b3241afd4c544980663dc17d', '17.121.115.253', 1655643142, '__ci_last_regenerate|i:1655643142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f384f539cb61b0a47fb01ea016f6aa33bb3c6600', '17.121.112.113', 1653821413, '__ci_last_regenerate|i:1653821413;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 ('f3876785ae1c71617eda4c3d6546ef5a87409bf9', '51.222.253.16', 1667919394, '__ci_last_regenerate|i:1667919394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3894f05188eed0aa8b63a292277510f0c9b5a06', '190.56.55.113', 1673727537, '__ci_last_regenerate|i:1673727537;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673726323;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38a41b433149e9e446fc14fc2780fc4facffc8a', '40.77.167.115', 1681590325, '__ci_last_regenerate|i:1681590325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38aec0d4243a6e167a6bc38f064a89415dc1f63', '190.148.158.151', 1677194323, '__ci_last_regenerate|i:1677194323;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677194247;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38ccd3b549c747eb12b579634f624dd5e9725c2', '190.148.252.96', 1673026868, '__ci_last_regenerate|i:1673026868;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673005952\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673026858;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38ce74f9eda19e9dc33c00fa87d6ac79599bd7a', '52.167.144.61', 1688243870, '__ci_last_regenerate|i:1688243870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38cf4acfc5283ddcc1e4ec0b7eebe8140626a7e', '207.46.13.205', 1671347494, '__ci_last_regenerate|i:1671347494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38d049a5bad5b210fbf7bd7bdd6cfaf75ed3452', '34.70.214.170', 1672836665, '__ci_last_regenerate|i:1672836664;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38eaef2b325b72c4c0ad73010b6a9b89962476a', '51.222.253.17', 1663555277, '__ci_last_regenerate|i:1663555277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38f408efa0165a62a59ffb39ba2adc212ebeb72', '52.167.144.171', 1684776790, '__ci_last_regenerate|i:1684776790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f38ffbbe1143c1090d77ea3f57f2b4bf86ec7959', '114.119.139.183', 1688568996, '__ci_last_regenerate|i:1688568996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39014fc8d2e461b7bcd121c4b7fea65912d5a55', '114.119.135.7', 1683373977, '__ci_last_regenerate|i:1683373977;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f390d79739830fe8ad03f0fc4f2abc09fca4707d', '17.121.115.237', 1662544386, '__ci_last_regenerate|i:1662544386;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 ('f3919f7c9bfe103701de81d1121845535d484c12', '51.195.90.229', 1650840564, '__ci_last_regenerate|i:1650840564;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f394993c30db972590402f68b5612996eea822ba', '93.158.91.184', 1672591703, '__ci_last_regenerate|i:1672591703;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 ('f394bd0c22d72b01ad9ba45746047a5c52a1a35f', '211.176.125.70', 1652040230, '__ci_last_regenerate|i:1652040230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39670f2b6e68da5c6ba96c40dec4cb1d8d11865', '52.167.144.171', 1685628872, '__ci_last_regenerate|i:1685628872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f399303d41a488406c5903940ec6ebe53b115e46', '157.55.39.253', 1682313682, '__ci_last_regenerate|i:1682313682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39992a3061dcbdf3cd1e679c2fc09b4ad174ad6', '190.56.173.136', 1687880946, '__ci_last_regenerate|i:1687880946;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687878099;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39bc952b5120a4e1bdfdfc9e1186a35a4c51df4', '54.227.32.154', 1651889286, '__ci_last_regenerate|i:1651889286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39d00fb5c9eafc7967d37693841c91b27dff01c', '54.202.197.175', 1654608591, '__ci_last_regenerate|i:1654608591;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 ('f39dd7e07d91c962f6e43eb8853bd8c3db0b546c', '190.148.158.175', 1672599905, '__ci_last_regenerate|i:1672599905;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672599837;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39e6c2bb4904adbbeb5a90f676c7d2237b476e4', '200.119.173.177', 1685107975, '__ci_last_regenerate|i:1685107975;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685107939;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f39ef59abd34be64c2acf80fb117f2d15999315e', '13.78.230.92', 1653474014, '__ci_last_regenerate|i:1653474013;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 ('f39f888c1cd97b42e57d7ae239fb42b9dd6d0bed', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a008ddeac17af80a26a7dcfd4124c92489bd3a', '52.167.144.56', 1676469360, '__ci_last_regenerate|i:1676469360;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 ('f3a0832a64ba2a854ecb3c115691026b76328530', '200.119.172.60', 1674677390, '__ci_last_regenerate|i:1674677390;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674572467\";last_ip|s:14:\"200.119.172.60\";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 ('f3a086e526c77bb96585c42b25e0f5b1eb7b8d50', '40.77.167.166', 1676224103, '__ci_last_regenerate|i:1676224103;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a1d0fadb3e31519d30ac6985f6d4eba636193d', '52.167.144.61', 1687927165, '__ci_last_regenerate|i:1687927165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a24a0d6d4d705fc86a95ab53521e845f1b99de', '52.167.144.162', 1686635368, '__ci_last_regenerate|i:1686635368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a5c3a6c1d7e02bd9ba1ca2faeb700655e1abdd', '190.148.158.110', 1661990407, '__ci_last_regenerate|i:1661990407;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661985789;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a65d536f24f9a3a9b88d1f8cd44452a1d40e5b', '114.119.140.122', 1687623031, '__ci_last_regenerate|i:1687623031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a747144c8259a0a69741b63852663c76626932', '207.46.13.154', 1670182438, '__ci_last_regenerate|i:1670182438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a7b3f8c6fe3109c9bdacb2675ba6dc9dd7c7ec', '157.55.39.253', 1677294194, '__ci_last_regenerate|i:1677294194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a7b65b2b0a1a5c6d80c43ea039547cfd399079', '207.46.13.217', 1684131521, '__ci_last_regenerate|i:1684131521;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a8c33eb9fe497a32668d02b80cc9a6c007af53', '114.119.154.6', 1688411517, '__ci_last_regenerate|i:1688411514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a9c7e027456732d2c0ac0911b098064680411d', '190.148.252.177', 1674081651, '__ci_last_regenerate|i:1674081651;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674074772\";last_ip|s:15:\"190.148.252.177\";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\";user_csrf|s:20:\"hSC18H9yTzEn67M0GOBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3aa9336d9f8ceab26664c1ec55a571fb741f615', '190.148.252.96', 1673301780, '__ci_last_regenerate|i:1673301780;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673301308;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3abbe1daa060bf3e7595375f08dc92e10817830', '52.167.144.63', 1686942904, '__ci_last_regenerate|i:1686942904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3add327e5e1da30074eb80f89d5a4029cedf6f2', '207.46.13.207', 1678707233, '__ci_last_regenerate|i:1678707233;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ae9c875dba7b13e0f44dbc6af17d82eb66b706', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3aeadebf5132c743382ad1505b6c55c10750023', '190.56.55.0', 1687831538, '__ci_last_regenerate|i:1687831478;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687831536;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b17fb972cb57960ff521ea58aacc79db21bd54', '52.167.144.171', 1684873326, '__ci_last_regenerate|i:1684873326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b2db4af92368350a2ced06c34e6487f03e0683', '52.167.144.98', 1684339338, '__ci_last_regenerate|i:1684339338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b34e0857e644dc60119fe3c9513ddc0596f41a', '45.63.18.23', 1688447365, '__ci_last_regenerate|i:1688447365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b4daf1d75339d889b79d7eca5ce84b1789c99c', '190.148.157.53', 1683904573, '__ci_last_regenerate|i:1683904573;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683903937\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683904263;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b50cc53262b348dbeaa417fb2f1496185b0e76', '157.55.39.79', 1670615358, '__ci_last_regenerate|i:1670615358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b68e43f6317965674cc163fc68da9651ae86b7', '190.56.173.213', 1683575507, '__ci_last_regenerate|i:1683575507;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683574928;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3b8135d60074eecb5c94c3370c41c419b7a6bdf', '5.188.62.76', 1656344085, '__ci_last_regenerate|i:1656344081;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ba33122ee0955ff8aa0730fc392209c9800d99', '114.119.129.97', 1688393618, '__ci_last_regenerate|i:1688393618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3bab05432d09d3ae109d721c48032d19ba43000', '190.56.49.237', 1665841166, '__ci_last_regenerate|i:1665841166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665770029\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665841065;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3bbcc5992a4355984cbaf9ba74e8e3cf2b8753e', '207.46.13.108', 1674690488, '__ci_last_regenerate|i:1674690487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3bc0fa2cfc2da260c9daec913c649bb6a5f378a', '190.148.252.235', 1666896956, '__ci_last_regenerate|i:1666896956;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666896956;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3bc1df9c9ecd196ebe7d4c8d974a49a42d7eefb', '138.246.253.24', 1671293866, '__ci_last_regenerate|i:1671293866;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 ('f3bc756408e953aff3919fcfb0eea54b63081b07', '157.55.39.128', 1674073350, '__ci_last_regenerate|i:1674073350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3be67852379a82d901f10a157362fd75a30f14c', '17.121.112.98', 1651594833, '__ci_last_regenerate|i:1651594833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c0ad479d22f2e5c51eae951095a47d81b7198d', '54.36.148.0', 1682165170, '__ci_last_regenerate|i:1682165170;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 ('f3c0e50cfb17ebe7a61728f728d0a0592121039b', '190.56.51.158', 1655765358, '__ci_last_regenerate|i:1655765358;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655733958\";last_ip|s:13:\"190.56.51.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655763725;register_id|s:2:\"28\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-20 10:25:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c3aaf31bed6cac7507d5a4f3e47d27ceea5a54', '200.119.173.133', 1661178624, '__ci_last_regenerate|i:1661178624;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661034029\";last_ip|s:15:\"200.119.173.133\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661177702;register_id|s:2:\"78\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-19 09:20:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c47bd61a03750f49c9fad4beddcc0965f60abf', '114.119.132.68', 1687135211, '__ci_last_regenerate|i:1687135211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c4b70e94a398db6238ed46c610d17ad9bcd1b0', '114.119.135.205', 1684252140, '__ci_last_regenerate|i:1684252120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c55301bc5dab2682983e4dbb57617abfc02f6b', '5.188.62.21', 1656446190, '__ci_last_regenerate|i:1656446190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c6d2a1470a6750627cb30d45817efd042a365d', '190.148.252.55', 1675719323, '__ci_last_regenerate|i:1675719323;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675464081\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"XFHxW0zaVYJtm7l1cnI4\";last_activity|i:1675696288;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c6d76127f3808e87193634de7f462ba5be08cb', '190.148.252.67', 1688504675, '__ci_last_regenerate|i:1688504675;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688504668;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c805cd83491b2e1034e6bae33b85728968de7a', '40.77.167.175', 1680122808, '__ci_last_regenerate|i:1680122808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c808610112bd54b20d16abd8732d30715776b4', '40.77.167.11', 1657572990, '__ci_last_regenerate|i:1657572980;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c8384bbc218dcbd7252b40f383b918bab243ba', '207.46.13.207', 1681337162, '__ci_last_regenerate|i:1681337162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c9eca47b5720fa008cf6bfbf0b005b63f48829', '54.189.69.130', 1655384857, '__ci_last_regenerate|i:1655384857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3c9f27f9c619aad009ad68860d9ecfa6ae23b97', '52.167.144.82', 1687608886, '__ci_last_regenerate|i:1687608886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3cb81bfda25e575a606ff84b4e30708a79e6fc8', '111.7.100.23', 1650976209, '__ci_last_regenerate|i:1650976209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ce058619c8f5e72d4755efc4e5e5fa14d3836a', '52.167.144.61', 1688180770, '__ci_last_regenerate|i:1688180770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ce529afdfa0bf3c11450def8778affd445db4c', '190.104.119.212', 1654808374, '__ci_last_regenerate|i:1654808374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ce7803db71134ac96de2b2d832a924157741fc', '66.249.79.196', 1659528517, '__ci_last_regenerate|i:1659528517;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 ('f3cec784dc9e937b12042e29839223aca07e3c37', '18.191.75.14', 1657171670, '__ci_last_regenerate|i:1657171670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ced9ea1f89f481e49e6256c45c01cc01c6260a', '190.148.252.85', 1666190472, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666190472;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666190025;register_id|s:3:\"128\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-18 08:14:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d09238e05c15354343dd10702a96d4880a2c5b', '34.219.75.46', 1683679604, '__ci_last_regenerate|i:1683679604;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 ('f3d0f27fc45816cea4d959e0f874b5e5c211efad', '157.55.39.253', 1682940726, '__ci_last_regenerate|i:1682940726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d19846fa6d68a2aa932fdce96740c5981a0853', '200.119.172.96', 1675376251, '__ci_last_regenerate|i:1675376251;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1675094409\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"hYtMuz5cgKb6Gsx2a3By\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d3424630ed71dc537abd320672b786326b83b8', '157.55.39.87', 1663762527, '__ci_last_regenerate|i:1663762526;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d385c9ba65956c4981764ad79f6399691cc41e', '52.167.144.70', 1688296431, '__ci_last_regenerate|i:1688296430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d3ab346886a65a4009008372912cfb497d0042', '190.56.55.113', 1673832933, '__ci_last_regenerate|i:1673832933;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673832927;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d6a5bab98fc0c13ff4c91e07ce7c6c357a83a6', '207.46.13.10', 1671038052, '__ci_last_regenerate|i:1671038052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d736ab684652e676ada140c31863120af66fa9', '51.222.253.18', 1675572149, '__ci_last_regenerate|i:1675572149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d860a35a4d38e4ccad0773148e87a6d5efdddf', '51.222.253.11', 1653297266, '__ci_last_regenerate|i:1653297266;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d8f45256e2d1d72566041a19b50dda3d9291b6', '190.148.157.53', 1684080661, '__ci_last_regenerate|i:1684080661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684080224;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d9da12db28dd023a962016d5274f05880af83c', '190.56.173.213', 1683386296, '__ci_last_regenerate|i:1683386296;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683385272;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3da2290d2bbb8c8a5757185234610e431b765b6', '52.167.144.98', 1685773957, '__ci_last_regenerate|i:1685773956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3da924b96d55f072a2c42c07352a530c0257198', '52.167.144.98', 1685313929, '__ci_last_regenerate|i:1685313929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3dba9fa438c74864a79a250b5304c72b2e1322e', '200.119.168.250', 1680743376, '__ci_last_regenerate|i:1680743376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680743112;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3dc8b7f18eb7de11a12127019077dde2892e5e1', '114.119.145.188', 1686481962, '__ci_last_regenerate|i:1686481962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3dddf0583bc849fa68fa2b7c7a2fc8bb26fa21a', '17.121.112.61', 1654440957, '__ci_last_regenerate|i:1654440957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3def949c92f348761b31d6cd10cc85be2cfc743', '40.77.167.11', 1673475668, '__ci_last_regenerate|i:1673475668;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3df979ff881fd701c33c99debd75496c4652c45', '52.167.144.162', 1686100749, '__ci_last_regenerate|i:1686100749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3dfc888ad6b70f6aa875778a97b6c0ff00e596a', '51.222.253.16', 1651062680, '__ci_last_regenerate|i:1651062680;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e0d6e91ca824d6a81e1a98042d49baca41070c', '51.222.253.5', 1681525734, '__ci_last_regenerate|i:1681525734;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 ('f3e221879c64592d4a8954e64f5af450a360f7c0', '66.102.8.79', 1673151480, '__ci_last_regenerate|i:1673151480;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e22682739e19a14140c7abb44bee5e29bf47da', '190.56.55.113', 1673369030, '__ci_last_regenerate|i:1673369030;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673368889;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e241d4189ed5eeeae7705c7054117bbf60f58e', '190.56.173.136', 1687886292, '__ci_last_regenerate|i:1687886292;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687886287;register_id|s:3:\"271\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-27 08:56:57\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e2827926568d6f66de6863a2c1d02da8c669ff', '52.167.144.98', 1684481660, '__ci_last_regenerate|i:1684481660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e2fc2bc297b7209fb1a93a785e0cb653b66903', '52.167.144.98', 1685350807, '__ci_last_regenerate|i:1685350807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e35d58062494b6e7191d5fcb91feb5d345b60d', '190.148.157.177', 1682346496, '__ci_last_regenerate|i:1682346496;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682345628\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"G3z5sZ0NBcH4giEP72RV\";message|s:28:\"Producto añadido con éxito\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e42b28eba80fe88d7a0ebc752eefb636f6ebb6', '190.148.252.177', 1674079218, '__ci_last_regenerate|i:1674079218;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674079156;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e610c043fb0f8c55c1b1e8d4948b8a2afee910', '200.119.173.130', 1675982048, '__ci_last_regenerate|i:1675982048;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675981487;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3e99d5c3d8c57d254010a0dced490c189c7b02b', '207.46.13.236', 1654394035, '__ci_last_regenerate|i:1654394035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3ecbe6d52c0955aed7d688bf464634db9162530', '54.36.148.214', 1651030492, '__ci_last_regenerate|i:1651030492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3efcca6f07d7f7a72259b603777edb53fb8dfbe', '40.77.167.182', 1683280750, '__ci_last_regenerate|i:1683280750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f0077c9b9167ef6604912dcf4526c1bd32002e', '51.222.253.6', 1651052202, '__ci_last_regenerate|i:1651052202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f0384fcf62af40f5c07d33afecd64b3a26fc8d', '52.167.144.164', 1684410872, '__ci_last_regenerate|i:1684410872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f0a89f515d1cc0b9f41c701a92160c2524a3b0', '52.167.144.107', 1680809914, '__ci_last_regenerate|i:1680809914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f20c5abbf30d74370ade6b407efeded8c945fd', '114.119.146.246', 1686139751, '__ci_last_regenerate|i:1686139751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f54d40efb5bedd055c875379da116a1527f947', '52.167.144.98', 1686635361, '__ci_last_regenerate|i:1686635361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f844676ede61d403ed9a9259a3955022973af8', '200.119.170.200', 1654553404, '__ci_last_regenerate|i:1654553404;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654525059\";last_ip|s:15:\"200.119.173.225\";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:\"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 ('f3fa602ac6c842090f174a3e8b9594bffa0d4806', '40.77.167.224', 1687735281, '__ci_last_regenerate|i:1687735281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fb215888135f787a13ad397b74776c62290b00', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fc19b7808f82dbfe897851628a2d2a5f5dba35', '52.167.144.171', 1685179200, '__ci_last_regenerate|i:1685179200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fcd6927fac22a101146285e25db2ff8a9b530c', '114.119.135.64', 1685587199, '__ci_last_regenerate|i:1685587199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fcfa9bd26ddcbdeb809113fd4874b9e2c07f39', '114.119.149.199', 1685361878, '__ci_last_regenerate|i:1685361862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fd458de85a40d3249d33d4b7cf39255ad584ee', '190.56.32.35', 1672079212, '__ci_last_regenerate|i:1672079212;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672078372;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fe5bd401a97fa7a2f8f6ac2f5f7225063543cc', '190.148.158.175', 1672176691, '__ci_last_regenerate|i:1672176691;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672176681;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3fe9a3d0b4e0682a92fa00a40838b72cc2ef191', '114.119.151.131', 1686881705, '__ci_last_regenerate|i:1686881704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4009cef8d4e2d223ccfbefaf18c30ddff55ba68', '54.36.148.82', 1671328904, '__ci_last_regenerate|i:1671328904;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 ('f401abc9cef64f999f9c2d9306d944c6c8bf26f1', '40.77.167.37', 1668367159, '__ci_last_regenerate|i:1668367159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f402d6ad0258094f86c7336b5068e464ac21eac2', '207.46.13.217', 1684204123, '__ci_last_regenerate|i:1684204123;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f403aa9dd244fcd6e9e6c2c221038e2b7f150da6', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4057673916b57683379c12d4af155c8824d3b70', '190.148.252.96', 1673299332, '__ci_last_regenerate|i:1673299332;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673285706\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673299323;register_id|s:3:\"176\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-09 11:38:29\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4062d083c844fd9d012e48000c48df6a74dcd01', '51.222.253.2', 1685820614, '__ci_last_regenerate|i:1685820614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40642f59b03d6e3726b0438ee9284ac65cda3b9', '52.167.144.98', 1685760628, '__ci_last_regenerate|i:1685760628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f406499fe296dbd5bd0062dd8c1e51ae0872afc2', '157.55.39.79', 1669998545, '__ci_last_regenerate|i:1669998545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40841e1b45504339f6700170e75a07605bdaa99', '51.222.253.19', 1675169439, '__ci_last_regenerate|i:1675169439;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4088335c0b20e44f416cd0e406c0771daf8bcd8', '40.77.167.13', 1672668409, '__ci_last_regenerate|i:1672668409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4093f2578e58f7c5f27e6771bc1ffb2f01a6fed', '17.121.114.69', 1659767523, '__ci_last_regenerate|i:1659767523;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 ('f40b266f2bf8957dd41dc90d889b5157184d8e27', '200.119.169.25', 1664897025, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664897025;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664897012;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40c28786f4132d75835aa0609d80ee14ecc40a6', '190.148.252.111', 1677785726, '__ci_last_regenerate|i:1677785726;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677757659\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677785600;register_id|s:3:\"204\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-27 09:42:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40c94590dbf53493a8978406e9023e07449c389', '40.77.167.27', 1659724344, '__ci_last_regenerate|i:1659724334;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40cd0f546a726ec4521b68e2d33fcc65faf6f8f', '114.119.158.196', 1687871155, '__ci_last_regenerate|i:1687871155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40ce465da99682bcf57665ff43de3cc960cf533', '114.119.145.134', 1688319872, '__ci_last_regenerate|i:1688319871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40d0a1dcf419f858549896160f5a326b9368dd6', '40.77.167.184', 1679133282, '__ci_last_regenerate|i:1679133282;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 ('f40dcd21da448116f6453bfe61494b7e912ebf9f', '66.249.74.102', 1686304463, '__ci_last_regenerate|i:1686304463;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 ('f40dd753a55eea4ed8590ea67a76909d0e512748', '51.222.253.7', 1658246983, '__ci_last_regenerate|i:1658246983;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40e1b7bf0da1825f0485391d12aed01384cd47f', '200.119.172.60', 1675026224, '__ci_last_regenerate|i:1675026224;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675026185;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f40f4be1c09e2a22887a866383bf783fea811948', '146.59.157.229', 1650749334, '__ci_last_regenerate|i:1650749280;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41191e960168c315b65e619740b612207a68bc0', '198.235.24.137', 1654599618, '__ci_last_regenerate|i:1654599618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4119d0f1606acb09d816924bbc8fe961a4f6fa6', '40.77.167.175', 1679915871, '__ci_last_regenerate|i:1679915870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41209380ec324edaaa9db4bdc8ae62c0b8402b7', '157.245.71.118', 1654150765, '__ci_last_regenerate|i:1654150765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41388c156d3c49bdc0dec675f5be3c36dae147b', '38.128.66.69', 1650758949, '__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f415188914c6797bdb63c4b67c64644183262e83', '190.56.173.213', 1683486250, '__ci_last_regenerate|i:1683486250;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683486224;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f417870586ed85f07b4aa8bd9f28aac626579c44', '51.195.90.229', 1650840311, '__ci_last_regenerate|i:1650840311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41a16df8a278e527633d03601d667b9bcea288e', '54.36.148.221', 1653821597, '__ci_last_regenerate|i:1653821597;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 ('f41b69cb24f2e30c5dfa3b25c2d643fc1595d5b5', '114.119.156.227', 1688015482, '__ci_last_regenerate|i:1688015482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41c22767b0de28207290ccdeb7b779bb0b362d3', '114.119.157.108', 1687727365, '__ci_last_regenerate|i:1687727365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41c57edc2d77535d771069077e39c437301f65a', '190.148.158.151', 1677104487, '__ci_last_regenerate|i:1677104487;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677104479;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41e0e45f5c7b30effae87322d30cc1f3e0327c9', '54.36.148.1', 1668496472, '__ci_last_regenerate|i:1668496472;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 ('f41e4e4555ef0b8f1a22b4f388acfffe2f7406ba', '157.55.39.221', 1662175670, '__ci_last_regenerate|i:1662175670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41f188ae54f3371e41a3f6dd3b0d0b83b3fcdae', '190.56.32.243', 1684768406, '__ci_last_regenerate|i:1684768406;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684755860\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684766318;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41fc87188844d5d05ca2e1b7af5f1ee86ed2a56', '54.237.250.240', 1652492269, '__ci_last_regenerate|i:1652492269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41fff143f62184645b73f81c4c51d8021fa988a', '51.222.253.8', 1660032105, '__ci_last_regenerate|i:1660032105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f422974ff32464467caec31cdc0fb9f11ad12784', '200.119.174.30', 1667517950, '__ci_last_regenerate|i:1667517950;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667517941;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42394584947b8fcd82f13821b028cda0548f311', '114.119.146.88', 1687520316, '__ci_last_regenerate|i:1687520316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f424c67a85efc4404114ffd6a34845c746c13d71', '114.119.162.33', 1685127818, '__ci_last_regenerate|i:1685127818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4258564e4e60c8eb0b05cc6a0d96af4333fdf45', '157.55.39.253', 1682005324, '__ci_last_regenerate|i:1682005324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f425a0760e5f8ae34a4d0fda3f95f982e35a4e85', '54.36.148.60', 1676053673, '__ci_last_regenerate|i:1676053673;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 ('f426a9557a1b9a9efb8100210d8e006e20387171', '205.210.31.135', 1657968311, '__ci_last_regenerate|i:1657968311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f426e378ff2bbd03de4a02f7a84e4f755115f930', '200.119.173.107', 1686786886, 'requested_page|s:25:\"admin/sales/suggestions/1\";__ci_last_regenerate|i:1686786886;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686762026\";last_ip|s:13:\"190.148.158.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686786835;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f427264ddbd38ef6cc91ebf26c5ccd16f0dc9c50', '93.158.90.67', 1652994972, '__ci_last_regenerate|i:1652994972;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 ('f427cd0f6b6cc730df8c309f5da71fbb0523ef07', '200.119.169.59', 1655298696, '__ci_last_regenerate|i:1655298696;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655298657;register_id|s:2:\"24\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-14 08:44:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42818187211919b728bf1bed252cd659d17516d', '190.148.158.175', 1672530791, '__ci_last_regenerate|i:1672530791;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672530215;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4281a3806ae9121e0a49e7f49d18c917e094cff', '190.148.157.53', 1684012175, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684012175;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684012136;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f429e2b5e063679c882e0a255ee39181cece01bd', '17.121.114.39', 1662803519, '__ci_last_regenerate|i:1662803519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42aacde3d901c6103c1f658d673acf06bb46d44', '114.119.131.93', 1688306739, '__ci_last_regenerate|i:1688306738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42e71137549cea43d8d9625a365538c3af80ee7', '40.77.167.170', 1675560387, '__ci_last_regenerate|i:1675560387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42e961d25f53beb7cfa047fc9489e519c249b25', '17.121.112.78', 1661939797, '__ci_last_regenerate|i:1661939797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42ef34a71777e70894a99fad856e9e0d6ba8d34', '69.160.160.59', 1667400624, '__ci_last_regenerate|i:1667400624;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42f5f22d58bdcf4842530f03b76caf87428ce41', '40.77.167.63', 1671815530, '__ci_last_regenerate|i:1671815530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4303210ea800e2f8e2531e990baa7d2147e36a5', '207.46.13.217', 1681370032, '__ci_last_regenerate|i:1681370032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f43231757440170f01df8b4337e5dafc898a7016', '157.55.39.79', 1671347481, '__ci_last_regenerate|i:1671347481;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f432e2c7307c7642ba570b84b4a0d8fbc04be400', '40.77.167.39', 1656275088, '__ci_last_regenerate|i:1656275088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f43394690290c87b9e9a86779561f664c15afcb3', '207.46.13.41', 1664085186, '__ci_last_regenerate|i:1664085186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f434b2cd9fe2b5aebce164491f172932062f16bc', '51.222.253.6', 1662471643, '__ci_last_regenerate|i:1662471643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f436e3009600bf58b38e3cdaa5ff410c894674d0', '190.148.252.129', 1666046309, '__ci_last_regenerate|i:1666046309;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666023876\";last_ip|s:12:\"190.56.48.81\";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 ('f43b7301a055a930839b14582dae54034045b0d0', '114.119.131.33', 1684115470, '__ci_last_regenerate|i:1684115469;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f43bf98bb2048e52b403c0f5feaeb70c1ebef979', '114.119.146.41', 1687697973, '__ci_last_regenerate|i:1687697973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f43d5d32abba4f13d412048a2c2aa798719f5384', '52.167.144.61', 1687972921, '__ci_last_regenerate|i:1687972921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4406f0c954ba1d77952cfae7fee458c63ff8a14', '200.119.173.177', 1684936756, '__ci_last_regenerate|i:1684936756;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684936672;register_id|s:3:\"249\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-23 09:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4421f72d07994667b6def50ddabbe49caf41ece', '50.21.188.2', 1663642565, '__ci_last_regenerate|i:1663642565;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f442469fa03d25826f4809f842a2f83130336ef1', '190.56.32.35', 1671801174, '__ci_last_regenerate|i:1671801174;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671719328\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671799138;register_id|s:3:\"167\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-22 09:09:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f444ac1d64b2035ebee19282f876d376ca6385b0', '40.77.167.191', 1682461642, '__ci_last_regenerate|i:1682461642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f447095ea5b02c2bf9bee541d4b0f9289e30a0bd', '54.37.233.116', 1650851667, '__ci_last_regenerate|i:1650851666;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44c0c59562ae36e9c22ab64f7e7cf151a490de4', '52.167.144.69', 1675822668, '__ci_last_regenerate|i:1675822667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44c3501ac7b92c9d0536e475ab5d4d2918a538e', '200.119.174.9', 1674254108, '__ci_last_regenerate|i:1674254108;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674213637\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674253639;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44d256cf85429381db35ddd5ec0635a6841e0c2', '190.56.55.0', 1687802340, '__ci_last_regenerate|i:1687802340;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687802186;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44d29c86e9c98fe4b3bbfcec48999196f907d24', '190.148.158.69', 1685809658, '__ci_last_regenerate|i:1685809658;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685809650;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44d5134d86e9c1c137acabe4fd26ba9f8b006cf', '190.148.252.233', 1668788250, '__ci_last_regenerate|i:1668788250;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668788043;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44da8615ff0cd7b0c6e4221a44f428d805ff380', '190.148.158.151', 1677116007, '__ci_last_regenerate|i:1677116007;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677115998;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44e2259dee955fcd1353a83ab7edf10601e705e', '207.46.13.41', 1671347546, '__ci_last_regenerate|i:1671347546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44e66c4c560e67a1fa244cea600c7dcb72f1a65', '157.55.39.80', 1670196676, '__ci_last_regenerate|i:1670196676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44f1be90206ff874ee6d8a9e13099e722b3f14a', '200.119.169.52', 1664913369, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664913369;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664913289;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44f7b5107aa0e0d4f96be5d77b4967c0cd5fdbf', '114.119.150.170', 1685457947, '__ci_last_regenerate|i:1685457947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f44fcb7748863ab28eb7a676720f0e0765599c8e', '52.167.144.164', 1684324596, '__ci_last_regenerate|i:1684324596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f45217e3a6f1da8d66ea9d45d7ae7fe7e8ca56bb', '157.55.39.147', 1671884063, '__ci_last_regenerate|i:1671884063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f45354bf0c59b296f122e641548ba2ebeac1e3e2', '200.119.170.10', 1655310726, '__ci_last_regenerate|i:1655310726;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655310712;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4565b6499747044795661f13471746598578b11', '200.119.168.250', 1680654217, '__ci_last_regenerate|i:1680654217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680653904;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f459d6a30ca837442738bdc510fd637426d5fde7', '51.222.253.14', 1680102648, '__ci_last_regenerate|i:1680102648;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 ('f45d06122ecf25b9e23d316bcb3634eb3276dc07', '190.56.54.156', 1665090461, '__ci_last_regenerate|i:1665090461;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665066990\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665090458;register_id|s:3:\"120\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-06 12:07:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46236403ba67138df0bb5ac1d0e811afcf90eb6', '52.167.144.164', 1686627396, '__ci_last_regenerate|i:1686627396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f462464cfff9d4f7b9ee4dd1d5744e9190f59d66', '163.123.143.82', 1673574362, '__ci_last_regenerate|i:1673574362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f462af7a555852b0683eb828cb22fe3a66ac5c13', '157.55.39.79', 1668299610, '__ci_last_regenerate|i:1668299610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f462fce80ac140127de860b63e4369ef75bd6233', '66.249.79.196', 1653003333, '__ci_last_regenerate|i:1653003333;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4644912c8277ca9b85b6a9bf1e994196c2ed40d', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;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 ('f4663df7cca6138ef6e385d891656c276e80b865', '207.46.13.1', 1671168503, '__ci_last_regenerate|i:1671168503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f468d35da8479381220b5a009236fc7cacabcc73', '190.148.157.98', 1678844368, '__ci_last_regenerate|i:1678793161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678710065\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678844368;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f469c08ea8628ec2c7197a6e9f2005e307b095ed', '40.77.167.225', 1680552071, '__ci_last_regenerate|i:1680552071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46b042130365d5371d13324c79c065759ace615', '190.56.54.156', 1665152501, '__ci_last_regenerate|i:1665152501;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1664628474\";last_ip|s:15:\"190.148.252.115\";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 ('f46b7ba52dfa1281ffd322affb67114b56f41781', '20.92.239.122', 1651985888, '__ci_last_regenerate|i:1651985884;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 ('f46c57a130f7233d83a8ec0fbdc9ea06bdacdf70', '54.36.148.170', 1671518519, '__ci_last_regenerate|i:1671518519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46ccd8e296e603da4f186261d43fd09469b9fcf', '104.131.94.170', 1657274120, '__ci_last_regenerate|i:1657274120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46cebe75314d50263a18b39fc4754f2e1a7b4d4', '52.167.144.69', 1676499387, '__ci_last_regenerate|i:1676499387;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46d1a7042df595e6ad5904968d50b0cd4f4d43f', '40.77.167.202', 1687513389, '__ci_last_regenerate|i:1687513389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46de2af6e681096935bd9fb840829b3e16ba85b', '198.251.73.87', 1672880978, '__ci_last_regenerate|i:1672880978;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 ('f46de2f171d3f374f07806a049cd48829a55e7ca', '157.55.39.51', 1667806645, '__ci_last_regenerate|i:1667806645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46f54fd1e1394017ff0bf5044db51eccfc59887', '40.77.167.123', 1683270772, '__ci_last_regenerate|i:1683270772;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f471130bea35b8af7c83b7d1ff01fa6e618f7395', '157.55.39.87', 1663759401, '__ci_last_regenerate|i:1663759401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f472bbb63413678a95492880146db5e0628ebb2a', '52.167.144.76', 1682256470, '__ci_last_regenerate|i:1682256470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4732834375024e8ed645341cdec2f7cfec9b297', '51.222.253.14', 1678202108, '__ci_last_regenerate|i:1678202108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4756802467e0fe2db125b7ae711eeb98f011312', '52.167.144.162', 1686480522, '__ci_last_regenerate|i:1686480522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f47cac64250bb7c615b707ba493dfa6ac7f9cbbf', '207.46.13.209', 1685975696, '__ci_last_regenerate|i:1685975696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f47fc297af19c4100b593fc61306101922e5dd5c', '40.77.167.85', 1684944166, '__ci_last_regenerate|i:1684944166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4805f6e9dd74d2001847d144992abe248da94d5', '40.77.167.182', 1683292147, '__ci_last_regenerate|i:1683292147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48404baf7a1e6ac89a11acf8d93b822e8d4cf10', '54.36.149.91', 1685004501, '__ci_last_regenerate|i:1685004501;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 ('f4858161bb4ca5337e6d7d5f99789b4dfbd6fd00', '157.55.39.51', 1669794971, '__ci_last_regenerate|i:1669794971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f485d5f26dc870f9bb6a5f59b84c18f40c55ef63', '52.167.144.98', 1686739327, '__ci_last_regenerate|i:1686739327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48769b04cb8f8f34298f02d67555e5c5cd8f6fe', '190.148.157.53', 1683900351, '__ci_last_regenerate|i:1683900351;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683805301\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683900349;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4893deb54da269a62031a715542ec098986f18c', '114.119.151.80', 1688377038, '__ci_last_regenerate|i:1688377038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48a08a52ab771a57de7d66e1c5f7bed915be55d', '54.244.218.250', 1687565323, '__ci_last_regenerate|i:1687565322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48a0dfd4e262268bc93f0ad4a57427b23b6e020', '200.119.175.15', 1658500402, '__ci_last_regenerate|i:1658500402;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658452928\";last_ip|s:15:\"200.119.170.142\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658499213;register_id|s:2:\"49\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-20 19:12:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48c71226022e15b83b660e0b437fe114d286aba', '190.148.157.83', 1687736112, '__ci_last_regenerate|i:1687736112;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687736108;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48c7ac8a4b9ee254c537142bd3b98f5a34538d2', '190.148.87.182', 1679780549, '__ci_last_regenerate|i:1679780549;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679780466;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49118fe8b13d419fddded676b0ca590781e61a8', '175.196.127.111', 1650791355, '__ci_last_regenerate|i:1650791355;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49258c60c8729179195f2c7ceea9132ba28bcf9', '200.119.170.209', 1656713320, '__ci_last_regenerate|i:1656713320;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"qsN8D1Ccv5IXdQynF7H9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4927aa322afc4094cc7d354ff2fec33e09078b0', '74.208.2.231', 1684500923, '__ci_last_regenerate|i:1684500923;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49349493a56a4334ede8200b918a554fb07a398', '114.119.144.105', 1688103876, '__ci_last_regenerate|i:1688103876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4935268bff006f9a5ecd0f388ae69908b7e2487', '52.167.144.107', 1680547347, '__ci_last_regenerate|i:1680547347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4943a8e517089f67a47085ee48c55f4d3456e58', '40.77.167.28', 1660510798, '__ci_last_regenerate|i:1660510798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f494a2db0c4741700181ca25906419670227da2a', '20.127.219.166', 1657544832, '__ci_last_regenerate|i:1657544816;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f495148d6deeff9dca8653b0200d518a532d905d', '66.249.65.100', 1651338783, '__ci_last_regenerate|i:1651338782;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f496675f8f09a18b11bef2abbdebe9dde5672754', '190.148.157.183', 1680264169, '__ci_last_regenerate|i:1680264169;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680264117;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49892f548f79dab342b100f3a3d3b2cb242e332', '35.88.71.126', 1675431124, '__ci_last_regenerate|i:1675431124;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 ('f499668e5c28c22d77ec6e31462c1f44a346ced9', '190.56.50.253', 1682635423, '__ci_last_regenerate|i:1682635423;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682634722;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49aef6d299a4abe8c8b4e1d01e4e1722493a51a', '190.56.173.213', 1683415204, '__ci_last_regenerate|i:1683415204;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683414008;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49bce5449b32a03ddd1e19ddf936f5c64e31017', '161.35.27.185', 1688223786, '__ci_last_regenerate|i:1688223786;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f49e6cc0a0f8669d8e026e320cf4aac34cf9a26b', '157.55.39.79', 1670244793, '__ci_last_regenerate|i:1670244793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a502131553df69b1f7aabc2ae954edc78e141f', '51.222.253.8', 1663361828, '__ci_last_regenerate|i:1663361828;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 ('f4a5436887f67fcbcf828c2b69ba8197d5f26eb1', '40.77.167.202', 1687332893, '__ci_last_regenerate|i:1687332893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a5570b85f4258283b995c7345c62dca22de63e', '40.77.167.80', 1686857007, '__ci_last_regenerate|i:1686857007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a58ddb630f2592fd1e5e2f176c705d635cac3a', '114.119.152.148', 1684354124, '__ci_last_regenerate|i:1684354124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a77447bd22de4969b9b9d387fea4ea2ba44627', '114.119.154.30', 1686731006, '__ci_last_regenerate|i:1686731006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a945ef0b1731c0d8a11bf2fbf7efa188a5700b', '54.36.149.39', 1673329665, '__ci_last_regenerate|i:1673329665;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 ('f4a955f22c4312a99d85f05d58aa93e4359c9313', '52.167.144.98', 1686401150, '__ci_last_regenerate|i:1686401150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a96ab44fb8ae4338d786e2432f361af870f783', '40.77.167.202', 1687333368, '__ci_last_regenerate|i:1687333368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a9d8577003e91f86d8c0b466b9589003980bc5', '190.56.32.35', 1672067969, '__ci_last_regenerate|i:1672067969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672067621;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4abb87ae55afb5e5a096bb1034d9ff0ab7b39a3', '190.148.252.183', 1681346172, '__ci_last_regenerate|i:1681346172;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681345704;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ace8c08724e06af66d2a85ba79b0a690d3c9bb', '157.55.39.128', 1673609905, '__ci_last_regenerate|i:1673609905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ad2ff6b37c4fb5bc5e7b8db1732990af5ea48b', '157.55.39.176', 1667443822, '__ci_last_regenerate|i:1667442847;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4adaf41755b8ce2914c30435d3712cc0cde8823', '157.55.39.173', 1670374531, '__ci_last_regenerate|i:1670374531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4aeafaa4e885d9f92d08994623c2c90b620af6c', '157.55.39.253', 1682729702, '__ci_last_regenerate|i:1682729702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4af3b10dd1e7bd43b272adcd5c1a67e898b1dab', '190.56.32.162', 1686581119, '__ci_last_regenerate|i:1686581119;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686568753\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686581119;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4af9759f6d871984ff61cd90e4df63d0b66442f', '190.56.50.52', 1657722278, '__ci_last_regenerate|i:1657722277;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657715847\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657722277;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4aff7f0d8441898e4207efd6b9a7d2362b1578e', '54.39.90.165', 1661099017, '__ci_last_regenerate|i:1661099017;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 ('f4b070be37234263b2a412f8a1ddddb6b8d6c27e', '52.167.144.98', 1686003810, '__ci_last_regenerate|i:1686003810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4b0cf419b5642e16f388cb2bdc08985736e72e4', '157.55.39.173', 1668631555, '__ci_last_regenerate|i:1668631555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4b2457005ef7b03ae33d4284c86364b21f69a12', '207.46.13.10', 1672812026, '__ci_last_regenerate|i:1672812026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4b2945ce0beb71aceefbfc43cf9e85d773e46a0', '35.91.189.45', 1663768785, '__ci_last_regenerate|i:1663768785;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4b69d7885dc2ca0b2c075f2f3c1d103b66bfaab', '40.77.167.202', 1687583622, '__ci_last_regenerate|i:1687583622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4b6c1720314a9aab4125d75e117ed5f81f0e099', '51.222.253.7', 1666877558, '__ci_last_regenerate|i:1666877558;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 ('f4b79dcca0fdd18b7ea3a0bb873261df71c89294', '207.46.13.127', 1657811335, '__ci_last_regenerate|i:1657811335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ba10485f845024f140007d63b5f1e16736f8ba', '114.119.147.137', 1688141954, '__ci_last_regenerate|i:1688141954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ba79da376e642645a59baf1281d8e3d6a6f6b1', '54.36.149.74', 1677984215, '__ci_last_regenerate|i:1677984215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4bc9d9146ff5b880d3f0a8577f8286ac1b438e8', '18.206.55.48', 1651803463, '__ci_last_regenerate|i:1651803463;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4bfbf4c4e2cc3cdf0258a5d2312bfc01c60c083', '200.119.169.44', 1663712025, '__ci_last_regenerate|i:1663712025;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4c03db06d359e5159c050412d29702e530d273d', '190.56.173.167', 1650903088, '__ci_last_regenerate|i:1650903088;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650900925\";last_ip|s:14:\"190.56.173.167\";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:1650903079;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4c18e1515a5969aefa475faaecb21a91232a130', '190.56.49.237', 1665664147, '__ci_last_regenerate|i:1665664147;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665664106;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4c34cfe9ae9b7db43e5fc6c6e56f1df076a4c01', '190.148.158.69', 1685796817, '__ci_last_regenerate|i:1685796817;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685796810;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4c48a1f57f7a7ad999ea1d7245d7f52105fd06c', '157.55.39.147', 1672124178, '__ci_last_regenerate|i:1672124178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ca8296832fd23cd00ddc413a020a23d19ec9b3', '190.148.157.206', 1656544488, '__ci_last_regenerate|i:1656544488;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656524879\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656542806;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ca9927151dcc60729dfc832a79f02ce5dc47e9', '40.77.167.115', 1681537412, '__ci_last_regenerate|i:1681537411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4cc97faae8def4f7801b4c5bfbe0b55cf400f04', '52.167.144.98', 1686727012, '__ci_last_regenerate|i:1686727011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4cccd423d32dfde2192a5750377bd69d85b3a82', '206.189.146.90', 1651216334, '__ci_last_regenerate|i:1651216330;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 ('f4cf896c6d9c06d2ecedc0d87524a4b00800e6fd', '157.55.39.62', 1659287446, '__ci_last_regenerate|i:1659287446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d0332024866eab098f41e9af93afe915504408', '190.56.173.213', 1683337452, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683337452;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683335861;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d20d335c3fd392ba3bbdbbe8bd9b4022a1e00e', '52.167.144.154', 1687895268, '__ci_last_regenerate|i:1687895268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d32403d66a5942b2a7cc67e8af555d8ba3bb47', '157.55.39.55', 1662370702, '__ci_last_regenerate|i:1662370702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d38b3e708eae97d11e4b93497ce0d95338b06b', '114.119.141.42', 1683854414, '__ci_last_regenerate|i:1683854414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d3a9e991aff05fe0b122402418e381b9ac770a', '52.167.144.42', 1679699189, '__ci_last_regenerate|i:1679699189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d427d03a0f4dbd5f403a7b1fbf66bd74ac491c', '157.55.39.72', 1663795135, '__ci_last_regenerate|i:1663795135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d48629544910a7db089c7afd85b97015778531', '190.148.252.76', 1652808920, '__ci_last_regenerate|i:1652808920;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"gNuyLThismZPAf3Vwl0J\";last_activity|i:1652808749;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-17 11:16:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d50da8000b90824f0125325bacf574c3818454', '34.216.176.194', 1687732581, '__ci_last_regenerate|i:1687732581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d573e73df09503ccf0af2955a166425a2ae678', '40.77.167.182', 1683830876, '__ci_last_regenerate|i:1683830876;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d8e6cd9989f4a744744f47e02d5ea052e68d1c', '46.101.63.152', 1652762860, '__ci_last_regenerate|i:1652762860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4d9fae98f775e4ee7d0db60afa7093eaff8f071', '54.36.149.66', 1679118778, '__ci_last_regenerate|i:1679118778;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 ('f4dac2abd5cc3f08dd300b63d90891126db4ac82', '51.222.253.7', 1651382943, '__ci_last_regenerate|i:1651382943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4db0fd8c3330528736c487cb9d4d450ecd4dc6f', '52.167.144.171', 1685546717, '__ci_last_regenerate|i:1685546717;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4dc1bfc07926d27a81b282ed6c31f442652a6ba', '52.167.144.70', 1688219625, '__ci_last_regenerate|i:1688219625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e1d551a54c7c6a526d7f6ff7037769ca8aa939', '200.119.173.177', 1684971516, '__ci_last_regenerate|i:1684971516;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684971479;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e379a9f7823abf111758e5ee53f9e90e8e6374', '114.119.128.58', 1687690503, '__ci_last_regenerate|i:1687690503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e39c39eb9531a1405e4bffbfc8c8bdbd80eb9e', '54.211.250.134', 1682535083, '__ci_last_regenerate|i:1682535083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e435a65151676d829726488c19aaa1a30dc7cd', '207.46.13.224', 1680462107, '__ci_last_regenerate|i:1680462107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e9add19692dc16196d09202cfad03ef94622d7', '72.14.201.213', 1687530074, '__ci_last_regenerate|i:1687530074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ea14a68766549d7ee90f9fc3c8311accc7c618', '200.119.173.177', 1685143689, '__ci_last_regenerate|i:1685143689;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685015865\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685143681;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4eaeb248493e66e724a91b0feba75c069cd0046', '52.167.144.164', 1685760656, '__ci_last_regenerate|i:1685760656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ecf1e5f0d6e75c5eeb65907801be357371c6be', '51.222.253.1', 1680377481, '__ci_last_regenerate|i:1680377481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4ee16866e0096bd4a10a00e576e0faeebf3ba3c', '190.56.173.251', 1651937556, '__ci_last_regenerate|i:1651937556;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('f4f047d0988d8fa4d99681129da78228e0556d1c', '52.167.144.162', 1686665495, '__ci_last_regenerate|i:1686665495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4f0e11839aba69e489f33e1cf0c1f7f3a080cdf', '190.148.252.151', 1671306097, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671306097;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671306047;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4f15acbb100d8c8ad53f0c32517f519ba35f302', '51.222.253.15', 1672508362, '__ci_last_regenerate|i:1672508362;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 ('f4f7e56760c748282cdb763ff9fde6cd80f79e72', '54.36.148.145', 1682051274, '__ci_last_regenerate|i:1682051274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4fcd4eda81cc0da492ca6c083356c3c152f30e0', '190.148.158.69', 1685451831, '__ci_last_regenerate|i:1685451831;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685451791;register_id|s:3:\"253\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-29 08:54:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4fe926a97e9df5cada56366dcdb967a6670dbab', '200.119.172.96', 1675383907, '__ci_last_regenerate|i:1675383907;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675298320\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675383905;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f500f7fcb601f10ae0aa9802ceec1a826ac691d1', '52.167.144.42', 1679410975, '__ci_last_regenerate|i:1679410975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5010a6fecccb63ec4b2ac0798b2a47b8fbc9199', '52.167.144.164', 1686035626, '__ci_last_regenerate|i:1686035626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5011e8c788156466786dff1ce8e6152fc061259', '52.167.144.164', 1685431607, '__ci_last_regenerate|i:1685431607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f503c2e8f2e7787d727143ff7a4186af9bc08a3b', '24.199.84.191', 1681338456, '__ci_last_regenerate|i:1681338455;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f504bad24e90e2daa78be96da0638954fce29b8f', '114.119.152.164', 1687642907, '__ci_last_regenerate|i:1687642907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5067094111e1582f3d9badbd44b2d360d05198c', '157.55.39.87', 1663374186, '__ci_last_regenerate|i:1663374185;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f506787022ccce3979e1e9a2a71e8ae8ae101b05', '114.119.147.60', 1686121596, '__ci_last_regenerate|i:1686121596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5083df293b4f0e1b4c177ca1f398f853895d2e0', '54.149.143.29', 1667828967, '__ci_last_regenerate|i:1667828967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5094cd35efa4705fb5cbefa44f4addcb6a9ae9d', '207.46.13.132', 1673600465, '__ci_last_regenerate|i:1673600465;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 ('f509b8e67d8a663c42033a0180286ac9ed6d8aa3', '190.148.158.23', 1687211517, '__ci_last_regenerate|i:1687211517;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687211513;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f50a20b715a4d4b1313db298269b639679c46cba', '17.121.113.174', 1654316920, '__ci_last_regenerate|i:1654316920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f50af7393487e8bcde42cdb9d358667af4ae9b5f', '66.249.79.196', 1679231294, '__ci_last_regenerate|i:1679231294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f50b9234dee250606300102d67a3787618ba325b', '54.190.186.186', 1655559618, '__ci_last_regenerate|i:1655559618;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 ('f50c64fdacdb73fed0e23134f28cac6916b2a0e8', '51.222.253.15', 1657823880, '__ci_last_regenerate|i:1657823880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f50fa602cecacd9ef791149ef2ab047096626e53', '40.77.167.23', 1673821388, '__ci_last_regenerate|i:1673821388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f511a46ea924a07a8f76554b4d51ebc593323c92', '52.167.144.63', 1686934740, '__ci_last_regenerate|i:1686934739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51293cdfa197a9b82a5a1ea8a16ca7ed12387d1', '79.104.53.14', 1657273095, '__ci_last_regenerate|i:1657273095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f512c35762bc28b857595831d1441ff40db36584', '200.119.169.175', 1669828831, '__ci_last_regenerate|i:1669828831;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669828793;register_id|s:3:\"155\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-30 08:08:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5137a698cfc664a3ba4ddbee3499408b0a45853', '114.119.157.24', 1684998160, '__ci_last_regenerate|i:1684998160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5139833cd9fcca972b25ac648bbbcb24b56e94a', '40.77.167.79', 1653852837, '__ci_last_regenerate|i:1653852827;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5145820024cfab6df4c3f8a913278c51b8e23e1', '40.77.167.192', 1681252803, '__ci_last_regenerate|i:1681252803;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5162974c4e1822e9d548873ffa8f36c26b58d0e', '52.167.144.63', 1686930622, '__ci_last_regenerate|i:1686930622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5174c4311cc5d311fe34201f2bd0b195f503ad9', '114.119.133.192', 1688289294, '__ci_last_regenerate|i:1688289294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f517ae9952c85c4062fbc70fc9184f0222117910', '207.46.13.10', 1670998431, '__ci_last_regenerate|i:1670998431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51866e58c76ec1d518c0aac1b9f97803b7b2a49', '114.119.135.53', 1684358822, '__ci_last_regenerate|i:1684358822;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51be6d8659dcf5829a0921f228ca5cf4b774e4d', '51.222.253.1', 1667713591, '__ci_last_regenerate|i:1667713591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51caba654d2a6e95e73bf9a9dbf48ca4fa0998e', '207.46.13.41', 1671357577, '__ci_last_regenerate|i:1671357577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f51d330599a39563a0fb4ce1c00e64cd042a0fc9', '114.119.141.73', 1688243045, '__ci_last_regenerate|i:1688243045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f522cb1491c60e0984e809a93987122a6efbc16d', '93.159.230.87', 1668533647, '__ci_last_regenerate|i:1668533647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5266f691524deca25dbcf1915af22352896bb5a', '5.188.62.21', 1659471308, '__ci_last_regenerate|i:1659471303;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f526d9d5b79b8428c3060c57119aa4523c44acaf', '192.64.4.26', 1680865993, '__ci_last_regenerate|i:1680865993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f527f1a0a80c49cf2fdd654b03bd817ad0d2edc4', '54.37.233.116', 1650852203, '__ci_last_regenerate|i:1650852203;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 ('f52800f3ef596ff1e37bed23fa04245727a7f10b', '200.119.170.16', 1666814753, '__ci_last_regenerate|i:1666814753;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666814743;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f529a93c366f6421f5063cfa6fe83edb76c2cbee', '190.148.158.175', 1672503129, '__ci_last_regenerate|i:1672503129;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672503064;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f52ce8dc189648abc43931f3fc90a8ceb27ca174', '200.119.173.130', 1676064169, '__ci_last_regenerate|i:1676063970;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676039210\";last_ip|s:15:\"200.119.173.130\";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\";user_csrf|s:20:\"asWqrIpzRKwJyeALOHXB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f52e92e3d506ce8c655daab5579d0ce8e9fd7099', '190.56.32.243', 1684545050, '__ci_last_regenerate|i:1684545050;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684454209\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684544147;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f52f6f0b0105aa9fa220deebb75aa62f37d4d33e', '17.121.115.18', 1651861959, '__ci_last_regenerate|i:1651861959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f530852cd275060b47797388d0808d5a62444f34', '207.46.13.154', 1670806751, '__ci_last_regenerate|i:1670806751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5327d623c79c7b16c1d1965d1f3ba526ba8e2b5', '114.119.155.79', 1687078080, '__ci_last_regenerate|i:1687078080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f534006e08ed7aea802ae1950ad4142c4a7298ae', '190.56.55.48', 1687552232, '__ci_last_regenerate|i:1687552232;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687552232;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f534f36c7913ee3e3cf4646de748f644fa99942b', '52.167.144.98', 1686177922, '__ci_last_regenerate|i:1686177921;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f537682fe3a02a758d65b205f37465758c89def1', '51.195.216.255', 1650742340, '__ci_last_regenerate|i:1650742338;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5391b2d920511cac98a36a65670c7a33855498f', '190.148.158.151', 1676987283, '__ci_last_regenerate|i:1676987283;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676986505;register_id|s:3:\"199\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-20 08:59:47\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53b28c7358d050a13b4b9c20a9b6c21f45b9061', '114.119.141.73', 1684552256, '__ci_last_regenerate|i:1684552256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53cc7e8f4c33a9bafdb6a009854522959b7b693', '200.119.173.130', 1676063526, '__ci_last_regenerate|i:1676063526;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676063513;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53d6dc4f263bbeadf2af06ce53c895d256a8649', '51.222.253.7', 1675475466, '__ci_last_regenerate|i:1675475466;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53df17dd5ed4f4b3246c8b4c4a7fb5fbfcf3611', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53ecb62e80618c402df0c9e45b2f023d94b50f8', '200.119.172.96', 1675433029, '__ci_last_regenerate|i:1675433029;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675433010;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53faee0758de57312de9c89f1bfe9f9c14050b0', '157.55.39.54', 1660797286, '__ci_last_regenerate|i:1660797286;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 ('f53fde8c49f02f123fc00c40336496c61ea17d0f', '190.148.252.151', 1671125261, '__ci_last_regenerate|i:1671125243;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671052433\";last_ip|s:15:\"190.148.252.151\";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 ('f540bb790161d8ab354c321314c94846c6b4ac74', '54.245.42.51', 1655559371, '__ci_last_regenerate|i:1655559371;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 ('f540c2c9f88b9d29f62fa7bbaafb35915e70c318', '190.148.87.182', 1679622513, '__ci_last_regenerate|i:1679622228;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679571778\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679622513;register_id|s:3:\"218\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-23 08:17:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5410e974b584c413dc2c81b77cd5a46b53179fb', '40.77.167.56', 1673169323, '__ci_last_regenerate|i:1673169323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f54192c237f20eea6403c192f0a314933f49dbb6', '52.167.144.98', 1686456474, '__ci_last_regenerate|i:1686456474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5442a9a7e6eb267f3c3c308b851556c5cbfe982', '190.56.49.237', 1665767568, '__ci_last_regenerate|i:1665767568;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665607155\";last_ip|s:15:\"190.148.252.197\";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 ('f5443b47988d405215937cafd1183cbb54b2d91b', '52.167.144.171', 1685775806, '__ci_last_regenerate|i:1685775806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f546264b4a0b805a1a015b3105a70b67ab0d92e7', '157.55.39.79', 1668934962, '__ci_last_regenerate|i:1668934962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f546363c1bd6c9b8931f235a0129f266b3fc42cf', '114.119.146.197', 1686867919, '__ci_last_regenerate|i:1686867919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5467d508d8099c87f992cc8f4286156a8f3c947', '51.254.49.109', 1650705092, '__ci_last_regenerate|i:1650705092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f549679d3045f2c497fc05bb3f170d0664aec56c', '51.15.201.155', 1656192706, '__ci_last_regenerate|i:1656192706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f54afe31c44b43f60452b62497d61626be478071', '190.56.50.6', 1686934308, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1686934136;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686916800\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686934307;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f550b556097cfaf33429e40356e9c21780151a2f', '52.167.144.98', 1684315721, '__ci_last_regenerate|i:1684315721;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f551379d9442a53046e8c0c7d82b5af2f10d6118', '190.148.158.151', 1677005031, '__ci_last_regenerate|i:1677005031;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677004794;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f55178877fe003fa87c4d1672b3d1f7b43c4d368', '40.77.167.182', 1683658276, '__ci_last_regenerate|i:1683658276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f55395aae56e07c531621a60a0dfc85a0cae5b5e', '207.46.13.147', 1672915261, '__ci_last_regenerate|i:1672915261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f553fc0d1c86cd66f2d44b91f70789b78653fc0a', '190.148.157.178', 1673818883, '__ci_last_regenerate|i:1673818883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5549a7f650946c14190ea963d1db9ded347ee3e', '52.167.144.73', 1679599729, '__ci_last_regenerate|i:1679599729;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5566c27cfcbe239f8c0e533ef232874e0175b5c', '40.77.167.202', 1687481066, '__ci_last_regenerate|i:1687481066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f556a6e2cf3b6e30c7074598d8f32e6d1181e440', '66.249.74.103', 1681992287, '__ci_last_regenerate|i:1681992287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f55772d28dd99abf13a49398891b7899e906a530', '200.119.170.113', 1666719110, '__ci_last_regenerate|i:1666719110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666718482;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5591de1aa06b94f0534c88b9baabd73bdb37900', '35.88.201.197', 1677157970, '__ci_last_regenerate|i:1677157970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f559a312de840f6ba321817feeae095423a6a8da', '114.119.154.14', 1686018005, '__ci_last_regenerate|i:1686018004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f55e2ddff2a73614181d3d0ed5fd9d88ae82784a', '114.119.157.234', 1688131779, '__ci_last_regenerate|i:1688131779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f55ea93a4dc5ca13b4dde29f6186d8f242792a78', '207.46.13.207', 1681495125, '__ci_last_regenerate|i:1681495125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f55efd45c7300cf3b9d9fd0135adcb7ae6460316', '52.167.144.30', 1677408999, '__ci_last_regenerate|i:1677408999;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5611e9f514f0d0df844890e847ee46d6cab5137', '46.101.63.152', 1652762872, '__ci_last_regenerate|i:1652762872;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 ('f5648ef0fac02f629137589a53641cdf17cdfc8a', '52.167.144.105', 1677944986, '__ci_last_regenerate|i:1677944986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f565b4f7e4429ab065ca53078f58a92089cadc22', '190.56.173.175', 1652908900, '__ci_last_regenerate|i:1652908900;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652908880;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f56d4581d621f187e98afb2a30bf685e83653843', '157.55.39.200', 1664988992, '__ci_last_regenerate|i:1664988992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f56ff05b7ddd5d014d5588f5387623783ac20297', '52.167.144.31', 1681269453, '__ci_last_regenerate|i:1681269453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5726cff7efc655531b209e267dfae1976ce4096', '138.246.253.24', 1677140915, '__ci_last_regenerate|i:1677140915;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 ('f57316800e88749085f9fee930af4b84c1ca60a0', '40.77.167.184', 1679135086, '__ci_last_regenerate|i:1679135086;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 ('f575c0ab8dec8617a9fb618d33ee478d7f0ea3eb', '200.119.168.250', 1680634693, '__ci_last_regenerate|i:1680634693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680608983\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680634519;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5761c0251ffefb36bf215fb153432f622beac43', '66.249.79.193', 1666135991, '__ci_last_regenerate|i:1666135991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f578166a4b5d6c4fe61f13f46327489b7e3aaea0', '114.119.148.187', 1685748940, '__ci_last_regenerate|i:1685748940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5784f6743b94866a829bcfd6fe13fc6e4d0bf0a', '190.56.50.15', 1667164393, '__ci_last_regenerate|i:1667164393;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667164366;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5788b5e1741ca51da65aee45d31b810654fd6c2', '36.99.136.131', 1650687182, '__ci_last_regenerate|i:1650687182;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5797d45af7ce8f55e53d2f5f310e8b7385f63aa', '52.167.144.98', 1686568283, '__ci_last_regenerate|i:1686568283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57ade1af2fc8d27f02bfb380ea1fe3236bdfb64', '190.148.157.53', 1683654376, '__ci_last_regenerate|i:1683654376;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683654368;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57bf0e39eaed0cdd1096ba1252de351cf769397', '157.55.39.79', 1669419457, '__ci_last_regenerate|i:1669419457;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57cc1012ddf0499384ee64d3413fb8dc0384e73', '163.123.143.82', 1673574369, '__ci_last_regenerate|i:1673574369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57f317e48da66869782abe9b00726ac0d76fbde', '157.55.39.213', 1681426723, '__ci_last_regenerate|i:1681426723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57f66ad6460eb6fb4a4c9807b03bf3736c4eb04', '200.119.168.104', 1660137475, '__ci_last_regenerate|i:1660137219;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660091537\";last_ip|s:15:\"200.119.170.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660137475;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57fb707d54704d6a084c6ba27e7ca60e53eed1c', '157.55.39.100', 1671783502, '__ci_last_regenerate|i:1671783502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58012a00acf50c6ef5457fc6077bd6a5b48b705', '52.167.144.164', 1685707948, '__ci_last_regenerate|i:1685707948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f580a911b1be09d452cef210a461ae7ed981bf5d', '114.119.145.175', 1687835023, '__ci_last_regenerate|i:1687835023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f581430c1ca4a33368c2ef2bc56fda664ec6bf59', '157.55.39.206', 1673680672, '__ci_last_regenerate|i:1673680672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58161cb4017dfde01fcba380b060afa9b70422f', '190.56.173.169', 1651786295, '__ci_last_regenerate|i:1651786295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f582b12f61c4542e52bfb77437a114c86a94c115', '40.77.167.123', 1683578927, '__ci_last_regenerate|i:1683578927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f586255623524b079b21111ef77f86d7b4780fac', '190.148.157.53', 1683892637, '__ci_last_regenerate|i:1683892586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683892637;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f587a9522de5a68cb8bce625e28647c03ec9b1ff', '72.13.46.2', 1652649598, '__ci_last_regenerate|i:1652649598;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 ('f588839d5de362ec0e7191c0873b64270ad40ad9', '190.56.32.243', 1684624804, '__ci_last_regenerate|i:1684624804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684624796;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5897679bfdb5edd5d8630e1e3189c1fdecf20e1', '190.56.50.253', 1682638131, '__ci_last_regenerate|i:1682638131;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682637444;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58ad5988f30c0ced5455ec6d33720ae32559243', '54.36.148.255', 1663144818, '__ci_last_regenerate|i:1663144818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58c8109054edcbffcfe695284e87c96023fee68', '114.119.158.13', 1684146449, '__ci_last_regenerate|i:1684146430;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58c8fdc704b13f83bb9cf421d4f07ab2f3a3bb5', '114.119.134.161', 1686384722, '__ci_last_regenerate|i:1686384722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58c983d7e0c2624f2bc9ce9226b48b0f842bdbc', '114.119.128.67', 1688429249, '__ci_last_regenerate|i:1688429249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58d62fad28036107feaf9d83a932232d674521c', '54.187.145.118', 1654436453, '__ci_last_regenerate|i:1654436453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58fdc9b76d710ea1cd506c6088271e075ff7af9', '52.167.144.31', 1675609829, '__ci_last_regenerate|i:1675609829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58ff812d88326f0dd261a66e7744b12a748cd1b', '51.222.253.1', 1680721621, '__ci_last_regenerate|i:1680721621;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 ('f59136da4b2619e5708d3dd3624699244aa37738', '40.77.167.30', 1656924954, '__ci_last_regenerate|i:1656924944;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f591dd9bdbab3aa9bfe798747c29064d666df990', '52.167.144.74', 1687972914, '__ci_last_regenerate|i:1687972913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5925b8037341e8a773d9169be8c459c2a96cf22', '159.65.207.245', 1688145943, '__ci_last_regenerate|i:1688145943;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5946a5c8ff0617bd9cd40c7751945ac32aa1549', '190.148.252.183', 1681404941, '__ci_last_regenerate|i:1681404941;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681403983;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5970b244dc93871877ea1f1d36705f4eb90a99f', '190.148.158.151', 1677171313, '__ci_last_regenerate|i:1677171313;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677169406;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f597f20bf058ea21f0289cace3509fce7175fc46', '34.87.17.47', 1651284330, '__ci_last_regenerate|i:1651284325;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 ('f598aea05e091d9868e16fe9c3215fc35e164c3d', '157.55.39.65', 1661756938, '__ci_last_regenerate|i:1661756938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f59acd156d610922cbd8cfe26fc1162b07fcea7c', '52.167.144.164', 1686410349, '__ci_last_regenerate|i:1686410349;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f59b527db85d874de5c28a59091524d2f510a5f2', '207.46.13.160', 1673652299, '__ci_last_regenerate|i:1673652299;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f59c0aac1d70afa719229bd159da42d7fda2fbbe', '190.56.173.175', 1652891986, '__ci_last_regenerate|i:1652891986;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652891980;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f59f09d7f712deeac2213faed689a5554b732dab', '205.210.31.152', 1655614213, '__ci_last_regenerate|i:1655614213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a1288e9754b66c42bfa1588a185de0f1f49cdd', '157.55.39.123', 1673213610, '__ci_last_regenerate|i:1673213610;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a2279eed5ef965932b8859ab8ea8b59b087f09', '190.148.252.183', 1681675521, '__ci_last_regenerate|i:1681675521;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681646367\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681675347;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a2fb2b031f44d17f68a0d8bb052267ca151bc3', '200.119.168.250', 1680975610, '__ci_last_regenerate|i:1680975610;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680975575;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a3e2d8f932bd8e217099c01618140ae5f7f252', '54.36.148.100', 1666453642, '__ci_last_regenerate|i:1666453642;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 ('f5a4d7a2adc6a83f98705faee0e484aaa7f24b86', '52.167.144.171', 1685464948, '__ci_last_regenerate|i:1685464948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a6ebe62ef8adc48ab9364228bfd37f8b87d3e0', '130.245.169.247', 1657277739, '__ci_last_regenerate|i:1657277737;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a8f4dce39e8d70d15f7f11e6d6ff21c77e1cc0', '114.119.140.175', 1684248263, '__ci_last_regenerate|i:1684248262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a8fc986492f963f62d73b330fd58d8e63b4c5c', '52.167.144.164', 1685488726, '__ci_last_regenerate|i:1685488726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a97117d790506a6dcd9af6ee0640a568662390', '52.167.144.164', 1686445759, '__ci_last_regenerate|i:1686445759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a99f5b06973738e43367131a6080012efd625f', '157.55.39.118', 1656914868, '__ci_last_regenerate|i:1656914858;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5aa1d617380227e53d3723deef78baa2410cf4a', '52.167.144.76', 1681719204, '__ci_last_regenerate|i:1681719203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ab9ec272b9a5be544448e334dca5f3aa87975f', '40.77.167.182', 1683227864, '__ci_last_regenerate|i:1683227864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ae830f5281f661c88e30f3a1f8115bb5df323e', '190.148.157.177', 1682126360, '__ci_last_regenerate|i:1682126360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682076406\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682126342;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5aec3e39ac538538bc92abd9c0ab1c95c256813', '40.77.167.37', 1669419383, '__ci_last_regenerate|i:1669419383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5af1a528fce9cc1a27458c84c1208a0804fcdcf', '190.148.87.182', 1679766923, '__ci_last_regenerate|i:1679766923;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679764759;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5b3b67cd4290fa2ff03d17c18d7aec66f0a3c47', '190.56.54.156', 1665265110, '__ci_last_regenerate|i:1665265110;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665265100;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5b9440750d902f49189ebeb017b829614ba6c4a', '190.148.87.6', 1668471792, '__ci_last_regenerate|i:1668471792;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668471782;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5b94723e68bdb2e8517ac7e7873389b2eee0316', '190.148.157.50', 1668732508, '__ci_last_regenerate|i:1668732508;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668601925\";last_ip|s:14:\"200.119.172.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668732472;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5b966a61c5e27613d540fa209778ba2013759ad', '207.46.13.210', 1677260967, '__ci_last_regenerate|i:1677260966;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5bad5e8a231eb61d86f2b3c701bc90a91898889', '157.55.39.118', 1656687795, '__ci_last_regenerate|i:1656687784;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5bb2a65fd16efae8397b823703ddb13f6183f58', '176.74.192.85', 1654403411, '__ci_last_regenerate|i:1654403411;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 ('f5bcd69f9ae39f36171688d8050a997a0e466db6', '52.167.144.164', 1685974244, '__ci_last_regenerate|i:1685974244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5be49ae667cdd9503f8cf35cdbb9a7245a1cdcd', '85.114.89.223', 1652669797, '__ci_last_regenerate|i:1652669797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5beb13bbd3de661e115bc70eec25932a7121267', '114.119.153.25', 1684929442, '__ci_last_regenerate|i:1684929442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c0940c0254438e21c6fd243d21df70eea734b2', '207.46.13.210', 1677321409, '__ci_last_regenerate|i:1677321409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c0cb6963ffd4f3c6bee031748f948eea50af50', '52.167.144.162', 1686341691, '__ci_last_regenerate|i:1686341691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c125647d43ac0bcf31b0883dcb3da5fc95c612', '52.167.144.164', 1686566336, '__ci_last_regenerate|i:1686566336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c1d8b35a1112a9052c3f704b7a4ceb5caaf1fd', '157.55.39.148', 1671783499, '__ci_last_regenerate|i:1671783499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c431ca66654a8991b7c487a397e68c434ff780', '207.46.13.154', 1671152830, '__ci_last_regenerate|i:1671152830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c48ce5fdfa50afe21e52113e73e91fb7981b30', '51.222.253.20', 1678346809, '__ci_last_regenerate|i:1678346809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c84b8fda8bd64971e4e3d4a369fa0e7b23cc51', '54.36.149.92', 1681706955, '__ci_last_regenerate|i:1681706955;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 ('f5c9a6e35b709a86c2595e73900f78559dd482d9', '190.56.173.213', 1683372577, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683372482;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683372577;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c9ec2cfd51ab1c0c768f24c12575cf744bad2e', '157.55.39.80', 1670266096, '__ci_last_regenerate|i:1670266096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5cc2e8f62c7fd0ab9105b6ce00a16db0a1c2490', '52.167.144.76', 1681990392, '__ci_last_regenerate|i:1681990392;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5cd351c64eef46bbac50303bc2893f384d399c9', '190.148.157.203', 1663796763, '__ci_last_regenerate|i:1663796763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5cd4a75f0d1819d08018e8ea000a9d6601b232b', '114.119.147.86', 1686575525, '__ci_last_regenerate|i:1686575525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5cd63cde5aa5dab637710cd5f4d4ebda1d58711', '40.117.185.219', 1651536167, '__ci_last_regenerate|i:1651536167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5cd7784e1230c33f261500e4f2edbfe29ea6cbc', '114.119.156.46', 1688215622, '__ci_last_regenerate|i:1688215622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5cd945454ca8fdc633ee210dfa5fa7dee4afc23', '157.55.39.80', 1670600548, '__ci_last_regenerate|i:1670600548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ce048d7d9e135bc15e7e5ea999011664af0d64', '157.55.39.69', 1672155246, '__ci_last_regenerate|i:1672155246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d0c056e80e70d4ad4533d13e7d845e1ba98b84', '51.222.253.5', 1663169814, '__ci_last_regenerate|i:1663169814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d0dfc4646cd9c2147f777e7543be6fd3e3b5b2', '190.56.49.237', 1665780045, '__ci_last_regenerate|i:1665780045;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665780026;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d479480a1e6d27a50640c08b98d6aa14e3bf78', '52.167.144.76', 1681538244, '__ci_last_regenerate|i:1681538244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d5d80d7e11d30e561db7304aded575f8097580', '34.214.64.6', 1665581202, '__ci_last_regenerate|i:1665581202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d62eab9e60f0f5e2c36a3cd81f20ac601cb5dc', '114.119.158.167', 1685101143, '__ci_last_regenerate|i:1685101143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d6614a7e89f0ff969166dce88a2d757b3d6cb7', '52.167.144.162', 1687268529, '__ci_last_regenerate|i:1687268529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d6a19db0c3dc1f45cdfa1910e697d8e4963778', '190.148.252.166', 1658166138, '__ci_last_regenerate|i:1658166138;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658081998\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658162266;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d8396256b749953ae6fd82b941de3f62df0b4a', '114.119.142.12', 1687599343, '__ci_last_regenerate|i:1687599343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5daf26b26455ac64114adf021e1df5cbb40413f', '114.119.159.92', 1687996924, '__ci_last_regenerate|i:1687996924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5dca02d2ad1a1615154eb4f44d12a8248445db5', '54.36.148.158', 1686839355, '__ci_last_regenerate|i:1686839355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5e5aae0731f2e5e7949c07532e72aa178ad3fd2', '66.249.79.210', 1680030711, '__ci_last_regenerate|i:1680030711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5e5ca0f79a2ceda22012ba3d28257ab66c95980', '200.119.172.95', 1659531616, '__ci_last_regenerate|i:1659531616;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659531595;register_id|s:2:\"61\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-02 08:36:41\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5e746ced9f04c544f485edceb7f1cf015115c73', '40.77.167.79', 1654920511, '__ci_last_regenerate|i:1654920500;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5e7c7cac417f5ce5d96dff5f8b1c412174d7904', '138.246.253.24', 1654938058, '__ci_last_regenerate|i:1654938058;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 ('f5eb389da67c5ce1161d1cb24a5b80b8b234ced9', '51.222.253.14', 1684716649, '__ci_last_regenerate|i:1684716649;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5eeb339314a289c3edf1f88585aa553d24c7ea1', '114.119.144.127', 1684849746, '__ci_last_regenerate|i:1684849746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ef19272178ed66caad1f638cf2b27900a0f0c4', '157.55.39.79', 1657511453, '__ci_last_regenerate|i:1657511443;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ef6d87ea3410d23db7e78ef08082388eae04c8', '190.56.49.83', 1687035437, '__ci_last_regenerate|i:1687035437;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687035421;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ef7cd06875e2df6fc75574b709113ca7d78bf9', '114.119.135.143', 1687580450, '__ci_last_regenerate|i:1687580450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5efaae6db86c34e2aefa9e1aba8161458a92b2b', '65.154.226.166', 1657276195, '__ci_last_regenerate|i:1657276195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f0a257b4c3417fc6e0c50a4942df31285514a9', '128.199.60.194', 1660683512, '__ci_last_regenerate|i:1660683512;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 ('f5f21ae89b6127da5123339e435cb0ec8c929669', '51.222.253.20', 1662540025, '__ci_last_regenerate|i:1662540025;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 ('f5f24b824f76645ee38563546316a112b2fa0580', '167.172.75.190', 1651321664, '__ci_last_regenerate|i:1651321660;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 ('f5f3af93f2cf4c355a93e085a6817176bdbcd8a0', '157.55.39.87', 1663410393, '__ci_last_regenerate|i:1663410393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f4d6f5ffe9753715666c566acedd285b10e135', '190.148.252.238', 1681904520, '__ci_last_regenerate|i:1681904520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f7d3f29ec943d99dedfd45f0db71d382b38623', '52.167.144.63', 1687144548, '__ci_last_regenerate|i:1687144548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f9444a4397aae4c3ed5e4351e762707a1072fb', '200.119.168.48', 1668085810, '__ci_last_regenerate|i:1668085810;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1667997260\";last_ip|s:15:\"190.148.157.165\";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\";user_csrf|s:20:\"hLPzFS8u7jxCnOZ4IoaG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5fc14b0dddf84a8c9a8cad9de90f8edccb10679', '51.195.90.229', 1650840566, '__ci_last_regenerate|i:1650840566;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5fe852a7098979762014ae9131bb7d90c260a3b', '40.77.167.80', 1674990796, '__ci_last_regenerate|i:1674990796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ff39aefbf2dc6f54f3e5e9282862924ee583c2', '52.167.144.164', 1686312927, '__ci_last_regenerate|i:1686312927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f601792632c6458839ef69fdc89a0cf7e8c7f1c9', '157.55.39.253', 1682940725, '__ci_last_regenerate|i:1682940725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6026a7dbec49fbacd6682b4aa035f990ddf1f1f', '200.119.174.187', 1667435301, '__ci_last_regenerate|i:1667435301;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667435249;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6035e97e07d292debb2b84af84abb132f5f8841', '200.119.174.9', 1674172518, '__ci_last_regenerate|i:1674172518;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674172481;register_id|s:3:\"182\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-19 14:40:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60696416004c714d61584c5eec39f7eb01ce822', '190.56.48.27', 1650985655, '__ci_last_regenerate|i:1650985649;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1650938768\";last_ip|s:13:\"186.151.60.88\";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 ('f607a25ec23f4f1b42453233c313a794a349e839', '17.121.114.115', 1651196962, '__ci_last_regenerate|i:1651196962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60814e298cce71344c992da991fb354d88a466c', '200.119.168.250', 1681142923, '__ci_last_regenerate|i:1681142923;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681130412\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681142742;register_id|s:3:\"225\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-10 09:19:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6082b75cedb1dd02cf0f159ebae688504220213', '200.119.169.23', 1662988577, '__ci_last_regenerate|i:1662988454;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662762807\";last_ip|s:14:\"200.119.173.87\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662988577;register_id|s:3:\"102\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 16:35:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60a6f6f0dd1b28a237d70e3e8145ecb3a2b8a0b', '190.56.32.174', 1676809166, '__ci_last_regenerate|i:1676809166;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676806776;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60a75b7d0b787cb742a2c7d5f0f345da8cbaca6', '207.46.13.41', 1671138316, '__ci_last_regenerate|i:1671138316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60c86ad9b9aef477ecc724b0b602c404de8d5e1', '51.222.253.3', 1664917879, '__ci_last_regenerate|i:1664917879;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60db235f6835ed6af8ee0dc5821e28745dfbb60', '114.119.140.111', 1685533143, '__ci_last_regenerate|i:1685533143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60e1bdba7487ae13f0fda262be10f4fc4b36da4', '114.119.146.219', 1685708470, '__ci_last_regenerate|i:1685708470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f60ea9978432905355705f0504e97905aa9ac65c', '40.77.167.182', 1683017584, '__ci_last_regenerate|i:1683017584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f610e1e2307d8ffa558e18d6ad744c1148ddc002', '190.148.157.214', 1669735410, '__ci_last_regenerate|i:1669735410;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669389200\";last_ip|s:14:\"190.148.157.80\";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\";user_csrf|s:20:\"j57nLeTUIGwZXOCVxJfQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61150a2ad54a31dbeba515a0e810614c02aadf0', '190.148.157.183', 1680558641, '__ci_last_regenerate|i:1680558641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680558588;register_id|s:3:\"223\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-03 11:51:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f612cddaa102762468754f6cf275f9660d489d7f', '190.56.32.35', 1671988965, '__ci_last_regenerate|i:1671988965;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671988632;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f614d36931fd40c2f71d2db305925fa3f67958ec', '190.56.55.113', 1673870704, '__ci_last_regenerate|i:1673870704;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673783557\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673870574;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f615eaf42392d1d0869879b2ea71875abcab0535', '190.148.157.53', 1683759762, '__ci_last_regenerate|i:1683759762;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683758603;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f617eb680b05a81936be33d41a5ec53d87a1eb40', '207.46.13.11', 1668834389, '__ci_last_regenerate|i:1668834389;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6182c5e60ae0135a8c86565ecd410d32362820a', '190.148.252.183', 1681602395, '__ci_last_regenerate|i:1681602395;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681602167;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f618d72d7409b7634ef2e312f41e584c34a75897', '114.119.156.250', 1685455279, '__ci_last_regenerate|i:1685455279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6191a94c30d2e760f204d0a2220b9c2d1a430ba', '3.250.85.224', 1678213926, '__ci_last_regenerate|i:1678213926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f619f043e5cd685219820f83e018abaad038a4d9', '74.208.2.223', 1668050327, '__ci_last_regenerate|i:1668050327;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61be36a6d2d1ac9e2ae92e09879272b073194bc', '40.77.167.123', 1684099495, '__ci_last_regenerate|i:1684099495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61e84be7f25effa2b590053f13c9aafbbf22383', '40.77.167.63', 1671896236, '__ci_last_regenerate|i:1671896236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61ef371fda97f95df3f9d71863a017e941c0569', '190.148.158.164', 1667324154, '__ci_last_regenerate|i:1667324154;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667324149;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f623b5fa6e89396ae6daf8a7dca22e3832424970', '207.46.13.1', 1671234210, '__ci_last_regenerate|i:1671234210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f62b71516029afd533ef0be9bba45cd686c2fadd', '130.245.169.139', 1657878939, '__ci_last_regenerate|i:1657878938;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f62e7d33a76a049795307a52a9f68136fc65e5e0', '209.145.55.127', 1651068202, '__ci_last_regenerate|i:1651068202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f62fd4914615621cf0c534bfb3e12cae0dd3f664', '17.121.112.253', 1658265962, '__ci_last_regenerate|i:1658265962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f630fe8c199619440efe504bbeecc9f21e7cd5ec', '190.148.158.175', 1672425161, '__ci_last_regenerate|i:1672425161;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672425081;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6371ce74cb02f075e0225fbc38c7e0a634c869f', '157.55.39.80', 1670270512, '__ci_last_regenerate|i:1670270512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6388107ea64b80c4c41489ab97e9cecbe02b8d9', '190.56.32.35', 1671651060, '__ci_last_regenerate|i:1671651060;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671649958;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63898734935591ac49987361439578cbdb8997e', '207.46.13.207', 1681405199, '__ci_last_regenerate|i:1681405199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f638a6c7515b3a9099bd63f52e864ef52097edc6', '52.167.144.120', 1688063391, '__ci_last_regenerate|i:1688063390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63994e0b062487ae4d5d46468b806dff104387f', '3.237.104.7', 1654055395, '__ci_last_regenerate|i:1654055395;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 ('f639c850a8e8209c4057041aa320be6b3de91cfc', '190.148.252.111', 1677887341, '__ci_last_regenerate|i:1677887341;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677887250;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63a94965d467cc2efaff34a0a5b1ed17fa92720', '40.77.167.169', 1676085733, '__ci_last_regenerate|i:1676085733;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63b38e32e0c2a4ce8eeafdc0af866c8db2bef58', '200.119.174.9', 1674508901, '__ci_last_regenerate|i:1674508901;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674486632\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674508894;register_id|s:3:\"184\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-23 08:38:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63c11ba64c6a47c9db2dfa08193f418d25ea04f', '190.56.173.251', 1651878331, '__ci_last_regenerate|i:1651878331;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63d2536b602267f55c342702ea11aae13269385', '124.206.180.138', 1652218540, '__ci_last_regenerate|i:1652218537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63dd1f447443a929c43f519a0b68f036ffd0320', '190.148.252.76', 1654182644, '__ci_last_regenerate|i:1654182536;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654054804\";last_ip|s:14:\"190.148.252.76\";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\";last_activity|i:1654181423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63df92d8ca483f37c3c228085354337ceef604c', '176.120.118.83', 1650949610, '__ci_last_regenerate|i:1650949610;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 ('f6409eb4410e916c32db49ff42c15b6eecdf40b3', '200.119.170.143', 1670253973, '__ci_last_regenerate|i:1670253973;requested_page|s:9:\"admin/pos\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670252779\";last_ip|s:15:\"200.119.170.143\";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:1670253959;register_id|s:2:\"15\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-06-01 08:47:35\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64258a9b1e05d3c4514d6148648a9a300d82f80', '51.222.253.13', 1683894205, '__ci_last_regenerate|i:1683894205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f645e7bca18e8235684e15a305fc592119afa1e7', '114.119.158.212', 1686846907, '__ci_last_regenerate|i:1686846907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6469e0d1a842a8cd9bd5a07c7574c1841a87bcd', '51.222.253.18', 1654659994, '__ci_last_regenerate|i:1654659993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64890aa53ce7a09cf1af2100c0aa7235e96f0cb', '165.22.62.204', 1672333942, '__ci_last_regenerate|i:1672333942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f648e7707b1fc3db2012bd530758bdd189c3207a', '190.56.48.81', 1665959983, '__ci_last_regenerate|i:1665959983;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665959916;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64b80cce7b40115c98480809fb37b8133859a0b', '74.208.2.230', 1684500926, '__ci_last_regenerate|i:1684500926;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64f19780a4276df9bd07b2f3d06c8bcd2f7d9f4', '190.148.87.182', 1679773599, '__ci_last_regenerate|i:1679773599;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679773508;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64f8520c84ed8c76f2bba42a64bcbd109f45e8f', '207.46.13.51', 1663249407, '__ci_last_regenerate|i:1663249407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6514372e969a892bc1a3f51bdd9319c7b622010', '167.248.133.118', 1654111102, '__ci_last_regenerate|i:1654111102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f651c04ab9da3f8d1fd000366b849d3f3f55b328', '190.148.158.69', 1685991517, '__ci_last_regenerate|i:1685991517;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685974918\";last_ip|s:14:\"190.148.158.69\";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 ('f651e281acbc6be747252d9007504fe95aaec63e', '40.77.167.40', 1675198388, '__ci_last_regenerate|i:1675198388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6553b21aee7185f2815bd2cf6aea4e470d14a89', '190.56.49.83', 1687040384, '__ci_last_regenerate|i:1687040384;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687040371;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f655777a8d870075723fa9de73332c64a4bb6238', '52.167.144.94', 1678149325, '__ci_last_regenerate|i:1678149325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65596aa89cb332a2f65ca648bbdcf173e82ba1c', '154.13.248.116', 1674010948, '__ci_last_regenerate|i:1674010946;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f655f664ba874f4b36e39db9c31f3d310798745e', '207.46.13.1', 1671347523, '__ci_last_regenerate|i:1671347523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65650c6cc262384a1a72f647587fe7e7a0ba173', '51.254.49.98', 1650705116, '__ci_last_regenerate|i:1650705116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65679efeb06bcbf576b0da35a5922be9976a6e0', '66.249.74.103', 1683380108, '__ci_last_regenerate|i:1683380108;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 ('f65765b5e295ac580a8a0c657d77e8e2c1204866', '200.119.173.225', 1654547160, '__ci_last_regenerate|i:1654547160;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654457478\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654541462;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65c33ac302410f8f0a68bd81d2753797f51c8f7', '52.167.144.164', 1686373005, '__ci_last_regenerate|i:1686373005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65ccc57b626cf6d1c5587831af91b70da668645', '114.119.137.217', 1685810589, '__ci_last_regenerate|i:1685810570;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65dfb173f89ecdf9d01724ca39d14582dc24c96', '52.167.144.98', 1686667049, '__ci_last_regenerate|i:1686667049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65f03a45d691c55617d52aa047551ae22b6068f', '114.119.135.126', 1685457090, '__ci_last_regenerate|i:1685457090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f65f9ee5fa5530080b87f5a6a581bb45cee8f3df', '114.119.138.67', 1686381073, '__ci_last_regenerate|i:1686381073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f660db6ddc06157ac059d590ad06e827548e686d', '40.77.167.49', 1663946113, '__ci_last_regenerate|i:1663946113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f66126a390f8dd257b6db2430a84b4c92d4973f5', '190.148.158.69', 1685799303, '__ci_last_regenerate|i:1685799303;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685799296;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6616cf2fe935c72021ccc56a3282ee59d294b11', '54.36.148.201', 1658201925, '__ci_last_regenerate|i:1658201925;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 ('f6626d64d7fe431e6508995cc678d6f53dc6fc04', '52.167.144.98', 1685594555, '__ci_last_regenerate|i:1685594555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f662ecdafee50f08dfa0faa5d9f08ce0a1848100', '82.80.249.158', 1668921136, '__ci_last_regenerate|i:1668921136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f665b9d39fc8e1258ff4bd994a311c66c6589127', '46.101.63.152', 1652762861, '__ci_last_regenerate|i:1652762861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f668059f73db2e57be10a1167e8e2482bbc49dcc', '147.182.171.81', 1650861179, '__ci_last_regenerate|i:1650861179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f669901e3ca2762b27027115ae29c71b09893ede', '40.77.167.44', 1670685175, '__ci_last_regenerate|i:1670685175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f66bc3b8f5358dbaacc07c9b0101637820c17990', '190.148.157.53', 1684182624, '__ci_last_regenerate|i:1684182624;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1684161948\";last_ip|s:14:\"190.148.157.53\";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 ('f66d3cbd69dd3b31e205a4ab89310ee13d89dfc4', '51.222.253.19', 1686341389, '__ci_last_regenerate|i:1686341389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f66e1d7cf7fb78e537f7f10136a43af3332d0aa4', '200.119.169.5', 1654867593, '__ci_last_regenerate|i:1654867593;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654811927\";last_ip|s:15:\"200.119.170.145\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654867564;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f66fcbf52619d2c2ba9207e71c8a7b202b155bcd', '190.56.49.237', 1665682540, '__ci_last_regenerate|i:1665682540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665680795;register_id|s:3:\"125\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-13 08:31:27\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6717836718efa1e82e6983421d88751e7506960', '190.56.173.175', 1653326944, '__ci_last_regenerate|i:1653326944;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1653322769\";last_ip|s:14:\"190.56.173.175\";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 ('f6735741faebbbe9a9748c6012434f8c588b4729', '114.119.144.17', 1688191641, '__ci_last_regenerate|i:1688191641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6737ee4355856b4f207aa909bf11b93cc4d897d', '114.119.141.249', 1686581347, '__ci_last_regenerate|i:1686581347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6746ce16a7f7f2128ad4d6e9041b1b273732dfc', '190.56.32.162', 1686268404, '__ci_last_regenerate|i:1686268404;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686268404;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";remove_posls|i:1;message|s:32:\"Venta POS correctamente añadida\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f67cd217e956624f71f12d5e5bec1bec54ffc37a', '13.230.19.97', 1683952429, '__ci_last_regenerate|i:1683952429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f67e822e8aaac158d012b91dac9f256f69544032', '207.46.13.51', 1662678426, '__ci_last_regenerate|i:1662678426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f67f84932da1558db006d8b741bad4e49ffa6fd1', '200.119.172.60', 1674839984, '__ci_last_regenerate|i:1674839984;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674839553;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f67fcf50278ec714566fb3e1873fa5d8e535b9fd', '114.119.157.185', 1685036937, '__ci_last_regenerate|i:1685036937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f680bea945574d76409fdb171b90fc13a0127a5c', '125.133.32.183', 1651580891, '__ci_last_regenerate|i:1651580891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f682afb0a86b4d9030c3c612a17a6a4e06753256', '93.159.230.89', 1651935657, '__ci_last_regenerate|i:1651935657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68550ab9aef31af35bbb03bc39884e6418590a3', '67.205.176.132', 1672106625, '__ci_last_regenerate|i:1672106625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f686a4fb9a97e7db2a295386d63d2c82a91d9cec', '52.167.144.164', 1685685196, '__ci_last_regenerate|i:1685685196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f686c491e4b244e22899d39180ddf222ed0dccfd', '51.254.199.11', 1683249268, '__ci_last_regenerate|i:1683249268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f688a0a9d03d1c1905990ec6c468c1d70b37f3e3', '162.142.125.219', 1657811674, '__ci_last_regenerate|i:1657811674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68954ad43d06a4e05486526523ecdd1a34815ae', '157.55.39.173', 1668934983, '__ci_last_regenerate|i:1668934983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f689612eb2ca04d5a925592b997b93299474c9ef', '52.167.144.70', 1688505770, '__ci_last_regenerate|i:1688505770;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68ab0d599050306905ec6a1fb9f1b89579864f8', '200.119.170.131', 1660165524, '__ci_last_regenerate|i:1660165524;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660157091\";last_ip|s:14:\"200.119.174.72\";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 ('f68ac33907335c9b2ec017aec19e24c5b4adf0ef', '157.55.39.87', 1663752600, '__ci_last_regenerate|i:1663752592;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68b8a1656a6d5331f40620946eaa577b690061e', '200.119.168.250', 1681087092, '__ci_last_regenerate|i:1681087092;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681086271;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68c20fea78dbd7674fcbcc61e831b55d4571b03', '40.77.167.2', 1668116365, '__ci_last_regenerate|i:1668116365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68c501a1934d28730ad9bf052d672b1f08b5047', '190.56.50.15', 1667174779, '__ci_last_regenerate|i:1667174779;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667174756;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68f89d27b58f1e244f68a9fe0041f2cd5cf1457', '54.36.148.192', 1663721445, '__ci_last_regenerate|i:1663721445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f68ff439d0367a81fc92fb5c75e4ca421a0d4eb3', '66.249.79.201', 1682291262, '__ci_last_regenerate|i:1682291261;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69018d180967371ac6697cbf13f06ef1c9733f2', '51.222.253.20', 1659432595, '__ci_last_regenerate|i:1659432595;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6950a63690d77848789110fa97b5087fb394731', '52.167.144.176', 1678176612, '__ci_last_regenerate|i:1678176612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6952590d138b45778472c17901d76292718abc1', '190.148.157.177', 1682378801, '__ci_last_regenerate|i:1682378801;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682335913\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682378797;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69842a3021ec06a68a1987712871628e9c5eb99', '5.188.62.26', 1656353870, '__ci_last_regenerate|i:1656353866;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69991ec774080171c80828d77551ed977c0c55e', '190.148.87.182', 1679790883, '__ci_last_regenerate|i:1679790883;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679789009;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f699dda70f1f41232054ddbf5ebe4ac278971e60', '114.119.151.165', 1687839814, '__ci_last_regenerate|i:1687839814;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69aa3f22ef76d6641daabca372e2aad83319104', '157.55.39.51', 1668834276, '__ci_last_regenerate|i:1668834276;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69d884bd9b654dce76ce2029011d7f01b90e849', '51.222.253.20', 1678705240, '__ci_last_regenerate|i:1678705240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f69d96520383e05e24e45b487f17b7f1cd4462c4', '190.148.252.178', 1657376140, '__ci_last_regenerate|i:1657376123;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657372587\";last_ip|s:15:\"190.148.252.178\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657376140;register_id|s:2:\"40\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-08 09:00:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a36ff2d821d5a4c3b9be226173abce07bdf156', '190.148.87.99', 1688426348, '__ci_last_regenerate|i:1688426348;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688426343;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a3d61651da963c075c92cab3dd1ccbaba402dd', '190.148.252.67', 1688513335, '__ci_last_regenerate|i:1688513335;requested_page|s:5:\"admin\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688401210\";last_ip|s:13:\"190.148.87.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688513308;register_id|s:3:\"274\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-07-04 10:44:57\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a47e5d7a6b7cc5ad1473bff9593912591d8685', '190.148.158.175', 1672619682, '__ci_last_regenerate|i:1672619682;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672619176;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a4b4890225fba59e5d77137accaf4f3cfab5ae', '40.77.167.146', 1687784031, '__ci_last_regenerate|i:1687784031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a593a266e8a41867cc5540cbcc63f273ed63e8', '40.77.167.202', 1687547827, '__ci_last_regenerate|i:1687547827;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a7d13e27157f43099e981b536440317112ccbd', '114.119.151.1', 1688391903, '__ci_last_regenerate|i:1688391903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a8a26b20e68e685fb5b464e4c1dadcaec6ad4f', '207.46.13.12', 1676267666, '__ci_last_regenerate|i:1676267666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a8b05d896f36f27d8f5f9306fa0f492b3c2f8b', '173.249.31.237', 1659409332, '__ci_last_regenerate|i:1659409332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a9344efd2033b204ac9174c28135760996ccb2', '116.15.216.47', 1657997633, '__ci_last_regenerate|i:1657997633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6a9c2d35220fa82faddac4327a45a0951a6f206', '51.222.253.16', 1678941783, '__ci_last_regenerate|i:1678941783;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 ('f6ab6619bdda21eb4c17225603a0f166a1817c62', '66.249.79.195', 1688000110, '__ci_last_regenerate|i:1688000110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6ab7e8015b7b02cf2a867253e71bc8b39e0ad0f', '207.46.13.207', 1681295968, '__ci_last_regenerate|i:1681295968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6ac0df463ec07c34db8f0884088538af636a926', '173.249.31.237', 1659409334, '__ci_last_regenerate|i:1659409334;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 ('f6aee43100e5d726aa852bd68e697bae3ac4f010', '52.167.144.98', 1685445898, '__ci_last_regenerate|i:1685445898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6af5fbd4468a2740342a51641a62cef7261fd2c', '40.77.167.11', 1674445326, '__ci_last_regenerate|i:1674445325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6afe7a44cddc232128d4ac3f6ec7584d7427b77', '17.121.115.161', 1660071858, '__ci_last_regenerate|i:1660071858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b049464a768fd467c2ddad79cbca36f4c1a1fa', '51.222.253.2', 1654159981, '__ci_last_regenerate|i:1654159981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b35ded1e0b7937723f7d43078b880a6d9b127a', '190.148.252.36', 1661784511, '__ci_last_regenerate|i:1661784498;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661777200\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661784510;register_id|s:2:\"87\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-26 10:27:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b470c807470b65d10cdece789c33d9e0a849b9', '200.119.168.8', 1658082837, '__ci_last_regenerate|i:1658082783;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658078678\";last_ip|s:13:\"200.119.168.8\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658082783;register_id|s:2:\"45\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-15 08:33:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b57f47e78c8f2c078a499d16c596188be85174', '40.77.167.106', 1687185660, '__ci_last_regenerate|i:1687185660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b5889f110d5c542035580d02f15f8c9370e25c', '5.188.62.21', 1653261501, '__ci_last_regenerate|i:1653261498;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6b6e7b484df9f21a56b4fa0296da55fa6d3e156', '114.119.150.223', 1684951893, '__ci_last_regenerate|i:1684951893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6bac5be370cf6220b2faa23a98ad92a3171ecc6', '40.77.189.141', 1671227878, '__ci_last_regenerate|i:1671227878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6bb31631b82056dd4364c440fef028629058b38', '157.55.39.253', 1682100121, '__ci_last_regenerate|i:1682100121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6bcba5ca98bad37438c3a1168e36031f313dd32', '200.119.173.130', 1676117969, '__ci_last_regenerate|i:1676117969;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676029352\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676117918;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6bd4221656a159b17ee467fddc4c02a44133ac6', '157.55.39.51', 1669605646, '__ci_last_regenerate|i:1669605646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c04e5d239aa92a190895f9d5de38c4e01fa017', '52.167.144.98', 1686411616, '__ci_last_regenerate|i:1686411615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c2faa406bf2ea255b51a60f0bef9b8257d0d39', '51.222.253.3', 1686062548, '__ci_last_regenerate|i:1686062548;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 ('f6c389db01731161fd018497dbeeba2d5764f993', '40.77.167.175', 1680078158, '__ci_last_regenerate|i:1680078158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c4c312dca7835512170a5ffff96af59a30dd1a', '157.55.39.68', 1667474239, '__ci_last_regenerate|i:1667474239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c55e4152a533175dc3421a4686fa22a552273f', '52.167.144.164', 1684315746, '__ci_last_regenerate|i:1684315746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c590368803b0ca9fce9389d26a7fa3009efeec', '157.55.39.79', 1669577781, '__ci_last_regenerate|i:1669577781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c5fcc55e77089f6112f17a3e79a3360c7d5571', '52.167.144.171', 1685815121, '__ci_last_regenerate|i:1685815121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c61235d6c375fbdbb3f50b4cef4bedb2efee5a', '114.119.151.119', 1685710642, '__ci_last_regenerate|i:1685710642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c68c6eb4c3cd534000c40348768f33a8383a24', '207.46.13.160', 1674398029, '__ci_last_regenerate|i:1674398028;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c910b62253fc75ddaae3b0c66a6204d26b6c0b', '167.172.76.47', 1652259861, '__ci_last_regenerate|i:1652259857;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 ('f6c9fd870577620c1d59ef065a3b9bedfd9973aa', '190.148.158.164', 1667341222, '__ci_last_regenerate|i:1667341222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667341214;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6cafe6dffe13db53a754a730019ac7af6d4f8a5', '200.119.173.212', 1667931094, '__ci_last_regenerate|i:1667931094;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d0b1b0c151c3d5464f94e41fdac273554fea97', '5.188.62.21', 1659472346, '__ci_last_regenerate|i:1659472341;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d0dd7d587703d8b967f0828ecab4a30ec5d5ea', '207.46.13.12', 1675518391, '__ci_last_regenerate|i:1675518391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d12feee90b7e7287486425d06dbb5c5e1c2258', '190.56.55.113', 1673805688, '__ci_last_regenerate|i:1673805688;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673805679;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d22461679c911920201c2b69d2516d84b8ce10', '114.119.163.52', 1687646893, '__ci_last_regenerate|i:1687646893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d23a3fb5b92a97a1401415c88ed8cdfc840255', '52.167.144.162', 1682780416, '__ci_last_regenerate|i:1682780415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d2459023eefac95b07fb7ff01e70c3a97fb4f6', '51.222.253.1', 1658606271, '__ci_last_regenerate|i:1658606271;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d802b96f2179360fc8f6044f47ddb9dd518513', '157.55.39.100', 1672326078, '__ci_last_regenerate|i:1672326078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d8222882081778d340352432ebee71013701c1', '54.36.148.49', 1676275685, '__ci_last_regenerate|i:1676275685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d831211c7260463c01f50e86ad4828563381e9', '207.46.13.154', 1669998862, '__ci_last_regenerate|i:1669998862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d8473acdab6350a815e887e3315570d254fb93', '40.77.167.202', 1687513389, '__ci_last_regenerate|i:1687513389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d84bcf0a66729270b0cc116f1fcabbd999b514', '40.77.167.222', 1681253935, '__ci_last_regenerate|i:1681253935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d982cb79216c34955f146860f5438534f21f72', '52.167.144.171', 1684505015, '__ci_last_regenerate|i:1684505015;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d9f7c5846eedbb319cef3e0c3e240666a3762e', '114.119.152.221', 1686390161, '__ci_last_regenerate|i:1686390156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dac7d2d6e53d7b95298225e02836af774345a4', '40.77.167.123', 1682727713, '__ci_last_regenerate|i:1682727713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6db22e4f30e800b19ec0684ec898342d3150f0e', '17.121.115.66', 1654432712, '__ci_last_regenerate|i:1654432712;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6db4b7c8c17c0647c89a5a189045a860820cdbd', '190.148.252.151', 1671021970, '__ci_last_regenerate|i:1671021970;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670931216\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671021930;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dc0a3b22630d92717d21bb77816677386be8c8', '20.15.133.166', 1683110425, '__ci_last_regenerate|i:1683110424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dc809221eaa18d6beda4f1345d9ebc61a6996f', '51.222.253.13', 1680427443, '__ci_last_regenerate|i:1680427443;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dd1c4f452b6d46eba9a2c859d56a4e66a264f4', '114.119.146.95', 1686461185, '__ci_last_regenerate|i:1686461185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dd32ceb610c7527542e0fdebf62ff5b04aa9cd', '207.46.13.41', 1666447947, '__ci_last_regenerate|i:1666447947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6de145c040b59a6e16806863d34b7c8c8dd4c63', '40.77.167.169', 1675991173, '__ci_last_regenerate|i:1675991172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e0acfd0bf0ad492299c18f3d6d61448ec1488b', '52.167.144.30', 1677512565, '__ci_last_regenerate|i:1677512565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e1729780b42f826cf83c9fe07b443a3f542baa', '52.167.144.108', 1680202113, '__ci_last_regenerate|i:1680202113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e7725373d27014ebdfe7f9c4fef3acffab3a02', '162.55.237.166', 1670380697, '__ci_last_regenerate|i:1670380697;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e82f6291831d49e5d1ca117b3f97cd3f41e1bb', '175.196.127.111', 1650791340, '__ci_last_regenerate|i:1650791340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e910d58a082d05b06d2a1d65df012778cf9834', '207.46.13.178', 1655572262, '__ci_last_regenerate|i:1655572262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6e9bfb1bd55b8ab1a0042fc01fc3998ca8a1440', '114.119.146.142', 1687325165, '__ci_last_regenerate|i:1687325165;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6ea7f0a1ad4129b46e9997ae7c684b92e63a03a', '17.241.75.36', 1672753452, '__ci_last_regenerate|i:1672753452;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 ('f6eaa0934fce0d6876aee9f168b8bba1152d3704', '54.36.148.64', 1656716247, '__ci_last_regenerate|i:1656716247;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 ('f6ee58a405646c823476f45497360a5054486743', '52.167.144.98', 1685130090, '__ci_last_regenerate|i:1685130090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6ef41de10c433d9fe5787b7f9c8c377e419ece5', '40.77.167.91', 1686973936, '__ci_last_regenerate|i:1686973936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6ef6f4d92e0860d96fe95789fe4b327337cf0b2', '40.77.167.202', 1687583623, '__ci_last_regenerate|i:1687583623;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f2517555598be346128b7b1ddd7f1b2511c93b', '190.148.158.75', 1663255497, '__ci_last_regenerate|i:1663255497;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663177352\";last_ip|s:15:\"200.119.170.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663251684;register_id|s:3:\"106\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-15 08:21:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f3778a1c4cbb5d479e2510bb7140e98fe0c9ad', '45.71.19.172', 1683066516, '__ci_last_regenerate|i:1683066514;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f39df98f11937625265fe35c301a883ca29191', '51.222.253.20', 1668502295, '__ci_last_regenerate|i:1668502295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f5b8d108410764852cc7fd34a5158e09bc417f', '52.167.144.133', 1685328125, '__ci_last_regenerate|i:1685328125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6f9f2dd75dbc5aee9d18e2cf14b88e73692f090', '178.33.167.160', 1669328562, '__ci_last_regenerate|i:1669328562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fa2b58d892dc161db4087b82173a248bc22f45', '157.55.39.173', 1670600252, '__ci_last_regenerate|i:1670600252;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fb247de9ab95958a053db33c685d56aa89a350', '190.148.252.183', 1681408341, '__ci_last_regenerate|i:1681408341;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681397936\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681407987;register_id|s:3:\"228\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-13 09:18:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fb54a5eefe394f0fd4178b8af778ae0ab270f8', '40.77.167.37', 1668631600, '__ci_last_regenerate|i:1668631600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fb9163a5c833ae83458d730fd597c9112dd4ea', '157.55.39.200', 1665341655, '__ci_last_regenerate|i:1665341655;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fc2005ffa2a3106a11f3b36846d0fcef5552ff', '190.56.50.15', 1667143117, '__ci_last_regenerate|i:1667143117;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667142715;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6fc347ea74c15ecf8a381e8d5194c5630f3f325', '207.46.13.160', 1664320314, '__ci_last_regenerate|i:1664320314;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 ('f6fcc5fb8a108f9bcb22bce7a4530545af1dd494', '51.222.253.19', 1662577758, '__ci_last_regenerate|i:1662577758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f700ca105749564f3493466c12e3afa45e38d6fb', '40.77.167.108', 1683176638, '__ci_last_regenerate|i:1683176638;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 ('f7011c4ee8418d49978b3ab4529f744df11b6875', '114.119.132.36', 1688193556, '__ci_last_regenerate|i:1688193556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f703b34b2b3fa6fd4eac787cb18dbef7bc060089', '114.119.156.247', 1685773606, '__ci_last_regenerate|i:1685773606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7083eaf890d5fa8b02c7e15455cf61caf5d2f66', '114.119.159.37', 1687102005, '__ci_last_regenerate|i:1687102005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f708c0157ba82a7ad5708720c572ac5e3320ee99', '66.249.79.193', 1653900747, '__ci_last_regenerate|i:1653900747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f708c71f43a455feeb43e8dd6cf1ee2c468ac189', '54.36.148.11', 1673765548, '__ci_last_regenerate|i:1673765548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f708c9e64b1dcd677c56111d0aefa0592d80513f', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f70919e1d05110e6fd1a17ab9811b3855a47d35e', '207.46.13.211', 1679975284, '__ci_last_regenerate|i:1679975284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f70948d6a8241220078421c0c171d00f5abb6bbd', '190.56.50.32', 1655145689, '__ci_last_regenerate|i:1655145689;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655051667\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655144928;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f70c266e7e57a696cd735da4daf994b4c9d6a740', '190.56.54.156', 1665346466, '__ci_last_regenerate|i:1665346466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665346457;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f70c562a5a7da70424faedc226dbf52e23b298ce', '149.57.16.7', 1653807006, '__ci_last_regenerate|i:1653807006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f70d0c9ce6365a3f8d8507d54ce6b7e552dc62c9', '144.91.95.177', 1671634293, '__ci_last_regenerate|i:1671634293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f70f8972e101943b68cebc67d91db42deb4ed66e', '207.46.13.106', 1670600307, '__ci_last_regenerate|i:1670600307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71007646cc1833fca3e94581080ca85fc6344e5', '52.167.144.164', 1685461032, '__ci_last_regenerate|i:1685461032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7111832e99aecd34f6c2deb70d509ac33649339', '190.148.252.183', 1681305685, '__ci_last_regenerate|i:1681305685;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681214922\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681304505;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f713864f1f38d588255ea405a2ea27f82a9308ef', '200.119.170.143', 1670169022, '__ci_last_regenerate|i:1670169022;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670168434;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71513acb671e3d5d01dfb390fdd8f9062aa3dc6', '40.77.167.227', 1682121955, '__ci_last_regenerate|i:1682121954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7155e3067c92c4bc47a7dad9c2cfb303a650af4', '51.195.216.255', 1650742202, '__ci_last_regenerate|i:1650742202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7165f8855bad7cc9ec20540b2129ac89570e6ba', '190.148.158.175', 1672450090, '__ci_last_regenerate|i:1672450090;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313645\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672450051;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f717169757bbe41fdb41e875c64300375feb149f', '190.148.157.80', 1669314344, '__ci_last_regenerate|i:1669314344;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669314205;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f718e7ee0b273165971e8fe09d8e7d8314ace75c', '66.249.79.196', 1676218585, '__ci_last_regenerate|i:1676218585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71b2ad4f25a85b13a8d5758cd3ae32f0458fb87', '157.55.39.167', 1674750228, '__ci_last_regenerate|i:1674750228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71b308393a7144a2b0e8fd0b2ff678e814909ab', '40.77.167.66', 1674237980, '__ci_last_regenerate|i:1674237980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71b54c96175e184b5ac892e2e7166ec987040f8', '200.119.174.9', 1674308547, '__ci_last_regenerate|i:1674308547;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674308531;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71df677f2e378fe654c40a154ea974080f33a52', '114.119.137.108', 1684965482, '__ci_last_regenerate|i:1684965482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f71f7fc4be00705acc66115df13731b4bc46fefc', '200.119.173.67', 1679354018, '__ci_last_regenerate|i:1679354018;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679353980;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f72206f316a1a673f4e694e0cccd0643bb401822', '190.148.158.151', 1677460009, '__ci_last_regenerate|i:1677460009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677459954;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7242df0df6dbfe69f486f0a51823f46018dfc46', '157.55.39.79', 1670998418, '__ci_last_regenerate|i:1670998418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f72508a540dfcfef55b200e3832d6c53375f1728', '54.185.211.99', 1666111204, '__ci_last_regenerate|i:1666111204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f726ba44463f6643f5374b930f9ca72f37d19009', '52.167.144.61', 1688059240, '__ci_last_regenerate|i:1688059239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f728665a0cc3b63db5e4df16fb00d9b97250e751', '173.252.127.23', 1659226454, '__ci_last_regenerate|i:1659226454;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('f728a457cb699f849e20dc9719f68996951e642c', '66.249.79.199', 1682323022, '__ci_last_regenerate|i:1682323022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f72e1c9e6a603158a5b9c2d3cee20e825b22e4d4', '157.55.39.100', 1671815549, '__ci_last_regenerate|i:1671815549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f72e2839bc222d5b76a40c7b7c744ef82f0df147', '52.167.144.171', 1685350811, '__ci_last_regenerate|i:1685350811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73056804f6afe3fad58f2816acd3c845e6370a8', '114.119.137.162', 1686907083, '__ci_last_regenerate|i:1686907082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7313244053e8259c4a3a5791e30a870166256c3', '114.119.131.88', 1686698511, '__ci_last_regenerate|i:1686698511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7341bdff6070d98b0d10ae958366b108243133e', '190.148.252.76', 1654299138, '__ci_last_regenerate|i:1654299073;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654260409\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654299138;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f736e80282ef2cdc98b0a2bfa3dc72fe53dcc1cb', '114.119.152.142', 1687565797, '__ci_last_regenerate|i:1687565797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73771625f28c6fdcdde3687f9400c7aaae48e93', '114.119.156.190', 1687700257, '__ci_last_regenerate|i:1687700257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73941881edf61bedfb9efa9be42ceef00ba6106', '200.119.173.177', 1684845395, '__ci_last_regenerate|i:1684845395;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684771509\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684845389;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73962e483dd720d007a5bab4845faa32e323a89', '52.167.144.98', 1684555319, '__ci_last_regenerate|i:1684555319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f739d082af035d7c05e3e35ab8d6dd455c710df8', '34.220.208.247', 1650806812, '__ci_last_regenerate|i:1650806812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73a3e28e2687a26c6e0edb9ba352a0aaf916a3c', '52.167.144.98', 1686039685, '__ci_last_regenerate|i:1686039685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73a56ad7f1d26692b172de3b49a8e319a136aeb', '52.167.144.98', 1686209046, '__ci_last_regenerate|i:1686209046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73a6bc6fd0842564980298bb7ef19361bdefa85', '173.249.31.237', 1659409200, '__ci_last_regenerate|i:1659409200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73a86e6261be2f43db712abec2cd82cd243fd29', '114.119.129.9', 1686510391, '__ci_last_regenerate|i:1686510391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73b0fbd97fc6fd0edffee25d09e9c52c269b0da', '51.222.253.17', 1682356391, '__ci_last_regenerate|i:1682356390;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 ('f73e34c92e9924ca999915337dab57d4a188ad59', '207.46.13.160', 1665023120, '__ci_last_regenerate|i:1665023120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73eb7b27a9648e59db778ddd88d92ebd0d78edd', '114.119.140.60', 1688396971, '__ci_last_regenerate|i:1688396971;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f73fe512d7df7f7c0eedf76bcc0d943ba2207aa4', '52.167.144.164', 1685242145, '__ci_last_regenerate|i:1685242145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f740383a5e712af8c1ffd8bd9bab6a829c8aa1fb', '157.55.39.80', 1670195854, '__ci_last_regenerate|i:1670195854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7415a5e63270e6bdf852388b68cfa81ec9bd3c8', '207.46.13.11', 1669577857, '__ci_last_regenerate|i:1669577857;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f742b0835b7240b47c7227c7ab36552d99223c73', '190.148.158.69', 1685753116, '__ci_last_regenerate|i:1685753116;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685705484\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685753090;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f742e89ff08f0b04cdbd2dc76ce2b602e4fa58fb', '52.167.144.98', 1684776784, '__ci_last_regenerate|i:1684776784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7474ec23fa8607fbacb403b9e7a37aea4928c1d', '51.222.253.7', 1668434253, '__ci_last_regenerate|i:1668434253;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 ('f7480706788bceb5aa881dfc72f190e37195b6f0', '34.102.12.65', 1652130067, '__ci_last_regenerate|i:1652130067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74905a5e42001f29f41e1fd745dc4a18a161374', '190.148.252.233', 1668797595, '__ci_last_regenerate|i:1668797595;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668796953;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f749a44f7904ebc3fbd6cef1606948a73ba649d7', '40.77.167.123', 1683842350, '__ci_last_regenerate|i:1683842350;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f749aa6897b9d715a942c87db0b06822d380e419', '114.119.145.66', 1687225815, '__ci_last_regenerate|i:1687225815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74a4cbcb8bc27b98324671adfbc1db1946341e8', '68.69.184.202', 1665857681, '__ci_last_regenerate|i:1665857681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74b2cf3515b36a91af3a9af5f8cbfbd496fa044', '106.75.76.244', 1686908262, '__ci_last_regenerate|i:1686908262;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74c1eaa7f0d5f79f12df8d4a9de2fc4cf608e67', '190.56.32.243', 1684780434, '__ci_last_regenerate|i:1684780434;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684780416;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74dc670afc80a291bd28905651b6bff61202a80', '52.167.144.162', 1686199211, '__ci_last_regenerate|i:1686199211;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74fe063629c9c3f5a923cd144b2f5e87d87c14e', '200.119.172.60', 1674766585, '__ci_last_regenerate|i:1674766585;requested_page|s:15:\"admin/purchases\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674748155\";last_ip|s:14:\"200.119.172.60\";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\";user_csrf|s:20:\"XLtJMpjU6G7ONBkz4usq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7506b0bb1ff906cc4b91fe9f1bae282347d7aba', '200.119.173.177', 1684961079, '__ci_last_regenerate|i:1684961079;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684859812\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684960968;register_id|s:3:\"250\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-24 08:35:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7508fc94965c504fecfce6c91a32a3f46ced382', '157.55.39.55', 1661675199, '__ci_last_regenerate|i:1661675199;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f751b8a4ba2cd87b82754c3fa53465a5b99a6bbb', '52.167.144.164', 1679763445, '__ci_last_regenerate|i:1679763445;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f752a56411194ea3e419472f2b345e5492386dee', '114.119.143.104', 1685591282, '__ci_last_regenerate|i:1685591282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7550c4cf30e966df40fd93448a8366ea51df72b', '17.121.114.92', 1655397695, '__ci_last_regenerate|i:1655397695;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 ('f75641b141afd4f4a04bbc2f0b031bf75c996e88', '35.90.167.46', 1659100805, '__ci_last_regenerate|i:1659100805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7571c5272419226bec6714d2c73ae1e3e44b698', '114.119.135.121', 1683722043, '__ci_last_regenerate|i:1683722043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7582f9ae1fcc34ea4f744119bd27d89919c257d', '157.55.39.227', 1688574660, '__ci_last_regenerate|i:1688574660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f759928d1f227c4ba0d0012096c01624a9bb891f', '40.77.167.166', 1676434204, '__ci_last_regenerate|i:1676434204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f75cf32094825cf2aec106c4651ae3f4e5cab217', '66.249.65.103', 1651281629, '__ci_last_regenerate|i:1651281629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f75dd693f179c4e3704a5272a5030b7ee236d587', '157.55.39.79', 1668834365, '__ci_last_regenerate|i:1668834365;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f75fab9bff56ca56cd3ee46f7a9235c2ee12fb77', '52.167.144.162', 1687246651, '__ci_last_regenerate|i:1687246651;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f75fb1e72275b3af08d28504536f67a00eb74465', '52.167.144.164', 1685546724, '__ci_last_regenerate|i:1685546724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f76190836d0fe511a9c840e243550b415d0ad8b3', '54.36.148.46', 1653846237, '__ci_last_regenerate|i:1653846237;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 ('f7634923bf2a4b2ec1e81d0072e8394ea8de00d9', '200.119.173.67', 1679331699, '__ci_last_regenerate|i:1679331699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679331539;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7643e856659034e36b960905f714878d19eb555', '5.188.62.140', 1653345489, '__ci_last_regenerate|i:1653345489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f76494d7d42af772f8ae0862c7f1f5b6947b8a9c', '157.55.39.108', 1672962256, '__ci_last_regenerate|i:1672962256;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7652616868e6eba9857116cf9d296f0d1bbf632', '144.76.151.42', 1650864864, '__ci_last_regenerate|i:1650864864;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 ('f765722aa61408daae1ada6d3a8a034954e3d57d', '114.119.142.72', 1688290167, '__ci_last_regenerate|i:1688290167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f765faa45e3ea6a87c84ebffcb98c4b7a55652fe', '190.148.157.53', 1683902722, '__ci_last_regenerate|i:1683902722;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1683652032\";last_ip|s:14:\"190.148.157.53\";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\";user_csrf|s:20:\"FJz6iRswAvLWGOlckPpB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f76696142b9bd0b2da6aeb2b55c0aef8224c3a44', '190.56.173.251', 1652133708, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652133708;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"G1d9EqgUuIa0VeP5i6zo\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f766f33ec0536b695ade8339d0c8f1ce3e1d8a3c', '190.148.252.111', 1677777967, '__ci_last_regenerate|i:1677777967;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677623520\";last_ip|s:12:\"190.56.48.16\";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 ('f76769c45b3fd208449b26db46612639ccce05dd', '40.77.167.185', 1677727848, '__ci_last_regenerate|i:1677727848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f76a9e4a56cd5c0471316654b6350fda912f0451', '40.77.167.225', 1680454080, '__ci_last_regenerate|i:1680454080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f76b5b91127fb13e8e1f4acceaf634fedb73ae60', '51.222.253.9', 1665168042, '__ci_last_regenerate|i:1665168042;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f76d490604d4bdd78c81c620057cce21279759bc', '54.36.148.148', 1681960470, '__ci_last_regenerate|i:1681960470;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 ('f773ac7e1e789a210a9274bf45b35682e0fd6a7f', '66.249.65.165', 1668525844, '__ci_last_regenerate|i:1668525844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f774e9785807b05a3ae2ca641f38225e9f9a7363', '51.222.253.20', 1651586326, '__ci_last_regenerate|i:1651586326;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f775f31c4d310717a0526c4c93e27b014cc7737a', '200.119.170.143', 1670251260, '__ci_last_regenerate|i:1670251260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670153193\";last_ip|s:15:\"200.119.170.143\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670251240;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f776d750535a9448caa38bbe7ac5cddd537aaf9e', '54.36.149.5', 1676327273, '__ci_last_regenerate|i:1676327273;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 ('f777100d661096787e85df9267cceeb6dc132780', '157.55.39.173', 1668834337, '__ci_last_regenerate|i:1668834337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7772f39fd7e85c0c68b780b595265e88f987a70', '40.77.167.106', 1687185662, '__ci_last_regenerate|i:1687185662;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7774c370cb5948a4a2cbe382b0f65b8ef5cae56', '40.77.167.45', 1670600819, '__ci_last_regenerate|i:1670600819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7789fc67d4d8da61004838953b6df3be0b7b4df', '193.149.176.68', 1655198476, '__ci_last_regenerate|i:1655198475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7797ce24b103baea8135a345589b80dba7faafe', '51.222.253.11', 1665125906, '__ci_last_regenerate|i:1665125906;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f779ecbff943c49dbcbfe50551560d8c05bd61a1', '42.236.10.84', 1651112676, '__ci_last_regenerate|i:1651112676;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('f77b972c46253f830d4198fbfbf26e0cefac7ceb', '104.155.162.25', 1651874485, '__ci_last_regenerate|i:1651874485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f77c763dee7ce66489bd13f57ec42a670c3d8417', '157.55.39.149', 1652961356, '__ci_last_regenerate|i:1652961356;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 ('f77d789c4757a45771a3b2d2e15127cc02841c74', '51.222.253.7', 1672942543, '__ci_last_regenerate|i:1672942543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f77da598cf865f70fdd20728e9e76a5007a078ba', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7806101f8433d9c5d3a01d8e27c43d3e438a10e', '54.36.149.46', 1655007770, '__ci_last_regenerate|i:1655007770;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 ('f78117921c439125e87a9d57ab551ebb0dea0e39', '17.121.114.91', 1655572431, '__ci_last_regenerate|i:1655572431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f783b09b9f9edfc3ef4322edb4490632dd839fd7', '114.119.158.83', 1685526340, '__ci_last_regenerate|i:1685526340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f783d0c2e519bfa538b346aac2b989d9fbc031d4', '40.77.167.191', 1682165551, '__ci_last_regenerate|i:1682165551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7859d5a75d4f3a714c31232d36bc5a15d81c736', '146.59.157.229', 1650749556, '__ci_last_regenerate|i:1650749556;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f786734a97c8cea4a0c95381819511dd81a87079', '190.56.50.253', 1682520061, '__ci_last_regenerate|i:1682520061;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682520051;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f786fd5d0671ac98f28d09cf08bf1f2e01e158fc', '157.55.39.143', 1669794960, '__ci_last_regenerate|i:1669794960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f787351c32512c32f99eb3826c5ce65db8ff46df', '114.119.153.169', 1688318976, '__ci_last_regenerate|i:1688318976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f787fada65d003f8d445cf9f252221f1307a7dc5', '114.119.151.72', 1685123116, '__ci_last_regenerate|i:1685123101;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78a5e225d4d45a2f8fac2b5538eac77c4d1d512', '34.121.233.252', 1664427990, '__ci_last_regenerate|i:1664427990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78a900c6d8a56f755297e9ee6f50f83ed4e136e', '157.55.39.125', 1653819749, '__ci_last_regenerate|i:1653819749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78ad6c5ef1f6fa97e65283322a0af2a915eca88', '54.37.233.116', 1650852360, '__ci_last_regenerate|i:1650852360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78c24ff47e401e405dda2434f05474db5a88fb9', '51.222.253.11', 1684892567, '__ci_last_regenerate|i:1684892567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78c83ef1513339f8753903c6b0c220534f0b707', '157.55.39.125', 1654934296, '__ci_last_regenerate|i:1654934296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78d26a04bf7fe1023cda4c6ee0a2ec2f3c89e02', '17.121.112.84', 1660011071, '__ci_last_regenerate|i:1660011071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78eabe9e95b605638cc4a67d133d51a8718f9dc', '190.148.87.182', 1679757763, '__ci_last_regenerate|i:1679757763;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679757761;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78f2047825d16a7e1eb360600a24eb9a3743ea9', '207.46.13.6', 1672124171, '__ci_last_regenerate|i:1672124171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f79336420d074d96e0c98dad28439d3e143fac17', '52.167.144.171', 1685773944, '__ci_last_regenerate|i:1685773944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f794635abb319f4c0e186b41cda16d705ae0941a', '157.55.39.69', 1672390056, '__ci_last_regenerate|i:1672390056;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f79495dca98e549d571ebfacf4bc6c8b6304d7d5', '190.148.87.244', 1654613378, '__ci_last_regenerate|i:1654613378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7950836458a689220140b28a7429f3561380a5f', '66.249.65.174', 1669755905, '__ci_last_regenerate|i:1669755905;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 ('f795bb83b6a96e39a7450ac06695d8f93f331fda', '66.249.74.103', 1682482411, '__ci_last_regenerate|i:1682482411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7971e017b7bfe3008718c5227cd09f826ba7ebd', '40.77.167.37', 1668367158, '__ci_last_regenerate|i:1668367158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f798ef236287aeeac22055d83494d9fe02f0c867', '40.77.167.192', 1688371818, '__ci_last_regenerate|i:1688371818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7998182310ae26cb4bf1966074d74aefb708399', '192.71.10.105', 1662143850, '__ci_last_regenerate|i:1662143850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f79beef6d91ac62deaefecf70e47eab73ef714c5', '142.132.250.173', 1686198073, '__ci_last_regenerate|i:1686198073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f79d859958687b1fd1561203debd11e31ca1ad34', '157.55.39.69', 1671750076, '__ci_last_regenerate|i:1671750076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f79e525377b9d94eb1d3acb3bae5e343cfc8187f', '40.77.167.182', 1683398221, '__ci_last_regenerate|i:1683398221;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f79ebe68c06bdbfb35937f55fe7bb99626457159', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a0e5397966b08bc6339b3eaf442fd30619e839', '190.148.252.88', 1670851778, '__ci_last_regenerate|i:1670851778;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670851646;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a3141fee016436d23f95bd4da7cf02afdfd050', '52.167.144.98', 1685884551, '__ci_last_regenerate|i:1685884550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a4ee41e750e004d50116f4650a0c92fd9c0acd', '200.119.168.48', 1668085862, '__ci_last_regenerate|i:1668085862;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a5831374fbfe250493e6726a1c3306431203ab', '114.119.145.198', 1688322647, '__ci_last_regenerate|i:1688322647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a6611c40933c22c7551adb70a6541f5b6ea969', '66.249.79.196', 1687790703, '__ci_last_regenerate|i:1687790698;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a7dd42ea9467c7193cda0f6368840a3fc52502', '190.148.158.175', 1672522934, '__ci_last_regenerate|i:1672522934;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672399877\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672522747;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a887ccec4224973082b644322b5e6dcaedf1ef', '157.55.39.253', 1682265783, '__ci_last_regenerate|i:1682265783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7a97056b332a7cef1d1f3c3fc6b5b7f9e3f43e8', '190.56.55.113', 1673473816, '__ci_last_regenerate|i:1673473816;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673473514;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ab50ac108da68b070e481ba750161ca01141a5', '40.77.167.161', 1675458866, '__ci_last_regenerate|i:1675458866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7acbc7850875c1f78e1a132a7a69ffc0c0b7dc8', '190.56.50.38', 1670449540, '__ci_last_regenerate|i:1670449540;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670448554\";last_ip|s:12:\"190.56.50.38\";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 ('f7afdfafeaba5a78481b10db3beaf391e3c1a729', '40.77.167.192', 1688395867, '__ci_last_regenerate|i:1688395867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b07f1ea9080f9587f57973e095c79d35b9898a', '200.119.175.15', 1658588697, '__ci_last_regenerate|i:1658587654;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658512474\";last_ip|s:14:\"200.119.175.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658587654;register_id|s:2:\"50\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-22 11:54:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b0d7e9985a6687360f140862201f24605452f8', '200.119.174.79', 1666374601, '__ci_last_regenerate|i:1666374601;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666276275\";last_ip|s:12:\"190.56.54.77\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666374600;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b22ec54b2e497beed6bedac31429a90878257a', '34.219.49.187', 1667222891, '__ci_last_regenerate|i:1667222891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b30ac04cefdaae362d1bf4899b838433ed2f2e', '111.7.100.21', 1650686674, '__ci_last_regenerate|i:1650686674;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b35ee2bc7b3d8acf7e076c55e4e053aae6bb94', '157.55.39.51', 1669577812, '__ci_last_regenerate|i:1669577812;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b47931bd100bf85ec9da9c00cc39f23f004d72', '52.167.144.70', 1688311805, '__ci_last_regenerate|i:1688311805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b521d66fb154817f9f77d765ed8ac32801a4b9', '114.119.145.139', 1687303678, '__ci_last_regenerate|i:1687303678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b62a584ef13ce59176b9d1c88b87f167374dc0', '190.56.32.174', 1676558714, '__ci_last_regenerate|i:1676558714;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1676558127\";last_ip|s:15:\"190.148.158.108\";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:1676558696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7b640ed4cfad3f61f57c7e638df7aa4dbe67b90', '40.77.167.146', 1687664957, '__ci_last_regenerate|i:1687664957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7baf50aa65648f959af644feef8d8e35344fb70', '40.77.167.133', 1684083784, '__ci_last_regenerate|i:1684083784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bbccfde6fa163c2599144993e8a1a214580e66', '190.148.158.69', 1685808209, '__ci_last_regenerate|i:1685808209;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685808198;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bbd4e5bd5180a849cc4a129662f121ebb0cac2', '52.167.144.74', 1688471900, '__ci_last_regenerate|i:1688471900;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bdccce39bd38892a177cef9d531af4e955f79e', '52.167.144.76', 1682426164, '__ci_last_regenerate|i:1682426164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7beada222b7bf0c5834e6f29c961d94e1134474', '114.119.146.171', 1686544137, '__ci_last_regenerate|i:1686544137;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bf4db0381e4ec6b7b54c184fd82335443a8c09', '190.56.173.213', 1683501729, '__ci_last_regenerate|i:1683501729;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683501695;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c29554b7b25e5d142c8cf2c1468ed4c171bcd2', '200.119.172.95', 1659619181, '__ci_last_regenerate|i:1659619181;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659585088\";last_ip|s:14:\"190.148.158.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659618297;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c401f6e07e3b142954b1adeb287aec7fba8524', '208.167.233.65', 1675717889, '__ci_last_regenerate|i:1675717889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c48cd33e7565542b05edc9f2bf6508dde6d3f9', '190.56.49.237', 1665799136, '__ci_last_regenerate|i:1665799078;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665768536\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665799135;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c6dd2e5ca2d96baa4d22ce3573fb6459f24378', '35.203.245.151', 1654743779, '__ci_last_regenerate|i:1654743779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c8c784ae6f95a9478847d7fc70ff6d441f933d', '190.56.173.213', 1683244900, '__ci_last_regenerate|i:1683244900;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683244085;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c94d8162ae6c5485d999884d1c90e6791c7f54', '54.202.204.169', 1681219289, '__ci_last_regenerate|i:1681219289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7c9a5d6c5b7f887ddfc280747b6a38e1bf2b265', '190.148.252.96', 1672964962, '__ci_last_regenerate|i:1672964962;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672964252;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ca054492dba4606e01e0d90baaa60a1c3abf97', '52.167.144.164', 1679584902, '__ci_last_regenerate|i:1679584902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ca38bfe4bf837e70371e8ee744d1a1e8d8e195', '207.46.13.205', 1671597869, '__ci_last_regenerate|i:1671597869;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7cc54e3c1bbb08bb18e15b10a4b3d58deaefa92', '200.119.168.1', 1655340698, '__ci_last_regenerate|i:1655340610;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655251080\";last_ip|s:14:\"200.119.169.59\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655340698;register_id|s:2:\"25\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-15 08:31:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7cd0415332b7e3229a6c3dfb027a3fe33d210c0', '190.148.157.98', 1679090844, '__ci_last_regenerate|i:1679090844;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679066367\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679090828;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7cd6d09023ebd150129a6856c9bb07376c36287', '190.148.157.183', 1680486006, '__ci_last_regenerate|i:1680486006;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680485990;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7cd8d1f4ee89ba1652ef50fb7cd90c6f571d48d', '207.46.13.189', 1668251522, '__ci_last_regenerate|i:1668251522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ce76d43ba376e9daa596440a7564536171bf46', '207.46.13.211', 1679410984, '__ci_last_regenerate|i:1679410984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7cfd0ee5888e5668900d9fa4361c07e95115c35', '200.119.173.130', 1675988336, '__ci_last_regenerate|i:1675988336;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675987590;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d029b42398d6b1e7d45bc515ab3caf57fce79a', '51.222.253.14', 1662172205, '__ci_last_regenerate|i:1662172205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d3271794bb9ec1a52c8073aa0ded7412cc13f2', '51.222.253.10', 1674104590, '__ci_last_regenerate|i:1674104590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d492e0154cf714f22c099d86d91155adc2d681', '190.56.49.187', 1688048222, '__ci_last_regenerate|i:1688048222;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1687820846\";last_ip|s:11:\"190.56.55.0\";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\";user_csrf|s:20:\"DOkp1sWcH6R9dXYr78Aq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d621f952bdc11e40f16884c184021061a4128e', '52.167.144.164', 1685492251, '__ci_last_regenerate|i:1685492251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d67a3a9c23b3416b7a50a836ffd7769a863957', '54.36.148.228', 1661239138, '__ci_last_regenerate|i:1661239138;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 ('f7d7bcb1d17419d18fc2a19dcddbea73c0c5838a', '157.55.39.217', 1683192222, '__ci_last_regenerate|i:1683192222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d8d3d0460946ec743306dd0166cf0781a528f8', '114.119.155.13', 1685294195, '__ci_last_regenerate|i:1685294195;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7d9ba259e56fa74c620f8d3a243e7886d0f75f8', '54.36.148.97', 1681327566, '__ci_last_regenerate|i:1681327566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7dafe6aeceac2a94e54352e0715cf7a36ace01f', '190.56.32.162', 1659543796, '__ci_last_regenerate|i:1659543796;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659531332\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659543494;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7dcfb6886f42a2f6b682f20fecea7d61999de78', '111.7.96.153', 1665495554, '__ci_last_regenerate|i:1665495554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7df8606fb2b8086b9707d0c83d99fd7ded00856', '114.119.128.162', 1688011541, '__ci_last_regenerate|i:1688011541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e153570d73cb7503fbe8723965f74be4c6f21f', '66.249.74.102', 1686304465, '__ci_last_regenerate|i:1686304464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e364bce25985d7ea692c3ce5b0487e90eaed8d', '207.46.13.17', 1673821393, '__ci_last_regenerate|i:1673821393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e383a26a58b659188d1337fa070315c679a8e0', '190.148.87.246', 1655995420, '__ci_last_regenerate|i:1655995324;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655994539\";last_ip|s:13:\"190.148.87.97\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655995419;register_id|s:2:\"31\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-23 08:29:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e560c3b5c2ec2f55f0333d896934b76947bbe1', '52.167.144.162', 1682569600, '__ci_last_regenerate|i:1682569600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e597b2e9cf4567e19a9997cd5dbd9fd7eeeb9e', '190.56.32.162', 1686257358, '__ci_last_regenerate|i:1686257358;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686240010\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"txIFLvnG5grO92CSluE0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e8e50d9b3578280c1df94030fce8ebf82d504d', '190.56.55.0', 1687821858, '__ci_last_regenerate|i:1687821858;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687821856;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7eb52954b62f3962b048f6d04dbb51feb281e9c', '40.88.21.235', 1666980420, '__ci_last_regenerate|i:1666980420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ec3e8e0de85e90b9ecb012e6707bb3360da465', '114.119.155.205', 1688272248, '__ci_last_regenerate|i:1688272248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7eec08b3fa0ae25000be6b9739ab7f1f0176942', '200.119.172.60', 1674945611, '__ci_last_regenerate|i:1674945611;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674945592;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7f183e44b7aa39a4114e6ac71bc973bd01ae049', '54.36.148.31', 1669863775, '__ci_last_regenerate|i:1669863775;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 ('f7f25002205de8740084e93cce8664a4a90bced1', '34.212.137.10', 1674393572, '__ci_last_regenerate|i:1674393572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7f2c00cae94aa9f61a9215f6907e12686aa1563', '40.77.167.100', 1672026291, '__ci_last_regenerate|i:1672026291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7f3ffc20d118ec574d6d82dc5e9cb6fd78cca24', '40.77.167.49', 1664623170, '__ci_last_regenerate|i:1664623170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7f792ecc66b52e369c298238e19f5957186ad75', '52.167.144.98', 1685878293, '__ci_last_regenerate|i:1685878293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7f98c370224b88ae1d1582dd754e0ff69f26496', '114.119.156.59', 1687118918, '__ci_last_regenerate|i:1687118918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7fd18c99a5af8cfc869d7d14f24524c627a3253', '54.37.233.116', 1650851730, '__ci_last_regenerate|i:1650851730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7fe04909ae03294f0b1259fb7d7015cce34e662', '17.121.113.253', 1653320994, '__ci_last_regenerate|i:1653320994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80029b8a9ed923db6db4425d12d955cdb3c1f3d', '190.148.252.233', 1668782241, '__ci_last_regenerate|i:1668782241;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668781749;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8006984a940668b3380ffc5b8111104cab0d56d', '3.237.104.7', 1654168720, '__ci_last_regenerate|i:1654168720;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 ('f800fdf2c8267b5593450e7a121a4d91032f1e1c', '5.188.62.140', 1656399087, '__ci_last_regenerate|i:1656399084;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80294886fdadfb07220b863befdb6925fd3ba85', '207.46.13.217', 1684212657, '__ci_last_regenerate|i:1684212657;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80354baafd1dc47c8b1b3cdac51424349bbbea5', '200.119.170.200', 1654549127, '__ci_last_regenerate|i:1654549127;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654547170\";last_ip|s:15:\"200.119.170.200\";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\";user_csrf|s:20:\"qyhr5KunXHFtSjo3fpbQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f804a1051b9ec3f649a40328f52a315e3c4c0c92', '190.148.157.53', 1684115309, '__ci_last_regenerate|i:1684115307;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683980296\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684115308;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80633fdbccdad6307396ec010bbc4982d578264', '190.56.55.48', 1687532127, '__ci_last_regenerate|i:1687532127;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687531991;register_id|s:3:\"268\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-22 09:16:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80a96abcdd961bb1d563c8f61c53a73a89b7e45', '200.119.170.209', 1656857201, '__ci_last_regenerate|i:1656855612;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656775634\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656855613;register_id|s:2:\"36\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-01 09:26:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81003958b55ccd840008a786b5e707c33c6392d', '190.56.55.113', 1673791196, '__ci_last_regenerate|i:1673791196;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673791191;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81087f833238c92f3abc97f2b2520150e702ee2', '190.56.55.48', 1687541030, '__ci_last_regenerate|i:1687541030;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687434430\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687540903;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f810f6d83c283d9f114ad948753187efcd96fc0d', '40.77.167.64', 1674539170, '__ci_last_regenerate|i:1674539170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f815314e396b0c60b09a496b8a76e68dfbebacdc', '51.222.253.5', 1652732630, '__ci_last_regenerate|i:1652732629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8157f5dfd32bd6f6cb33d51e416280abf9578f3', '40.77.167.91', 1686999564, '__ci_last_regenerate|i:1686999564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8176c334eb9114ef63cc3b4907832c588f295cc', '52.167.144.164', 1685407409, '__ci_last_regenerate|i:1685407409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f818aa0a15aa0e23dbf9b9408d3d0f8cb40174bd', '114.119.156.21', 1686083069, '__ci_last_regenerate|i:1686083069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81a3bd54d9ed3209227a00bbd9a53568a5e9468', '190.148.252.56', 1663957778, '__ci_last_regenerate|i:1663957778;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663957728;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81ac74f3ce6a26e809c0da971cdf54d762cfb5b', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274134;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81adc256e6a615223f3b5605e606287af800058', '111.7.100.20', 1650686188, '__ci_last_regenerate|i:1650686184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81b4e36e0da347ce9fd9475471b75aa8b2cbafd', '114.119.135.205', 1686828361, '__ci_last_regenerate|i:1686828360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81b537ac9aa6e3c21ad45a6ef45cc0a029dc975', '200.119.170.168', 1670722306, '__ci_last_regenerate|i:1670722306;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670722306;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81e722da98078e2a2671b41d12a9ba8365f922b', '52.167.144.98', 1686665866, '__ci_last_regenerate|i:1686665866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f81eb262230d5a883c51e8c2291db9432388829d', '207.46.13.44', 1673056549, '__ci_last_regenerate|i:1673056549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f824e0055d00cfa7528086e6b9bfb212052e1911', '200.119.173.130', 1675946634, '__ci_last_regenerate|i:1675946634;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675946618;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8261a9047de7d76e99488ecc8501a2304982f2f', '200.119.173.212', 1667939126, '__ci_last_regenerate|i:1667939126;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8265a379d1ffaa17a4ec8061ee01cdeb66a8ec9', '207.46.13.41', 1670998404, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f827350a7db7eb528ae9c81ed57869c98dfee3bd', '185.242.180.8', 1657432652, '__ci_last_regenerate|i:1657432652;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 ('f82867e394052014bcd4ade81779cadd4d0d0cc5', '190.148.252.183', 1681236223, '__ci_last_regenerate|i:1681236223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681166506\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681234917;register_id|s:3:\"226\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-11 09:33:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f82f9c5432858b97cf323e0ce08acd65e64904b6', '40.77.167.56', 1673228936, '__ci_last_regenerate|i:1673228936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8313c49513ac322e4e95d7282cea1b7b13dd1a5', '40.77.167.178', 1676880656, '__ci_last_regenerate|i:1676880656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8318087e619be11722ef5acf55d8c08f266e58a', '114.119.155.145', 1686287183, '__ci_last_regenerate|i:1686287183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f832348410870e875d8540ea5ce22d00c54b5312', '190.148.158.110', 1661991279, '__ci_last_regenerate|i:1661991279;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661962044\";last_ip|s:14:\"190.148.252.36\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661990814;register_id|s:2:\"91\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 17:05:41\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8330bc7a1967e28f34f4b0c1ed1cccabcd5ccf6', '190.148.158.69', 1685805798, '__ci_last_regenerate|i:1685805798;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685805774;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f836f142e490a1f476a51189a6e37f5b8e036665', '104.131.59.231', 1651208116, '__ci_last_regenerate|i:1651208113;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 ('f83792d6e8df4f4aacecb3ad3f052859e3a4bebd', '40.77.167.227', 1682439343, '__ci_last_regenerate|i:1682439343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8384366bf4d9dabc5028c739144c3651c32d240', '157.55.39.173', 1670806021, '__ci_last_regenerate|i:1670806021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f838ded70f1cee0a5ad4288c264f22e8d822875a', '114.119.142.84', 1687996594, '__ci_last_regenerate|i:1687996594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83c41712535aa5738f818f9c2bfa254f2f0d48a', '114.119.132.183', 1688282371, '__ci_last_regenerate|i:1688282371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83d10760a12e9b4f93792ddcc29823e88380e1f', '157.55.39.253', 1682252509, '__ci_last_regenerate|i:1682252509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83d99117f880d2bcfd13de7b9a848cda7683741', '52.167.144.25', 1687246855, '__ci_last_regenerate|i:1687246855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83e9df3335942508f3ea9ab2bc1d0aad7961a0d', '190.56.32.162', 1686582148, '__ci_last_regenerate|i:1686582148;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686350336\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"MuyLbhri6N1wfzBDP3Yp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83f60e2b65cc363841c1fbdb75553dbb84c81f9', '157.55.39.51', 1669247829, '__ci_last_regenerate|i:1669247829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83f97de39785f11a46aac0058c986798726b074', '52.167.144.171', 1684365992, '__ci_last_regenerate|i:1684365992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8424bd56cd431c3d1aaf93ed6cb5d8005f4a8fd', '165.227.184.187', 1665212732, '__ci_last_regenerate|i:1665212732;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8434737fd46a4fdde244930930fe5d24b38bd11', '40.77.167.241', 1686316696, '__ci_last_regenerate|i:1686316696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8438343cac9f348b834c8d0ed702c0a8e25d514', '51.222.253.6', 1662163985, '__ci_last_regenerate|i:1662163985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f844a8d53c1758914446abc62bcd1f33a5236696', '190.148.87.182', 1679612907, '__ci_last_regenerate|i:1679612907;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679592989\";last_ip|s:14:\"190.148.87.182\";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 ('f8450b02fae4e2b81047338e48208aef6e421787', '157.55.39.149', 1652961356, '__ci_last_regenerate|i:1652961356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f845138ecd501de8358a33b5b46f1414c47f26b3', '66.102.8.167', 1678169399, '__ci_last_regenerate|i:1678169399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84588662b92e2f24a2890f0958874fa0f0b8342', '190.148.158.69', 1685704446, '__ci_last_regenerate|i:1685704220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f845ee374a106a4bd45808317a18d83d7f39ab46', '17.121.113.77', 1658003560, '__ci_last_regenerate|i:1658003560;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8469e0d251bbdf3e06beeda6806a6eea56688ec', '54.244.172.218', 1673961498, '__ci_last_regenerate|i:1673961498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8483f6d94fff6ba91da0aea50e8a5103916676d', '40.77.167.37', 1668367159, '__ci_last_regenerate|i:1668367159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8494294b32a7c91c6ff612d3fb20b4021b0dfa6', '50.21.188.2', 1663642578, '__ci_last_regenerate|i:1663642578;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84b0b795b8811a5d8235e9b0317e0083ec1c125', '40.77.167.16', 1673311273, '__ci_last_regenerate|i:1673311272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84d056554cb3a39496278441dab12448e8e4f7e', '35.90.30.92', 1687305465, '__ci_last_regenerate|i:1687305465;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84d5ed622788865c119ace5f9e49ae190686756', '190.148.158.151', 1677007955, '__ci_last_regenerate|i:1677007955;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676905536\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677006910;register_id|s:3:\"200\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-21 08:20:01\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84f77f23d7a801020ab2513a4f4a630ad6f2535', '40.77.167.85', 1686467118, '__ci_last_regenerate|i:1686467118;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 ('f84fe09c2a210b333045bc2f61df3be4fbb67ce6', '190.56.32.32', 1686229771, '__ci_last_regenerate|i:1686229526;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686150206\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686229771;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84ffd8a63e0f96a600488b5e45429a5ab165b63', '40.77.167.64', 1674990113, '__ci_last_regenerate|i:1674990113;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85025c0bfa550062027b7737759b5f1733c42f4', '190.148.158.110', 1662124405, '__ci_last_regenerate|i:1662124405;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662079139\";last_ip|s:15:\"190.148.158.110\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662124373;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85093417cd51d060886d1f00e45cfdd885a1fe7', '54.237.250.240', 1652492336, '__ci_last_regenerate|i:1652492336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85377ae3e615156bcbc97513d613f023492621c', '54.36.148.144', 1677283451, '__ci_last_regenerate|i:1677283451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f853c1d95914459604ab38eb7ac860b82f6dfe17', '40.77.167.227', 1682232963, '__ci_last_regenerate|i:1682232963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f854815d0f4f05dcc6d897b22d7f1c2e75a4dfd8', '190.56.50.253', 1682528194, '__ci_last_regenerate|i:1682528194;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682433841\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682528148;register_id|s:3:\"236\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-26 10:23:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85553429a76076517d786ba41219fe6b6e5a874', '114.119.154.89', 1685154584, '__ci_last_regenerate|i:1685154584;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8570c112f0584ecb527f173d5ddc578dd2d476d', '190.148.87.96', 1678713752, '__ci_last_regenerate|i:1678713752;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678713741;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f858afd81fb7a74a5e1264e357ae05180fe8b241', '40.77.167.45', 1670172801, '__ci_last_regenerate|i:1670172801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f858c19fc9f9f3e11feba5a5cffa86a5c041846a', '200.119.174.9', 1674408466, '__ci_last_regenerate|i:1674408466;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674408115;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8598e7e349122892eb8bfc212eb68d44edac833', '54.68.128.137', 1654177975, '__ci_last_regenerate|i:1654177975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85a1405618760393a32914de0eddfa18c8c8062', '190.104.119.148', 1651089488, '__ci_last_regenerate|i:1651089488;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651080887\";last_ip|s:13:\"190.56.32.170\";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 ('f85c83ec92d334529d819cd9e9e74cec848e7c60', '52.167.144.171', 1685679498, '__ci_last_regenerate|i:1685679497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f860b95a765b52b044e49ab9f34b1d87180ffe11', '190.148.252.76', 1654216220, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654216220;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654216206;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8617b5e695d5bc038ed21e3c115849f3f0dba0f', '190.148.252.96', 1673264143, '__ci_last_regenerate|i:1673264143;requested_page|s:9:\"admin/pos\";error|s:85:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f861e84752a33f81c9db16ac04faa12bb59a9050', '200.119.174.55', 1662471843, '__ci_last_regenerate|i:1662471843;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662468197\";last_ip|s:14:\"190.148.157.99\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662468381;register_id|s:2:\"96\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-05 15:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86395379b03e7dc2254b00c8c50e97f28d399f0', '114.119.143.233', 1688185390, '__ci_last_regenerate|i:1688185390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8653c8585c0fa992f7ece501be328d68289f6a4', '200.119.170.143', 1670109309, '__ci_last_regenerate|i:1670109309;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670109213;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f865a3fde77d80eb0226de0e2ab1747fa09aec15', '52.167.144.164', 1686562679, '__ci_last_regenerate|i:1686562679;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f866dac37a1421f7a8d46b1c88c78c952b859dac', '66.249.65.100', 1674611031, '__ci_last_regenerate|i:1674611031;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8678b63b7d57d9f424b7479cf7a4487d0164732', '190.56.32.37', 1670521741, '__ci_last_regenerate|i:1670521741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670521719;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f869be82351ed25adddb0851365e91848846f93f', '52.167.144.162', 1686407495, '__ci_last_regenerate|i:1686407495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f869c9fcd86b3e282931f62ec8d0691e1dffe15b', '190.56.173.213', 1683327217, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683327217;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683326264;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86a173436d52490cfe174d46d726265c9b3518e', '52.167.144.162', 1686100750, '__ci_last_regenerate|i:1686100750;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86aeb084c9d0b6c6b8987819b74b63f36c48811', '5.188.62.140', 1656377674, '__ci_last_regenerate|i:1656377671;error|s:65:\"<p>Fallo 3 veces, por favor Espere 10 minutos para reintentar</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86bdf4e6089f5bccb686f369aa67fe6ebe3f943', '114.119.156.185', 1687102344, '__ci_last_regenerate|i:1687102344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86c5e8dcae2eba2acf0411f27fa278b1b745e3c', '200.119.170.209', 1656984700, '__ci_last_regenerate|i:1656984700;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656969382\";last_ip|s:15:\"200.119.170.209\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656984568;register_id|s:2:\"37\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-04 09:44:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86c6aaaec747e163a976f2fe80c82f671c73600', '114.119.130.29', 1685288560, '__ci_last_regenerate|i:1685288559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87139313b8cf7400d8ff00e1633f4399e7ce2e4', '40.77.167.182', 1683192139, '__ci_last_regenerate|i:1683192139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87255ec2e0f6330526fc95e7a3d7b864bc461b0', '17.121.112.58', 1662542833, '__ci_last_regenerate|i:1662542833;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87284980ba318d3b3c2d18c05a548d2093bd67c', '190.56.173.213', 1683322573, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683322573;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683322553;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f872f5216a5581c6af385bb2af8e5942e39e68b3', '45.33.15.94', 1683710970, '__ci_last_regenerate|i:1683710970;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f873f1a4bc8dcb01c57b3a0b3a17b5c50b2e8b84', '190.148.157.177', 1681994678, '__ci_last_regenerate|i:1681994678;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681994629;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f874439208af41b256f51b28b5036234156f0504', '52.167.144.162', 1686510245, '__ci_last_regenerate|i:1686510245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f874d26d12e797f28f8594ff12759b4c7c2ac2dd', '190.148.87.96', 1678757327, '__ci_last_regenerate|i:1678717261;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678622396\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678757327;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f874e1c3f638d8842e22f67901503c25bac24cc7', '190.148.252.96', 1672945362, '__ci_last_regenerate|i:1672945362;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672945215;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f875acb68f6fe39c3ac7beecf84b8e1ba0f69ac8', '200.119.172.126', 1652823114, '__ci_last_regenerate|i:1652823114;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652800845\";last_ip|s:14:\"190.148.252.76\";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\";user_csrf|s:20:\"hCIHOuPFKgbadU742TLZ\";last_activity|i:1652820336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f878f6e07b2a6e94b224a571600247551c359300', '190.56.54.156', 1665445327, '__ci_last_regenerate|i:1665445327;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665445319;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8791c6bb3f1dcd8478cb63389f2624c86bae48a', '40.77.167.176', 1677882096, '__ci_last_regenerate|i:1677882096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f879a3c7e5d5c450a8b136d2d2a1b2373703bc53', '114.119.158.138', 1684878870, '__ci_last_regenerate|i:1684878870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f879c32285c4ff57f4558b536a06dd6f6772040c', '157.55.39.69', 1671815539, '__ci_last_regenerate|i:1671815539;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f879d570ab1a380181b029c456f701e6597431bc', '114.119.150.37', 1687505946, '__ci_last_regenerate|i:1687505946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87a1a6b8050071eee232d8a1727336d7e09813e', '51.222.253.9', 1686054464, '__ci_last_regenerate|i:1686054464;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87aef10c39d7f749016d5e179b9cc5aad35aa8a', '190.56.32.162', 1686435186, '__ci_last_regenerate|i:1686435186;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686435169;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87b2d852162dc81aba3c5512b6b659610cb5e80', '190.148.252.111', 1678120804, '__ci_last_regenerate|i:1678120804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678120728;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87bbdd97c4e775de656f4a7a72e812df9377bdd', '190.148.157.76', 1666741240, '__ci_last_regenerate|i:1666741240;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666741161;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87bef047caacef7b3762d46dd7f8263a0c23e89', '52.167.144.154', 1687817445, '__ci_last_regenerate|i:1687817444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f87d2c57d838ebb5cb0bd143f5afb2836d185ef2', '173.249.31.237', 1659409331, '__ci_last_regenerate|i:1659409331;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 ('f87eea1d3c5d230471cdec783e61239c4b05370d', '190.148.158.145', 1680991702, '__ci_last_regenerate|i:1680991702;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991317\";last_ip|s:15:\"190.148.158.145\";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 ('f87fa0ee957e4567d70d6fce33721dc3aa2bf4f9', '149.57.16.7', 1653807061, '__ci_last_regenerate|i:1653807061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8823dcf8cf89a5a93e3c115dfc2ef1a79ac079b', '190.56.173.213', 1683419741, '__ci_last_regenerate|i:1683419741;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683290951\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683419348;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8824c05b2b7a898f0c71076e1bc2a78a6442e7e', '66.249.79.196', 1687494438, '__ci_last_regenerate|i:1687494438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8829c4fbc8b458fbb7cfbbef0c19322054e41bd', '114.119.132.12', 1688308692, '__ci_last_regenerate|i:1688308692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f885e95319e1e50e50adbd0512423b847de6dbc6', '114.119.154.87', 1688196503, '__ci_last_regenerate|i:1688196503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f88786c6582e26cdc79437d9f7c81308164c907a', '114.119.148.102', 1685037162, '__ci_last_regenerate|i:1685037162;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f888318d47099cee5e0f7b66cab04ac43cb19525', '190.148.252.161', 1670085642, '__ci_last_regenerate|i:1670085642;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670085252;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f888bc40819b9a25b591b357f751eb857061e307', '114.119.146.15', 1684900948, '__ci_last_regenerate|i:1684900948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f88b38b47956a2c3ec1199844383dc1aaedd3b09', '157.55.39.79', 1670271105, '__ci_last_regenerate|i:1670271105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89124d40816ef6d9c2e9ab5460a62bf8fb3e513', '200.119.170.221', 1664398484, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664398484;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664398371;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8913ccc8c02059eb68bbce95b106223c9afee07', '54.36.148.64', 1674642020, '__ci_last_regenerate|i:1674642020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8925efd0c4b21cacab2c55df1ff526c0e8b9ba2', '52.167.144.164', 1685594543, '__ci_last_regenerate|i:1685594543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f895117ceccd6cf10592179468eafdac44fc8c93', '200.119.168.9', 1656100347, '__ci_last_regenerate|i:1656100347;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 ('f895914373753f9ddeaafbb25bf78bde1997d747', '114.119.151.146', 1685392515, '__ci_last_regenerate|i:1685392514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f896bcefbba47b6280fd69888fa1727aa6357fbc', '54.36.148.248', 1678941778, '__ci_last_regenerate|i:1678941778;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 ('f896c2b7cbea73fc8188efc06871d83fe2e0fb20', '200.119.168.250', 1680710467, '__ci_last_regenerate|i:1680710467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680708947;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89933c0fb678afefc3bf764a3ceb3563a541fac', '157.55.39.173', 1670217931, '__ci_last_regenerate|i:1670217931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f899ae57103a0255d2aac2b144a66aef61e57ab9', '190.56.50.6', 1667613171, '__ci_last_regenerate|i:1667613157;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667478359\";last_ip|s:13:\"190.56.55.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667613170;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89a49f1beaf718d3481e702bded21b40ece44b2', '200.119.173.107', 1686839259, '__ci_last_regenerate|i:1686839259;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686781978\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686839254;register_id|s:3:\"262\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-12 08:57:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89b0caa56a1d65e643ad841d40f39b3b7f28b8b', '190.148.157.177', 1682341656, '__ci_last_regenerate|i:1682341656;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682250367\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682341648;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89bd08f6c5abbab8f644b32d14451622cbd833f', '114.119.139.148', 1686388898, '__ci_last_regenerate|i:1686388897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89bf5c4e6c2327912d2680428f1dcf4698df16d', '52.167.144.98', 1686789800, '__ci_last_regenerate|i:1686789799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89c8a2296574d14f569f9f4d0bf159f838b9da2', '114.119.129.148', 1687032325, '__ci_last_regenerate|i:1687032325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89df4f107252bd15b49dd5ebfcd0f7124208794', '51.222.253.6', 1677801278, '__ci_last_regenerate|i:1677801278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f89ed21e25ee17d9dfb66380615356af80a4e1b0', '190.148.157.98', 1679165959, '__ci_last_regenerate|i:1679165959;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679165957;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a02843f999c51e6dfcf65636b9ce3186c25b2c', '66.249.79.194', 1687661085, '__ci_last_regenerate|i:1687661085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a036fc1e08c4154a0c3715d95ab714c6c2f1da', '190.148.87.96', 1678460458, '__ci_last_regenerate|i:1678460458;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678380337\";last_ip|s:13:\"190.148.87.96\";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 ('f8a0ee8beb28d0cdc948ea8f7454edbf01036a73', '161.35.180.190', 1672756744, '__ci_last_regenerate|i:1672756744;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a157154aa92736c4664b05f64be0d34cb804e1', '207.46.13.211', 1679396432, '__ci_last_regenerate|i:1679396432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a1f13d808cc13858290d8e68af112227cb82e0', '190.56.173.213', 1683243711, '__ci_last_regenerate|i:1683243711;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683243694;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a46574dab6f43a848170be9923807cc16c49bd', '200.119.170.168', 1670597396, '__ci_last_regenerate|i:1670597396;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670597392;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a4919871ef289970b46702395d6af9b5afdb13', '114.119.138.74', 1688141226, '__ci_last_regenerate|i:1688141226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a52bda76f2c9c9a81c38589d7ecab08a06fdd8', '190.56.55.0', 1687793808, '__ci_last_regenerate|i:1687793808;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687696473\";last_ip|s:14:\"190.148.157.83\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687793806;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a55b129f9afec08c3e84bae3f9a0689f8d2aed', '40.77.167.39', 1656037783, '__ci_last_regenerate|i:1656037783;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a6d3e4c88414657dce5e5e346d5b076187d986', '114.119.153.7', 1686841386, '__ci_last_regenerate|i:1686841385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8a81e8dbd6d87a2d5393aa3e27dd1880975a08c', '207.46.13.12', 1675604154, '__ci_last_regenerate|i:1675604154;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8aae1426776fe0522a4f5549b5e590347834e1e', '157.55.39.79', 1669167642, '__ci_last_regenerate|i:1669167642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8aaec7613d4e3167b85e12e3aa2525d01d9cc54', '207.46.13.210', 1686973931, '__ci_last_regenerate|i:1686973931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b072224d765c9a4efaf53698475a28d966c535', '190.148.87.96', 1678548381, '__ci_last_regenerate|i:1678548381;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678460690\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678548332;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b2bd42923a1c8f5f0a1401298cf79fc7cb882d', '157.55.39.9', 1674884983, '__ci_last_regenerate|i:1674884982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b34b9216e893c0c37e946e4fea9379824c1d7c', '40.77.167.207', 1681642140, '__ci_last_regenerate|i:1681642139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b4f46d502e1ffda9426c8da05985398036f329', '176.9.47.58', 1674979457, '__ci_last_regenerate|i:1674979450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b5bd8feda4374911e9ef1fba4df7dc4d464acd', '157.55.39.253', 1676935860, '__ci_last_regenerate|i:1676935859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b5f45362851446130a00fdb0a334aeb4e77789', '114.119.159.79', 1685852945, '__ci_last_regenerate|i:1685852945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b743b98b5ba7b1ca3967efa68702772a385949', '207.46.13.154', 1671334098, '__ci_last_regenerate|i:1671334098;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b900c412fce3fdcf0d49cc658f6d8ba29f3a81', '193.235.141.120', 1683435635, '__ci_last_regenerate|i:1683435635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8b9857659407c4eba4ad4bec2361a36458b0784', '17.121.112.189', 1651770870, '__ci_last_regenerate|i:1651770870;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 ('f8b9bc1a899c0b95626d695699ef6ae712e139d3', '40.77.167.146', 1687857336, '__ci_last_regenerate|i:1687857335;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8bcfad7ad67bf6f29757e088d025dde5d1a3055', '114.119.128.19', 1686815152, '__ci_last_regenerate|i:1686815152;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8beb3247862d04d0dd01e0c83c0dfe1aa8ced88', '114.119.147.86', 1687081527, '__ci_last_regenerate|i:1687081526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8bfe178ea92fab34f80e348887ce15299f7a728', '52.167.144.31', 1681246126, '__ci_last_regenerate|i:1681246126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c059ae901fb89cc0fadf7cec7242bb155e7a4d', '114.119.138.220', 1688063636, '__ci_last_regenerate|i:1688063636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c0ca85b79199e87e3724d5dd55ba73b36ef6e9', '52.167.144.74', 1688210268, '__ci_last_regenerate|i:1688210268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c157fa18e31f44975b8a8f426fc3a81754996d', '91.227.68.183', 1662933530, '__ci_last_regenerate|i:1662933530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c19beef869eb55d0e4dc8b3d9bd2e765c28820', '200.119.172.95', 1659548577, '__ci_last_regenerate|i:1659548577;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659480451\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659544611;register_id|s:2:\"62\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 08:57:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c1ae72558e29f0c5fd91b5ccf81e285513923c', '157.55.39.171', 1675198396, '__ci_last_regenerate|i:1675198396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c2667e6facf9a22b230557c1d1adefedb4aed8', '157.55.39.79', 1657517724, '__ci_last_regenerate|i:1657517724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c2dcc32fbd5502d82a1080c85b9db4dcf5d4c3', '200.119.173.67', 1679355699, '__ci_last_regenerate|i:1679355699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679355673;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c58c2f4ab9d5f5acfadc07db10de3fb31be02c', '190.148.157.206', 1656551247, '__ci_last_regenerate|i:1656551247;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656541208\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656551242;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8c795b9e66447e8e7987c5ab962787bcfeb6354', '114.119.140.60', 1685118889, '__ci_last_regenerate|i:1685118889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8cbf1be1b5f66b2f7f4f6b96d2ea6cf7e08de71', '40.77.167.30', 1656793432, '__ci_last_regenerate|i:1656793423;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8cd2cad1848c62f756a1f97b6f88688fbbc3ca7', '51.222.253.16', 1682165188, '__ci_last_regenerate|i:1682165188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8cf8dbd09bc80f28f13a4c8f122d332a2c8b7d9', '17.241.227.162', 1680734859, '__ci_last_regenerate|i:1680734859;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8cfeb09682ee8fb2045af31d27ded6bbf28629b', '42.83.147.34', 1653288627, '__ci_last_regenerate|i:1653288627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d2e059841d604956c2cb0fd36d727ba6405dc8', '198.251.73.5', 1669808164, '__ci_last_regenerate|i:1669808164;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d3a2aa7d7b43721fe4480f2c2a5105c55b3723', '190.148.252.183', 1681494214, '__ci_last_regenerate|i:1681494214;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681493909;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d4ce0badce4755edee65c9ac691d13d1d364db', '213.188.90.149', 1650976767, '__ci_last_regenerate|i:1650976767;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('f8d65ba775d85051b743074b6acb349707aa4753', '190.148.157.53', 1683673616, '__ci_last_regenerate|i:1683673616;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683673051;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d6a3297492e2993e3d29fb3dbb77722b8e4d7c', '40.77.167.182', 1683265507, '__ci_last_regenerate|i:1683265507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d7fe6dd4c07588e0502872ab266488f675fb97', '207.46.13.207', 1685882411, '__ci_last_regenerate|i:1685882411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d81529c35e201f78f697a7538d3b99795685a5', '114.119.146.36', 1687936411, '__ci_last_regenerate|i:1687936411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d839ec9701bd35783da1b46b27ef7cd9e64749', '190.56.50.253', 1682707697, '__ci_last_regenerate|i:1682707697;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682707144;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8db433c513d72ceedf1d73b48e3ea9d1860947d', '54.36.148.128', 1670944289, '__ci_last_regenerate|i:1670944289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8dda1afe522eab1fed593160e7e24ae301a4d2d', '130.245.169.247', 1657277750, '__ci_last_regenerate|i:1657277748;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8de07787de5481650fbbcd86be2b6ae469eb259', '40.77.167.192', 1681300378, '__ci_last_regenerate|i:1681300378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8dfcbc974cf64dff379a4a28360f2dd75a67cc8', '200.119.173.111', 1654800713, '__ci_last_regenerate|i:1654800713;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1654788341\";last_ip|s:15:\"200.119.173.111\";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\";last_activity|i:1654793322;register_id|s:1:\"5\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-09 12:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e03e32df55f6f55673c641777ab983f78fa2f9', '51.195.216.255', 1650895703, '__ci_last_regenerate|i:1650895703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e14655cc8e4498481da12b7d0150f137cde768', '54.36.148.163', 1673297735, '__ci_last_regenerate|i:1673297735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e18c433b97102c920012a17f89dec85edbb025', '200.119.173.130', 1675966112, '__ci_last_regenerate|i:1675966112;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675965981;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e2c392b1862568b0a9a2a51e87406aeef3222e', '200.119.170.221', 1664374889, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664374889;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664374876;register_id|s:3:\"112\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-27 14:39:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e42815ee5bbb91c524a2196dbd866eda659764', '157.55.39.105', 1677047989, '__ci_last_regenerate|i:1677047989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e513dd0629e848ddb7265a2dc8bc26e96c4928', '207.46.13.41', 1671399215, '__ci_last_regenerate|i:1671399215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e53cae56c21ab5500530738d903164d862a7a1', '157.55.39.164', 1654732169, '__ci_last_regenerate|i:1654732160;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e673b6281a43a963891cd5078b570dc7468741', '190.148.158.69', 1685662739, '__ci_last_regenerate|i:1685662739;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685662543;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e95c1db02cbfd52b0a124d1318871b73886cb7', '114.119.150.168', 1686081397, '__ci_last_regenerate|i:1686081397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e9b1f968e5590cf9c1ff24138cb8c9f74336af', '51.222.253.9', 1652888583, '__ci_last_regenerate|i:1652888583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e9b988de7f5647a716bc9b722fc79b8d5f8924', '190.56.173.175', 1652916150, '__ci_last_regenerate|i:1652916150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8e9ec490104f22a1b84da2b3fc9e6c26a05d261', '157.55.39.69', 1672297367, '__ci_last_regenerate|i:1672297367;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8ea1ef632d7b0a5e647d31cfab139805bbef069', '165.22.244.88', 1651532539, '__ci_last_regenerate|i:1651532535;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 ('f8eb4938e1c5297fc9056c7738820871392397e0', '66.249.79.199', 1681915580, '__ci_last_regenerate|i:1681915580;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 ('f8ec9c20820fb9a74858d4f692f8a0416de00831', '114.119.147.205', 1686318608, '__ci_last_regenerate|i:1686318608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8ed2e33cfd9de741c33258931572910002dd1cd', '190.56.49.237', 1665758963, '__ci_last_regenerate|i:1665758963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665662040\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665758197;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8ed797dcf768738cfa60752781fffd094befb1d', '54.36.148.116', 1687691535, '__ci_last_regenerate|i:1687691535;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 ('f8edce8573d3c7bca0696a26b3981d73526cb715', '190.148.87.99', 1688408357, '__ci_last_regenerate|i:1688408357;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688408260;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8efaaf569d2048b7ad2f7c1a2660eae313e9032', '114.119.158.18', 1684931087, '__ci_last_regenerate|i:1684931087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8f28a237c842a46fb9fd450a7529ded70c2eca4', '114.119.140.185', 1688279848, '__ci_last_regenerate|i:1688279848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8f4aaf2a40e78d3474b76d0f2278611a2da6886', '64.227.146.212', 1688563688, '__ci_last_regenerate|i:1688563688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8f589d5b6f43b0b670baf87c74c48a35ff66493', '157.55.39.79', 1657652135, '__ci_last_regenerate|i:1657652135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8fca02d525d072001b9f43bf4d12cecdc0abf9b', '35.88.71.126', 1675431125, '__ci_last_regenerate|i:1675431125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8fd58b15db767117ddcbe26093f2f4a222f3b38', '40.77.167.11', 1673358236, '__ci_last_regenerate|i:1673358236;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f900e4c4854c049e017c2e76ed4817094889af28', '40.77.167.35', 1662478718, '__ci_last_regenerate|i:1662478717;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9051a45d1e6c339f250c8fa38be2cdf653f1148', '52.167.144.70', 1688453558, '__ci_last_regenerate|i:1688453558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f908b95b18dc571b8d08a62b2098f17c4512bfa5', '114.119.145.139', 1687623378, '__ci_last_regenerate|i:1687623378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9096a6fe2433506cede59efd04e4c60ac7a8237', '17.121.114.6', 1657286941, '__ci_last_regenerate|i:1657286941;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f90a74c4aa8f6c106af50106cf8d0a22f001def6', '14.116.158.108', 1674405461, '__ci_last_regenerate|i:1674405461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f90cdcc4f8df0320fabfe68a81e4ba4709a7409d', '52.167.144.98', 1686691993, '__ci_last_regenerate|i:1686691993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f90d1717a5d125be236f1da55ea950c38c8a1e9e', '52.167.144.164', 1685394518, '__ci_last_regenerate|i:1685394518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f90f6bceccbfaa6131646a86f4830adef6b11f37', '190.148.87.23', 1679450312, '__ci_last_regenerate|i:1679450311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679450311;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f911dcce1ed56ecf8d61c718b97b6ffaa1c4cdb5', '114.119.136.66', 1687681057, '__ci_last_regenerate|i:1687681057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f911f84d08d10af52e577feeb24e71c3a0f79cf4', '40.77.167.222', 1681462069, '__ci_last_regenerate|i:1681462069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9124eb591c8b1950420a77af9272c5ceaaf5b04', '190.148.252.235', 1666887586, '__ci_last_regenerate|i:1666887586;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666887491;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f912652f99dee969e10c3b3b6a7abd7d49faa38e', '40.77.167.3', 1667974852, '__ci_last_regenerate|i:1667974852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f913ee82f687580d5bd34fe3a24324a28b704560', '190.148.157.98', 1679317226, '__ci_last_regenerate|i:1679317226;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679317212;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f916dad30721c29c95fd5a92a199e764cd4868de', '198.251.73.45', 1669807896, '__ci_last_regenerate|i:1669807896;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 ('f91727a0ab9510a5426bdc65e2505f64c20cba6c', '54.36.148.89', 1669684490, '__ci_last_regenerate|i:1669684490;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 ('f9186c0745903f3c027167463a7934e461a529e2', '200.119.172.96', 1675215708, '__ci_last_regenerate|i:1675164556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675078657\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675215708;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f918a2fdb9b39f515a0d810cf7e3a33ea3cd6703', '190.148.158.175', 1672166079, '__ci_last_regenerate|i:1672166079;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672166033;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f91d43d644071d5c134b4aca8cb883e1f7328408', '54.36.149.59', 1662730039, '__ci_last_regenerate|i:1662730039;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 ('f91f0a81b7661771de064ec52f8f724ec8329937', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f920d851f09672b8fc37b5b971e25af20d394768', '114.119.151.103', 1687992093, '__ci_last_regenerate|i:1687992093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f922463c60810eaa731f56d9270afecd704c7dbf', '190.148.252.197', 1665510745, '__ci_last_regenerate|i:1665510745;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665491803\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665510740;register_id|s:3:\"123\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-11 08:27:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f923303f0ee3512af083d8e052d7be96a2688b5d', '157.55.39.100', 1671911357, '__ci_last_regenerate|i:1671911357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9245e34876b4aeb469ad142f9a46c9cf64d4305', '52.167.144.164', 1684892596, '__ci_last_regenerate|i:1684892596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f924e96e8cfb8bfa1ac89d6ef12c9be91b1f47b6', '114.119.129.143', 1686831428, '__ci_last_regenerate|i:1686831427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f92773fa76f92b943ba37649c4dc18e3ed0c31fb', '190.148.157.83', 1687715311, '__ci_last_regenerate|i:1687715311;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687608017\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687715311;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f92b6c72f8a482d578cff2ae6b0bbeb0a8bd7d22', '157.55.39.112', 1667468358, '__ci_last_regenerate|i:1667468358;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 ('f92bc416cbc6e300dfd8a1eb86e7f876de0036c5', '191.98.195.2', 1686005271, '__ci_last_regenerate|i:1686005270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f92ce174f49c2e545e276b2e97ee2e303afdc6c3', '207.46.13.1', 1671347523, '__ci_last_regenerate|i:1671347523;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f92d5fe3bb2a29a4f1a4a55d5ea408103cd8fbfb', '157.55.39.100', 1671812989, '__ci_last_regenerate|i:1671812989;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9312c5ebfb38320f705b0a6412a1e9c48e91280', '157.55.39.65', 1661887810, '__ci_last_regenerate|i:1661887810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f931ed8e99eabf18883624f2f87993dedf994b9d', '190.148.158.175', 1672164462, '__ci_last_regenerate|i:1672164462;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672164455;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9328b5ec529b8676000a952282916fc8b70dd13', '190.148.252.161', 1670014761, '__ci_last_regenerate|i:1670014761;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670004536\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670014482;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f933dda4122f29806737eb7dff5b606eccb8a48b', '40.77.167.37', 1669794993, '__ci_last_regenerate|i:1669794993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f934910c121d28693838a9449f5f55ca8529454b', '190.56.50.52', 1657646577, '__ci_last_regenerate|i:1657646577;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657634058\";last_ip|s:14:\"190.148.252.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657641979;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f934b4704ac25bbdb4c6363e8c4c47fe3b1c8529', '3.92.165.209', 1661719745, '__ci_last_regenerate|i:1661719745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f935ddf0b6d1fd4ac51ebfeb07faf187f4fd22d8', '157.55.39.253', 1682107033, '__ci_last_regenerate|i:1682107033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9377046af292872b4056e40603f2215c594f8f0', '207.46.13.127', 1656567940, '__ci_last_regenerate|i:1656567930;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f937aa7d3000dc916d0f0649d5c7a5cd83bd47f1', '124.206.180.138', 1651712205, '__ci_last_regenerate|i:1651712194;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f937c4b7319d500169e25126ecfab77814834259', '190.56.54.156', 1665241076, '__ci_last_regenerate|i:1665241076;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665241034;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f938ff21b4b1589fb2c76f8b83d750bd9e94c308', '221.118.225.14', 1652698348, '__ci_last_regenerate|i:1652698348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f939d995bc533f2ce4c7806a85493910df2ba295', '200.119.173.96', 1687121690, '__ci_last_regenerate|i:1687121690;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687001551\";last_ip|s:15:\"190.148.157.242\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687121685;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f93a1fb0f1e71c7384345178a9c3cc4b4104ca55', '190.148.252.177', 1674093543, '__ci_last_regenerate|i:1674093543;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674040176\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674093411;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f93acbb11ab1a3670ba8604ce728e96da7741393', '190.148.87.6', 1668272536, '__ci_last_regenerate|i:1668272536;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668171409\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668272530;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f93b5cea780d7de90e7e79e4b55c65c112285046', '40.77.167.60', 1671456935, '__ci_last_regenerate|i:1671456935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f93d2f28167bbb45f491d9589807c7de4134153c', '190.56.50.253', 1682523999, '__ci_last_regenerate|i:1682523999;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682433519\";last_ip|s:13:\"190.56.50.253\";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\";user_csrf|s:20:\"bNmw5HD1UQ9nalIxTO0q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f93f89e2438c3aba2b98ec62a92ceb9036f250c6', '200.119.172.60', 1674659303, '__ci_last_regenerate|i:1674659303;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674659226;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94066eba8f21f18f1ea845cc4af28a5b763784f', '52.167.144.98', 1684604646, '__ci_last_regenerate|i:1684604646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9416b49e784d6a49505c40ee7d96dfad1a92e86', '54.149.143.29', 1667828963, '__ci_last_regenerate|i:1667828963;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 ('f941797940e63064d45e6f076f321e2692ae49c8', '157.55.39.51', 1669794972, '__ci_last_regenerate|i:1669794972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f942215c394f21c4531f280c633cd2638cd5a1af', '114.119.158.220', 1687728361, '__ci_last_regenerate|i:1687728361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9434ac4907b87fc05bed21aad0c14d22e1721ca', '50.21.188.32', 1663642577, '__ci_last_regenerate|i:1663642577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f945126704f71f69a55120ab8fb2a89aa8dce9a9', '52.167.144.98', 1686627294, '__ci_last_regenerate|i:1686627294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9451e46466b350256c09c69457d5b432a62be36', '54.36.148.216', 1672523423, '__ci_last_regenerate|i:1672523423;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 ('f94524b1da14afbbda838faa098ce5224a551772', '51.222.253.4', 1660032111, '__ci_last_regenerate|i:1660032111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9497d700178811b248d3c1573578df3b1329bc2', '207.46.13.205', 1671377566, '__ci_last_regenerate|i:1671377566;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94a562351d061db2cd009be82e6ee8271515882', '147.182.171.81', 1650861181, '__ci_last_regenerate|i:1650861181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94cf0db14a1b6393366d80d752c77230edf3345', '51.222.253.17', 1687596469, '__ci_last_regenerate|i:1687596469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94d1f48f7d3f992527220cac5a8a7cd68f14a97', '190.148.157.183', 1680194311, '__ci_last_regenerate|i:1680194311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680194001;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9549eed6a60cd0f1870ddcdf58890142f7e3cc6', '207.46.13.207', 1685881889, '__ci_last_regenerate|i:1685881889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f95612a208d6ec44d76c8499e58b5b744c29502a', '51.222.253.7', 1657498690, '__ci_last_regenerate|i:1657498690;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 ('f9562484eb41c9d366acdebd1d21169561c892f8', '52.167.144.74', 1687969486, '__ci_last_regenerate|i:1687969486;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9580b92bb4760a8bc41a64448e72825ffb908f1', '138.246.253.24', 1673585232, '__ci_last_regenerate|i:1673585232;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 ('f958b44fe2ff95d870f3d0fc000c4d3b72575cb7', '200.119.172.48', 1668562915, '__ci_last_regenerate|i:1668562915;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668562907;register_id|s:3:\"146\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-15 08:36:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f95a2dc05b0915cdf37dd4f79d28ae7295b6ab76', '190.148.87.6', 1668469015, '__ci_last_regenerate|i:1668469015;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668468426;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f95eb02661eb0096ad58aa7facb4c48fa8b865cf', '190.56.173.251', 1651957509, '__ci_last_regenerate|i:1651957509;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('f964f1941a8dfaba52de3329c00b8520c0deb110', '52.167.144.164', 1685690102, '__ci_last_regenerate|i:1685690102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9658917cb1c0c9586af6e678e24866028abc3fe', '114.119.165.43', 1685660817, '__ci_last_regenerate|i:1685660817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9684b2d2b7b98b922210aeaf317570029cb709c', '207.46.13.106', 1670806090, '__ci_last_regenerate|i:1670806090;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9687655f7f5a09223af8a00b37487c9bf282286', '207.46.13.211', 1679801654, '__ci_last_regenerate|i:1679801654;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f96bbd1d2af3d13bfc58c5b139551ea8252d5518', '190.148.252.151', 1670951908, '__ci_last_regenerate|i:1670951908;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670951744;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f96eba853a2b9ad3d2d820c729c5d8907965bf97', '190.56.173.167', 1650927624, '__ci_last_regenerate|i:1650927624;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1650902763\";last_ip|s:14:\"190.56.173.167\";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:1650927126;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 10:10:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f96f6de545eb24156ef1492cc27dc42c048c1188', '52.167.144.171', 1684888345, '__ci_last_regenerate|i:1684888344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f96f76209003a23233d588111f73989c4887046b', '190.148.157.177', 1682082532, '__ci_last_regenerate|i:1682082532;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681989404\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682082512;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f96fb9653b8fd65707370df939e1decdd9f4bfa2', '66.249.65.161', 1658988408, '__ci_last_regenerate|i:1658988408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f97115c856027c22bbed772218e3b90a89b0920d', '190.148.157.171', 1667404852, '__ci_last_regenerate|i:1667404852;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667404843;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f971f42f5785320e983afc9c9568a5a4c52d0512', '190.148.252.111', 1677891801, '__ci_last_regenerate|i:1677891801;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677795668\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677889924;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f972b8a15418bf5f6a4a50290cf1abfccc6c3c67', '190.148.252.69', 1657634524, '__ci_last_regenerate|i:1657634524;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657589103\";last_ip|s:15:\"190.148.252.219\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657634287;register_id|s:2:\"41\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-11 11:06:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f973d79af26a24844c2b5fe785b351c1abb4e5e6', '35.92.76.203', 1677332363, '__ci_last_regenerate|i:1677332363;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 ('f976041f5cdba024cc0b2534ddb9cc762ac2767b', '114.119.155.111', 1686811292, '__ci_last_regenerate|i:1686811292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9766251938b85c066ec31721dd41a358c0f6d3e', '52.167.144.171', 1685629925, '__ci_last_regenerate|i:1685629925;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f97b3b81b40000562b07c04ef1ead959dc242956', '40.77.167.184', 1687017076, '__ci_last_regenerate|i:1687017076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f97bea39f36d527254eebad92a75c45081f9d151', '114.119.136.14', 1685497644, '__ci_last_regenerate|i:1685497643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f97d5dda881dd10ca04154ac65dc7bf3c80e52a0', '40.77.167.49', 1665991562, '__ci_last_regenerate|i:1665991562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98042d5cb1f08374e598e1b126c07cb71cf214d', '190.148.252.182', 1663801566, '__ci_last_regenerate|i:1663801565;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663796974\";last_ip|s:15:\"190.148.252.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663801565;register_id|s:3:\"109\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-21 15:14:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9810ced48ecb0d21330ce087f36a84c66b6bfda', '54.36.148.236', 1674067967, '__ci_last_regenerate|i:1674067967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f981a47495e1cdce425141ae46a580e901772c54', '101.251.204.98', 1675345559, '__ci_last_regenerate|i:1675345559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f981c034d377818d27de41b18fe513fee1cb567b', '157.55.39.173', 1670182402, '__ci_last_regenerate|i:1670182402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9833c09e67435259f5364b0514b243abd1f6498', '137.184.189.81', 1687731340, '__ci_last_regenerate|i:1687731340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98437cb20b6d060dab8fc5de28a5112b2ec2337', '114.119.141.135', 1686042700, '__ci_last_regenerate|i:1686042700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f985ab4bffd6db2cd93cab3332b2e844454cf566', '18.206.55.48', 1658186808, '__ci_last_regenerate|i:1658186808;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9871f2b0e11034ec3395205428939f2f41f118f', '114.119.128.236', 1685526208, '__ci_last_regenerate|i:1685526208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9880848388a02b6d1d875218702f4b222c7865a', '42.83.147.34', 1657048312, '__ci_last_regenerate|i:1657048312;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98974235bfe40ccf44d87d15c424f454eba9815', '52.167.144.171', 1685512922, '__ci_last_regenerate|i:1685512922;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98c30769e792fddbfad46317b336b179d85bff4', '40.77.167.182', 1683398242, '__ci_last_regenerate|i:1683398241;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98decad1cd88697a869788c3c4d82eefc971460', '190.148.87.6', 1668430903, '__ci_last_regenerate|i:1668430903;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668430894;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98e244530d3491b4bb5d21f8d6bb578027161ae', '200.119.174.9', 1674437521, '__ci_last_regenerate|i:1674437521;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674437500;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f98fbea79b2a1e071e8ed0711bec5244325077ed', '17.121.113.155', 1670889017, '__ci_last_regenerate|i:1670889017;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 ('f990794dcb2b8efa1eb4d11b1d8915229f84a7bb', '190.56.32.174', 1676735974, '__ci_last_regenerate|i:1676735974;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676657330\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676735964;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f994ad1841305d64c24db8b9ca8c462daa65b259', '3.237.104.7', 1654055396, '__ci_last_regenerate|i:1654055396;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 ('f99695b86714de40bd9c8b1944aeae95f0dfc2ee', '52.167.144.43', 1683938182, '__ci_last_regenerate|i:1683938181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9973f2b9fd55dc66b4ab94a60ce22e736bf6c51', '3.139.73.68', 1684425841, '__ci_last_regenerate|i:1684425840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99d3cd475f142a4ab0718268b48ea7c84a60efd', '190.56.32.174', 1676806721, '__ci_last_regenerate|i:1676806721;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676720914\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676806696;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99e37d7c7a0398727ed0fb5e76fea9b5bccfb77', '190.148.157.80', 1669475931, '__ci_last_regenerate|i:1669475931;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669375200\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669471618;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99f2ea7c7693ea164c3ed5c5d0ceafee9019a36', '52.167.144.98', 1684673552, '__ci_last_regenerate|i:1684673552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99f7f464e45d234539d94eb1cb0c95d32ba9e3e', '207.46.13.211', 1680117586, '__ci_last_regenerate|i:1680117586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a0101986b999ed03a3842a7c6252ae9cfbda76', '190.148.252.96', 1673273502, '__ci_last_regenerate|i:1673273502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673191390\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673273495;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a061da2e3514e044e7e1d5b05de9a108d736de', '190.148.158.151', 1677265130, '__ci_last_regenerate|i:1677265130;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677151656\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677261918;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a2f8806e3a2f7be10d65df9728da227dc5ee28', '52.167.144.171', 1685760640, '__ci_last_regenerate|i:1685760640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a391346ce3cb53237f8a3098d64d34751fd18d', '130.255.166.80', 1679036515, '__ci_last_regenerate|i:1679036515;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 ('f9a4a9d034a5c70c961bdca9b573c0d40bd83b80', '114.119.154.39', 1685944447, '__ci_last_regenerate|i:1685944447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a4dc584d1bd10ec5ff3dc5fa75d5de99302b59', '40.77.167.156', 1678601010, '__ci_last_regenerate|i:1678601010;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a55b2974a6a7dcbbc696292e30944140d9a1d8', '40.77.167.43', 1653928019, '__ci_last_regenerate|i:1653928010;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a56233cc8aabc2d2c3d133c8bfd0f3ed135fbf', '40.77.167.235', 1687178320, '__ci_last_regenerate|i:1687178319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a7123ff1bc69b98e79ef7403566c6536c3052e', '200.119.174.132', 1663782548, '__ci_last_regenerate|i:1663782548;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663711665\";last_ip|s:14:\"200.119.169.44\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663782537;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9a8238eef5bdc5b8ad28fa8e67101e8a0b4b175', '50.21.188.44', 1677541829, '__ci_last_regenerate|i:1677541829;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 ('f9aa32e7a118bbb9b162c005e30b9120c3ec2d44', '190.148.157.53', 1684161285, '__ci_last_regenerate|i:1684161285;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684161218;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9aebc6caeb71b10764f89f588fe53acccc49238', '190.148.252.161', 1670007485, '__ci_last_regenerate|i:1670007485;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669989297\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670007295;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b0eb84a02d8b873e675888f0d91f57734d3063', '157.55.39.200', 1667398819, '__ci_last_regenerate|i:1667398819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b1bece1e2297e5f495e5a848479d9f53db4160', '52.167.144.76', 1681463824, '__ci_last_regenerate|i:1681463823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b1d576fe95e0e374d02cf410ab9aed87ad6359', '40.77.190.43', 1680426410, '__ci_last_regenerate|i:1680426409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b1f5c1ea23cad44d6bbf9757eb3d149dfe9f97', '114.119.138.177', 1687002066, '__ci_last_regenerate|i:1687002065;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b45daffb481b09f747a2c3006208bbe032f720', '190.148.158.69', 1685893075, '__ci_last_regenerate|i:1685893075;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685893030;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b5fca37b7d8249fc05835a44ffab5cfdd59721', '118.191.130.141', 1656725290, '__ci_last_regenerate|i:1656725290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b701324331e899e90706243ab84bb2aad1b0df', '17.121.115.197', 1659583370, '__ci_last_regenerate|i:1659583369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b86db5b8a8e4ce9b42432a4825127553190a02', '52.167.144.120', 1688063390, '__ci_last_regenerate|i:1688063390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9b8bd252c1f1973ca0706e5cc9f32a48fc13c39', '17.121.114.2', 1662007228, '__ci_last_regenerate|i:1662007228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c0f8b224c2ee96c7a9202f161e1e202098ff9a', '190.148.158.69', 1685966945, '__ci_last_regenerate|i:1685966945;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685966940;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c1c9423d034de869f03c7a7ad25778efeb7973', '52.167.144.74', 1688113981, '__ci_last_regenerate|i:1688113981;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c3842e3b9d4c0c67cb3b73f8cfe287e8dee739', '190.148.157.206', 1679494374, '__ci_last_regenerate|i:1679494374;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679420575\";last_ip|s:13:\"190.148.87.23\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679494348;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c67bc6a57ed9a768c9af19e71f063de31c87f2', '190.148.252.73', 1664834183, '__ci_last_regenerate|i:1664834183;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664834173;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c9c1129d5918965da5129d4f5d20bdc37efb79', '200.119.170.209', 1656715888, '__ci_last_regenerate|i:1656715888;requested_page|s:19:\"admin/purchases/add\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700386\";last_ip|s:15:\"200.119.170.209\";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\";user_csrf|s:20:\"NGsgdvfRQnWPpbZrKIqU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d054b8145ac6bf55b5753ff602fd909a5b9d59', '114.119.140.175', 1687278606, '__ci_last_regenerate|i:1687278606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d2904a4b6df24a2b23b04e1e1d07895a386663', '200.119.170.143', 1670105223, '__ci_last_regenerate|i:1670105223;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670104642;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d307b07a708ad7718b6d01e31a716d2e95d63c', '157.55.39.176', 1667670002, '__ci_last_regenerate|i:1667670002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d6cfa4ac4610908f35c1ae593749b9eb6d7416', '52.167.144.164', 1685587499, '__ci_last_regenerate|i:1685587499;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d75a732bbe037a23eb786dcf9b34cedd812874', '141.98.102.235', 1660351554, '__ci_last_regenerate|i:1660351554;error|s:101:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>http://adm006.coprest.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9dab31bb74405e6005ddf4909ede74cd0d985a1', '114.119.154.6', 1687871653, '__ci_last_regenerate|i:1687871653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9dbdef80c7acf4db1183b5263df4de20251508b', '114.119.151.146', 1685029518, '__ci_last_regenerate|i:1685029517;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9e41b51c7232a61cc6a034088cc502e5c842c98', '157.55.39.80', 1670255178, '__ci_last_regenerate|i:1670255178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9e73f63521f5ceeb93cf6bae50536ba1fc35308', '74.125.212.196', 1657080059, '__ci_last_regenerate|i:1657080058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9e777660134626ac64d7eded11c63a698939309', '51.195.216.255', 1650895346, '__ci_last_regenerate|i:1650895345;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9e91e9ed8eb09dd11225aa38d1236063493a3f5', '93.158.90.156', 1670706273, '__ci_last_regenerate|i:1670706273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9e978fda9f316d1ed94455ba2a4c7cc6f3527dc', '167.235.246.88', 1679115151, '__ci_last_regenerate|i:1679115151;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9ea97a7023a211c6376675cd3f1cb6d7d58bb27', '157.55.39.79', 1669168274, '__ci_last_regenerate|i:1669168274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9eab583567b1b4e09a6e0004a3539163bb487e8', '51.222.253.3', 1652849263, '__ci_last_regenerate|i:1652849263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9eb6a3d6b4827feb4eb09b2bb6c8fd6cce75a62', '200.119.174.28', 1660065165, '__ci_last_regenerate|i:1660065165;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660056820\";last_ip|s:14:\"200.119.174.28\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660061278;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9ecf8ab4462f9663639083f1ec78e43f8d53e84', '200.119.173.177', 1685370787, '__ci_last_regenerate|i:1685370787;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685274287\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685370626;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9ee5a90361c0b91c50b32a539d6e9e02ab739b6', '190.148.157.53', 1683756558, '__ci_last_regenerate|i:1683756558;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683633919\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683756550;register_id|s:3:\"244\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-10 08:17:40\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9ef451a5420d459e2d8644562b36ddec141ca11', '40.77.167.56', 1673444164, '__ci_last_regenerate|i:1673444164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f06a6c1323c13252b872561d62a180c61d871f', '114.119.145.237', 1687028092, '__ci_last_regenerate|i:1687028092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f24d1dea0d82553c6fec5b90859fbafa655e31', '40.77.167.192', 1681098736, '__ci_last_regenerate|i:1681098736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f25d7beebe409196be18e1b080eafbf67a1d22', '5.188.62.140', 1653297195, '__ci_last_regenerate|i:1653297192;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f3927f4aff295e2e942c8f7fa7c9335f89846f', '190.56.50.15', 1667091343, '__ci_last_regenerate|i:1667091343;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666958472\";last_ip|s:13:\"200.119.168.7\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667091339;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f3e5de97f5106400298b956992ad443963601a', '207.46.13.224', 1680454074, '__ci_last_regenerate|i:1680454074;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f46a71f78f7d37bddf5dbdb11c2fb618169549', '190.56.50.32', 1655160853, '__ci_last_regenerate|i:1655160853;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654900816\";last_ip|s:14:\"190.56.173.152\";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\";user_csrf|s:20:\"FZJc4rSktW95o6gqNBU2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f4f221748072a451a61b66b4f8c537390d3f34', '114.119.146.171', 1688031619, '__ci_last_regenerate|i:1688031619;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f62df6bc12c5d02da2071d604424a84454ad44', '207.46.13.215', 1680289506, '__ci_last_regenerate|i:1680289506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9f92f67045e8896c471a73cf3bfc8e1647b5775', '207.46.13.6', 1671631272, '__ci_last_regenerate|i:1671631272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9fad3c02b62005b9c1a7c90e3493f0aab4afe57', '52.167.144.63', 1687104745, '__ci_last_regenerate|i:1687104745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9fc2919da0bda33a806daff6743112f071e9267', '198.244.142.178', 1650754650, '__ci_last_regenerate|i:1650754650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9fc70fc59bd63ae9c9a8fed1415cf85268e69b6', '114.119.159.210', 1687341953, '__ci_last_regenerate|i:1687341953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9fe2e99844a401a0fa1db31b13cd207faf15963', '164.92.181.168', 1671905933, '__ci_last_regenerate|i:1671905933;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9fffe991bc1e54447eaaf6515ed1b427c2f8a43', '54.36.148.161', 1654398352, '__ci_last_regenerate|i:1654398352;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 ('fa0110cc98ed04f04900c8cba00c4fa574226b89', '207.46.13.154', 1670541642, '__ci_last_regenerate|i:1670541642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa02917c1179a1aa8fc3fdc42d8591bf62f62208', '181.174.80.228', 1654799567, '__ci_last_regenerate|i:1654799567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa03f8a29d90b2bb76e1b250f700457da4d4a246', '114.119.140.166', 1684995127, '__ci_last_regenerate|i:1684995127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa0619105a5163b2cb5d94965a90df5332727415', '5.188.62.21', 1659471887, '__ci_last_regenerate|i:1659471887;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa06e9020cd8fedfe79d8d8a92f309aa9bd2a40f', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa073c93ee129ff270a2ab9e6cad59a4c0178cd8', '190.148.87.97', 1655938725, '__ci_last_regenerate|i:1655938721;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa0ae7a646712cb2a67891355beee5c7ffcd9e99', '52.167.144.56', 1677382425, '__ci_last_regenerate|i:1677382425;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 ('fa0b44dc42a7a50329afe4b90fbaaff9e0a7963f', '52.167.144.164', 1686666049, '__ci_last_regenerate|i:1686666049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa0e2c04dd6d0f240e8338826a5d2c42c40d8a0d', '207.46.13.12', 1675498331, '__ci_last_regenerate|i:1675498331;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa0efd8a8fab3c39263d02aaf09fb0363ac362e7', '114.119.150.90', 1686940126, '__ci_last_regenerate|i:1686940126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa10111503731e0b67ac1528797044f09246b7ed', '40.77.167.170', 1675616394, '__ci_last_regenerate|i:1675616394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa158bc3b3a7a5679633801cd0553d0ff38e0f27', '190.148.157.183', 1680224025, '__ci_last_regenerate|i:1680224025;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680222774;register_id|s:3:\"221\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-30 12:25:08\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa16a11f7007341b16c2e2f056f6e1fcd3e0f37c', '200.119.174.28', 1660070840, '__ci_last_regenerate|i:1660070840;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";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 ('fa19bebe177d55db7ea84594d9a901302eea08c0', '190.148.158.151', 1677507671, '__ci_last_regenerate|i:1677507671;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677258799\";last_ip|s:15:\"190.148.158.151\";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\";user_csrf|s:20:\"E21dfMYokDnaGHFXNrR0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa1bd92ae8123d39b8fa62cebd79024a4a10a9ce', '114.119.141.69', 1687927506, '__ci_last_regenerate|i:1687927506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa1dc46a1e06f68efb17279845b4236bc61d430d', '207.46.13.99', 1667488809, '__ci_last_regenerate|i:1667488809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa1fc3d134406dc43e4ebbd47c223fd0063cfa0d', '207.46.13.6', 1672171107, '__ci_last_regenerate|i:1672171107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa20311f681ca7491fc54e4ae2131a0795a9925c', '52.167.144.162', 1681897174, '__ci_last_regenerate|i:1681897174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa239ff712280339ad8483eddc2ce36a95056de6', '190.148.157.80', 1669247680, '__ci_last_regenerate|i:1669247680;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669158760\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669247254;register_id|s:3:\"150\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-21 10:05:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa23d97c05994e1955b7049e4ebee241ef22b5a1', '45.63.18.23', 1688460783, '__ci_last_regenerate|i:1688460782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa247135d25a3b51b2bd1f21b435ba74cf72f05c', '40.77.167.204', 1678234085, '__ci_last_regenerate|i:1678234085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa258967b91d245d2fa3af57e51fffb472c54b4e', '190.148.252.76', 1654273777, '__ci_last_regenerate|i:1654273777;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654214806\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654273447;register_id|s:2:\"18\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-03 10:13:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa270c1d914c32b072bd5504c92e45c4b2663097', '190.148.252.85', 1666200448, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666200448;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666197550;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa27d05dc2df7ec09670b410cb903479edfdd417', '190.56.32.174', 1676658884, '__ci_last_regenerate|i:1676658884;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676658881;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa28924f9f57b630b1d9046c91d7905c5f5a3ee1', '52.167.144.70', 1688189806, '__ci_last_regenerate|i:1688189806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2e8a7534194b83b67103cc8a49d413f3384a9f', '8.218.26.244', 1650950378, '__ci_last_regenerate|i:1650950378;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2f5a20b4aa67e3c4aca6c3e32a75782ab827e0', '200.119.172.96', 1675176457, '__ci_last_regenerate|i:1675176456;requested_page|s:14:\"admin/products\";error|s:90:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/products\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2ffb6f1e0cf3e796fb217e2eaca57dea7ea5ed', '52.167.144.162', 1686040952, '__ci_last_regenerate|i:1686040952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa31735509421b2fb80475caa92caaeec8e96b97', '157.55.39.208', 1685949153, '__ci_last_regenerate|i:1685949153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa31a30988a6dfe9f6c0aa7b46975c3ff1aac361', '190.148.157.173', 1652753427, '__ci_last_regenerate|i:1652753208;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa32f2becb0ff3731613eb1277f9a134729fcdd7', '200.119.173.130', 1676073051, '__ci_last_regenerate|i:1676073051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676073036;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa34000a2577c953886677832f1d78b52db7b72c', '17.121.114.10', 1651506056, '__ci_last_regenerate|i:1651506056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa34f98ff099657c4b301e6faf7a1167d89e7195', '74.208.2.144', 1682135695, '__ci_last_regenerate|i:1682135695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa3abcc2ac282e43a324236817b2e128e79acc7c', '114.119.149.81', 1687669540, '__ci_last_regenerate|i:1687669540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa3ad752c23ce1b55f1ab12fc0e2647c74b3c6b7', '190.148.157.183', 1680484512, '__ci_last_regenerate|i:1680484512;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680347547\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680484452;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa3c8d8c9c5794539414e99be13610a973bcca2b', '200.119.174.30', 1667515696, '__ci_last_regenerate|i:1667515696;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667515691;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa3c98f1000b82641b6c5f9956b3df1f2f0afbff', '207.46.13.15', 1673813670, '__ci_last_regenerate|i:1673813670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa3ca182210161dc7b29774656060c1f708b6482', '114.119.138.95', 1685706281, '__ci_last_regenerate|i:1685706281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa40d764a034647f3e53a5f2eda7368c14994c56', '51.254.199.11', 1678688390, '__ci_last_regenerate|i:1678688390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa41358400c56e4b98ad5208ac5571cd780d1b5a', '17.121.112.152', 1660293726, '__ci_last_regenerate|i:1660293726;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4391bb2110fde6617807ca54d3c00046dfed1c', '93.158.90.66', 1669214615, '__ci_last_regenerate|i:1669214615;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 ('fa439a8789aa0f1cb7e7cd9c1b9927ff7b5d88df', '52.167.144.108', 1680183053, '__ci_last_regenerate|i:1680183053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa44e687325377fb8516f1aa409bf3ebe3f81a46', '114.119.143.207', 1687169464, '__ci_last_regenerate|i:1687169464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa450b24d4f1ce11faa76be03cfd7359c4a650c1', '52.167.144.164', 1686110423, '__ci_last_regenerate|i:1686110423;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa452334e0c4ff05e8a8c4bc6becbcd34f3c78c4', '114.119.141.186', 1686983277, '__ci_last_regenerate|i:1686983277;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa452d293ec5fd3f3fb8ce1f05f1f69cf16962fd', '52.167.144.164', 1686455267, '__ci_last_regenerate|i:1686455267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa475d9566e095b12ff024e27573f140b1e79ace', '17.121.114.236', 1657465753, '__ci_last_regenerate|i:1657465753;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 ('fa4798bc3c4c98518ee136b7469f35cc8b0b77ce', '190.56.173.136', 1687976224, '__ci_last_regenerate|i:1687976224;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687961845\";last_ip|s:14:\"190.56.173.136\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687976213;register_id|s:3:\"272\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-28 08:11:06\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa494a409ea5a693001037d44cfc0dbf40a098a5', '190.148.158.164', 1667334215, '__ci_last_regenerate|i:1667334215;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667334207;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4bc33f4952e0e997599e0f898f4fc1ca39071d', '190.148.157.98', 1678930029, '__ci_last_regenerate|i:1678930003;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678793200\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678930028;register_id|s:3:\"212\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-13 08:21:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4be6cb28d86ee1e1520eb70561850703fe3fa6', '157.55.39.125', 1655096483, '__ci_last_regenerate|i:1655096483;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4c6cb4eef4b62fad4fbca942425d615b8eaf99', '190.148.158.151', 1677104091, '__ci_last_regenerate|i:1677104091;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676978782\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677100987;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4eddf33dd02f589c4be675698b804ff071c2c7', '190.148.157.53', 1684154636, '__ci_last_regenerate|i:1684154636;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684154455;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa515b1a9c836c19fd20d167cc9448c1b7993a24', '52.167.144.89', 1679605494, '__ci_last_regenerate|i:1679605494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5185f7ababbfc56f0a01dffc3ca472c30e2d69', '40.77.167.220', 1677512576, '__ci_last_regenerate|i:1677512576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa528ce23c7d8b56d6a6c94c055a7f5dfab6d671', '5.161.139.134', 1659136562, '__ci_last_regenerate|i:1659136562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa52d4134366a14bf7dbc05c8627b8d9663c6e06', '190.148.252.161', 1670091419, '__ci_last_regenerate|i:1670091419;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670091162;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa52ee0f13b31cd2bd801a32b3943bdc7e655c62', '114.119.134.67', 1687508554, '__ci_last_regenerate|i:1687508553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5b2eb316b1d2a2db2cdff1e1586ee8f7f30d15', '58.17.6.9', 1687116998, '__ci_last_regenerate|i:1687116998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5d0355dca244e7b730c0259e817c2a61068e6a', '207.46.13.154', 1670698931, '__ci_last_regenerate|i:1670698931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5d80d65756b6c176d40034370650ba8332a490', '17.121.112.209', 1655041843, '__ci_last_regenerate|i:1655041843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5e11659f87159b754354dfd6a36707ca1b3de3', '114.119.153.211', 1688228072, '__ci_last_regenerate|i:1688228072;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa5f68f6e07fccdf403c3adc691f89d1dd7bacf9', '52.167.144.109', 1680285764, '__ci_last_regenerate|i:1680285764;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa67509e6d91e4cdab4121fb51716837679adfbd', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa67fc5d2d96e5520e86385e337320b554ce5a37', '52.167.144.98', 1684247767, '__ci_last_regenerate|i:1684247767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6957d8b49c42940a1f64516720bc7ffa68ddc6', '190.148.252.233', 1668812347, '__ci_last_regenerate|i:1668812347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6acbccc230160e976ecc811599badae326d93d', '157.55.39.118', 1657510103, '__ci_last_regenerate|i:1657510102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6b0013462597d28145ce9ffeaf580a447ac0c3', '66.249.79.193', 1666103097, '__ci_last_regenerate|i:1666103097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6b24d55477c86a02de28b16f5c5054c47e27ac', '40.77.167.2', 1668367023, '__ci_last_regenerate|i:1668367023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6b2d8b042ab9398095e30cb36d386c3b569210', '88.198.112.200', 1684009482, '__ci_last_regenerate|i:1684009482;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6bc0b247ea74493f72f3214c877ca5bcf48754', '74.208.2.218', 1665904425, '__ci_last_regenerate|i:1665904425;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 ('fa6c9a850b19ce334deacca25f50499924b25be2', '190.148.87.182', 1679795062, '__ci_last_regenerate|i:1679795024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679795062;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa6e6ca4ad8cb38a3943a4e0c9c6c115240cd4f7', '40.77.167.60', 1671753862, '__ci_last_regenerate|i:1671753862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7023e3064104f7b7b1df2888095f1f90985bc6', '51.222.253.17', 1685730524, '__ci_last_regenerate|i:1685730524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa70b096733530b31b2530b8eed9f881c63650ae', '52.167.144.98', 1686373276, '__ci_last_regenerate|i:1686373276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa73115c8ef296f96f5fc9376ae16ba5ac016672', '200.119.168.250', 1680904600, '__ci_last_regenerate|i:1680904600;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680780704\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680903962;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa74233f41a37b23ab7028cc4d06dbfe24b416e5', '157.55.39.164', 1654137160, '__ci_last_regenerate|i:1654137150;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa767d8c7b79f34a3c36c0d884bf9c79cd12dd22', '51.222.253.13', 1659897729, '__ci_last_regenerate|i:1659897729;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 ('fa76b2d4151f3a50ddd0fe13b780f87a920b5950', '190.148.158.151', 1677162137, '__ci_last_regenerate|i:1677162137;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677161658;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa76b8f286c976a377abde22899a0d5c18eb604e', '151.106.120.184', 1650745811, '__ci_last_regenerate|i:1650745811;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7b163db3ed9e4c0e5b20c2d0059defc8ffebff', '190.56.50.32', 1655155892, '__ci_last_regenerate|i:1655155892;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655124180\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655155441;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7bc72cb2b7dcbd53174ac192040893f62233c3', '52.167.144.171', 1685077873, '__ci_last_regenerate|i:1685077873;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7c815a05f6f16643757eb336c612fbcda581da', '114.119.135.36', 1685495559, '__ci_last_regenerate|i:1685495559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7cc7e37608bf89845ae6776392be6aa043b2fc', '51.222.253.19', 1674947957, '__ci_last_regenerate|i:1674947957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7d0988fb0dab74c4206d064e4dd444edcc944f', '190.148.252.223', 1659059576, '__ci_last_regenerate|i:1659059549;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659041761\";last_ip|s:15:\"190.148.252.223\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659059576;register_id|s:2:\"56\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-28 10:25:50\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7df9cf86ef466d07355e820d57c2cbdd9817ee', '35.232.217.10', 1652397538, '__ci_last_regenerate|i:1652397538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa7e832ff73b922a28bd0896ba7c88862247e235', '159.203.176.82', 1654293644, '__ci_last_regenerate|i:1654293644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa812de20a8449711facad12c267b0d0e578f172', '52.167.144.98', 1686581769, '__ci_last_regenerate|i:1686581769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa81660ac6b63c12a0acaf4433b4898ae717080e', '190.148.252.76', 1652802714, '__ci_last_regenerate|i:1652802714;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652465886\";last_ip|s:15:\"190.148.157.173\";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\";user_csrf|s:20:\"YWILxdHPuC9l8ZJm2iQy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa8447162ab365fc5af6c7d9784dbc7b06d24fb4', '52.167.144.74', 1688110804, '__ci_last_regenerate|i:1688110804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa86dae1a6b7f3bcc0f69130c6bfe81c48c3ceb3', '190.56.48.81', 1665968712, '__ci_last_regenerate|i:1665968712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665967158;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa871303a68ae3295816149a45520f743def86a4', '34.208.58.110', 1662383285, '__ci_last_regenerate|i:1662383285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa887c04b3dcac23174219fbd1969439ff9590bb', '51.195.216.255', 1650742957, '__ci_last_regenerate|i:1650742954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa8a60e92a6fa4fb5593c2363a5aa787772f902d', '200.119.168.9', 1656198951, '__ci_last_regenerate|i:1656198861;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656187388\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656198947;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa8b7ffdea5decc20a06b3539f44d49ad8c276e3', '200.119.174.137', 1654616251, '__ci_last_regenerate|i:1654616251;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('fa8ce54717ba93115b806ce80139178d7e6be833', '40.77.167.64', 1674750236, '__ci_last_regenerate|i:1674750236;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa8d8b0b0c53a083f538aa535120ca844b005517', '51.222.253.10', 1671113629, '__ci_last_regenerate|i:1671113629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa8e7937bcac959e5c9060973c3bfc3606c8b8b4', '114.119.143.210', 1684854897, '__ci_last_regenerate|i:1684854897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa8efb8284e5b1b99bae0461aa80c9ba5f21c4cb', '54.212.111.162', 1675863676, '__ci_last_regenerate|i:1675863676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa900ba8994c2e34a68e73dde6c80b73892a7209', '40.77.167.37', 1668944391, '__ci_last_regenerate|i:1668944391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa90e97cf4a75d8cbb163a72a6dae52af5a62be1', '157.55.39.216', 1676753237, '__ci_last_regenerate|i:1676753237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa9584222b026555dd0d1be9fb0997f975628ef9', '17.121.115.142', 1659516774, '__ci_last_regenerate|i:1659516774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa96f2b9dc01afa4499a8d5ef21b8542f80dc842', '190.148.87.6', 1668441827, '__ci_last_regenerate|i:1668441827;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668436606\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"xtfsLVnCO8JHWTgMeoqm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa97ae96ccadf14dedf2c630fd37d69eb963b31b', '51.222.253.19', 1676030521, '__ci_last_regenerate|i:1676030521;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 ('fa98b0f246cfb49592a182d02dae35ab798d7dea', '52.167.144.89', 1679346627, '__ci_last_regenerate|i:1679346627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa99d0550cdeac88db1edbc932af6e3d18aebec8', '17.241.75.43', 1687314370, '__ci_last_regenerate|i:1687314370;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 ('fa9d518568f1de551681f1c1417d0285ed0ba0ed', '114.119.149.228', 1686387903, '__ci_last_regenerate|i:1686387903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa9ddc025b4235af1f44160b97657209a0903d6b', '200.119.173.111', 1654726851, '__ci_last_regenerate|i:1654726824;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654692659\";last_ip|s:15:\"200.119.173.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654726836;register_id|s:2:\"21\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-08 06:52:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa9ead3bd693f1c45ae3d0a74949943415832de6', '52.167.144.109', 1680498248, '__ci_last_regenerate|i:1680498248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa9ee549834e6958fa85e67265167dc8d8a4ad88', '157.55.39.25', 1663552492, '__ci_last_regenerate|i:1663552492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa9ee9574868729df16bd864a73a3a57194b41f7', '51.222.253.5', 1669994153, '__ci_last_regenerate|i:1669994153;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 ('faa146a76e590200c1f3b3ccfbfa6494be0979d7', '114.119.148.169', 1688094853, '__ci_last_regenerate|i:1688094853;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa2d0d5a03f79b5ba9ea838040f84f7669f5c71', '190.56.32.174', 1676500107, '__ci_last_regenerate|i:1676500107;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1676492724\";last_ip|s:13:\"190.56.32.174\";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\";user_csrf|s:20:\"I0z3xNWPeBVwsuLK9Zmf\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa313fe85f02c215b1b0b3d323c9d3528964aab', '51.222.253.17', 1661843123, '__ci_last_regenerate|i:1661843123;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 ('faa39586886cc0b7033aaf40cd414066585e0089', '190.148.157.53', 1683683552, '__ci_last_regenerate|i:1683683552;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683683258;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa3b0243a1a5febf41effe247b0c8920bed171f', '51.222.253.8', 1660414218, '__ci_last_regenerate|i:1660414218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa3b0dcb0695254297d67430f70db3d7f474b3e', '190.148.158.164', 1667353847, '__ci_last_regenerate|i:1667353847;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667353823;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa4df40b6640bb0501ec7a799c6b568b7a888a0', '114.119.143.18', 1684292909, '__ci_last_regenerate|i:1684292909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa4e27ae39e5377441878b4b55e799d12e8066b', '52.167.144.98', 1685884551, '__ci_last_regenerate|i:1685884551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faa81970d26711874a245412675be416af200d53', '54.187.177.118', 1682987303, '__ci_last_regenerate|i:1682987303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faaaaa7e82b7f3a92e5acc6573d89d53f427f635', '34.212.179.182', 1654782243, '__ci_last_regenerate|i:1654782243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faad67d6c21e278b007ba7962613e7ee46ebd859', '190.148.252.112', 1667783921, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1667783921;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667738541\";last_ip|s:15:\"200.119.174.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667783915;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faada58da53d408ccfae2354e003bbde0b3ea082', '149.56.150.56', 1687689218, '__ci_last_regenerate|i:1687689217;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faaddd5a0764ecec7731843e0aa59c101a3a7068', '190.56.50.15', 1667233553, '__ci_last_regenerate|i:1667233553;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667225807\";last_ip|s:12:\"190.56.50.15\";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\";last_activity|i:1667232641;register_id|s:3:\"115\";cash_in_hand|s:6:\"1.0000\";register_open_time|s:19:\"2022-10-01 06:48:56\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faafbe2a4892ca110a745a3fe1491a28d0cd7ad1', '66.249.79.196', 1679861139, '__ci_last_regenerate|i:1679861139;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 ('faafe004257feae989e3e2cfe010dcbb4929b920', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fab3a20fae0a4c6ac0418b24ca3526df879ea95a', '190.148.157.53', 1683827506, '__ci_last_regenerate|i:1683827506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683720571\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683827504;register_id|s:3:\"245\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-11 08:28:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fab5c9ae202aeca0912b767b1743eaca14a96c95', '51.141.30.109', 1652554323, '__ci_last_regenerate|i:1652554323;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 ('fab69aa722ea732d398c5712fdd2609996ea472f', '20.83.215.68', 1652434592, '__ci_last_regenerate|i:1652434591;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 ('fab6b63ab62dd30cf6c15614b93573d641904822', '175.196.127.111', 1650791330, '__ci_last_regenerate|i:1650791330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fab7611b7d90d2e35a647c19ce1e2badf31fcd5a', '54.36.148.34', 1650924628, '__ci_last_regenerate|i:1650924628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fab9a3d6009b431f6ad458780e5be627fe75471d', '157.55.39.51', 1668641449, '__ci_last_regenerate|i:1668641449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fab9c343dba4e34bff47ac66c14ebe165568025f', '40.77.167.133', 1684132442, '__ci_last_regenerate|i:1684132442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fab9e8105091b1b59a46c837883f0c8c533ac643', '207.46.13.10', 1671169936, '__ci_last_regenerate|i:1671169936;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faba0db5762a8253ee258b7ce249f3cb5a5f9d31', '190.148.87.96', 1678198842, '__ci_last_regenerate|i:1678198842;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678112317\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678198161;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabb9990aa23991330dcde41296d7debdcdee4b3', '52.167.144.154', 1687547962, '__ci_last_regenerate|i:1687547962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabcfaf389029ce117e83ccefed0870daf5c12be', '207.46.13.41', 1671597322, '__ci_last_regenerate|i:1671597322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabdf645ab447f7cd343e148db425065627a3403', '93.158.91.208', 1684584319, '__ci_last_regenerate|i:1684584319;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabe7fd31d488a3caa2ef87abea779be5c71b1cc', '190.148.87.23', 1679441250, '__ci_last_regenerate|i:1679441250;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679441228;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabeac7c3b7c5306596d8be214e236439f34513f', '51.15.247.214', 1669397100, '__ci_last_regenerate|i:1669397100;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabf83efbdef43e7c080758952487bc9dd2a2f9a', '190.56.55.113', 1673400206, '__ci_last_regenerate|i:1673398400;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673295518\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673400206;register_id|s:3:\"177\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-10 08:21:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac051bd6447812bbf991e48909d6312b68a32f1', '51.255.62.1', 1680288324, '__ci_last_regenerate|i:1680288324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac1ff55bb3bee6a1229c45ebadb347d34b89741', '52.167.144.98', 1685587481, '__ci_last_regenerate|i:1685587481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac33a94a4bd9ef0e4620a68556230ceea493e85', '211.205.155.42', 1657323965, '__ci_last_regenerate|i:1657323964;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac3523a7a2fed8653e3cc106af11e0225afa6c0', '157.55.39.194', 1674432081, '__ci_last_regenerate|i:1674432081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac35bd2d0ba5c81ca33eed7f019910bb54b0287', '52.167.144.69', 1676050995, '__ci_last_regenerate|i:1676050995;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac43081b36ecea34cae8a8791e1923787e7a834', '34.245.2.202', 1680321727, '__ci_last_regenerate|i:1680321727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac5c1b30fa76499b5b80cc13d34a770638e2f70', '207.46.13.6', 1672076023, '__ci_last_regenerate|i:1672076023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac747ecf239bf158e30feee093bcfb18a55e3f7', '40.77.167.97', 1654152098, '__ci_last_regenerate|i:1654152098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faca275cdb94ec7131a05e80b89a9128ffa21ed5', '200.119.174.9', 1674429647, '__ci_last_regenerate|i:1674429647;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674429640;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('face0be63aca3628293db39a668d3fb781dd3ed7', '52.167.144.63', 1687178307, '__ci_last_regenerate|i:1687178307;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad0413baedf38464c008f8e5382d649a4fdde9a', '190.56.50.6', 1667671295, '__ci_last_regenerate|i:1667671295;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667563102\";last_ip|s:14:\"200.119.174.30\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667671291;register_id|s:3:\"140\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-04 08:51:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad13348e72e4c162e1e5476e2f0b59e2fbe8f03', '190.56.48.16', 1677623545, '__ci_last_regenerate|i:1677623510;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677512691\";last_ip|s:15:\"190.148.158.151\";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 ('fad2310aa7cd447efd876a19c47a34b961803a6b', '190.148.87.244', 1654616415, '__ci_last_regenerate|i:1654616415;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654606776\";last_ip|s:13:\"190.56.50.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654616387;register_id|s:2:\"20\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-07 08:59:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad25ff374ed7c077e33c6038fe042c2ce42d545', '18.246.76.242', 1674306215, '__ci_last_regenerate|i:1674306215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad3594aa11aa6ca1493641cb102c71a043916bb', '200.119.170.113', 1666724506, '__ci_last_regenerate|i:1666724506;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666724498;register_id|s:3:\"132\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-25 11:14:48\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad35f95f06466846622d02e952f16fc789c9e9b', '5.188.62.76', 1659601168, '__ci_last_regenerate|i:1659601168;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad5016530c51fcd4101fd2adc95d5177dd8d1ad', '40.77.167.37', 1668834603, '__ci_last_regenerate|i:1668834603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad5e935ffbcad8ade114f00fe017f5c8c201f31', '207.46.13.154', 1671597844, '__ci_last_regenerate|i:1671597844;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad75dd5da57750f5c18f9b177a73bda320c1ec9', '35.215.64.28', 1680896457, '__ci_last_regenerate|i:1680896457;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 ('fad7b6d91141f19a9cf6e7b3abfbb637ce53a6a0', '190.148.158.151', 1677426663, '__ci_last_regenerate|i:1677426663;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677324952\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677426616;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad8645d6bdc1a18120f8545d0e179e9fc08fd0a', '190.148.157.80', 1669309879, '__ci_last_regenerate|i:1669309879;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669309869;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fad87abba687c650f83fb1c96dc32a4c0b35bb7d', '207.46.13.154', 1670998753, '__ci_last_regenerate|i:1670998753;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fadb83002c80911d8d0fa9fe99ae54da221675af', '114.119.136.219', 1685708018, '__ci_last_regenerate|i:1685708018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fadca1d04bd903f501879734caf45a488c4a21be', '114.119.139.107', 1686120021, '__ci_last_regenerate|i:1686120021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fadd2487e1b8f7bdadef37f9596ab16199e528f6', '200.119.175.15', 1658503286, '__ci_last_regenerate|i:1658503286;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658329421\";last_ip|s:15:\"200.119.170.237\";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\";user_csrf|s:20:\"vARNVp2gojlFKGBkPrTh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fade21373fd07575e39e90faf8d65fdb8b566062', '54.36.148.208', 1660024254, '__ci_last_regenerate|i:1660024254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fadf2f0224f85b4553f58ba2dba9dbf48b4ff7b5', '173.249.31.237', 1659409305, '__ci_last_regenerate|i:1659409305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fae0fb163d2f5b96a88e11b0585e89e95488c500', '74.208.2.183', 1668050327, '__ci_last_regenerate|i:1668050327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fae56967528c01ef299a28d1ad009163eee9dc62', '190.148.252.88', 1670785834, '__ci_last_regenerate|i:1670785834;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670674512\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670782217;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faeb4b5724f763f1b16e950fae9f7d726e42c5b1', '40.77.167.179', 1677962933, '__ci_last_regenerate|i:1677962932;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faec5f812afe939d573551b2bd7488ceeafc1258', '157.55.39.212', 1677427549, '__ci_last_regenerate|i:1677427549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faed1fe52593f29cbd7cd1d5ce5907331d53b2fd', '113.108.9.38', 1675701272, '__ci_last_regenerate|i:1675701272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faee2f25c072c39e616a069dbbfef6db8e3c33fb', '114.119.145.129', 1688215842, '__ci_last_regenerate|i:1688215842;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf0878c8a6bdf25f8a92447bcc81b30e45f38ad', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf109c9d42de4277b83fe4b41624218d4d8c459', '54.36.149.68', 1674916414, '__ci_last_regenerate|i:1674916414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf136d6c5f4185188e71bb8b5614f4c3289936c', '52.167.144.98', 1686635361, '__ci_last_regenerate|i:1686635361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf2aad53c57258fda30b28a953e79722b7e4328', '35.206.243.197', 1673230588, '__ci_last_regenerate|i:1673230588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf3b4bd84e35c559ec63c1cc196965226c1b1dd', '52.167.144.74', 1688048635, '__ci_last_regenerate|i:1688048635;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf4078ca8fb4c43e5e51baf268631f0065016e1', '52.167.144.98', 1686209046, '__ci_last_regenerate|i:1686209046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf4d92d6611309cd7ab97287132db10868a1dab', '205.210.31.18', 1651640374, '__ci_last_regenerate|i:1651640374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf896851ae63d8b931c131e0e2985caab4786a9', '17.121.115.225', 1662615731, '__ci_last_regenerate|i:1662615731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf8f306dbebf1a298206da5d4a01cb784914615', '200.119.170.168', 1670610467, '__ci_last_regenerate|i:1670610467;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670610459;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf915e3e0aacb9335279839707b03f6fb2ce68d', '52.167.144.171', 1685405498, '__ci_last_regenerate|i:1685405497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faf9e2e5c487f85cd8213c79d6cbe3aa3ca112ff', '205.210.31.13', 1654948239, '__ci_last_regenerate|i:1654948239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fafa85e92788ebd98375f3247a715b4767b65cbc', '190.148.87.97', 1655990938, '__ci_last_regenerate|i:1655990938;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655934067\";last_ip|s:13:\"190.148.87.97\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655990902;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fafc0c142f4d70e53a55d5e39a1eef780c389ce2', '144.76.151.42', 1650866389, '__ci_last_regenerate|i:1650866389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fafca9543b97cf20be73bac43936c9d1d8013b92', '40.77.167.156', 1678434102, '__ci_last_regenerate|i:1678434102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fafdb94cf07c4299e2e5421aa351c200914a3170', '114.119.137.237', 1687099730, '__ci_last_regenerate|i:1687099730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fafe393d2dcc66106649f69d98af02ea43ad79be', '190.148.157.183', 1680540339, '__ci_last_regenerate|i:1680540339;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680304340\";last_ip|s:15:\"190.148.157.183\";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\";user_csrf|s:20:\"Kdulpa0txVvSfcroHLAW\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faff0293a4c3258a68668a63eb6a37fedb1e7d5d', '114.119.155.10', 1686190758, '__ci_last_regenerate|i:1686190758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('faff30ebe41d1435f2362f40d3a65a9cdd4cf7a0', '114.119.152.46', 1686941315, '__ci_last_regenerate|i:1686941315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb02b6b123a318a2ccb1351116a1c78639f06c59', '190.148.252.151', 1671404699, '__ci_last_regenerate|i:1671404699;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671404608;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb02c3b8c5eb234b210b07a1158a4485cc26d6fa', '52.167.144.164', 1685324727, '__ci_last_regenerate|i:1685324727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb02e04b7bb9e6f46c0627d0945a3639b5c70274', '17.121.115.217', 1661939864, '__ci_last_regenerate|i:1661939864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb030e189860b4f4dcabff3698edc1353be77745', '40.77.167.147', 1680978208, '__ci_last_regenerate|i:1680978208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb03a3c064fc82087177acaa37151437c29c37df', '40.77.167.13', 1672620112, '__ci_last_regenerate|i:1672620112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb03b467b6f0ff8521928250c2facd430db2cc04', '190.148.157.177', 1682001694, '__ci_last_regenerate|i:1682001694;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681999704;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb093f80f3f11b3c70aab57adfbd508bf83b1cdd', '200.119.172.60', 1674691706, '__ci_last_regenerate|i:1674691706;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674691702;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb0b8ce3314363dc7b9b07a9e6406182fea6d225', '54.36.149.5', 1679769065, '__ci_last_regenerate|i:1679769065;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 ('fb0c7d75264069471deac43e1e56df35beba013e', '52.167.144.162', 1686416235, '__ci_last_regenerate|i:1686416235;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb0d00b30555d932d6ca3b85633c2466a2824e0f', '190.148.252.112', 1667853134, '__ci_last_regenerate|i:1667853127;requested_page|s:5:\"admin\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1667835628\";last_ip|s:15:\"190.148.252.112\";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 ('fb0f9686e1e86f9fd5706d598892046dcd489bdc', '157.55.39.79', 1669577793, '__ci_last_regenerate|i:1669577793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb13384e460555a9d0c5380bab1de01605f86b2d', '200.119.172.60', 1674916963, '__ci_last_regenerate|i:1674916963;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674830084\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674913581;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb13446ebd3afc21fcf08424759eb0cd2523efb6', '207.46.13.41', 1671600766, '__ci_last_regenerate|i:1671600766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb136d20e9d2d5a0a536e77581cb9d477a1cadf4', '190.148.87.6', 1668378250, '__ci_last_regenerate|i:1668378250;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668255273\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668378218;register_id|s:3:\"142\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-11 10:03:17\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb16ab667fe29522ef535b8e50e45e1fb90fbae4', '200.119.172.60', 1675011710, '__ci_last_regenerate|i:1675011710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675011229;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb18fb0c75d69a20759135d3c99761f90f27c694', '190.148.87.51', 1676300622, '__ci_last_regenerate|i:1676300622;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676300526;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb1a96d4eb19f0cea73da4c77c7f2a36159780e2', '190.148.87.99', 1688401194, '__ci_last_regenerate|i:1688401194;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 ('fb1aca095c6937aee17e0863409eeea565719693', '114.119.129.244', 1687722435, '__ci_last_regenerate|i:1687722435;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb1becf184c5b0eb929b971b694bd759a581723c', '207.46.13.229', 1677205910, '__ci_last_regenerate|i:1677205910;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 ('fb1ec98a2d7ad7786aa8b707e77290dea188fd80', '111.7.100.27', 1650976289, '__ci_last_regenerate|i:1650976288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb1f2a5bba51a41902f024ad2c101444fb0d387f', '207.46.13.41', 1665134423, '__ci_last_regenerate|i:1665134423;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb1fb7234c2d0998610dd7b5aa6ae8489ff01e72', '173.252.95.7', 1657764643, '__ci_last_regenerate|i:1657764643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb20a9d26856bc1ee7f6f6410562e8d33da57560', '190.148.157.183', 1680541649, '__ci_last_regenerate|i:1680541649;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680436323\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680541596;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb21a5b30ddc6ef9ba840042b039e6fd71d37ff9', '49.37.154.217', 1653290413, '__ci_last_regenerate|i:1653290412;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb22362e5c7f5f5b27996948bded7c6d4f823939', '40.77.167.123', 1682780420, '__ci_last_regenerate|i:1682780420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb22e0e341bb82a1c1583634c2a060993cf952bd', '18.206.55.48', 1652876330, '__ci_last_regenerate|i:1652876330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb235192fbb889a72875b662a2e7274dd35e6f43', '118.107.40.179', 1655655295, '__ci_last_regenerate|i:1655655295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb28f5a9409d8c5461861443a98896381928a1af', '114.119.131.90', 1687080086, '__ci_last_regenerate|i:1687080086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb29e64821b7914e898bed6ed495ef68532c26c9', '17.121.112.217', 1655913926, '__ci_last_regenerate|i:1655913926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2a008da761aecc1879f5d1a3dd6441ad3bd5e3', '190.148.252.166', 1658161446, '__ci_last_regenerate|i:1658161437;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1658152917\";last_ip|s:14:\"200.119.174.34\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658161446;register_id|s:2:\"47\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-18 08:29:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2af04659508df3e4496788a37f9b4d74a1e071', '52.167.144.42', 1679987069, '__ci_last_regenerate|i:1679987069;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2b0006d79b1b32cd1b7985cedb8bd29a582bb7', '130.245.169.145', 1657274136, '__ci_last_regenerate|i:1657274136;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2b3aeecb7a8cc17c01ad7817d27609c4ff4e2d', '190.148.252.197', 1665616624, '__ci_last_regenerate|i:1665616624;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665498592\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665616556;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2bb2886884d9c575b2a2d6aca76c2913955404', '190.56.50.253', 1682428659, '__ci_last_regenerate|i:1682428659;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682346726\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682428659;register_id|s:3:\"234\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-24 09:04:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2c073abd31b03bedb24cdf2d9ee3c94aa6082d', '17.121.113.227', 1652596332, '__ci_last_regenerate|i:1652596332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2c436dea89ee5c530fd71dfef26bc524be7020', '65.21.206.45', 1660005912, '__ci_last_regenerate|i:1660005912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2c650a1456c55b221ebb231ec13cd7bd0cafa5', '40.77.167.69', 1663966652, '__ci_last_regenerate|i:1663966652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2cb219d682e21bbb6fef5fccac11d9205265bf', '190.148.252.163', 1668520631, '__ci_last_regenerate|i:1668520631;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668428736\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668520621;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2d1208b7ce900ce9626b42f6ed9efb09622a23', '190.148.158.69', 1685743965, '__ci_last_regenerate|i:1685743965;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685730257\";last_ip|s:14:\"190.148.158.69\";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 ('fb2fc6e2d4cedadff2ce47d8566717a5767c6163', '40.77.167.39', 1656078427, '__ci_last_regenerate|i:1656078427;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb2fe608c223f1d09b65ecef12fc18cedc13dc58', '114.119.131.180', 1687728855, '__ci_last_regenerate|i:1687728855;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb31db0bbb8fd5cc7839ac1adec46c5f99befc21', '190.56.173.152', 1654912217, '__ci_last_regenerate|i:1654912211;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654864443\";last_ip|s:13:\"200.119.169.5\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654912216;register_id|s:2:\"22\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-10 12:50:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb332d8f2b813f00f357b846cc09d316fdbaaa74', '114.119.146.40', 1687620765, '__ci_last_regenerate|i:1687620765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb33807dee72f3410eab00714c9513c9d9dcfa0d', '190.56.54.156', 1665273360, '__ci_last_regenerate|i:1665273360;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665272064;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb3382b7293ad3d4e4eb48eb6ad2ec60a5d31495', '40.77.167.146', 1687735036, '__ci_last_regenerate|i:1687735036;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb341151408417e31d19a40c8479770ddc2e64ad', '54.36.148.194', 1662438628, '__ci_last_regenerate|i:1662438628;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 ('fb3481a0b4b8e74c2dd8ab2de9431c2fea0913ed', '52.167.144.74', 1687962034, '__ci_last_regenerate|i:1687962033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb3493e1aa6859b5d6eb80853cea52fc0f69dc12', '51.222.253.4', 1684810642, '__ci_last_regenerate|i:1684810642;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 ('fb34963b15f4f0a9c6bb654b1f8930adf15627fb', '51.222.253.13', 1686302020, '__ci_last_regenerate|i:1686302020;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb34b08ad6bf14751e847d288e2d223881754ae6', '40.77.167.85', 1685311292, '__ci_last_regenerate|i:1685311292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb35b75a3335f13fca0ab10f6f73ce89f9715b9c', '190.148.157.183', 1680392235, '__ci_last_regenerate|i:1680392235;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680392093;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb36788d0e5ff1007b6797c64fd85856511258ef', '190.148.158.4', 1681759605, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb3a276fb991aa9a5751d7c328f61c3bd2325aa6', '173.249.31.237', 1659409022, '__ci_last_regenerate|i:1659409022;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb3be2ee9f68a511e5a110b1ce2cfd5b0c4c7c7e', '200.119.170.221', 1664473045, '__ci_last_regenerate|i:1664473045;requested_page|s:14:\"admin/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664459534\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664471399;register_id|s:3:\"114\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-29 08:35:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb3c02fe4d11b1a046b0148fc522bce45158c0c1', '52.167.144.49', 1677205881, '__ci_last_regenerate|i:1677205881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb3e5e9398f55e5bf2f50615a11686c3b62cbc16', '52.167.144.98', 1685506713, '__ci_last_regenerate|i:1685506713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb41f2148536c9d20579e97ee81d8e05a0884983', '114.119.131.93', 1688125008, '__ci_last_regenerate|i:1688125008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb4262b410be864f9159f704541de17d8e211c67', '3.21.158.231', 1684627132, '__ci_last_regenerate|i:1684627132;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb428fee4248c82e90045e5f1b190462b928737d', '52.167.144.171', 1685546825, '__ci_last_regenerate|i:1685546825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb42c21c1ee44253333c537ba1567585b19b8cf2', '54.36.148.117', 1686251874, '__ci_last_regenerate|i:1686251874;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 ('fb43262a0dbb8aa8d81b1f8a2ef9daaa4990607e', '190.56.48.81', 1666011001, '__ci_last_regenerate|i:1666011001;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666008579;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb439848177014e6f1f58062a6bf6f3ee057e955', '190.56.173.213', 1683590061, '__ci_last_regenerate|i:1683590061;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683588919;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb43ccd535187349a6d3b96d74589568b999a269', '190.56.50.253', 1682454693, '__ci_last_regenerate|i:1682454693;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682422219\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682454688;register_id|s:3:\"235\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-25 09:03:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb45b298e449aa0610e77088d57c027937fa6728', '114.119.130.87', 1685942901, '__ci_last_regenerate|i:1685942901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb46c026bb71b83454db967c76f7f43e040dedf5', '17.121.113.24', 1663042738, '__ci_last_regenerate|i:1663042738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb47f371c0d06c0f81d5408f9842f1c9982a812c', '190.148.157.53', 1684153244, '__ci_last_regenerate|i:1684153244;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684065570\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684152445;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb49848508658e9ed5b14477bb6f3cadc36dfd1e', '157.55.39.208', 1686035617, '__ci_last_regenerate|i:1686035617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb4b4f847518fa60d72c59d6e94d95eb83e92ee3', '114.119.159.70', 1688199401, '__ci_last_regenerate|i:1688199401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb4c6f7bdc73be753994559ba6db6815c8bc4a89', '52.167.144.98', 1686039685, '__ci_last_regenerate|i:1686039685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb4d127189b32b627d1987cc640c8840ae3a9181', '52.167.144.164', 1685947169, '__ci_last_regenerate|i:1685947169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb4e0f85cb5778e89f20b1d07496be79233050bf', '190.148.157.183', 1680311149, '__ci_last_regenerate|i:1680311149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680310484;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb51ae9207cdb2fde448a5f493ff54b6a957c736', '52.167.144.164', 1686575765, '__ci_last_regenerate|i:1686575765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb5451642590b5d8ba4545a712b64c4672025044', '163.172.157.95', 1682453612, '__ci_last_regenerate|i:1682453612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb572f029608e7d3d158acfda2a45af66530c283', '114.119.155.126', 1687608491, '__ci_last_regenerate|i:1687608491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb599ec3e2e547f9b18318e3cdedd838db5abd8c', '52.167.144.74', 1688058149, '__ci_last_regenerate|i:1688058149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb5bde69a60117564265c548689329bdd4bb09b3', '40.77.167.43', 1657801928, '__ci_last_regenerate|i:1657801928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb5d8cea33e35fa4bd1de8133e3fad1f4ca35293', '147.182.171.81', 1650861186, '__ci_last_regenerate|i:1650861186;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb611edfd094be5e91b03f0cea690494bb56e872', '52.167.144.162', 1686574815, '__ci_last_regenerate|i:1686574815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb615dcebd145f70162eb913a8422e048b7aadf9', '40.77.167.191', 1681830979, '__ci_last_regenerate|i:1681830979;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb61ed8e05ca609cc700fdf753a39ca4c31bd278', '152.89.196.102', 1659536523, '__ci_last_regenerate|i:1659536523;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb63816421433fc1aa37cdd1a7293f69a9f68fe2', '207.46.13.205', 1671891344, '__ci_last_regenerate|i:1671891344;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb65bd4a95685c01619d0aa4ce23ba5daeb825d2', '40.77.167.166', 1675948974, '__ci_last_regenerate|i:1675948974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb663c237abd6abb780ac7d2f956bd2f0d7bd014', '190.148.158.175', 1672155348, '__ci_last_regenerate|i:1672155348;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672155302;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb68139ee90d76d271e88c1e4b26136145373d9a', '51.222.253.8', 1686058573, '__ci_last_regenerate|i:1686058573;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 ('fb69dcb0bd0a9e12cab06865fdf9860736e76fc2', '190.56.32.35', 1672020227, '__ci_last_regenerate|i:1672020227;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671882595\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672020043;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6a56d0ed30df1f6b292d26bb6c70b86c03ec6f', '190.56.32.174', 1676551556, '__ci_last_regenerate|i:1676551556;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676551552;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6ab7c17bcabdc9ef7e60aa89342b50f9655fe0', '52.167.144.39', 1680536088, '__ci_last_regenerate|i:1680536088;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6c40e37f07ac967fd5490ae2bdd0745434e71c', '40.77.167.191', 1682378926, '__ci_last_regenerate|i:1682378926;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6c60bd0547369edb06d903960873bf35b1eebb', '207.46.13.52', 1663627130, '__ci_last_regenerate|i:1663627129;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6ca031f1cf4a713c995ba40a44da27f5d7a672', '3.111.41.2', 1670738463, '__ci_last_regenerate|i:1670738462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6e22bd5c9d1a86bd1e033ff1aeadc8bd8b6c6f', '52.167.144.98', 1684790847, '__ci_last_regenerate|i:1684790847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb6ebfdd3fa172e62afd70d7c5db45373e35bdb9', '35.88.189.81', 1663683702, '__ci_last_regenerate|i:1663683702;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb71c8e32d77ff1c91d43f61c08713b9b99482c9', '40.77.167.91', 1686910071, '__ci_last_regenerate|i:1686910071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb73ef40e752d97ab310f741df8300ca6f4a335b', '200.119.174.28', 1660068898, '__ci_last_regenerate|i:1660068898;requested_page|s:14:\"admin/products\";identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1659994124\";last_ip|s:14:\"190.148.252.98\";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 ('fb746d3d0e03c940e6de02e739f9b7764fa2b391', '207.46.13.205', 1671241452, '__ci_last_regenerate|i:1671241452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb782a6b9678f6c767a14305a64b92c3ba4c6484', '52.167.144.164', 1686069538, '__ci_last_regenerate|i:1686069538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb7f4251e03ae0f5f188d9358449a6531efdcb2e', '190.148.252.88', 1670867335, '__ci_last_regenerate|i:1670867335;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670623060\";last_ip|s:15:\"200.119.170.168\";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 ('fb80b6284167ae9a7eb013a29856c91ab4bab7d6', '200.119.168.9', 1656104894, '__ci_last_regenerate|i:1656104862;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656100365\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656104894;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb81909b06ba375bbcaf50b719d0f2db84f1d624', '200.119.173.78', 1682884740, '__ci_last_regenerate|i:1682884740;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682767659\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682882030;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb81b35fb82c60089973b239960aa582938124d4', '198.251.73.67', 1672881341, '__ci_last_regenerate|i:1672881341;requested_page|s:29:\"category/materiales-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb821d183b968fdff65a94e954dcfc34777987f2', '157.55.39.9', 1674910796, '__ci_last_regenerate|i:1674910796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb82239ebc2a411bb66b45a225305789b8f19217', '190.148.252.102', 1681861526, '__ci_last_regenerate|i:1681861526;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681759696\";last_ip|s:13:\"190.148.158.4\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681861495;register_id|s:3:\"230\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-17 09:11:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb82fd082a86271a249cd067b393de3e71c1e215', '190.148.252.177', 1674073578, '__ci_last_regenerate|i:1674073578;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674061174\";last_ip|s:15:\"190.148.252.177\";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 ('fb836749f345c9d42ea87831610669c9e29f88f3', '114.119.151.75', 1685058840, '__ci_last_regenerate|i:1685058840;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb83b2b7b324414592a1e0da827827ef12bc60a7', '114.119.149.150', 1688386817, '__ci_last_regenerate|i:1688386809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb83b36cbeb19349de1827ab764efd23dc3a6243', '190.148.252.235', 1666895335, '__ci_last_regenerate|i:1666895335;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666786413\";last_ip|s:15:\"190.148.157.146\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666895326;register_id|s:3:\"134\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-27 08:38:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb83fc3a8c1d47c6e23745baeea9164dcc027adc', '200.119.170.209', 1656978940, '__ci_last_regenerate|i:1656978940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb874a3c63052a6a294b4037b0db6e6cd0d918c2', '52.167.144.98', 1685452347, '__ci_last_regenerate|i:1685452347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb87748d2a83ed9e5d01758f803168ed450a2233', '114.119.134.72', 1687788253, '__ci_last_regenerate|i:1687788253;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb87c8eda275e011f280545e2b7ff3acd8ff283c', '176.53.218.98', 1650920564, '__ci_last_regenerate|i:1650920564;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb8db0ba0064690cad5d64553b713a4304893f9e', '93.158.90.136', 1679809059, '__ci_last_regenerate|i:1679809059;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 ('fb8dcaf02f27690065c77fd436d6e9a4753db425', '114.119.146.7', 1686864520, '__ci_last_regenerate|i:1686864520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb8ebb6d709acb28b0344d1df536b21e77430f1f', '190.148.252.96', 1673137645, '__ci_last_regenerate|i:1673137645;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673016783\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673137590;register_id|s:3:\"175\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-06 09:15:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9303cf1313fe0dde15a897ee18917445700c12', '207.46.13.154', 1671347533, '__ci_last_regenerate|i:1671347533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb930d83f1e4819a6fd461f02280709127d51759', '193.201.9.12', 1658329704, '__ci_last_regenerate|i:1658329704;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb937d98e816fec7f3089d502507c4f29d05b85e', '51.222.253.14', 1683280343, '__ci_last_regenerate|i:1683280343;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9399240d856ab5e1fe6bebc61c2e05001f72e2', '54.36.149.59', 1686550270, '__ci_last_regenerate|i:1686550270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb93fc2fe63c48abfc1a3f057ad5247a5b8f48f2', '17.121.112.158', 1661743175, '__ci_last_regenerate|i:1661743175;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb977292c876e575177ff42daa793812bdbd0298', '51.222.253.4', 1673545479, '__ci_last_regenerate|i:1673545479;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9b38ff1d95aba485ebd3d0bb6af52aa4f420ee', '40.77.167.244', 1677794777, '__ci_last_regenerate|i:1677794777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9f1b31c7809e21e3dbb92211b41de49413828d', '200.119.170.113', 1666701865, '__ci_last_regenerate|i:1666701865;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666701852;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fba3639b930c9519acedf755525b9fa5ac524bcf', '114.119.149.78', 1685769139, '__ci_last_regenerate|i:1685769139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fba8ee480cf34230691e2f0bc3b112c01578e1af', '40.77.167.250', 1677603160, '__ci_last_regenerate|i:1677603160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fba977559194bf4435e27dd551984d914e41fb7f', '35.86.76.208', 1671889748, '__ci_last_regenerate|i:1671889748;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbab1b2cbf1ab5630c01dd7ecbc09c36a9a57d13', '190.148.252.85', 1666213085, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666213085;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666212943;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbad4ae924c81f5c339b849b1d00e99a05fb2ff0', '114.119.156.181', 1688208989, '__ci_last_regenerate|i:1688208988;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbadc19708d32ee10cb8950ca8f06800512d60fd', '165.22.205.26', 1687558196, '__ci_last_regenerate|i:1687558196;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 ('fbae991200d9b3c120a47969b1a2fbb02ec65551', '157.55.39.100', 1672066896, '__ci_last_regenerate|i:1672066896;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbaf5f68498c1a395b60a554853bbe17975f7fc1', '190.148.157.80', 1669330784, '__ci_last_regenerate|i:1669330784;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669288721\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669330784;register_id|s:3:\"151\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-24 08:45:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbaf5ff0564b0c67b762f971e0cd505ad53a39af', '190.56.32.174', 1676685927, '__ci_last_regenerate|i:1676685927;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676644015\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676685393;register_id|s:3:\"198\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-17 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbb25605acff0afd576a6cf060ad86eb2d32f300', '40.77.167.249', 1680714639, '__ci_last_regenerate|i:1680714639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbb3e0f5a81222e98f23bf673327733cf43c3590', '40.77.167.202', 1687559645, '__ci_last_regenerate|i:1687559645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbb3e3cac3ce1b3ead7778398542b190d7ecc4e0', '52.167.144.98', 1686209044, '__ci_last_regenerate|i:1686209044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbb747c8fee599ea88d737d173f928af1bb47b57', '51.222.253.4', 1653208351, '__ci_last_regenerate|i:1653208351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbb82326f6be45972ed841881794b32e15a40467', '173.44.51.5', 1684379236, '__ci_last_regenerate|i:1684379236;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 ('fbbda9cdf9ee17ddd521078ed84a49ce1e6198d9', '190.148.252.85', 1666228604, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1666228604;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666096976\";last_ip|s:13:\"190.56.49.109\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666228542;register_id|s:3:\"129\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-19 08:41:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc1311907b3815dc5384ddb36fdb977efa8d40a', '114.119.157.189', 1687727834, '__ci_last_regenerate|i:1687727834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc182733b74f96db5bec31be828850d0b2a707b', '157.55.39.54', 1659086441, '__ci_last_regenerate|i:1659086441;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc30593f5c6dba36d7394baaf185527e621aefe', '190.148.87.99', 1688417289, '__ci_last_regenerate|i:1688417289;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1688398665\";last_ip|s:13:\"190.148.87.99\";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\";user_csrf|s:20:\"XNG1bqIf8UciWhedCyDY\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc4b7341306edbed60cdf84313c9f6bee48a981', '190.148.87.96', 1678464428, '__ci_last_regenerate|i:1678464428;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678449115\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678463304;register_id|s:3:\"211\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-10 09:05:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc53f88df38667e9c7e9e777f88114d0cc0b99a', '190.56.50.15', 1667226859, '__ci_last_regenerate|i:1667226859;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666801301\";last_ip|s:14:\"200.119.170.16\";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 ('fbc59617ecb3626b92736683dd509a417f10977f', '114.119.146.16', 1687612497, '__ci_last_regenerate|i:1687612497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc657913fc0f3c168c6f3b1e62e4b70b9951963', '190.56.49.38', 1677958356, '__ci_last_regenerate|i:1677958356;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc75e7e6c4d40ad5fce452641a501db1f3ce1ec', '52.167.144.164', 1685927720, '__ci_last_regenerate|i:1685927720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc7ef0262e50d4f6c192e53008c15219e81445d', '114.119.147.113', 1688334896, '__ci_last_regenerate|i:1688334896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc882bfe3ae3cb257859ffd811b2ff62c0dd5f9', '190.148.157.183', 1680390639, '__ci_last_regenerate|i:1680390639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680263406\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680389720;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbc9aa1fbdffb21e21e742a4068033899e8f8084', '51.222.253.10', 1674642021, '__ci_last_regenerate|i:1674642021;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcaa21ec3b65909e9a95429c7dc11bd7b39a6eb', '190.56.32.243', 1684700937, '__ci_last_regenerate|i:1684700937;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684699881;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcb7398aeebaa8cc90f5937a64faa5b9e107d29', '114.119.135.217', 1684951056, '__ci_last_regenerate|i:1684951056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcc048885c5488b97e749d62ecd92d47ea8c12c', '40.77.167.207', 1681587414, '__ci_last_regenerate|i:1681587414;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcd9f2c35102c07998fc10c0b49536a6fe7483a', '51.222.253.5', 1658620194, '__ci_last_regenerate|i:1658620194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcf1ca8b626bbd3f80808c0c132237e66041ce5', '52.167.144.42', 1679952516, '__ci_last_regenerate|i:1679952515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcf6add206c5f4b3bb8f79b5f21482e98f6c103', '114.119.130.18', 1687537059, '__ci_last_regenerate|i:1687537059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd2c14e5ca6b861f2917b38c7ca9a1d279d5aa1', '52.12.40.254', 1674394150, '__ci_last_regenerate|i:1674394150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd56a4ad425ba1af9f8610677a470fd73870248', '114.119.146.255', 1686574200, '__ci_last_regenerate|i:1686574200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd5ad18f70571268bc6fc128a0e80c7d8d8442a', '52.167.144.154', 1687594845, '__ci_last_regenerate|i:1687594845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd71a8797d68c9b898dc9ae075001df5cc4f091', '190.56.55.113', 1673814596, '__ci_last_regenerate|i:1673814596;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673695226\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673814488;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd77583be20d6af8a103e99483e3043f2257ddf', '207.46.13.12', 1676001719, '__ci_last_regenerate|i:1676001719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd7e8213f7457f8c8590928c20d64a1f058a930', '200.119.172.60', 1674857142, '__ci_last_regenerate|i:1674857142;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674856793;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbd96fbcaac7287fdde464714cbdb740c4516c23', '190.148.252.151', 1671214993, '__ci_last_regenerate|i:1671214993;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1671125250\";last_ip|s:15:\"190.148.252.151\";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 ('fbdab816392749fd6b37ce41157e43b729dba7eb', '190.56.50.15', 1667227340, '__ci_last_regenerate|i:1667227340;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666801301\";last_ip|s:14:\"200.119.170.16\";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\";user_csrf|s:20:\"aphIVAqfbuUHgyM76SGj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdab9f9535f81c50841688e58ddc62d7f5a83eb', '51.222.253.6', 1655271856, '__ci_last_regenerate|i:1655271856;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 ('fbdb1674c3ac20994044bc757eb16d1befbb1a67', '114.119.153.156', 1688577475, '__ci_last_regenerate|i:1688577475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdc03836947d8f97e48ddcfbf8cd457e5f317be', '200.119.173.107', 1686871286, '__ci_last_regenerate|i:1686871286;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686871238;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdca6895d62f68bc8c2250628f0bef2784199f2', '157.55.39.173', 1668834339, '__ci_last_regenerate|i:1668834339;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdd0360370bc89f04187e91f93626017d740627', '3.237.104.7', 1654168714, '__ci_last_regenerate|i:1654168714;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 ('fbdf515fe87c6b2ff8c413d4fed954daffcaaba2', '74.208.2.134', 1682136361, '__ci_last_regenerate|i:1682136360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdf9f235235346b4398c266aededd2dd6465ae8', '34.208.58.110', 1662383280, '__ci_last_regenerate|i:1662383280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdfb8309790ace486fc159df9808594e3bfc0bd', '190.56.55.113', 1673912020, 'requested_page|s:26:\"admin/pos/register_details\";__ci_last_regenerate|i:1673912020;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673887796\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673908447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe30dfb9f2195ad8fded155e6975ba05083c94e', '40.77.167.123', 1683811943, '__ci_last_regenerate|i:1683811943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe45c9f3ffb367bd5d4209f5f948f746a0d4e6b', '190.148.252.183', 1681510202, '__ci_last_regenerate|i:1681510202;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681398373\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681509100;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe61545e331b64cb056832a1b18e099582f2e11', '190.148.87.182', 1679585491, '__ci_last_regenerate|i:1679585491;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679494386\";last_ip|s:15:\"190.148.157.206\";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\";user_csrf|s:20:\"4ulnMWyNtvajpLhHVxoK\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe72e861e9b084570f270731b14d8301d83e168', '51.222.253.9', 1680793559, '__ci_last_regenerate|i:1680793559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe92387affc76d5adb0d6901b88280b0d0a1a45', '52.167.144.171', 1685387077, '__ci_last_regenerate|i:1685387077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbed33406e51532d6ecbbae32d15a707bdecec11', '190.56.32.162', 1686269877, '__ci_last_regenerate|i:1686269877;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686239222\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686269853;register_id|s:3:\"260\";cash_in_hand|s:8:\"165.0000\";register_open_time|s:19:\"2023-06-08 09:56:33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbefae27796307636b1be7811607b1b3d8a37902', '66.249.66.83', 1650908715, '__ci_last_regenerate|i:1650908715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbf2c53725fac52bfadb491a31500bc627a357ed', '17.121.112.186', 1657640582, '__ci_last_regenerate|i:1657640582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbf3b018d03aa631dd562601eaa760d92f93d44b', '114.119.166.63', 1687530871, '__ci_last_regenerate|i:1687530871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbf6bc62dab9b30cb7d28e7fe075179b00aea9d6', '190.148.157.206', 1679521050, '__ci_last_regenerate|i:1679521050;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679485674\";last_ip|s:15:\"190.148.157.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679520996;register_id|s:3:\"217\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-22 08:23:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfa4b991f6edaab6b6b0b71db0d79c0dd9a33b1', '52.167.144.171', 1684611002, '__ci_last_regenerate|i:1684611002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfa661e3f6429de61660110a1898bcd58a08d45', '130.245.169.139', 1657878935, '__ci_last_regenerate|i:1657878934;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfaeeb606bdb414c234274dc4642014f9e14e73', '190.148.87.6', 1668185765, '__ci_last_regenerate|i:1668185765;requested_page|s:14:\"admin/products\";identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1668180052\";last_ip|s:12:\"190.148.87.6\";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\";user_csrf|s:20:\"iBmH04WRgbNSkCZpdFEI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfb3be0ec3f1ef559afbe87d8545cac42c0628f', '190.148.252.178', 1657552235, '__ci_last_regenerate|i:1657552235;requested_page|s:27:\"admin/reports/monthly_sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbfe84ae173da05670e9bf9b11507682643bfa08', '66.102.8.65', 1673151481, '__ci_last_regenerate|i:1673151481;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('fc034ad6e151ebc3da7d47190fc9b356cea1e5c3', '157.55.39.79', 1670600134, '__ci_last_regenerate|i:1670600134;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc03f7d17662982d8aa8787c8e4f1f485c0799c0', '51.195.90.229', 1650840497, '__ci_last_regenerate|i:1650840488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0637907b72146ef0d76cc9bcdae94d8c5c1481', '92.205.25.182', 1656609536, '__ci_last_regenerate|i:1656609536;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 ('fc06f3c76993dcde421f8c4d854386c6f587039f', '52.167.144.162', 1682330838, '__ci_last_regenerate|i:1682330838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc07ca38ec5adc10357d3555dd4051f872d534fc', '190.56.32.32', 1686187326, '__ci_last_regenerate|i:1686187326;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686148609\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686187323;register_id|s:3:\"259\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-07 08:58:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc08c80f739cde77e3c28473b40a0dddc4905fb0', '190.56.50.253', 1682794584, '__ci_last_regenerate|i:1682794584;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682794358;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc092320170c5cc696341dbb8a474d999a7cb437', '52.167.144.89', 1680964530, '__ci_last_regenerate|i:1680964530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0c82c2490985b16feb43cadb49785a78b3c434', '130.245.169.139', 1657878943, '__ci_last_regenerate|i:1657878942;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0d3b42c23624b178ce5923c15c2a0bf4b1b8c2', '51.222.253.19', 1675814982, '__ci_last_regenerate|i:1675814982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0d62ba9c0828075df83c954e7f0cf76f1f4a43', '114.119.137.180', 1686420039, '__ci_last_regenerate|i:1686420039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0dcade9fef46d11d44006dbb413328898634ab', '34.221.104.111', 1675256815, '__ci_last_regenerate|i:1675256815;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc0eb74b3c7fff833dd22123855f6de3dcdcbbab', '114.119.145.47', 1687575930, '__ci_last_regenerate|i:1687575930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc106b806924cc8ccbb5632f84f3b02af9931695', '52.167.144.90', 1680927709, '__ci_last_regenerate|i:1680927708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc1224d64de7bad6dd8c67d005952ca7f13abf4c', '157.55.39.105', 1676894942, '__ci_last_regenerate|i:1676894942;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc12675106575088726c6a64cf73b2e338be096d', '119.29.156.58', 1661833109, '__ci_last_regenerate|i:1661833109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc132e5542b1dbc381265d4a0ba2ac376fadbf3d', '207.46.13.210', 1686999481, '__ci_last_regenerate|i:1686999481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc142ba55c202de30c00aa5436b8d6ffa57ef4b5', '114.119.138.183', 1687614868, '__ci_last_regenerate|i:1687614868;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc143ac31ab1e6a49e5aff4dc5c0b4299dfeca72', '190.56.50.52', 1657721606, '__ci_last_regenerate|i:1657721606;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657715847\";last_ip|s:15:\"200.119.172.123\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657718335;register_id|s:2:\"42\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-12 08:51:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc1496c4fa429f83dd62084125802707f122853a', '190.56.32.35', 1671653473, '__ci_last_regenerate|i:1671653473;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671652973;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc14fa02bf9946b5a19309f248f46683f1c2d22e', '40.77.167.11', 1655990879, '__ci_last_regenerate|i:1655990868;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc15a58d7caea7a8574cb583228a60f2f4d8a594', '52.167.144.74', 1688182995, '__ci_last_regenerate|i:1688182995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc172ac09e69f406a66e15e4122c158461204f33', '17.121.115.220', 1651331111, '__ci_last_regenerate|i:1651331111;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc192f61c133662eca50366213a549eea5f2148e', '40.77.167.39', 1656074280, '__ci_last_regenerate|i:1656074270;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc1ad4a2f3bf99fd645c06a28bc998fbd52d00db', '190.56.173.213', 1683200967, '__ci_last_regenerate|i:1683200966;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683200967;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc1b8635c3ecde679fcc24d53bfe9a9c4744748b', '40.77.167.166', 1676224103, '__ci_last_regenerate|i:1676224103;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc1c3c5167ded43045206dc95328f33bf2769e3c', '66.249.79.197', 1684681028, '__ci_last_regenerate|i:1684681027;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 ('fc1e60e11bd2e3094b591d84915486e8a2d74475', '51.222.253.4', 1659730673, '__ci_last_regenerate|i:1659730673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc1e67bc7591e4a923f9c8fed98f2fe667c472d0', '52.167.144.164', 1685129224, '__ci_last_regenerate|i:1685129224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc20b717809010f0787e2f753bd3e05918ef27d8', '157.55.39.147', 1672132659, '__ci_last_regenerate|i:1672132659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2152c65bd968c51a7879263511960267da1ce1', '52.12.40.254', 1674394149, '__ci_last_regenerate|i:1674394149;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 ('fc219e4a86c3f5f20e5367f2266d934e5e0fefd7', '34.214.87.73', 1670766027, '__ci_last_regenerate|i:1670766027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc22bcc21402b5c934e9d396e8af199bb17fe19e', '52.167.144.171', 1684679648, '__ci_last_regenerate|i:1684679648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc22f62e4f898c560a58266e17be7433a1f12405', '40.77.167.202', 1687419145, '__ci_last_regenerate|i:1687419145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2585780fed9425b1512b8e1ba25335c82acb4c', '114.119.146.77', 1685736503, '__ci_last_regenerate|i:1685736503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc278a44aa565020f03a5549bae8e35d1fc48621', '52.167.144.162', 1687393074, '__ci_last_regenerate|i:1687393074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc27ee25baea4d2fbc21dd43b62893882f264a0d', '66.249.65.100', 1651306556, '__ci_last_regenerate|i:1651306555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2890e618e58fdf55ac23598e24af8a034bc133', '66.249.79.199', 1653998351, '__ci_last_regenerate|i:1653998351;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc290f9543990d9a828c767dc1ecc0976432f4d5', '114.119.158.138', 1686244020, '__ci_last_regenerate|i:1686244019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc29890ed9a11b2de310f30b1c4d130472723ea0', '40.77.167.146', 1687702722, '__ci_last_regenerate|i:1687702722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc298bc78da23fffad9933dd43716faf8e76676d', '52.167.144.171', 1685685206, '__ci_last_regenerate|i:1685685206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc29e1dcee6d6158876aeae8caad4917a971e3ac', '207.46.13.210', 1686999481, '__ci_last_regenerate|i:1686999481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc29f19589468785ef1a7928cd22d8cd6713de8c', '51.222.253.13', 1663144819, '__ci_last_regenerate|i:1663144819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2a941030d57f60b8fac4925733e79f75a6f6f2', '190.148.158.75', 1663251539, '__ci_last_regenerate|i:1663251539;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663177352\";last_ip|s:15:\"200.119.170.206\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663250937;register_id|s:3:\"105\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-14 09:30:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2b61e96be50f93ca10101e5fc247dc70078e3f', '200.119.173.87', 1662734602, '__ci_last_regenerate|i:1662734498;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662677602\";last_ip|s:15:\"200.119.174.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662734601;register_id|s:3:\"101\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-09 08:43:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2e4fac8cf612546277a7caea2658a8ac2c93ed', '130.245.169.139', 1657878945, '__ci_last_regenerate|i:1657878945;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2edf86db72ca8c232404176c1d845091898aef', '130.245.169.70', 1657360533, '__ci_last_regenerate|i:1657360532;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc2f33b55c64a76df1b3b8fa07e116ec509e4bcb', '51.222.253.6', 1664967436, '__ci_last_regenerate|i:1664967436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc30a6d19be0dd8c4c1581d83108c5ec03686a2c', '190.148.252.57', 1657823863, '__ci_last_regenerate|i:1657823863;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657635989\";last_ip|s:14:\"190.148.252.69\";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\";user_csrf|s:20:\"VrTUgAWj4kXHSs2OcR8l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc31750903f4cc5a101ea70e5caa1ce9f4991fae', '200.119.170.137', 1668631270, '__ci_last_regenerate|i:1668631270;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668630748;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc342df02ad82607bd1d62e553dfe34cada6408e', '52.167.144.98', 1684446393, '__ci_last_regenerate|i:1684446393;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc34f45d9b2a79ba73af4a0cba1707adefb31137', '40.77.167.202', 1687810737, '__ci_last_regenerate|i:1687810737;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc34f4c5b5190368fca88ca050863b28ae9a2d0b', '114.119.143.51', 1688321409, '__ci_last_regenerate|i:1688321409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc37b797b84f35618c2291f057b1bb961391745a', '157.55.39.217', 1683192213, '__ci_last_regenerate|i:1683192213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc383f7df0cc4ac9d78d61d62938476412376693', '200.119.168.250', 1681061991, '__ci_last_regenerate|i:1681061991;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681061944;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc38a6474ff9dd43bbfa0607132bd09462f32503', '114.119.155.233', 1688120520, '__ci_last_regenerate|i:1688120520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc3c5b48414e61cf56d2b7321ee566da36d8db08', '190.148.87.182', 1679937550, '__ci_last_regenerate|i:1679937549;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1678922942\";last_ip|s:14:\"190.148.157.98\";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 ('fc3da84eb13de4102ed73906bd6bf8fad2f2d705', '157.55.39.79', 1670806008, '__ci_last_regenerate|i:1670806008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc3ec2f4e2c6bbf7bf67628b36f1db3690569b68', '144.217.135.203', 1675113005, '__ci_last_regenerate|i:1675113004;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc3f621f272656bc4ca0bf174710c708da1a33e8', '157.55.39.253', 1681905172, '__ci_last_regenerate|i:1681905172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc40241b85f6350b1cbb1878cd254b38dadb49ad', '66.249.79.194', 1687881881, '__ci_last_regenerate|i:1687881880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc41bb6499d446f1976a36399a533691640b9686', '190.148.252.111', 1677853595, '__ci_last_regenerate|i:1677853595;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1677794754\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"ynt4ioxam0VewrUOPL3l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc420ff893efd3b3333485323ce767f504e389f2', '40.77.167.43', 1654005050, '__ci_last_regenerate|i:1654005040;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc458abd80be88755ceeed76316b22274f501a27', '190.56.50.200', 1654607110, '__ci_last_regenerate|i:1654607063;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654564535\";last_ip|s:15:\"200.119.170.200\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654607071;register_id|s:2:\"19\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-06 10:12:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc4c52dd4a50faa60a6cd1cf2a826cfa1a3ac707', '18.237.160.99', 1677677742, '__ci_last_regenerate|i:1677677742;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 ('fc4d53670415ec551071757bec05ca19bcc4ac19', '51.89.208.24', 1652621688, '__ci_last_regenerate|i:1652621687;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc500446fc9c505cdb1da761fa6fc4d417e16091', '200.119.172.96', 1675427782, '__ci_last_regenerate|i:1675427782;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675338608\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675427779;register_id|s:3:\"189\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-30 09:34:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc50a18755afd331d80c7b6757539eca41a1422b', '40.77.167.166', 1676753889, '__ci_last_regenerate|i:1676753889;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc540bd231077e82e2347ee9882a5da4134bdd79', '114.119.138.35', 1687632051, '__ci_last_regenerate|i:1687632045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc56b1f0b3f75c2ce2d43e8ca4c4d2a6afdf971f', '157.55.39.33', 1653074213, '__ci_last_regenerate|i:1653074213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc580d088e2f34ff4d3c8fd8dd6539bb51dfc9f2', '52.167.144.76', 1681477311, '__ci_last_regenerate|i:1681477311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc5ae47a64b62a55137c79f3387cfa81a4901f11', '114.119.150.248', 1687125323, '__ci_last_regenerate|i:1687125322;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc5b0b6b3f375702032a2b8f34131467fadf402c', '52.167.144.98', 1685468914, '__ci_last_regenerate|i:1685468914;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc5b6b7059c315f5c4d92f668ad79152120ad3af', '93.158.92.11', 1658679433, '__ci_last_regenerate|i:1658679433;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 ('fc5bb0c3145403066ca6591d794ae9650f01f85b', '51.222.253.4', 1658620192, '__ci_last_regenerate|i:1658620192;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 ('fc5ffcf65d1c3a6b8ed15b035e806a5a6c9802d8', '157.55.39.192', 1665132404, '__ci_last_regenerate|i:1665132403;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc60773d55fa86685d0072e3a3c0428853ae0005', '52.167.144.164', 1679366705, '__ci_last_regenerate|i:1679366705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc60fe8cdf26df8a0dc407f390e8e0ff2695547b', '190.56.173.213', 1683161597, '__ci_last_regenerate|i:1683161597;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683116709\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683161481;register_id|s:3:\"239\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-01 08:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc61a943a1322c840549a8bcbc51ba24982e39c3', '200.119.170.168', 1670694692, '__ci_last_regenerate|i:1670694692;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670623416\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670694689;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc61b3cfcf65d81dc2e102b63d59e637e4b57aa9', '40.77.167.115', 1681534368, '__ci_last_regenerate|i:1681534368;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc629a06d08f281851234f7490681c210090a87b', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc63cb4eaa997c168da0d4a3b1f078a7b2930cc0', '190.148.252.88', 1670888064, '__ci_last_regenerate|i:1670888064;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670844277\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670887428;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc661566d65425ee4841f4d2cfa2053d2e66c8f2', '51.222.253.4', 1678649837, '__ci_last_regenerate|i:1678649837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc66586d5112637e16fa7cbb396f5750fc25cd38', '207.46.13.236', 1653312333, '__ci_last_regenerate|i:1653312333;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 ('fc68f16b66385ac9a06c7f69f274299c3c76f93c', '190.148.252.111', 1678035758, '__ci_last_regenerate|i:1678035758;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678035756;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc6996f88ac4bce20e155b326d4dd4b19fa88850', '54.36.148.31', 1684710603, '__ci_last_regenerate|i:1684710603;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 ('fc6a7831f1926defc695078b40eaad1c5effc60d', '207.46.13.12', 1675198401, '__ci_last_regenerate|i:1675198401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc6b7256790c46a596c522c80609946e19e4bbf3', '173.249.31.237', 1659409119, '__ci_last_regenerate|i:1659409119;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 ('fc6c3f53e5465cf4fe87df61b46d5ba9af7a966d', '200.119.173.67', 1679333508, '__ci_last_regenerate|i:1679333508;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1679066929\";last_ip|s:14:\"190.148.157.98\";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\";user_csrf|s:20:\"n2wXBi0W5MS9PdV7pIA1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc6cb469719eeb41fbe74fde4d87df872405b37a', '190.148.158.151', 1677165221, '__ci_last_regenerate|i:1677165221;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677165153;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc6d9b5a30b5a8b5d06711171f6f7ec2d808bd1a', '40.77.167.123', 1683192143, '__ci_last_regenerate|i:1683192143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc6daaf679c1212546c5e822cadafec2b2c1cf74', '207.46.13.229', 1683067904, '__ci_last_regenerate|i:1683067904;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 ('fc6fc1fd3c9fa90c27f76d9cc99641b93b9d6ddf', '93.159.230.89', 1670389797, '__ci_last_regenerate|i:1670389797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc706c0e4018f35c1bec4ad6e9d1968a863da84e', '190.56.55.27', 1662322049, '__ci_last_regenerate|i:1662322016;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1662321833\";last_ip|s:12:\"190.56.55.27\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1662322048;register_id|s:2:\"94\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-01 18:43:46\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc739313ffc289c6b930e5e1de4c76e37f946c45', '207.46.13.41', 1670998405, '__ci_last_regenerate|i:1670998404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc75db957758075f4dcdaef70e3668e9e67d4062', '157.55.39.253', 1682187725, '__ci_last_regenerate|i:1682187725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc760ad4bdcf0de586b16dc64c9019e99cb28b73', '200.119.174.9', 1674326319, '__ci_last_regenerate|i:1674326319;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674246726\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674326192;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7631ebc05d6fb91dd057feb53e9a3f329d641a', '40.77.167.13', 1673077647, '__ci_last_regenerate|i:1673077647;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7695ab77a640048113b7e7f4da33c296730590', '52.167.144.43', 1683842374, '__ci_last_regenerate|i:1683842374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc76d1d8db4bea186ff51562d24d20070ef35440', '3.237.104.7', 1654168713, '__ci_last_regenerate|i:1654168713;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 ('fc774f917abd919014a36be80fa8940ce90eb549', '157.55.39.62', 1658988992, '__ci_last_regenerate|i:1658988992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7972e44341f254c0ae4b3c5a7e8cdfc4e232a8', '35.90.186.224', 1674480075, '__ci_last_regenerate|i:1674480075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc798581c2f5fca821ef51a50df5ed8300c37ec1', '72.13.62.27', 1681394111, '__ci_last_regenerate|i:1681394111;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 ('fc798fa8a3518fad248f4c55edcf0b1ec17a72dd', '190.148.252.111', 1678043483, '__ci_last_regenerate|i:1678043483;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677930278\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678043412;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7bdab7d6d06bf16e6e45bc99e466b148499212', '17.241.227.180', 1686613562, '__ci_last_regenerate|i:1686613562;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc82834f9a89148896dec60e3d5337220c1d0eb9', '5.188.62.140', 1653269675, '__ci_last_regenerate|i:1653269672;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc83ce4b7da97220a16197a74e4f3be81d41c3df', '40.77.167.227', 1681782956, '__ci_last_regenerate|i:1681782956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc84a3ef2ffbbc8570aa4f2b2ec3fe1177aa9d6a', '66.102.8.15', 1653025975, '__ci_last_regenerate|i:1653025975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc85d9371676c08eefcceb9aa73759640d20d8ad', '52.167.144.162', 1686577682, '__ci_last_regenerate|i:1686577682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc85e45001ef350c235351968b1b33d88e77b1f5', '200.119.174.187', 1667440241, '__ci_last_regenerate|i:1667440222;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667303536\";last_ip|s:15:\"190.148.252.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667440240;register_id|s:3:\"138\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-02 08:27:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc869ef33bb816a6ca7e92b5343c7077ec169753', '190.148.158.175', 1672159786, '__ci_last_regenerate|i:1672159786;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079946\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672159631;register_id|s:3:\"170\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-27 09:21:27\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc87cc04a53d713f0ccd1b54a43db5319476ea89', '114.119.137.180', 1684655894, '__ci_last_regenerate|i:1684655894;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8a4e49d45ae71c39f7dfa1bc64c19b76b54fa1', '190.148.87.51', 1676318491, '__ci_last_regenerate|i:1676318491;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676311625;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8a715804af4baffd6aeb94203bbefa7cc33768', '157.55.39.62', 1660466370, '__ci_last_regenerate|i:1660466370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8b9866a2cb6d6d851e984add475fd37164470f', '190.148.252.183', 1681320785, '__ci_last_regenerate|i:1681320785;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681300923\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681320674;register_id|s:3:\"227\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-12 09:48:56\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8ca34809a3d6593b2c8d07c1a2c3f7849b2663', '66.249.79.210', 1654782250, '__ci_last_regenerate|i:1654782250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8e006a02495c1e071dceeeb4ca948f15c870f8', '151.106.35.235', 1660936661, '__ci_last_regenerate|i:1660936661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8fb2c1ffac0113710d619c152cad315004db10', '190.148.252.161', 1669982959, '__ci_last_regenerate|i:1669982959;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669893688\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669982941;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc90276695d32b4e832093d631352d3fa8da108e', '114.119.136.100', 1688248386, '__ci_last_regenerate|i:1688248380;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc90a9252c2cac91dc0e77650614f7c458105261', '190.148.158.69', 1685999787, '__ci_last_regenerate|i:1685999787;requested_page|s:5:\"admin\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1685974918\";last_ip|s:14:\"190.148.158.69\";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\";user_csrf|s:20:\"rGiYtK52OhqWxaX1BdST\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc90bb55baa32bf7a9a653a79134faa5be6a4d6e', '114.119.142.207', 1688202442, '__ci_last_regenerate|i:1688202442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc912272ba895b6f56c2f72e57c92461218a9e12', '54.186.174.232', 1682984958, '__ci_last_regenerate|i:1682984958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc91f07d7ecd079b4264e025edcbcf2d0a19c37e', '54.36.148.40', 1680167085, '__ci_last_regenerate|i:1680167085;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 ('fc92ecacaefc87f03cc250317e2288d7b5035403', '190.56.54.129', 1653504716, '__ci_last_regenerate|i:1653504716;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653427887\";last_ip|s:13:\"190.56.54.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653498911;register_id|s:2:\"11\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-25 08:58:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc930d4d23f1487ecbe972f50b2ec766c914c865', '5.188.62.76', 1659601178, '__ci_last_regenerate|i:1659601173;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc97bb777ebea7eb89e9ced6c54a3c8ae0f8c10c', '51.255.62.1', 1680288323, '__ci_last_regenerate|i:1680288323;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc9a1ac33bab8b76275eca01cc9e151ac91d0cb8', '130.245.169.247', 1657277755, '__ci_last_regenerate|i:1657277754;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc9a8acf5568660bc50a7aaf212f1e8f1bb17626', '130.245.169.70', 1657360542, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc9d0d45849aa44c7eb573fefb4cc83aa0d54be6', '52.167.144.74', 1688395880, '__ci_last_regenerate|i:1688395880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc9d1a6ea32961f996f29ab45b7617176f350ff6', '40.77.167.225', 1680774694, '__ci_last_regenerate|i:1680774694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc9dbc71a3d5f66851e9b3d63b617fb121f1e099', '51.222.253.19', 1681551857, '__ci_last_regenerate|i:1681551857;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 ('fca0320e8886197319c344726ae9d773e6525c4d', '52.167.144.98', 1686573741, '__ci_last_regenerate|i:1686573741;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca117839d49ca32ae4fb8599d2c78035117900c', '190.56.48.81', 1666013141, '__ci_last_regenerate|i:1666013141;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666013092;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca12923f010e46d1032c230ba23365cea773367', '157.55.39.200', 1666508971, '__ci_last_regenerate|i:1666508971;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 ('fca200c416652bc8c452693066f912fceb097f79', '190.56.173.213', 1683592564, '__ci_last_regenerate|i:1683592564;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683546628\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683592562;register_id|s:3:\"242\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-08 09:09:25\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca58dacc1038c5dd9ed1b0bb91d6b4b30724fea', '93.159.230.89', 1662034206, '__ci_last_regenerate|i:1662034206;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca5f79048b6a5ff9333525003bb33c4d311f1fd', '200.119.174.30', 1667522047, '__ci_last_regenerate|i:1667522047;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667389595\";last_ip|s:15:\"190.148.158.164\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667522043;register_id|s:3:\"139\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-03 08:28:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca612079d948a699eed543bc078aed83e7478e6', '34.221.171.43', 1688169182, '__ci_last_regenerate|i:1688169182;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 ('fca66f820988b61e139a838feb8342d735288b75', '207.46.13.217', 1684177782, '__ci_last_regenerate|i:1684177782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca8cdd648a2e0a4b94b2fae624a6913433c20a1', '157.55.39.112', 1667468358, '__ci_last_regenerate|i:1667468358;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcaa1d87a957b02b663a9e552c0d3f6d71a0f7a4', '157.55.39.79', 1669998546, '__ci_last_regenerate|i:1669998546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcab9298b200d7ffe9fbc48b57fceca368b412f6', '50.21.188.2', 1663642576, '__ci_last_regenerate|i:1663642575;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcad786d8d7a2a064c29adc8fa6c7a71de15169f', '207.46.13.12', 1675851918, '__ci_last_regenerate|i:1675851918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb04fd2571f9324049132e724c0633ec258a4a2', '157.55.39.176', 1667101879, '__ci_last_regenerate|i:1667101869;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb079877c18cd1aec1df723a6789a32789a11d8', '207.46.13.1', 1671136471, '__ci_last_regenerate|i:1671136471;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb37705293b4908c0525bd69b7e0fd80472e6cd', '52.167.144.61', 1688113975, '__ci_last_regenerate|i:1688113975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb3e53624b49b38fc67b563e8f762a4c9231f09', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb51e55c6e606a664416f7a3098447f068d3b0e', '114.119.148.1', 1685879304, '__ci_last_regenerate|i:1685879304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb8109035626e7b27a395ed714e421ce2178d90', '114.119.145.194', 1688065516, '__ci_last_regenerate|i:1688065516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcba82be936c308a73ce65ae6f875c5e3ef450d2', '17.121.115.27', 1661675140, '__ci_last_regenerate|i:1661675140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcbd2afb16e998753d462add6e01a4dc418f1b42', '17.121.112.198', 1654529494, '__ci_last_regenerate|i:1654529494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcbe92baa1604b7757795e36591b3004a4053d6d', '200.119.172.60', 1674825237, '__ci_last_regenerate|i:1674825237;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674732509\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674824690;register_id|s:3:\"187\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-26 08:29:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc012832d58337c5a68a0a3923afcdc033bc2fc', '190.148.252.177', 1674074325, '__ci_last_regenerate|i:1674074325;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1674061174\";last_ip|s:15:\"190.148.252.177\";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 ('fcc03e48399748709107888de3b743e977b1dd5a', '52.167.144.63', 1687116081, '__ci_last_regenerate|i:1687116081;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc0997815ad2ba507c44e8560de78d2b6483cae', '40.77.167.13', 1672812011, '__ci_last_regenerate|i:1672812011;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc4e82389c1edfdbeb249b7d4f724b05daa39eb', '114.119.144.15', 1685353576, '__ci_last_regenerate|i:1685353575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc4f664c3fc3145452407bee278b4a01220265a', '200.119.172.96', 1675465559, '__ci_last_regenerate|i:1675465395;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1675438662\";last_ip|s:14:\"200.119.172.96\";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\";user_csrf|s:20:\"JOeQjBkc3NnXVmz245aq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc634bf4bb59edc96846b6bd85b32750eb1356e', '190.148.252.195', 1653772554, '__ci_last_regenerate|i:1653772554;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653749821\";last_ip|s:15:\"190.148.252.195\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653772545;register_id|s:2:\"13\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-27 08:21:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc69d9dd97c1d783e95a54e27128f1287a74f16', '157.55.39.51', 1668935052, '__ci_last_regenerate|i:1668935052;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc7fdcd28d07ddd916fb7015f9a6d2744deb3b4', '74.208.2.188', 1665904588, '__ci_last_regenerate|i:1665904588;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc90885d1bbc1218dc29e2e0c502e23b3042df8', '40.77.167.224', 1687450613, '__ci_last_regenerate|i:1687450613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc98212cf5c3196b7b3f617fc7b30158d4d73a9', '175.196.127.111', 1650791339, '__ci_last_regenerate|i:1650791339;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fccb2ad54be455e29830dbe87887407503e7581d', '40.77.167.123', 1684025459, '__ci_last_regenerate|i:1684025459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fccca2dd26bcd888e80cc0b919145e90daee8a64', '40.77.167.100', 1672928149, '__ci_last_regenerate|i:1672928149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fccf731803a9796f408ee51c3c8916c7e5e5c1bc', '51.222.253.11', 1687060958, '__ci_last_regenerate|i:1687060958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd08c12fa39520f708a7b96dfcf74dc84f4367e', '52.167.144.98', 1686407212, '__ci_last_regenerate|i:1686407212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd0dea5607c87afa7c19e1c6e2224d6a446dac5', '190.56.32.243', 1684708659, '__ci_last_regenerate|i:1684708659;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684581837\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684708647;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd1b7915dbea94ad4fb269aaebec5ae17e46e06', '51.222.253.12', 1687877968, '__ci_last_regenerate|i:1687877968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd268b40dc42dceec207d5ce448a83075fb8efe', '114.119.136.243', 1686314487, '__ci_last_regenerate|i:1686314487;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd2d8df57d4566cde97b63708e0b29da265f9c9', '40.77.167.191', 1681663298, '__ci_last_regenerate|i:1681663298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd43529f5bc460ab9e618835d5ac36d214d2271', '40.77.167.181', 1679961171, '__ci_last_regenerate|i:1679961171;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd49ec4f11625773f116a5e9bf8ccec9e76fc2f', '130.245.169.70', 1657360541, '__ci_last_regenerate|i:1657360541;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd545e24a48b80e447045217a0e960c7836a1a3', '190.148.252.151', 1671387299, '__ci_last_regenerate|i:1671387299;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671297732\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671385628;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd5489021374d0720584fa9a5183be7086196c2', '66.249.65.97', 1651343955, '__ci_last_regenerate|i:1651343955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd5fd86cc5cc84f152214ff29d5a633be9de2c2', '193.235.141.164', 1681114553, '__ci_last_regenerate|i:1681114553;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcd73f7f0db12518da3c5f552284215fe19312cb', '146.148.68.183', 1664132408, '__ci_last_regenerate|i:1664132408;error|s:145:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://manuelitogt.com/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 ('fcd8d2a82ee90fbf977230117bdfc4fb04046bdd', '200.119.170.209', 1656685321, '__ci_last_regenerate|i:1656685321;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656636165\";last_ip|s:14:\"190.148.252.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656685284;register_id|s:2:\"35\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-29 08:51:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcdb7279dd18f9a5047dc3aec91512d72e8f3306', '190.148.252.233', 1668796794, '__ci_last_regenerate|i:1668796794;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668791298;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcdd83814d7dd9fb48cfef5ea8959881f953f661', '17.121.112.17', 1655931489, '__ci_last_regenerate|i:1655931489;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 ('fce0614805e13a4fdac5c6f33eb6392ea5f40a51', '200.119.173.96', 1687189034, '__ci_last_regenerate|i:1687189034;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687187697;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce1684b4620f604e125f5e704b86cc7a8fff0c6', '190.148.157.183', 1680199667, '__ci_last_regenerate|i:1680199667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680105480\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680199639;register_id|s:3:\"220\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-27 08:45:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce1abd631ed73068903362cc423b3c515a5dd4e', '114.119.152.233', 1688326028, '__ci_last_regenerate|i:1688326028;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce2b793d21b5ebd4e4057063143866cea921b95', '207.46.13.41', 1671424285, '__ci_last_regenerate|i:1671424285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce2f52ec3940f7a1f99aff0ebe7870f7d3935f5', '68.183.75.40', 1657274126, '__ci_last_regenerate|i:1657274126;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 ('fce34e77bb9c3e531b5ee4f7bb56691277c719f8', '157.55.39.51', 1668367049, '__ci_last_regenerate|i:1668367049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce41700642174b4358fc6d4231075873a44ae8f', '40.77.167.222', 1681398683, '__ci_last_regenerate|i:1681398683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce51998491a740e1dba642e74523c3214b7e9b7', '207.46.13.51', 1663160946, '__ci_last_regenerate|i:1663160946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce5e1e389ee91240418b1fafa9bf9605fb5d288', '190.148.252.161', 1670091038, '__ci_last_regenerate|i:1670091038;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670091016;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fce8d41da3c74ace41ba996b0f5095ee545dcf56', '190.148.158.69', 1685494650, '__ci_last_regenerate|i:1685494650;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685360204\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685493793;register_id|s:3:\"254\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-30 08:20:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcea4caee57ab531234f3e2b667b84e7dcdfb55b', '207.46.13.12', 1675150306, '__ci_last_regenerate|i:1675150306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fceb86020361d7a4134a8f31d3ab66c7a3386c97', '190.56.173.251', 1651873662, '__ci_last_regenerate|i:1651873662;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcec31d0a940c4043e006c4be15a884604158a7a', '157.55.39.64', 1674296600, '__ci_last_regenerate|i:1674296600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcec3882fc2bef795ca3c4f5b7b78c346ebd8990', '130.245.169.70', 1657360538, '__ci_last_regenerate|i:1657360537;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcec3a8d6c17ba14ddfa9227ab4f29674f1aac76', '190.148.252.56', 1663968769, '__ci_last_regenerate|i:1663968769;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663863578\";last_ip|s:14:\"190.148.252.56\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663968723;register_id|s:3:\"111\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-23 09:29:21\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcec9a5a185d70d1547269329998f169639613c7', '207.46.13.11', 1668834390, '__ci_last_regenerate|i:1668834390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcecc70a2eb3bf1f7d15fb71db3799ccc4bf120f', '190.148.252.111', 1678125514, '__ci_last_regenerate|i:1678125415;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1678112014\";last_ip|s:15:\"190.148.252.111\";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\";user_csrf|s:20:\"cGreMOSihL25bI1fPF6g\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcee6b63ab8e6b6e8607aa6154f172828ca5bcc8', '17.121.112.209', 1651506056, '__ci_last_regenerate|i:1651506056;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcef15d563d243a8ae383efe61ebff4078e53a46', '190.148.252.233', 1668784498, '__ci_last_regenerate|i:1668784498;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668774150\";last_ip|s:14:\"190.148.157.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668784493;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcef2739ad69be828cf2d5fecf506fa18e5ad5e1', '52.167.144.63', 1686934738, '__ci_last_regenerate|i:1686934738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcef70240cac26af861d88ab7aecc36ed69f6a57', '45.173.219.69', 1688425109, '__ci_last_regenerate|i:1688424937;requested_page|s:5:\"admin\";identity|s:7:\"soporte\";username|s:7:\"soporte\";email|s:24:\"misgananciasgt@gmail.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1682533581\";last_ip|s:15:\"190.122.185.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688424993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf1e12aad11b8e5df1c49f92d4f633e9d6f62b0', '190.148.252.161', 1669928641, '__ci_last_regenerate|i:1669928641;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669807300\";last_ip|s:15:\"200.119.169.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669928632;register_id|s:3:\"156\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-01 08:34:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf207ee5f014e3eae39c50f4f9a0fde49176d55', '40.77.167.169', 1675459035, '__ci_last_regenerate|i:1675459035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf3803c6e27dfe69dc1cf89d1a864217ec02a4f', '207.46.13.11', 1669577856, '__ci_last_regenerate|i:1669577856;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf495ba980c6332b7a40123f495e963dcf73c0e', '130.245.169.247', 1657277750, '__ci_last_regenerate|i:1657277748;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf607f9925ce6d8f3aaa2bbfef19a69205e652f', '200.119.173.107', 1686866486, '__ci_last_regenerate|i:1686866486;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686839998\";last_ip|s:15:\"200.119.173.107\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686866474;register_id|s:3:\"263\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-15 08:58:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcf701cadb4b01d70d7b1307d14e7d7b998d9126', '157.55.39.69', 1671818656, '__ci_last_regenerate|i:1671818656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcfb11b6e1eb40cc536739628d17ae6ea0f51b3b', '206.189.156.199', 1652215788, '__ci_last_regenerate|i:1652215785;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 ('fcfcf099da7fce1a274e4adc4f4c5ab678b1f438', '51.222.253.12', 1672045076, '__ci_last_regenerate|i:1672045075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcfdd343600796870f01bc03f820e3104b1b1e68', '54.36.148.23', 1685772196, '__ci_last_regenerate|i:1685772196;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 ('fcfe4d608793fba2e3d8d45fd0f408bd7ee0b043', '200.119.169.44', 1663694666, '__ci_last_regenerate|i:1663694664;requested_page|s:13:\"admin/welcome\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663683810\";last_ip|s:12:\"190.148.87.1\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663694665;register_id|s:3:\"108\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-16 08:32:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcfe8acfddc4c707deb635be71ea1cff7f9224e4', '54.39.243.183', 1687689220, '__ci_last_regenerate|i:1687689219;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd019f772c597b636dbd0985ffbe76206cbd970a', '200.119.169.44', 1663771524, '__ci_last_regenerate|i:1663771524;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd043cfc9661c08cd1a6bbf2455111a466309872', '40.77.167.191', 1682067568, '__ci_last_regenerate|i:1682067568;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd05916449831cbe6e2a96333fd89ac5640721e5', '200.119.170.158', 1661346230, '__ci_last_regenerate|i:1661346230;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661297969\";last_ip|s:15:\"200.119.170.158\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661346130;register_id|s:2:\"82\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-23 13:32:59\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd07ce088f32e1a77494262345372df8cd3d95fd', '40.77.167.192', 1681445491, '__ci_last_regenerate|i:1681445491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0a45be4854b4ec495fdfce7ab5073534fc5dde', '200.119.172.60', 1674857894, '__ci_last_regenerate|i:1674857894;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674857890;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0bc14b787e736ca4900787cab867afcb6a5324', '35.89.123.24', 1682813525, '__ci_last_regenerate|i:1682813525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0c92106b4fd628062e6c61a7ab6503df8e2606', '114.119.167.129', 1687673437, '__ci_last_regenerate|i:1687673437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0d7dda39a46eba3f03cd149856a819e5c1a96e', '157.55.39.69', 1671972146, '__ci_last_regenerate|i:1671972146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0e3fdfcf92f0f76a0090e4ecc55c7efaf98c48', '114.119.151.251', 1685361187, '__ci_last_regenerate|i:1685361187;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0e9ed76cdf33ba5dd2374f6aa288e61d9cc69f', '157.55.39.131', 1662655006, '__ci_last_regenerate|i:1662655006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0eec8090244c55df74db657ff88ff0c45de769', '157.55.39.90', 1662608226, '__ci_last_regenerate|i:1662608225;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0f10a39812547e2bd033f973d7fa270d5b2e81', '17.121.112.190', 1658529165, '__ci_last_regenerate|i:1658529164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0f71e46cba3aeeec492ee8b3b40ead9c5d5c41', '190.56.32.35', 1672056012, '__ci_last_regenerate|i:1672056012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671972866\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672056004;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0feb58b4b3548de0a8bc975471bd45827cb0d0', '40.77.167.182', 1683498490, '__ci_last_regenerate|i:1683498490;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd11c646ea5c29dbfdefd12d2a9bb129f998229c', '101.251.204.98', 1673369917, '__ci_last_regenerate|i:1673369917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd14336e8d2842f996cd5227c295d05fc998cd3f', '190.148.252.112', 1667831647, '__ci_last_regenerate|i:1667831647;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667603892\";last_ip|s:11:\"190.56.50.6\";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\";user_csrf|s:20:\"25HpiyA73GcmrqBOXn6Y\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd14d6861c1f7f623602f408d539612614a9ae0d', '40.77.167.202', 1687653153, '__ci_last_regenerate|i:1687653152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd1628fa90e32959dc8318878d6cb1a45735170d', '114.119.138.194', 1685536201, '__ci_last_regenerate|i:1685536201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd188943aae4e65a160c454c09cadb010770a46a', '190.56.173.213', 1683546612, '__ci_last_regenerate|i:1683546602;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683372699\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683546611;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd18dae6cc75f777b9a809cd401fdaefc57c37b3', '200.119.168.250', 1681083198, '__ci_last_regenerate|i:1681083198;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681040353\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681083161;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd1afd3264f6f9a8ee3b1c582e1ba697d43a1f64', '114.119.156.9', 1688221139, '__ci_last_regenerate|i:1688221139;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd1c66f0abe1246bedd9b1aff381e44858a5fe58', '40.77.167.49', 1667228766, '__ci_last_regenerate|i:1667228765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd1ca6dfc6e946363b4287124e23777615e7bf0b', '190.148.158.69', 1685619678, '__ci_last_regenerate|i:1685619678;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685543722\";last_ip|s:14:\"190.148.158.69\";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:\"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 ('fd20012ca0d36e7ffec37d0bb440232920ba8eee', '114.119.136.24', 1685436607, '__ci_last_regenerate|i:1685436607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2008baf57eece0a551e2a9c05b8d11254adfff', '52.167.144.171', 1684944174, '__ci_last_regenerate|i:1684944174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd23ed564fe512e1b0435adfd27b9ac5bce87921', '190.148.158.69', 1685927026, '__ci_last_regenerate|i:1685927026;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685926979;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2517469740520d9cd7dded345a6a6d8712a5d2', '157.55.39.173', 1669167958, '__ci_last_regenerate|i:1669167958;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd27b02486d75ffdbaaeca45df44788c6f782330', '190.148.252.96', 1673041893, '__ci_last_regenerate|i:1673041701;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1673026520\";last_ip|s:14:\"190.148.252.96\";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\";user_csrf|s:20:\"hkp4gU2NHQlVOizrE9tC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2943cf2a07b20b85c44bbdf86f49946340aac6', '114.119.162.58', 1688281196, '__ci_last_regenerate|i:1688281196;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2a0c0cadb8b11147a3ff8f93695714ee334e7c', '190.148.87.6', 1668453661, '__ci_last_regenerate|i:1668453661;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668341244\";last_ip|s:12:\"190.148.87.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668453656;register_id|s:3:\"145\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-14 08:31:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2bde1325b44641b12e07c4c28a8de5651fc8e8', '52.167.144.98', 1686209046, '__ci_last_regenerate|i:1686209046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2f3974438c00c93d77b632af7ae00aef504c44', '35.165.215.76', 1655639517, '__ci_last_regenerate|i:1655639517;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd305edca5a4ddf48dae1081e390606d646ab50e', '35.171.144.152', 1686379067, '__ci_last_regenerate|i:1686379067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd32a1059c0b210369ae91bb91b2ab853284a9dd', '114.119.159.15', 1686606569, '__ci_last_regenerate|i:1686606569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd338150dfa5dcc8187fcbe78d061d07af73c4b5', '200.119.173.130', 1676039029, '__ci_last_regenerate|i:1676039029;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675953588\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676038522;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd34f3b47888fbeac6d263197260b82e34e590b9', '200.119.170.16', 1666819712, '__ci_last_regenerate|i:1666819712;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666699395\";last_ip|s:15:\"200.119.170.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666819561;register_id|s:3:\"133\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-26 09:06:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd37e0be8a8e714c544427519851d41155260a75', '190.148.158.23', 1687219440, '__ci_last_regenerate|i:1687219440;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687174158\";last_ip|s:14:\"200.119.173.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687219421;register_id|s:3:\"265\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-19 09:38:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd386001e43e3c050516cf3676983b173f2c4608', '52.167.144.171', 1685051677, '__ci_last_regenerate|i:1685051677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd388856c8659cbfa13748597f7510062ee5ed87', '190.148.252.111', 1678154213, '__ci_last_regenerate|i:1678154213;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678103472\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678154213;register_id|s:3:\"207\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-06 08:36:11\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd38f584e75dc759d4f2a33243693adf68d7aba6', '190.148.157.214', 1669726946, '__ci_last_regenerate|i:1669726946;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669726839;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd394c10bc38d074ec22dd5ebf3b4f04245aafb1', '18.236.249.20', 1662383300, '__ci_last_regenerate|i:1662383300;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 ('fd3afbac78095f412580dc8b4dc75cd3b5026075', '52.167.144.162', 1682115254, '__ci_last_regenerate|i:1682115254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3bd843ee523872a34098d76e0f0f4144636984', '190.148.157.98', 1679247287, '__ci_last_regenerate|i:1679247287;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679139691\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679245863;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3cf65c5108d2260e6340a83c494e8e8c8bce8b', '200.119.169.55', 1667261778, '__ci_last_regenerate|i:1667261778;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667216903\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667261769;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3da5e69210f4ae24e7b9b9cf759211aa369246', '52.167.144.63', 1687085269, '__ci_last_regenerate|i:1687085269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3f1e51390a15d9fc3f6d3c672284ddc46f8e10', '52.167.144.98', 1685761858, '__ci_last_regenerate|i:1685761858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3f4500bc8746c0673289590fcd050c232b510e', '17.121.113.155', 1670889017, '__ci_last_regenerate|i:1670889017;requested_page|s:33:\"category/grupo-asesor-empresarial\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd426657aa656bc657d2069dd3128fe7816fc3fd', '17.121.112.107', 1661140276, '__ci_last_regenerate|i:1661140276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd42a21503ca75af936a3fd6b550ce4d7f7712e9', '54.36.148.3', 1687308492, '__ci_last_regenerate|i:1687308492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd438a99d1d17bb96b07d823c029003ac6de000d', '207.46.13.160', 1665013796, '__ci_last_regenerate|i:1665013796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd4688fe1cfe973f882b2ab59d11dda9b846a9b3', '51.222.253.14', 1685011877, '__ci_last_regenerate|i:1685011877;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd472147e5e7fef88bd5227fcfb83c9868e96ae7', '40.77.167.133', 1684157951, '__ci_last_regenerate|i:1684157951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd4a63c49f4e2985b4a315415acde01f8c0709bf', '35.88.111.143', 1670333465, '__ci_last_regenerate|i:1670333465;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 ('fd4b6ae84b6c342215e5459758d87c9e5216c374', '200.119.174.9', 1674403418, '__ci_last_regenerate|i:1674403418;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674403399;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd4ddf042bb6cec68abcc02fcb87a7223c5634bc', '66.102.8.81', 1667453264, '__ci_last_regenerate|i:1667453264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd4ec825fa3be4de5559f5cb39877554d28ebe36', '52.167.144.76', 1681586993, '__ci_last_regenerate|i:1681586993;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd501af5c42574e5bdb2938fbd420216b8f4b5c7', '52.167.144.164', 1686177912, '__ci_last_regenerate|i:1686177912;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd51560458fe12e8db1201204d3feedc1670013f', '114.119.133.237', 1687823542, '__ci_last_regenerate|i:1687823542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5209930428dd0c42808f530c23e895081657d5', '157.55.39.148', 1671815575, '__ci_last_regenerate|i:1671815575;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd562b289cb3984ca0d7a63c7db19f2c8085069b', '207.46.13.205', 1671347493, '__ci_last_regenerate|i:1671347493;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd59af71269328dd8086296362480df90865f353', '114.119.159.254', 1687088369, '__ci_last_regenerate|i:1687088369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd59c9025390a580c514c560dfed31c70a4ac996', '200.119.168.250', 1680981964, '__ci_last_regenerate|i:1680981964;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680912523\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680980990;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5c74b2b747beaab60ef33c098872cfe847f1a2', '51.222.253.15', 1673404263, '__ci_last_regenerate|i:1673404263;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 ('fd5ce8c3fd48c262c6f02e474002f8de8181f96e', '66.249.79.195', 1688572059, '__ci_last_regenerate|i:1688572059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5d39f5909eb3a6bb3b0f44a48d7fdf2a3cece6', '190.56.173.175', 1652991937, '__ci_last_regenerate|i:1652991937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5d55811c2055dcc3fc97d69ac82532d6315e19', '190.148.157.242', 1687017395, '__ci_last_regenerate|i:1687017395;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686941817\";last_ip|s:11:\"190.56.50.6\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687017377;register_id|s:3:\"264\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-16 08:13:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5e77658e27dd59703e0e0ced1695fc3efda5ad', '190.148.87.6', 1668206966, '__ci_last_regenerate|i:1668206966;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668178010\";last_ip|s:12:\"190.148.87.6\";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 ('fd5fd7eadad3b69da531529c49b007b79c136fd9', '114.119.131.248', 1688483843, '__ci_last_regenerate|i:1688483843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd62cb78d7845fe184ec8baae16284b1c37bda2e', '51.222.253.1', 1659039286, '__ci_last_regenerate|i:1659039286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd62f92819275b08ea4508a15b4f948c6b2d2d0d', '52.167.144.171', 1685110197, '__ci_last_regenerate|i:1685110197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd63297c9910098d5ab51aa6610fc64af2d8e860', '190.148.158.151', 1677502009, '__ci_last_regenerate|i:1677502009;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677411775\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677501628;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd65d82171859175d04696b7e0215fa7cbe01b87', '190.56.54.156', 1665349538, '__ci_last_regenerate|i:1665349538;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665228047\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665349229;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6692e509b7f8e4963294e79e1df1a92f2c3740', '40.77.167.43', 1659232197, '__ci_last_regenerate|i:1659232186;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd67129f8cdeedd15c7b1709bb1ec41df3a2558e', '207.46.13.199', 1660362048, '__ci_last_regenerate|i:1660362048;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd69727aa046abd93c608e30ac36e221d1cdbafb', '157.55.39.213', 1681434909, '__ci_last_regenerate|i:1681434909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6a5e34d30ee84dc94a29949fb64fbca9096d66', '157.55.39.80', 1670689229, '__ci_last_regenerate|i:1670689229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6abf7290150081d89e909deb8f84d8e876f5db', '200.119.168.250', 1681136849, '__ci_last_regenerate|i:1681136849;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1680991691\";last_ip|s:15:\"190.148.158.145\";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\";user_csrf|s:20:\"hn531r8ScwodYP9M4yAO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6aedc5c494e60d60a5f2d9a9caecbfd4a78142', '52.167.144.164', 1685649687, '__ci_last_regenerate|i:1685649687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6af549b5574cdac176bd549f51816d1ef6009a', '190.148.158.175', 1672622701, '__ci_last_regenerate|i:1672622701;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672486477\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672621458;register_id|s:3:\"173\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-30 08:18:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6c6c9b564ee420254a94eddfa012c89ed30816', '40.77.167.35', 1661887547, '__ci_last_regenerate|i:1661887546;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6c9625b53b0103050f8a43a13745bc1a196099', '66.249.79.196', 1687944752, '__ci_last_regenerate|i:1687944752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6e539c0e49d8c61bc865e78b6eea26e2c7e4e0', '54.200.53.244', 1656339763, '__ci_last_regenerate|i:1656339763;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd6fb63f093f8ae233e9eb005b70179f85e7dba6', '40.77.167.37', 1669577866, '__ci_last_regenerate|i:1669577866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd77cac002a221da027ed086b21bdba80888f2a4', '52.167.144.164', 1685974244, '__ci_last_regenerate|i:1685974244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd77d8db4d3e6d5e18350c029f03186446550b10', '114.119.131.192', 1685394955, '__ci_last_regenerate|i:1685394955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd785ac782b131e3c3a56e78dd15aa5b24ac8a8d', '190.148.252.88', 1670862927, '__ci_last_regenerate|i:1670862927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670862879;register_id|s:3:\"161\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-12 08:30:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7ae8e40387e937cae0accb9296c70c6f6f73ea', '190.148.158.151', 1677161626, '__ci_last_regenerate|i:1677161626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677160402;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7b4e723f87c18997a87871dfa2a82d745bc493', '190.148.252.73', 1664817671, '__ci_last_regenerate|i:1664817671;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664629986\";last_ip|s:15:\"190.148.252.115\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664817660;register_id|s:3:\"116\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-03 10:53:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7c90572e6234ecb63dcc47df6381d773e6b6f9', '190.148.157.53', 1683674012, '__ci_last_regenerate|i:1683674012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683557144\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683673955;register_id|s:3:\"243\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-09 08:33:15\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7cf9ab79b0a9a7404425c93447f09796f210c6', '190.56.54.156', 1665276051, '__ci_last_regenerate|i:1665276051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665179855\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665275985;register_id|s:3:\"121\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-07 09:24:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7d9799d6a22cb09aebed62884e43b86cbeafb7', '190.148.158.69', 1685968656, '__ci_last_regenerate|i:1685968656;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877654\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685968634;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd7e78b770a9ebb7a2f63db420e753972bb53dd1', '157.55.39.25', 1663400315, '__ci_last_regenerate|i:1663400315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd829e0c1b9a126c14ad8745b62d66221ad4d451', '212.102.33.170', 1681592110, '__ci_last_regenerate|i:1681592110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd84c4d273357ccab174aa1e70c7c4e8c7a0ed54', '35.89.163.156', 1660310794, '__ci_last_regenerate|i:1660310794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8668249d302f9bd479e91668ebd3e9d7a02f1f', '52.167.144.164', 1686692121, '__ci_last_regenerate|i:1686692121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd86bc4821cc83d2c0ae720ad580f9b7720ad394', '52.167.144.70', 1688406016, '__ci_last_regenerate|i:1688406016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd89926e8cfc2490a06850cec9d3898cbb15d895', '190.56.173.175', 1653097825, '__ci_last_regenerate|i:1653097825;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653064053\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653096833;register_id|s:1:\"8\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-20 19:12:30\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd89b3b32d776035aff9b18c785111cba8820167', '40.77.167.161', 1675296982, '__ci_last_regenerate|i:1675296982;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8a43a18c3db521b9b79003ac2e36c81fbaa2aa', '207.46.13.17', 1673912122, '__ci_last_regenerate|i:1673912122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8ba897244d40ba20ddc9bc235b38912aab7c75', '52.167.144.43', 1683864136, '__ci_last_regenerate|i:1683864136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8d195a26b1d1810d6d12f0f4a6a34be66c201d', '157.55.39.102', 1658496446, '__ci_last_regenerate|i:1658496436;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8dbe405c841fdb13e9f52e44511bf46d50db48', '157.55.39.253', 1682183295, '__ci_last_regenerate|i:1682183295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8f08c026160f90a093440234efaa1908ec3765', '52.167.144.73', 1679548291, '__ci_last_regenerate|i:1679548291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd90da748d085569c3156f0f6682e16213a1f43f', '111.7.100.25', 1650976303, '__ci_last_regenerate|i:1650976294;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd90fed997f64045b2a98c55160c64330ad4bf64', '157.55.39.149', 1652941587, '__ci_last_regenerate|i:1652941587;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 ('fd9171647fd17222067914a7abdf4c229c4cf9fe', '52.167.144.164', 1679044280, '__ci_last_regenerate|i:1679044280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd931e00bd16c825cd7683b37441c4d69ec9f354', '114.107.225.150', 1679328053, '__ci_last_regenerate|i:1679328053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd936a13e27fea7f76ec5cce55564c36ab465d04', '200.119.172.95', 1659716801, '__ci_last_regenerate|i:1659711465;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659703889\";last_ip|s:12:\"190.56.50.50\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659713014;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd99f665c8855ca3e613a5fc64472d2a755f6989', '200.119.173.137', 1661878505, '__ci_last_regenerate|i:1661878505;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1661822071\";last_ip|s:13:\"190.56.50.120\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1661877174;register_id|s:2:\"89\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-30 08:40:19\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd9ae4d833f1a94eab69f8de061a40e727ef3a90', '17.121.112.186', 1660702817, '__ci_last_regenerate|i:1660702817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd9cf779dd1494f36a580d14311f61f82647ff50', '52.167.144.30', 1677395608, '__ci_last_regenerate|i:1677395608;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda1e41c20ba5d36efd22f7eee57e4ad8289a70d', '190.56.50.15', 1667153355, '__ci_last_regenerate|i:1667153355;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667044687\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667153342;register_id|s:3:\"135\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-28 08:23:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda214e6366030d88e05560addea108a988205ff', '40.77.167.182', 1683192159, '__ci_last_regenerate|i:1683192159;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda30c4d13a45668210706749058cead9b92f51a', '200.119.171.24', 1665933639, '__ci_last_regenerate|i:1665933639;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665835163\";last_ip|s:13:\"190.56.49.237\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665933394;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda428a4d616d90217b3fb4d83b5ee57553b6fe4', '190.148.158.69', 1685924679, '__ci_last_regenerate|i:1685924679;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685877238\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685924673;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda43e5e1a2889c4da4d07aa416e9f590a783a92', '190.148.157.177', 1682184540, '__ci_last_regenerate|i:1682184540;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682184346;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda73a5e525b039caa6bc61c48abcb7f18ab6848', '40.77.167.37', 1669742814, '__ci_last_regenerate|i:1669742813;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda768cda1db12a9803d991be5c1846c8133e88c', '52.167.144.162', 1686069799, '__ci_last_regenerate|i:1686069799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fda85afc0310f127cbe95f01f2c2cf93a9e5ba0f', '190.148.158.231', 1688565931, '__ci_last_regenerate|i:1688565722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdab6be3698a4bddb5dff092265e2b872848412a', '175.196.127.111', 1650791334, '__ci_last_regenerate|i:1650791334;requested_page|s:13:\"cart/checkout\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdac0cc62e8b1bce3a42ba1a1786181a5c4098ef', '52.167.144.171', 1685051678, '__ci_last_regenerate|i:1685051678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdad3859fb008c1f6b7cbf9d4da1b235980836b8', '52.167.144.98', 1685345899, '__ci_last_regenerate|i:1685345899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb04aaff6130bf40b2155f42bc211bacf8c56f5', '190.56.32.35', 1671893062, '__ci_last_regenerate|i:1671893062;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671892651;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb1502e3c142b222fe6adfec5619a7123f512da', '52.167.144.70', 1688459897, '__ci_last_regenerate|i:1688459897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb1cfd5efb4474fc690d9c0d69ead93ba048786', '114.119.142.236', 1685043120, '__ci_last_regenerate|i:1685043120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb4ff7e3c6ecb7384b2f467383c43628597a429', '190.148.157.98', 1679180626, '__ci_last_regenerate|i:1679180626;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679180619;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb701579f1109a5bd41f43fbe5367de08dd4589', '190.56.50.253', 1682625044, '__ci_last_regenerate|i:1682625044;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682625039;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb7e197af7d633fea1e53c56d39c6d656501e1b', '207.46.13.41', 1671452719, '__ci_last_regenerate|i:1671452719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb907808c4ca39a472549796d7099f1c82d69fd', '200.119.173.67', 1679335837, '__ci_last_regenerate|i:1679335837;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679226154\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679335832;register_id|s:3:\"215\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-20 10:41:03\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb9ed852876ba7583992d6d1df6f5091a86d638', '52.167.144.31', 1675697587, '__ci_last_regenerate|i:1675697587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdbb256e3cb97387fae53556ebcce7a20f92273c', '207.46.13.41', 1670849157, '__ci_last_regenerate|i:1670849156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdbbd499e7d82d7a6ff73f2d3ec11cd7da861117', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdbd2afa209bef440cbb258e4d8b522289d0e006', '200.119.172.126', 1652887205, '__ci_last_regenerate|i:1652887205;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1652830545\";last_ip|s:15:\"200.119.172.126\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652887196;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdbd484246c1657abd3565c23db2bd598e0bd626', '17.121.115.90', 1658789355, '__ci_last_regenerate|i:1658789355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdbf8900e97c7788085ac1b3291182ab677a4f6a', '190.56.50.253', 1682699109, '__ci_last_regenerate|i:1682699109;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682594725\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682699108;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdc14394e04408328eac917ef89b9aedede75623', '207.46.13.138', 1674990116, '__ci_last_regenerate|i:1674990116;requested_page|s:37:\"category/estacion-carolinas-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdc1c3a7ce887c362da2c42c92435118ee907fd9', '190.56.55.32', 1657126050, '__ci_last_regenerate|i:1657126050;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1657072722\";last_ip|s:15:\"200.119.173.131\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657125728;register_id|s:2:\"38\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-05 08:17:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdcac4b90dcbd6a1d5fad6165894225af9eddfb9', '69.160.160.60', 1662188504, '__ci_last_regenerate|i:1662188504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdcb7fb0f9c3da13495b0176f0497aba277b4942', '207.46.13.10', 1672569995, '__ci_last_regenerate|i:1672569995;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdcbb6b547f4b8597dbf0a2c12125002063291bb', '40.77.167.101', 1681816375, '__ci_last_regenerate|i:1681816375;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdcd1b9843baf3832d78203fa328e5765291ad2a', '114.119.145.175', 1684417278, '__ci_last_regenerate|i:1684417278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdcd7157b239b62643d2fd662e6483c37c4083b2', '114.119.156.71', 1687737881, '__ci_last_regenerate|i:1687737881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdce0ed5cd17b9f247fc48c22e7f61979bfd1072', '190.148.252.151', 1671321427, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671321427;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671320558;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd014ea2e5f8c94a88e5b96894bd1de844887f9', '40.77.167.123', 1682631532, '__ci_last_regenerate|i:1682631532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd0686855846d583c86cdfdf2b729109630834d', '35.93.33.164', 1672752450, '__ci_last_regenerate|i:1672752450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd145d38ae7c83254e1785061a6349e7e3e21c6', '93.158.91.228', 1656537385, '__ci_last_regenerate|i:1656537385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd15b7f7bea5f15180ae1857f33c0a012a37989', '69.160.160.60', 1662188502, '__ci_last_regenerate|i:1662188502;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd35ae0dfc3bd747cdea454b8f47f721f82da32', '200.119.172.60', 1674674738, '__ci_last_regenerate|i:1674674738;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674558858\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674674706;register_id|s:3:\"186\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-25 09:26:47\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd48bd6096f4c0bb0ffcf04bce5fe5357166096', '17.121.112.184', 1656156813, '__ci_last_regenerate|i:1656156813;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd669aa788bc7c0643d0f804040ed5e13a6ac6b', '200.119.173.212', 1667942822, '__ci_last_regenerate|i:1667942822;identity|s:13:\"karinmaricela\";username|s:13:\"karinmaricela\";email|s:28:\"artesaniaskprichos@gmail.com\";user_id|s:1:\"9\";old_last_login|s:10:\"1650898725\";last_ip|N;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\";user_csrf|s:20:\"GV0UdfmJwKx61r2hAQXP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd7e6513b7f556e32d6cfbba7b61e465bee1e7c', '157.55.39.69', 1672390997, '__ci_last_regenerate|i:1672390997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd81d4f7d9b200e869e383d420ac69098decf28', '190.148.252.197', 1665612937, '__ci_last_regenerate|i:1665612937;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665521221\";last_ip|s:15:\"190.148.252.197\";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 ('fddb4599bc19a1a1ad0e825e316c1260987627df', '190.56.32.170', 1651170290, '__ci_last_regenerate|i:1651170290;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651159033\";last_ip|s:13:\"190.56.32.170\";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\";last_activity|i:1651169877;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-04-25 09:06:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddb53355523cc51f3e65a95ec0d96ed9a82562d', '44.192.130.218', 1656529935, '__ci_last_regenerate|i:1656529935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddc6bf351d281fa505999cc38965b46ff63e90e', '190.148.158.151', 1677159127, '__ci_last_regenerate|i:1677159127;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677158032;register_id|s:3:\"201\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-22 08:30:36\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddd2e9b22cd00dff45c8fca47d5487272961ac0', '52.167.144.76', 1682464456, '__ci_last_regenerate|i:1682464456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddd4f3f8c524c7b3582c8bff8f3f43cb7480dd7', '207.46.13.11', 1668631625, '__ci_last_regenerate|i:1668631625;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdddf9f14c8480ef5ee4061dbc05e2daf8b355c4', '200.119.172.60', 1674576206, '__ci_last_regenerate|i:1674576206;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674494033\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674576200;register_id|s:3:\"185\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-24 08:46:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddea55a10d6af9ec885357242b28e8504365230', '114.119.139.128', 1687120986, '__ci_last_regenerate|i:1687120986;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddf09e5e44108a1e923b99697fc8e13a37953b6', '52.167.144.171', 1685587489, '__ci_last_regenerate|i:1685587489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fddfb690c75bd9b22d30c2fb8ac23883107b395b', '51.222.253.3', 1686647424, '__ci_last_regenerate|i:1686647424;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde036416bbab8b459756a67edbaf40c120705b2', '40.77.167.191', 1682016648, '__ci_last_regenerate|i:1682016648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde0f38e1ef741ab605584f0de5ed7354b3b8322', '142.93.201.0', 1661739528, '__ci_last_regenerate|i:1661739528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde19232b4a8c4564889ad09810f5cdc140900f8', '190.148.157.177', 1682040260, '__ci_last_regenerate|i:1682040260;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681903420\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682040230;register_id|s:3:\"232\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-20 08:54:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde1a02f916aafe7a6415e3b94c0df024fbc7c1b', '157.55.39.147', 1671901683, '__ci_last_regenerate|i:1671901682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde6e8f2644b0e76c2a10b565bfd03d5a347073d', '200.119.172.95', 1659799065, '__ci_last_regenerate|i:1659799065;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659738509\";last_ip|s:14:\"200.119.172.95\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659797329;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde7e9570111b275ae595fabad19359eaef84285', '54.36.149.39', 1680130656, '__ci_last_regenerate|i:1680130656;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 ('fde892df1769e595577320ce1536c1837f60ddb1', '35.90.149.213', 1675173261, '__ci_last_regenerate|i:1675173261;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 ('fde8ba82e5ea2ed4f835cd5842344a7f53c37ab8', '190.148.252.161', 1670094667, '__ci_last_regenerate|i:1670094667;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670007505\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670094635;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde97bbce3d99647f7402e6496b8ed35efa289e9', '114.119.136.251', 1685706832, '__ci_last_regenerate|i:1685706832;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdeacae3708f74b585cf69cf721a104efe0f663d', '157.55.39.79', 1668367005, '__ci_last_regenerate|i:1668367005;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdec7fc2cbf4ececcb7f7e554b1be1899bb55022', '207.46.13.147', 1672920140, '__ci_last_regenerate|i:1672920140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdec9f38d596488aa06799e12c1e5ee18f766ff7', '200.119.168.250', 1680698390, '__ci_last_regenerate|i:1680698390;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680697842;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdecec23ca9ad9de2999ac2073a0f8e38fe3c983', '130.245.169.247', 1657277754, '__ci_last_regenerate|i:1657277753;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdedead614fe7054fe303063c26c3e6cf9e5f827', '40.77.167.30', 1656540207, '__ci_last_regenerate|i:1656540197;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdee2032d1105a1a01060d4c7d59646d1f682d67', '190.148.158.75', 1655215659, '__ci_last_regenerate|i:1655215659;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655153139\";last_ip|s:12:\"190.56.50.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655215655;register_id|s:2:\"23\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-13 15:55:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdee2afcec2413219dc06d694315db295751d099', '52.167.144.74', 1688283078, '__ci_last_regenerate|i:1688283078;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdee90c3fb2c32fa2035cdd6c7654ccb3e5edab9', '52.167.144.162', 1686397167, '__ci_last_regenerate|i:1686397167;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdee93c9cb9436bfcdf6fbfa925aa51a3fca2b93', '52.167.144.162', 1682563342, '__ci_last_regenerate|i:1682563342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdf0ec47f4b213758267c1e2e79a2bd0a7ec720f', '17.121.112.187', 1658971190, '__ci_last_regenerate|i:1658971190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdf2fd82b440442ec026f90a36eb61c9ec15e95e', '3.144.113.56', 1655174258, '__ci_last_regenerate|i:1655174258;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdf70cfcdcd21cce235979e8cc25fde6b5bc053d', '114.119.140.107', 1687761152, '__ci_last_regenerate|i:1687761152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdf77c20e42a2d5f10063cc9c1b1c896f5b48c0b', '200.119.172.55', 1661443870, '__ci_last_regenerate|i:1661443869;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdf8a26afb2e658b57646b98662a29430d6fbcc9', '40.77.167.175', 1680413696, '__ci_last_regenerate|i:1680413695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdfa143c211452de3f6f301f8bd8fbc6e469ed0c', '52.167.144.98', 1685476505, '__ci_last_regenerate|i:1685476505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdfb724d5fed402b1628abca59b0bd4f7c1825a9', '157.55.39.173', 1669167959, '__ci_last_regenerate|i:1669167959;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdfba049923e308bb4144634629a9bb5a4541e69', '40.77.167.232', 1680350411, '__ci_last_regenerate|i:1680350411;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdfc9fe53ae1561bfb0c0cb217856d227cda07a0', '51.222.253.2', 1686617944, '__ci_last_regenerate|i:1686617944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdfcf84992917c9ce46f0a49d83e8c2ec1db3066', '40.77.167.123', 1683381318, '__ci_last_regenerate|i:1683381318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdfdc8baf614ad5421c63de165383a74139a0d3a', '190.148.157.177', 1682182465, '__ci_last_regenerate|i:1682182465;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682087132\";last_ip|s:15:\"190.148.157.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682182372;register_id|s:3:\"233\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-21 08:18:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdff14553f74aa6d5be96a7ecb74260f84b95ecc', '190.148.157.80', 1669658717, '__ci_last_regenerate|i:1669658717;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669658679;register_id|s:3:\"153\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-28 10:11:55\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe01a6da7042dc375ff07fea323dcb33643b5e25', '190.56.173.213', 1683301840, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683301840;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683301791;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe03303536278cc365b67c1d74c00c6ac365efbd', '157.55.39.217', 1683320686, '__ci_last_regenerate|i:1683320686;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0334263a2d3e517869b73dfe4a0fd232eaf7a5', '114.119.135.120', 1688210779, '__ci_last_regenerate|i:1688210779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe03fb98658cbce251b4fa2c658c290291f45b1d', '190.56.55.48', 1687376024, '__ci_last_regenerate|i:1687376024;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687261441\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687376021;register_id|s:3:\"267\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-21 08:23:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0598afe118759d6dbaf2d4ae6a4c0858d3646c', '18.191.75.14', 1657171670, '__ci_last_regenerate|i:1657171670;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe06642347310a0b87db07ebd249fbe30bf9c446', '157.55.39.94', 1672603574, '__ci_last_regenerate|i:1672603574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe06a5dccbe3f7620a6671d6f3f885898e60e814', '40.77.167.191', 1682194954, '__ci_last_regenerate|i:1682194954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe09426070b0a7d3357c8b59c9b04fd6c9e05a12', '190.56.32.162', 1686332427, '__ci_last_regenerate|i:1686332427;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1686331256\";last_ip|s:13:\"190.56.32.162\";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\";user_csrf|s:20:\"IhrbFTiNOUx1kA2LBj3S\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe09e9bdca062973aebe1505ff82457f991dcd4b', '142.93.48.245', 1659759284, '__ci_last_regenerate|i:1659759284;error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>manuelitogt.com\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0b70a5defa14026b030672a600a0d8e03b8371', '190.148.157.177', 1682350679, '__ci_last_regenerate|i:1682350679;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1682110649\";last_ip|s:15:\"190.148.157.177\";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\";user_csrf|s:20:\"JyM4NnSKhLQzswFk3V9Z\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0d1196bb16107db8a9d35389af8aea002b4ccb', '157.55.39.51', 1668481232, '__ci_last_regenerate|i:1668481232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0d1fe673e9ef0e729c8b854a204f9e8c9d28fc', '34.222.25.126', 1658235918, '__ci_last_regenerate|i:1658235918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0da19020a80c365074b2b5c1e44695036a5d9f', '17.121.113.165', 1652367087, '__ci_last_regenerate|i:1652367087;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0e01348bbf28b26190bd02ace0cabfc474dcd2', '51.222.253.14', 1671316339, '__ci_last_regenerate|i:1671316339;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 ('fe1167e67ff8aef97ba2ee2753a0a7d36165a4f0', '40.77.167.202', 1687332893, '__ci_last_regenerate|i:1687332893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe1846f837120a6f187b37e4c45b2a1d68f25900', '190.148.252.96', 1672967968, '__ci_last_regenerate|i:1672967968;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672942040\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672967303;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe1efbbef770d707dbcd8356fa170e8df269b8c9', '200.119.170.210', 1669761855, '__ci_last_regenerate|i:1669761855;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669634636\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669761846;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe212fcc6ae03f6d1fcaf62c8e46ad300a2dea62', '149.57.16.7', 1653807023, '__ci_last_regenerate|i:1653807023;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe224e02f6f5896745c9b3a6ee23e50a52e0c937', '40.77.167.236', 1677357243, '__ci_last_regenerate|i:1677357243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe22accd15aac9407e2baf39eead2a8bf86e9543', '207.46.13.130', 1660309629, '__ci_last_regenerate|i:1660309629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe22fba990f221b73938d9d1b84206b865e51625', '40.77.167.224', 1687463746, '__ci_last_regenerate|i:1687463746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2378250d8834e6c717ece0f36d3632422838ab', '17.121.115.202', 1660047695, '__ci_last_regenerate|i:1660047694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe238d05d7fb896603a8f4a8e5f72355166532fb', '190.56.55.48', 1687629022, '__ci_last_regenerate|i:1687629022;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687629015;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe23d810ba25ac8c80104fd7ea6f108c2ec3a7f3', '52.167.144.61', 1688050793, '__ci_last_regenerate|i:1688050793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe250e8378e896b98f3d3b149e1f812a492c043a', '114.119.145.22', 1685584245, '__ci_last_regenerate|i:1685584245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe26a4396fe0881edcd80690118b870414d359ad', '209.160.115.40', 1682930804, '__ci_last_regenerate|i:1682930804;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe26f0502769447821d9811f2811938e2c893e97', '190.56.32.162', 1686407669, '__ci_last_regenerate|i:1686407669;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686332051\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686407666;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2955e1952cbe14a16bd070c8f942988fc67265', '149.56.160.240', 1679336615, '__ci_last_regenerate|i:1679336615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe29685ef57c8daddbe0ba7b538a42bfc1d0cf99', '200.119.168.55', 1663074318, '__ci_last_regenerate|i:1663074318;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663073311\";last_ip|s:14:\"200.119.168.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663074204;register_id|s:3:\"103\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-12 12:46:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2a20b8acc772e0f90dbc322d6e2e4b308084c0', '207.46.13.213', 1678888357, '__ci_last_regenerate|i:1678888357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2acfae20214ed848431f6597b5b39a0710ec90', '52.167.144.171', 1685709213, '__ci_last_regenerate|i:1685709213;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2bb5b39ef3207837a6334e3e355d5ec1ac843d', '114.119.158.71', 1683521646, '__ci_last_regenerate|i:1683521646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2d6f8560654f4bbd38e5d6a8520bf60d1d054a', '66.249.77.48', 1651748481, '__ci_last_regenerate|i:1651748481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2dbf7da7cb56a6f041041ced132d18f2435175', '52.167.144.154', 1687835846, '__ci_last_regenerate|i:1687835846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2e1a8eb4243cb7a61fe132c78a46e6b4767f10', '190.56.54.156', 1665443158, '__ci_last_regenerate|i:1665443158;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665414385\";last_ip|s:13:\"190.56.54.156\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665442052;register_id|s:3:\"122\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-10 11:09:35\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3218cdcbdc7936a85307e683fbef6bba70b647', '175.198.136.57', 1652215622, '__ci_last_regenerate|i:1652215622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3670b0bc1f4cb45cb5c9c831731b5d1c28d8f1', '207.46.13.215', 1677152359, '__ci_last_regenerate|i:1677152359;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3736ff08513dee2e1b0a6d45cec1eec6679215', '190.148.87.182', 1679850054, '__ci_last_regenerate|i:1679850054;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679744848\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679849961;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3865cd698d520e2c9ed75686284748ed3892de', '157.55.39.80', 1670600549, '__ci_last_regenerate|i:1670600549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3af396274fdbcca325c78838b9f2686d82c756', '207.46.13.217', 1684132447, '__ci_last_regenerate|i:1684132447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3cb8a91ba5b1aa373a8efe19ccdf64b4da3a66', '51.222.253.11', 1663232495, '__ci_last_regenerate|i:1663232495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3d90e04cf67c981f491d2a2b07037d0f998794', '101.251.204.98', 1675703296, '__ci_last_regenerate|i:1675703296;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3df5e7f530fcd19587bc15de6ae59840094ffc', '190.56.49.237', 1665666021, '__ci_last_regenerate|i:1665666021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665577514\";last_ip|s:15:\"190.148.252.197\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665666012;register_id|s:3:\"124\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-12 08:30:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3f36738280c9701fe7867afdeef47076c5c8b3', '54.218.29.211', 1673961421, '__ci_last_regenerate|i:1673961421;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3f46654536a8cdd90ead8301fe7311c079d1fd', '190.56.32.131', 1687644737, '__ci_last_regenerate|i:1687644737;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687521246\";last_ip|s:12:\"190.56.55.48\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687644700;register_id|s:3:\"269\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-23 09:03:45\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3ff7dda3c07be22bd9816d62077370aae33b6e', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe409dcefe9424e12fe7c39c9a1c527261581c45', '40.77.167.133', 1684228893, '__ci_last_regenerate|i:1684228893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe43b9176056db49eef27eb833124499c37e88aa', '114.119.143.166', 1687346953, '__ci_last_regenerate|i:1687346952;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe45dd455d8a410d633e9519c9f5c1ae81862715', '190.148.158.151', 1677329183, '__ci_last_regenerate|i:1677329183;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677238140\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677324953;register_id|s:3:\"203\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-24 08:18:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4991ad9d4714008c824b1a2bb1fc1bdeea359e', '46.101.63.152', 1652762859, '__ci_last_regenerate|i:1652762859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe49fdf45753b4eca841cc0aca67f90b169e8f5c', '66.249.79.199', 1659260779, '__ci_last_regenerate|i:1659260779;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4a27dff648d7b2568aa1e172aa7f91466f7d46', '52.167.144.70', 1688528565, '__ci_last_regenerate|i:1688528565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4a8dbc0972751770b5aa8fc53306506d5e1ab7', '190.56.173.251', 1652129785, 'requested_page|s:18:\"admin/products/add\";__ci_last_regenerate|i:1652129785;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652104753\";last_ip|s:14:\"190.56.173.251\";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\";user_csrf|s:20:\"GwW5SXboNI3p4mVtQMlc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4b2447b1e1457821c3115bae5d4d7f8d1b79ca', '114.119.138.183', 1686710704, '__ci_last_regenerate|i:1686710703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4c1ed4b09da35395c9af0f1928357b5ebbb33d', '52.167.144.162', 1687279265, '__ci_last_regenerate|i:1687279265;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4c73b6e65bdae9e2b18f1ec08159e5d0193b21', '200.119.170.221', 1664399222, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664399222;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664399217;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4c756dae7e707eba09b00d37ab9a132b16a4ba', '207.46.13.41', 1671597829, '__ci_last_regenerate|i:1671597829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe4f6b806f76db08a7a379d5ee9b3a2f5880a043', '200.119.172.60', 1674871489, '__ci_last_regenerate|i:1674871489;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674819027\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674871024;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe50e16070a222ba50a1aaead41adb9b4087ad61', '190.148.87.99', 1688416414, '__ci_last_regenerate|i:1688416414;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1688296608\";last_ip|s:13:\"190.56.49.187\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1688416290;register_id|s:3:\"273\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-29 08:14:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe560d2c5c969679f08c8bd266373d883272f319', '200.119.170.143', 1670165801, '__ci_last_regenerate|i:1670165801;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670067150\";last_ip|s:15:\"190.148.252.161\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670165004;register_id|s:3:\"157\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-02 10:47:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5665671f0cfd01514880b7decf105ca99ca97a', '157.55.39.253', 1677034136, '__ci_last_regenerate|i:1677034136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe57331a67b372ce3a5322b8161198fc86cb8f7c', '114.119.128.35', 1685434826, '__ci_last_regenerate|i:1685434826;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe57fd08ccbe408fd3cd08918e3358f520a5ce80', '190.148.252.151', 1671314390, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1671314390;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671279862\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671314385;register_id|s:3:\"165\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-16 08:36:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe580ce7540ba20d93d97cc27d733f1cc7634df2', '200.119.170.168', 1670586951, '__ci_last_regenerate|i:1670586951;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670535389\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670586946;register_id|s:3:\"159\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-08 14:54:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe58270a36ab0e575b838b010a32f0bf31314375', '190.148.87.23', 1679442098, '__ci_last_regenerate|i:1679442098;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679398994\";last_ip|s:15:\"190.148.252.139\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679442088;register_id|s:3:\"216\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-21 12:38:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5d704de251f289c80845abe48fad3a7876a519', '200.119.172.58', 1659134391, '__ci_last_regenerate|i:1659134226;requested_page|s:23:\"admin/pos/open_register\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1659103656\";last_ip|s:15:\"200.119.174.176\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659134390;register_id|s:2:\"57\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-07-29 16:37:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5d7bf0f06948fde7a982e7fe8c9f264a2a5e43', '52.167.144.43', 1683736918, '__ci_last_regenerate|i:1683736918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5e0f8a1b517ad28c6bfcfbfb95f908cbceb3b4', '200.119.174.9', 1674433030, '__ci_last_regenerate|i:1674433030;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674300351\";last_ip|s:13:\"200.119.174.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674432979;register_id|s:3:\"183\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-20 14:39:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5eca6badfc73978315b7b4931d4a01c2f71223', '200.119.173.78', 1682810890, '__ci_last_regenerate|i:1682810890;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682682375\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682810872;register_id|s:3:\"238\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-28 08:18:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5f7d0782068b20ab78007c0e566a7f9f7f5962', '52.167.144.98', 1685649698, '__ci_last_regenerate|i:1685649698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe60150916feca19eece6f48824dcaeecc885feb', '66.249.73.6', 1682349594, '__ci_last_regenerate|i:1682349594;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 ('fe607e1cd304796c61ac97e69c3131db964f1b53', '200.119.173.177', 1685065912, '__ci_last_regenerate|i:1685061572;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684927950\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685065911;register_id|s:3:\"251\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-25 08:29:52\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe61a0e8b0b8b45b634bd026f4889a4532849471', '40.77.167.166', 1676760415, '__ci_last_regenerate|i:1676760415;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe61cb95c23b6436865f16219ed0b9d63e753a2f', '190.148.252.151', 1670976099, '__ci_last_regenerate|i:1670976099;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670876526\";last_ip|s:14:\"190.148.252.88\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670976073;register_id|s:3:\"162\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-13 08:27:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe622a3a298daa571ada037db5cb7a46a74a838a', '149.57.16.7', 1653807063, '__ci_last_regenerate|i:1653807063;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe62b15ebdb35491cf32dc4780078bd77ca7c409', '40.77.167.219', 1676697921, '__ci_last_regenerate|i:1676697921;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 ('fe62c02566e4316979d746fe0a832d5e1de2c298', '190.148.158.175', 1672356504, '__ci_last_regenerate|i:1672356504;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672228857\";last_ip|s:15:\"190.148.158.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672355108;register_id|s:3:\"172\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-29 08:14:30\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe630c445ba9adcf0a08495071c66dc1ac75ab9d', '190.148.158.164', 1667351952, '__ci_last_regenerate|i:1667351952;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1667232869\";last_ip|s:12:\"190.56.50.15\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1667351944;register_id|s:3:\"136\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-31 09:29:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe644eedf3bb58e75492336687cd0b7aaf7f4e48', '114.119.148.64', 1687021978, '__ci_last_regenerate|i:1687021978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe655b26241c4f963daa40f33b06cd8e72cd17f9', '130.245.169.145', 1657274135, '__ci_last_regenerate|i:1657274135;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe65e69394517f38617bd2faea2e7e29dcf2882c', '5.188.62.26', 1660997065, '__ci_last_regenerate|i:1660997060;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe66126f478daf0301b60a5c106b291dde6c6a4e', '190.148.158.69', 1685711899, '__ci_last_regenerate|i:1685711899;requested_page|s:13:\"shop/products\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685619408\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685711855;register_id|s:3:\"255\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-31 08:30:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe67adc233e3d5fc4ba2fc97c829316b44d54e63', '52.167.144.31', 1681395773, '__ci_last_regenerate|i:1681395773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe6a6893a71b0e0ec9e25a4b927d2cf704068f9f', '51.222.253.17', 1671119969, '__ci_last_regenerate|i:1671119969;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe6ac23bdec3b49335bf7a9b355345068243af52', '114.119.157.132', 1686120501, '__ci_last_regenerate|i:1686120501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe6f01086f7aa7522abbf7565ae9b4af51ce4919', '40.77.167.181', 1679976494, '__ci_last_regenerate|i:1679976494;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 ('fe6fbd13d1064d45e0a8d6c5a6cb0ada4c0a1753', '51.222.253.14', 1668656801, '__ci_last_regenerate|i:1668656801;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe701bb3d5b91c63741ec10d83ef021614eece17', '130.255.166.98', 1653700972, '__ci_last_regenerate|i:1653700972;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 ('fe72f98db29a3dc0078d8d6086c7e757c9911677', '157.55.39.192', 1666207461, '__ci_last_regenerate|i:1666207451;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe73617b0b91ff5928ca107b792ae01d488e164c', '190.148.252.236', 1656088009, '__ci_last_regenerate|i:1656087879;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656076616\";last_ip|s:15:\"190.148.252.236\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656088009;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe74cb1e7d3a64a846a4607990a42a785f1dc389', '51.222.253.16', 1665006805, '__ci_last_regenerate|i:1665006805;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe757c71b2c7f4bfdf0ba2dee7fa1de6fa8f764c', '200.119.173.177', 1685310254, '__ci_last_regenerate|i:1685310254;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685219928\";last_ip|s:15:\"200.119.173.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685310245;register_id|s:3:\"252\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-26 08:24:05\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe769d782eaa3820c3e8f873853af53746acdeaa', '40.77.167.123', 1682886846, '__ci_last_regenerate|i:1682886846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe76d2a20c2ef6b37d35a534b78a9251a7e3a71a', '34.28.101.113', 1677030818, '__ci_last_regenerate|i:1677030817;requested_page|s:13:\"shop/products\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe778ba89489ba30abe2fc87e135bffad4a2597b', '157.55.39.100', 1672413672, '__ci_last_regenerate|i:1672413672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe7ca3dd30b62eff2f67619c84c27cc087f5abea', '51.195.216.255', 1650896019, '__ci_last_regenerate|i:1650896019;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe7ce3d1f42f7c65617af40d060a10b9011e1dc6', '40.77.167.222', 1681536336, '__ci_last_regenerate|i:1681536336;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe81cb45f9ffbdf2fd4d2a3daf94e03588536157', '190.56.32.243', 1684806688, '__ci_last_regenerate|i:1684806688;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684765250\";last_ip|s:13:\"190.56.32.243\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684806454;register_id|s:3:\"248\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-22 10:06:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe82ced0f081d005ba994d62d0ead55719e2427e', '114.119.150.210', 1685557793, '__ci_last_regenerate|i:1685557793;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe85103ec8d6978e329eeb37474ebedf0f7efd3b', '20.92.239.122', 1651593521, '__ci_last_regenerate|i:1651593518;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 ('fe88b313df4fe0c9ae9e9ee6c51068b81cc33984', '40.77.167.80', 1686834538, '__ci_last_regenerate|i:1686834538;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe897c70cdf808230cdbd43aa355f24a48db9858', '5.188.62.140', 1656390519, '__ci_last_regenerate|i:1656390519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe89b7a5ae371e618db1279ba4ee27f54822b331', '40.77.167.45', 1670375202, '__ci_last_regenerate|i:1670375202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8a3a79531d5bc6996df407fe006720697f9aa3', '40.77.167.146', 1687916156, '__ci_last_regenerate|i:1687916156;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8bc66d64a5c2283956090d3094649086ae6511', '114.119.156.59', 1687231136, '__ci_last_regenerate|i:1687231136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8dbd1cf7fa72fffc02497c3918a875a446d3b9', '190.148.252.183', 1681562199, '__ci_last_regenerate|i:1681562199;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681478014\";last_ip|s:15:\"190.148.252.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681562195;register_id|s:3:\"229\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-14 08:29:53\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8e63da0b3be21a0afd665034b7b7fa0b88b48b', '51.222.253.1', 1661867899, '__ci_last_regenerate|i:1661867899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8e7ce4fa48ff5fa64aa867c457c95ea2e35518', '198.235.24.133', 1658000557, '__ci_last_regenerate|i:1658000557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe8fb3394979edfecd0c722ae2ed2f9af83e9d8e', '52.167.144.73', 1679505724, '__ci_last_regenerate|i:1679505724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe914cda33b75d4abb3068749270abed2a838041', '114.119.153.220', 1688209604, '__ci_last_regenerate|i:1688209604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe92b117791ce616214589c50f055177c203596c', '40.77.167.249', 1680606586, '__ci_last_regenerate|i:1680606586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe92d0319b996e1873033e0c470ef8b12e1c82a6', '40.77.167.43', 1658785023, '__ci_last_regenerate|i:1658785023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe974d6470fb3942bfff027a71761f2e5ef7085b', '200.119.173.130', 1675968804, '__ci_last_regenerate|i:1675968804;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675944032\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675966272;register_id|s:3:\"194\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-09 08:35:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe9abeff63a16632f5611e78d8603ffdf4730afc', '52.34.193.28', 1669382518, '__ci_last_regenerate|i:1669382518;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe9add71d240f63389a9e1c8399a9f23443e3b99', '45.63.18.23', 1688449543, '__ci_last_regenerate|i:1688449543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe9f34d1936c9010a388c950dea420ac38a8d011', '114.119.154.169', 1688337830, '__ci_last_regenerate|i:1688337830;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea04e9e37187a52acebd87d97402e4ed348a42d', '190.148.87.182', 1679788993, '__ci_last_regenerate|i:1679788993;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679658142\";last_ip|s:14:\"190.148.87.182\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679788437;register_id|s:3:\"219\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-24 08:25:14\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea25b9b3d8d644208621b782f7da51ddce8f68c', '190.148.252.233', 1668869011, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668869011;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668869007;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea4034627cf0fba7ccfd20b333238a69ba7e842', '40.77.167.146', 1687774381, '__ci_last_regenerate|i:1687774381;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea441e741e130c32a223f75f08cbb8a5124e16b', '157.55.39.51', 1668115379, '__ci_last_regenerate|i:1668115379;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea51fe86a0af039add198ab3e67742abcb739bb', '40.77.167.20', 1674432071, '__ci_last_regenerate|i:1674432071;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea5e950a36a7e0c77947d6b3f0542e0d5b00816', '40.77.167.39', 1657063161, '__ci_last_regenerate|i:1657063151;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea70c255b764cce4d7177ed5e37fe4093133638', '114.119.135.83', 1686345074, '__ci_last_regenerate|i:1686345074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea75d9f770680d8e43f5cd127bc1846044f3b44', '190.56.55.113', 1673482817, '__ci_last_regenerate|i:1673482817;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673352694\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673482147;register_id|s:3:\"178\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-11 08:59:49\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea7e7cf18036b2416ed11961a57157089babccf', '114.119.141.127', 1688088715, '__ci_last_regenerate|i:1688088715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea80a488eadfa9ce060ef5e17d30e0eafcef556', '157.55.39.253', 1682508328, '__ci_last_regenerate|i:1682508328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea8652921ae7c0f3f47ee52e6293325779421e2', '157.55.39.217', 1683221788, '__ci_last_regenerate|i:1683221788;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fea9ace818380321ce7dba1fbd5d7751f1da967d', '200.119.170.206', 1663169739, '__ci_last_regenerate|i:1663169739;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1663092439\";last_ip|s:14:\"190.148.158.75\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1663167824;register_id|s:3:\"104\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-13 08:33:06\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feaa8f82ea94a135cf82753444c1d4c53bbeed55', '207.46.13.154', 1670770374, '__ci_last_regenerate|i:1670770374;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fead50674ccb22014e7e9b71a07452ac56b59dce', '40.77.167.63', 1672124197, '__ci_last_regenerate|i:1672124197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feade742579d7b02180a4fb50273275f8567030f', '23.236.59.4', 1651917951, '__ci_last_regenerate|i:1651917951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feae67cc8e6c502b77bf41a806b047103ce102f1', '190.56.49.237', 1665782116, '__ci_last_regenerate|i:1665782116;requested_page|s:15:\"admin/purchases\";error|s:91:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>admin/purchases\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feaf3f81c6b91342949c1ce5e4fd07b378986084', '200.119.172.60', 1675016710, '__ci_last_regenerate|i:1675016710;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674905135\";last_ip|s:14:\"200.119.172.60\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675016624;register_id|s:3:\"188\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-27 08:29:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb177ee35a6b82a01c1067e607b27b66d6c4e03', '5.188.62.76', 1659512544, '__ci_last_regenerate|i:1659512539;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb189f151ca3b8cf64712b2db2a7fa4a670d29a', '190.56.173.251', 1651939611, '__ci_last_regenerate|i:1651939611;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('feb27ec2bd4209fad93f47c496d393dfcd8ef2a4', '114.119.136.208', 1688089251, '__ci_last_regenerate|i:1688089251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb45bbef1dce896b789956b5083a96ad398a669', '5.188.62.21', 1653345601, '__ci_last_regenerate|i:1653345598;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb504287a4b283b00af8a5e1f65d05fc6fe0448', '190.148.87.51', 1676293186, '__ci_last_regenerate|i:1676293186;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676115951\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676293174;register_id|s:3:\"195\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-10 09:07:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb6f256ef5ccfbf331d48802653845ea41ad1d9', '40.77.167.146', 1687819243, '__ci_last_regenerate|i:1687819243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('febb65997af84f0019e67b075ad00a12600fd640', '17.121.112.249', 1651254174, '__ci_last_regenerate|i:1651254174;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 ('febba8292adc8007f800ac6c4fc55e78d8b3c5f0', '190.56.32.32', 1686140765, '__ci_last_regenerate|i:1686140765;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686050130\";last_ip|s:12:\"190.56.32.32\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686140761;register_id|s:3:\"258\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-06 08:41:54\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('febc1fb20be2671eb36d23024c5b0a3dea6cfd8c', '114.119.143.185', 1687521209, '__ci_last_regenerate|i:1687521209;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('febeb6a55b940df398506f58d80cd5cccb4e27f6', '190.148.158.151', 1677195477, '__ci_last_regenerate|i:1677195477;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677195369;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec0966ac9916b8a288f8549d9483e1580dc2ee0', '207.46.13.160', 1665417112, '__ci_last_regenerate|i:1665417112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec0e5e033f62f7e79011c796da4ca3dcf547668', '66.249.79.199', 1679243051, '__ci_last_regenerate|i:1679243051;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec1688b06503d37477913033b9a4c196188a482', '190.56.32.35', 1672088321, '__ci_last_regenerate|i:1672088321;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672088213;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec3cd9af2dbfcc9df6f54252db5114149d47b78', '207.46.13.6', 1672198485, '__ci_last_regenerate|i:1672198485;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec63364809147ce1ee4cdf6e376b7946ab8bff6', '157.55.39.100', 1672226340, '__ci_last_regenerate|i:1672226340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec77e54ccfe17b4c0464eebbbd05d3b8f3b9645', '190.56.32.35', 1671927312, '__ci_last_regenerate|i:1671927312;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671927277;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec8b9137d8035466508aea3d1bcab537e672f9c', '200.119.169.175', 1669817325, '__ci_last_regenerate|i:1669817325;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669721574\";last_ip|s:15:\"190.148.157.214\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669817034;register_id|s:3:\"154\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-29 11:28:09\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec964a61b82f79b7e0f7af299bd2d434c2d16df', '190.56.173.136', 1687872731, '__ci_last_regenerate|i:1687872731;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1687780030\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1687872665;register_id|s:3:\"270\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-26 08:56:21\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec9a6a2ec6a0109df0ebf115ea506c8b6604d94', '51.195.90.229', 1650840381, '__ci_last_regenerate|i:1650840381;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feccdd18e63817f67f5e335881aaf81346b4326b', '40.77.167.192', 1681480888, '__ci_last_regenerate|i:1681480888;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed056044f30134c78ad4940cf520c79d5e75946', '114.119.130.177', 1687607547, '__ci_last_regenerate|i:1687607547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed1a5169981225f7d3f55198d487711623d0f7b', '114.119.148.1', 1688090167, '__ci_last_regenerate|i:1688090167;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed28fe3d2ee6e9148cec9be0722ce5344858d71', '40.77.167.13', 1672597740, '__ci_last_regenerate|i:1672597740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed3391f6078f4a1ca2636da5be6fa6b5a33aba1', '190.148.157.192', 1655917540, '__ci_last_regenerate|i:1655917540;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655901273\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655914480;register_id|s:2:\"30\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-22 09:50:07\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed561b463f08c264ed82f7f78827a9f91383a0b', '114.119.134.195', 1687543073, '__ci_last_regenerate|i:1687543073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed57cfc7ec6c47598db2f5456224cf38a1a3030', '207.46.13.211', 1679410984, '__ci_last_regenerate|i:1679410984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed730be353ab89f1f99dc6af433a5f6d6d6462c', '52.167.144.76', 1681531426, '__ci_last_regenerate|i:1681531426;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fed7d88ef0c3a9101f022d1d4474b22ecb8437d2', '39.98.207.234', 1658347071, '__ci_last_regenerate|i:1658347071;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 ('feda56f1bcd486aad4dcf194099473f6fd0dae41', '52.167.144.164', 1686416097, '__ci_last_regenerate|i:1686416097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feda5e025e48d55efa6c9d930f44ef24b97ce479', '163.123.143.82', 1673574335, '__ci_last_regenerate|i:1673574334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fedaba91b7c7a943839ee0ebcbb5eeadecf7fc8f', '52.167.144.98', 1685931797, '__ci_last_regenerate|i:1685931797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fedafd269829d062e78016077b50d9267927aa50', '114.119.133.253', 1686457505, '__ci_last_regenerate|i:1686457505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fedb1139d2c0ce18e8b567515aead451816a9d71', '190.148.157.50', 1668778389, '__ci_last_regenerate|i:1668778389;requested_page|s:19:\"admin/pos/view/2535\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668689994\";last_ip|s:15:\"200.119.170.137\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668778374;register_id|s:3:\"148\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-17 08:26:38\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fedb4df8c71944d8a07da30bb496aff86945b574', '190.148.157.53', 1684010553, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1684010553;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683978970\";last_ip|s:14:\"190.148.157.53\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684009108;register_id|s:3:\"246\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-12 09:18:45\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fede0b920e89c7f03fbc479b71a1681238fbe108', '190.56.32.243', 1684625461, '__ci_last_regenerate|i:1684625461;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1684505553\";last_ip|s:13:\"190.56.51.169\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1684625321;register_id|s:3:\"247\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-15 09:19:32\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee075abcf6e2fe2c8b15c68635a327c221c046b', '54.202.130.216', 1680613837, '__ci_last_regenerate|i:1680613837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee0fce402803ac66417296cd448b184d1fbd9ec', '52.167.144.98', 1685546740, '__ci_last_regenerate|i:1685546740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee18f72ed7806181ad28a5fd862b1c8d9cde0af', '207.46.13.6', 1672116520, '__ci_last_regenerate|i:1672116520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee1faa503f82bdfd1b70297a7ca89026afdc94e', '157.55.39.147', 1671919660, '__ci_last_regenerate|i:1671919660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee5505c969d604f3b1b742586a4a79b9ec38eef', '52.167.144.162', 1686536170, '__ci_last_regenerate|i:1686536170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee551bf77fc2ded3c147ed71b791817411fa370', '190.148.158.151', 1677174051, '__ci_last_regenerate|i:1677174051;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1677064845\";last_ip|s:15:\"190.148.158.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1677174046;register_id|s:3:\"202\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-23 08:36:18\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee59127f7e4cce75967ebce8d48b7c4b71d95e9', '52.167.144.95', 1680452037, '__ci_last_regenerate|i:1680452037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee6d504b73ce26e7ab581cc4d949ecbf5903528', '51.15.201.155', 1656192706, '__ci_last_regenerate|i:1656192706;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee73fe977e60eec5b6aa1d22148256531162c30', '114.119.159.122', 1687981033, '__ci_last_regenerate|i:1687981033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee940adc8b42aa99c7b3a18e0444c7cdcea981a', '51.222.253.20', 1680486727, '__ci_last_regenerate|i:1680486727;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 ('feeb0e440629a19fa890fc9ea6911533da0afee5', '52.167.144.162', 1686069800, '__ci_last_regenerate|i:1686069799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feeddd3c5588a63c44c7a7cf70237894cf57bd70', '54.36.148.119', 1662623232, '__ci_last_regenerate|i:1662623232;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 ('feee12aa8247c2714d2f0878f5bb3cb15da0b4b1', '40.77.167.182', 1682986354, '__ci_last_regenerate|i:1682986354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef02a5783a152b3e783195ac7527b417aa9a9ce', '52.167.144.171', 1685679498, '__ci_last_regenerate|i:1685679498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef03cda39f4c2a20ae88b7e6c3376de70a45b47', '200.119.172.96', 1675440502, '__ci_last_regenerate|i:1675440502;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675438131\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675440430;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef4e51cffcefe0442453cb0d008414c3099f132', '114.119.130.40', 1688217082, '__ci_last_regenerate|i:1688217082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef64ccb4ea9c2f5c1f4da89455f6b393c365f72', '50.21.188.2', 1663642567, '__ci_last_regenerate|i:1663642567;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef68ab2a5f1839bf3c520e1847776467f42f219', '40.77.167.28', 1660434190, '__ci_last_regenerate|i:1660434180;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef78650826559136bc7bfb2e0e67de1f9ce8109', '51.222.253.14', 1678207033, '__ci_last_regenerate|i:1678207033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef86241ac447eaa9ae2ba9cf9ea6663d50ff783', '190.148.157.117', 1675646351, '__ci_last_regenerate|i:1675646351;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675512987\";last_ip|s:14:\"200.119.172.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675646318;register_id|s:3:\"190\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-03 09:48:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef8faac3a82561e68068b213840ffe75a5fdfa4', '200.119.170.113', 1666702519, '__ci_last_regenerate|i:1666702519;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666649010\";last_ip|s:15:\"190.148.157.122\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666702350;register_id|s:3:\"131\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-21 07:58:10\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fefeb109620eeff5e3e91ae4d34e96ee807922b1', '52.167.144.98', 1685878292, '__ci_last_regenerate|i:1685878292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feffb3603707b55cad0539d63a21131b03c1eb3a', '114.119.128.212', 1685495257, '__ci_last_regenerate|i:1685495257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff00ddc2f6815e9b5945e42ba4e3eafc91eb9756', '114.119.155.2', 1688082566, '__ci_last_regenerate|i:1688082563;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff014a7dde85cf03c013868bc1f1a7daba9f7cf4', '52.167.144.31', 1681243603, '__ci_last_regenerate|i:1681243603;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff01b4ceacca9d255c1f5d488d9b281ac19b7c13', '207.46.13.17', 1673786848, '__ci_last_regenerate|i:1673786848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff01e75da99f7e9479e22959cc1028e23cef8d68', '52.167.144.164', 1686100738, '__ci_last_regenerate|i:1686100738;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff02659cdb0851ea672680b60a8b6ab073eb29ba', '52.167.144.107', 1680611918, '__ci_last_regenerate|i:1680611918;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff059f1e8bdd409897261d7cc8d4448440492126', '17.121.112.189', 1651770870, '__ci_last_regenerate|i:1651770870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff05c37045d9236e25203675db314f994c6510c3', '93.159.230.88', 1668530580, '__ci_last_regenerate|i:1668530580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0620b3466e1f2d5fb4ac8d4a9490219795e95a', '114.119.157.206', 1686240682, '__ci_last_regenerate|i:1686240682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff07321f221879b0214c99c6501356d2a8252197', '207.46.13.12', 1676001719, '__ci_last_regenerate|i:1676001719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff077787eb7bf24f2635337525ca4769972d3718', '200.119.170.113', 1666708333, '__ci_last_regenerate|i:1666708333;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666650069\";last_ip|s:15:\"190.148.157.122\";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\";user_csrf|s:20:\"2HbzvRM6Bc1jnJ8PNmk0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff08b93183a699ac0d0bb4059bc904ade757b8c5', '190.148.157.80', 1669647149, '__ci_last_regenerate|i:1669647149;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1669549839\";last_ip|s:14:\"190.148.157.80\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1669647098;register_id|s:3:\"152\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-25 09:21:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff08c318fcf201bb804b47baf429ec302727a819', '190.56.173.213', 1683372482, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1683372482;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683209820\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683338103;register_id|s:3:\"241\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-05 08:23:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff08ce7cfb802dbff60094a044d77febefad7c0d', '52.167.144.109', 1680354552, '__ci_last_regenerate|i:1680354552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff099baab6067f0fc97f6b659e1361ca36636887', '52.167.144.70', 1688129792, '__ci_last_regenerate|i:1688129792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0a4178a0544c299e5aaa30e7b6f4554072454b', '54.36.149.99', 1677975521, '__ci_last_regenerate|i:1677975521;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 ('ff0b07e6a506fcf32b34fc1e3d1f49077bb5bb18', '190.56.173.175', 1653066642, '__ci_last_regenerate|i:1653066642;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1653050852\";last_ip|s:14:\"190.56.173.175\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653066376;register_id|s:1:\"6\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-05-16 12:35:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0c31fdcab6377ce759350234f3169a43526578', '207.46.13.236', 1654882727, '__ci_last_regenerate|i:1654882727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0c8b19c05a60486259c54981b7ea649f56c58a', '52.167.144.171', 1685523858, '__ci_last_regenerate|i:1685523858;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0cdbed8b51c7e164eef2d42dae23f82cac42b9', '207.46.13.215', 1677205886, '__ci_last_regenerate|i:1677205886;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0d4141fd61f5a773b7aab535235c2bc3c628ae', '45.81.39.118', 1672581464, '__ci_last_regenerate|i:1672581464;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0efe8b1fbd49ef6940d24f4352b82aaf4981e4', '51.222.253.12', 1668668903, '__ci_last_regenerate|i:1668668903;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff0fab018fdf646f008af8b3c64136ad1d8e6cd3', '157.55.39.79', 1669577794, '__ci_last_regenerate|i:1669577794;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff103f2f0b024f26334c29ea810b372e1f820bab', '114.119.139.26', 1685878620, '__ci_last_regenerate|i:1685878620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1054c47096eb029211576120084e8e03d54b89', '114.119.133.190', 1684584790, '__ci_last_regenerate|i:1684584790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff11c5bfc2bc80516725a7381d534d600830c5be', '52.167.144.164', 1686248117, '__ci_last_regenerate|i:1686248116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1294a1d8b512fd887ea23a55ae8d3092e1b5f5', '40.77.167.222', 1681474059, '__ci_last_regenerate|i:1681474059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff14105394c188de872dc25c344849e6392e1351', '207.46.13.106', 1670672163, '__ci_last_regenerate|i:1670672163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1571d69411c14c626f32a48c428848cbef7b51', '190.56.55.113', 1673661610, '__ci_last_regenerate|i:1673661534;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620127\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673661609;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff168b65010b444d2370e6be18423167c1320465', '17.121.112.206', 1651936931, '__ci_last_regenerate|i:1651936931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff19986d74a665b8060f25b1b2da606d84c1e948', '207.46.13.207', 1678368542, '__ci_last_regenerate|i:1678368542;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1b3f42e01f29b8f6012a15fc8f93f34df688cd', '190.148.87.96', 1678456927, '__ci_last_regenerate|i:1678456927;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678364070\";last_ip|s:13:\"190.148.87.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678455866;register_id|s:3:\"210\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-09 08:18:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1eb416bc71b0cdd5c14cbbb998ba55a47e89d1', '51.222.253.10', 1654550153, '__ci_last_regenerate|i:1654550153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1eba39c366cd50e00db51727772d24dd65f996', '17.121.112.24', 1655476640, '__ci_last_regenerate|i:1655476640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2270b24e02e2449b3bb829bba8410e2e4adae5', '157.55.39.79', 1669168275, '__ci_last_regenerate|i:1669168275;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff25f58e3145428ac304738d78e987f4ef0822c3', '17.121.112.68', 1654686998, '__ci_last_regenerate|i:1654686998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff272162f7c66f44f85900c804148aee5d83a94d', '170.64.171.6', 1685801688, '__ci_last_regenerate|i:1685801688;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff27d102675e6152193604b4100ac37f6516cc65', '190.148.157.98', 1679191020, '__ci_last_regenerate|i:1679191020;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679190555;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff28694a61da5c4b1815eadc4515dd2a1ca08bbb', '190.148.252.88', 1670848607, '__ci_last_regenerate|i:1670848607;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670758800\";last_ip|s:15:\"200.119.170.168\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670848599;register_id|s:3:\"160\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-09 08:49:44\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff290399ee6572f1b03c00ce0ed259c4dd104a9c', '34.245.70.54', 1650678073, '__ci_last_regenerate|i:1650678069;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2c8705977b29daf1e531cbcb52b3a54e56b34d', '52.167.144.98', 1686184298, '__ci_last_regenerate|i:1686184298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2cc09ad851aab1705707132f65422f1f89c7c6', '138.246.253.24', 1663219797, '__ci_last_regenerate|i:1663219797;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 ('ff2d0ec009a4a0b675bc90e896c6f074cf1a61af', '51.222.253.1', 1679390019, '__ci_last_regenerate|i:1679390019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2d1b745a0d7805cec43ec0073695ded01f6970', '207.46.13.41', 1670853543, '__ci_last_regenerate|i:1670853543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2d4353259328e9f55531fc3adcee1543a2045b', '52.167.144.74', 1688180765, '__ci_last_regenerate|i:1688180765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2e2db8197c5f272b3bfebdda562a4e9dc02cdc', '200.119.170.137', 1668719845, '__ci_last_regenerate|i:1668719845;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2e70034b66e85cc4fffd1cad107b75399cdb50', '190.56.173.213', 1683228098, '__ci_last_regenerate|i:1683228098;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1683201695\";last_ip|s:14:\"190.56.173.213\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1683227705;register_id|s:3:\"240\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-05-04 09:12:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff2ed19b8354e0ffa24ed2919ab3ccd8ee97387e', '114.119.155.250', 1687828224, '__ci_last_regenerate|i:1687828224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff30a03c9a66116716adcc7b81f05bd16ee79dfe', '198.251.73.119', 1672881339, '__ci_last_regenerate|i:1672881339;requested_page|s:15:\"category/prueba\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff3152efa4a6f49a9e19777859410d4ba59c2fe5', '52.167.144.74', 1688108622, '__ci_last_regenerate|i:1688108622;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff3230861c576c35af59020b5d975e96563423d7', '17.121.112.74', 1659538587, '__ci_last_regenerate|i:1659538587;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 ('ff32540b557b19bd25cc1cb33d5b8fa25110b8c0', '5.188.62.76', 1659550677, '__ci_last_regenerate|i:1659550672;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff333509a438615baa49eac88ad3d0deea1f9d0b', '190.56.173.251', 1651935955, '__ci_last_regenerate|i:1651935955;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651935439\";last_ip|s:13:\"190.56.51.152\";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 ('ff337adb3c52e12732ea96912b25e556d5ef09ac', '17.121.112.81', 1652210934, '__ci_last_regenerate|i:1652210934;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff3548c26c2e28a398817d7edb8e64ffea20bf44', '40.77.167.49', 1664105729, '__ci_last_regenerate|i:1664105729;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 ('ff35c03dbffbfabe32e971a9596a1e4574945bae', '52.167.144.28', 1679044561, '__ci_last_regenerate|i:1679044561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff384666da1dc3bc4c5626a42b6e14fe71bf1a70', '40.77.167.166', 1677333327, '__ci_last_regenerate|i:1677333327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff38a14b48614377468615429b3d76c0b6b2cf30', '190.56.32.35', 1671920788, '__ci_last_regenerate|i:1671920788;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671794785\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671920786;register_id|s:3:\"168\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-23 11:56:14\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff38b6cd180df9e468881e43327fc5d8864061d9', '111.13.63.126', 1650696242, '__ci_last_regenerate|i:1650696242;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff3fcf8b827346e17caa48306987f90e16d4a89b', '190.56.32.37', 1670520234, '__ci_last_regenerate|i:1670520234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1670414477\";last_ip|s:12:\"190.56.50.38\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1670520229;register_id|s:3:\"158\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-05 09:40:38\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff40b3558172099cd975a96869c31336d4b8d295', '52.167.144.171', 1685019577, '__ci_last_regenerate|i:1685019577;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff415cf03937660276039abbc5700b4b84cc7a56', '207.46.13.10', 1671347508, '__ci_last_regenerate|i:1671347508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff418b043ec57ac10429d3ab9765dc2f2f3747cf', '190.56.55.113', 1673710502, '__ci_last_regenerate|i:1673710502;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1673628285\";last_ip|s:13:\"190.56.55.113\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1673710438;register_id|s:3:\"180\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-13 08:24:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff427e55dfce4039637b33ba7e03ff84993a7ee4', '40.77.167.182', 1683192169, '__ci_last_regenerate|i:1683192169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff42933044470cceef14cfb89daa998da81363f3', '192.71.142.35', 1682937491, '__ci_last_regenerate|i:1682937491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4450fe337a016f05a18a2fb40615a2d9c3797b', '207.46.13.217', 1684065402, '__ci_last_regenerate|i:1684065402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff453058d6fa1f7ede3b9e5f7e80483a2631101d', '52.167.144.154', 1687916172, '__ci_last_regenerate|i:1687916172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff48f46022d3f0cf613c7def040baa4236da54d0', '40.77.167.13', 1672620112, '__ci_last_regenerate|i:1672620112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4b608d1796175d169d27ac28c72bb5f06e32f7', '157.55.39.216', 1676589270, '__ci_last_regenerate|i:1676589270;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4be3e7d7eeb7d32562a0e53cecdc5fa329d1ea', '157.55.39.51', 1667896458, '__ci_last_regenerate|i:1667896458;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4c4300adf09b60dcba9a635ed8a541f4706e93', '190.148.157.80', 1669299900, '__ci_last_regenerate|i:1669299900;identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669240415\";last_ip|s:14:\"190.148.157.80\";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 ('ff4d5b1f19375c75e5651355c3c5195de4ce9c26', '157.55.39.46', 1673161633, '__ci_last_regenerate|i:1673161633;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4d72f255350cc96ad46e3cce24479b81956b5c', '40.77.167.49', 1666874314, '__ci_last_regenerate|i:1666874314;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4e16c98fe9ccf5e490f2adc3495b36a05d976c', '104.248.195.46', 1673092835, '__ci_last_regenerate|i:1673092835;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4ed4eb6ac3fbe2c3c3a3223610f294c3f25054', '114.119.151.89', 1688020769, '__ci_last_regenerate|i:1688020769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff504b0acdbd239bbfdf633af168394c7cdc8ca9', '207.46.13.175', 1672896940, '__ci_last_regenerate|i:1672896940;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff52af0fefff7d2967184b76c1fe3cbc4a255ee2', '190.56.50.15', 1667226416, '__ci_last_regenerate|i:1667226416;identity|s:14:\"neltoncastillo\";username|s:14:\"neltoncastillo\";email|s:24:\"neltoncastillo@yahoo.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1666801301\";last_ip|s:14:\"200.119.170.16\";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 ('ff54070b3470c3417eac1b2455701219082fda7a', '35.184.89.7', 1664302617, '__ci_last_regenerate|i:1664302617;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff542428b5194561fab9934a76b5175fa1e5e03d', '66.249.74.103', 1685778130, '__ci_last_regenerate|i:1685778130;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 ('ff54f5b625daffb21beed6cb5c6518901a01b554', '40.77.167.56', 1673213616, '__ci_last_regenerate|i:1673213616;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5a5c6c50c3b0dc2bd4e32fd954066dbbe74a4f', '66.249.79.177', 1662167284, '__ci_last_regenerate|i:1662167284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5b21f94238cc7d411bd3dc9f4e7512e6742d8d', '17.121.114.226', 1659158929, '__ci_last_regenerate|i:1659158929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5b9b924ebd4f88fbc267642e08fea4cda73a97', '207.46.13.113', 1676044233, '__ci_last_regenerate|i:1676044232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff5cebc447a1f4362911af58ec502aede8530ef9', '200.119.173.130', 1675951369, '__ci_last_regenerate|i:1675951369;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675856527\";last_ip|s:15:\"200.119.173.130\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675951301;register_id|s:3:\"193\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-08 08:30:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff60b53856fdf8271f2d2bc88287d64bceae5466', '40.77.167.60', 1671687108, '__ci_last_regenerate|i:1671687108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff64429e44685816ac4c02966565dc74c3433d67', '114.119.157.123', 1688106698, '__ci_last_regenerate|i:1688106698;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff666533bac6246a86e14075e4fd001305d33046', '200.119.168.9', 1656194760, '__ci_last_regenerate|i:1656194760;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1656187388\";last_ip|s:13:\"200.119.168.9\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656194760;register_id|s:2:\"32\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-24 10:24:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6792b590788f05e501af6753a9901badb5ec5f', '37.187.76.13', 1682114213, '__ci_last_regenerate|i:1682114213;requested_page|s:4:\"cart\";reminder|s:90:\"El carrito de la compra está vacío, agregue el artículo y visite la página nuevamente.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff69380ca95f7584055329f0fe7cb2eefdf31bc1', '51.104.39.111', 1650991763, '__ci_last_regenerate|i:1650991760;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 ('ff69aad012c080c9e0fee575abebb6f1dc6bf33b', '149.56.150.116', 1650829802, '__ci_last_regenerate|i:1650829799;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6aa96e3d2e80dc63c2986d842438bac6db4e22', '114.119.159.79', 1686483817, '__ci_last_regenerate|i:1686483817;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6ba75bbd941f94b836ea95fbf0b25b37a8c6d8', '190.56.48.81', 1666013716, '__ci_last_regenerate|i:1666013716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1665922895\";last_ip|s:14:\"200.119.171.24\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666013593;register_id|s:3:\"126\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-14 08:30:11\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6ba8fe2304b72b00ebbe6b430856f9b97e87f9', '190.148.157.177', 1681953021, '__ci_last_regenerate|i:1681953021;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681952945;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6bb47dba872991185d95b56ff54ddd0831a6fb', '190.56.32.174', 1676557987, '__ci_last_regenerate|i:1676557987;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1676484764\";last_ip|s:13:\"190.56.32.174\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1676557966;register_id|s:3:\"196\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-13 08:46:20\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6dc4a5f06eae5f4f414f8df70891b07400231f', '190.56.48.81', 1666050406, '__ci_last_regenerate|i:1666050406;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1666045803\";last_ip|s:15:\"190.148.252.129\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1666049713;register_id|s:3:\"127\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-17 08:26:55\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff6e630c5d6b02bebdd26bc29d96712d8982830e', '52.36.91.242', 1656249305, '__ci_last_regenerate|i:1656249305;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 ('ff711084e27194b74cea5eb3e87b7796cd1ae10f', '18.206.55.48', 1651213085, '__ci_last_regenerate|i:1651213085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff71680af16787ef4f15ab8d4c3a878d83f6076e', '52.167.144.154', 1687723256, '__ci_last_regenerate|i:1687723256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff722a84b56adee3b9db5fe82e1f405b2d82a7f5', '190.148.252.76', 1654215384, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1654215384;identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1654204410\";last_ip|s:14:\"190.148.252.76\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654215377;register_id|s:2:\"17\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-02 11:38:51\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7446f5915327886d2a3f48e8892ada14238790', '190.56.32.35', 1672099234, '__ci_last_regenerate|i:1672099234;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672079426\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672099202;register_id|s:3:\"169\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-26 12:10:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7472c4c246e1cb5d556b91c5732b86371896b0', '185.27.99.126', 1675158325, '__ci_last_regenerate|i:1675158325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff755a3972455bb975ffcb1b22b40822dd448f72', '200.119.170.120', 1660095422, '__ci_last_regenerate|i:1660095422;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1660080594\";last_ip|s:15:\"190.148.158.220\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660095419;register_id|s:2:\"64\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-08-03 11:56:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff76f7bd1b0aa2584aecfb8849358456b0f5afea', '5.188.62.21', 1653444797, '__ci_last_regenerate|i:1653444797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff773ea802d08ac2c89d8df52c712aa9d1c50d57', '157.55.39.79', 1671234170, '__ci_last_regenerate|i:1671234170;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff782f5e3d5d2de0cd8a426e71da79da855686a9', '51.222.253.10', 1681352280, '__ci_last_regenerate|i:1681352280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7b5cf5c5432df686d4f651833dc779c140bf51', '114.119.128.34', 1686145851, '__ci_last_regenerate|i:1686145851;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7b7a698b52b48af596debe26485ea69f905e6a', '54.36.148.19', 1680636943, '__ci_last_regenerate|i:1680636943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7bb85671112ac89411f322415843591b3cfefb', '52.167.144.98', 1684980345, '__ci_last_regenerate|i:1684980345;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7c4c19d04adea2357fdf7442833c44c15da144', '52.167.144.108', 1680536092, '__ci_last_regenerate|i:1680536092;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7d1ba97dc94d2e3e8210ceba12315397521b79', '190.56.32.35', 1671672186, '__ci_last_regenerate|i:1671672012;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671543793\";last_ip|s:12:\"190.56.32.35\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671672186;register_id|s:3:\"166\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-19 09:16:16\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7d72b343b8854a51fe86dc46d059e9734fc6b1', '190.148.157.183', 1680314406, '__ci_last_regenerate|i:1680314404;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680177389\";last_ip|s:15:\"190.148.157.183\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680314405;register_id|s:3:\"222\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-31 09:11:42\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff7d906b5b37dc551b93f01da7d95950816b61b4', '159.192.253.210', 1650878948, '__ci_last_regenerate|i:1650878948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8063802212315d7045045d79e4b74f381b6aec', '114.119.136.245', 1687997524, '__ci_last_regenerate|i:1687997524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8366226a931235bbe7a1b434047f67ee48ab81', '58.226.140.97', 1652845878, '__ci_last_regenerate|i:1652845878;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 ('ff84164d67f42a247653ee55feeae4aa5cf04184', '114.119.136.75', 1687965126, '__ci_last_regenerate|i:1687965126;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8568d78a50924ebae56157183827ff14ca5590', '207.46.13.211', 1680045707, '__ci_last_regenerate|i:1680045707;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff856a69275203d55ed305a9fe53f6c39719561f', '128.90.117.196', 1676091629, '__ci_last_regenerate|i:1676091629;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 ('ff8a93afefc91818e7619d16c583ef48d0847677', '157.55.39.173', 1668631554, '__ci_last_regenerate|i:1668631554;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8b942df379b6cfa435be54c9784512a3c186c7', '207.46.13.41', 1664487604, '__ci_last_regenerate|i:1664487604;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8c0e630dc412f0ebe502d641a4372020929b7f', '190.148.252.233', 1668899717, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1668899717;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668859881\";last_ip|s:15:\"190.148.252.233\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668899713;register_id|s:3:\"149\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-18 08:29:09\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff8dbaadc6fc0d59157f10fd32980e5207ddf0ce', '74.208.2.213', 1672574285, '__ci_last_regenerate|i:1672574285;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff90ea80e66986a598cfdb1e9a75895f906a8a31', '52.167.144.171', 1684677004, '__ci_last_regenerate|i:1684677004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff91e87e2956341cb86b127341db7992eb09f4a2', '52.167.144.162', 1686510244, '__ci_last_regenerate|i:1686510244;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff95f0d2432e7d2b192c16f4bf21348007c2c884', '114.119.155.225', 1684561773, '__ci_last_regenerate|i:1684561773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff96f3b68d1770c68ee8d0c44d456e0edce2f8c8', '207.46.13.41', 1671244766, '__ci_last_regenerate|i:1671244766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff97c28461b76e0dc14105bef17f5e5ea5d747a9', '5.188.62.21', 1653372008, '__ci_last_regenerate|i:1653372005;error|s:50:\"<p>Error de acceso, por favor intente de nuevo</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff9a84d2a036249e65b08772e31b639315a35a53', '52.167.144.98', 1686411615, '__ci_last_regenerate|i:1686411615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff9bd7102133d6af1f537dd275e443fd33571856', '194.233.65.81', 1688355038, '__ci_last_regenerate|i:1688355038;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 ('ff9ce988ccb2c6c6e54224529e13a6feba0def1e', '5.188.62.21', 1653336937, '__ci_last_regenerate|i:1653336937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffa0c9bb9d7fa0571710476b5a500cb56ec506e5', '207.46.13.48', 1654001627, '__ci_last_regenerate|i:1654001617;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffa1ff8f68471abdd8155e308836a95a0d5e579c', '190.148.87.96', 1678719002, '__ci_last_regenerate|i:1678719002;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffa25fdef5d69e912f91b4591a1e70a38b601a85', '157.55.39.90', 1663529452, '__ci_last_regenerate|i:1663529451;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffa43d0d9569867bad0f095634b89b20fbefc47a', '54.37.233.116', 1650851703, '__ci_last_regenerate|i:1650851703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffa66c915f5c45b31000ec288cba60ba4932d10c', '190.148.252.56', 1663975033, '__ci_last_regenerate|i:1663975033;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffabecc19db0c35e0267b93633d824b4666b2319', '40.77.167.146', 1687702722, '__ci_last_regenerate|i:1687702722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffad018f2c7e922c10a8b7e768d8a821d7955ed1', '190.148.158.69', 1685818905, '__ci_last_regenerate|i:1685818905;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1685730392\";last_ip|s:14:\"190.148.158.69\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1685818881;register_id|s:3:\"256\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-02 08:25:26\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffad82c6ee45e199fab0720657b2a536e2405a0e', '54.36.148.192', 1670090745, '__ci_last_regenerate|i:1670090745;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 ('ffadd49bd5fa3020c08352c8ebe936816d214684', '190.148.157.177', 1681944729, '__ci_last_regenerate|i:1681944729;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1681823195\";last_ip|s:15:\"190.148.252.102\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1681944689;register_id|s:3:\"231\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-19 08:43:12\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffaf6f5a0cc7fdd2e932b7ad1b613178359754c3', '179.43.169.180', 1650965594, '__ci_last_regenerate|i:1650965594;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffafc9773ed44c2c4de3aa62a740548868eb0df1', '190.148.252.96', 1672952090, '__ci_last_regenerate|i:1672952090;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1672937453\";last_ip|s:14:\"190.148.252.96\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1672952072;register_id|s:3:\"174\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-02 08:38:42\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb06b39c6e3177f95af9a23366e733e3052fdac', '40.77.167.43', 1654668415, '__ci_last_regenerate|i:1654668405;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb07e2102bc3575de10ce0cd3cae4763f41ee19', '130.245.169.70', 1657360531, '__ci_last_regenerate|i:1657360530;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb0d6d7580ed9652056bd3f351220e4a1016dc7', '114.119.130.12', 1688409863, '__ci_last_regenerate|i:1688409863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb20ae3a49c09ab4088e77c788b26efc1b0a1e4', '40.77.167.146', 1687706498, '__ci_last_regenerate|i:1687706498;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb3cdae75680d9e136cd7173a8fb4c2fdb11b49', '114.119.144.38', 1688127546, '__ci_last_regenerate|i:1688127546;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb3fcbe8b85fe45c5ba4b275089dc5577517ade', '190.148.252.151', 1671195656, '__ci_last_regenerate|i:1671195656;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1671105024\";last_ip|s:15:\"190.148.252.151\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671195638;register_id|s:3:\"164\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-12-15 08:42:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb417b82143e9948c7ff224292992d902bddbab', '200.119.172.48', 1668624822, '__ci_last_regenerate|i:1668624822;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1668514460\";last_ip|s:14:\"200.119.173.91\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1668621189;register_id|s:3:\"147\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-11-16 08:29:17\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb5724edcf1d05389cfd2e4d3900b1a0d1a14ae', '40.77.167.123', 1683265872, '__ci_last_regenerate|i:1683265872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb5b6cc07a2256aee34d52b4671d9a483ab6990', '114.119.130.111', 1685190218, '__ci_last_regenerate|i:1685190200;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb637fd09236400a5ce99e220877f73813ec740', '54.149.253.169', 1666829520, '__ci_last_regenerate|i:1666829520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb6c3634571eb236c90f04aa3f8343293ce92b4', '51.222.253.15', 1681364356, '__ci_last_regenerate|i:1681364356;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 ('ffb73caaa0aad1a39dcd48fc970d4f110ff44f2f', '207.46.13.41', 1670805994, '__ci_last_regenerate|i:1670805994;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb8545ce78ff5db59024fab7540e7e455e727c6', '200.119.174.9', 1674134893, '__ci_last_regenerate|i:1674134893;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1674074486\";last_ip|s:15:\"190.148.252.177\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674134889;register_id|s:3:\"181\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-01-16 11:30:34\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffb98c93989381cd9dcf43e47c7f30024a3b7894', '200.119.168.250', 1680699716, '__ci_last_regenerate|i:1680699716;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1680629940\";last_ip|s:15:\"200.119.168.250\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680699712;register_id|s:3:\"224\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-04 08:38:13\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffba57bfabf2b04e8f4386abbcaab7d1f791ef8f', '149.56.150.116', 1650829803, '__ci_last_regenerate|i:1650829803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffbb9c126f26dbd593ba77c970e03c30d9b6d2aa', '51.222.253.16', 1671997073, '__ci_last_regenerate|i:1671997073;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 ('ffbbddb17798a8d181abf34e6a65f98ffd22a844', '114.119.159.39', 1687814626, '__ci_last_regenerate|i:1687814626;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffbd4604931e4d28f2a9356301507a183fc9e5d8', '207.46.13.142', 1665025924, '__ci_last_regenerate|i:1665025924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffbe66916606ebf3e86e7ee2896595de84d00efb', '114.119.132.88', 1687835791, '__ci_last_regenerate|i:1687835791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffbe9555a2c63c89a7e341828f31e43544df7e1a', '114.119.137.98', 1688206446, '__ci_last_regenerate|i:1688206446;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc06cd977aa2a0708ab21bd308e30e569767fe6', '207.46.13.215', 1680354561, '__ci_last_regenerate|i:1680354561;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc09adc1611f38c35b7d79f132f2616841f0247', '190.56.50.253', 1682612923, '__ci_last_regenerate|i:1682612923;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1682509007\";last_ip|s:13:\"190.56.50.253\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1682611700;register_id|s:3:\"237\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-04-27 09:03:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc1269a2431efa8634818ade708bb37ff25fa73', '157.55.39.125', 1654366264, '__ci_last_regenerate|i:1654366264;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc2953055bea33d2c590562097123a6116de0e1', '157.55.39.100', 1672167878, '__ci_last_regenerate|i:1672167878;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc2fcfd272efebf76737037ca840e39ee201d8b', '40.77.167.37', 1668935073, '__ci_last_regenerate|i:1668935073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc3938ac5cbea34d42ecccf5aad6fed05570e97', '114.119.135.181', 1687993978, '__ci_last_regenerate|i:1687993978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc3f8b8ba8ba60abaca72cb792b8359af9c506e', '157.55.39.121', 1675024447, '__ci_last_regenerate|i:1675024447;error|s:81:\"Producto no encontrado, por favor intente nuevamente o contacte al administrador.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc48790b5761e4cd9321d088ae842e09f1efa61', '54.36.148.11', 1660103530, '__ci_last_regenerate|i:1660103530;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 ('ffc4ae52497acd5360d0c787ce4ac9e18f06ff6f', '52.167.144.154', 1687611108, '__ci_last_regenerate|i:1687611108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc5363a037bdb38a27ddc7eae407d48c900d4a6', '190.148.157.98', 1679185311, '__ci_last_regenerate|i:1679185311;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1679067032\";last_ip|s:14:\"190.148.157.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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1679185305;register_id|s:3:\"214\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-03-17 09:28:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc63b2a1ccffe616fe9844ecf40cdd7081aa991', '50.21.188.97', 1672492710, '__ci_last_regenerate|i:1672492710;requested_page|s:29:\"category/ferreteria-manuelito\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc6549819083872b010e070e6ea2e4a0270530d', '157.55.39.125', 1653323510, '__ci_last_regenerate|i:1653323510;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc68bca63e62b99aebcad24466abb96c4878971', '40.77.167.169', 1676212049, '__ci_last_regenerate|i:1676212049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc6c253443aca6651da5518d917f119e089b8dd', '51.222.253.12', 1677081301, '__ci_last_regenerate|i:1677081301;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc7447fcc30006b5c247d26a6eee558e9f6d103', '52.167.144.164', 1685077837, '__ci_last_regenerate|i:1685077837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc7a6548f16954aa806b3cdbecf7ed27687988c', '17.121.112.103', 1653661735, '__ci_last_regenerate|i:1653661735;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 ('ffc7e8e1d75787fecffb3940f06a08b715fb9092', '52.167.144.74', 1687962034, '__ci_last_regenerate|i:1687962034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffc8348736f6859f01e73bfd2cd104117b2f383e', '198.235.24.25', 1656407819, '__ci_last_regenerate|i:1656407819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffcae36ddcce8680d2467fefc724d7716beb4905', '192.71.42.108', 1657248892, '__ci_last_regenerate|i:1657248892;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffcc22a01cce668c7b4f2e73fc812041be0f0c9f', '207.46.13.142', 1666317274, '__ci_last_regenerate|i:1666317274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffccfe14f81f2c6d29c61122d31a50e14c1ef576', '52.167.144.164', 1685277947, '__ci_last_regenerate|i:1685277947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffcdf47c0c6af24deb016937c74f4dd9b27acf9c', '40.77.167.63', 1671861917, '__ci_last_regenerate|i:1671861917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd05ddf90a60e566e89de96a310af3ad3b99bb8', '40.77.167.63', 1672246871, '__ci_last_regenerate|i:1672246871;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd311c77286a269c1dfbdea5ac55c4c70cb805d', '190.148.252.161', 1670019841, '__ci_last_regenerate|i:1670019841;requested_page|s:14:\"admin/products\";identity|s:6:\"sergio\";username|s:6:\"sergio\";email|s:24:\"serleogonzales@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670004317\";last_ip|s:15:\"190.148.252.161\";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\";user_csrf|s:20:\"GtMAhveKSnVfNr4oX8Pl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd38cb2204d50ba56a5b7d5b63be8b15081f711', '157.55.39.79', 1668367007, '__ci_last_regenerate|i:1668367007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd648c045ee18562f7717708e521c6f1aab6262', '207.46.13.175', 1672938927, '__ci_last_regenerate|i:1672938927;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd6c6a9526c8cce7bbdb7d2073d0e6eb4a6ea4d', '34.221.160.111', 1671196644, '__ci_last_regenerate|i:1671196644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffd88f5972bb1aa149ce0838ab758269c15a8d6e', '190.148.157.192', 1655909908, '__ci_last_regenerate|i:1655909908;requested_page|s:9:\"admin/pos\";identity|s:5:\"kevin\";username|s:5:\"kevin\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1655857949\";last_ip|s:15:\"190.148.157.192\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655908359;register_id|s:2:\"29\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-06-21 10:52:39\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffdcd9b06ec321e77fa978149df74ed4158af6e4', '200.119.169.52', 1664921330, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664921300;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664813250\";last_ip|s:14:\"190.148.252.73\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664921329;register_id|s:3:\"117\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-10-04 08:35:35\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffdd1132c549833c4869cd501762708fc0f159bd', '40.77.167.222', 1681091474, '__ci_last_regenerate|i:1681091474;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffdd7c0b3e9d65ec325051081535acc510413a34', '190.148.252.111', 1678107863, '__ci_last_regenerate|i:1678107863;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1678019095\";last_ip|s:15:\"190.148.252.111\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1678107832;register_id|s:3:\"206\";cash_in_hand|s:7:\"88.5000\";register_open_time|s:19:\"2023-03-03 08:57:02\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffdd9f2e05d34b359170be2bf1f3c4328c804a19', '157.55.39.125', 1655353534, '__ci_last_regenerate|i:1655353534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffde7c364bd376adfa4c33933c0e3f8cf1f08f49', '190.56.32.139', 1685829201, '__ci_last_regenerate|i:1685829201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffde977d25fc66b00c108e9572cc50e6afdbcd73', '130.255.166.90', 1683770790, '__ci_last_regenerate|i:1683770790;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffdf2c3cc37f6157ecafe70a53e23f8d1e77798c', '200.119.173.130', 1675800856, '__ci_last_regenerate|i:1675800856;requested_page|s:9:\"admin/pos\";identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1675684240\";last_ip|s:14:\"190.148.252.55\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675800849;register_id|s:3:\"192\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-02-07 08:40:23\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe160bac8515bda9b3a716a72984398a5704541', '52.167.144.74', 1688243880, '__ci_last_regenerate|i:1688243880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe16a5144772a996e9dc7443287c0ab5c5ace6b', '52.167.144.66', 1677683143, '__ci_last_regenerate|i:1677683143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe1fca2c27e67cec361bea9154808434dd9a144', '114.119.134.178', 1688384094, '__ci_last_regenerate|i:1688384094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe26366ace77d2fed514ba217d3f198f531a91a', '52.167.144.76', 1681710558, '__ci_last_regenerate|i:1681710557;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe26ec5637ce4c72ea1f355385e20e0e47aa5af', '190.56.32.162', 1686507496, '__ci_last_regenerate|i:1686507496;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1686396262\";last_ip|s:13:\"190.56.32.162\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1686507450;register_id|s:3:\"261\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2023-06-09 08:19:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe4a897a996dc9048986372c301a8fa367118db', '137.184.33.219', 1688476288, '__ci_last_regenerate|i:1688476288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe63602a58aa2c1210d5e5466b05a04a11ad393', '51.222.253.16', 1664629017, '__ci_last_regenerate|i:1664629017;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 ('ffe658f173af64a5d872b8a03cf61294d5c3e4cf', '107.152.234.218', 1651606400, '__ci_last_regenerate|i:1651606400;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 ('ffe7b93f197ffc19f409e9e49be59a71f6d0a57a', '40.77.167.97', 1655457215, '__ci_last_regenerate|i:1655457215;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 ('ffe7f74a68b7fac0935593ed23a30cbeebc6e856', '114.119.134.192', 1685945311, '__ci_last_regenerate|i:1685945311;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffea0f3bfcec62b13754c7ea2f4c787a519d55ff', '167.248.133.60', 1650669587, '__ci_last_regenerate|i:1650669587;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffebe10cc283d7711120b959dc0e3723441f4ea7', '54.36.148.49', 1686929614, '__ci_last_regenerate|i:1686929614;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffebec32686bb807cfeee36320aedd9abd2dccbf', '192.36.109.86', 1686034153, '__ci_last_regenerate|i:1686034153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffee1f2c74528c638266834545f481158b1d3997', '52.167.144.171', 1685351800, '__ci_last_regenerate|i:1685351800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffef55eb85ab882d58de41480367821bf5e6076d', '157.55.39.79', 1668631533, '__ci_last_regenerate|i:1668631533;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffefc3cc303ebbaaad843c63a36621981e2a42aa', '52.167.144.164', 1685971806, '__ci_last_regenerate|i:1685971806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff16479a5ae77de39d4817c508fa0f49d7e52bf', '52.167.144.28', 1679589496, '__ci_last_regenerate|i:1679589496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff2b18ef1c3c13a0eae7ce6699f0c114381884f', '52.167.144.162', 1682053705, '__ci_last_regenerate|i:1682053705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff4f4f9cedc5d25cf60bbbf5869d48fbb84a355', '111.7.100.20', 1650686157, '__ci_last_regenerate|i:1650686157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff58968ec67b172649a4529a2c3dea60b73ef9a', '54.202.205.11', 1664198503, '__ci_last_regenerate|i:1664198503;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 ('fff5efe822c0fb7a39159d022f2c817cc9f00a86', '40.77.167.202', 1687916247, '__ci_last_regenerate|i:1687916247;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff6b0d12e68d1e2d7a6ebe8e2369913f6fa88a1', '200.119.170.221', 1664379820, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1664379820;identity|s:6:\"VENTAS\";username|s:6:\"VENTAS\";email|s:24:\"ncastillo@donpepe.com.gt\";user_id|s:1:\"7\";old_last_login|s:10:\"1664317682\";last_ip|s:15:\"200.119.170.221\";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:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664379808;register_id|s:3:\"113\";cash_in_hand|s:8:\"200.0000\";register_open_time|s:19:\"2022-09-28 08:24:01\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff6e8ecac74a5a0c936a8f3cabdc667b399036d', '52.167.144.133', 1681445484, '__ci_last_regenerate|i:1681445484;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 ('fff9acbaaa31c55470cdb3e60b00234ba7445c99', '46.101.63.152', 1652762876, '__ci_last_regenerate|i:1652762876;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 ('fffaac9e0328b39d18f82f14ecb58e29f143f24c', '114.119.147.233', 1687827243, '__ci_last_regenerate|i:1687827243;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fffd80444f5f9ba8027fd683aaa550edfcab4bf7', '17.121.114.132', 1655981136, '__ci_last_regenerate|i:1655981136;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffffcaaad21546afae4064818ca3bb849f5ff742', '52.167.144.98', 1686209045, '__ci_last_regenerate|i:1686209045;');


#
# 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',
  `decimals_price` 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;

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`, `decimals_price`, `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, 'GASOLINERA_Y_MATERIAL.jpg', 'GASOLINERA_Y_MATERIAL1.jpg', 'Gasolinera y Materiales Manuelito, S.A.', 'spanish', 1, 0, 'GTQ', 0, 10, '3.4.47', 1, 5, 'SALE', 'QUOTE', 'PO', 'TR', 'DO', 'IPAY', 'SR', 'PR', '', 1, 'default', 1, 1, 1, 1, 0, 1, 0, 1, 0, 'America/Guatemala', 800, 800, 150, 150, 0, 0, 0, 0, NULL, 'mail', '/usr/sbin/sendmail', 'pop.gmail.com', 'contact@sma.tecdiary.org', 'jEFTM4T63AiQ9dsidxhPKt9CIg4HQjCN58n/RW9vmdC/UDXCzRLR469ziZ0jjpFlbOg43LyoSmpJLBkcAHh0Yw==', '25', NULL, NULL, 1, 'misgananciasgt@gmail.com', 0, 4, 1, 0, 2, 1, 1, 0, 2, 20, 2, '.', ',', 0, 3, '123', '123', 0, NULL, NULL, NULL, NULL, 0, 0, 1, 1, 'Q', 0, '-', 0, 1, 1, 'POP', 90, '', 1, 0, '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,
  `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;

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, 'Mis Ganancias', 'Mis Ganancias', 1, 3, '', '', '', '', 'Aceptamos PayPal o puede pagar con sus tarjetas de crédito/débito.', ' Haga clic en el siguiente enlace para seguirnos en las redes sociales.', 'http://facebook.com/misgananciasgt', 'http://twitter.com/misgananciasgt', '', '', '54959953', 'misgananciasgt@gmail.com', 'Utilizamos cookies para mejorar su experiencia en nuestro sitio web. Al navegar por este sitio web, acepta nuestro uso de cookies.', '', '[{\"image\":\"3a0de3dbfe68db5d27f51021cca78c81.jpg\",\"link\":\"https:\\/\\/www.facebook.com\\/MisGananciasGT\",\"caption\":\"\"},{\"image\":\"d78a040939adf67f6760bf2c327688bd.jpg\",\"link\":\"https:\\/\\/g.page\\/r\\/CQsASTJnie7lEBA\",\"caption\":\"\"},{\"image\":\"31d721e02b6d5534edec0e910b97da92.jpg\",\"link\":\"https:\\/\\/www.facebook.com\\/MisGananciasGT\",\"caption\":\"\"},{\"image\":\"8d8f97e27344558b422350a1157cfe74.jpg\",\"link\":\"https:\\/\\/www.facebook.com\\/MisGananciasGT\",\"caption\":\"\"},{\"link\":\"\",\"caption\":\"\"}]', 0, '', 'envato_username', '3.4.47', 'png_80x300_mis_gananc.png', '', 0, 0, 'Mis Ganancias', 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;

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,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;

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;

#
# 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,
  `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=13 DEFAULT CHARSET=utf8;

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, '2022-04-27 08:26:00', '', 1, 'full', 'e2def2d32c2e7233196524e2b8842821.csv', NULL, '', '', '', '', NULL, 542, 542, 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 (2, '2022-04-28 09:27:00', '', 1, 'full', '883fe77ea901cf8aa01a7723db0085a2.csv', NULL, '', '', '', '', NULL, 896, 896, 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-04-28 09:28:00', '', 1, 'full', 'a76c42da908cb4b82efda5e669b27e1b.csv', NULL, '', '', '', '', NULL, 896, 896, 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-06-02 08:55:00', '', 1, 'full', '882373b736b287e3ee555ddfd34e40e3.csv', NULL, '', '', '', '', NULL, 1084, 1084, 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-06-02 09:00:00', '', 1, 'partial', '95ca0c348b5cda0ef5e9c2d6991136c8.csv', NULL, '', '', '4', 'FERRETERIA MANUELITO', NULL, 957, 957, 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-06-02 09:50:00', '', 1, 'full', '64649024e8150ffd31e536dbe0048b8c.csv', NULL, '', '', '', '', NULL, 1084, 1084, 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-06-02 09:50:00', '', 1, 'partial', 'af171f15dc112c0f279b1adb78b568bf.csv', NULL, '', '', '4', 'FERRETERIA MANUELITO', NULL, 957, 957, 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 (8, '2022-06-02 11:35:00', '', 1, 'full', 'ccd9fa6eb7620a75fa4c0a4dccbe62bf.csv', NULL, '', '', '', '', NULL, 1084, 1084, 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 (9, '2022-06-02 11:36:00', '', 1, 'partial', 'fa1cffda5e616baad017bc2dbebd0884.csv', NULL, '', '', '4', 'FERRETERIA MANUELITO', NULL, 957, 957, 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 (10, '2022-06-07 10:51:00', '', 1, 'full', '3f43134507112d372d7d5601e26126b8.csv', NULL, '', '', '', '', NULL, 1089, 1089, 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 (11, '2022-06-07 10:54:00', '', 1, 'partial', '09a5292b6fb20605f1a6ced5985bee76.csv', NULL, '', '', '4', 'FERRETERIA MANUELITO', NULL, 962, 962, 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 (12, '2022-06-07 10:58:00', '', 1, 'partial', '22fec23a5c2c5fb66fa9bfc5e6f086fa.csv', NULL, '', '', '4', 'FERRETERIA MANUELITO', NULL, 962, 962, NULL, NULL, NULL, 6, 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 DEFAULT CHARSET=utf8;

#
# 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 DEFAULT CHARSET=utf8;

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

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 @10%', 'VAT10', '10.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;

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

#
# 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=7 DEFAULT CHARSET=utf8;

INSERT INTO `sma_units` (`id`, `code`, `name`, `base_unit`, `operator`, `unit_value`, `operation_value`) VALUES (1, 'PZA', 'PZA', NULL, NULL, NULL, NULL);
INSERT INTO `sma_units` (`id`, `code`, `name`, `base_unit`, `operator`, `unit_value`, `operation_value`) VALUES (4, 'GALON', 'GALON', NULL, NULL, NULL, NULL);
INSERT INTO `sma_units` (`id`, `code`, `name`, `base_unit`, `operator`, `unit_value`, `operation_value`) VALUES (5, 'UNIDAD', 'UNIDAD', NULL, NULL, NULL, NULL);
INSERT INTO `sma_units` (`id`, `code`, `name`, `base_unit`, `operator`, `unit_value`, `operation_value`) VALUES (6, 'METRO', 'METRO', 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=1587 DEFAULT CHARSET=utf8;

INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1, 1, NULL, '190.104.119.122', 'Soporte', '2022-04-23 10:18:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (2, 6, NULL, '190.104.119.122', 'neltoncastillo ', '2022-04-23 11:11:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (3, 1, NULL, '190.104.119.122', 'Soporte', '2022-04-23 11:16:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (4, 6, NULL, '190.104.119.122', 'neltoncastillo ', '2022-04-23 11:17:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (5, 6, NULL, '190.56.173.130', 'neltoncastillo', '2022-04-25 08:21:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (6, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 08:44:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (7, 7, NULL, '190.56.173.167', 'KEVIN', '2022-04-25 08:46:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (8, 8, NULL, '190.56.173.167', 'SERGIO', '2022-04-25 08:52:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (9, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 09:00:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (10, 8, NULL, '190.56.173.167', 'SERGIO', '2022-04-25 09:01:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (11, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 09:03:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (12, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 09:08:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (13, 8, NULL, '190.56.173.167', 'SERGIO', '2022-04-25 09:23:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (14, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 09:28:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (15, 8, NULL, '190.56.173.167', 'SERGIO', '2022-04-25 09:35:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (16, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 09:55:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (17, 8, NULL, '190.56.173.167', 'SERGIO', '2022-04-25 10:06:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (18, 7, NULL, '190.56.173.167', 'KEVIN', '2022-04-25 10:29:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (19, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 10:32:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (20, 6, NULL, '190.56.173.167', 'neltoncastillo', '2022-04-25 10:35:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (21, 7, NULL, '190.56.173.167', 'KEVIN', '2022-04-25 10:37:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (22, 6, NULL, '190.104.119.122', 'neltoncastillo', '2022-04-25 11:56:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (23, 8, NULL, '190.56.173.167', 'SERGIO', '2022-04-25 15:18:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (24, 6, NULL, '190.148.252.183', 'neltoncastillo', '2022-04-25 16:56:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (25, 6, NULL, '186.151.60.88', 'neltoncastillo', '2022-04-25 20:06:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (26, 6, NULL, '190.56.48.27', 'neltoncastillo', '2022-04-26 07:52:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (27, 1, NULL, '190.104.119.122', 'Soporte', '2022-04-26 08:32:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (28, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-26 09:08:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (29, 7, NULL, '190.56.32.170', 'KEVIN', '2022-04-26 09:27:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (30, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-26 09:31:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (31, 1, NULL, '168.194.72.202', 'Soporte', '2022-04-26 17:52:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (32, 6, NULL, '190.104.119.122', 'neltoncastillo', '2022-04-26 18:34:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (33, 6, NULL, '190.104.119.122', 'neltoncastillo', '2022-04-27 07:51:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (34, 6, NULL, '190.104.119.122', 'neltoncastillo', '2022-04-27 08:12:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (35, 8, NULL, '190.56.32.170', 'SERGIO', '2022-04-27 08:15:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (36, 6, NULL, '190.104.119.122', 'neltoncastillo', '2022-04-27 08:17:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (37, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-27 08:20:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (38, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-27 08:46:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (39, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-27 11:34:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (40, 6, NULL, '190.104.119.148', 'neltoncastillo', '2022-04-27 12:35:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (41, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-27 14:07:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (42, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-28 09:17:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (43, 6, NULL, '190.56.32.170', 'neltoncastillo', '2022-04-28 12:17:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (44, 6, NULL, '190.104.119.148', 'neltoncastillo', '2022-04-29 08:13:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (45, 1, NULL, '168.194.72.202', 'Soporte', '2022-04-29 09:08:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (46, 6, NULL, '190.56.48.90', 'neltoncastillo', '2022-04-29 10:43:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (47, 7, NULL, '190.56.48.90', 'KEVIN', '2022-04-29 10:50:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (48, 6, NULL, '190.56.173.169', 'neltoncastillo', '2022-05-04 16:23:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (49, 7, NULL, '190.56.173.169', 'KEVIN', '2022-05-04 16:49:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (50, 6, NULL, '190.56.173.169', 'neltoncastillo', '2022-05-04 17:05:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (51, 6, NULL, '190.56.173.169', 'neltoncastillo', '2022-05-05 15:31:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (52, 8, NULL, '190.148.157.184', 'SERGIO', '2022-05-06 10:03:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (53, 6, NULL, '190.148.157.184', 'neltoncastillo', '2022-05-06 10:28:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (54, 6, NULL, '190.56.173.251', 'neltoncastillo', '2022-05-06 14:45:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (55, 8, NULL, '190.56.51.152', 'SERGIO', '2022-05-07 08:57:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (56, 7, NULL, '190.56.173.251', 'KEVIN', '2022-05-07 08:57:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (57, 8, NULL, '190.56.173.251', 'SERGIO', '2022-05-07 08:59:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (58, 7, NULL, '190.56.173.251', 'KEVIN', '2022-05-09 07:58:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (59, 8, NULL, '190.56.173.251', 'SERGIO', '2022-05-09 07:59:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (60, 6, NULL, '190.56.173.251', 'neltoncastillo', '2022-05-09 12:04:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (61, 8, NULL, '190.56.173.251', 'SERGIO', '2022-05-09 14:38:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (62, 8, NULL, '190.56.50.106', 'SERGIO', '2022-05-10 08:48:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (63, 8, NULL, '190.56.50.106', 'SERGIO', '2022-05-10 14:49:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (64, 8, NULL, '190.56.50.106', 'SERGIO', '2022-05-11 11:50:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (65, 8, NULL, '190.56.50.106', 'SERGIO', '2022-05-11 14:42:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (66, 8, NULL, '190.148.157.173', 'SERGIO', '2022-05-12 11:07:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (67, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-12 15:21:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (68, 8, NULL, '190.148.157.173', 'SERGIO', '2022-05-13 12:18:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (69, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 09:56:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (70, 7, NULL, '190.148.157.173', 'KEVIN', '2022-05-16 12:34:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (71, 7, NULL, '190.148.157.173', 'KEVIN', '2022-05-16 12:56:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (72, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 14:29:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (73, 7, NULL, '190.148.157.173', 'KEVIN', '2022-05-16 17:39:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (74, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 19:57:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (75, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 20:06:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (76, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 20:14:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (77, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 20:17:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (78, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 20:18:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (79, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 20:18:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (80, 6, NULL, '190.148.157.173', 'neltoncastillo', '2022-05-16 20:53:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (81, 6, NULL, '190.148.252.88', 'neltoncastillo', '2022-05-17 06:40:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (82, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-05-17 09:08:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (83, 7, NULL, '190.148.252.76', 'KEVIN', '2022-05-17 09:13:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (84, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-05-17 09:19:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (85, 8, NULL, '190.148.252.76', 'SERGIO', '2022-05-17 09:20:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (86, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-05-17 11:36:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (87, 8, NULL, '190.148.252.76', 'SERGIO', '2022-05-17 12:30:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (88, 7, NULL, '190.148.252.76', 'KEVIN', '2022-05-17 14:34:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (89, 8, NULL, '200.119.172.126', 'SERGIO', '2022-05-17 16:06:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (90, 7, NULL, '200.119.172.126', 'KEVIN', '2022-05-17 17:35:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (91, 7, NULL, '200.119.172.126', 'KEVIN', '2022-05-18 07:18:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (92, 6, NULL, '200.119.172.126', 'neltoncastillo', '2022-05-18 09:41:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (93, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-18 16:31:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (94, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-18 20:05:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (95, 6, NULL, '190.56.173.175', 'neltoncastillo', '2022-05-19 09:04:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (96, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-19 09:28:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (97, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-19 14:25:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (98, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-19 14:39:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (99, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-19 15:56:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (100, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-19 18:45:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (101, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-20 06:47:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (102, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-20 10:01:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (103, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-20 10:27:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (104, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-20 12:53:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (105, 6, NULL, '190.56.173.175', 'neltoncastillo', '2022-05-20 14:44:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (106, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-20 14:56:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (107, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-20 16:24:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (108, 6, NULL, '190.56.173.175', 'neltoncastillo', '2022-05-20 16:34:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (109, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-20 19:11:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (110, 6, NULL, '190.56.173.175', 'neltoncastillo', '2022-05-20 21:11:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (111, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-21 06:43:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (112, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-22 13:28:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (113, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-23 07:54:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (114, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-23 10:15:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (115, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-23 10:16:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (116, 6, NULL, '190.56.173.175', 'neltoncastillo', '2022-05-23 10:19:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (117, 1, NULL, '190.104.119.122', 'Soporte', '2022-05-23 10:29:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (118, 8, NULL, '190.56.173.175', 'SERGIO', '2022-05-23 10:41:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (119, 6, NULL, '190.56.173.175', 'neltoncastillo', '2022-05-23 10:42:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (120, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-23 11:59:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (121, 7, NULL, '190.56.173.175', 'KEVIN', '2022-05-23 14:58:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (122, 7, NULL, '190.56.49.159', 'KEVIN', '2022-05-23 18:32:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (123, 7, NULL, '190.148.252.116', 'KEVIN', '2022-05-24 06:42:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (124, 7, NULL, '190.148.252.116', 'KEVIN', '2022-05-24 10:17:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (125, 8, NULL, '190.148.252.116', 'SERGIO', '2022-05-24 10:18:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (126, 7, NULL, '190.148.252.116', 'KEVIN', '2022-05-24 10:18:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (127, 8, NULL, '190.148.252.116', 'SERGIO', '2022-05-24 10:19:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (128, 6, NULL, '190.56.55.184', 'neltoncastillo', '2022-05-24 10:35:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (129, 8, NULL, '190.148.252.116', 'SERGIO', '2022-05-24 11:54:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (130, 7, NULL, '190.56.54.129', 'KEVIN', '2022-05-24 15:31:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (131, 6, NULL, '190.56.54.129', 'neltoncastillo', '2022-05-24 22:37:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (132, 7, NULL, '190.56.54.129', 'KEVIN', '2022-05-25 06:51:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (133, 6, NULL, '190.56.32.200', 'neltoncastillo', '2022-05-25 08:39:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (134, 7, NULL, '190.56.54.129', 'KEVIN', '2022-05-25 18:27:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (135, 6, NULL, '190.56.54.129', 'neltoncastillo', '2022-05-25 19:06:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (136, 7, NULL, '190.56.54.129', 'KEVIN', '2022-05-26 06:46:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (137, 6, NULL, '190.56.54.129', 'neltoncastillo', '2022-05-26 11:12:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (138, 8, NULL, '190.56.54.129', 'SERGIO', '2022-05-26 11:13:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (139, 8, NULL, '190.56.54.129', 'SERGIO', '2022-05-26 12:02:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (140, 7, NULL, '190.56.54.129', 'KEVIN', '2022-05-26 12:46:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (141, 7, NULL, '190.56.54.129', 'KEVIN', '2022-05-27 06:38:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (142, 8, NULL, '190.148.252.195', 'SERGIO', '2022-05-27 08:35:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (143, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-27 15:42:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (144, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-28 06:44:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (145, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-28 08:57:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (146, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-28 14:38:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (147, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-29 14:50:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (148, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-30 12:08:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (149, 7, NULL, '190.148.252.195', 'KEVIN', '2022-05-30 17:04:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (150, 7, NULL, '190.56.50.41', 'KEVIN', '2022-05-31 07:42:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (151, 7, NULL, '190.148.252.76', 'KEVIN', '2022-05-31 18:05:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (152, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-05-31 21:40:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (153, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-01 06:56:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (154, 8, NULL, '190.148.252.76', 'SERGIO', '2022-06-01 08:46:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (155, 8, NULL, '190.148.252.76', 'SERGIO', '2022-06-01 15:14:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (156, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-02 06:50:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (157, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-06-02 08:16:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (158, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-06-02 08:23:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (159, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-02 09:13:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (160, 6, NULL, '190.104.119.212', 'neltoncastillo', '2022-06-02 09:23:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (161, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-06-02 09:32:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (162, 6, NULL, '190.148.252.76', 'neltoncastillo', '2022-06-02 10:31:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (163, 6, NULL, '190.104.119.212', 'neltoncastillo', '2022-06-02 11:35:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (164, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-02 15:13:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (165, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-02 18:06:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (166, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-03 06:46:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (167, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-03 15:56:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (168, 8, NULL, '190.148.252.76', 'SERGIO', '2022-06-03 16:09:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (169, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-04 06:46:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (170, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-04 11:54:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (171, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-05 10:22:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (172, 7, NULL, '190.148.252.76', 'KEVIN', '2022-06-05 13:31:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (173, 7, NULL, '200.119.173.225', 'KEVIN', '2022-06-06 08:17:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (174, 8, NULL, '200.119.170.200', 'SERGIO', '2022-06-06 14:26:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (175, 8, NULL, '200.119.170.200', 'SERGIO', '2022-06-06 14:53:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (176, 7, NULL, '200.119.170.200', 'KEVIN', '2022-06-06 15:00:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (177, 7, NULL, '200.119.170.200', 'KEVIN', '2022-06-06 19:15:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (178, 7, NULL, '190.56.50.200', 'Kevin', '2022-06-07 06:53:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (179, 7, NULL, '190.56.50.200', 'KEVIN', '2022-06-07 06:59:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (180, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 08:22:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (181, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 08:50:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (182, 7, NULL, '190.148.87.244', 'KEVIN', '2022-06-07 08:56:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (183, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 08:57:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (184, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 09:05:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (185, 6, NULL, '200.119.174.137', 'neltoncastillo', '2022-06-07 09:38:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (186, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 09:39:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (187, 8, NULL, '190.148.87.244', 'SERGIO', '2022-06-07 09:43:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (188, 8, NULL, '200.119.172.234', 'SERGIO', '2022-06-07 09:46:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (189, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 09:54:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (190, 6, NULL, '190.148.87.244', 'neltoncastillo', '2022-06-07 10:22:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (191, 6, NULL, '190.104.119.212', 'neltoncastillo', '2022-06-07 14:51:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (192, 1, NULL, '38.25.15.48', 'soporte', '2022-06-07 15:22:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (193, 7, NULL, '190.148.87.244', 'KEVIN', '2022-06-07 18:26:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (194, 6, NULL, '200.119.169.33', 'neltoncastillo', '2022-06-07 20:27:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (195, 7, NULL, '200.119.173.111', 'KEVIN', '2022-06-08 06:50:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (196, 7, NULL, '200.119.173.111', 'KEVIN', '2022-06-08 16:20:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (197, 6, NULL, '200.119.173.111', 'neltoncastillo', '2022-06-09 09:25:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (198, 6, NULL, '200.119.173.111', 'neltoncastillo', '2022-06-09 09:59:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (199, 7, NULL, '200.119.173.111', 'KEVIN', '2022-06-09 10:57:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (200, 1, NULL, '190.104.119.212', 'Soporte', '2022-06-09 12:30:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (201, 6, NULL, '190.104.119.212', 'neltoncastillo', '2022-06-09 12:33:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (202, 6, NULL, '200.119.181.7', 'neltoncastillo', '2022-06-09 12:36:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (203, 8, NULL, '200.119.174.137', 'SERGIO', '2022-06-09 14:02:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (204, 6, NULL, '200.119.174.137', 'neltoncastillo', '2022-06-09 14:05:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (205, 7, NULL, '200.119.170.145', 'KEVIN', '2022-06-09 15:58:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (206, 8, NULL, '200.119.169.5', 'SERGIO', '2022-06-09 16:30:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (207, 7, NULL, '200.119.169.5', 'KEVIN', '2022-06-10 06:34:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (208, 7, NULL, '190.56.173.152', 'KEVIN', '2022-06-10 12:50:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (209, 8, NULL, '190.56.173.152', 'SERGIO', '2022-06-10 16:10:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (210, 8, NULL, '190.56.173.152', 'SERGIO', '2022-06-10 16:40:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (211, 7, NULL, '190.56.173.152', 'KEVIN', '2022-06-11 08:12:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (212, 7, NULL, '190.56.173.152', 'KEVIN', '2022-06-11 14:26:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (213, 7, NULL, '190.56.50.32', 'KEVIN', '2022-06-12 08:16:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (214, 7, NULL, '190.56.50.32', 'KEVIN', '2022-06-12 10:34:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (215, 7, NULL, '190.56.50.32', 'KEVIN', '2022-06-13 06:43:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (216, 7, NULL, '190.56.50.32', 'KEVIN', '2022-06-13 14:45:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (217, 8, NULL, '190.56.50.32', 'SERGIO', '2022-06-13 16:46:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (218, 7, NULL, '190.148.158.75', 'KEVIN', '2022-06-14 06:34:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (219, 7, NULL, '200.119.170.15', 'KEVIN', '2022-06-14 11:31:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (220, 8, NULL, '200.119.170.15', 'SERGIO', '2022-06-14 11:34:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (221, 7, NULL, '200.119.169.59', 'KEVIN', '2022-06-14 14:34:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (222, 7, NULL, '200.119.169.59', 'KEVIN', '2022-06-14 17:58:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (223, 7, NULL, '200.119.169.59', 'KEVIN', '2022-06-15 06:49:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (224, 8, NULL, '200.119.170.10', 'SERGIO', '2022-06-15 09:09:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (225, 7, NULL, '200.119.168.1', 'Kevin', '2022-06-15 18:39:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (226, 7, NULL, '200.119.168.1', 'KEVIN', '2022-06-16 07:09:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (227, 7, NULL, '200.119.168.1', 'Kevin', '2022-06-16 08:46:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (228, 7, NULL, '190.56.49.206', 'Kevin', '2022-06-16 14:09:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (229, 7, NULL, '190.56.49.206', 'KEVIN', '2022-06-16 15:26:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (230, 8, NULL, '190.56.49.206', 'SERGIO', '2022-06-16 15:35:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (231, 7, NULL, '190.56.49.206', 'Kevin', '2022-06-16 17:29:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (232, 7, NULL, '190.56.49.206', 'Kevin', '2022-06-17 06:51:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (233, 7, NULL, '190.56.49.206', 'KEVIN', '2022-06-17 06:56:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (234, 7, NULL, '190.148.157.233', 'KEVIN', '2022-06-17 10:58:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (235, 7, NULL, '190.148.157.233', 'Kevin', '2022-06-17 17:05:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (236, 7, NULL, '190.148.157.233', 'Kevin', '2022-06-17 17:05:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (237, 7, NULL, '190.148.157.233', 'KEVIN', '2022-06-18 06:52:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (238, 7, NULL, '190.56.51.158', 'KEVIN', '2022-06-18 10:54:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (239, 7, NULL, '190.56.51.158', 'Kevin', '2022-06-18 10:59:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (240, 7, NULL, '190.56.51.158', 'KEVIN', '2022-06-18 14:37:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (241, 7, NULL, '190.148.252.141', 'Kevin', '2022-06-19 07:42:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (242, 7, NULL, '190.56.51.158', 'KEVIN', '2022-06-19 12:14:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (243, 7, NULL, '190.56.51.158', 'Kevin', '2022-06-19 14:03:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (244, 7, NULL, '190.56.51.158', 'KEVIN', '2022-06-20 06:39:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (245, 7, NULL, '190.56.51.158', 'Kevin', '2022-06-20 08:05:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (246, 8, NULL, '190.56.51.158', 'SERGIO', '2022-06-20 08:36:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (247, 8, NULL, '190.56.51.158', 'SERGIO', '2022-06-20 14:42:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (248, 7, NULL, '190.56.51.158', 'Kevin', '2022-06-20 15:13:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (249, 7, NULL, '190.56.51.158', 'KEVIN', '2022-06-20 16:18:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (250, 8, NULL, '190.56.51.158', 'SERGIO', '2022-06-20 16:20:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (251, 7, NULL, '190.56.51.158', 'KEVIN', '2022-06-20 18:52:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (252, 7, NULL, '190.56.173.211', 'Kevin', '2022-06-20 20:26:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (253, 7, NULL, '190.56.173.160', 'KEVIN', '2022-06-21 06:42:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (254, 7, NULL, '190.56.173.211', 'Kevin', '2022-06-21 06:53:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (255, 8, NULL, '200.119.174.83', 'SERGIO', '2022-06-21 09:23:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (256, 7, NULL, '200.119.174.83', 'KEVIN', '2022-06-21 10:50:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (257, 7, NULL, '200.119.174.83', 'Kevin', '2022-06-21 13:06:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (258, 7, NULL, '200.119.174.83', 'KEVIN', '2022-06-21 15:19:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (259, 7, NULL, '190.148.157.192', 'Kevin', '2022-06-21 18:32:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (260, 7, NULL, '190.148.157.192', 'KEVIN', '2022-06-22 06:34:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (261, 7, NULL, '190.148.157.192', 'Kevin', '2022-06-22 08:18:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (262, 7, NULL, '190.148.87.97', 'Kevin', '2022-06-22 15:41:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (263, 7, NULL, '190.148.87.97', 'KEVIN', '2022-06-23 06:45:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (264, 8, NULL, '190.148.87.97', 'SERGIO', '2022-06-23 08:21:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (265, 7, NULL, '190.148.87.97', 'KEVIN', '2022-06-23 08:28:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (266, 7, NULL, '190.148.87.246', 'Kevin', '2022-06-23 08:42:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (267, 7, NULL, '190.148.252.236', 'Kevin', '2022-06-23 11:25:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (268, 7, NULL, '190.148.252.236', 'Kevin', '2022-06-23 17:45:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (269, 7, NULL, '190.148.252.236', 'KEVIN', '2022-06-23 19:41:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (270, 7, NULL, '190.148.252.236', 'KEVIN', '2022-06-24 06:49:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (271, 7, NULL, '190.148.252.236', 'Kevin', '2022-06-24 07:16:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (272, 8, NULL, '190.148.252.236', 'SERGIO', '2022-06-24 08:23:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (273, 7, NULL, '190.148.252.236', 'KEVIN', '2022-06-24 10:19:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (274, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-24 13:52:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (275, 7, NULL, '200.119.168.9', 'KEVIN', '2022-06-24 14:39:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (276, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-24 18:37:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (277, 7, NULL, '200.119.168.9', 'KEVIN', '2022-06-24 19:52:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (278, 7, NULL, '200.119.168.9', 'KEVIN', '2022-06-25 07:03:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (279, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-25 08:03:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (280, 7, NULL, '200.119.168.9', 'KEVIN', '2022-06-25 14:03:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (281, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-25 15:46:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (282, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-26 10:38:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (283, 7, NULL, '200.119.168.9', 'KEVIN', '2022-06-26 14:12:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (284, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-26 14:12:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (285, 7, NULL, '200.119.168.9', 'KEVIN', '2022-06-27 06:37:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (286, 7, NULL, '200.119.168.9', 'Kevin', '2022-06-27 08:22:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (287, 7, NULL, '200.119.170.217', 'KEVIN', '2022-06-27 19:22:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (288, 7, NULL, '200.119.170.217', 'Kevin', '2022-06-27 20:05:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (289, 7, NULL, '200.119.169.82', 'KEVIN', '2022-06-28 06:39:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (290, 7, NULL, '200.119.169.82', 'Kevin', '2022-06-28 06:45:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (291, 7, NULL, '200.119.169.82', 'KEVIN', '2022-06-28 16:51:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (292, 7, NULL, '200.119.169.82', 'Kevin', '2022-06-28 19:44:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (293, 7, NULL, '200.119.169.82', 'KEVIN', '2022-06-29 06:52:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (294, 7, NULL, '200.119.170.0', 'Kevin', '2022-06-29 07:50:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (295, 7, NULL, '190.148.157.206', 'KEVIN', '2022-06-29 10:32:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (296, 7, NULL, '190.148.157.206', 'Kevin', '2022-06-29 11:47:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (297, 7, NULL, '190.148.157.206', 'Kevin', '2022-06-29 16:20:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (298, 8, NULL, '190.148.157.206', 'SERGIO', '2022-06-29 16:43:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (299, 7, NULL, '190.148.157.206', 'KEVIN', '2022-06-29 19:01:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (300, 7, NULL, '190.148.157.206', 'Kevin', '2022-06-29 19:42:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (301, 7, NULL, '190.148.157.206', 'Kevin', '2022-06-30 06:56:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (302, 7, NULL, '190.148.157.206', 'KEVIN', '2022-06-30 07:24:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (303, 7, NULL, '190.148.157.206', 'Kevin', '2022-06-30 12:31:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (304, 7, NULL, '190.148.252.48', 'Kevin', '2022-06-30 18:42:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (305, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-01 06:45:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (306, 7, NULL, '200.119.170.209', 'Kevin', '2022-07-01 09:26:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (307, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-01 12:09:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (308, 8, NULL, '200.119.170.209', 'SERGIO', '2022-07-01 12:33:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (309, 8, NULL, '200.119.170.209', 'SERGIO', '2022-07-01 14:49:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (310, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-01 14:55:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (311, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-02 08:02:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (312, 7, NULL, '200.119.170.209', 'Kevin', '2022-07-02 09:27:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (313, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-03 07:40:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (314, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-03 14:00:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (315, 7, NULL, '200.119.170.209', 'Kevin', '2022-07-03 14:10:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (316, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-04 06:34:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (317, 7, NULL, '200.119.170.209', 'Kevin', '2022-07-04 09:58:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (318, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-04 15:16:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (319, 8, NULL, '200.119.170.209', 'SERGIO', '2022-07-04 15:24:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (320, 7, NULL, '200.119.170.209', 'KEVIN', '2022-07-04 19:26:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (321, 7, NULL, '200.119.170.209', 'Kevin', '2022-07-04 19:41:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (322, 7, NULL, '200.119.169.27', 'KEVIN', '2022-07-05 07:13:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (323, 7, NULL, '200.119.169.27', 'Kevin', '2022-07-05 14:16:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (324, 7, NULL, '190.148.158.164', 'KEVIN', '2022-07-05 16:42:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (325, 7, NULL, '200.119.173.131', 'KEVIN', '2022-07-05 19:42:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (326, 7, NULL, '200.119.173.131', 'Kevin', '2022-07-05 19:58:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (327, 7, NULL, '200.119.173.131', 'KEVIN', '2022-07-06 09:17:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (328, 7, NULL, '190.56.55.32', 'Kevin', '2022-07-06 13:40:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (329, 7, NULL, '190.56.55.32', 'KEVIN', '2022-07-06 14:51:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (330, 7, NULL, '200.119.173.90', 'KEVIN', '2022-07-07 08:00:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (331, 7, NULL, '200.119.173.90', 'Kevin', '2022-07-07 11:43:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (332, 7, NULL, '200.119.173.90', 'Kevin', '2022-07-07 14:13:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (333, 8, NULL, '200.119.173.90', 'SERGIO', '2022-07-07 14:35:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (334, 8, NULL, '200.119.173.90', 'SERGIO', '2022-07-07 15:36:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (335, 7, NULL, '200.119.173.90', 'KEVIN', '2022-07-07 16:10:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (336, 7, NULL, '190.148.252.178', 'KEVIN', '2022-07-08 06:34:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (337, 8, NULL, '190.148.252.178', 'SERGIO', '2022-07-08 14:06:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (338, 6, NULL, '190.148.252.178', 'neltoncastillo', '2022-07-08 14:36:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (339, 8, NULL, '190.148.252.178', 'SERGIO', '2022-07-08 16:26:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (340, 7, NULL, '190.148.252.178', 'KEVIN', '2022-07-09 07:16:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (341, 7, NULL, '190.148.252.178', 'Kevin', '2022-07-09 08:15:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (342, 7, NULL, '190.148.252.178', 'Kevin', '2022-07-09 12:58:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (343, 7, NULL, '190.148.252.178', 'KEVIN', '2022-07-09 15:25:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (344, 7, NULL, '190.148.252.178', 'KEVIN', '2022-07-10 11:08:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (345, 7, NULL, '190.148.252.178', 'Kevin', '2022-07-10 14:41:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (346, 7, NULL, '190.148.252.178', 'KEVIN', '2022-07-11 06:01:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (347, 7, NULL, '190.148.252.178', 'Kevin', '2022-07-11 08:28:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (348, 7, NULL, '190.148.252.219', 'Kevin', '2022-07-11 11:05:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (349, 7, NULL, '190.148.252.219', 'KEVIN', '2022-07-11 19:24:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (350, 7, NULL, '190.148.252.219', 'Kevin', '2022-07-11 19:25:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (351, 7, NULL, '190.148.252.69', 'KEVIN', '2022-07-12 07:54:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (352, 8, NULL, '190.148.252.69', 'SERGIO', '2022-07-12 08:26:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (353, 7, NULL, '190.148.252.69', 'KEVIN', '2022-07-12 08:27:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (354, 7, NULL, '200.119.172.123', 'Kevin', '2022-07-12 08:51:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (355, 7, NULL, '200.119.172.123', 'Kevin', '2022-07-12 14:58:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (356, 7, NULL, '200.119.172.123', 'Kevin', '2022-07-13 06:37:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (357, 7, NULL, '190.56.50.52', 'KEVIN', '2022-07-13 06:49:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (358, 7, NULL, '190.56.50.52', 'Kevin', '2022-07-13 08:55:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (359, 7, NULL, '190.56.50.52', 'KEVIN', '2022-07-14 06:48:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (360, 7, NULL, '190.56.50.59', 'Kevin', '2022-07-14 06:49:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (361, 8, NULL, '190.148.252.57', 'SERGIO', '2022-07-14 09:09:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (362, 7, NULL, '190.148.252.57', 'KEVIN', '2022-07-14 15:53:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (363, 8, NULL, '190.148.252.57', 'SERGIO', '2022-07-14 16:37:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (364, 7, NULL, '190.148.252.57', 'KEVIN', '2022-07-14 19:38:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (365, 7, NULL, '190.148.252.57', 'KEVIN', '2022-07-15 06:39:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (366, 7, NULL, '190.148.252.57', 'Kevin', '2022-07-15 08:20:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (367, 6, NULL, '190.148.252.57', 'neltoncastillo', '2022-07-15 11:36:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (368, 8, NULL, '190.148.87.165', 'SERGIO', '2022-07-15 15:59:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (369, 7, NULL, '200.119.174.54', 'KEVIN', '2022-07-15 17:24:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (370, 7, NULL, '200.119.174.54', 'KEVIN', '2022-07-16 06:39:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (371, 7, NULL, '200.119.174.54', 'Kevin', '2022-07-16 07:21:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (372, 7, NULL, '200.119.168.8', 'KEVIN', '2022-07-17 11:24:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (373, 7, NULL, '200.119.168.8', 'Kevin', '2022-07-17 12:19:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (374, 7, NULL, '200.119.174.34', 'KEVIN', '2022-07-18 08:01:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (375, 7, NULL, '190.148.252.166', 'Kevin', '2022-07-18 10:08:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (376, 7, NULL, '190.148.252.166', 'Kevin', '2022-07-18 12:48:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (377, 7, NULL, '200.119.171.1', 'Kevin', '2022-07-18 15:11:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (378, 8, NULL, '190.56.50.126', 'SERGIO', '2022-07-18 15:31:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (379, 7, NULL, '190.56.50.13', 'KEVIN', '2022-07-18 17:41:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (380, 7, NULL, '200.119.170.129', 'KEVIN', '2022-07-19 06:54:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (381, 7, NULL, '200.119.170.129', 'Kevin', '2022-07-19 07:36:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (382, 7, NULL, '190.56.50.53', 'Kevin', '2022-07-19 10:42:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (383, 8, NULL, '200.119.170.190', 'SERGIO', '2022-07-19 14:21:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (384, 7, NULL, '200.119.170.237', 'KEVIN', '2022-07-20 06:48:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (385, 8, NULL, '200.119.170.237', 'SERGIO', '2022-07-20 09:03:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (386, 7, NULL, '200.119.170.4', 'KEVIN', '2022-07-20 19:12:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (387, 7, NULL, '200.119.175.15', 'KEVIN', '2022-07-21 06:45:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (388, 7, NULL, '190.56.51.184', 'Kevin', '2022-07-21 09:00:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (389, 7, NULL, '200.119.175.15', 'KEVIN', '2022-07-21 18:45:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (390, 7, NULL, '200.119.170.142', 'Kevin', '2022-07-21 19:22:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (391, 7, NULL, '200.119.175.15', 'KEVIN', '2022-07-22 06:49:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (392, 8, NULL, '200.119.175.15', 'SERGIO', '2022-07-22 09:15:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (393, 7, NULL, '200.119.175.15', 'KEVIN', '2022-07-22 11:54:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (394, 7, NULL, '200.119.175.15', 'KEVIN', '2022-07-23 06:51:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (395, 7, NULL, '200.119.175.15', 'Kevin', '2022-07-23 09:43:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (396, 7, NULL, '190.56.50.8', 'KEVIN', '2022-07-23 14:35:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (397, 7, NULL, '190.56.50.8', 'Kevin', '2022-07-24 13:20:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (398, 7, NULL, '190.56.50.8', 'KEVIN', '2022-07-24 13:39:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (399, 7, NULL, '190.56.50.8', 'KEVIN', '2022-07-25 07:18:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (400, 7, NULL, '190.56.50.8', 'Kevin', '2022-07-25 07:28:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (401, 7, NULL, '190.148.252.81', 'Kevin', '2022-07-25 09:56:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (402, 7, NULL, '190.148.252.81', 'KEVIN', '2022-07-25 10:51:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (403, 7, NULL, '190.148.252.81', 'KEVIN', '2022-07-25 15:26:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (404, 7, NULL, '190.148.157.147', 'KEVIN', '2022-07-26 06:35:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (405, 7, NULL, '190.148.157.147', 'Kevin', '2022-07-26 07:26:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (406, 7, NULL, '190.148.157.147', 'KEVIN', '2022-07-26 18:30:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (407, 7, NULL, '190.148.252.223', 'KEVIN', '2022-07-27 06:38:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (408, 7, NULL, '190.148.252.223', 'Kevin', '2022-07-27 08:35:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (409, 7, NULL, '190.148.252.223', 'KEVIN', '2022-07-27 19:17:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (410, 7, NULL, '190.148.252.223', 'KEVIN', '2022-07-28 06:44:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (411, 7, NULL, '200.119.174.176', 'Kevin', '2022-07-28 09:25:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (412, 7, NULL, '190.148.252.223', 'KEVIN', '2022-07-28 10:16:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (413, 7, NULL, '190.148.252.223', 'Kevin', '2022-07-28 13:56:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (414, 7, NULL, '190.148.252.223', 'KEVIN', '2022-07-28 14:57:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (415, 8, NULL, '190.148.252.223', 'SERGIO', '2022-07-28 15:41:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (416, 7, NULL, '190.148.252.223', 'Kevin', '2022-07-28 18:15:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (417, 7, NULL, '190.148.252.223', 'KEVIN', '2022-07-29 05:46:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (418, 7, NULL, '200.119.174.176', 'Kevin', '2022-07-29 07:07:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (419, 7, NULL, '200.119.172.58', 'KEVIN', '2022-07-29 15:37:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (420, 7, NULL, '200.119.172.58', 'Kevin', '2022-07-29 17:44:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (421, 7, NULL, '200.119.172.65', 'KEVIN', '2022-07-31 13:08:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (422, 7, NULL, '200.119.172.65', 'KEVIN', '2022-08-01 06:15:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (423, 7, NULL, '200.119.172.65', 'KEVIN', '2022-08-01 14:19:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (424, 7, NULL, '200.119.172.65', 'KEVIN', '2022-08-01 18:39:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (425, 7, NULL, '200.119.172.88', 'KEVIN', '2022-08-02 05:43:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (426, 7, NULL, '190.56.51.188', 'Kevin', '2022-08-02 05:54:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (427, 8, NULL, '200.119.172.95', 'SERGIO', '2022-08-02 11:26:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (428, 7, NULL, '200.119.172.95', 'KEVIN', '2022-08-02 15:47:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (429, 7, NULL, '200.119.172.95', 'KEVIN', '2022-08-03 05:55:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (430, 7, NULL, '200.119.172.95', 'Kevin', '2022-08-03 07:02:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (431, 8, NULL, '200.119.172.95', 'SERGIO', '2022-08-03 08:09:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (432, 6, NULL, '200.119.172.95', 'neltoncastillo', '2022-08-03 10:29:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (433, 7, NULL, '190.148.158.50', 'Kevin', '2022-08-03 20:51:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (434, 7, NULL, '200.119.172.95', 'Kevin', '2022-08-04 06:04:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (435, 7, NULL, '200.119.172.95', 'Kevin', '2022-08-04 13:13:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (436, 7, NULL, '200.119.172.95', 'KEVIN', '2022-08-04 14:31:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (437, 7, NULL, '200.119.172.95', 'KEVIN', '2022-08-04 18:15:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (438, 7, NULL, '190.56.50.50', 'Kevin', '2022-08-05 05:51:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (439, 7, NULL, '200.119.172.95', 'KEVIN', '2022-08-05 07:58:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (440, 7, NULL, '200.119.172.95', 'Kevin', '2022-08-05 14:17:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (441, 7, NULL, '200.119.172.95', 'KEVIN', '2022-08-05 15:28:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (442, 7, NULL, '200.119.172.95', 'Kevin', '2022-08-06 07:44:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (443, 7, NULL, '190.148.252.98', 'Kevin', '2022-08-08 07:05:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (444, 7, NULL, '200.119.172.229', 'Kevin', '2022-08-08 12:41:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (445, 7, NULL, '190.148.252.98', 'KEVIN', '2022-08-08 14:19:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (446, 6, NULL, '190.148.252.98', 'neltoncastillo', '2022-08-08 14:28:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (447, 7, NULL, '200.119.174.28', 'KEVIN', '2022-08-09 07:53:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (448, 7, NULL, '200.119.174.28', 'Kevin', '2022-08-09 09:07:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (449, 6, NULL, '200.119.174.28', 'neltoncastillo', '2022-08-09 10:24:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (450, 7, NULL, '190.148.158.220', 'Kevin', '2022-08-09 14:29:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (451, 8, NULL, '200.119.170.120', 'SERGIO', '2022-08-09 15:49:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (452, 7, NULL, '200.119.170.120', 'KEVIN', '2022-08-09 17:24:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (453, 7, NULL, '200.119.170.120', 'Kevin', '2022-08-09 17:32:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (454, 7, NULL, '200.119.168.104', 'KEVIN', '2022-08-10 05:44:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (455, 7, NULL, '200.119.174.72', 'KEVIN', '2022-08-10 11:05:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (456, 8, NULL, '200.119.174.72', 'SERGIO', '2022-08-10 11:35:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (457, 8, NULL, '200.119.174.72', 'SERGIO', '2022-08-10 11:44:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (458, 8, NULL, '200.119.170.131', 'SERGIO', '2022-08-10 14:00:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (459, 7, NULL, '200.119.170.30', 'KEVIN', '2022-08-11 05:52:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (460, 7, NULL, '200.119.170.30', 'Kevin', '2022-08-11 07:25:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (461, 8, NULL, '200.119.170.30', 'SERGIO', '2022-08-11 08:29:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (462, 8, NULL, '200.119.170.30', 'SERGIO', '2022-08-11 10:00:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (463, 8, NULL, '200.119.170.30', 'SERGIO', '2022-08-11 10:32:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (464, 8, NULL, '200.119.170.30', 'SERGIO', '2022-08-11 11:05:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (465, 6, NULL, '200.119.170.30', 'neltoncastillo', '2022-08-11 11:44:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (466, 7, NULL, '200.119.170.30', 'KEVIN', '2022-08-12 05:47:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (467, 7, NULL, '190.56.51.247', 'Kevin', '2022-08-13 06:08:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (468, 7, NULL, '200.119.170.30', 'KEVIN', '2022-08-13 06:15:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (469, 7, NULL, '200.119.170.30', 'Kevin', '2022-08-14 08:26:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (470, 7, NULL, '200.119.170.30', 'KEVIN', '2022-08-15 05:45:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (471, 7, NULL, '190.56.51.183', 'Kevin', '2022-08-15 07:42:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (472, 8, NULL, '200.119.170.30', 'SERGIO', '2022-08-15 09:39:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (473, 7, NULL, '200.119.170.30', 'Kevin', '2022-08-15 14:31:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (474, 7, NULL, '190.56.50.105', 'KEVIN', '2022-08-16 05:44:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (475, 7, NULL, '190.148.252.60', 'Kevin', '2022-08-16 08:12:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (476, 8, NULL, '200.119.168.196', 'SERGIO', '2022-08-16 13:53:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (477, 7, NULL, '200.119.168.196', 'KEVIN', '2022-08-16 14:03:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (478, 7, NULL, '200.119.168.9', 'KEVIN', '2022-08-17 05:40:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (479, 7, NULL, '200.119.168.9', 'Kevin', '2022-08-17 07:05:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (480, 7, NULL, '190.56.50.3', 'KEVIN', '2022-08-17 08:58:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (481, 7, NULL, '190.56.50.3', 'KEVIN', '2022-08-17 13:49:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (482, 7, NULL, '190.148.87.248', 'KEVIN', '2022-08-17 17:46:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (483, 7, NULL, '190.148.87.248', 'Kevin', '2022-08-17 18:14:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (484, 7, NULL, '190.148.87.248', 'KEVIN', '2022-08-18 05:36:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (485, 7, NULL, '200.119.173.133', 'Kevin', '2022-08-18 11:47:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (486, 7, NULL, '200.119.173.133', 'Kevin', '2022-08-18 15:53:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (487, 7, NULL, '200.119.173.133', 'KEVIN', '2022-08-19 05:56:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (488, 7, NULL, '200.119.168.3', 'Kevin', '2022-08-19 06:37:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (489, 8, NULL, '200.119.173.133', 'SERGIO', '2022-08-19 15:13:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (490, 7, NULL, '200.119.170.19', 'Kevin', '2022-08-20 06:05:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (491, 7, NULL, '200.119.173.133', 'KEVIN', '2022-08-20 06:37:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (492, 7, NULL, '200.119.173.133', 'Kevin', '2022-08-20 11:47:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (493, 7, NULL, '200.119.173.133', 'KEVIN', '2022-08-20 15:20:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (494, 7, NULL, '200.119.173.133', 'KEVIN', '2022-08-22 05:42:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (495, 7, NULL, '190.148.252.223', 'Kevin', '2022-08-22 05:44:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (496, 7, NULL, '190.148.252.223', 'Kevin', '2022-08-22 08:25:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (497, 7, NULL, '200.119.169.59', 'KEVIN', '2022-08-23 06:39:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (498, 7, NULL, '190.56.51.191', 'Kevin', '2022-08-23 13:31:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (499, 8, NULL, '200.119.170.158', 'SERGIO', '2022-08-23 14:45:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (500, 8, NULL, '200.119.170.158', 'SERGIO', '2022-08-23 16:07:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (501, 7, NULL, '200.119.170.158', 'Kevin', '2022-08-23 17:39:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (502, 7, NULL, '200.119.170.158', 'KEVIN', '2022-08-24 06:37:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (503, 7, NULL, '190.56.50.108', 'Kevin', '2022-08-24 10:23:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (504, 8, NULL, '200.119.170.158', 'SERGIO', '2022-08-24 12:20:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (505, 7, NULL, '200.119.170.158', 'Kevin', '2022-08-24 14:42:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (506, 7, NULL, '190.56.51.241', 'KEVIN', '2022-08-25 06:42:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (507, 7, NULL, '190.148.252.220', 'Kevin', '2022-08-25 08:01:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (508, 7, NULL, '200.119.172.55', 'Kevin', '2022-08-25 12:16:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (509, 7, NULL, '200.119.172.55', 'KEVIN', '2022-08-26 06:44:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (510, 7, NULL, '200.119.172.55', 'Kevin', '2022-08-26 10:10:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (511, 7, NULL, '200.119.168.118', 'KEVIN', '2022-08-26 15:28:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (512, 7, NULL, '200.119.168.118', 'KEVIN', '2022-08-27 07:13:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (513, 7, NULL, '190.56.54.143', 'KEVIN', '2022-08-27 10:32:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (514, 7, NULL, '190.56.54.143', 'KEVIN', '2022-08-27 15:00:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (515, 7, NULL, '190.56.50.120', 'KEVIN', '2022-08-28 14:07:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (516, 7, NULL, '190.56.50.120', 'KEVIN', '2022-08-29 06:46:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (517, 7, NULL, '190.148.252.36', 'Kevin', '2022-08-29 08:43:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (518, 7, NULL, '190.56.50.120', 'Kevin', '2022-08-29 15:34:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (519, 7, NULL, '190.56.50.120', 'KEVIN', '2022-08-29 19:03:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (520, 7, NULL, '190.56.50.120', 'Kevin', '2022-08-29 19:14:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (521, 7, NULL, '200.119.173.137', 'KEVIN', '2022-08-30 08:15:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (522, 7, NULL, '190.148.252.36', 'Kevin', '2022-08-30 11:19:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (523, 7, NULL, '190.148.252.36', 'KEVIN', '2022-08-30 16:57:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (524, 7, NULL, '200.119.174.83', 'KEVIN', '2022-08-31 06:44:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (525, 7, NULL, '190.148.252.36', 'Kevin', '2022-08-31 08:03:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (526, 7, NULL, '190.148.252.36', 'Kevin', '2022-08-31 10:07:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (527, 7, NULL, '190.148.158.110', 'KEVIN', '2022-08-31 16:42:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (528, 8, NULL, '190.148.158.110', 'SERGIO', '2022-08-31 17:49:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (529, 7, NULL, '190.148.157.194', 'Kevin', '2022-08-31 18:25:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (530, 7, NULL, '190.148.157.194', 'KEVIN', '2022-09-01 06:58:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (531, 8, NULL, '190.148.158.110', 'SERGIO', '2022-09-01 10:42:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (532, 7, NULL, '190.148.158.110', 'KEVIN', '2022-09-01 18:36:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (533, 7, NULL, '190.148.158.110', 'Kevin', '2022-09-01 18:38:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (534, 7, NULL, '190.148.158.110', 'KEVIN', '2022-09-02 06:53:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (535, 7, NULL, '190.148.158.110', 'KEVIN', '2022-09-03 06:58:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (536, 7, NULL, '190.148.158.110', 'Kevin', '2022-09-03 09:46:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (537, 6, NULL, '190.148.158.110', 'neltoncastillo', '2022-09-03 12:43:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (538, 7, NULL, '190.148.158.110', 'KEVIN', '2022-09-03 14:47:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (539, 7, NULL, '200.119.174.55', 'Kevin', '2022-09-04 07:27:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (540, 7, NULL, '200.119.174.55', 'Kevin', '2022-09-04 09:52:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (541, 7, NULL, '190.56.55.27', 'Kevin', '2022-09-04 14:03:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (542, 7, NULL, '190.56.55.27', 'KEVIN', '2022-09-04 14:07:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (543, 7, NULL, '190.56.55.27', 'KEVIN', '2022-09-05 06:55:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (544, 7, NULL, '200.119.174.183', 'Kevin', '2022-09-05 07:12:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (545, 8, NULL, '190.56.55.27', 'SERGIO', '2022-09-05 14:54:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (546, 7, NULL, '200.119.174.183', 'Kevin', '2022-09-05 15:51:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (547, 7, NULL, '190.56.55.27', 'KEVIN', '2022-09-05 15:52:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (548, 7, NULL, '190.148.157.99', 'KEVIN', '2022-09-06 06:43:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (549, 7, NULL, '200.119.174.55', 'Kevin', '2022-09-06 06:46:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (550, 7, NULL, '190.148.157.99', 'KEVIN', '2022-09-06 15:09:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (551, 8, NULL, '190.148.157.99', 'SERGIO', '2022-09-06 16:09:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (552, 7, NULL, '190.148.157.99', 'KEVIN', '2022-09-07 06:46:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (553, 7, NULL, '200.119.174.55', 'Kevin', '2022-09-07 06:48:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (554, 8, NULL, '190.148.157.99', 'SERGIO', '2022-09-07 09:12:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (555, 7, NULL, '200.119.174.55', 'Kevin', '2022-09-07 10:43:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (556, 8, NULL, '190.148.157.99', 'SERGIO', '2022-09-07 12:45:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (557, 7, NULL, '190.148.157.99', 'KEVIN', '2022-09-07 14:11:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (558, 8, NULL, '190.148.157.99', 'SERGIO', '2022-09-07 16:57:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (559, 7, NULL, '190.148.157.99', 'KEVIN', '2022-09-08 06:52:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (560, 8, NULL, '190.148.157.99', 'SERGIO', '2022-09-08 09:15:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (561, 6, NULL, '190.148.157.99', 'neltoncastillo', '2022-09-08 11:09:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (562, 7, NULL, '190.148.157.99', 'KEVIN', '2022-09-08 11:59:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (563, 7, NULL, '200.119.174.131', 'KEVIN', '2022-09-08 16:53:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (564, 7, NULL, '200.119.173.87', 'KEVIN', '2022-09-09 07:29:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (565, 7, NULL, '190.148.157.94', 'Kevin', '2022-09-09 10:10:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (566, 7, NULL, '200.119.173.87', 'KEVIN', '2022-09-09 14:17:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (567, 7, NULL, '200.119.173.87', 'KEVIN', '2022-09-09 16:33:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (568, 6, NULL, '200.119.173.87', 'neltoncastillo', '2022-09-10 09:38:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (569, 7, NULL, '200.119.169.23', 'Kevin', '2022-09-12 07:07:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (570, 7, NULL, '200.119.173.87', 'KEVIN', '2022-09-12 10:04:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (571, 8, NULL, '200.119.173.87', 'SERGIO', '2022-09-12 10:13:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (572, 8, NULL, '200.119.173.87', 'SERGIO', '2022-09-12 11:53:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (573, 7, NULL, '200.119.173.87', 'KEVIN', '2022-09-12 12:46:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (574, 7, NULL, '200.119.173.87', 'Kevin', '2022-09-12 15:56:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (575, 7, NULL, '200.119.173.87', 'KEVIN', '2022-09-12 17:00:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (576, 7, NULL, '200.119.168.55', 'Kevin', '2022-09-13 06:48:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (577, 7, NULL, '200.119.168.55', 'KEVIN', '2022-09-13 06:56:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (578, 6, NULL, '200.119.174.3', 'neltoncastillo', '2022-09-13 10:34:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (579, 7, NULL, '190.148.158.75', 'KEVIN', '2022-09-13 12:07:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (580, 8, NULL, '190.148.158.75', 'SERGIO', '2022-09-13 16:17:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (581, 7, NULL, '190.148.158.75', 'KEVIN', '2022-09-14 06:53:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (582, 8, NULL, '190.148.158.75', 'SERGIO', '2022-09-14 09:08:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (583, 7, NULL, '200.119.170.206', 'Kevin', '2022-09-14 09:30:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (584, 7, NULL, '200.119.170.206', 'Kevin', '2022-09-14 11:42:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (585, 8, NULL, '190.148.158.75', 'SERGIO', '2022-09-14 16:30:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (586, 7, NULL, '190.148.158.75', 'KEVIN', '2022-09-15 07:01:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (587, 7, NULL, '190.148.158.75', 'KEVIN', '2022-09-16 06:42:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (588, 7, NULL, '190.56.55.120', 'Kevin', '2022-09-16 08:28:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (589, 8, NULL, '190.148.158.75', 'SERGIO', '2022-09-16 08:50:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (590, 6, NULL, '190.148.158.75', 'neltoncastillo', '2022-09-16 08:56:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (591, 7, NULL, '190.148.252.88', 'Kevin', '2022-09-17 06:53:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (592, 7, NULL, '190.56.54.135', 'Kevin', '2022-09-19 06:45:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (593, 8, NULL, '190.148.252.82', 'SERGIO', '2022-09-19 08:35:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (594, 6, NULL, '190.148.252.82', 'neltoncastillo', '2022-09-19 10:47:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (595, 7, NULL, '190.148.252.82', 'KEVIN', '2022-09-19 15:25:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (596, 8, NULL, '190.148.252.82', 'SERGIO', '2022-09-19 16:15:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (597, 7, NULL, '200.119.174.26', 'Kevin', '2022-09-20 07:41:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (598, 6, NULL, '190.148.87.1', 'neltoncastillo', '2022-09-20 08:08:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (599, 7, NULL, '190.148.87.1', 'KEVIN', '2022-09-20 08:23:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (600, 6, NULL, '190.148.87.1', 'neltoncastillo', '2022-09-20 08:25:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (601, 6, NULL, '200.119.169.44', 'neltoncastillo', '2022-09-20 08:57:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (602, 7, NULL, '200.119.169.44', 'KEVIN', '2022-09-20 10:03:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (603, 7, NULL, '200.119.174.26', 'Kevin', '2022-09-20 12:34:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (604, 7, NULL, '200.119.169.44', 'KEVIN', '2022-09-20 16:07:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (605, 8, NULL, '200.119.169.44', 'SERGIO', '2022-09-20 16:10:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (606, 8, NULL, '200.119.169.44', 'SERGIO', '2022-09-21 08:45:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (607, 6, NULL, '200.119.169.44', 'neltoncastillo', '2022-09-21 08:49:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (608, 6, NULL, '200.119.174.132', 'neltoncastillo', '2022-09-21 11:09:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (609, 8, NULL, '200.119.174.132', 'SERGIO', '2022-09-21 11:12:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (610, 8, NULL, '200.119.174.132', 'SERGIO', '2022-09-21 11:26:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (611, 6, NULL, '200.119.174.132', 'neltoncastillo', '2022-09-21 11:26:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (612, 6, NULL, '200.119.174.132', 'neltoncastillo', '2022-09-21 11:28:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (613, 7, NULL, '200.119.174.132', 'VENTAS', '2022-09-21 11:28:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (614, 8, NULL, '200.119.174.132', 'SERGIO', '2022-09-21 12:24:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (615, 7, NULL, '200.119.174.132', 'VENTAS', '2022-09-21 12:53:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (616, 7, NULL, '200.119.174.132', 'VENTAS', '2022-09-21 14:20:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (617, 8, NULL, '200.119.174.132', 'SERGIO', '2022-09-21 14:51:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (618, 7, NULL, '190.148.157.203', 'VENTAS', '2022-09-21 15:13:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (619, 8, NULL, '190.148.157.203', 'SERGIO', '2022-09-21 15:19:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (620, 8, NULL, '190.148.157.203', 'SERGIO', '2022-09-21 15:20:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (621, 7, NULL, '190.148.157.203', 'VENTAS', '2022-09-21 15:25:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (622, 8, NULL, '190.148.157.203', 'SERGIO', '2022-09-21 15:29:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (623, 8, NULL, '190.148.252.182', 'SERGIO', '2022-09-21 15:46:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (624, 6, NULL, '190.148.252.182', 'neltoncastillo', '2022-09-21 15:47:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (625, 7, NULL, '190.148.252.182', 'VENTAS', '2022-09-21 15:49:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (626, 8, NULL, '190.148.252.182', 'SERGIO', '2022-09-21 16:12:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (627, 7, NULL, '190.148.252.182', 'VENTAS', '2022-09-21 16:14:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (628, 7, NULL, '190.148.252.182', 'VENTAS', '2022-09-21 16:31:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (629, 7, NULL, '190.148.252.56', 'VENTAS', '2022-09-22 09:13:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (630, 7, NULL, '190.148.252.56', 'VENTAS', '2022-09-22 10:19:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (631, 7, NULL, '190.148.252.56', 'VENTAS', '2022-09-23 08:17:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (632, 7, NULL, '190.148.252.56', 'VENTAS', '2022-09-23 08:38:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (633, 8, NULL, '190.148.252.56', 'SERGIO', '2022-09-23 12:12:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (634, 6, NULL, '190.148.252.56', 'neltoncastillo', '2022-09-23 14:37:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (635, 8, NULL, '190.148.252.56', 'SERGIO', '2022-09-23 16:32:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (636, 7, NULL, '190.148.252.56', 'VENTAS', '2022-09-24 08:57:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (637, 7, NULL, '190.148.87.191', 'VENTAS', '2022-09-26 08:06:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (638, 6, NULL, '190.148.128.36', 'neltoncastillo', '2022-09-26 18:50:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (639, 6, NULL, '190.148.128.36', 'neltoncastillo', '2022-09-26 18:58:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (640, 7, NULL, '200.119.170.221', 'VENTAS', '2022-09-27 08:27:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (641, 8, NULL, '200.119.170.221', 'SERGIO', '2022-09-27 14:00:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (642, 7, NULL, '200.119.170.221', 'VENTAS', '2022-09-27 16:28:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (643, 7, NULL, '200.119.170.221', 'VENTAS', '2022-09-28 07:58:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (644, 8, NULL, '200.119.170.221', 'SERGIO', '2022-09-28 12:02:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (645, 8, NULL, '200.119.170.221', 'SERGIO', '2022-09-28 12:34:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (646, 7, NULL, '200.119.170.221', 'VENTAS', '2022-09-29 07:52:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (647, 7, NULL, '200.119.170.221', 'VENTAS', '2022-09-29 11:09:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (648, 7, NULL, '200.119.170.221', 'VENTAS', '2022-09-30 07:53:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (649, 7, NULL, '190.148.252.115', 'VENTAS', '2022-09-30 16:46:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (650, 6, NULL, '190.148.252.115', 'neltoncastillo', '2022-10-01 06:47:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (651, 7, NULL, '190.148.252.115', 'VENTAS', '2022-10-01 07:13:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (652, 7, NULL, '190.148.252.73', 'VENTAS', '2022-10-03 07:55:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (653, 8, NULL, '190.148.252.73', 'SERGIO', '2022-10-03 08:37:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (654, 7, NULL, '190.148.252.73', 'VENTAS', '2022-10-03 10:07:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (655, 8, NULL, '190.148.252.73', 'SERGIO', '2022-10-03 14:43:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (656, 7, NULL, '200.119.169.25', 'VENTAS', '2022-10-04 07:22:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (657, 8, NULL, '200.119.169.25', 'SERGIO', '2022-10-04 09:51:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (658, 7, NULL, '200.119.169.25', 'VENTAS', '2022-10-04 09:54:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (659, 7, NULL, '200.119.169.52', 'VENTAS', '2022-10-05 07:59:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (660, 7, NULL, '190.56.50.39', 'VENTAS', '2022-10-05 09:33:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (661, 8, NULL, '190.56.50.39', 'SERGIO', '2022-10-05 09:34:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (662, 8, NULL, '190.56.50.39', 'SERGIO', '2022-10-05 14:58:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (663, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-06 07:55:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (664, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-06 08:08:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (665, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-06 08:09:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (666, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-06 08:36:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (667, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-06 08:51:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (668, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-06 16:47:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (669, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-06 17:02:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (670, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 07:23:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (671, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 07:41:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (672, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 08:15:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (673, 6, NULL, '190.56.54.156', 'neltoncastillo', '2022-10-07 08:16:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (674, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 08:30:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (675, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 08:34:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (676, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 08:36:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (677, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 09:03:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (678, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 09:08:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (679, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 09:24:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (680, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 10:32:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (681, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 10:40:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (682, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 11:04:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (683, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 11:06:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (684, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 15:56:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (685, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-07 15:57:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (686, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-07 16:55:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (687, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-08 05:20:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (688, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-09 05:32:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (689, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-10 06:02:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (690, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-10 09:05:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (691, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-10 09:06:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (692, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-10 09:26:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (693, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-10 11:16:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (694, 7, NULL, '190.56.54.156', 'VENTAS', '2022-10-10 12:20:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (695, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-10 12:22:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (696, 8, NULL, '190.56.54.156', 'SERGIO', '2022-10-10 16:50:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (697, 7, NULL, '190.148.252.197', 'VENTAS', '2022-10-11 06:36:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (698, 6, NULL, '190.148.252.197', 'neltoncastillo', '2022-10-11 08:28:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (699, 7, NULL, '190.148.252.197', 'VENTAS', '2022-10-11 08:29:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (700, 8, NULL, '190.148.252.197', 'SERGIO', '2022-10-11 14:47:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (701, 7, NULL, '190.148.252.197', 'VENTAS', '2022-10-12 06:25:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (702, 8, NULL, '190.148.252.197', 'SERGIO', '2022-10-12 14:39:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (703, 7, NULL, '190.56.49.237', 'VENTAS', '2022-10-13 05:54:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (704, 7, NULL, '190.56.49.237', 'VENTAS', '2022-10-14 06:27:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (705, 8, NULL, '190.56.49.237', 'SERGIO', '2022-10-14 09:34:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (706, 7, NULL, '190.56.49.237', 'VENTAS', '2022-10-14 10:21:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (707, 8, NULL, '190.56.49.237', 'SERGIO', '2022-10-14 11:27:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (708, 7, NULL, '190.56.49.237', 'VENTAS', '2022-10-14 11:28:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (709, 7, NULL, '190.56.49.237', 'VENTAS', '2022-10-14 11:53:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (710, 8, NULL, '190.56.49.237', 'SERGIO', '2022-10-14 15:15:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (711, 8, NULL, '190.56.49.237', 'SERGIO', '2022-10-14 16:09:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (712, 7, NULL, '190.56.49.237', 'VENTAS', '2022-10-15 05:59:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (713, 7, NULL, '200.119.171.24', 'VENTAS', '2022-10-16 06:21:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (714, 7, NULL, '190.56.48.81', 'VENTAS', '2022-10-17 06:08:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (715, 8, NULL, '190.56.48.81', 'SERGIO', '2022-10-17 10:24:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (716, 7, NULL, '190.148.252.129', 'VENTAS', '2022-10-17 16:30:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (717, 8, NULL, '190.148.252.129', 'SERGIO', '2022-10-17 16:33:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (718, 7, NULL, '190.56.48.81', 'VENTAS', '2022-10-17 16:41:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (719, 7, NULL, '190.56.49.109', 'VENTAS', '2022-10-18 06:42:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (720, 8, NULL, '190.56.49.109', 'SERGIO', '2022-10-18 14:21:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (721, 8, NULL, '190.56.49.109', 'SERGIO', '2022-10-18 15:31:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (722, 6, NULL, '190.56.49.109', 'neltoncastillo', '2022-10-18 15:32:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (723, 8, NULL, '190.56.49.109', 'SERGIO', '2022-10-18 15:36:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (724, 7, NULL, '190.56.49.109', 'VENTAS', '2022-10-19 06:46:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (725, 8, NULL, '190.148.252.85', 'SERGIO', '2022-10-19 10:31:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (726, 8, NULL, '190.148.252.85', 'SERGIO', '2022-10-19 15:14:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (727, 7, NULL, '190.56.54.77', 'VENTAS', '2022-10-20 06:00:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (728, 8, NULL, '190.56.54.77', 'SERGIO', '2022-10-20 08:21:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (729, 7, NULL, '190.56.54.77', 'VENTAS', '2022-10-20 08:31:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (730, 7, NULL, '200.119.174.129', 'VENTAS', '2022-10-21 06:21:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (731, 8, NULL, '200.119.174.129', 'SERGIO', '2022-10-21 07:31:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (732, 6, NULL, '200.119.173.135', 'neltoncastillo', '2022-10-21 08:01:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (733, 7, NULL, '200.119.174.79', 'VENTAS', '2022-10-21 16:37:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (734, 7, NULL, '200.119.170.164', 'VENTAS', '2022-10-22 06:42:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (735, 7, NULL, '190.56.32.173', 'VENTAS', '2022-10-22 16:44:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (736, 7, NULL, '200.119.174.104', 'VENTAS', '2022-10-23 07:33:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (737, 7, NULL, '200.119.174.104', 'VENTAS', '2022-10-24 05:52:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (738, 7, NULL, '200.119.174.104', 'VENTAS', '2022-10-24 08:29:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (739, 7, NULL, '200.119.174.104', 'VENTAS', '2022-10-24 12:03:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (740, 6, NULL, '200.119.174.104', 'neltoncastillo', '2022-10-24 15:46:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (741, 7, NULL, '190.148.157.122', 'VENTAS', '2022-10-24 16:03:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (742, 8, NULL, '190.148.157.122', 'SERGIO', '2022-10-24 16:21:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (743, 6, NULL, '190.148.157.122', 'neltoncastillo', '2022-10-24 16:30:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (744, 7, NULL, '200.119.170.113', 'VENTAS', '2022-10-25 06:03:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (745, 8, NULL, '200.119.170.113', 'SERGIO', '2022-10-25 08:16:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (746, 8, NULL, '200.119.170.113', 'SERGIO', '2022-10-25 14:55:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (747, 7, NULL, '190.148.157.146', 'VENTAS', '2022-10-26 06:13:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (748, 8, NULL, '190.148.157.103', 'SERGIO', '2022-10-26 08:33:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (749, 6, NULL, '200.119.170.16', 'neltoncastillo', '2022-10-26 10:21:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (750, 8, NULL, '200.119.170.16', 'SERGIO', '2022-10-26 16:07:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (751, 7, NULL, '190.148.252.235', 'VENTAS', '2022-10-27 05:46:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (752, 8, NULL, '190.148.252.235', 'SERGIO', '2022-10-27 08:19:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (753, 8, NULL, '190.148.252.235', 'SERGIO', '2022-10-27 14:39:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (754, 7, NULL, '200.119.168.7', 'VENTAS', '2022-10-28 06:01:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (755, 8, NULL, '190.56.50.15', 'SERGIO', '2022-10-28 16:36:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (756, 7, NULL, '190.56.50.15', 'VENTAS', '2022-10-29 05:58:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (757, 8, NULL, '190.56.50.15', 'SERGIO', '2022-10-29 08:52:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (758, 7, NULL, '190.56.50.15', 'VENTAS', '2022-10-30 05:47:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (759, 7, NULL, '190.56.50.15', 'VENTAS', '2022-10-31 05:48:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (760, 8, NULL, '190.56.50.15', 'SERGIO', '2022-10-31 08:15:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (761, 6, NULL, '190.56.50.15', 'neltoncastillo', '2022-10-31 08:16:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (762, 8, NULL, '190.56.50.15', 'SERGIO', '2022-10-31 09:29:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (763, 7, NULL, '190.56.50.15', 'VENTAS', '2022-10-31 09:29:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (764, 6, NULL, '190.56.50.15', 'neltoncastillo', '2022-10-31 09:52:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (765, 7, NULL, '190.56.50.15', 'Ventas', '2022-10-31 10:14:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (766, 6, NULL, '200.119.173.166', 'neltoncastillo', '2022-10-31 10:35:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (767, 11, NULL, '190.56.50.15', 'Roberto', '2022-10-31 12:20:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (768, 11, NULL, '190.56.50.15', 'Roberto', '2022-10-31 12:30:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (769, 8, NULL, '200.119.169.55', 'SERGIO', '2022-10-31 16:52:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (770, 8, NULL, '200.119.169.55', 'SERGIO', '2022-10-31 17:01:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (771, 7, NULL, '190.148.252.162', 'VENTAS', '2022-11-01 05:52:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (772, 7, NULL, '190.148.158.164', 'VENTAS', '2022-11-02 05:46:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (773, 6, NULL, '190.148.158.164', 'neltoncastillo', '2022-11-02 08:32:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (774, 6, NULL, '190.148.158.164', 'neltoncastillo', '2022-11-02 08:38:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (775, 8, NULL, '190.148.158.164', 'SERGIO', '2022-11-02 08:40:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (776, 8, NULL, '190.148.157.171', 'SERGIO', '2022-11-02 15:12:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (777, 7, NULL, '190.56.55.115', 'VENTAS', '2022-11-03 06:25:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (778, 8, NULL, '200.119.174.30', 'SERGIO', '2022-11-03 10:24:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (779, 7, NULL, '200.119.174.30', 'VENTAS', '2022-11-04 05:58:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (780, 8, NULL, '190.56.50.6', 'SERGIO', '2022-11-04 08:15:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (781, 8, NULL, '190.56.50.6', 'SERGIO', '2022-11-04 10:53:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (782, 1, NULL, '168.194.72.202', 'Soporte', '2022-11-04 16:03:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (783, 8, NULL, '190.56.50.6', 'SERGIO', '2022-11-04 17:18:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (784, 7, NULL, '190.56.50.6', 'VENTAS', '2022-11-05 06:09:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (785, 7, NULL, '200.119.174.182', 'VENTAS', '2022-11-06 06:42:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (786, 7, NULL, '190.148.252.112', 'VENTAS', '2022-11-06 14:46:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (787, 7, NULL, '190.148.252.112', 'VENTAS', '2022-11-07 06:07:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (788, 8, NULL, '190.148.252.112', 'SERGIO', '2022-11-07 08:22:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (789, 6, NULL, '190.148.252.112', 'neltoncastillo', '2022-11-07 09:40:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (790, 7, NULL, '190.148.252.112', 'VENTAS', '2022-11-07 13:53:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (791, 6, NULL, '190.148.252.112', 'neltoncastillo', '2022-11-07 14:32:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (792, 7, NULL, '190.148.87.164', 'VENTAS', '2022-11-08 06:24:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (793, 6, NULL, '190.148.87.164', 'neltoncastillo', '2022-11-08 08:45:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (794, 6, NULL, '190.148.87.164', 'neltoncastillo', '2022-11-08 08:47:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (795, 9, NULL, '190.148.87.164', 'karinmaricela', '2022-11-08 08:51:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (796, 7, NULL, '200.119.173.212', 'VENTAS', '2022-11-08 13:47:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (797, 9, NULL, '190.148.157.165', 'karinmaricela', '2022-11-09 06:34:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (798, 7, NULL, '190.148.157.165', 'VENTAS', '2022-11-09 06:49:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (799, 8, NULL, '200.119.168.118', 'SERGIO', '2022-11-09 10:14:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (800, 8, NULL, '200.119.168.48', 'SERGIO', '2022-11-09 16:22:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (801, 7, NULL, '200.119.168.48', 'VENTAS', '2022-11-09 19:05:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (802, 9, NULL, '200.119.168.48', 'karinmaricela', '2022-11-10 06:50:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (803, 9, NULL, '200.119.168.48', 'karinmaricela', '2022-11-10 07:14:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (804, 7, NULL, '200.119.168.48', 'VENTAS', '2022-11-10 08:18:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (805, 8, NULL, '200.119.168.48', 'SERGIO', '2022-11-10 08:58:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (806, 9, NULL, '200.119.168.48', 'karinmaricela', '2022-11-10 09:00:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (807, 6, NULL, '200.119.168.48', 'neltoncastillo', '2022-11-10 09:01:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (808, 8, NULL, '200.119.168.48', 'SERGIO', '2022-11-10 09:48:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (809, 6, NULL, '200.119.168.48', 'neltoncastillo', '2022-11-10 10:26:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (810, 8, NULL, '200.119.168.48', 'SERGIO', '2022-11-10 14:12:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (811, 7, NULL, '200.119.168.48', 'VENTAS', '2022-11-10 15:11:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (812, 8, NULL, '190.148.87.6', 'SERGIO', '2022-11-10 17:13:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (813, 8, NULL, '190.148.87.6', 'SERGIO', '2022-11-10 17:23:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (814, 7, NULL, '190.148.87.6', 'VENTAS', '2022-11-10 17:23:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (815, 7, NULL, '190.148.87.6', 'VENTAS', '2022-11-11 06:56:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (816, 8, NULL, '190.148.87.6', 'SERGIO', '2022-11-11 08:46:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (817, 9, NULL, '190.148.87.6', 'karinmaricela', '2022-11-11 09:20:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (818, 6, NULL, '190.148.87.6', 'neltoncastillo', '2022-11-11 09:23:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (819, 9, NULL, '190.148.87.6', 'karinmaricela', '2022-11-11 10:10:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (820, 6, NULL, '190.148.87.6', 'neltoncastillo', '2022-11-11 11:51:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (821, 9, NULL, '190.148.87.6', 'karinmaricela', '2022-11-11 11:56:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (822, 6, NULL, '190.148.87.6', 'neltoncastillo', '2022-11-11 12:45:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (823, 8, NULL, '190.148.87.6', 'SERGIO', '2022-11-11 15:22:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (824, 7, NULL, '190.148.87.6', 'VENTAS', '2022-11-12 06:14:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (825, 9, NULL, '190.148.87.6', 'karinmaricela', '2022-11-12 07:38:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (826, 7, NULL, '190.148.87.6', 'VENTAS', '2022-11-13 06:07:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (827, 7, NULL, '190.148.87.6', 'VENTAS', '2022-11-14 06:25:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (828, 9, NULL, '190.148.87.6', 'karinmaricela', '2022-11-14 06:43:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (829, 9, NULL, '190.148.87.6', 'karinmaricela', '2022-11-14 07:12:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (830, 8, NULL, '190.148.87.6', 'SERGIO', '2022-11-14 08:36:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (831, 6, NULL, '190.148.87.6', 'neltoncastillo', '2022-11-14 08:37:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (832, 8, NULL, '190.148.87.6', 'SERGIO', '2022-11-14 09:57:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (833, 7, NULL, '200.119.173.91', 'VENTAS', '2022-11-15 06:14:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (834, 8, NULL, '190.148.157.88', 'SERGIO', '2022-11-15 11:04:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (835, 7, NULL, '200.119.172.48', 'VENTAS', '2022-11-16 06:32:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (836, 8, NULL, '200.119.172.48', 'SERGIO', '2022-11-16 09:19:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (837, 8, NULL, '200.119.170.137', 'SERGIO', '2022-11-16 15:35:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (838, 7, NULL, '200.119.170.137', 'VENTAS', '2022-11-17 06:59:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (839, 8, NULL, '200.119.170.137', 'SERGIO', '2022-11-17 10:33:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (840, 8, NULL, '200.119.170.137', 'SERGIO', '2022-11-17 11:23:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (841, 7, NULL, '190.148.157.50', 'VENTAS', '2022-11-18 06:22:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (842, 8, NULL, '190.148.252.233', 'SERGIO', '2022-11-18 08:38:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (843, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-18 08:44:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (844, 8, NULL, '190.148.252.233', 'SERGIO', '2022-11-18 16:19:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (845, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-19 06:11:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (846, 7, NULL, '200.119.168.109', 'VENTAS', '2022-11-19 08:36:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (847, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-20 06:41:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (848, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-20 17:18:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (849, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-21 06:22:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (850, 8, NULL, '190.148.158.74', 'SERGIO', '2022-11-21 08:29:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (851, 8, NULL, '190.148.158.74', 'SERGIO', '2022-11-21 08:31:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (852, 7, NULL, '190.148.158.74', 'VENTAS', '2022-11-21 08:34:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (853, 8, NULL, '190.148.158.74', 'SERGIO', '2022-11-21 08:42:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (854, 7, NULL, '200.119.168.108', 'VENTAS', '2022-11-21 09:15:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (855, 8, NULL, '190.148.252.233', 'SERGIO', '2022-11-21 09:27:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (856, 6, NULL, '190.148.252.233', 'neltoncastillo', '2022-11-21 10:08:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (857, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-21 17:28:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (858, 7, NULL, '190.148.252.233', 'VENTAS', '2022-11-21 17:44:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (859, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-22 05:10:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (860, 6, NULL, '190.148.157.80', 'neltoncastillo', '2022-11-22 06:04:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (861, 8, NULL, '190.148.157.80', 'SERGIO', '2022-11-22 11:36:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (862, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-22 12:44:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (863, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-22 17:12:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (864, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-23 05:15:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (865, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-23 14:47:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (866, 8, NULL, '190.148.157.80', 'SERGIO', '2022-11-23 14:48:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (867, 6, NULL, '190.148.157.80', 'neltoncastillo', '2022-11-23 15:43:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (868, 8, NULL, '190.148.157.80', 'SERGIO', '2022-11-23 15:53:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (869, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-24 05:18:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (870, 8, NULL, '190.148.157.80', 'SERGIO', '2022-11-24 08:20:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (871, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-24 08:25:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (872, 8, NULL, '190.148.157.80', 'SERGIO', '2022-11-24 14:34:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (873, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-25 05:20:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (874, 8, NULL, '190.148.157.80', 'SERGIO', '2022-11-25 09:13:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (875, 7, NULL, '190.148.157.80', 'ventas', '2022-11-26 05:31:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (876, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-27 05:50:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (877, 7, NULL, '190.148.157.80', 'VENTAS', '2022-11-28 05:23:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (878, 7, NULL, '190.148.157.214', 'VENTAS', '2022-11-29 05:32:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (879, 8, NULL, '190.148.157.214', 'SERGIO', '2022-11-29 09:14:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (880, 7, NULL, '200.119.169.175', 'VENTAS', '2022-11-30 05:21:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (881, 8, NULL, '200.119.169.175', 'SERGIO', '2022-11-30 09:08:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (882, 7, NULL, '190.148.252.161', 'VENTAS', '2022-12-01 05:21:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (883, 8, NULL, '190.148.252.161', 'SERGIO', '2022-12-01 09:11:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (884, 1, NULL, '168.194.72.202', 'Soporte', '2022-12-01 17:42:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (885, 7, NULL, '190.148.252.161', 'VENTAS', '2022-12-02 05:35:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (886, 7, NULL, '190.148.252.161', 'VENTAS', '2022-12-02 07:54:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (887, 8, NULL, '190.148.252.161', 'SERGIO', '2022-12-02 11:20:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (888, 8, NULL, '190.148.252.161', 'SERGIO', '2022-12-02 12:05:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (889, 7, NULL, '190.148.252.161', 'VENTAS', '2022-12-02 12:08:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (890, 7, NULL, '190.148.252.161', 'VENTAS', '2022-12-02 12:58:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (891, 8, NULL, '190.148.252.161', 'SERGIO', '2022-12-02 15:26:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (892, 7, NULL, '190.148.252.161', 'VENTAS', '2022-12-03 05:32:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (893, 7, NULL, '200.119.170.143', 'VENTAS', '2022-12-04 05:26:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (894, 7, NULL, '200.119.170.143', 'VENTAS', '2022-12-05 05:41:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (895, 8, NULL, '200.119.170.143', 'SERGIO', '2022-12-05 08:14:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (896, 8, NULL, '200.119.170.143', 'SERGIO', '2022-12-05 08:55:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (897, 8, NULL, '200.119.170.143', 'SERGIO', '2022-12-05 09:06:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (898, 8, NULL, '200.119.170.143', 'SERGIO', '2022-12-05 09:20:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (899, 8, NULL, '200.119.170.143', 'SERGIO', '2022-12-05 09:57:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (900, 6, NULL, '200.119.170.143', 'neltoncastillo', '2022-12-05 10:02:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (901, 7, NULL, '200.119.170.143', 'VENTAS', '2022-12-05 17:34:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (902, 7, NULL, '190.56.50.38', 'VENTAS', '2022-12-06 05:41:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (903, 7, NULL, '190.56.50.38', 'VENTAS', '2022-12-07 06:01:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (904, 8, NULL, '190.56.50.38', 'SERGIO', '2022-12-07 15:29:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (905, 6, NULL, '190.56.50.38', 'neltoncastillo', '2022-12-07 15:32:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (906, 8, NULL, '190.56.50.38', 'SERGIO', '2022-12-07 15:38:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (907, 7, NULL, '190.56.32.37', 'VENTAS', '2022-12-08 05:21:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (908, 8, NULL, '200.119.170.193', 'SERGIO', '2022-12-08 12:35:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (909, 8, NULL, '200.119.170.168', 'SERGIO', '2022-12-08 14:11:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (910, 8, NULL, '200.119.170.168', 'SERGIO', '2022-12-08 15:07:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (911, 7, NULL, '200.119.170.168', 'VENTAS', '2022-12-08 15:08:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (912, 8, NULL, '200.119.170.168', 'SERGIO', '2022-12-08 15:10:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (913, 8, NULL, '200.119.170.168', 'SERGIO', '2022-12-08 15:22:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (914, 7, NULL, '200.119.170.168', 'VENTAS', '2022-12-08 15:36:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (915, 7, NULL, '200.119.170.168', 'VENTAS', '2022-12-09 05:34:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (916, 8, NULL, '200.119.170.168', 'SERGIO', '2022-12-09 10:36:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (917, 8, NULL, '200.119.170.168', 'SERGIO', '2022-12-09 15:57:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (918, 7, NULL, '200.119.170.168', 'VENTAS', '2022-12-09 16:03:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (919, 7, NULL, '200.119.170.168', 'VENTAS', '2022-12-10 06:15:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (920, 7, NULL, '200.119.170.168', 'VENTAS', '2022-12-11 05:40:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (921, 7, NULL, '190.148.252.88', 'VENTAS', '2022-12-12 05:24:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (922, 8, NULL, '190.148.252.88', 'SERGIO', '2022-12-12 09:12:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (923, 7, NULL, '190.148.252.88', 'VENTAS', '2022-12-12 14:22:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (924, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-13 05:33:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (925, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-14 05:33:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (926, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-14 09:53:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (927, 6, NULL, '190.148.252.151', 'neltoncastillo', '2022-12-14 12:48:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (928, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-14 14:57:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (929, 6, NULL, '190.148.252.151', 'neltoncastillo', '2022-12-14 15:01:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (930, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-14 15:13:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (931, 6, NULL, '190.148.252.151', 'neltoncastillo', '2022-12-14 16:10:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (932, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-15 05:50:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (933, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-15 11:27:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (934, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-16 05:27:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (935, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-16 11:13:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (936, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-17 06:24:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (937, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-17 11:22:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (938, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-18 05:24:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (939, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-19 05:45:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (940, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-19 08:34:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (941, 6, NULL, '190.148.252.151', 'neltoncastillo', '2022-12-19 09:24:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (942, 8, NULL, '190.148.252.151', 'SERGIO', '2022-12-19 10:15:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (943, 7, NULL, '190.148.252.151', 'VENTAS', '2022-12-19 10:39:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (944, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-20 07:43:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (945, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-21 07:23:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (946, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-21 10:16:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (947, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-21 10:21:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (948, 6, NULL, '190.56.32.35', 'neltoncastillo', '2022-12-21 10:48:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (949, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-21 10:51:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (950, 6, NULL, '190.56.32.35', 'neltoncastillo', '2022-12-21 10:52:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (951, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-21 10:54:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (952, 6, NULL, '190.56.32.35', 'neltoncastillo', '2022-12-21 10:57:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (953, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-21 11:00:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (954, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-22 06:04:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (955, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-22 08:18:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (956, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-22 08:28:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (957, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-22 16:28:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (958, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-23 05:26:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (959, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-24 05:49:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (960, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-25 06:54:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (961, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-26 05:31:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (962, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-26 08:27:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (963, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-26 12:04:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (964, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-26 12:27:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (965, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-26 12:30:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (966, 8, NULL, '190.56.32.35', 'SERGIO', '2022-12-26 12:35:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (967, 7, NULL, '190.56.32.35', 'VENTAS', '2022-12-26 12:39:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (968, 7, NULL, '190.148.158.175', 'VENTAS', '2022-12-27 05:49:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (969, 8, NULL, '190.148.158.175', 'SERGIO', '2022-12-27 10:44:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (970, 7, NULL, '190.148.158.175', 'VENTAS', '2022-12-28 06:00:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (971, 8, NULL, '190.148.158.175', 'SERGIO', '2022-12-28 08:36:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (972, 7, NULL, '190.148.158.175', 'VENTAS', '2022-12-29 05:34:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (973, 8, NULL, '190.148.158.175', 'SERGIO', '2022-12-29 15:19:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (974, 7, NULL, '190.148.158.175', 'VENTAS', '2022-12-30 05:31:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (975, 8, NULL, '190.148.158.175', 'SERGIO', '2022-12-30 09:09:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (976, 7, NULL, '190.148.158.175', 'VENTAS', '2022-12-31 05:34:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (977, 7, NULL, '190.148.158.175', 'VENTAS', '2023-01-01 06:34:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (978, 7, NULL, '190.148.158.175', 'VENTAS', '2023-01-02 06:54:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (979, 8, NULL, '190.148.158.175', 'SERGIO', '2023-01-02 10:25:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (980, 6, NULL, '190.148.158.175', 'neltoncastillo', '2023-01-02 10:31:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (981, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-03 05:24:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (982, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-03 16:14:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (983, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-03 16:16:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (984, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-04 05:28:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (985, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-04 11:20:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (986, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-04 15:51:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (987, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-05 05:17:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (988, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-05 09:24:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (989, 6, NULL, '190.148.252.96', 'neltoncastillo', '2023-01-05 09:27:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (990, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-05 09:35:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (991, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-05 09:51:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (992, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-05 10:50:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (993, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-05 11:27:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (994, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-05 12:07:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (995, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-05 12:16:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (996, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-05 14:55:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (997, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-05 15:00:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (998, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-06 05:52:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (999, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-06 08:51:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1000, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-06 08:53:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1001, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-06 11:35:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1002, 6, NULL, '190.148.252.96', 'neltoncastillo', '2023-01-06 11:43:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1003, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-06 15:48:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1004, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-07 05:45:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1005, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-08 05:25:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1006, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-08 09:23:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1007, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-09 05:35:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1008, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-09 09:49:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1009, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-09 10:45:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1010, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-09 11:22:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1011, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-09 11:29:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1012, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-09 11:35:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1013, 8, NULL, '190.148.252.96', 'SERGIO', '2023-01-09 14:11:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1014, 7, NULL, '190.148.252.96', 'VENTAS', '2023-01-09 14:18:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1015, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-10 06:11:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1016, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-11 05:24:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1017, 6, NULL, '190.56.55.113', 'neltoncastillo', '2023-01-11 09:07:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1018, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-11 09:41:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1019, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-11 16:34:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1020, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-12 05:35:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1021, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-12 11:09:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1022, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-12 11:14:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1023, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-13 05:50:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1024, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-13 08:26:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1025, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-13 08:28:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1026, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-13 09:50:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1027, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-13 10:42:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1028, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-13 10:44:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1029, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-13 14:37:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1030, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-13 16:56:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1031, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-14 05:20:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1032, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-15 05:52:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1033, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-16 05:36:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1034, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-16 08:06:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1035, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-16 08:15:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1036, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-16 08:26:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1037, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-16 09:37:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1038, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-16 09:49:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1039, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-16 10:42:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1040, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-16 10:49:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1041, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-16 11:17:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1042, 6, NULL, '190.56.55.113', 'neltoncastillo', '2023-01-16 11:25:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1043, 8, NULL, '190.56.55.113', 'SERGIO', '2023-01-16 14:56:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1044, 7, NULL, '190.56.55.113', 'VENTAS', '2023-01-16 16:31:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1045, 7, NULL, '190.148.252.177', 'VENTAS', '2023-01-17 05:31:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1046, 8, NULL, '190.148.252.177', 'SERGIO', '2023-01-17 08:36:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1047, 6, NULL, '200.119.169.52', 'neltoncastillo', '2023-01-17 11:16:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1048, 7, NULL, '190.148.252.177', 'VENTAS', '2023-01-18 05:09:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1049, 8, NULL, '190.148.252.177', 'SERGIO', '2023-01-18 10:59:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1050, 7, NULL, '190.148.252.177', 'VENTAS', '2023-01-18 12:38:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1051, 8, NULL, '190.148.252.177', 'SERGIO', '2023-01-18 14:18:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1052, 6, NULL, '190.148.252.177', 'neltoncastillo', '2023-01-18 14:39:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1053, 7, NULL, '190.148.252.177', 'VENTAS', '2023-01-18 14:41:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1054, 8, NULL, '190.148.252.177', 'SERGIO', '2023-01-18 14:44:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1055, 6, NULL, '190.148.252.177', 'neltoncastillo', '2023-01-18 14:45:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1056, 8, NULL, '190.148.252.177', 'SERGIO', '2023-01-18 14:46:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1057, 6, NULL, '190.148.252.177', 'neltoncastillo', '2023-01-18 14:47:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1058, 8, NULL, '190.148.252.177', 'SERGIO', '2023-01-18 15:03:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1059, 7, NULL, '190.148.252.177', 'VENTAS', '2023-01-19 05:13:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1060, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-20 05:20:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1061, 8, NULL, '200.119.174.9', 'SERGIO', '2023-01-20 14:18:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1062, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-20 14:32:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1063, 8, NULL, '200.119.174.9', 'SERGIO', '2023-01-20 15:47:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1064, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-21 05:25:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1065, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-22 05:26:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1066, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-23 05:24:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1067, 8, NULL, '200.119.174.9', 'SERGIO', '2023-01-23 08:15:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1068, 8, NULL, '200.119.174.9', 'SERGIO', '2023-01-23 09:03:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1069, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-23 09:10:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1070, 8, NULL, '200.119.174.9', 'SERGIO', '2023-01-23 10:47:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1071, 7, NULL, '200.119.174.9', 'VENTAS', '2023-01-23 11:13:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1072, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-24 05:14:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1073, 8, NULL, '200.119.172.60', 'SERGIO', '2023-01-24 09:01:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1074, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-25 05:23:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1075, 8, NULL, '200.119.172.60', 'SERGIO', '2023-01-25 12:15:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1076, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-26 05:28:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1077, 8, NULL, '200.119.172.60', 'SERGIO', '2023-01-26 09:49:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1078, 8, NULL, '200.119.172.60', 'SERGIO', '2023-01-26 14:45:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1079, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-27 05:30:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1080, 8, NULL, '200.119.172.60', 'SERGIO', '2023-01-27 08:29:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1081, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-27 08:34:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1082, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-28 05:25:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1083, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-29 05:50:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1084, 7, NULL, '200.119.172.60', 'VENTAS', '2023-01-30 05:37:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1085, 8, NULL, '200.119.172.60', 'SERGIO', '2023-01-30 09:41:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1086, 6, NULL, '200.119.172.60', 'neltoncastillo', '2023-01-30 10:00:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1087, 7, NULL, '200.119.172.96', 'VENTAS', '2023-01-31 05:29:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1088, 8, NULL, '200.119.172.96', 'SERGIO', '2023-01-31 11:06:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1089, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-01 06:15:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1090, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-01 18:38:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1091, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-02 05:50:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1092, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-02 09:39:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1093, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-02 12:52:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1094, 6, NULL, '200.119.172.96', 'neltoncastillo', '2023-02-02 16:11:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1095, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-03 05:46:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1096, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-03 08:32:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1097, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-03 09:15:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1098, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-03 09:20:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1099, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-03 09:21:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1100, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-03 09:28:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1101, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-03 09:37:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1102, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-03 09:40:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1103, 8, NULL, '200.119.172.96', 'SERGIO', '2023-02-03 16:41:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1104, 7, NULL, '200.119.172.96', 'VENTAS', '2023-02-04 06:16:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1105, 7, NULL, '190.148.157.117', 'VENTAS', '2023-02-05 06:08:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1106, 7, NULL, '190.148.252.55', 'VENTAS', '2023-02-06 05:50:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1107, 8, NULL, '190.148.252.55', 'SERGIO', '2023-02-06 08:19:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1108, 7, NULL, '200.119.173.130', 'VENTAS', '2023-02-07 05:57:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1109, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-07 16:50:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1110, 7, NULL, '200.119.173.130', 'VENTAS', '2023-02-08 05:42:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1111, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-08 09:02:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1112, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-08 14:09:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1113, 7, NULL, '200.119.173.130', 'VENTAS', '2023-02-09 06:00:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1114, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-09 08:36:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1115, 7, NULL, '200.119.173.130', 'VENTAS', '2023-02-09 08:39:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1116, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-09 12:01:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1117, 7, NULL, '200.119.173.130', 'VENTAS', '2023-02-10 05:42:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1118, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-10 08:26:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1119, 8, NULL, '200.119.173.130', 'SERGIO', '2023-02-10 14:12:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1120, 7, NULL, '200.119.173.130', 'VENTAS', '2023-02-11 05:45:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1121, 7, NULL, '190.148.87.51', 'VENTAS', '2023-02-13 05:23:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1122, 8, NULL, '190.148.87.51', 'SERGIO', '2023-02-13 08:26:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1123, 6, NULL, '190.148.87.51', 'neltoncastillo', '2023-02-13 08:55:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1124, 7, NULL, '190.56.50.241', 'VENTAS', '2023-02-14 05:25:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1125, 8, NULL, '190.148.158.108', 'SERGIO', '2023-02-14 09:51:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1126, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-15 05:22:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1127, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-15 10:31:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1128, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-15 10:51:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1129, 6, NULL, '190.56.32.174', 'neltoncastillo', '2023-02-15 10:56:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1130, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-15 11:01:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1131, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-15 11:47:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1132, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-15 12:12:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1133, 6, NULL, '190.56.32.174', 'neltoncastillo', '2023-02-15 14:25:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1134, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-15 14:33:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1135, 6, NULL, '190.56.32.174', 'neltoncastillo', '2023-02-15 15:33:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1136, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-16 05:24:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1137, 8, NULL, '190.148.158.108', 'SERGIO', '2023-02-16 08:35:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1138, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-16 08:40:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1139, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-16 09:01:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1140, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-16 10:34:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1141, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-17 05:24:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1142, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-17 08:24:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1143, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-17 08:24:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1144, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-17 08:26:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1145, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-17 12:07:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1146, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-17 12:08:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1147, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-18 05:48:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1148, 8, NULL, '190.148.158.108', 'SERGIO', '2023-02-18 17:06:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1149, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-19 05:32:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1150, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-20 05:27:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1151, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-20 08:21:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1152, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-20 08:30:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1153, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-20 08:43:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1154, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-20 09:00:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1155, 7, NULL, '190.56.32.174', 'VENTAS', '2023-02-20 09:05:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1156, 8, NULL, '190.56.32.174', 'SERGIO', '2023-02-20 11:04:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1157, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-21 05:26:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1158, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-21 12:57:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1159, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-21 15:07:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1160, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-21 16:18:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1161, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-22 05:20:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1162, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-22 08:47:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1163, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-22 14:33:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1164, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-23 05:27:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1165, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-24 05:29:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1166, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-24 11:13:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1167, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-25 05:35:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1168, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-26 05:42:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1169, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-27 05:21:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1170, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-27 08:16:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1171, 7, NULL, '190.148.158.151', 'VENTAS', '2023-02-27 08:21:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1172, 8, NULL, '190.148.158.151', 'SERGIO', '2023-02-27 09:44:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1173, 6, NULL, '190.148.158.151', 'neltoncastillo', '2023-02-27 11:01:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1174, 7, NULL, '190.148.157.135', 'VENTAS', '2023-02-28 05:57:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1175, 7, NULL, '190.148.157.135', 'VENTAS', '2023-02-28 15:57:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1176, 8, NULL, '190.56.48.16', 'SERGIO', '2023-02-28 16:32:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1177, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-01 05:46:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1178, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-01 08:54:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1179, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-02 05:47:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1180, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-02 11:17:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1181, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-02 12:00:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1182, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-02 12:36:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1183, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-02 12:39:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1184, 6, NULL, '190.148.252.111', 'neltoncastillo', '2023-03-02 12:41:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1185, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-02 12:43:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1186, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-02 16:05:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1187, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-02 16:21:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1188, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-03 06:01:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1189, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-03 08:20:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1190, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-04 05:44:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1191, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-05 06:24:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1192, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-06 05:51:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1193, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-06 08:13:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1194, 7, NULL, '190.148.252.111', 'VENTAS', '2023-03-06 08:18:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1195, 8, NULL, '190.148.252.111', 'SERGIO', '2023-03-06 08:42:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1196, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-07 05:59:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1197, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-07 14:51:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1198, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-07 15:21:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1199, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-08 05:53:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1200, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-08 08:18:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1201, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-08 13:39:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1202, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-08 14:39:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1203, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-09 06:14:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1204, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-09 10:45:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1205, 6, NULL, '190.148.87.96', 'neltoncastillo', '2023-03-09 18:02:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1206, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-10 05:51:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1207, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-10 08:55:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1208, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-10 09:04:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1209, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-10 10:44:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1210, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-10 16:37:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1211, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-11 07:08:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1212, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-11 12:01:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1213, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-12 05:59:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1214, 6, NULL, '190.148.87.96', 'neltoncastillo', '2023-03-12 08:09:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1215, 7, NULL, '190.148.87.96', 'VENTAS', '2023-03-13 06:21:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1216, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-13 08:26:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1217, 6, NULL, '190.148.87.96', 'neltoncastillo', '2023-03-13 08:34:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1218, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-13 08:36:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1219, 6, NULL, '190.148.87.96', 'neltoncastillo', '2023-03-13 08:42:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1220, 8, NULL, '190.148.87.96', 'SERGIO', '2023-03-13 08:43:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1221, 6, NULL, '190.148.87.96', 'neltoncastillo', '2023-03-13 08:44:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1222, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-14 05:26:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1223, 1, NULL, '190.122.185.252', 'Soporte', '2023-03-14 15:51:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1224, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-15 05:42:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1225, 8, NULL, '190.148.157.98', 'SERGIO', '2023-03-15 15:04:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1226, 6, NULL, '190.148.157.98', 'neltoncastillo', '2023-03-15 17:29:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1227, 8, NULL, '190.148.157.98', 'SERGIO', '2023-03-15 17:36:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1228, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-16 05:41:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1229, 8, NULL, '190.148.157.98', 'SERGIO', '2023-03-16 08:14:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1230, 8, NULL, '190.148.157.98', 'SERGIO', '2023-03-16 11:30:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1231, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-17 05:39:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1232, 8, NULL, '190.148.157.98', 'SERGIO', '2023-03-17 09:07:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1233, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-17 09:19:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1234, 8, NULL, '190.148.157.98', 'SERGIO', '2023-03-17 09:28:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1235, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-17 09:30:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1236, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-18 05:41:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1237, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-19 05:42:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1238, 7, NULL, '190.148.157.98', 'VENTAS', '2023-03-20 05:39:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1239, 8, NULL, '200.119.173.67', 'SERGIO', '2023-03-20 10:55:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1240, 8, NULL, '200.119.173.67', 'SERGIO', '2023-03-20 16:37:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1241, 7, NULL, '190.148.252.139', 'VENTAS', '2023-03-21 05:43:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1242, 7, NULL, '190.148.87.23', 'VENTAS', '2023-03-21 11:42:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1243, 7, NULL, '190.148.157.206', 'VENTAS', '2023-03-22 05:47:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1244, 8, NULL, '190.148.157.206', 'SERGIO', '2023-03-22 08:13:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1245, 7, NULL, '190.148.157.206', 'VENTAS', '2023-03-22 08:14:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1246, 7, NULL, '190.148.87.182', 'VENTAS', '2023-03-23 05:42:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1247, 8, NULL, '190.148.87.182', 'SERGIO', '2023-03-23 08:20:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1248, 8, NULL, '190.148.87.182', 'SERGIO', '2023-03-23 11:36:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1249, 7, NULL, '190.148.87.182', 'VENTAS', '2023-03-23 11:41:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1250, 8, NULL, '190.148.87.182', 'SERGIO', '2023-03-23 17:03:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1251, 7, NULL, '190.148.87.182', 'VENTAS', '2023-03-24 05:42:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1252, 7, NULL, '190.148.87.182', 'VENTAS', '2023-03-25 05:47:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1253, 7, NULL, '190.148.87.182', 'VENTAS', '2023-03-26 05:42:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1254, 7, NULL, '190.148.87.182', 'VENTAS', '2023-03-27 05:42:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1255, 8, NULL, '190.148.87.182', 'SERGIO', '2023-03-27 08:12:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1256, 6, NULL, '190.148.87.182', 'neltoncastillo', '2023-03-27 08:47:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1257, 7, NULL, '190.148.157.183', 'VENTAS', '2023-03-28 05:48:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1258, 7, NULL, '190.148.157.183', 'VENTAS', '2023-03-28 15:23:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1259, 8, NULL, '190.148.157.183', 'SERGIO', '2023-03-28 16:36:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1260, 8, NULL, '190.148.157.183', 'SERGIO', '2023-03-28 18:15:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1261, 7, NULL, '190.148.157.183', 'VENTAS', '2023-03-29 06:01:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1262, 7, NULL, '190.148.157.183', 'VENTAS', '2023-03-29 09:58:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1263, 8, NULL, '190.148.157.183', 'SERGIO', '2023-03-29 18:40:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1264, 7, NULL, '190.148.157.183', 'VENTAS', '2023-03-30 05:56:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1265, 8, NULL, '190.148.157.183', 'SERGIO', '2023-03-30 09:01:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1266, 6, NULL, '190.148.157.183', 'neltoncastillo', '2023-03-30 09:05:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1267, 8, NULL, '190.148.157.183', 'SERGIO', '2023-03-30 09:07:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1268, 7, NULL, '190.148.157.183', 'VENTAS', '2023-03-31 05:50:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1269, 8, NULL, '190.148.157.183', 'SERGIO', '2023-03-31 17:12:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1270, 7, NULL, '190.148.157.183', 'VENTAS', '2023-04-01 05:12:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1271, 7, NULL, '190.148.157.183', 'VENTAS', '2023-04-02 05:52:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1272, 7, NULL, '190.148.157.183', 'VENTAS', '2023-04-03 05:44:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1273, 8, NULL, '190.148.157.183', 'SERGIO', '2023-04-03 10:40:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1274, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-04 05:49:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1275, 8, NULL, '200.119.168.250', 'SERGIO', '2023-04-04 08:20:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1276, 6, NULL, '200.119.168.250', 'neltoncastillo', '2023-04-04 11:04:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1277, 8, NULL, '200.119.168.250', 'SERGIO', '2023-04-04 11:25:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1278, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-04 11:39:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1279, 8, NULL, '200.119.168.250', 'SERGIO', '2023-04-04 17:17:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1280, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-05 05:46:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1281, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-06 05:31:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1282, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-07 05:57:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1283, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-07 18:08:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1284, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-08 05:43:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1285, 8, NULL, '190.148.158.145', 'SERGIO', '2023-04-08 16:01:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1286, 8, NULL, '190.148.158.145', 'SERGIO', '2023-04-08 16:08:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1287, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-09 05:39:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1288, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-09 10:52:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1289, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-10 06:40:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1290, 8, NULL, '200.119.168.250', 'SERGIO', '2023-04-10 08:21:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1291, 8, NULL, '200.119.168.250', 'SERGIO', '2023-04-10 08:34:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1292, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-10 08:57:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1293, 8, NULL, '200.119.168.250', 'SERGIO', '2023-04-10 16:37:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1294, 7, NULL, '200.119.168.250', 'VENTAS', '2023-04-10 16:41:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1295, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-11 06:08:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1296, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-12 06:02:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1297, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-12 08:17:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1298, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-12 08:43:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1299, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-12 08:54:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1300, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-13 06:03:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1301, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-13 08:27:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1302, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-13 08:34:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1303, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-13 08:58:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1304, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-13 09:05:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1305, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-13 09:06:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1306, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-13 10:37:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1307, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-14 07:13:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1308, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-14 08:51:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1309, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-14 16:28:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1310, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-15 05:47:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1311, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-16 05:59:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1312, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-16 08:49:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1313, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-17 05:30:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1314, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-17 08:12:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1315, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-17 08:59:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1316, 7, NULL, '190.148.252.183', 'VENTAS', '2023-04-17 09:04:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1317, 8, NULL, '190.148.252.183', 'SERGIO', '2023-04-17 09:17:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1318, 6, NULL, '190.148.252.183', 'neltoncastillo', '2023-04-17 09:17:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1319, 7, NULL, '190.148.158.4', 'VENTAS', '2023-04-17 13:28:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1320, 7, NULL, '190.148.252.102', 'VENTAS', '2023-04-18 07:06:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1321, 8, NULL, '190.148.252.102', 'SERGIO', '2023-04-18 16:16:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1322, 8, NULL, '190.148.252.102', 'SERGIO', '2023-04-18 16:20:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1323, 6, NULL, '190.148.252.102', 'neltoncastillo', '2023-04-18 16:21:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1324, 8, NULL, '190.148.252.102', 'SERGIO', '2023-04-18 16:25:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1325, 7, NULL, '190.148.252.102', 'VENTAS', '2023-04-19 05:23:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1326, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-20 05:16:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1327, 8, NULL, '190.148.157.177', 'SERGIO', '2023-04-20 08:37:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1328, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-21 05:26:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1329, 8, NULL, '190.148.157.177', 'SERGIO', '2023-04-21 08:23:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1330, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-21 08:25:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1331, 8, NULL, '190.148.157.177', 'SERGIO', '2023-04-21 14:57:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1332, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-22 05:31:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1333, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-23 05:46:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1334, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-24 05:31:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1335, 8, NULL, '190.148.157.177', 'SERGIO', '2023-04-24 08:13:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1336, 8, NULL, '190.148.157.177', 'SERGIO', '2023-04-24 08:23:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1337, 7, NULL, '190.148.157.177', 'VENTAS', '2023-04-24 08:32:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1338, 7, NULL, '190.56.50.253', 'VENTAS', '2023-04-25 05:30:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1339, 8, NULL, '190.56.50.253', 'SERGIO', '2023-04-25 08:38:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1340, 7, NULL, '190.56.50.253', 'VENTAS', '2023-04-25 08:44:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1341, 7, NULL, '190.56.50.253', 'VENTAS', '2023-04-26 05:36:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1342, 8, NULL, '190.56.50.253', 'SERGIO', '2023-04-26 08:20:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1343, 1, NULL, '190.122.185.239', 'soporte ', '2023-04-26 12:26:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1344, 7, NULL, '190.56.50.253', 'VENTAS', '2023-04-27 05:25:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1345, 7, NULL, '190.56.50.253', 'VENTAS', '2023-04-28 05:46:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1346, 8, NULL, '190.56.50.253', 'SERGIO', '2023-04-28 12:17:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1347, 8, NULL, '190.56.50.253', 'SERGIO', '2023-04-28 15:08:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1348, 7, NULL, '190.56.50.253', 'VENTAS', '2023-04-29 05:27:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1349, 7, NULL, '200.119.173.78', 'VENTAS', '2023-04-30 05:50:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1350, 7, NULL, '200.119.173.78', 'VENTAS', '2023-05-01 05:28:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1351, 8, NULL, '200.119.173.78', 'SERGIO', '2023-05-01 08:24:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1352, 7, NULL, '200.119.173.78', 'VENTAS', '2023-05-01 08:27:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1353, 6, NULL, '200.119.173.78', 'neltoncastillo', '2023-05-01 08:47:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1354, 8, NULL, '200.119.173.78', 'SERGIO', '2023-05-01 10:43:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1355, 6, NULL, '200.119.173.78', 'neltoncastillo', '2023-05-01 18:20:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1356, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-02 05:32:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1357, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-02 18:02:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1358, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-03 06:25:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1359, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-03 08:16:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1360, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-03 11:15:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1361, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-03 14:44:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1362, 6, NULL, '190.56.173.213', 'neltoncastillo', '2023-05-03 14:50:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1363, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-03 14:53:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1364, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-03 15:12:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1365, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-04 06:01:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1366, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-04 08:14:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1367, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-04 08:17:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1368, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-05 06:49:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1369, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-05 16:08:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1370, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-06 05:31:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1371, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-07 06:41:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1372, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-08 05:50:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1373, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-08 08:30:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1374, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-08 08:44:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1375, 7, NULL, '190.56.173.213', 'VENTAS', '2023-05-08 08:45:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1376, 6, NULL, '190.56.173.213', 'neltoncastillo', '2023-05-08 12:25:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1377, 8, NULL, '190.56.173.213', 'SERGIO', '2023-05-08 16:42:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1378, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-09 06:05:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1379, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-09 08:37:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1380, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-09 11:07:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1381, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-10 06:09:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1382, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-11 05:41:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1383, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-12 06:01:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1384, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 08:37:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1385, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-12 08:54:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1386, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 09:02:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1387, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-12 09:05:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1388, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 09:06:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1389, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-12 09:08:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1390, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 15:28:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1391, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 15:52:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1392, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 15:54:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1393, 6, NULL, '190.148.157.53', 'neltoncastillo', '2023-05-12 15:55:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1394, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 17:27:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1395, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 17:45:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1396, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-12 17:46:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1397, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-12 17:47:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1398, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-13 05:56:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1399, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-13 06:18:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1400, 8, NULL, '190.148.252.109', 'SERGIO', '2023-05-13 18:13:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1401, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-14 05:59:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1402, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-15 06:06:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1403, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 08:14:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1404, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 08:34:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1405, 6, NULL, '190.148.157.53', 'neltoncastillo', '2023-05-15 08:38:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1406, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 08:40:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1407, 8, NULL, '190.104.119.140', 'sergio', '2023-05-15 08:43:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1408, 6, NULL, '190.148.157.53', 'neltoncastillo', '2023-05-15 08:45:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1409, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-15 08:50:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1410, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 08:52:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1411, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 09:00:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1412, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-15 09:00:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1413, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 09:01:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1414, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-15 09:02:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1415, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 09:07:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1416, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 09:09:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1417, 7, NULL, '190.148.157.53', 'VENTAS', '2023-05-15 09:19:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1418, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 09:22:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1419, 8, NULL, '190.148.157.53', 'SERGIO', '2023-05-15 09:24:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1420, 6, NULL, '190.148.157.53', 'neltoncastillo', '2023-05-15 09:24:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1421, 7, NULL, '190.148.252.106', 'VENTAS', '2023-05-16 06:09:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1422, 8, NULL, '190.148.252.106', 'SERGIO', '2023-05-16 09:04:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1423, 8, NULL, '190.148.252.106', 'SERGIO', '2023-05-17 08:14:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1424, 7, NULL, '190.148.252.106', 'VENTAS', '2023-05-17 08:15:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1425, 7, NULL, '190.148.252.106', 'VENTAS', '2023-05-17 08:17:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1426, 8, NULL, '190.148.252.106', 'SERGIO', '2023-05-17 09:05:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1427, 8, NULL, '190.148.252.106', 'SERGIO', '2023-05-17 14:34:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1428, 7, NULL, '190.148.252.106', 'VENTAS', '2023-05-18 06:04:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1429, 7, NULL, '190.56.51.169', 'VENTAS', '2023-05-18 17:56:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1430, 7, NULL, '190.56.51.169', 'VENTAS', '2023-05-19 08:12:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1431, 8, NULL, '190.56.51.169', 'SERGIO', '2023-05-19 08:56:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1432, 8, NULL, '190.56.51.169', 'SERGIO', '2023-05-19 12:06:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1433, 8, NULL, '190.56.51.169', 'SERGIO', '2023-05-19 14:30:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1434, 6, NULL, '190.56.51.169', 'neltoncastillo', '2023-05-19 14:32:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1435, 7, NULL, '190.56.32.243', 'VENTAS', '2023-05-20 05:23:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1436, 7, NULL, '190.56.32.243', 'VENTAS', '2023-05-21 05:48:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1437, 7, NULL, '190.56.32.243', 'VENTAS', '2023-05-22 05:44:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1438, 8, NULL, '190.56.32.243', 'SERGIO', '2023-05-22 08:13:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1439, 7, NULL, '190.56.32.243', 'VENTAS', '2023-05-22 08:20:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1440, 7, NULL, '190.56.32.243', 'VENTAS', '2023-05-22 10:05:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1441, 8, NULL, '190.56.32.243', 'SERGIO', '2023-05-22 11:13:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1442, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-23 05:34:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1443, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-23 08:52:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1444, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-23 10:05:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1445, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-23 10:10:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1446, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-23 10:12:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1447, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-23 10:32:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1448, 7, NULL, '200.119.173.177', 'VENTAS ', '2023-05-23 10:36:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1449, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-24 05:32:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1450, 7, NULL, '200.119.173.177', 'VENTAS ', '2023-05-25 05:57:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1451, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-25 16:53:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1452, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-26 05:41:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1453, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-27 05:51:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1454, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-27 14:38:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1455, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-28 05:44:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1456, 7, NULL, '200.119.173.177', 'VENTAS', '2023-05-29 05:36:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1457, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-29 08:06:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1458, 8, NULL, '200.119.173.177', 'SERGIO', '2023-05-29 17:03:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1459, 7, NULL, '190.148.158.69', 'VENTAS', '2023-05-30 05:40:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1460, 7, NULL, '190.148.158.69', 'VENTAS', '2023-05-31 05:38:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1461, 8, NULL, '190.148.158.69', 'SERGIO', '2023-05-31 08:12:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1462, 8, NULL, '190.148.158.69', 'SERGIO', '2023-05-31 08:31:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1463, 7, NULL, '190.148.158.69', 'VENTAS', '2023-05-31 08:35:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1464, 8, NULL, '190.148.158.69', 'SERGIO', '2023-05-31 08:39:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1465, 6, NULL, '190.148.158.69', 'neltoncastillo', '2023-05-31 08:39:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1466, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-01 05:36:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1467, 8, NULL, '190.148.158.69', 'SERGIO', '2023-06-01 16:31:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1468, 6, NULL, '190.148.158.69', 'neltoncastillo', '2023-06-01 16:52:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1469, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-02 05:31:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1470, 8, NULL, '190.148.158.69', 'SERGIO', '2023-06-02 12:24:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1471, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-02 12:26:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1472, 8, NULL, '190.148.158.69', 'SERGIO', '2023-06-02 15:50:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1473, 6, NULL, '190.148.158.69', 'neltoncastillo', '2023-06-02 16:15:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1474, 8, NULL, '190.148.158.69', 'SERGIO', '2023-06-02 16:18:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1475, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-03 05:40:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1476, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-04 05:13:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1477, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-04 05:20:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1478, 7, NULL, '190.148.158.69', 'VENTAS', '2023-06-05 05:26:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1479, 8, NULL, '190.148.158.69', 'SERGIO', '2023-06-05 08:21:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1480, 8, NULL, '190.148.158.69', 'SERGIO', '2023-06-05 12:53:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1481, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-06 05:15:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1482, 6, NULL, '190.56.32.32', 'neltoncastillo', '2023-06-06 09:49:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1483, 8, NULL, '190.56.32.32', 'SERGIO', '2023-06-06 15:57:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1484, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-07 05:28:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1485, 8, NULL, '190.56.32.32', 'SERGIO', '2023-06-07 08:21:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1486, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-07 08:33:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1487, 8, NULL, '190.56.32.32', 'SERGIO', '2023-06-07 08:34:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1488, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-07 08:36:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1489, 8, NULL, '190.56.32.32', 'SERGIO', '2023-06-07 09:01:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1490, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-07 09:03:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1491, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-08 05:22:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1492, 7, NULL, '190.56.32.32', 'VENTAS', '2023-06-08 07:14:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1493, 11, NULL, '190.56.32.32', 'Roberto', '2023-06-08 08:09:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1494, 8, NULL, '190.56.32.32', 'SERGIO', '2023-06-08 08:10:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1495, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-08 09:42:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1496, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-08 09:47:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1497, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-08 09:56:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1498, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-08 09:58:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1499, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-08 10:00:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1500, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-08 14:33:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1501, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-09 05:28:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1502, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-09 11:12:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1503, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-09 11:20:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1504, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-09 11:20:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1505, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-09 11:34:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1506, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-09 11:34:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1507, 8, NULL, '190.56.50.201', 'SERGIO', '2023-06-09 13:43:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1508, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-09 16:38:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1509, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-10 05:24:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1510, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-11 05:29:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1511, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-12 05:19:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1512, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-12 08:14:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1513, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-12 08:27:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1514, 7, NULL, '190.56.32.162', 'VENTAS', '2023-06-12 08:35:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1515, 8, NULL, '190.56.32.162', 'SERGIO', '2023-06-12 09:25:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1516, 6, NULL, '190.56.32.162', 'neltoncastillo', '2023-06-12 09:25:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1517, 7, NULL, '190.148.157.229', 'VENTAS', '2023-06-13 05:18:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1518, 7, NULL, '190.148.252.87', 'VENTAS', '2023-06-13 11:10:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1519, 7, NULL, '190.148.158.9', 'VENTAS', '2023-06-14 05:26:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1520, 7, NULL, '190.148.158.9', 'VENTAS', '2023-06-14 11:00:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1521, 7, NULL, '200.119.173.107', 'VENTAS', '2023-06-14 15:10:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1522, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-14 16:22:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1523, 6, NULL, '200.119.173.107', 'neltoncastillo', '2023-06-14 16:26:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1524, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-14 16:32:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1525, 7, NULL, '200.119.173.107', 'VENTAS', '2023-06-14 16:32:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1526, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-14 16:35:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1527, 7, NULL, '200.119.173.107', 'VENTAS', '2023-06-15 05:40:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1528, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-15 08:36:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1529, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-15 08:39:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1530, 7, NULL, '200.119.173.107', 'VENTAS', '2023-06-15 08:39:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1531, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-15 09:33:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1532, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-15 09:36:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1533, 7, NULL, '200.119.173.107', 'VENTAS', '2023-06-15 10:12:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1534, 8, NULL, '200.119.173.107', 'SERGIO', '2023-06-15 14:57:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1535, 8, NULL, '190.56.50.200', 'SERGIO', '2023-06-15 16:35:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1536, 7, NULL, '190.56.50.6', 'VENTAS', '2023-06-16 06:00:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1537, 7, NULL, '190.56.50.6', 'VENTAS', '2023-06-16 06:13:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1538, 7, NULL, '190.56.50.6', 'VENTAS', '2023-06-16 12:56:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1539, 6, NULL, '190.56.50.6', 'neltoncastillo', '2023-06-16 15:07:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1540, 8, NULL, '190.56.50.6', 'SERGIO', '2023-06-16 16:42:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1541, 7, NULL, '190.148.157.242', 'VENTAS', '2023-06-17 05:32:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1542, 7, NULL, '190.56.51.144', 'VENTAS', '2023-06-18 05:31:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1543, 7, NULL, '200.119.173.96', 'VENTAS', '2023-06-19 05:29:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1544, 8, NULL, '200.119.173.96', 'SERGIO', '2023-06-19 08:39:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1545, 8, NULL, '200.119.173.96', 'SERGIO', '2023-06-19 09:01:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1546, 7, NULL, '200.119.173.96', 'VENTAS', '2023-06-19 09:02:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1547, 6, NULL, '200.119.173.96', 'neltoncastillo', '2023-06-19 09:51:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1548, 7, NULL, '190.56.55.48', 'VENTAS', '2023-06-20 05:44:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1549, 8, NULL, '190.56.55.48', 'SERGIO', '2023-06-20 12:03:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1550, 6, NULL, '190.56.55.48', 'neltoncastillo', '2023-06-20 15:00:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1551, 8, NULL, '190.56.55.48', 'SERGIO', '2023-06-20 16:22:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1552, 7, NULL, '190.56.55.48', 'VENTAS', '2023-06-21 05:21:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1553, 8, NULL, '190.56.55.48', 'SERGIO', '2023-06-21 12:46:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1554, 7, NULL, '190.56.55.48', 'VENTAS', '2023-06-22 05:47:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1555, 7, NULL, '190.56.55.48', 'VENTAS', '2023-06-23 05:54:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1556, 8, NULL, '190.56.55.48', 'SERGIO', '2023-06-23 15:55:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1557, 7, NULL, '190.56.55.48', 'VENTAS', '2023-06-24 06:00:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1558, 7, NULL, '190.148.157.83', 'VENTAS', '2023-06-25 06:34:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1559, 7, NULL, '190.148.157.122', 'VENTAS', '2023-06-26 05:47:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1560, 8, NULL, '190.56.55.0', 'SERGIO', '2023-06-26 08:39:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1561, 8, NULL, '190.56.55.0', 'SERGIO', '2023-06-26 17:07:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1562, 7, NULL, '190.56.173.136', 'VENTAS', '2023-06-27 05:44:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1563, 7, NULL, '190.56.173.136', 'VENTAS', '2023-06-27 17:20:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1564, 7, NULL, '190.56.173.136', 'VENTAS', '2023-06-28 05:50:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1565, 7, NULL, '190.56.173.136', 'VENTAS', '2023-06-28 08:17:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1566, 7, NULL, '190.56.173.136', 'VENTAS', '2023-06-28 08:42:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1567, 7, NULL, '190.56.49.187', 'VENTAS', '2023-06-29 05:41:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1568, 8, NULL, '190.56.49.187', 'SERGIO', '2023-06-29 07:56:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1569, 6, NULL, '190.56.49.187', 'neltoncastillo', '2023-06-29 08:26:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1570, 7, NULL, '190.56.49.187', 'VENTAS', '2023-06-29 18:50:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1571, 7, NULL, '190.56.49.187', 'VENTAS', '2023-06-30 05:11:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1572, 7, NULL, '190.56.49.187', 'VENTAS', '2023-07-01 05:14:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1573, 6, NULL, '190.56.49.187', 'neltoncastillo', '2023-07-01 12:01:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1574, 7, NULL, '190.56.49.187', 'VENTAS', '2023-07-01 14:29:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1575, 7, NULL, '190.56.49.187', 'VENTAS', '2023-07-02 05:16:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1576, 7, NULL, '200.119.173.73', 'VENTAS', '2023-07-03 05:21:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1577, 8, NULL, '190.148.87.99', 'SERGIO', '2023-07-03 09:37:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1578, 6, NULL, '190.148.87.99', 'neltoncastillo', '2023-07-03 10:16:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1579, 7, NULL, '190.148.87.99', 'VENTAS', '2023-07-03 10:20:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1580, 8, NULL, '190.148.87.99', 'SERGIO', '2023-07-03 10:20:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1581, 1, NULL, '45.173.219.69', 'soporte', '2023-07-03 16:55:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1582, 1, NULL, '190.122.185.227', 'soporte', '2023-07-04 09:23:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1583, 7, NULL, '190.148.252.67', 'VENTAS', '2023-07-04 09:32:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1584, 8, NULL, '190.148.252.67', 'SERGIO', '2023-07-04 09:43:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1585, 7, NULL, '190.56.49.149', 'VENTAS', '2023-07-05 10:31:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1586, 6, NULL, '190.56.49.149', 'neltoncastillo', '2023-07-05 13:38:22');


#
# 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',
  `view` int(10) 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=12 DEFAULT CHARSET=utf8;

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`, `view`) VALUES (1, '190.122.185.227', '190.104.119.5', 'soporte', 'a31c5db69e5e74cb8ab0c9baa67c59e798c3fb16', NULL, 'misgananciasgt@gmail.com', NULL, NULL, NULL, NULL, 1633469541, 1688484183, 1, 'Soporte ', 'Sistemas', 'Mis Ganancias ', '31375478', NULL, 'male', 1, 0, 0, NULL, 0, 0, 0, 1, 0, 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`, `view`) VALUES (4, '45.229.40.221', '45.232.194.42', 'hermanmoralesgt', 'cd2f54ab54170ec549d830e5508fb35ee829a653', NULL, 'hermanmorales007@gmail.com', NULL, NULL, NULL, NULL, 1647026400, 1648758373, 1, 'Herman', 'Morales', 'MisGanacias', '222233313123', NULL, 'male', 1, 0, 0, NULL, 0, 0, 0, 1, 0, 0, 1);
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`, `view`) VALUES (6, '190.56.49.149', '190.104.119.122', 'neltoncastillo', 'ca2eb97e24fecc8350d4341d8cd4a92fcc71afeb', NULL, 'neltoncastillo@yahoo.com', NULL, NULL, NULL, '702154038a4c6196e07fa36d5a9bf88f785c4548', 1650733902, 1688585902, 1, 'Nelton ', 'Castillo Hernández', 'Gasolinera y Materiales Manuelito S.A.', ' 57107937', NULL, 'male', 1, NULL, NULL, NULL, 0, 0, 0, 1, 0, 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`, `view`) VALUES (7, '190.56.49.149', '190.56.173.130', 'VENTAS', '032a2bd6b332dc4057eeb3a565005a7fe0cdfa4e', NULL, 'ncastillo@donpepe.com.gt', NULL, NULL, NULL, 'c49efdc6b6f3e279c6e75a11094ddd6f5ef60da1', 1650897799, 1688574713, 1, 'VENTAS', 'FERRETERIA', 'Gasolienera y Materiales Manuelito', '57107937', NULL, 'male', 5, 1, 3, NULL, 0, 0, 0, 1, 0, 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`, `view`) VALUES (8, '190.148.252.67', '190.56.173.130', 'sergio', '78064f0ff45395a9cfa8735ba6f029f0db0b8ccb', NULL, 'serleogonzales@gmail.com', NULL, '67ddeabb9e102c964e55b5ebe7fde3b16a69a92e', 1653585119, '69d2875fdb35927243748ab8e4c305434d18cc9e', 1650898127, 1688485405, 1, 'SERGIO', 'GONZÁLEZ', 'Gasolinera y Materiales Manuelito, S.A.', '59574695', NULL, 'male', 2, NULL, NULL, NULL, 0, 0, 1, 1, 0, 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`, `view`) VALUES (9, '190.148.87.6', '190.56.173.130', 'karinmaricela', 'b3a6644955e40ddc9b7e83bb2825ada4f03b425e', NULL, 'artesaniaskprichos@gmail.com', NULL, NULL, NULL, NULL, 1650898725, 1668431524, 1, 'KARIN', 'MARICELA', 'Gasolinera y Materiales Manuelito', '41146330', NULL, 'female', 2, NULL, NULL, NULL, 0, 0, 0, 1, 0, 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`, `view`) VALUES (10, NULL, '190.56.173.130', 'gasolinero', '503aa4dd29a940ff3232d64827a107a0bbe80cee', NULL, 'lyncast1@hotmail.com', NULL, NULL, NULL, NULL, 1650899816, 1650899816, 1, 'GASOLINERO', 'DESPACHADOR', 'Gasolinera y Materiales Manuelito', '57107937', NULL, 'male', 5, 1, 3, NULL, 0, 0, 0, 1, 0, 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`, `view`) VALUES (11, '190.56.32.32', '200.119.170.159', 'roberto', 'efe4019f00d3da7519f0ce7e2bd25dc00f9cbc00', NULL, 'robertoaguilon@gmail.com', NULL, NULL, NULL, NULL, 1667235421, 1686233359, 1, 'ROBERTO', 'AGUILON', 'GASOLINERA Y FERRETERIA MANUELITO', '56478458', NULL, 'male', 5, 1, 60, NULL, 0, 0, 0, 1, 0, 0, 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 DEFAULT CHARSET=utf8;

#
# 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=2 DEFAULT CHARSET=utf8;

INSERT INTO `sma_warehouses` (`id`, `code`, `name`, `address`, `map`, `phone`, `email`, `price_group_id`) VALUES (1, 'GMMSA', 'Gasolinera y Materiales Manuelito. S.A.', '<p><strong xss=removed>Colonia\r\nSanta Elena, Aldea Sibana, El Asintal Retalhuleu</strong></p>', NULL, '4160-2052', 'neltoncastillo@yahoo.com ', 0);


#
# 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=2993 DEFAULT CHARSET=utf8;

INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (3, 367, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (4, 368, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (5, 371, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (9, 381, 1, '0.0000', NULL, '59.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (13, 74, 1, '0.0000', NULL, '4.6968');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (14, 229, 1, '0.0000', NULL, '10.5015');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (15, 394, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (16, 395, 1, '0.0000', NULL, '53.6800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (17, 396, 1, '0.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (18, 397, 1, '0.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (23, 402, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (24, 405, 1, '0.0000', NULL, '10.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (25, 407, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (28, 410, 1, '0.0000', NULL, '2.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (29, 411, 1, '0.0000', NULL, '0.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (30, 412, 1, '0.0000', NULL, '1.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (35, 421, 1, '0.0000', NULL, '5.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (36, 422, 1, '0.0000', NULL, '30.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (40, 112, 1, '0.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (45, 437, 1, '0.0000', NULL, '41.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (46, 438, 1, '0.0000', NULL, '41.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (50, 446, 1, '0.0000', NULL, '6.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (55, 452, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (56, 453, 1, '0.0000', NULL, '1.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (58, 455, 1, '0.0000', NULL, '0.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (59, 457, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (60, 458, 1, '0.0000', NULL, '0.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (62, 464, 1, '0.0000', NULL, '5.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (64, 466, 1, '0.0000', NULL, '0.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (65, 467, 1, '0.0000', NULL, '44.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (66, 469, 1, '0.0000', NULL, '155.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (67, 470, 1, '0.0000', NULL, '150.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (68, 471, 1, '0.0000', NULL, '14.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (69, 472, 1, '0.0000', NULL, '6.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (70, 473, 1, '0.0000', NULL, '4.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (71, 476, 1, '0.0000', NULL, '2.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (72, 478, 1, '0.0000', NULL, '6.5600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (73, 482, 1, '0.0000', NULL, '70.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (74, 483, 1, '0.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (75, 484, 1, '0.0000', NULL, '31.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (78, 114, 1, '0.0000', NULL, '-143.8113');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (79, 507, 1, '0.0000', NULL, '906.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (85, 518, 1, '0.0000', NULL, '2.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (86, 519, 1, '0.0000', NULL, '5.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (90, 523, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (91, 524, 1, '0.0000', NULL, '262.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (94, 527, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (97, 532, 1, '0.0000', NULL, '7.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (98, 533, 1, '0.0000', NULL, '2.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (99, 534, 1, '0.0000', NULL, '10.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (101, 542, 1, '0.0000', NULL, '288.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (104, 102, 1, '0.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (105, 547, 1, '0.0000', NULL, '11.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (110, 557, 1, '0.0000', NULL, '44.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (111, 558, 1, '0.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (113, 561, 1, '0.0000', NULL, '25.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (114, 562, 1, '0.0000', NULL, '94.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (118, 567, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (119, 568, 1, '0.0000', NULL, '85.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (121, 570, 1, '0.0000', NULL, '59.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (129, 585, 1, '0.0000', NULL, '1.8600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (138, 602, 1, '0.0000', NULL, '1.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (139, 603, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (140, 604, 1, '0.0000', NULL, '50.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (143, 612, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (145, 614, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (146, 615, 1, '0.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (147, 616, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (148, 617, 1, '0.0000', NULL, '1.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (153, 622, 1, '0.0000', NULL, '19.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (156, 631, 1, '0.0000', NULL, '4.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (160, 641, 1, '0.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (161, 642, 1, '0.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (163, 645, 1, '0.0000', NULL, '1.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (164, 646, 1, '0.0000', NULL, '3.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (165, 647, 1, '0.0000', NULL, '4.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (166, 649, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (168, 651, 1, '0.0000', NULL, '20.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (170, 654, 1, '0.0000', NULL, '4.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (175, 660, 1, '0.0000', NULL, '46.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (177, 662, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (180, 666, 1, '0.0000', NULL, '24.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (195, 698, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (197, 700, 1, '0.0000', NULL, '3.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (198, 701, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (199, 702, 1, '0.0000', NULL, '1.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (200, 703, 1, '0.0000', NULL, '2.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (201, 704, 1, '0.0000', NULL, '3.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (206, 709, 1, '0.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (207, 710, 1, '0.0000', NULL, '20.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (209, 712, 1, '0.0000', NULL, '8.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (210, 713, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (211, 714, 1, '0.0000', NULL, '7.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (212, 715, 1, '0.0000', NULL, '14.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (213, 716, 1, '0.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (214, 717, 1, '0.0000', NULL, '4.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (215, 718, 1, '0.0000', NULL, '5.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (217, 721, 1, '0.0000', NULL, '4.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (220, 729, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (221, 730, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (222, 733, 1, '0.0000', NULL, '4.8600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (230, 750, 1, '0.0000', NULL, '28.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (231, 754, 1, '0.0000', NULL, '23.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (236, 27, 1, '0.0000', NULL, '0.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (237, 28, 1, '0.0000', NULL, '10.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (249, 46, 1, '0.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (251, 48, 1, '0.0000', NULL, '0.7400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (253, 53, 1, '0.0000', NULL, '19.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (254, 54, 1, '0.0000', NULL, '25.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (255, 55, 1, '0.0000', NULL, '20.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (256, 56, 1, '0.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (260, 60, 1, '0.0000', NULL, '0.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (264, 64, 1, '0.0000', NULL, '1.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (266, 66, 1, '0.0000', NULL, '3.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (268, 73, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (271, 83, 1, '0.0000', NULL, '1.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (272, 84, 1, '0.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (273, 85, 1, '0.0000', NULL, '52.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (276, 93, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (278, 97, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (279, 98, 1, '0.0000', NULL, '140.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (280, 99, 1, '0.0000', NULL, '350.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (283, 108, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (284, 109, 1, '0.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (285, 110, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (286, 111, 1, '0.0000', NULL, '0.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (288, 116, 1, '0.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (291, 135, 1, '0.0000', NULL, '19.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (295, 149, 1, '0.0000', NULL, '3.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (296, 156, 1, '0.0000', NULL, '13.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (300, 165, 1, '0.0000', NULL, '6.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (301, 166, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (302, 167, 1, '0.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (304, 169, 1, '0.0000', NULL, '2.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (308, 176, 1, '0.0000', NULL, '30.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (309, 177, 1, '0.0000', NULL, '30.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (314, 183, 1, '0.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (319, 192, 1, '0.0000', NULL, '16.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (320, 193, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (321, 194, 1, '0.0000', NULL, '19.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (322, 195, 1, '0.0000', NULL, '28.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (323, 196, 1, '0.0000', NULL, '19.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (332, 208, 1, '0.0000', NULL, '7.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (336, 212, 1, '0.0000', NULL, '5.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (338, 219, 1, '0.0000', NULL, '4.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (341, 223, 1, '0.0000', NULL, '4.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (345, 228, 1, '0.0000', NULL, '38.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (347, 232, 1, '0.0000', NULL, '5.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (348, 233, 1, '0.0000', NULL, '3.0400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (350, 236, 1, '0.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (351, 237, 1, '0.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (353, 242, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (361, 260, 1, '0.0000', NULL, '42.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (382, 286, 1, '0.0000', NULL, '3.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (383, 287, 1, '0.0000', NULL, '3.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (385, 289, 1, '0.0000', NULL, '0.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (386, 290, 1, '0.0000', NULL, '13.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (387, 291, 1, '0.0000', NULL, '16.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (404, 310, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (406, 315, 1, '0.0000', NULL, '24.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (407, 316, 1, '0.0000', NULL, '1.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (408, 317, 1, '0.0000', NULL, '2.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (409, 318, 1, '0.0000', NULL, '0.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (410, 319, 1, '0.0000', NULL, '0.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (411, 320, 1, '0.0000', NULL, '2.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (412, 321, 1, '0.0000', NULL, '17.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (413, 322, 1, '0.0000', NULL, '1.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (414, 323, 1, '0.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (415, 324, 1, '0.0000', NULL, '1.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (419, 328, 1, '0.0000', NULL, '3.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (420, 329, 1, '0.0000', NULL, '6.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (421, 330, 1, '0.0000', NULL, '11.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (423, 336, 1, '0.0000', NULL, '1.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (424, 347, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (425, 348, 1, '0.0000', NULL, '0.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (427, 353, 1, '0.0000', NULL, '5.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (970, 1694, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (971, 908, 1, '0.0000', NULL, '-2.1810');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (972, 1696, 1, '0.0000', NULL, '5.4300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (973, 1698, 1, '0.0000', NULL, '0.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (974, 1699, 1, '0.0000', NULL, '0.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (975, 1317, 1, '0.0000', NULL, '-1.7934');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (976, 944, 1, '0.0000', NULL, '970.9956');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (977, 1702, 1, '0.0000', NULL, '2.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (978, 1703, 1, '0.0000', NULL, '6.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (979, 1704, 1, '0.0000', NULL, '4.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (980, 1705, 1, '0.0000', NULL, '1.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (981, 1706, 1, '0.0000', NULL, '19.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (982, 1707, 1, '0.0000', NULL, '6.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (983, 1708, 1, '0.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (984, 1709, 1, '0.0000', NULL, '11.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (985, 1710, 1, '0.0000', NULL, '26.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (986, 1711, 1, '0.0000', NULL, '1.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (987, 1712, 1, '0.0000', NULL, '33.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (988, 1713, 1, '0.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (989, 1714, 1, '0.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (990, 1715, 1, '0.0000', NULL, '43.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (991, 1716, 1, '0.0000', NULL, '1.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (992, 1717, 1, '0.0000', NULL, '2.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (993, 1718, 1, '0.0000', NULL, '0.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (994, 1719, 1, '0.0000', NULL, '1.4800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (995, 1720, 1, '0.0000', NULL, '2.0200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (996, 1721, 1, '0.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (997, 1722, 1, '0.0000', NULL, '26.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (998, 901, 1, '0.0000', NULL, '-316.5968');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (999, 1724, 1, '0.0000', NULL, '15.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1000, 1725, 1, '0.0000', NULL, '15.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1001, 1726, 1, '0.0000', NULL, '16.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1002, 1727, 1, '0.0000', NULL, '90.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1003, 987, 1, '0.0000', NULL, '6.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1004, 1540, 1, '0.0000', NULL, '-2.7845');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1005, 1734, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1006, 1735, 1, '0.0000', NULL, '0.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1007, 1736, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1008, 1738, 1, '0.0000', NULL, '0.1400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1009, 1739, 1, '0.0000', NULL, '0.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1010, 1740, 1, '0.0000', NULL, '0.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1011, 1741, 1, '0.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1012, 1743, 1, '0.0000', NULL, '3.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1013, 1744, 1, '0.0000', NULL, '0.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1014, 1745, 1, '0.0000', NULL, '0.1800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1015, 1746, 1, '0.0000', NULL, '0.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1016, 1747, 1, '0.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1017, 1748, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1018, 1749, 1, '0.0000', NULL, '0.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1019, 1750, 1, '0.0000', NULL, '0.6100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1020, 1751, 1, '0.0000', NULL, '0.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1021, 1752, 1, '0.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1022, 1753, 1, '0.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1023, 1104, 1, '0.0000', NULL, '-2.0695');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1024, 1756, 1, '0.0000', NULL, '0.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1025, 1757, 1, '0.0000', NULL, '1.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1026, 1759, 1, '0.0000', NULL, '0.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1027, 1760, 1, '0.0000', NULL, '165.1400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1028, 1761, 1, '0.0000', NULL, '19.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1029, 1762, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1030, 1763, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1031, 1764, 1, '0.0000', NULL, '85.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1032, 1765, 1, '0.0000', NULL, '0.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1033, 1766, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1034, 1767, 1, '0.0000', NULL, '0.3600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1035, 1051, 1, '0.0000', NULL, '15.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1036, 1770, 1, '0.0000', NULL, '25.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1037, 1771, 1, '0.0000', NULL, '22.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1038, 1772, 1, '0.0000', NULL, '15.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1039, 1773, 1, '0.0000', NULL, '7.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1040, 1774, 1, '0.0000', NULL, '12.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1041, 1775, 1, '0.0000', NULL, '34.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1042, 1776, 1, '0.0000', NULL, '54.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1043, 1777, 1, '0.0000', NULL, '35.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1044, 1778, 1, '0.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1045, 1779, 1, '0.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1046, 1782, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1047, 1783, 1, '0.0000', NULL, '48.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1048, 1784, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1049, 1785, 1, '0.0000', NULL, '68.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1050, 1790, 1, '0.0000', NULL, '1.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1051, 1791, 1, '0.0000', NULL, '3.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1052, 1792, 1, '0.0000', NULL, '9.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1053, 1793, 1, '0.0000', NULL, '19.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1054, 915, 1, '0.0000', NULL, '1466.6977');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1055, 1397, 1, '0.0000', NULL, '2.8600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1056, 1398, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1057, 1399, 1, '0.0000', NULL, '262.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1058, 1400, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1059, 1401, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1060, 1402, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1061, 1243, 1, '0.0000', NULL, '-7.7707');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1062, 1405, 1, '0.0000', NULL, '9.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1063, 1406, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1064, 1407, 1, '0.0000', NULL, '7.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1065, 1408, 1, '0.0000', NULL, '2.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1066, 1409, 1, '0.0000', NULL, '10.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1067, 1410, 1, '0.0000', NULL, '9.8885');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1068, 1417, 1, '0.0000', NULL, '288.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1069, 1418, 1, '0.0000', NULL, '8.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1070, 1419, 1, '0.0000', NULL, '7.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1071, 977, 1, '0.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1072, 1422, 1, '0.0000', NULL, '11.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1073, 1423, 1, '0.0000', NULL, '17.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1074, 1387, 1, '0.0000', NULL, '42.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1075, 1425, 1, '0.0000', NULL, '35.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1076, 1342, 1, '0.0000', NULL, '-21.3035');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1077, 1427, 1, '0.0000', NULL, '5.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1078, 1428, 1, '0.0000', NULL, '37.2642');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1079, 1432, 1, '0.0000', NULL, '44.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1080, 1433, 1, '0.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1081, 1435, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1082, 1436, 1, '0.0000', NULL, '25.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1083, 1437, 1, '0.0000', NULL, '94.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1084, 1438, 1, '0.0000', NULL, '47.2200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1085, 1440, 1, '0.0000', NULL, '22.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1086, 1441, 1, '0.0000', NULL, '7.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1087, 1442, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1088, 1443, 1, '0.0000', NULL, '85.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1089, 955, 1, '0.0000', NULL, '40.6516');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1090, 1445, 1, '0.0000', NULL, '59.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1091, 1446, 1, '0.0000', NULL, '85.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1092, 1447, 1, '0.0000', NULL, '104.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1093, 1449, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1094, 1450, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1095, 1452, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1096, 1021, 1, '0.0000', NULL, '106.9526');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1097, 1456, 1, '0.0000', NULL, '23.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1098, 1457, 1, '0.0000', NULL, '157.1400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1099, 1385, 1, '0.0000', NULL, '5.7240');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1100, 1460, 1, '0.0000', NULL, '1.8600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1101, 1462, 1, '0.0000', NULL, '4.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1102, 1463, 1, '0.0000', NULL, '36.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1103, 1468, 1, '0.0000', NULL, '21.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1104, 1469, 1, '0.0000', NULL, '17.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1105, 1471, 1, '0.0000', NULL, '2.4800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1106, 1472, 1, '0.0000', NULL, '7.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1107, 1473, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1108, 1474, 1, '0.0000', NULL, '5.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1109, 1258, 1, '0.0000', NULL, '17.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1110, 1477, 1, '0.0000', NULL, '1.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1111, 1478, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1112, 1479, 1, '0.0000', NULL, '50.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1113, 1484, 1, '0.0000', NULL, '192.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1114, 1485, 1, '0.0000', NULL, '276.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1115, 1487, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1116, 978, 1, '0.0000', NULL, '1.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1117, 1489, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1118, 1490, 1, '0.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1119, 1491, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1120, 1492, 1, '0.0000', NULL, '1.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1121, 1493, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1122, 1494, 1, '0.0000', NULL, '84.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1123, 1495, 1, '0.0000', NULL, '9.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1124, 1496, 1, '0.0000', NULL, '12.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1125, 1497, 1, '0.0000', NULL, '19.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1126, 1504, 1, '0.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1127, 1505, 1, '0.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1128, 1506, 1, '0.0000', NULL, '4.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1129, 1507, 1, '0.0000', NULL, '13.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1130, 1508, 1, '0.0000', NULL, '2.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1131, 1515, 1, '0.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1132, 1516, 1, '0.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1133, 1517, 1, '0.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1134, 1518, 1, '0.0000', NULL, '1.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1135, 1520, 1, '0.0000', NULL, '1.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1136, 1521, 1, '0.0000', NULL, '3.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1137, 1522, 1, '0.0000', NULL, '4.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1138, 1524, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1139, 1525, 1, '0.0000', NULL, '12.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1140, 1526, 1, '0.0000', NULL, '20.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1141, 1527, 1, '0.0000', NULL, '431.1191');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1142, 1529, 1, '0.0000', NULL, '4.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1143, 1530, 1, '0.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1144, 1531, 1, '0.0000', NULL, '2.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1145, 1533, 1, '0.0000', NULL, '11.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1146, 1534, 1, '0.0000', NULL, '42.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1147, 1535, 1, '0.0000', NULL, '46.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1148, 1536, 1, '0.0000', NULL, '48.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1149, 1537, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1150, 965, 1, '0.0000', NULL, '41.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1151, 1346, 1, '0.0000', NULL, '15.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1152, 1541, 1, '0.0000', NULL, '27.0776');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1153, 1295, 1, '0.0000', NULL, '2.2084');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1154, 1547, 1, '0.0000', NULL, '13.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1155, 1549, 1, '0.0000', NULL, '36.1800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1156, 1552, 1, '0.0000', NULL, '19.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1157, 1553, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1158, 1554, 1, '0.0000', NULL, '75.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1159, 1555, 1, '0.0000', NULL, '55.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1160, 1556, 1, '0.0000', NULL, '64.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1161, 1558, 1, '0.0000', NULL, '84.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1162, 1122, 1, '0.0000', NULL, '-30.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1163, 1560, 1, '0.0000', NULL, '22.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1164, 1561, 1, '0.0000', NULL, '556.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1165, 1562, 1, '0.0000', NULL, '8.4600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1166, 949, 1, '0.0000', NULL, '-4.3867');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1167, 1569, 1, '0.0000', NULL, '1.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1168, 1571, 1, '0.0000', NULL, '9.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1169, 1572, 1, '0.0000', NULL, '4.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1170, 1573, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1171, 1574, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1172, 1575, 1, '0.0000', NULL, '3.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1173, 1576, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1174, 1577, 1, '0.0000', NULL, '1.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1175, 1578, 1, '0.0000', NULL, '2.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1176, 1579, 1, '0.0000', NULL, '3.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1177, 1580, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1178, 1581, 1, '0.0000', NULL, '12.4800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1179, 1582, 1, '0.0000', NULL, '3.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1180, 1583, 1, '0.0000', NULL, '2.7100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1181, 1584, 1, '0.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1182, 1585, 1, '0.0000', NULL, '20.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1183, 1586, 1, '0.0000', NULL, '0.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1184, 1587, 1, '0.0000', NULL, '8.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1185, 1588, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1186, 1589, 1, '0.0000', NULL, '7.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1187, 1590, 1, '0.0000', NULL, '14.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1188, 1591, 1, '0.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1189, 1592, 1, '0.0000', NULL, '4.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1190, 1593, 1, '0.0000', NULL, '5.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1191, 1594, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1192, 1596, 1, '0.0000', NULL, '4.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1193, 1602, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1194, 1603, 1, '0.0000', NULL, '13.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1195, 1604, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1196, 1605, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1197, 1608, 1, '0.0000', NULL, '4.8600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1198, 1616, 1, '0.0000', NULL, '2.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1199, 1617, 1, '0.0000', NULL, '3.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1200, 998, 1, '0.0000', NULL, '0.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1201, 1619, 1, '0.0000', NULL, '1.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1202, 927, 1, '0.0000', NULL, '100.7425');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1203, 1623, 1, '0.0000', NULL, '5.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1204, 1624, 1, '0.0000', NULL, '9.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1205, 1625, 1, '0.0000', NULL, '28.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1206, 1629, 1, '0.0000', NULL, '23.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1207, 964, 1, '0.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1208, 1631, 1, '0.0000', NULL, '0.8600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1209, 1094, 1, '0.0000', NULL, '-17.6860');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1210, 1633, 1, '0.0000', NULL, '402.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1211, 1635, 1, '0.0000', NULL, '7.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1212, 1638, 1, '0.0000', NULL, '619.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1213, 1639, 1, '0.0000', NULL, '850.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1214, 1641, 1, '0.0000', NULL, '19.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1215, 1642, 1, '0.0000', NULL, '39.9700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1216, 1643, 1, '0.0000', NULL, '117.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1217, 1644, 1, '0.0000', NULL, '43.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1218, 1645, 1, '0.0000', NULL, '17.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1219, 1646, 1, '0.0000', NULL, '4.9268');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1220, 1649, 1, '0.0000', NULL, '16.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1221, 1653, 1, '0.0000', NULL, '24.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1222, 1655, 1, '0.0000', NULL, '0.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1223, 1657, 1, '0.0000', NULL, '3.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1224, 1658, 1, '0.0000', NULL, '3.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1225, 1661, 1, '0.0000', NULL, '17.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1226, 1662, 1, '0.0000', NULL, '55.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1227, 1664, 1, '0.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1228, 1665, 1, '0.0000', NULL, '17.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1229, 1668, 1, '0.0000', NULL, '1.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1230, 1669, 1, '0.0000', NULL, '170.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1231, 1670, 1, '0.0000', NULL, '36.1400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1232, 1671, 1, '0.0000', NULL, '696.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1233, 1672, 1, '0.0000', NULL, '455.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1234, 1673, 1, '0.0000', NULL, '416.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1235, 1674, 1, '0.0000', NULL, '650.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1236, 1677, 1, '0.0000', NULL, '1.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1237, 1682, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1238, 1683, 1, '0.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1239, 1684, 1, '0.0000', NULL, '0.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1240, 1685, 1, '0.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1241, 1686, 1, '0.0000', NULL, '3.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1242, 1687, 1, '0.0000', NULL, '4.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1243, 1688, 1, '0.0000', NULL, '0.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1244, 1689, 1, '0.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1245, 1690, 1, '0.0000', NULL, '1.4600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1246, 1691, 1, '0.0000', NULL, '2.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1247, 1692, 1, '0.0000', NULL, '28.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1248, 1296, 1, '0.0000', NULL, '5.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1249, 1297, 1, '0.0000', NULL, '30.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1250, 1298, 1, '0.0000', NULL, '2.7800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1251, 1305, 1, '0.0000', NULL, '5.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1252, 1306, 1, '0.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1253, 1310, 1, '0.0000', NULL, '1.1200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1254, 1311, 1, '0.0000', NULL, '71.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1255, 1312, 1, '0.0000', NULL, '41.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1256, 1313, 1, '0.0000', NULL, '41.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1257, 1316, 1, '0.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1258, 1320, 1, '0.0000', NULL, '2.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1259, 1321, 1, '0.0000', NULL, '6.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1260, 1322, 1, '0.0000', NULL, '2.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1261, 1323, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1262, 1324, 1, '0.0000', NULL, '5.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1263, 997, 1, '0.0000', NULL, '0.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1264, 1327, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1265, 1328, 1, '0.0000', NULL, '1.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1266, 1329, 1, '0.0000', NULL, '3.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1267, 1330, 1, '0.0000', NULL, '0.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1268, 1332, 1, '0.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1269, 1333, 1, '0.0000', NULL, '0.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1270, 1338, 1, '0.0000', NULL, '1.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1271, 1339, 1, '0.0000', NULL, '5.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1272, 1340, 1, '0.0000', NULL, '0.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1273, 1341, 1, '0.0000', NULL, '0.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1274, 1344, 1, '0.0000', NULL, '155.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1275, 1345, 1, '0.0000', NULL, '150.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1276, 1347, 1, '0.0000', NULL, '6.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1277, 1348, 1, '0.0000', NULL, '4.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1278, 1351, 1, '0.0000', NULL, '2.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1279, 1353, 1, '0.0000', NULL, '6.5600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1280, 1357, 1, '0.0000', NULL, '70.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1281, 1358, 1, '0.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1282, 1359, 1, '0.0000', NULL, '31.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1283, 1360, 1, '0.0000', NULL, '38.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1284, 1362, 1, '0.0000', NULL, '9.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1285, 989, 1, '0.0000', NULL, '-143.8113');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1286, 1382, 1, '0.0000', NULL, '906.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1287, 1383, 1, '0.0000', NULL, '38.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1288, 1384, 1, '0.0000', NULL, '5.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1289, 1386, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1290, 1393, 1, '0.0000', NULL, '2.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1291, 1394, 1, '0.0000', NULL, '5.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1292, 1396, 1, '0.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1293, 898, 1, '0.0000', NULL, '700.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1294, 899, 1, '0.0000', NULL, '8.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1295, 900, 1, '0.0000', NULL, '71.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1296, 902, 1, '0.0000', NULL, '0.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1297, 903, 1, '0.0000', NULL, '10.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1298, 904, 1, '0.0000', NULL, '20.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1299, 905, 1, '0.0000', NULL, '5.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1300, 906, 1, '0.0000', NULL, '18.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1301, 907, 1, '0.0000', NULL, '1.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1302, 909, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1303, 914, 1, '0.0000', NULL, '3.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1304, 916, 1, '0.0000', NULL, '4.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1305, 917, 1, '0.0000', NULL, '4.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1306, 918, 1, '0.0000', NULL, '1.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1307, 919, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1308, 920, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1309, 921, 1, '0.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1310, 922, 1, '0.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1311, 923, 1, '0.0000', NULL, '0.7400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1312, 926, 1, '0.0000', NULL, '19.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1313, 928, 1, '0.0000', NULL, '19.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1314, 929, 1, '0.0000', NULL, '25.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1315, 930, 1, '0.0000', NULL, '20.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1316, 931, 1, '0.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1317, 932, 1, '0.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1318, 933, 1, '0.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1319, 934, 1, '0.0000', NULL, '5.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1320, 935, 1, '0.0000', NULL, '0.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1321, 936, 1, '0.0000', NULL, '0.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1322, 937, 1, '0.0000', NULL, '2.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1323, 938, 1, '0.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1324, 939, 1, '0.0000', NULL, '1.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1325, 940, 1, '0.0000', NULL, '1.6100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1326, 941, 1, '0.0000', NULL, '3.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1327, 942, 1, '0.0000', NULL, '0.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1328, 948, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1329, 954, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1330, 956, 1, '0.0000', NULL, '42.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1331, 958, 1, '0.0000', NULL, '1.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1332, 959, 1, '0.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1333, 960, 1, '0.0000', NULL, '52.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1334, 962, 1, '0.0000', NULL, '11.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1335, 966, 1, '0.0000', NULL, '16.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1336, 968, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1337, 969, 1, '0.0000', NULL, '0.7800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1338, 972, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1339, 973, 1, '0.0000', NULL, '140.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1340, 974, 1, '0.0000', NULL, '350.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1341, 975, 1, '0.0000', NULL, '555.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1342, 976, 1, '0.0000', NULL, '525.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1343, 983, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1344, 984, 1, '0.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1345, 985, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1346, 986, 1, '0.0000', NULL, '0.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1347, 988, 1, '0.0000', NULL, '675.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1348, 991, 1, '0.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1349, 1000, 1, '0.0000', NULL, '0.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1350, 1002, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1351, 1010, 1, '0.0000', NULL, '19.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1352, 1019, 1, '0.0000', NULL, '34.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1353, 1020, 1, '0.0000', NULL, '49.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1354, 1022, 1, '0.0000', NULL, '3.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1355, 1024, 1, '0.0000', NULL, '3.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1356, 1031, 1, '0.0000', NULL, '13.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1357, 1037, 1, '0.0000', NULL, '0.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1358, 1038, 1, '0.0000', NULL, '1.1200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1359, 1039, 1, '0.0000', NULL, '9.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1360, 1040, 1, '0.0000', NULL, '6.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1361, 1041, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1362, 1042, 1, '0.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1363, 1043, 1, '0.0000', NULL, '3.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1364, 1044, 1, '0.0000', NULL, '2.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1365, 1045, 1, '0.0000', NULL, '2.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1366, 1049, 1, '0.0000', NULL, '124.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1367, 1050, 1, '0.0000', NULL, '142.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1368, 1052, 1, '0.0000', NULL, '30.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1369, 1054, 1, '0.0000', NULL, '2.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1370, 1055, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1371, 1056, 1, '0.0000', NULL, '7.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1372, 1057, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1373, 1058, 1, '0.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1374, 1059, 1, '0.0000', NULL, '3.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1375, 1060, 1, '0.0000', NULL, '2.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1376, 1061, 1, '0.0000', NULL, '1.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1377, 1065, 1, '0.0000', NULL, '11.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1378, 1067, 1, '0.0000', NULL, '16.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1379, 1068, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1380, 1069, 1, '0.0000', NULL, '19.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1381, 1070, 1, '0.0000', NULL, '28.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1382, 1071, 1, '0.0000', NULL, '19.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1383, 1072, 1, '0.0000', NULL, '115.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1384, 1075, 1, '0.0000', NULL, '46.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1385, 1076, 1, '0.0000', NULL, '43.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1386, 1077, 1, '0.0000', NULL, '385.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1387, 1078, 1, '0.0000', NULL, '0.7800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1388, 1079, 1, '0.0000', NULL, '2.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1389, 1081, 1, '0.0000', NULL, '9.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1390, 1082, 1, '0.0000', NULL, '7.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1391, 1083, 1, '0.0000', NULL, '7.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1392, 1084, 1, '0.0000', NULL, '1.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1393, 1085, 1, '0.0000', NULL, '76.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1394, 1086, 1, '0.0000', NULL, '12.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1395, 1087, 1, '0.0000', NULL, '5.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1396, 1088, 1, '0.0000', NULL, '6.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1397, 1096, 1, '0.0000', NULL, '5.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1398, 1097, 1, '0.0000', NULL, '9.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1399, 1098, 1, '0.0000', NULL, '4.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1400, 1099, 1, '0.0000', NULL, '64.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1401, 1100, 1, '0.0000', NULL, '64.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1402, 1101, 1, '0.0000', NULL, '24.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1403, 1103, 1, '0.0000', NULL, '38.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1404, 1106, 1, '0.0000', NULL, '0.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1405, 1107, 1, '0.0000', NULL, '5.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1406, 1108, 1, '0.0000', NULL, '3.0400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1407, 1110, 1, '0.0000', NULL, '15.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1408, 1111, 1, '0.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1409, 1112, 1, '0.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1410, 1115, 1, '0.0000', NULL, '15.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1411, 1117, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1412, 1118, 1, '0.0000', NULL, '0.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1413, 1119, 1, '0.0000', NULL, '52.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1414, 1121, 1, '0.0000', NULL, '34.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1415, 1123, 1, '0.0000', NULL, '7.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1416, 1124, 1, '0.0000', NULL, '32.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1417, 1128, 1, '0.0000', NULL, '16.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1418, 1132, 1, '0.0000', NULL, '22.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1419, 1135, 1, '0.0000', NULL, '42.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1420, 1137, 1, '0.0000', NULL, '6.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1421, 1138, 1, '0.0000', NULL, '7.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1422, 1140, 1, '0.0000', NULL, '5.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1423, 1141, 1, '0.0000', NULL, '7.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1424, 1142, 1, '0.0000', NULL, '6.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1425, 1143, 1, '0.0000', NULL, '6.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1426, 1144, 1, '0.0000', NULL, '6.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1427, 1145, 1, '0.0000', NULL, '6.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1428, 1146, 1, '0.0000', NULL, '0.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1429, 1147, 1, '0.0000', NULL, '0.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1430, 1148, 1, '0.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1431, 1149, 1, '0.0000', NULL, '0.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1432, 1150, 1, '0.0000', NULL, '0.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1433, 1151, 1, '0.0000', NULL, '0.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1434, 1152, 1, '0.0000', NULL, '31.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1435, 1153, 1, '0.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1436, 1154, 1, '0.0000', NULL, '0.6600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1437, 1156, 1, '0.0000', NULL, '4.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1438, 1159, 1, '0.0000', NULL, '4.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1439, 1160, 1, '0.0000', NULL, '8.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1440, 1161, 1, '0.0000', NULL, '3.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1441, 1162, 1, '0.0000', NULL, '3.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1442, 1163, 1, '0.0000', NULL, '2.7100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1443, 1164, 1, '0.0000', NULL, '0.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1444, 1165, 1, '0.0000', NULL, '13.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1445, 1166, 1, '0.0000', NULL, '16.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1446, 1167, 1, '0.0000', NULL, '21.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1447, 1168, 1, '0.0000', NULL, '1.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1448, 1169, 1, '0.0000', NULL, '1.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1449, 1170, 1, '0.0000', NULL, '4.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1450, 1171, 1, '0.0000', NULL, '15.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1451, 1172, 1, '0.0000', NULL, '27.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1452, 1173, 1, '0.0000', NULL, '50.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1453, 1174, 1, '0.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1454, 1175, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1455, 1176, 1, '0.0000', NULL, '1.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1456, 1177, 1, '0.0000', NULL, '28.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1457, 1178, 1, '0.0000', NULL, '2.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1458, 1179, 1, '0.0000', NULL, '8.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1459, 1180, 1, '0.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1460, 1181, 1, '0.0000', NULL, '2.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1461, 1182, 1, '0.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1462, 1185, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1463, 1189, 1, '0.0000', NULL, '26.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1464, 1190, 1, '0.0000', NULL, '24.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1465, 1191, 1, '0.0000', NULL, '1.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1466, 1192, 1, '0.0000', NULL, '2.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1467, 1193, 1, '0.0000', NULL, '0.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1468, 1194, 1, '0.0000', NULL, '0.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1469, 1195, 1, '0.0000', NULL, '2.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1470, 1196, 1, '0.0000', NULL, '17.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1471, 1197, 1, '0.0000', NULL, '1.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1472, 1198, 1, '0.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1473, 1199, 1, '0.0000', NULL, '1.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1474, 1200, 1, '0.0000', NULL, '3.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1475, 1201, 1, '0.0000', NULL, '0.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1476, 1202, 1, '0.0000', NULL, '3.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1477, 1203, 1, '0.0000', NULL, '3.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1478, 1204, 1, '0.0000', NULL, '6.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1479, 1205, 1, '0.0000', NULL, '11.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1480, 1206, 1, '0.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1481, 1211, 1, '0.0000', NULL, '1.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1482, 1222, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1483, 1223, 1, '0.0000', NULL, '0.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1484, 1224, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1485, 1228, 1, '0.0000', NULL, '5.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1486, 1242, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1487, 1246, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1488, 1247, 1, '0.0000', NULL, '17.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1489, 1254, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1490, 1256, 1, '0.0000', NULL, '59.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1491, 1262, 1, '0.0000', NULL, '20.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1492, 1263, 1, '0.0000', NULL, '10.0400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1493, 1269, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1494, 1270, 1, '0.0000', NULL, '53.6800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1495, 1271, 1, '0.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1496, 1272, 1, '0.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1497, 1273, 1, '0.0000', NULL, '0.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1498, 1274, 1, '0.0000', NULL, '34.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1499, 1275, 1, '0.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1500, 1276, 1, '0.0000', NULL, '5.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1501, 1277, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1502, 1280, 1, '0.0000', NULL, '10.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1503, 1282, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1504, 1283, 1, '0.0000', NULL, '1.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1505, 1284, 1, '0.0000', NULL, '0.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1506, 1285, 1, '0.0000', NULL, '2.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1507, 1286, 1, '0.0000', NULL, '0.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1508, 1287, 1, '0.0000', NULL, '1.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1509, 1288, 1, '0.0000', NULL, '1.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1510, 1289, 1, '0.0000', NULL, '556.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1511, 1290, 1, '0.0000', NULL, '530.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1512, 2453, 1, '1.0000', NULL, '700.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1513, 2454, 1, '50.0000', NULL, '1.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1514, 2455, 1, '0.0000', NULL, '71.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1515, 2456, 1, '1.0000', NULL, '51.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1516, 2457, 1, '0.0000', NULL, '0.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1517, 2458, 1, '6.0000', NULL, '10.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1518, 2459, 1, '0.0000', NULL, '20.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1519, 2460, 1, '0.0000', NULL, '5.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1520, 2461, 1, '0.0000', NULL, '18.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1521, 2462, 1, '0.0000', NULL, '1.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1522, 2463, 1, '4.0000', NULL, '5.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1523, 2464, 1, '35.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1524, 2465, 1, '5.0000', NULL, '2.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1525, 2466, 1, '7.0000', NULL, '3.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1526, 2467, 1, '11.0000', NULL, '3.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1527, 2468, 1, '1.0000', NULL, '7.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1528, 2469, 1, '13.0000', NULL, '3.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1529, 2470, 1, '5.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1530, 2471, 1, '4.0000', NULL, '4.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1531, 2472, 1, '0.0000', NULL, '4.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1532, 2473, 1, '26.0000', NULL, '1.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1533, 2474, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1534, 2475, 1, '2.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1535, 2476, 1, '30.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1536, 2477, 1, '21.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1537, 2478, 1, '25.0000', NULL, '0.7400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1538, 2479, 1, '6.0000', NULL, '4.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1539, 2480, 1, '10.0000', NULL, '19.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1540, 2481, 1, '0.0000', NULL, '35.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1541, 2482, 1, '0.0000', NULL, '31.6234');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1542, 2483, 1, '1.0000', NULL, '20.0625');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1543, 2484, 1, '4.0000', NULL, '25.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1544, 2485, 1, '3.0000', NULL, '20.5095');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1545, 2486, 1, '0.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1546, 2487, 1, '0.0000', NULL, '0.5600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1547, 2488, 1, '3.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1548, 2489, 1, '0.0000', NULL, '5.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1549, 2490, 1, '72.0000', NULL, '0.4024');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1551, 2492, 1, '15.0000', NULL, '2.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1552, 2493, 1, '11.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1553, 2494, 1, '60.0000', NULL, '1.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1554, 2495, 1, '15.0000', NULL, '1.6100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1555, 2496, 1, '9.0000', NULL, '3.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1556, 2497, 1, '117.0000', NULL, '0.9158');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1557, 2498, 1, '0.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1558, 2499, 1, '0.0000', NULL, '8.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1559, 2500, 1, '3.0000', NULL, '11.6097');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1560, 2501, 1, '0.0000', NULL, '7.2600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1561, 2502, 1, '1.0000', NULL, '2.0833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1562, 2503, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1563, 2504, 1, '56.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1564, 2505, 1, '0.0000', NULL, '3.1667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1565, 2506, 1, '0.0000', NULL, '1.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1566, 2507, 1, '0.0000', NULL, '4.8333');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1567, 2508, 1, '1.0000', NULL, '8.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1568, 2509, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1569, 2510, 1, '0.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1570, 2511, 1, '0.0000', NULL, '42.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1572, 2513, 1, '55.0000', NULL, '1.0561');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1573, 2514, 1, '80.0000', NULL, '0.5833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1574, 2515, 1, '1.0000', NULL, '52.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1575, 2516, 1, '0.0000', NULL, '110.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1576, 2517, 1, '0.0000', NULL, '9.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1577, 2518, 1, '4.0000', NULL, '8.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1578, 2519, 1, '1.0000', NULL, '31.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1579, 2520, 1, '1.0000', NULL, '26.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1580, 2521, 1, '0.0000', NULL, '16.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1581, 2522, 1, '4.0000', NULL, '0.1800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1583, 2524, 1, '94.0000', NULL, '0.7539');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1584, 2525, 1, '1.0000', NULL, '405.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1585, 2526, 1, '0.0000', NULL, '81.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1586, 2527, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1591, 2532, 1, '0.0000', NULL, '4.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1592, 2533, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1593, 2534, 1, '8.0000', NULL, '4.2371');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1594, 2535, 1, '4.0000', NULL, '3.3488');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1595, 2536, 1, '0.0000', NULL, '4.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1596, 2537, 1, '4.0000', NULL, '6.7718');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1597, 2538, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1598, 2539, 1, '0.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1599, 2540, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1601, 2542, 1, '1.0000', NULL, '625.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1602, 2543, 1, '0.0000', NULL, '675.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1603, 2544, 1, '2.0000', NULL, '38.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1604, 2545, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1605, 2546, 1, '0.0000', NULL, '10.6600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1606, 2547, 1, '0.0000', NULL, '36.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1607, 2548, 1, '4.0000', NULL, '20.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1608, 2549, 1, '5.0000', NULL, '18.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1609, 2550, 1, '0.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1610, 2551, 1, '0.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1611, 2552, 1, '37.0000', NULL, '0.4167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1612, 2553, 1, '17.0000', NULL, '2.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1613, 2554, 1, '0.0000', NULL, '43.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1616, 2557, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1617, 2558, 1, '0.0000', NULL, '7.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1618, 2559, 1, '2.0000', NULL, '6.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1619, 2560, 1, '0.0000', NULL, '6.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1620, 2561, 1, '5.0000', NULL, '8.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1621, 2562, 1, '0.0000', NULL, '10.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1622, 2563, 1, '0.0000', NULL, '5.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1623, 2564, 1, '0.0000', NULL, '8.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1624, 2565, 1, '15.0000', NULL, '19.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1625, 2566, 1, '6.0000', NULL, '16.9700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1626, 2567, 1, '29.0000', NULL, '6.7556');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1627, 2568, 1, '24.0000', NULL, '5.0717');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1628, 2569, 1, '15.0000', NULL, '8.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1629, 2570, 1, '18.0000', NULL, '12.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1630, 2571, 1, '0.0000', NULL, '32.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1631, 2572, 1, '0.0000', NULL, '2.4600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1632, 2573, 1, '2.0000', NULL, '4.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1633, 2574, 1, '5.0000', NULL, '34.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1634, 2575, 1, '4.0000', NULL, '49.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1635, 2576, 1, '0.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1637, 2578, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1639, 2580, 1, '0.0000', NULL, '3.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1640, 2581, 1, '0.0000', NULL, '8.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1641, 2582, 1, '0.0000', NULL, '7.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1642, 2583, 1, '0.0000', NULL, '14.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1643, 2584, 1, '0.0000', NULL, '4.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1644, 2585, 1, '0.0000', NULL, '2.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1645, 2586, 1, '0.0000', NULL, '1.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1646, 2587, 1, '0.0000', NULL, '2.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1647, 2588, 1, '0.0000', NULL, '3.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1648, 2589, 1, '0.0000', NULL, '11.3925');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1649, 2590, 1, '0.0000', NULL, '13.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1650, 2591, 1, '0.0000', NULL, '5.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1651, 2592, 1, '0.0000', NULL, '0.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1652, 2593, 1, '11.0000', NULL, '1.1200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1653, 2594, 1, '0.0000', NULL, '9.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1654, 2595, 1, '62.0000', NULL, '6.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1655, 2596, 1, '4.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1656, 2597, 1, '48.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1657, 2598, 1, '4.5000', NULL, '3.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1658, 2599, 1, '39.0000', NULL, '2.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1659, 2600, 1, '47.5000', NULL, '2.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1660, 2601, 1, '2.0000', NULL, '82.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1661, 2602, 1, '0.0000', NULL, '162.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1662, 2603, 1, '0.0000', NULL, '207.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1665, 2606, 1, '2.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1666, 2607, 1, '8.0000', NULL, '30.2212');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1667, 2608, 1, '3.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1668, 2609, 1, '14.0000', NULL, '2.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1669, 2610, 1, '34.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1670, 2611, 1, '0.0000', NULL, '7.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1671, 2612, 1, '82.0000', NULL, '4.5718');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1672, 2613, 1, '13.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1676, 2617, 1, '90.0000', NULL, '4.5008');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1677, 2618, 1, '0.0000', NULL, '185.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1678, 2619, 1, '0.0000', NULL, '9.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1679, 2620, 1, '0.0000', NULL, '11.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1680, 2621, 1, '0.0000', NULL, '11.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1681, 2622, 1, '0.0000', NULL, '16.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1683, 2624, 1, '0.0000', NULL, '19.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1684, 2625, 1, '0.0000', NULL, '28.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1685, 2626, 1, '0.0000', NULL, '20.8100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1686, 2627, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1687, 2628, 1, '0.0000', NULL, '90.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1688, 2629, 1, '0.0000', NULL, '115.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1689, 2630, 1, '1.0000', NULL, '46.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1690, 2631, 1, '0.0000', NULL, '43.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1691, 2632, 1, '0.0000', NULL, '385.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1692, 2633, 1, '0.0000', NULL, '0.7800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1693, 2634, 1, '0.0000', NULL, '2.9583');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1694, 2635, 1, '0.0000', NULL, '11.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1695, 2636, 1, '3.0000', NULL, '9.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1696, 2637, 1, '11.0000', NULL, '7.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1697, 2638, 1, '2.0000', NULL, '7.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1698, 2639, 1, '0.0000', NULL, '1.3333');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1699, 2640, 1, '0.0000', NULL, '76.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1700, 2641, 1, '0.0000', NULL, '12.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1701, 2642, 1, '17.0000', NULL, '7.5313');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1702, 2643, 1, '16.0000', NULL, '6.5467');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1703, 2644, 1, '86.0000', NULL, '3.4927');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1704, 2645, 1, '10.0000', NULL, '8.5417');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1705, 2646, 1, '0.0000', NULL, '11.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1706, 2647, 1, '0.0000', NULL, '7.7517');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1707, 2648, 1, '38.0000', NULL, '7.5783');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1708, 2649, 1, '15.0000', NULL, '5.4167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1709, 2650, 1, '12.0000', NULL, '4.5833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1710, 2651, 1, '5.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1711, 2652, 1, '0.0000', NULL, '9.9167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1712, 2653, 1, '212.0000', NULL, '4.4188');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1713, 2654, 1, '1.0000', NULL, '64.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1714, 2655, 1, '4.0000', NULL, '64.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1715, 2656, 1, '0.0000', NULL, '24.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1716, 2657, 1, '0.0000', NULL, '38.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1717, 2658, 1, '2.0000', NULL, '46.1780');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1718, 2659, 1, '0.0000', NULL, '10.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1719, 2660, 1, '22.0000', NULL, '3.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1720, 2661, 1, '121.0000', NULL, '0.2871');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1721, 2662, 1, '0.0000', NULL, '5.4550');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1722, 2663, 1, '2.0000', NULL, '3.4050');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1723, 2664, 1, '0.0000', NULL, '24.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1724, 2665, 1, '0.0000', NULL, '15.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1725, 2666, 1, '0.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1726, 2667, 1, '0.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1727, 2668, 1, '0.0000', NULL, '38.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1728, 2669, 1, '0.0000', NULL, '14.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1729, 2670, 1, '0.0000', NULL, '15.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1730, 2671, 1, '0.0000', NULL, '20.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1731, 2672, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1732, 2673, 1, '0.0000', NULL, '0.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1733, 2674, 1, '0.0000', NULL, '52.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1734, 2675, 1, '0.0000', NULL, '2.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1735, 2676, 1, '0.0000', NULL, '34.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1736, 2677, 1, '18.0000', NULL, '10.6013');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1737, 2678, 1, '10.0000', NULL, '6.5726');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1738, 2679, 1, '1.0000', NULL, '32.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1739, 2680, 1, '3.0000', NULL, '16.0400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1740, 2681, 1, '0.0000', NULL, '6.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1741, 2682, 1, '6.0000', NULL, '4.6600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1742, 2683, 1, '0.0000', NULL, '16.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1743, 2684, 1, '0.0000', NULL, '53.9666');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1744, 2685, 1, '0.0000', NULL, '9.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1745, 2686, 1, '6.0000', NULL, '6.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1746, 2687, 1, '0.0000', NULL, '22.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1747, 2688, 1, '0.0000', NULL, '4.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1748, 2689, 1, '3.0000', NULL, '23.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1749, 2690, 1, '1.0000', NULL, '42.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1750, 2691, 1, '0.0000', NULL, '5.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1751, 2692, 1, '0.0000', NULL, '6.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1753, 2694, 1, '423.0000', NULL, '0.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1754, 2695, 1, '0.0000', NULL, '5.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1755, 2696, 1, '0.0000', NULL, '7.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1756, 2697, 1, '35.0000', NULL, '5.0822');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1757, 2698, 1, '41.0000', NULL, '5.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1758, 2699, 1, '17.0000', NULL, '5.2205');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1759, 2700, 1, '0.0000', NULL, '6.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1760, 2701, 1, '120.0000', NULL, '0.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1761, 2702, 1, '348.0000', NULL, '0.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1762, 2703, 1, '0.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1763, 2704, 1, '40.0000', NULL, '0.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1765, 2706, 1, '0.0000', NULL, '0.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1766, 2707, 1, '0.0000', NULL, '31.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1767, 2708, 1, '64.0000', NULL, '7.8472');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1769, 2710, 1, '24.0000', NULL, '6.0958');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1770, 2711, 1, '45.0000', NULL, '4.2503');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1771, 2712, 1, '6.0000', NULL, '15.2468');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1772, 2713, 1, '42.0000', NULL, '5.9249');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1773, 2714, 1, '19.0000', NULL, '12.4835');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1774, 2715, 1, '17.0000', NULL, '8.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1775, 2716, 1, '73.0000', NULL, '3.1308');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1776, 2717, 1, '25.0000', NULL, '7.8458');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1777, 2718, 1, '7.0000', NULL, '3.9700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1778, 2719, 1, '62.0000', NULL, '1.1173');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1779, 2720, 1, '14.0000', NULL, '5.5050');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1780, 2721, 1, '9.0000', NULL, '16.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1781, 2722, 1, '5.0000', NULL, '21.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1782, 2723, 1, '10.0000', NULL, '1.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1783, 2724, 1, '33.0000', NULL, '1.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1784, 2725, 1, '135.0000', NULL, '3.8667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1785, 2726, 1, '22.0000', NULL, '12.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1786, 2727, 1, '24.0000', NULL, '-1804.7933');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1787, 2728, 1, '8.0000', NULL, '50.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1788, 2729, 1, '25.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1789, 2730, 1, '56.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1790, 2731, 1, '3.0000', NULL, '1.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1791, 2732, 1, '0.0000', NULL, '28.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1792, 2733, 1, '40.0000', NULL, '2.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1793, 2734, 1, '4.0000', NULL, '10.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1794, 2735, 1, '4.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1795, 2736, 1, '4.0000', NULL, '2.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1796, 2737, 1, '7.0000', NULL, '5.3125');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1797, 2738, 1, '10.0000', NULL, '10.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1798, 2739, 1, '10.0000', NULL, '6.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1799, 2740, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1800, 2741, 1, '0.0000', NULL, '9.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1801, 2742, 1, '0.0000', NULL, '9.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1802, 2743, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1803, 2744, 1, '7.0000', NULL, '26.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1804, 2745, 1, '2.0000', NULL, '24.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1805, 2746, 1, '14.0000', NULL, '1.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1806, 2747, 1, '42.0000', NULL, '2.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1807, 2748, 1, '20.0000', NULL, '0.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1808, 2749, 1, '88.0000', NULL, '0.5935');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1809, 2750, 1, '0.0000', NULL, '2.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1810, 2751, 1, '25.0000', NULL, '17.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1811, 2752, 1, '129.0000', NULL, '0.9040');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1812, 2753, 1, '91.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1813, 2754, 1, '35.0000', NULL, '1.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1814, 2755, 1, '61.0000', NULL, '3.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1815, 2756, 1, '73.0000', NULL, '0.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1816, 2757, 1, '13.0000', NULL, '3.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1817, 2758, 1, '35.0000', NULL, '3.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1818, 2759, 1, '10.0000', NULL, '8.2248');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1819, 2760, 1, '7.0000', NULL, '11.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1820, 2761, 1, '30.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1821, 2762, 1, '0.0000', NULL, '7.6100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1822, 2763, 1, '0.0000', NULL, '11.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1823, 2764, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1824, 2765, 1, '0.0000', NULL, '9.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1825, 2766, 1, '208.0000', NULL, '1.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1828, 2769, 1, '1.0000', NULL, '8.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1829, 2770, 1, '4.0000', NULL, '15.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1830, 2771, 1, '0.0000', NULL, '7.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1833, 2774, 1, '13.0000', NULL, '8.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1834, 2775, 1, '7.0000', NULL, '11.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1835, 2776, 1, '0.0000', NULL, '10.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1836, 2777, 1, '20.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1837, 2778, 1, '59.0000', NULL, '0.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1838, 2779, 1, '65.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1848, 2789, 1, '4.0000', NULL, '10.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1849, 2790, 1, '0.0000', NULL, '5.8100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1850, 2791, 1, '14.0000', NULL, '2.9669');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1851, 2792, 1, '0.0000', NULL, '75.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1852, 2793, 1, '0.0000', NULL, '8.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1853, 2794, 1, '3.0000', NULL, '7.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1854, 2795, 1, '4.0000', NULL, '8.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1855, 2796, 1, '0.0000', NULL, '7.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1856, 2797, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1857, 2798, 1, '0.0000', NULL, '1.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1858, 2799, 1, '0.0000', NULL, '4.6467');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1859, 2800, 1, '0.0000', NULL, '8.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1860, 2801, 1, '0.0000', NULL, '9.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1861, 2802, 1, '21.0000', NULL, '17.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1864, 2805, 1, '0.0000', NULL, '4.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1865, 2806, 1, '5.0000', NULL, '6.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1866, 2807, 1, '5.0000', NULL, '21.3700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1867, 2808, 1, '0.0000', NULL, '44.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1868, 2809, 1, '2.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1869, 2810, 1, '0.0000', NULL, '41.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1870, 2811, 1, '0.0000', NULL, '59.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1871, 2812, 1, '2.0000', NULL, '44.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1872, 2813, 1, '0.0000', NULL, '11.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1873, 2814, 1, '0.0000', NULL, '11.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1874, 2815, 1, '0.0000', NULL, '11.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1875, 2816, 1, '0.0000', NULL, '7.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1876, 2817, 1, '0.0000', NULL, '20.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1877, 2818, 1, '0.0000', NULL, '10.0400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1878, 2819, 1, '20.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1879, 2820, 1, '0.0000', NULL, '11.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1880, 2821, 1, '0.0000', NULL, '25.3550');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1881, 2822, 1, '5.0000', NULL, '4.6667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1882, 2823, 1, '0.0000', NULL, '10.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1884, 2825, 1, '0.0000', NULL, '53.6800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1885, 2826, 1, '1.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1886, 2827, 1, '49.0000', NULL, '0.1175');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1887, 2828, 1, '0.0000', NULL, '0.2360');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1888, 2829, 1, '2.0000', NULL, '34.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1889, 2830, 1, '0.0000', NULL, '4.1470');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1890, 2831, 1, '8.0000', NULL, '4.1718');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1891, 2832, 1, '3.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1892, 2833, 1, '0.0000', NULL, '27.2200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1894, 2835, 1, '0.0000', NULL, '14.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1895, 2836, 1, '1.0000', NULL, '11.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1903, 2844, 1, '1.0000', NULL, '556.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1904, 2845, 1, '0.0000', NULL, '530.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1905, 2846, 1, '0.0000', NULL, '178.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1906, 2847, 1, '1.0000', NULL, '800.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1907, 2848, 1, '0.0000', NULL, '15.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1908, 2849, 1, '11.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1909, 2850, 1, '5.0000', NULL, '8.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1910, 2851, 1, '27.0000', NULL, '5.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1911, 2852, 1, '5.0000', NULL, '30.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1912, 2853, 1, '40.0000', NULL, '2.7800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1913, 2854, 1, '4.0000', NULL, '7.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1914, 2855, 1, '0.0000', NULL, '70.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1915, 2856, 1, '0.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1916, 2857, 1, '12.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1917, 2858, 1, '3.0000', NULL, '6.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1918, 2859, 1, '8.0000', NULL, '6.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1919, 2860, 1, '11.0000', NULL, '5.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1920, 2861, 1, '13.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1921, 2862, 1, '6.0000', NULL, '8.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1922, 2863, 1, '0.0000', NULL, '9.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1923, 2864, 1, '4.0000', NULL, '4.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1924, 2865, 1, '6.0000', NULL, '1.1200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1925, 2866, 1, '16.0000', NULL, '71.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1926, 2867, 1, '9.0000', NULL, '37.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1927, 2868, 1, '7.0000', NULL, '37.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1928, 2869, 1, '4.0000', NULL, '41.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1929, 2870, 1, '2.0000', NULL, '41.6400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1930, 2871, 1, '4.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1931, 2872, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1932, 2873, 1, '0.0000', NULL, '3.3886');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1933, 2874, 1, '0.0000', NULL, '2.2600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1934, 2875, 1, '0.0000', NULL, '3.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1935, 2876, 1, '2.0000', NULL, '7.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1936, 2877, 1, '0.0000', NULL, '2.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1937, 2878, 1, '1.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1938, 2879, 1, '4.0000', NULL, '5.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1939, 2880, 1, '0.0000', NULL, '5.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1940, 2881, 1, '0.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1941, 2882, 1, '0.0000', NULL, '0.9167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1942, 2883, 1, '0.0000', NULL, '1.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1943, 2884, 1, '0.0000', NULL, '3.2800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1944, 2885, 1, '0.0000', NULL, '0.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1945, 2886, 1, '5.0000', NULL, '5.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1946, 2887, 1, '0.0000', NULL, '1.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1947, 2888, 1, '0.0000', NULL, '0.8542');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1948, 2889, 1, '10.0000', NULL, '5.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1949, 2890, 1, '4.0000', NULL, '5.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1950, 2891, 1, '4.0000', NULL, '5.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1951, 2892, 1, '0.0000', NULL, '2.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1952, 2893, 1, '1.0000', NULL, '1.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1953, 2894, 1, '3.0000', NULL, '5.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1954, 2895, 1, '0.0000', NULL, '0.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1955, 2896, 1, '0.0000', NULL, '0.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1956, 2897, 1, '0.0000', NULL, '159.4667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1957, 2898, 1, '3.0000', NULL, '200.2233');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1959, 2900, 1, '0.0000', NULL, '166.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1960, 2901, 1, '34.0000', NULL, '14.3293');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1961, 2902, 1, '17.0000', NULL, '6.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1962, 2903, 1, '0.0000', NULL, '0.8357');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1963, 2904, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1964, 2905, 1, '0.0000', NULL, '4.2227');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1965, 2906, 1, '13.0000', NULL, '1.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1966, 2907, 1, '10.0000', NULL, '2.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1967, 2908, 1, '7.0000', NULL, '6.5600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1968, 2909, 1, '0.0000', NULL, '8.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1969, 2910, 1, '5.0000', NULL, '3.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1970, 2911, 1, '0.0000', NULL, '3.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1971, 2912, 1, '0.0000', NULL, '70.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1972, 2913, 1, '0.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1973, 2914, 1, '3.0000', NULL, '31.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1974, 2915, 1, '0.0000', NULL, '38.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1975, 2916, 1, '2.0000', NULL, '40.8144');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1976, 2917, 1, '21.0000', NULL, '10.2917');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1977, 2918, 1, '34.0000', NULL, '1.8752');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1978, 2919, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1979, 2920, 1, '22.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1980, 2921, 1, '26.0000', NULL, '4.2194');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1981, 2922, 1, '11.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1982, 2923, 1, '9.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1983, 2924, 1, '10.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1985, 2926, 1, '13.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1986, 2927, 1, '30.0000', NULL, '1.8750');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1987, 2928, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1989, 2930, 1, '29.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1990, 2931, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1991, 2932, 1, '0.0000', NULL, '11.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1992, 2933, 1, '0.0000', NULL, '0.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1993, 2934, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1994, 2935, 1, '27.0000', NULL, '0.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1995, 2936, 1, '10.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1996, 2937, 1, '0.0000', NULL, '906.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1998, 2939, 1, '0.0000', NULL, '5.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (1999, 2940, 1, '0.0000', NULL, '4.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2000, 2941, 1, '1.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2001, 2942, 1, '2.0000', NULL, '21.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2002, 2943, 1, '3.0000', NULL, '59.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2003, 2944, 1, '0.0000', NULL, '83.5700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2004, 2945, 1, '0.0000', NULL, '217.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2005, 2946, 1, '0.0000', NULL, '153.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2006, 2947, 1, '0.0000', NULL, '113.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2007, 2948, 1, '0.0000', NULL, '2.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2008, 2949, 1, '8.0000', NULL, '6.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2009, 2950, 1, '6.0000', NULL, '12.3683');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2010, 2951, 1, '17.0000', NULL, '2.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2011, 2952, 1, '5.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2012, 2953, 1, '0.0000', NULL, '4.4617');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2013, 2954, 1, '1.0000', NULL, '262.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2014, 2955, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2015, 2956, 1, '0.0000', NULL, '6.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2016, 2957, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2017, 2958, 1, '7.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2018, 2959, 1, '0.0000', NULL, '11.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2019, 2960, 1, '14.5000', NULL, '8.7102');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2020, 2961, 1, '0.0000', NULL, '14.3630');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2021, 2962, 1, '13.0000', NULL, '7.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2022, 2963, 1, '8.0000', NULL, '2.9524');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2023, 2964, 1, '7.0000', NULL, '10.8333');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2024, 2965, 1, '28.0000', NULL, '2.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2025, 2966, 1, '0.0000', NULL, '2.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2026, 2967, 1, '0.0000', NULL, '2.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2027, 2968, 1, '7.0000', NULL, '2.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2028, 2969, 1, '8.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2029, 2970, 1, '5.0000', NULL, '2.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2030, 2971, 1, '0.0000', NULL, '5.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2031, 2972, 1, '0.0000', NULL, '288.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2032, 2973, 1, '11.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2033, 2974, 1, '4.0000', NULL, '7.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2034, 2975, 1, '0.0000', NULL, '7.1033');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2035, 2976, 1, '2.0000', NULL, '13.4050');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2036, 2977, 1, '0.0000', NULL, '11.7355');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2037, 2978, 1, '0.0000', NULL, '17.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2039, 2980, 1, '8.0000', NULL, '44.7746');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2040, 2981, 1, '12.0000', NULL, '39.3774');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2041, 2982, 1, '15.0000', NULL, '5.1632');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2042, 2983, 1, '1.0000', NULL, '22.4200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2043, 2984, 1, '2.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2044, 2985, 1, '1.0000', NULL, '28.4300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2045, 2986, 1, '2.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2046, 2987, 1, '1.0000', NULL, '44.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2047, 2988, 1, '1.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2049, 2990, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2050, 2991, 1, '0.0000', NULL, '25.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2051, 2992, 1, '1.0000', NULL, '94.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2052, 2993, 1, '5.0000', NULL, '47.2200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2053, 2994, 1, '0.0000', NULL, '34.4900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2054, 2995, 1, '0.0000', NULL, '22.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2055, 2996, 1, '0.0000', NULL, '6.1940');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2056, 2997, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2057, 2998, 1, '0.0000', NULL, '85.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2058, 2999, 1, '0.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2059, 3000, 1, '0.0000', NULL, '59.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2060, 3001, 1, '0.0000', NULL, '85.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2061, 3002, 1, '0.0000', NULL, '104.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2062, 3003, 1, '0.0000', NULL, '7.1800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2063, 3004, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2064, 3005, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2065, 3006, 1, '0.0000', NULL, '23.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2066, 3007, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2067, 3008, 1, '0.0000', NULL, '11.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2068, 3009, 1, '0.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2069, 3010, 1, '0.0000', NULL, '90.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2070, 3011, 1, '0.0000', NULL, '23.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2071, 3012, 1, '0.0000', NULL, '157.1400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2072, 3013, 1, '0.0000', NULL, '95.7100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2074, 3015, 1, '10.0000', NULL, '0.8574');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2075, 3016, 1, '0.0000', NULL, '0.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2076, 3017, 1, '1.0000', NULL, '4.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2077, 3018, 1, '0.0000', NULL, '36.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2078, 3019, 1, '0.0000', NULL, '189.1900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2079, 3020, 1, '0.0000', NULL, '171.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2080, 3021, 1, '0.0000', NULL, '43.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2081, 3022, 1, '2.0000', NULL, '58.4400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2082, 3023, 1, '11.0000', NULL, '21.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2083, 3024, 1, '15.0000', NULL, '17.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2084, 3025, 1, '0.0000', NULL, '34.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2086, 3027, 1, '10.0000', NULL, '7.9875');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2087, 3028, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2088, 3029, 1, '2.0000', NULL, '6.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2089, 3030, 1, '11.0000', NULL, '10.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2090, 3031, 1, '5.0000', NULL, '17.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2091, 3032, 1, '0.0000', NULL, '1.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2092, 3033, 1, '1.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2093, 3034, 1, '0.0000', NULL, '50.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2094, 3035, 1, '3.0000', NULL, '12.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2095, 3036, 1, '3.0000', NULL, '19.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2096, 3037, 1, '5.0000', NULL, '32.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2097, 3038, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2098, 3039, 1, '1.0000', NULL, '192.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2099, 3040, 1, '1.0000', NULL, '276.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2100, 3041, 1, '0.0000', NULL, '34.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2102, 3043, 1, '5.0000', NULL, '2.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2103, 3044, 1, '0.0000', NULL, '13.1167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2104, 3045, 1, '3.0000', NULL, '9.4300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2105, 3046, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2106, 3047, 1, '0.0000', NULL, '1.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2107, 3048, 1, '187.0000', NULL, '0.8334');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2108, 3049, 1, '1.0000', NULL, '84.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2109, 3050, 1, '9.0000', NULL, '10.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2110, 3051, 1, '0.0000', NULL, '12.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2111, 3052, 1, '1.0000', NULL, '19.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2112, 3053, 1, '2.0000', NULL, '80.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2113, 3054, 1, '2.0000', NULL, '60.4733');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2114, 3055, 1, '0.0000', NULL, '22.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2115, 3056, 1, '0.0000', NULL, '71.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2116, 3057, 1, '1.0000', NULL, '94.6800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2117, 3058, 1, '1.0000', NULL, '109.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2118, 3059, 1, '0.0000', NULL, '1.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2119, 3060, 1, '0.0000', NULL, '6.4201');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2120, 3061, 1, '14.0000', NULL, '3.5904');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2121, 3062, 1, '9.0000', NULL, '13.0029');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2122, 3063, 1, '94.0000', NULL, '3.0030');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2123, 3064, 1, '3.0000', NULL, '4.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2124, 3065, 1, '0.0000', NULL, '36.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2125, 3066, 1, '0.0000', NULL, '38.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2126, 3067, 1, '0.0000', NULL, '41.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2127, 3068, 1, '0.0000', NULL, '26.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2128, 3069, 1, '0.0000', NULL, '26.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2129, 3070, 1, '0.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2133, 3074, 1, '7.0000', NULL, '1.9488');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2135, 3076, 1, '1.0000', NULL, '3.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2137, 3078, 1, '1.0000', NULL, '4.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2138, 3079, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2139, 3080, 1, '15.0000', NULL, '10.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2140, 3081, 1, '37.0000', NULL, '19.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2141, 3082, 1, '0.0000', NULL, '24.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2142, 3083, 1, '2.0000', NULL, '9.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2143, 3084, 1, '4.0000', NULL, '5.0008');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2144, 3085, 1, '14.0000', NULL, '4.2620');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2145, 3086, 1, '21.0000', NULL, '2.8766');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2146, 3087, 1, '2.0000', NULL, '20.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2147, 3088, 1, '0.0000', NULL, '11.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2148, 3089, 1, '1.0000', NULL, '42.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2149, 3090, 1, '1.0000', NULL, '46.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2150, 3091, 1, '0.0000', NULL, '48.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2151, 3092, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2152, 3093, 1, '1.0000', NULL, '41.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2153, 3095, 1, '6.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2154, 3096, 1, '13.0000', NULL, '24.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2155, 3097, 1, '1.0000', NULL, '23.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2156, 3098, 1, '0.0000', NULL, '24.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2157, 3099, 1, '0.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2158, 3100, 1, '3.0000', NULL, '4.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2159, 3101, 1, '0.0000', NULL, '6.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2160, 3102, 1, '4.0000', NULL, '13.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2161, 3103, 1, '0.0000', NULL, '98.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2163, 3105, 1, '0.0000', NULL, '30.0200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2164, 3106, 1, '1.0000', NULL, '15.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2165, 3107, 1, '3.0000', NULL, '19.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2167, 3109, 1, '0.0000', NULL, '75.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2168, 3110, 1, '1.0000', NULL, '55.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2169, 3111, 1, '1.0000', NULL, '64.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2170, 3112, 1, '0.0000', NULL, '91.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2171, 3113, 1, '6.0000', NULL, '84.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2172, 3114, 1, '16.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2173, 3115, 1, '0.0000', NULL, '22.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2174, 3116, 1, '0.0000', NULL, '556.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2175, 3117, 1, '2.0000', NULL, '8.4600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2176, 3118, 1, '0.0000', NULL, '17.2200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2177, 3119, 1, '0.0000', NULL, '36.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2178, 3120, 1, '0.0000', NULL, '5.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2179, 3121, 1, '11.0000', NULL, '3.0223');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2180, 3122, 1, '0.0000', NULL, '4.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2181, 3123, 1, '2.0000', NULL, '4.9468');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2182, 3124, 1, '0.0000', NULL, '1.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2183, 3125, 1, '0.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2184, 3126, 1, '4.0000', NULL, '10.7325');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2185, 3127, 1, '16.0000', NULL, '4.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2186, 3128, 1, '14.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2187, 3129, 1, '11.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2188, 3130, 1, '4.0000', NULL, '3.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2189, 3131, 1, '4.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2190, 3132, 1, '46.0000', NULL, '1.2927');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2191, 3133, 1, '24.0000', NULL, '1.7474');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2192, 3134, 1, '13.0000', NULL, '3.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2193, 3135, 1, '10.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2194, 3136, 1, '11.0000', NULL, '12.4800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2195, 3137, 1, '9.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2196, 3138, 1, '18.0000', NULL, '3.2910');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2197, 3139, 1, '0.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2198, 3140, 1, '0.0000', NULL, '20.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2199, 3141, 1, '40.0000', NULL, '0.8543');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2200, 3142, 1, '8.0000', NULL, '8.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2203, 3145, 1, '0.0000', NULL, '14.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2204, 3146, 1, '9.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2205, 3147, 1, '17.0000', NULL, '4.0495');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2207, 3149, 1, '7.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2208, 3150, 1, '8.0000', NULL, '42.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2209, 3151, 1, '13.0000', NULL, '4.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2210, 3152, 1, '0.0000', NULL, '25.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2211, 3153, 1, '0.0000', NULL, '28.3600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2212, 3154, 1, '0.0000', NULL, '3.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2213, 3155, 1, '5.0000', NULL, '40.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2214, 3156, 1, '8.0000', NULL, '44.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2215, 3157, 1, '6.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2216, 3158, 1, '9.0000', NULL, '13.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2217, 3159, 1, '5.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2218, 3160, 1, '1.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2219, 3161, 1, '0.0000', NULL, '10.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2220, 3162, 1, '2.0000', NULL, '31.4600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2221, 3163, 1, '0.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2222, 3164, 1, '0.0000', NULL, '1.5552');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2223, 3165, 1, '0.0000', NULL, '39.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2224, 3166, 1, '0.0000', NULL, '22.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2225, 3167, 1, '0.0000', NULL, '261.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2226, 3168, 1, '0.0000', NULL, '145.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2227, 3169, 1, '0.0000', NULL, '213.2234');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2228, 3170, 1, '0.0000', NULL, '750.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2229, 3171, 1, '32.0000', NULL, '2.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2230, 3172, 1, '89.0000', NULL, '3.5182');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2231, 3173, 1, '18.0000', NULL, '0.5400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2232, 3174, 1, '26.0000', NULL, '1.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2233, 3175, 1, '4.0000', NULL, '6.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2234, 3176, 1, '0.0000', NULL, '0.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2235, 3177, 1, '2.0000', NULL, '1.5917');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2236, 3178, 1, '15.0000', NULL, '5.7200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2237, 3179, 1, '6.0000', NULL, '9.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2238, 3180, 1, '10.0000', NULL, '28.9600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2239, 3181, 1, '0.0000', NULL, '16.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2240, 3182, 1, '0.0000', NULL, '9.5263');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2241, 3183, 1, '5.0000', NULL, '6.6933');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2242, 3184, 1, '0.0000', NULL, '23.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2243, 3185, 1, '1.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2245, 3187, 1, '0.0000', NULL, '0.7143');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2246, 3188, 1, '0.0000', NULL, '402.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2247, 3189, 1, '0.0000', NULL, '455.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2248, 3190, 1, '63.0000', NULL, '7.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2249, 3191, 1, '0.0000', NULL, '37.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2250, 3192, 1, '0.0000', NULL, '44.4800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2251, 3193, 1, '1.0000', NULL, '619.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2252, 3194, 1, '0.0000', NULL, '850.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2253, 3195, 1, '0.0000', NULL, '25.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2254, 3196, 1, '1.0000', NULL, '19.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2255, 3197, 1, '3.0000', NULL, '43.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2256, 3198, 1, '0.0000', NULL, '117.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2257, 3199, 1, '0.0000', NULL, '43.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2258, 3200, 1, '0.0000', NULL, '29.1200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2259, 3201, 1, '0.0000', NULL, '4.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2260, 3202, 1, '13.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2261, 3203, 1, '7.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2262, 3204, 1, '0.0000', NULL, '16.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2263, 3205, 1, '0.0000', NULL, '16.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2264, 3206, 1, '0.0000', NULL, '16.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2265, 3207, 1, '0.0000', NULL, '25.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2266, 3208, 1, '0.0000', NULL, '25.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2267, 3209, 1, '2.0000', NULL, '30.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2268, 3210, 1, '16.0000', NULL, '0.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2269, 3211, 1, '1.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2270, 3212, 1, '41.0000', NULL, '3.8695');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2271, 3213, 1, '8.0000', NULL, '3.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2272, 3214, 1, '5.0000', NULL, '12.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2273, 3215, 1, '0.0000', NULL, '9.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2274, 3216, 1, '0.0000', NULL, '17.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2275, 3217, 1, '0.0000', NULL, '57.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2276, 3218, 1, '0.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2277, 3219, 1, '0.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2278, 3220, 1, '6.0000', NULL, '17.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2279, 3221, 1, '4.0000', NULL, '28.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2280, 3222, 1, '6.0000', NULL, '9.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2281, 3223, 1, '44.0000', NULL, '1.4167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2282, 3224, 1, '0.0000', NULL, '170.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2284, 3226, 1, '0.0000', NULL, '696.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2285, 3227, 1, '0.0000', NULL, '455.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2286, 3228, 1, '0.0000', NULL, '416.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2287, 3229, 1, '0.0000', NULL, '650.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2288, 3230, 1, '34.0000', NULL, '2.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2289, 3231, 1, '0.0000', NULL, '1.8250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2291, 3233, 1, '0.0000', NULL, '26.2759');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2292, 3234, 1, '6.0000', NULL, '49.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2293, 3235, 1, '6.0000', NULL, '88.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2294, 3236, 1, '4.0000', NULL, '136.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2295, 3237, 1, '1.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2296, 3238, 1, '4.0000', NULL, '3.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2297, 3239, 1, '29.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2298, 3240, 1, '52.0000', NULL, '1.3038');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2299, 3241, 1, '17.0000', NULL, '3.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2300, 3242, 1, '3.0000', NULL, '4.8900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2301, 3243, 1, '0.0000', NULL, '0.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2302, 3244, 1, '14.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2303, 3245, 1, '22.0000', NULL, '1.4600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2304, 3246, 1, '13.0000', NULL, '2.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2305, 3247, 1, '33.0000', NULL, '28.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2306, 3248, 1, '3.0000', NULL, '8.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2307, 3249, 1, '5.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2308, 3250, 1, '1.0000', NULL, '12.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2309, 3251, 1, '5.0000', NULL, '5.4300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2310, 3252, 1, '6.0000', NULL, '5.7100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2311, 3253, 1, '0.0000', NULL, '0.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2312, 3254, 1, '139.0000', NULL, '0.1377');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2313, 3255, 1, '0.0000', NULL, '3.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2314, 3256, 1, '0.0000', NULL, '4.8426');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2315, 3257, 1, '71.0000', NULL, '2.6671');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2316, 3258, 1, '9.0000', NULL, '6.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2317, 3259, 1, '15.0000', NULL, '4.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2318, 3260, 1, '77.0000', NULL, '1.3676');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2319, 3261, 1, '8.0000', NULL, '19.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2320, 3262, 1, '18.0000', NULL, '5.1850');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2321, 3263, 1, '0.0000', NULL, '6.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2322, 3264, 1, '37.0000', NULL, '13.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2323, 3265, 1, '2.0000', NULL, '26.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2324, 3266, 1, '104.0000', NULL, '1.8119');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2325, 3267, 1, '0.0000', NULL, '33.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2326, 3268, 1, '18.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2327, 3269, 1, '18.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2328, 3270, 1, '9.0000', NULL, '43.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2336, 3278, 1, '6.0000', NULL, '26.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2337, 3279, 1, '0.0000', NULL, '15.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2338, 3280, 1, '0.0000', NULL, '15.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2339, 3281, 1, '0.0000', NULL, '16.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2340, 3282, 1, '0.0000', NULL, '90.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2341, 3283, 1, '0.0000', NULL, '93.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2342, 3284, 1, '0.0000', NULL, '124.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2343, 3285, 1, '0.0000', NULL, '39.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2344, 3286, 1, '0.0000', NULL, '49.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2345, 3287, 1, '0.0000', NULL, '6.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2346, 3288, 1, '13.0000', NULL, '16.5200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2347, 3289, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2348, 3290, 1, '600.0000', NULL, '0.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2349, 3291, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2351, 3293, 1, '311.0000', NULL, '0.1400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2352, 3294, 1, '391.0000', NULL, '0.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2353, 3295, 1, '975.0000', NULL, '0.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2354, 3296, 1, '0.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2355, 3297, 1, '666.0000', NULL, '0.1200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2356, 3298, 1, '8.0000', NULL, '3.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2357, 3299, 1, '2220.0000', NULL, '0.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2358, 3300, 1, '1902.0000', NULL, '0.1800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2359, 3301, 1, '966.0000', NULL, '0.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2360, 3302, 1, '2160.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2361, 3303, 1, '12.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2362, 3304, 1, '0.0000', NULL, '0.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2363, 3305, 1, '0.0000', NULL, '0.6100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2364, 3306, 1, '38.0000', NULL, '0.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2365, 3307, 1, '2453.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2366, 3308, 1, '2610.0000', NULL, '0.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2367, 3309, 1, '677.0000', NULL, '0.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2368, 3310, 1, '0.0000', NULL, '7.3800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2369, 3311, 1, '43.0000', NULL, '0.8700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2370, 3312, 1, '0.0000', NULL, '1.3100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2371, 3313, 1, '0.0000', NULL, '109.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2372, 3314, 1, '9.0000', NULL, '0.5825');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2373, 3315, 1, '0.0000', NULL, '85.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2374, 3316, 1, '4.0000', NULL, '19.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2375, 3317, 1, '11.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2376, 3318, 1, '17.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2377, 3319, 1, '0.0000', NULL, '85.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2378, 3320, 1, '0.0000', NULL, '0.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2379, 3321, 1, '48.0000', NULL, '0.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2380, 3322, 1, '42.0000', NULL, '0.3600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2381, 3323, 1, '1.0000', NULL, '15.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2382, 3324, 1, '1.0000', NULL, '74.3600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2383, 3325, 1, '1.0000', NULL, '25.2700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2384, 3326, 1, '0.0000', NULL, '22.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2385, 3327, 1, '0.0000', NULL, '15.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2386, 3328, 1, '2.0000', NULL, '7.8154');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2387, 3329, 1, '5.0000', NULL, '9.9172');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2388, 3330, 1, '4.0000', NULL, '34.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2389, 3331, 1, '0.0000', NULL, '54.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2390, 3332, 1, '0.0000', NULL, '35.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2391, 3333, 1, '0.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2392, 3334, 1, '1.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2393, 3335, 1, '0.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2394, 3336, 1, '0.0000', NULL, '42.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2395, 3337, 1, '2.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2396, 3338, 1, '1.0000', NULL, '48.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2398, 3340, 1, '1.0000', NULL, '68.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2399, 3341, 1, '0.0000', NULL, '22.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2400, 3342, 1, '0.0000', NULL, '38.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2401, 3343, 1, '1.0000', NULL, '39.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2402, 3344, 1, '0.0000', NULL, '22.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2403, 3345, 1, '0.0000', NULL, '1.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2404, 3346, 1, '15.0000', NULL, '3.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2405, 3347, 1, '10.0000', NULL, '9.7600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2406, 3348, 1, '16.0000', NULL, '19.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2408, 3350, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2409, 3351, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2411, 3353, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2412, 3354, 1, '0.0000', NULL, '59.6800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2413, 3355, 1, '0.0000', NULL, '183.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2414, 3356, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2415, 3357, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2416, 3358, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2417, 3359, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2418, 3360, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2419, 3361, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2420, 3362, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2421, 3363, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2422, 3364, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2423, 3365, 1, '0.0000', NULL, '47.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2424, 3366, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2425, 3367, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2426, 3368, 1, '0.0000', NULL, '41.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2427, 3369, 1, '0.0000', NULL, '91.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2428, 3370, 1, '0.0000', NULL, '180.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2429, 3371, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2430, 3372, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2431, 3373, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2432, 3374, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2433, 3375, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2434, 3376, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2435, 3377, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2436, 3378, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2438, 3380, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2439, 3381, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2440, 3382, 1, '0.0000', NULL, '108.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2441, 3383, 1, '0.0000', NULL, '225.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2442, 3384, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2443, 3385, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2444, 3386, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2445, 3387, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2446, 3388, 1, '0.0000', NULL, '38.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2447, 3389, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2448, 3390, 1, '0.0000', NULL, '105.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2449, 3391, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2450, 3392, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2451, 3393, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2452, 3394, 1, '0.0000', NULL, '172.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2453, 3395, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2456, 3398, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2459, 3401, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2460, 3402, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2461, 3403, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2462, 3404, 1, '0.0000', NULL, '23.9200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2463, 3405, 1, '0.0000', NULL, '49.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2464, 3406, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2465, 3407, 1, '0.0000', NULL, '12.9700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2466, 3408, 1, '0.0000', NULL, '15.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2467, 3409, 1, '0.0000', NULL, '32.9057');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2468, 3410, 1, '0.0000', NULL, '24.1949');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2470, 3412, 1, '0.0000', NULL, '58.4559');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2471, 3413, 1, '0.0000', NULL, '40.8123');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2472, 3414, 1, '0.0000', NULL, '112.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2473, 3415, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2474, 3416, 1, '0.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2475, 3417, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2476, 3418, 1, '0.0000', NULL, '72.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2487, 3429, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2488, 3430, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2489, 3431, 1, '0.0000', NULL, '3.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2490, 3432, 1, '0.0000', NULL, '3.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2491, 3433, 1, '0.0000', NULL, '3.7210');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2492, 3434, 1, '0.0000', NULL, '3.9501');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2493, 3435, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2494, 3436, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2495, 3437, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2496, 3438, 1, '0.0000', NULL, '0.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2497, 3439, 1, '0.0000', NULL, '6.7300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2498, 3440, 1, '0.0000', NULL, '23.2130');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2499, 3441, 1, '0.0000', NULL, '75.7726');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2500, 3442, 1, '0.0000', NULL, '79.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2501, 3443, 1, '0.0000', NULL, '15.5436');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2502, 3444, 1, '0.0000', NULL, '31.3683');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2503, 3445, 1, '0.0000', NULL, '67.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2504, 3446, 1, '0.0000', NULL, '76.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2505, 3447, 1, '0.0000', NULL, '4.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2506, 3448, 1, '0.0000', NULL, '3.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2507, 3449, 1, '0.0000', NULL, '3.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2508, 3450, 1, '0.0000', NULL, '5.7800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2509, 3451, 1, '0.0000', NULL, '3.8500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2510, 3452, 1, '0.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2511, 3453, 1, '0.0000', NULL, '7.5944');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2512, 3454, 1, '0.0000', NULL, '3.2861');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2513, 3455, 1, '0.0000', NULL, '91.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2514, 3456, 1, '0.0000', NULL, '114.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2515, 3457, 1, '0.0000', NULL, '136.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2516, 3458, 1, '0.0000', NULL, '159.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2517, 3459, 1, '0.0000', NULL, '105.8400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2518, 3460, 1, '0.0000', NULL, '57.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2519, 3461, 1, '0.0000', NULL, '96.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2520, 3462, 1, '0.0000', NULL, '128.5625');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2521, 3463, 1, '0.0000', NULL, '84.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2522, 3464, 1, '0.0000', NULL, '106.4135');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2523, 3465, 1, '0.0000', NULL, '67.6901');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2524, 3466, 1, '0.0000', NULL, '46.1139');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2525, 3467, 1, '0.0000', NULL, '13.2200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2526, 3468, 1, '0.0000', NULL, '10.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2527, 3469, 1, '0.0000', NULL, '252.1622');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2528, 3470, 1, '0.0000', NULL, '175.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2529, 3471, 1, '0.0000', NULL, '66.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2530, 3472, 1, '0.0000', NULL, '33.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2531, 3473, 1, '0.0000', NULL, '20.2913');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2532, 3474, 1, '0.0000', NULL, '26.9102');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2533, 3475, 1, '0.0000', NULL, '48.0342');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2534, 3476, 1, '0.0000', NULL, '112.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2535, 3477, 1, '0.0000', NULL, '61.3614');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2536, 3478, 1, '0.0000', NULL, '112.5300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2537, 3479, 1, '0.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2538, 3480, 1, '0.0000', NULL, '5.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2540, 3482, 1, '0.0000', NULL, '1.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2541, 3483, 1, '50.0000', NULL, '0.8583');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2542, 3484, 1, '0.0000', NULL, '9.0800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2543, 3485, 1, '0.0000', NULL, '6.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2544, 3486, 1, '0.0000', NULL, '13.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2545, 3487, 1, '3.0000', NULL, '4.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2546, 3488, 1, '1.0000', NULL, '44.5900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2547, 3489, 1, '2.0000', NULL, '97.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2548, 3490, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2549, 3491, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2550, 3492, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2551, 3493, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2552, 3494, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2553, 3495, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2554, 3496, 1, '0.0000', NULL, '21.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2555, 3497, 1, '0.0000', NULL, '70.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2556, 3498, 1, '2.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2557, 3499, 1, '1.0000', NULL, '29.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2558, 3500, 1, '1.0000', NULL, '100.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2559, 3501, 1, '1.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2560, 3502, 1, '1.0000', NULL, '58.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2561, 3503, 1, '0.0000', NULL, '50.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2562, 3504, 1, '3.0000', NULL, '37.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2563, 3505, 1, '0.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2564, 3506, 1, '0.0000', NULL, '51.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2565, 3507, 1, '0.0000', NULL, '7.9900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2566, 3508, 1, '2.0000', NULL, '8.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2567, 3509, 1, '0.0000', NULL, '35.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2568, 3510, 1, '1.0000', NULL, '37.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2569, 3511, 1, '1.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2570, 3512, 1, '1.0000', NULL, '95.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2571, 3513, 1, '1.0000', NULL, '134.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2572, 3514, 1, '1.0000', NULL, '172.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2573, 3515, 1, '0.0000', NULL, '75.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2574, 3516, 1, '0.0000', NULL, '23.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2575, 3517, 1, '0.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2576, 3518, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2577, 3519, 1, '0.0000', NULL, '25.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2578, 3520, 1, '1.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2579, 3521, 1, '1.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2580, 3522, 1, '0.0000', NULL, '14.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2581, 3523, 1, '0.0000', NULL, '179.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2582, 3524, 1, '2.0000', NULL, '40.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2583, 3525, 1, '0.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2584, 3526, 1, '1.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2585, 3527, 1, '0.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2586, 3528, 1, '1.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2587, 3529, 1, '1.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2588, 3530, 1, '1.0000', NULL, '38.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2589, 3531, 1, '1.0000', NULL, '41.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2590, 3532, 1, '0.0000', NULL, '245.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2591, 3533, 1, '0.0000', NULL, '62.2300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2592, 3534, 1, '2.0000', NULL, '171.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2593, 3535, 1, '0.0000', NULL, '66.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2594, 3536, 1, '0.0000', NULL, '13.5375');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2595, 3537, 1, '0.0000', NULL, '14.7250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2596, 3538, 1, '0.0000', NULL, '7.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2597, 3539, 1, '0.0000', NULL, '13.5366');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2598, 3540, 1, '0.0000', NULL, '8.5500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2599, 3541, 1, '0.0000', NULL, '57.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2600, 3542, 1, '4.0000', NULL, '45.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2601, 3543, 1, '5.0000', NULL, '4.9883');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2602, 3544, 1, '3.0000', NULL, '33.4866');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2603, 3545, 1, '2.0000', NULL, '38.7133');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2604, 3546, 1, '0.0000', NULL, '6.1720');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2605, 3547, 1, '0.0000', NULL, '0.4390');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2606, 3548, 1, '5.0000', NULL, '7.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2607, 3549, 1, '0.0000', NULL, '17.7100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2608, 3550, 1, '3.0000', NULL, '5.4400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2609, 3551, 1, '0.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2610, 3552, 1, '6.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2611, 3553, 1, '1.0000', NULL, '2.8442');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2612, 3554, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2613, 3555, 1, '0.0000', NULL, '426.8300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2614, 3556, 1, '25.0000', NULL, '7.3700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2615, 3557, 1, '0.0000', NULL, '80.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2616, 3558, 1, '10.0000', NULL, '58.7425');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2617, 3559, 1, '0.0000', NULL, '2.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2618, 3560, 1, '56.0000', NULL, '1.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2619, 3561, 1, '1.0000', NULL, '4.6666');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2620, 3562, 1, '2.0000', NULL, '430.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2621, 3563, 1, '0.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2622, 3564, 1, '0.0000', NULL, '21.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2623, 3565, 1, '0.0000', NULL, '9.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2624, 3566, 1, '4.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2625, 3567, 1, '3.0000', NULL, '5.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2626, 3568, 1, '0.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2627, 3569, 1, '3.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2628, 3570, 1, '2.0000', NULL, '42.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2629, 3571, 1, '5.0000', NULL, '42.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2630, 3572, 1, '2.0000', NULL, '145.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2631, 3573, 1, '2.0000', NULL, '145.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2632, 3574, 1, '5.0000', NULL, '38.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2633, 3575, 1, '0.0000', NULL, '2.3600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2634, 3576, 1, '0.0000', NULL, '4.6154');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2635, 3577, 1, '0.0000', NULL, '26.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2636, 3578, 1, '0.0000', NULL, '1.7917');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2637, 3579, 1, '0.0000', NULL, '18.3417');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2638, 3580, 1, '0.0000', NULL, '4.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2639, 3581, 1, '5.0000', NULL, '26.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2640, 3582, 1, '0.0000', NULL, '10.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2641, 3583, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2642, 3584, 1, '3.0000', NULL, '29.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2643, 3585, 1, '3.0000', NULL, '39.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2644, 3586, 1, '0.0000', NULL, '12.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2645, 3587, 1, '4.0000', NULL, '30.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2646, 3588, 1, '12.0000', NULL, '34.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2647, 3589, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2648, 3590, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2649, 3591, 1, '8.0000', NULL, '6.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2650, 3592, 1, '16.0000', NULL, '2.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2651, 3593, 1, '0.0000', NULL, '6.6667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2652, 3594, 1, '0.0000', NULL, '0.7250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2653, 3595, 1, '10.0000', NULL, '3.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2654, 3596, 1, '20.0000', NULL, '21.4747');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2655, 3597, 1, '10.0000', NULL, '9.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2656, 3598, 1, '10.0000', NULL, '3.0400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2657, 3599, 1, '0.0000', NULL, '2.2917');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2658, 3600, 1, '0.0000', NULL, '2.2917');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2659, 3601, 1, '0.0000', NULL, '1.5833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2660, 3602, 1, '0.0000', NULL, '1.1667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2661, 3603, 1, '0.0000', NULL, '2.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2662, 3604, 1, '0.0000', NULL, '1.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2663, 3605, 1, '0.0000', NULL, '12.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2664, 3606, 1, '0.0000', NULL, '0.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2665, 3607, 1, '0.0000', NULL, '1.6667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2666, 3608, 1, '24.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2667, 3609, 1, '0.0000', NULL, '0.3871');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2668, 3610, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2669, 3611, 1, '0.0000', NULL, '0.8182');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2670, 3612, 1, '0.0000', NULL, '1.0416');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2671, 3613, 1, '0.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2672, 3614, 1, '10.0000', NULL, '2.8846');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2673, 3615, 1, '0.0000', NULL, '2.4167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2674, 3616, 1, '50.0000', NULL, '0.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2675, 3617, 1, '34.0000', NULL, '0.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2676, 3618, 1, '0.0000', NULL, '3.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2677, 3619, 1, '0.0000', NULL, '1.9167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2678, 3620, 1, '0.0000', NULL, '1.4166');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2679, 3621, 1, '31.0000', NULL, '0.5833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2680, 3622, 1, '43.0000', NULL, '4.6667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2681, 3623, 1, '44.0000', NULL, '4.6667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2682, 3624, 1, '21.0000', NULL, '1.8269');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2683, 3625, 1, '0.0000', NULL, '0.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2684, 3626, 1, '0.0000', NULL, '1.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2685, 3627, 1, '28.0000', NULL, '0.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2686, 3628, 1, '45.0000', NULL, '1.0377');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2687, 3629, 1, '68.0000', NULL, '0.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2688, 3630, 1, '17.0000', NULL, '1.1250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2689, 3631, 1, '0.0000', NULL, '0.8042');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2690, 3632, 1, '34.0000', NULL, '0.1766');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2691, 3633, 1, '0.0000', NULL, '16.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2692, 3634, 1, '0.0000', NULL, '10.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2693, 3635, 1, '18.0000', NULL, '0.9002');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2694, 3636, 1, '0.0000', NULL, '3.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2695, 3637, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2696, 3638, 1, '0.0000', NULL, '9.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2697, 3639, 1, '0.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2698, 3640, 1, '0.0000', NULL, '5.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2699, 3641, 1, '13.0000', NULL, '1.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2700, 3642, 1, '0.0000', NULL, '19.9100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2701, 3643, 1, '0.0000', NULL, '11.4700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2702, 3644, 1, '31.0000', NULL, '0.8125');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2703, 3645, 1, '0.0000', NULL, '19.1100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2704, 3646, 1, '0.0000', NULL, '1.1566');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2705, 3647, 1, '0.0000', NULL, '19.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2706, 3648, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2707, 3649, 1, '0.0000', NULL, '24.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2708, 3650, 1, '0.0000', NULL, '3.4833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2709, 3651, 1, '0.0000', NULL, '10.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2710, 3652, 1, '0.0000', NULL, '885.6100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2711, 3653, 1, '0.0000', NULL, '2.0900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2712, 3654, 1, '0.0000', NULL, '200.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2713, 3655, 1, '0.0000', NULL, '202.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2714, 3656, 1, '0.0000', NULL, '130.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2715, 3657, 1, '0.0000', NULL, '146.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2716, 3658, 1, '0.0000', NULL, '76.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2717, 3659, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2718, 3660, 1, '0.0000', NULL, '55.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2719, 3661, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2720, 3662, 1, '0.0000', NULL, '18.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2721, 3663, 1, '0.0000', NULL, '20.0700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2722, 3664, 1, '0.0000', NULL, '33.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2723, 3665, 1, '0.0000', NULL, '80.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2724, 3666, 1, '0.0000', NULL, '58.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2725, 3667, 1, '0.0000', NULL, '157.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2726, 3668, 1, '0.0000', NULL, '216.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2727, 3669, 1, '0.0000', NULL, '107.0200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2728, 3670, 1, '0.0000', NULL, '265.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2729, 3671, 1, '0.0000', NULL, '200.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2730, 3672, 1, '0.0000', NULL, '74.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2731, 3673, 1, '0.0000', NULL, '104.4100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2732, 3674, 1, '0.0000', NULL, '125.0600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2733, 3675, 1, '0.0000', NULL, '342.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2734, 3676, 1, '0.0000', NULL, '420.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2735, 3677, 1, '0.0000', NULL, '292.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2736, 3678, 1, '0.0000', NULL, '228.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2737, 3679, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2738, 3680, 1, '0.0000', NULL, '1.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2739, 3681, 1, '0.0000', NULL, '1237.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2740, 3682, 1, '0.0000', NULL, '43.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2741, 3683, 1, '0.0000', NULL, '27.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2742, 3684, 1, '0.0000', NULL, '390.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2743, 3685, 1, '0.0000', NULL, '1.8000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2744, 3686, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2745, 3687, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2746, 3688, 1, '0.0000', NULL, '500.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2747, 3689, 1, '0.0000', NULL, '13.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2748, 3690, 1, '0.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2749, 3691, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2750, 3692, 1, '0.0000', NULL, '325.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2751, 3693, 1, '0.0000', NULL, '17.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2752, 3694, 1, '0.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2753, 3695, 1, '0.0000', NULL, '45.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2754, 3696, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2755, 3697, 1, '0.0000', NULL, '121.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2756, 3698, 1, '0.0000', NULL, '245.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2757, 3699, 1, '0.0000', NULL, '1070.8800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2758, 3700, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2759, 3701, 1, '0.0000', NULL, '127.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2760, 3702, 1, '0.0000', NULL, '67.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2761, 3703, 1, '0.0000', NULL, '180.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2762, 3704, 1, '0.0000', NULL, '220.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2763, 3705, 1, '0.0000', NULL, '48.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2764, 3706, 1, '0.0000', NULL, '212.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2765, 3707, 1, '0.0000', NULL, '88.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2766, 3708, 1, '0.0000', NULL, '161.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2767, 3709, 1, '0.0000', NULL, '225.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2768, 3710, 1, '0.0000', NULL, '55.7900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2769, 3711, 1, '0.0000', NULL, '111.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2770, 3712, 1, '0.0000', NULL, '75.6900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2771, 3713, 1, '0.0000', NULL, '154.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2772, 3714, 1, '0.0000', NULL, '414.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2773, 3715, 1, '0.0000', NULL, '105.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2774, 3716, 1, '0.0000', NULL, '310.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2775, 3717, 1, '0.0000', NULL, '212.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2776, 3718, 1, '0.0000', NULL, '150.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2777, 3719, 1, '0.0000', NULL, '315.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2778, 3720, 1, '0.0000', NULL, '397.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2779, 3721, 1, '0.0000', NULL, '328.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2780, 3722, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2781, 3723, 1, '0.0000', NULL, '22.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2782, 3724, 1, '0.0000', NULL, '86.9400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2783, 3725, 1, '0.0000', NULL, '121.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2784, 3726, 1, '0.0000', NULL, '12.6300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2785, 3727, 1, '0.0000', NULL, '17.9700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2786, 3728, 1, '0.0000', NULL, '8.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2787, 3729, 1, '0.0000', NULL, '35.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2788, 3730, 1, '0.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2789, 3731, 1, '0.0000', NULL, '335.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2790, 3732, 1, '0.0000', NULL, '335.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2791, 3733, 1, '0.0000', NULL, '145.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2792, 3734, 1, '0.0000', NULL, '54.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2793, 3735, 1, '0.0000', NULL, '72.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2794, 3736, 1, '0.0000', NULL, '360.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2795, 3737, 1, '0.0000', NULL, '225.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2796, 3738, 1, '0.0000', NULL, '120.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2797, 3739, 1, '0.0000', NULL, '16.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2798, 3740, 1, '0.0000', NULL, '650.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2799, 3741, 1, '0.0000', NULL, '12.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2800, 3742, 1, '1.0000', NULL, '84.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2801, 3743, 1, '0.0000', NULL, '2.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2802, 3744, 1, '0.0000', NULL, '9.3300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2803, 3745, 1, '12.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2804, 3746, 1, '5.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2805, 3747, 1, '9.0000', NULL, '7.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2806, 3748, 1, '5.0000', NULL, '7.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2807, 3749, 1, '2.0000', NULL, '7.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2809, 3751, 1, '0.0000', NULL, '13.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2810, 3752, 1, '38.0000', NULL, '2.2900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2811, 3753, 1, '35.0000', NULL, '1.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2812, 3754, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2814, 3756, 1, '0.0000', NULL, '87.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2815, 3757, 1, '0.0000', NULL, '115.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2816, 3758, 1, '0.0000', NULL, '125.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2817, 3759, 1, '0.0000', NULL, '125.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2818, 3760, 1, '0.0000', NULL, '75.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2819, 3761, 1, '0.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2820, 3762, 1, '0.0000', NULL, '0.1600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2821, 3763, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2822, 3764, 1, '0.0000', NULL, '75.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2823, 3765, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2824, 3766, 1, '0.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2825, 3767, 1, '0.0000', NULL, '60.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2826, 3768, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2827, 3769, 1, '0.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2828, 3770, 1, '0.0000', NULL, '37.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2829, 3771, 1, '0.0000', NULL, '23.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2830, 3772, 1, '136.0000', NULL, '0.8453');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2831, 3773, 1, '0.0000', NULL, '2.7700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2832, 3774, 1, '0.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2833, 3775, 1, '1.0000', NULL, '7.1300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2834, 3776, 1, '2.0000', NULL, '16.4800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2835, 3777, 1, '43.0000', NULL, '0.2400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2836, 3778, 1, '0.0000', NULL, '0.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2837, 3779, 1, '0.0000', NULL, '13.3500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2838, 3780, 1, '0.0000', NULL, '0.7917');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2839, 3781, 1, '0.0000', NULL, '1.6667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2840, 3782, 1, '15.0000', NULL, '0.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2841, 3783, 1, '0.0000', NULL, '0.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2842, 3784, 1, '54.0000', NULL, '0.4329');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2843, 3785, 1, '6.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2844, 3786, 1, '0.0000', NULL, '2.0480');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2845, 3787, 1, '121.0000', NULL, '0.1842');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2846, 3788, 1, '18.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2847, 3789, 1, '5.0000', NULL, '3.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2848, 3790, 1, '13.0000', NULL, '28.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2849, 3791, 1, '8.0000', NULL, '38.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2850, 3792, 1, '0.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2851, 3793, 1, '1.0000', NULL, '217.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2852, 3794, 1, '5.0000', NULL, '34.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2853, 3795, 1, '2.0000', NULL, '34.1700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2854, 3796, 1, '5.0000', NULL, '5.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2855, 3797, 1, '3.0000', NULL, '128.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2856, 3798, 1, '2.0000', NULL, '88.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2857, 3799, 1, '6.0000', NULL, '1.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2858, 3800, 1, '8.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2859, 3801, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2860, 3802, 1, '1.0000', NULL, '58.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2861, 3803, 1, '1.0000', NULL, '95.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2862, 3804, 1, '1.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2863, 3805, 1, '28.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2864, 3806, 1, '4.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2865, 3807, 1, '1.0000', NULL, '45.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2866, 3808, 1, '1.0000', NULL, '42.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2867, 3809, 1, '1.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2868, 3810, 1, '5.0000', NULL, '4.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2869, 3811, 1, '0.0000', NULL, '30.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2870, 3812, 1, '1.0000', NULL, '325.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2871, 3813, 1, '2.0000', NULL, '40.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2872, 3814, 1, '0.0000', NULL, '10.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2873, 3815, 1, '0.0000', NULL, '20.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2874, 3816, 1, '1.0000', NULL, '209.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2875, 3817, 1, '2.0000', NULL, '32.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2876, 3818, 1, '2.0000', NULL, '3.5429');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2877, 3819, 1, '0.0000', NULL, '3.5429');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2878, 3820, 1, '34.0000', NULL, '2.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2879, 3821, 1, '9.0000', NULL, '3.6250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2880, 3822, 1, '16.0000', NULL, '4.1667');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2881, 3823, 1, '0.0000', NULL, '6.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2882, 3824, 1, '0.0000', NULL, '0.8458');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2883, 3825, 1, '6.0000', NULL, '1.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2884, 3826, 1, '3.0000', NULL, '4.6250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2885, 3827, 1, '6.0000', NULL, '2.5863');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2886, 3828, 1, '9.0000', NULL, '8.9800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2887, 3829, 1, '0.0000', NULL, '2.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2888, 3830, 1, '1.0000', NULL, '223.5100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2889, 3831, 1, '9.0000', NULL, '1.2100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2890, 3832, 1, '10.0000', NULL, '1.8200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2891, 3833, 1, '4.0000', NULL, '20.3900');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2892, 3834, 1, '32.0000', NULL, '2.1119');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2893, 3835, 1, '116.0000', NULL, '0.1750');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2894, 3836, 1, '0.0000', NULL, '0.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2895, 3837, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2896, 3838, 1, '17.0000', NULL, '0.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2897, 3839, 1, '0.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2898, 3840, 1, '0.0000', NULL, '2.5417');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2899, 3841, 1, '0.0000', NULL, '8.1250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2900, 3842, 1, '5.0000', NULL, '25.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2901, 3843, 1, '0.0000', NULL, '9.7100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2902, 3844, 1, '1.0000', NULL, '153.0100');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2903, 3845, 1, '1.0000', NULL, '164.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2904, 3846, 1, '5.0000', NULL, '21.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2905, 3847, 1, '14.0000', NULL, '2.3980');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2906, 3848, 1, '2.0000', NULL, '61.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2907, 3849, 1, '1.0000', NULL, '235.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2908, 3850, 1, '39.0000', NULL, '5.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2909, 3851, 1, '3.0000', NULL, '97.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2910, 3852, 1, '18.0000', NULL, '4.7891');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2911, 3853, 1, '0.0000', NULL, '0.7250');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2912, 3854, 1, '2.0000', NULL, '37.3000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2913, 3855, 1, '0.0000', NULL, '5.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2914, 3856, 1, '0.0000', NULL, '17.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2915, 3857, 1, '5.0000', NULL, '14.4500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2916, 3858, 1, '4.0000', NULL, '13.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2917, 3859, 1, '2.0000', NULL, '43.5600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2918, 3860, 1, '3.0000', NULL, '49.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2919, 3861, 1, '0.0000', NULL, '15.3200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2920, 3862, 1, '5.0000', NULL, '23.6600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2921, 3863, 1, '1.0000', NULL, '124.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2922, 3864, 1, '1.0000', NULL, '39.4000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2923, 3865, 1, '6.0000', NULL, '10.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2924, 3866, 1, '0.0000', NULL, '11.0200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2925, 3867, 1, '8.0000', NULL, '12.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2926, 3868, 1, '0.0000', NULL, '0.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2927, 3869, 1, '0.0000', NULL, '56.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2928, 3870, 1, '0.0000', NULL, '6.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2929, 3871, 1, '0.0000', NULL, '0.8333');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2930, 3872, 1, '0.0000', NULL, '16.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2931, 3873, 1, '20.0000', NULL, '6.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2932, 3874, 1, '0.0000', NULL, '11.3333');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2933, 3875, 1, '8.0000', NULL, '18.2083');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2934, 3876, 1, '23.0000', NULL, '17.9821');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2935, 3877, 1, '0.0000', NULL, '141.6167');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2936, 3878, 1, '0.0000', NULL, '222.7000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2937, 3879, 1, '0.0000', NULL, '151.4933');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2938, 3880, 1, '0.0000', NULL, '40.0600');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2939, 3881, 1, '1.0000', NULL, '63.5800');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2940, 3882, 1, '1.0000', NULL, '90.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2941, 3883, 1, '0.0000', NULL, '108.0300');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2942, 3884, 1, '4.0000', NULL, '15.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2943, 3885, 1, '30.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2944, 3886, 1, '0.0000', NULL, '9.4683');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2945, 3887, 1, '3.0000', NULL, '7.6700');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2946, 3888, 1, '0.0000', NULL, '1.5340');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2947, 3889, 1, '14.0000', NULL, '4.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2948, 3890, 1, '2.0000', NULL, '30.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2949, 3891, 1, '5.0000', NULL, '3.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2950, 3892, 1, '1.0000', NULL, '5.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2951, 3893, 1, '2.0000', NULL, '8.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2952, 3894, 1, '1.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2953, 3895, 1, '1.0000', NULL, '5.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2954, 3896, 1, '3.0000', NULL, '9.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2955, 3897, 1, '3.0000', NULL, '11.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2956, 3898, 1, '3.0000', NULL, '25.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2957, 3899, 1, '2.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2958, 3900, 1, '2.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2959, 3901, 1, '0.0000', NULL, '0.3750');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2960, 3902, 1, '9.0000', NULL, '12.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2961, 3903, 1, '1.0000', NULL, '6.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2962, 3904, 1, '6.0000', NULL, '27.0500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2963, 3905, 1, '0.0000', NULL, '15.7500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2964, 3906, 1, '6.0000', NULL, '21.2000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2965, 3907, 1, '6.0000', NULL, '31.1500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2966, 3908, 1, '1.0000', NULL, '210.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2967, 3909, 1, '1.0000', NULL, '65.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2968, 3910, 1, '3.0000', NULL, '68.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2969, 3911, 1, '0.0000', NULL, '7.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2970, 3912, 1, '16.0000', NULL, '2.4324');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2971, 3913, 1, '14.0000', NULL, '4.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2972, 3914, 1, '10.0000', NULL, '2.0833');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2973, 3915, 1, '10.0000', NULL, '2.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2974, 3916, 1, '6.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2975, 3917, 1, '0.0000', NULL, '7.5000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2976, 3918, 1, '4.0000', NULL, '9.6500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2977, 3919, 1, '5.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2978, 3920, 1, '0.0000', NULL, '1.6000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2979, 3921, 1, '2.0000', NULL, '9.9000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2980, 3922, 1, '9.0000', NULL, '5.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2981, 3923, 1, '5.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2982, 3924, 1, '1.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2983, 3925, 1, '0.0000', NULL, '1.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2985, 3927, 1, '6.0000', NULL, '9.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2986, 3928, 1, '1.0000', NULL, '43.3400');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2987, 3929, 1, '1.0000', NULL, '51.2200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2988, 3930, 1, '1.0000', NULL, '59.1000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2989, 3931, 1, '5.0000', NULL, '24.6200');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2990, 3932, 1, '1.0000', NULL, '4.2500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2991, 3933, 1, '1.0000', NULL, '6.9500');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (2992, 3934, 1, '1.0000', NULL, '9.4500');


#
# 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 DEFAULT CHARSET=utf8;

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

